]> git.sesse.net Git - vlc/blob - ChangeLog
Let's be proactive
[vlc] / ChangeLog
1 ------------------------------------------------------------------------
2 r14989 | xtophe | 2006-03-31 00:58:23 +0200 (Fri, 31 Mar 2006) | 2 lines
3 Changed paths:
4    M /trunk/modules/codec/Modules.am
5    M /trunk/modules/codec/adpcm.c
6    M /trunk/modules/codec/araw.c
7    M /trunk/modules/codec/cmml/cmml.c
8    M /trunk/modules/codec/dirac.c
9    M /trunk/modules/codec/dvbsub.c
10    M /trunk/modules/codec/ffmpeg/ffmpeg.c
11    M /trunk/modules/codec/ffmpeg/ffmpeg.h
12
13 String review in codec. 1st part. ffmpeg.h to be improve. refs #438
14
15 ------------------------------------------------------------------------
16 r14988 | bigben | 2006-03-30 23:54:07 +0200 (Thu, 30 Mar 2006) | 4 lines
17 Changed paths:
18    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
19    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
20    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
21    M /trunk/modules/gui/macosx/intf.h
22    M /trunk/modules/gui/macosx/intf.m
23    M /trunk/modules/gui/macosx/voutgl.m
24
25 * Implement Crop in the ogl vout
26 * The implementation is quite dirty, but I just cannot see any other easy solution...
27
28
29 ------------------------------------------------------------------------
30 r14987 | fkuehne | 2006-03-30 19:38:36 +0200 (Thu, 30 Mar 2006) | 5 lines
31 Changed paths:
32    M /trunk/Makefile.am
33
34 * added 2 options for the OSX-disk-image creation-line
35     - scrub: removes .Trashes
36     - imagekey zlib-level=9: uses a better compression method, which saves us something MBs, but needs a bit more CPU-time.
37
38 Thanks to cilly on IRC for suggesting this.
39 ------------------------------------------------------------------------
40 r14986 | courmisch | 2006-03-30 18:37:06 +0200 (Thu, 30 Mar 2006) | 3 lines
41 Changed paths:
42    M /trunk/modules/demux/mp4/mp4.c
43
44 Removes invalid UTF-8 byte sequences from meta data as a work-around
45 until someone who knows how MPEG4 specifies encoding fixes the issue (refs #612)
46
47 ------------------------------------------------------------------------
48 r14985 | zorglub | 2006-03-30 17:46:31 +0200 (Thu, 30 Mar 2006) | 2 lines
49 Changed paths:
50    M /trunk/modules/control/gestures.c
51    M /trunk/modules/control/http/http.c
52    M /trunk/modules/control/netsync.c
53    M /trunk/modules/control/ntservice.c
54    M /trunk/modules/control/showintf.c
55    M /trunk/modules/control/telnet.c
56
57 2nd control review (except telnet)
58
59 ------------------------------------------------------------------------
60 r14984 | oaubert | 2006-03-30 16:39:50 +0200 (Thu, 30 Mar 2006) | 5 lines
61 Changed paths:
62    M /trunk/modules/misc/svg.c
63
64 modules/misc/svg.c:
65   * specify unit for malloc
66   * use g_object_unref to properly free the p_rendition
67   * remove spurious whitespace
68
69 ------------------------------------------------------------------------
70 r14983 | oaubert | 2006-03-30 16:31:02 +0200 (Thu, 30 Mar 2006) | 4 lines
71 Changed paths:
72    M /trunk/bindings/mediacontrol-python/Makefile.am
73
74 bindings/mediacontrol-python/Makefile.am: 
75   * add python binding files to EXTRA_DIST
76   * move COMPILERARG definition inside the BUILD_PYTHON code
77
78 ------------------------------------------------------------------------
79 r14982 | dionoea | 2006-03-30 16:05:13 +0200 (Thu, 30 Mar 2006) | 2 lines
80 Changed paths:
81    M /trunk/THANKS
82
83 Many thanks to Albert on the forums for his help with the http interface
84
85 ------------------------------------------------------------------------
86 r14981 | dionoea | 2006-03-30 16:01:24 +0200 (Thu, 30 Mar 2006) | 2 lines
87 Changed paths:
88    M /trunk/share/http/style.css
89
90 Try dialog width style fix
91
92 ------------------------------------------------------------------------
93 r14980 | courmisch | 2006-03-30 15:57:58 +0200 (Thu, 30 Mar 2006) | 2 lines
94 Changed paths:
95    M /trunk/include/vlc_tls.h
96    M /trunk/modules/codec/adpcm.c
97    M /trunk/modules/demux/voc.c
98    M /trunk/modules/demux/xa.c
99    M /trunk/src/network/tls.c
100
101 Cosmetic, Fix my name
102
103 ------------------------------------------------------------------------
104 r14979 | damienf | 2006-03-30 15:16:06 +0200 (Thu, 30 Mar 2006) | 4 lines
105 Changed paths:
106    M /trunk/activex/olecontrol.cpp
107    M /trunk/activex/oleinplaceactiveobject.cpp
108    M /trunk/activex/oleinplaceobject.cpp
109    M /trunk/activex/oleobject.cpp
110    M /trunk/activex/oleobject.h
111    M /trunk/activex/plugin.cpp
112    M /trunk/activex/plugin.h
113
114 - cleaned up in place and UI activation: VLC Plugin should behave better with other controls (ie. don't eat TABSTOP keystrokes, etc...)
115 - minor code cleanup and fixes
116
117
118 ------------------------------------------------------------------------
119 r14978 | damienf | 2006-03-30 12:20:26 +0200 (Thu, 30 Mar 2006) | 2 lines
120 Changed paths:
121    M /trunk/modules/video_output/opengl.c
122
123 opengl.c: fixed string declaration over multiple lines
124
125 ------------------------------------------------------------------------
126 r14977 | zorglub | 2006-03-30 10:40:51 +0200 (Thu, 30 Mar 2006) | 2 lines
127 Changed paths:
128    M /trunk/modules/video_filter/adjust.c
129    M /trunk/modules/video_filter/clone.c
130    M /trunk/modules/video_filter/crop.c
131    M /trunk/modules/video_filter/deinterlace.c
132    M /trunk/modules/video_filter/distort.c
133    M /trunk/modules/video_filter/logo.c
134    M /trunk/modules/video_filter/marq.c
135    M /trunk/modules/video_filter/mosaic.c
136    M /trunk/modules/video_filter/osdmenu.c
137    M /trunk/modules/video_filter/rss.c
138    M /trunk/modules/video_filter/swscale/filter.c
139    M /trunk/modules/video_filter/time.c
140    M /trunk/modules/video_filter/wall.c
141    M /trunk/modules/video_output/fb.c
142    M /trunk/modules/video_output/ggi.c
143    M /trunk/modules/video_output/image.c
144    M /trunk/modules/video_output/opengl.c
145    M /trunk/modules/video_output/qte/qte.cpp
146    M /trunk/modules/video_output/snapshot.c
147    M /trunk/modules/video_output/x11/glx.c
148    M /trunk/modules/video_output/x11/x11.c
149    M /trunk/modules/video_output/x11/xvideo.c
150
151 Video filters and outputs strings (Refs:#438)
152
153 ------------------------------------------------------------------------
154 r14976 | zorglub | 2006-03-30 10:36:49 +0200 (Thu, 30 Mar 2006) | 2 lines
155 Changed paths:
156    M /trunk/modules/control/corba/corba.c
157
158 Use the string
159
160 ------------------------------------------------------------------------
161 r14975 | zorglub | 2006-03-30 07:42:08 +0200 (Thu, 30 Mar 2006) | 2 lines
162 Changed paths:
163    M /trunk/modules/control/corba/corba.c
164
165 Corba string (Refs:#438)
166
167 ------------------------------------------------------------------------
168 r14974 | zorglub | 2006-03-30 07:37:29 +0200 (Thu, 30 Mar 2006) | 2 lines
169 Changed paths:
170    M /trunk/modules/access_filter/record.c
171    M /trunk/modules/access_filter/timeshift.c
172    M /trunk/modules/access_output/http.c
173    M /trunk/modules/access_output/shout.c
174    M /trunk/modules/access_output/udp.c
175
176 Access strings (Refs:#438)
177
178 ------------------------------------------------------------------------
179 r14973 | dionoea | 2006-03-30 01:59:40 +0200 (Thu, 30 Mar 2006) | 2 lines
180 Changed paths:
181    M /trunk/share/http/js/mosaic.js
182
183 Mosaic wizard: audio stuff was missing
184
185 ------------------------------------------------------------------------
186 r14972 | xtophe | 2006-03-30 01:58:40 +0200 (Thu, 30 Mar 2006) | 2 lines
187 Changed paths:
188    M /trunk/include/vlc_config_cat.h
189
190 include/* : Relecture. refs #438
191
192 ------------------------------------------------------------------------
193 r14971 | dionoea | 2006-03-30 00:40:26 +0200 (Thu, 30 Mar 2006) | 2 lines
194 Changed paths:
195    M /trunk/src/misc/unicode.c
196
197 Fix windows drive listing. (We have wrappers arround wrappers ... neat :p )
198
199 ------------------------------------------------------------------------
200 r14970 | bigben | 2006-03-29 22:03:48 +0200 (Wed, 29 Mar 2006) | 4 lines
201 Changed paths:
202    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
203    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
204    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
205    M /trunk/modules/gui/macosx/intf.h
206    M /trunk/modules/gui/macosx/intf.m
207    M /trunk/modules/gui/macosx/vout.m
208    M /trunk/modules/gui/macosx/voutgl.m
209
210 * vout.m : comment the NSLog call in windowContainsEmbedded: this method is called on something else than an NSWindow in normal operation
211 * other: implement on the fly aspect ratio change. Only works in the ogl output at the moment
212
213
214 ------------------------------------------------------------------------
215 r14969 | dionoea | 2006-03-29 19:45:59 +0200 (Wed, 29 Mar 2006) | 3 lines
216 Changed paths:
217    M /trunk/share/http/js/mosaic.js
218    M /trunk/share/http/js/vlm.js
219    M /trunk/src/misc/vlm.c
220
221 src/misc/vlm.c: fix FindEndCommand quote escaping
222 share/http/js/*.js: escape inputs in vlm commands
223
224 ------------------------------------------------------------------------
225 r14968 | dionoea | 2006-03-29 19:11:32 +0200 (Wed, 29 Mar 2006) | 2 lines
226 Changed paths:
227    M /trunk/modules/control/rc.c
228
229 Some more typos
230
231 ------------------------------------------------------------------------
232 r14967 | dionoea | 2006-03-29 18:56:20 +0200 (Wed, 29 Mar 2006) | 2 lines
233 Changed paths:
234    M /trunk/modules/control/gestures.c
235    M /trunk/modules/control/http/mvar.c
236
237 Fix typos. Thanks to tumu
238
239 ------------------------------------------------------------------------
240 r14966 | dionoea | 2006-03-29 17:03:17 +0200 (Wed, 29 Mar 2006) | 2 lines
241 Changed paths:
242    M /trunk/modules/control/gestures.c
243    M /trunk/modules/control/hotkeys.c
244    M /trunk/modules/control/http/http.c
245    M /trunk/modules/control/http/mvar.c
246    M /trunk/modules/control/http/util.c
247    M /trunk/modules/control/lirc.c
248    M /trunk/modules/control/netsync.c
249    M /trunk/modules/control/ntservice.c
250    M /trunk/modules/control/showintf.c
251
252 Control interfaces first string review.
253
254 ------------------------------------------------------------------------
255 r14965 | xtophe | 2006-03-29 16:35:58 +0200 (Wed, 29 Mar 2006) | 2 lines
256 Changed paths:
257    M /trunk/share/http/dialogs/input
258
259 typo
260
261 ------------------------------------------------------------------------
262 r14964 | dionoea | 2006-03-29 16:27:14 +0200 (Wed, 29 Mar 2006) | 2 lines
263 Changed paths:
264    M /trunk/modules/control/rc.c
265
266 First rc interface string review
267
268 ------------------------------------------------------------------------
269 r14963 | zorglub | 2006-03-29 16:02:00 +0200 (Wed, 29 Mar 2006) | 2 lines
270 Changed paths:
271    M /trunk/modules/LIST
272
273 LIST update (287 modules now)
274
275 ------------------------------------------------------------------------
276 r14962 | zorglub | 2006-03-29 15:49:40 +0200 (Wed, 29 Mar 2006) | 2 lines
277 Changed paths:
278    M /trunk/modules/access/cdda.c
279    M /trunk/modules/access/directory.c
280    M /trunk/modules/access/dshow/dshow.cpp
281    M /trunk/modules/access/dv.c
282    M /trunk/modules/access/dvb/access.c
283    M /trunk/modules/access/dvdnav.c
284    M /trunk/modules/access/dvdread.c
285    M /trunk/modules/access/fake.c
286    M /trunk/modules/access/file.c
287    M /trunk/modules/access/ftp.c
288    M /trunk/modules/access/gnomevfs.c
289    M /trunk/modules/access/http.c
290    M /trunk/modules/access/mms/mms.c
291    M /trunk/modules/access/pvr/pvr.c
292    M /trunk/modules/access/rtsp/access.c
293    M /trunk/modules/access/screen/screen.c
294    M /trunk/modules/access/smb.c
295    M /trunk/modules/access/tcp.c
296    M /trunk/modules/access/udp.c
297    M /trunk/modules/access/v4l/v4l.c
298    M /trunk/modules/access/vcd/vcd.c
299
300 Access strings (Refs:#438)
301
302 ------------------------------------------------------------------------
303 r14961 | sam | 2006-03-29 13:03:00 +0200 (Wed, 29 Mar 2006) | 2 lines
304 Changed paths:
305    M /trunk/modules/demux/mp4/mp4.c
306
307   * modules/demux/mp4/mp4.c: explicited debug message.
308
309 ------------------------------------------------------------------------
310 r14960 | courmisch | 2006-03-29 12:35:41 +0200 (Wed, 29 Mar 2006) | 2 lines
311 Changed paths:
312    M /trunk/src/misc/modules.c
313
314 Fix warnings
315
316 ------------------------------------------------------------------------
317 r14959 | dionoea | 2006-03-29 10:59:52 +0200 (Wed, 29 Mar 2006) | 2 lines
318 Changed paths:
319    M /trunk/THANKS
320    M /trunk/modules/gui/wxwidgets/interface.cpp
321
322 fix #578. patch by Steven Sheehy. thanks.
323
324 ------------------------------------------------------------------------
325 r14958 | fkuehne | 2006-03-29 09:33:35 +0200 (Wed, 29 Mar 2006) | 1 line
326 Changed paths:
327    M /trunk/modules/access/mms/mmstu.c
328    M /trunk/modules/control/netsync.c
329    M /trunk/modules/misc/xml/libxml.c
330    M /trunk/src/misc/modules.c
331
332 * fixed a few signedness warnings. Please shout if this accidentally breaks something.
333 ------------------------------------------------------------------------
334 r14957 | fkuehne | 2006-03-29 08:39:21 +0200 (Wed, 29 Mar 2006) | 1 line
335 Changed paths:
336    M /trunk/extras/contrib/src/Makefile
337    D /trunk/extras/contrib/src/Patches/x264-svn.patch
338
339 * x264-patch was committed upstream
340 ------------------------------------------------------------------------
341 r14956 | xtophe | 2006-03-29 00:34:41 +0200 (Wed, 29 Mar 2006) | 2 lines
342 Changed paths:
343    M /trunk/include/snapshot.h
344
345 include: first part of the relecture. refs #438
346
347 ------------------------------------------------------------------------
348 r14955 | dionoea | 2006-03-28 23:29:59 +0200 (Tue, 28 Mar 2006) | 2 lines
349 Changed paths:
350    M /trunk/modules/control/http/http.c
351    M /trunk/share/http/requests/status.xml
352
353 Export stats in http interface
354
355 ------------------------------------------------------------------------
356 r14954 | zorglub | 2006-03-28 23:00:15 +0200 (Tue, 28 Mar 2006) | 2 lines
357 Changed paths:
358    M /trunk
359    M /trunk/modules/audio_filter/channel_mixer/headphone.c
360    M /trunk/modules/audio_filter/converter/a52tofloat32.c
361    M /trunk/modules/audio_filter/converter/dtstofloat32.c
362    M /trunk/modules/audio_filter/equalizer.c
363    M /trunk/modules/audio_filter/normvol.c
364
365 Audio strings, except parametric equalizer (I just don't understand anything) - Refs:#438
366
367 ------------------------------------------------------------------------
368 r14953 | zorglub | 2006-03-28 22:29:28 +0200 (Tue, 28 Mar 2006) | 2 lines
369 Changed paths:
370    M /trunk
371    M /trunk/src/audio_output/input.c
372    M /trunk/src/audio_output/intf.c
373    M /trunk/src/audio_output/mixer.c
374    M /trunk/src/audio_output/output.c
375    M /trunk/src/control/mediacontrol_audio_video.c
376    M /trunk/src/control/mediacontrol_core.c
377    M /trunk/src/control/mediacontrol_util.c
378    M /trunk/src/extras/libc.c
379    M /trunk/src/input/control.c
380    M /trunk/src/input/decoder.c
381    M /trunk/src/input/demux.c
382    M /trunk/src/input/es_out.c
383    M /trunk/src/input/input.c
384    M /trunk/src/input/subtitles.c
385    M /trunk/src/interface/interaction.c
386    M /trunk/src/interface/interface.c
387    M /trunk/src/misc/objects.c
388    M /trunk/src/misc/stats.c
389    M /trunk/src/misc/vlm.c
390    M /trunk/src/network/acl.c
391
392 String fixes in src (Refs:#438)
393
394 ------------------------------------------------------------------------
395 r14952 | dionoea | 2006-03-28 19:16:52 +0200 (Tue, 28 Mar 2006) | 2 lines
396 Changed paths:
397    M /trunk/share/http/js/mosaic.js
398
399 Fix mosaic wizard on IE. Thanks to Albert on the forum for the tip
400
401 ------------------------------------------------------------------------
402 r14951 | zorglub | 2006-03-28 17:50:44 +0200 (Tue, 28 Mar 2006) | 2 lines
403 Changed paths:
404    M /trunk/src/libvlc.h
405
406 Fix intf options
407
408 ------------------------------------------------------------------------
409 r14950 | dionoea | 2006-03-28 17:40:43 +0200 (Tue, 28 Mar 2006) | 2 lines
410 Changed paths:
411    M /trunk/Makefile.am
412
413 Hum ... we still want to strip when using wince
414
415 ------------------------------------------------------------------------
416 r14949 | zorglub | 2006-03-28 17:15:16 +0200 (Tue, 28 Mar 2006) | 2 lines
417 Changed paths:
418    M /trunk/debian/patches/20_no-wx-updates.dpatch
419
420 Update update checker debian patch
421
422 ------------------------------------------------------------------------
423 r14948 | dionoea | 2006-03-28 16:02:49 +0200 (Tue, 28 Mar 2006) | 2 lines
424 Changed paths:
425    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
426    M /trunk/modules/gui/wxwidgets/interface.cpp
427
428 Fix update dialog layout in Windows
429
430 ------------------------------------------------------------------------
431 r14947 | zorglub | 2006-03-28 15:57:36 +0200 (Tue, 28 Mar 2006) | 2 lines
432 Changed paths:
433    M /trunk/include/codecs.h
434    M /trunk/include/network.h
435    M /trunk/include/vlc_interface.h
436
437 Strings in include/ (Refs:#438)
438
439 ------------------------------------------------------------------------
440 r14946 | dionoea | 2006-03-28 15:30:33 +0200 (Tue, 28 Mar 2006) | 2 lines
441 Changed paths:
442    M /trunk/Makefile.am
443
444 Don't strip windows builds when running make package-win-common-devel
445
446 ------------------------------------------------------------------------
447 r14945 | zorglub | 2006-03-27 23:44:30 +0200 (Mon, 27 Mar 2006) | 2 lines
448 Changed paths:
449    M /trunk/src/libvlc.h
450
451 Strings review for libvlc.h (Refs:#438)
452
453 ------------------------------------------------------------------------
454 r14944 | fkuehne | 2006-03-27 21:06:33 +0200 (Mon, 27 Mar 2006) | 1 line
455 Changed paths:
456    M /trunk/extras/contrib/src/Makefile
457    A /trunk/extras/contrib/src/Patches/x264-svn.patch
458
459 * fix x264 compilation
460 ------------------------------------------------------------------------
461 r14943 | courmisch | 2006-03-27 18:57:57 +0200 (Mon, 27 Mar 2006) | 2 lines
462 Changed paths:
463    M /trunk/modules/control/http/util.c
464
465 Remove superfluous (as in implied by the previous one) condition
466
467 ------------------------------------------------------------------------
468 r14942 | courmisch | 2006-03-27 18:48:14 +0200 (Mon, 27 Mar 2006) | 2 lines
469 Changed paths:
470    M /trunk/include/vlc_url.h
471
472 Oops
473
474 ------------------------------------------------------------------------
475 r14941 | courmisch | 2006-03-27 17:35:55 +0200 (Mon, 27 Mar 2006) | 3 lines
476 Changed paths:
477    M /trunk/src/input/subtitles.c
478
479 - Use utf_8scandir() and some cleanup
480 - Fix double free()
481
482 ------------------------------------------------------------------------
483 r14940 | courmisch | 2006-03-27 16:47:05 +0200 (Mon, 27 Mar 2006) | 2 lines
484 Changed paths:
485    M /trunk/src/misc/strings.c
486
487 Fix lame encoded URL decoder (closes #613)
488
489 ------------------------------------------------------------------------
490 r14939 | courmisch | 2006-03-27 16:46:14 +0200 (Mon, 27 Mar 2006) | 2 lines
491 Changed paths:
492    M /trunk/modules/control/http/mvar.c
493
494 Use utf8_scandir instead of scandir
495
496 ------------------------------------------------------------------------
497 r14938 | courmisch | 2006-03-27 15:28:24 +0200 (Mon, 27 Mar 2006) | 3 lines
498 Changed paths:
499    M /trunk/include/vlc_url.h
500
501 Support URL-escape non-ASCII characters properly as far as possible
502 (ie. all characters from the Basic Multilingual Plane from Unicode)
503
504 ------------------------------------------------------------------------
505 r14937 | courmisch | 2006-03-27 13:26:50 +0200 (Mon, 27 Mar 2006) | 2 lines
506 Changed paths:
507    M /trunk/include/charset.h
508    M /trunk/include/vlc_symbols.h
509    M /trunk/src/misc/unicode.c
510
511 utf8_scandir: Unicode wrapper for scandir()
512
513 ------------------------------------------------------------------------
514 r14936 | dionoea | 2006-03-27 03:23:54 +0200 (Mon, 27 Mar 2006) | 2 lines
515 Changed paths:
516    M /trunk/mozilla/npvlc_rc.rc
517    M /trunk/mozilla/vlcplugin.h
518
519 Add audio/wav and audio/x-wav to available mime types
520
521 ------------------------------------------------------------------------
522 r14935 | fkuehne | 2006-03-26 22:50:04 +0200 (Sun, 26 Mar 2006) | 1 line
523 Changed paths:
524    M /trunk/modules/gui/macosx/controls.m
525
526 * accept %H:%M:%S and %M:%S as valid syntax as well (additionally to just %S)
527 ------------------------------------------------------------------------
528 r14934 | courmisch | 2006-03-26 22:25:07 +0200 (Sun, 26 Mar 2006) | 4 lines
529 Changed paths:
530    M /trunk/modules/control/http/http.c
531    M /trunk/modules/control/http/util.c
532
533 - Use iconv transliteration instead of custom code
534 - Supposedly fix a memleak
535 - Fix a few warnings
536
537 ------------------------------------------------------------------------
538 r14933 | hartman | 2006-03-26 00:21:31 +0100 (Sun, 26 Mar 2006) | 2 lines
539 Changed paths:
540    M /trunk/src/video_output/vout_subpictures.c
541
542 * 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
543
544 ------------------------------------------------------------------------
545 r14932 | xtophe | 2006-03-26 00:10:43 +0100 (Sun, 26 Mar 2006) | 2 lines
546 Changed paths:
547    M /trunk/modules/misc/dummy/interface.c
548    M /trunk/modules/misc/freetype.c
549    M /trunk/modules/misc/gnutls.c
550    M /trunk/modules/misc/growl.c
551    M /trunk/modules/misc/logger.c
552    M /trunk/modules/misc/msn.c
553    M /trunk/modules/misc/network/ipv4.c
554    M /trunk/modules/misc/network/ipv6.c
555    M /trunk/modules/misc/playlist/m3u.c
556    M /trunk/modules/misc/playlist/old.c
557    M /trunk/modules/misc/svg.c
558    M /trunk/modules/misc/win32text.c
559    M /trunk/modules/misc/xml/libxml.c
560
561 misc/*: 2nd lecture. refs #438
562
563 ------------------------------------------------------------------------
564 r14931 | damienf | 2006-03-25 23:15:33 +0100 (Sat, 25 Mar 2006) | 4 lines
565 Changed paths:
566    M /trunk/activex/Makefile.am
567    M /trunk/activex/axvlc.def
568    M /trunk/activex/persistpropbag.cpp
569    M /trunk/activex/plugin.cpp
570    M /trunk/activex/plugin.h
571    M /trunk/activex/test.html
572    M /trunk/activex/vlccontrol.cpp
573
574 - added support for non OLE containers, such as Windows Script Host WScript.CreateObject.
575 - made time property persistable, use 'StartTime' under HTML
576 - removed functions with stdcall suffix from exported functions in DLL
577
578 ------------------------------------------------------------------------
579 r14930 | zorglub | 2006-03-25 20:24:05 +0100 (Sat, 25 Mar 2006) | 9 lines
580 Changed paths:
581    M /trunk/include/configuration.h
582    M /trunk/include/vlc_config_cat.h
583    M /trunk/modules/control/hotkeys.c
584    M /trunk/modules/control/http/http.c
585    M /trunk/modules/control/rc.c
586    M /trunk/modules/control/telnet.c
587    M /trunk/modules/gui/beos/BeOS.cpp
588    M /trunk/modules/gui/macosx/macosx.m
589    M /trunk/modules/gui/macosx/prefs.m
590    M /trunk/modules/gui/ncurses.c
591    M /trunk/modules/gui/pda/pda.c
592    M /trunk/modules/gui/qnx/qnx.c
593    M /trunk/modules/gui/skins2/src/skin_main.cpp
594    M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
595    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
596    M /trunk/modules/misc/dummy/dummy.c
597    M /trunk/src/libvlc.h
598
599 * Remove Advanced/Misc
600 * Move out Advanced/Misc/Misc options
601 * Don't show any Stuff/General category anymore
602 * For interfaces, split out "General" from main interface settings
603 * Remove dummy from prefs
604 * Clean hotkeys settings
605
606 (Closes:#598)
607
608 ------------------------------------------------------------------------
609 r14929 | fkuehne | 2006-03-25 19:54:58 +0100 (Sat, 25 Mar 2006) | 2 lines
610 Changed paths:
611    M /trunk/modules/gui/macosx/playlistinfo.m
612    M /trunk/modules/gui/macosx/prefs.m
613
614 * playlistinfo.m: update the stats faster after a p_item-switch
615 * both: fixed each one 'comparison of distinct Objective-C types lacks a cast' warnings
616 ------------------------------------------------------------------------
617 r14928 | fkuehne | 2006-03-25 19:19:53 +0100 (Sat, 25 Mar 2006) | 1 line
618 Changed paths:
619    M /trunk/modules/gui/macosx/playlist.m
620    M /trunk/modules/gui/macosx/playlistinfo.h
621    M /trunk/modules/gui/macosx/playlistinfo.m
622
623 * update the info panel when switching the currently played p_item
624 ------------------------------------------------------------------------
625 r14927 | zorglub | 2006-03-25 19:19:13 +0100 (Sat, 25 Mar 2006) | 5 lines
626 Changed paths:
627    M /trunk/src/libvlc.h
628    M /trunk/src/video_output/video_output.c
629
630 *EXPERIMENTAL* Default to disabling vout_synchro, but not dropping of late pictures in the video_output thread. (Refs:#593)
631
632 Please test heavily against MPEG1/2 streams.
633
634
635 ------------------------------------------------------------------------
636 r14926 | asmax | 2006-03-25 17:52:16 +0100 (Sat, 25 Mar 2006) | 2 lines
637 Changed paths:
638    M /trunk/doc/skins/skins2-howto.xml
639    M /trunk/modules/gui/skins2/src/vlcproc.cpp
640    M /trunk/modules/gui/skins2/src/vlcproc.hpp
641
642 * added a new skin variable "vlc.hasVout", true when... there is a vout !
643
644 ------------------------------------------------------------------------
645 r14925 | asmax | 2006-03-25 17:36:51 +0100 (Sat, 25 Mar 2006) | 4 lines
646 Changed paths:
647    M /trunk/modules/gui/skins2/src/generic_window.cpp
648    M /trunk/modules/gui/skins2/src/generic_window.hpp
649
650 * generic_window.cpp: register window visibility variables in
651  the var manager, to avoid a crash at exit when an expression
652  'not window.isVisible' is used in a skin.
653
654 ------------------------------------------------------------------------
655 r14924 | zorglub | 2006-03-25 17:10:33 +0100 (Sat, 25 Mar 2006) | 2 lines
656 Changed paths:
657    M /trunk/modules/access/cdda.c
658    M /trunk/modules/access/vcd/vcd.c
659
660 Should fix playback of cdda://D:\ under win32. Please test (Refs:#490)
661
662 ------------------------------------------------------------------------
663 r14923 | zorglub | 2006-03-25 16:39:09 +0100 (Sat, 25 Mar 2006) | 2 lines
664 Changed paths:
665    M /trunk/modules/demux/mpeg/mpga.c
666
667 Retry syncing mpeg audio stream if it failed on first block (Closes:#609)
668
669 ------------------------------------------------------------------------
670 r14922 | xtophe | 2006-03-25 16:14:38 +0100 (Sat, 25 Mar 2006) | 2 lines
671 Changed paths:
672    M /trunk/src/misc/configuration.c
673
674 misc/configuration.c: Use the proper directory separator
675
676 ------------------------------------------------------------------------
677 r14921 | courmisch | 2006-03-25 15:43:43 +0100 (Sat, 25 Mar 2006) | 3 lines
678 Changed paths:
679    M /trunk/configure.ac
680    M /trunk/loader/Makefile.am
681
682 Switch loader to libtool
683 (it only works on platforms where libtool works anyway)
684
685 ------------------------------------------------------------------------
686 r14920 | courmisch | 2006-03-25 15:43:10 +0100 (Sat, 25 Mar 2006) | 2 lines
687 Changed paths:
688    M /trunk/loader/driver.c
689
690 Fix previous commit
691
692 ------------------------------------------------------------------------
693 r14919 | courmisch | 2006-03-25 15:37:36 +0100 (Sat, 25 Mar 2006) | 2 lines
694 Changed paths:
695    M /trunk/loader/driver.c
696    M /trunk/loader/win32.c
697
698 Fix duplicate symbol
699
700 ------------------------------------------------------------------------
701 r14918 | fkuehne | 2006-03-25 13:54:27 +0100 (Sat, 25 Mar 2006) | 1 line
702 Changed paths:
703    M /trunk/modules/mux/asf.c
704    M /trunk/modules/mux/mp4.c
705    M /trunk/modules/mux/mpjpeg.c
706    M /trunk/modules/mux/ogg.c
707    M /trunk/modules/mux/wav.c
708    M /trunk/modules/packetizer/copy.c
709    M /trunk/modules/packetizer/h264.c
710    M /trunk/modules/packetizer/mpeg4audio.c
711    M /trunk/modules/packetizer/mpeg4video.c
712    M /trunk/modules/packetizer/mpegvideo.c
713
714 * another 1st string review, refs #438
715 ------------------------------------------------------------------------
716 r14917 | courmisch | 2006-03-25 13:37:31 +0100 (Sat, 25 Mar 2006) | 6 lines
717 Changed paths:
718    M /trunk/src/network/getaddrinfo.c
719
720 Bug to really-stupid-and-worrisomely-not-fixed-for-more-than-ten-years
721 bug for Winsock DNS resolver, inasmuch as is possible - closes #445.
722
723 Should it fail to fix the bug, I'm afraid there would be no solution,
724 but not to use Windows without its IPv6 stack.
725
726 ------------------------------------------------------------------------
727 r14916 | fkuehne | 2006-03-25 13:28:31 +0100 (Sat, 25 Mar 2006) | 1 line
728 Changed paths:
729    M /trunk/include/vlc_config_cat.h
730
731 * 1st string review, refs #438
732 ------------------------------------------------------------------------
733 r14915 | zorglub | 2006-03-25 13:15:49 +0100 (Sat, 25 Mar 2006) | 2 lines
734 Changed paths:
735    M /trunk/mozilla/vlcpeer.cpp
736
737 Remove debug (Refs:#438)
738
739 ------------------------------------------------------------------------
740 r14914 | jpsaman | 2006-03-25 13:15:42 +0100 (Sat, 25 Mar 2006) | 1 line
741 Changed paths:
742    M /trunk/modules/demux/ts.c
743
744 Drop support for VLS specific LPCB because it conflicts with standards. Closes #610
745 ------------------------------------------------------------------------
746 r14913 | asmax | 2006-03-25 12:01:03 +0100 (Sat, 25 Mar 2006) | 4 lines
747 Changed paths:
748    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
749    M /trunk/share/skins2/skin.dtd
750
751 * attribute "nbFrames" of element Bitmap is now "nbframes", as said in the
752  documentation (and the old name was inconsistent with other attribute names)
753  Sorry for the compatibility break...
754
755 ------------------------------------------------------------------------
756 r14912 | zorglub | 2006-03-25 11:57:34 +0100 (Sat, 25 Mar 2006) | 2 lines
757 Changed paths:
758    M /trunk/modules/stream_out/es.c
759    M /trunk/modules/stream_out/gather.c
760    M /trunk/modules/stream_out/mosaic_bridge.c
761    M /trunk/modules/stream_out/rtp.c
762    M /trunk/modules/stream_out/standard.c
763    M /trunk/modules/stream_out/transcode.c
764
765 Strings review in stream_out (Refs:#438). Please review these once more as I changed some quite heavily
766
767 ------------------------------------------------------------------------
768 r14911 | zorglub | 2006-03-25 11:34:38 +0100 (Sat, 25 Mar 2006) | 2 lines
769 Changed paths:
770    M /trunk/modules/misc/dummy/dummy.c
771    M /trunk/modules/misc/win32text.c
772
773 Finish strings review in misc/ (Refs:#438)
774
775 ------------------------------------------------------------------------
776 r14910 | zorglub | 2006-03-25 11:00:14 +0100 (Sat, 25 Mar 2006) | 2 lines
777 Changed paths:
778    M /trunk/modules/services_discovery/hal.c
779    M /trunk/modules/services_discovery/podcast.c
780    M /trunk/modules/services_discovery/sap.c
781
782 Strings review in services_discovery + remove unimplemented sap-cache option (Refs:#438)
783
784 ------------------------------------------------------------------------
785 r14909 | xtophe | 2006-03-24 19:26:46 +0100 (Fri, 24 Mar 2006) | 2 lines
786 Changed paths:
787    M /trunk/modules/services_discovery/sap.c
788
789 sap.c: Ressucitate --sap-addr for the lucky one with M-Bone and too much sap announces.
790
791 ------------------------------------------------------------------------
792 r14908 | xtophe | 2006-03-24 18:52:47 +0100 (Fri, 24 Mar 2006) | 2 lines
793 Changed paths:
794    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
795
796 wxwidgets.c: missing from [14902] commit
797
798 ------------------------------------------------------------------------
799 r14907 | dionoea | 2006-03-24 15:17:28 +0100 (Fri, 24 Mar 2006) | 2 lines
800 Changed paths:
801    M /trunk/share/http/index.html
802    M /trunk/share/http/mosaic.html
803    M /trunk/share/http/requests/browse.xml
804    M /trunk/share/http/requests/playlist.xml
805    M /trunk/share/http/requests/status.xml
806    M /trunk/share/http/requests/vlm.xml
807    M /trunk/share/http/requests/vlm_cmd.xml
808    M /trunk/share/http/vlm.html
809
810 Use the "charset" variable
811
812 ------------------------------------------------------------------------
813 r14906 | dionoea | 2006-03-24 15:16:12 +0100 (Fri, 24 Mar 2006) | 2 lines
814 Changed paths:
815    M /trunk/modules/control/http/http.c
816    M /trunk/modules/control/http/http.h
817    M /trunk/modules/control/http/util.c
818
819 try fixing charset problems. I'll launch a win32 nightly, try it out and change it if it still doesn't work.
820
821 ------------------------------------------------------------------------
822 r14905 | dionoea | 2006-03-24 14:41:15 +0100 (Fri, 24 Mar 2006) | 2 lines
823 Changed paths:
824    M /trunk/share/http/js/functions.js
825
826 Fix windows browser bug: first directory or filename character was removed.
827
828 ------------------------------------------------------------------------
829 r14904 | dionoea | 2006-03-24 14:11:17 +0100 (Fri, 24 Mar 2006) | 2 lines
830 Changed paths:
831    M /trunk/share/http/dialogs/vlm
832    M /trunk/share/http/js/vlm.js
833
834 Add hide/show vlm helper button. Original idea by Albert (http://forum.videolan.org/viewtopic.php?t=18573)
835
836 ------------------------------------------------------------------------
837 r14903 | zorglub | 2006-03-24 12:05:28 +0100 (Fri, 24 Mar 2006) | 2 lines
838 Changed paths:
839    M /trunk/modules/visualization/galaktos/plugin.c
840    M /trunk/modules/visualization/goom.c
841    M /trunk/modules/visualization/visual/effects.c
842    M /trunk/modules/visualization/visual/visual.c
843    M /trunk/modules/visualization/visual/visual.h
844    M /trunk/modules/visualization/xosd.c
845
846 Strings review in visualization/ (Refs:#438)
847
848 ------------------------------------------------------------------------
849 r14902 | xtophe | 2006-03-23 23:54:31 +0100 (Thu, 23 Mar 2006) | 5 lines
850 Changed paths:
851    M /trunk/modules/gui/wxwidgets/interface.cpp
852
853 wx/interfaces.cpp: Add an option to display tool bar buton name. 
854                    Warning hack inside.
855                    refs #495 close it for linux and win32
856                    
857
858 ------------------------------------------------------------------------
859 r14901 | dionoea | 2006-03-23 23:46:18 +0100 (Thu, 23 Mar 2006) | 2 lines
860 Changed paths:
861    M /trunk/modules/control/http/http.c
862
863 use p_playlist->p_input
864
865 ------------------------------------------------------------------------
866 r14900 | bigben | 2006-03-23 23:19:38 +0100 (Thu, 23 Mar 2006) | 3 lines
867 Changed paths:
868    M /trunk/modules/gui/macosx/intf.m
869
870 * 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
871
872
873 ------------------------------------------------------------------------
874 r14899 | hartman | 2006-03-23 22:43:34 +0100 (Thu, 23 Mar 2006) | 2 lines
875 Changed paths:
876    M /trunk/extras/contrib/src/packages.mak
877
878 * stupid mars.org being offline all the time. Pull files from our own download servers.
879
880 ------------------------------------------------------------------------
881 r14898 | xtophe | 2006-03-23 22:41:12 +0100 (Thu, 23 Mar 2006) | 2 lines
882 Changed paths:
883    M /trunk/modules/services_discovery/daap.c
884    M /trunk/modules/services_discovery/hal.c
885    M /trunk/modules/services_discovery/sap.c
886    M /trunk/modules/services_discovery/shout.c
887
888 services_discovery/*: String review (refs #438) and suppress the sap-addr option
889
890 ------------------------------------------------------------------------
891 r14897 | hartman | 2006-03-23 21:25:07 +0100 (Thu, 23 Mar 2006) | 3 lines
892 Changed paths:
893    M /trunk/modules/stream_out/rtp.c
894
895 * Fix AMR RTP muxing. patch by Alex Antropoff <alant at transtelecom dot md>.
896
897
898 ------------------------------------------------------------------------
899 r14896 | bigben | 2006-03-23 20:57:20 +0100 (Thu, 23 Mar 2006) | 3 lines
900 Changed paths:
901    M /trunk/modules/gui/macosx/playlistinfo.m
902
903 * Use the correct limit when looping
904
905
906 ------------------------------------------------------------------------
907 r14895 | xtophe | 2006-03-22 23:39:51 +0100 (Wed, 22 Mar 2006) | 2 lines
908 Changed paths:
909    M /trunk/modules/visualization/galaktos/plugin.c
910    M /trunk/modules/visualization/goom.c
911    M /trunk/modules/visualization/visual/effects.c
912    M /trunk/modules/visualization/visual/visual.c
913    M /trunk/modules/visualization/xosd.c
914
915 String Review. refs #438
916
917 ------------------------------------------------------------------------
918 r14886 | jpsaman | 2006-03-22 22:01:09 +0100 (Wed, 22 Mar 2006) | 1 line
919 Changed paths:
920    M /trunk/modules/misc/rtsp.c
921    M /trunk/modules/stream_out/rtp.c
922    M /trunk/src/network/httpd.c
923
924 Add support for X-Playnow RTSP option
925 ------------------------------------------------------------------------
926 r14882 | fkuehne | 2006-03-22 19:09:55 +0100 (Wed, 22 Mar 2006) | 1 line
927 Changed paths:
928    M /trunk/Makefile.am
929
930 * copy the http-intf-readme to the OSX-bundle as well
931 ------------------------------------------------------------------------
932 r14881 | sam | 2006-03-22 18:51:17 +0100 (Wed, 22 Mar 2006) | 2 lines
933 Changed paths:
934    M /trunk/modules/video_output/caca.c
935
936   * modules/video_output/caca.c: Compilation fixes.
937
938 ------------------------------------------------------------------------
939 r14880 | dionoea | 2006-03-22 17:38:46 +0100 (Wed, 22 Mar 2006) | 2 lines
940 Changed paths:
941    M /trunk/Makefile.am
942
943 Add share/http/requests/readme to win target
944
945 ------------------------------------------------------------------------
946 r14879 | dionoea | 2006-03-22 17:37:24 +0100 (Wed, 22 Mar 2006) | 2 lines
947 Changed paths:
948    M /trunk/share/Makefile.am
949
950 add requests/readme
951
952 ------------------------------------------------------------------------
953 r14878 | dionoea | 2006-03-22 17:36:48 +0100 (Wed, 22 Mar 2006) | 2 lines
954 Changed paths:
955    A /trunk/share/http/requests/readme
956
957 List and explain available commands / requests
958
959 ------------------------------------------------------------------------
960 r14877 | courmisch | 2006-03-22 17:05:11 +0100 (Wed, 22 Mar 2006) | 10 lines
961 Changed paths:
962    M /trunk/include/charset.h
963    M /trunk/include/vlc_symbols.h
964    M /trunk/modules/codec/subsdec.c
965
966 include:
967  * export GetFallbackEncoding()
968 subsdec:
969  * autodetect UTF-8 encoding,
970  * use better non-Unicode default encoding from language instead of
971  CP1252 when local encoding is UTF-8, and local encoding in all other cases
972  (should improve subtitles decoding on POSIX a lot)
973  * some memory fixes
974  * some cosmetic fixes
975
976 ------------------------------------------------------------------------
977 r14876 | xtophe | 2006-03-22 15:14:10 +0100 (Wed, 22 Mar 2006) | 2 lines
978 Changed paths:
979    M /trunk/modules/misc/logger.c
980
981 logger.c: Compile fix
982
983 ------------------------------------------------------------------------
984 r14875 | zorglub | 2006-03-22 14:38:50 +0100 (Wed, 22 Mar 2006) | 2 lines
985 Changed paths:
986    M /trunk/modules/misc/freetype.c
987
988 Compile fix
989
990 ------------------------------------------------------------------------
991 r14874 | courmisch | 2006-03-22 13:26:11 +0100 (Wed, 22 Mar 2006) | 6 lines
992 Changed paths:
993    M /trunk/include/charset.h
994    M /trunk/include/vlc_symbols.h
995    M /trunk/src/misc/unicode.c
996
997 IsUTF8: check if a string is a valid UTF8 sequence without modifying it
998 EnsureUTF8 would replace invalid bytes sequences with question marks.
999
1000 Most of the code was already there anyway. This allows UTF-8 autodetection
1001 without a dedicated UTF8-to-UTF8 iconv() handle.
1002
1003 ------------------------------------------------------------------------
1004 r14873 | zorglub | 2006-03-22 13:14:30 +0100 (Wed, 22 Mar 2006) | 2 lines
1005 Changed paths:
1006    M /trunk/modules/misc/freetype.c
1007    M /trunk/modules/misc/gnutls.c
1008    M /trunk/modules/misc/growl.c
1009    M /trunk/modules/misc/logger.c
1010    M /trunk/modules/misc/msn.c
1011    M /trunk/modules/misc/rtsp.c
1012    M /trunk/modules/misc/svg.c
1013    M /trunk/modules/misc/xml/libxml.c
1014    M /trunk/modules/misc/xml/xtag.c
1015
1016 Strings review in misc/ except dummy and win32text (Refs:#438)
1017
1018 ------------------------------------------------------------------------
1019 r14872 | courmisch | 2006-03-22 12:24:45 +0100 (Wed, 22 Mar 2006) | 2 lines
1020 Changed paths:
1021    M /trunk/src/misc/unicode.c
1022
1023 Clean up
1024
1025 ------------------------------------------------------------------------
1026 r14871 | courmisch | 2006-03-22 12:14:24 +0100 (Wed, 22 Mar 2006) | 2 lines
1027 Changed paths:
1028    M /trunk/include/vlc_common.h
1029    M /trunk/include/vlc_symbols.h
1030    M /trunk/src/extras/libc.c
1031
1032 Clean up vlc_iconv prototype
1033
1034 ------------------------------------------------------------------------
1035 r14870 | zorglub | 2006-03-22 08:12:10 +0100 (Wed, 22 Mar 2006) | 2 lines
1036 Changed paths:
1037    M /trunk/modules/control/telnet.c
1038
1039 Strings review of telnet.c (Refs:#438)
1040
1041 ------------------------------------------------------------------------
1042 r14869 | dionoea | 2006-03-22 01:19:29 +0100 (Wed, 22 Mar 2006) | 2 lines
1043 Changed paths:
1044    M /trunk/share/http/dialogs/playlist
1045    M /trunk/share/http/iehacks.css
1046    M /trunk/share/http/style.css
1047
1048 Slightly better IE and Firefox compatible version of the sort and services discovery menus.
1049
1050 ------------------------------------------------------------------------
1051 r14868 | dionoea | 2006-03-22 00:41:05 +0100 (Wed, 22 Mar 2006) | 2 lines
1052 Changed paths:
1053    M /trunk/modules/misc/msn.c
1054
1055 Also update now playing info when playing a new item.
1056
1057 ------------------------------------------------------------------------
1058 r14867 | dionoea | 2006-03-22 00:26:17 +0100 (Wed, 22 Mar 2006) | 2 lines
1059 Changed paths:
1060    M /trunk/share/http/js/functions.js
1061    M /trunk/share/http/js/mosaic.js
1062    M /trunk/share/http/js/vlm.js
1063
1064 Some more IE (crap) fixes
1065
1066 ------------------------------------------------------------------------
1067 r14861 | bigben | 2006-03-21 23:08:41 +0100 (Tue, 21 Mar 2006) | 4 lines
1068 Changed paths:
1069    M /trunk/modules/gui/macosx/playlistinfo.m
1070
1071 * There is no reason not to allow to open the information panel on nodes
1072 * We now have an (ugly) way to rename nodes
1073
1074
1075 ------------------------------------------------------------------------
1076 r14860 | bigben | 2006-03-21 21:56:51 +0100 (Tue, 21 Mar 2006) | 4 lines
1077 Changed paths:
1078    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
1079    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
1080    M /trunk/modules/gui/macosx/controls.m
1081
1082 * Only enable "Jump To Time" when the stream is seekable
1083 * Fix enabling of the step forward/backward functions
1084
1085
1086 ------------------------------------------------------------------------
1087 r14859 | dionoea | 2006-03-21 21:56:35 +0100 (Tue, 21 Mar 2006) | 2 lines
1088 Changed paths:
1089    M /trunk/Makefile.am
1090
1091 Add 7zip win32 build targets
1092
1093 ------------------------------------------------------------------------
1094 r14858 | courmisch | 2006-03-21 19:20:48 +0100 (Tue, 21 Mar 2006) | 2 lines
1095 Changed paths:
1096    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
1097
1098 I knew I was foolish to expect wxWidgets to work properly.
1099
1100 ------------------------------------------------------------------------
1101 r14857 | courmisch | 2006-03-21 18:28:09 +0100 (Tue, 21 Mar 2006) | 9 lines
1102 Changed paths:
1103    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
1104
1105 Attempt to use wc_str() even if wxWidgets is not built with Unicode.
1106 According to the wxWidgets documentation, it works. But of course, you
1107 don't want to trust the wxWidgets documentation, particularly when it
1108 deals with characters encoding. Or rather, you'd like to trust the
1109 documentation, but you can't trust the actual implementation to work
1110 until you tested it.
1111
1112 So lets see if it works, and revert commit it tomorrow if it sucks.
1113
1114 ------------------------------------------------------------------------
1115 r14856 | courmisch | 2006-03-21 18:21:24 +0100 (Tue, 21 Mar 2006) | 2 lines
1116 Changed paths:
1117    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
1118
1119 Attempt to fix Unicode wxWidgets interface on Win32
1120
1121 ------------------------------------------------------------------------
1122 r14855 | courmisch | 2006-03-21 17:42:34 +0100 (Tue, 21 Mar 2006) | 4 lines
1123 Changed paths:
1124    M /trunk/include/charset.h
1125    M /trunk/include/vlc_symbols.h
1126    M /trunk/src/misc/unicode.c
1127
1128 - FromWide(): converts a wchar_t * to UTF-8 char *
1129   (if local charset is UTF-8, this is similar to wcstombs())
1130 - FromUTF16(): converts a host-order UTF-16 byte sequence to UTF-8
1131
1132 ------------------------------------------------------------------------
1133 r14854 | courmisch | 2006-03-21 17:08:35 +0100 (Tue, 21 Mar 2006) | 3 lines
1134 Changed paths:
1135    M /trunk/bootstrap
1136
1137 libtool: Compile builtins as convenience libraries rather than static ones
1138 Might fix PIC linking issues on amd64
1139
1140 ------------------------------------------------------------------------
1141 r14853 | courmisch | 2006-03-21 16:39:43 +0100 (Tue, 21 Mar 2006) | 2 lines
1142 Changed paths:
1143    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
1144
1145 A bit explanation of the wxWidgets string conversion mess won't harm
1146
1147 ------------------------------------------------------------------------
1148 r14852 | courmisch | 2006-03-21 16:34:34 +0100 (Tue, 21 Mar 2006) | 3 lines
1149 Changed paths:
1150    M /trunk/modules/gui/wxwidgets/menus.cpp
1151
1152 Fix G++ 4.1 compilation problem
1153 reported by Diego 'Flameeyes' Petten?\195?\178
1154
1155 ------------------------------------------------------------------------
1156 r14851 | dionoea | 2006-03-21 01:45:31 +0100 (Tue, 21 Mar 2006) | 2 lines
1157 Changed paths:
1158    M /trunk/share/http/requests/status.xml
1159
1160 looks like someone renamed vlc_obj_exists to vlc_object_exists.
1161
1162 ------------------------------------------------------------------------
1163 r14847 | zorglub | 2006-03-21 00:13:39 +0100 (Tue, 21 Mar 2006) | 2 lines
1164 Changed paths:
1165    M /trunk/test/NativeLibvlcTest.py
1166    M /trunk/test/NativeStatsTest.py
1167    M /trunk/test/PyMediaControlBaseTest.py
1168    M /trunk/test/PyMediaControlPlaylistTest.py
1169    M /trunk/test/PyMediaControlVariablesTest.py
1170    M /trunk/test/setup.py
1171
1172 Fix test
1173
1174 ------------------------------------------------------------------------
1175 r14846 | ipkiss | 2006-03-20 23:34:43 +0100 (Mon, 20 Mar 2006) | 2 lines
1176 Changed paths:
1177    M /trunk/doc/skins/skins2-howto.xml
1178
1179  * doc/skins/skins2-howto.xml: Fixed typos.
1180
1181 ------------------------------------------------------------------------
1182 r14845 | fkuehne | 2006-03-20 21:42:23 +0100 (Mon, 20 Mar 2006) | 1 line
1183 Changed paths:
1184    M /trunk/README.MacOSX.rtf
1185
1186 * the transitional phase of our osx-aout-modules is over :)
1187 ------------------------------------------------------------------------
1188 r14843 | dionoea | 2006-03-20 21:22:59 +0100 (Mon, 20 Mar 2006) | 6 lines
1189 Changed paths:
1190    M /trunk/src/misc/vlm.c
1191
1192 fix #478.
1193
1194 You need to escape (with \):
1195 * quotes that are part of a file's name or option's value
1196 * backslashes
1197
1198 ------------------------------------------------------------------------
1199 r14842 | damienf | 2006-03-20 15:40:42 +0100 (Mon, 20 Mar 2006) | 2 lines
1200 Changed paths:
1201    M /trunk/activex/plugin.cpp
1202
1203 plugin.cpp: as usual,I forgot to disable my own debug
1204
1205 ------------------------------------------------------------------------
1206 r14841 | damienf | 2006-03-20 15:37:41 +0100 (Mon, 20 Mar 2006) | 7 lines
1207 Changed paths:
1208    M /trunk/activex/persistpropbag.cpp
1209    M /trunk/activex/plugin.cpp
1210    M /trunk/activex/plugin.h
1211    M /trunk/activex/test.html
1212    M /trunk/activex/vlccontrol.cpp
1213
1214 plugin.cpp, plugin.h: delayed initialization of VLC until activation in place in user mode only
1215     this allows the persistable properties to be fully loaded before initialization and allow
1216     for control to initialize faster in design mode. AUTOLOOP property now works properly
1217 persistpropbag.cpp, vlccontrol.h: decoupled volume property from VLC so that value can be used
1218     without having VLC initialized
1219 test.html: added volume control
1220
1221 ------------------------------------------------------------------------
1222 r14840 | fkuehne | 2006-03-20 15:13:04 +0100 (Mon, 20 Mar 2006) | 1 line
1223 Changed paths:
1224    M /trunk/Makefile.am
1225
1226 * 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...)
1227 ------------------------------------------------------------------------
1228 r14839 | massiot | 2006-03-20 12:18:52 +0100 (Mon, 20 Mar 2006) | 2 lines
1229 Changed paths:
1230    M /trunk/modules/mux/mpeg/ts.c
1231
1232  * modules/mux/mpeg/ts.c: New --sout-ts-alignment option.
1233
1234 ------------------------------------------------------------------------
1235 r14838 | massiot | 2006-03-20 12:12:04 +0100 (Mon, 20 Mar 2006) | 2 lines
1236 Changed paths:
1237    M /trunk/modules/control/http/http.c
1238    M /trunk/modules/control/http/http.h
1239
1240  * modules/control/http: Content-Type should be case-insensitive.
1241
1242 ------------------------------------------------------------------------
1243 r14837 | dionoea | 2006-03-20 02:51:45 +0100 (Mon, 20 Mar 2006) | 2 lines
1244 Changed paths:
1245    M /trunk/share/http/dialogs/mosaic
1246    M /trunk/share/http/js/functions.js
1247
1248 mosaic wizard: change layout & make VLM command batch display optional.
1249
1250 ------------------------------------------------------------------------
1251 r14836 | dionoea | 2006-03-20 02:35:15 +0100 (Mon, 20 Mar 2006) | 2 lines
1252 Changed paths:
1253    M /trunk/share/http/js/vlm.js
1254
1255 * also do vlm options fix on sout.
1256
1257 ------------------------------------------------------------------------
1258 r14835 | dionoea | 2006-03-20 02:32:11 +0100 (Mon, 20 Mar 2006) | 4 lines
1259 Changed paths:
1260    M /trunk/share/http/dialogs/input
1261    M /trunk/share/http/dialogs/mosaic
1262    M /trunk/share/http/dialogs/sout
1263    M /trunk/share/http/js/functions.js
1264    M /trunk/share/http/js/mosaic.js
1265    M /trunk/share/http/js/vlm.js
1266    M /trunk/share/http/style.css
1267
1268 * add "fake:" input
1269 * vlm fix. change "input :foo=bar :foo2=bar2" into vlm compatible option handling
1270 * mosaic fix. always enable transcode when using an sout chain
1271
1272 ------------------------------------------------------------------------
1273 r14834 | hartman | 2006-03-19 23:03:20 +0100 (Sun, 19 Mar 2006) | 2 lines
1274 Changed paths:
1275    M /trunk/modules/demux/livedotcom.cpp
1276
1277 * Fix AMR from liveMedia decoding. Patch by Alex Antropoff <alant at transtelecom dot md>
1278
1279 ------------------------------------------------------------------------
1280 r14830 | xtophe | 2006-03-19 19:16:56 +0100 (Sun, 19 Mar 2006) | 2 lines
1281 Changed paths:
1282    M /trunk/modules/video_output/caca.c
1283
1284 caca.c: Typo
1285
1286 ------------------------------------------------------------------------
1287 r14829 | hartman | 2006-03-19 19:05:54 +0100 (Sun, 19 Mar 2006) | 2 lines
1288 Changed paths:
1289    M /trunk/modules/demux/livedotcom.cpp
1290
1291 * sorry about the missing #if
1292
1293 ------------------------------------------------------------------------
1294 r14828 | sam | 2006-03-19 18:17:57 +0100 (Sun, 19 Mar 2006) | 2 lines
1295 Changed paths:
1296    M /trunk/modules/video_output/caca.c
1297
1298   * Support for newer libcaca/libcucul versions.
1299
1300 ------------------------------------------------------------------------
1301 r14827 | bigben | 2006-03-19 14:13:09 +0100 (Sun, 19 Mar 2006) | 3 lines
1302 Changed paths:
1303    M /trunk/modules/gui/macosx/output.m
1304
1305 Forgot that one
1306
1307
1308 ------------------------------------------------------------------------
1309 r14826 | bigben | 2006-03-19 14:03:20 +0100 (Sun, 19 Mar 2006) | 3 lines
1310 Changed paths:
1311    M /trunk/modules/gui/macosx/wizard.m
1312
1313 * fix compilation
1314
1315
1316 ------------------------------------------------------------------------
1317 r14825 | bigben | 2006-03-19 13:57:26 +0100 (Sun, 19 Mar 2006) | 3 lines
1318 Changed paths:
1319    M /trunk/modules/gui/macosx/bookmarks.m
1320    M /trunk/modules/gui/macosx/controls.m
1321    M /trunk/modules/gui/macosx/equalizer.m
1322    M /trunk/modules/gui/macosx/extended.m
1323    M /trunk/modules/gui/macosx/interaction.m
1324    M /trunk/modules/gui/macosx/intf.m
1325    M /trunk/modules/gui/macosx/macosx.m
1326    M /trunk/modules/gui/macosx/open.m
1327    M /trunk/modules/gui/macosx/playlist.m
1328    M /trunk/modules/gui/macosx/playlistinfo.m
1329    M /trunk/modules/gui/macosx/prefs.m
1330    M /trunk/modules/gui/macosx/update.m
1331    M /trunk/modules/gui/macosx/voutgl.m
1332    M /trunk/modules/gui/macosx/voutqt.m
1333    M /trunk/modules/gui/macosx/wizard.m
1334
1335 * First string review of the OSX interface
1336
1337
1338 ------------------------------------------------------------------------
1339 r14824 | hartman | 2006-03-19 12:24:16 +0100 (Sun, 19 Mar 2006) | 2 lines
1340 Changed paths:
1341    M /trunk/modules/demux/livedotcom.cpp
1342
1343 * fix the liveMedia VERSION_INT (hopefully)
1344
1345 ------------------------------------------------------------------------
1346 r14823 | dionoea | 2006-03-19 02:49:11 +0100 (Sun, 19 Mar 2006) | 2 lines
1347 Changed paths:
1348    M /trunk/share/Makefile.am
1349
1350 Add iehacks.css to Makefile.am
1351
1352 ------------------------------------------------------------------------
1353 r14822 | dionoea | 2006-03-19 02:46:43 +0100 (Sun, 19 Mar 2006) | 6 lines
1354 Changed paths:
1355    M /trunk/share/http/dialogs/input
1356    M /trunk/share/http/dialogs/mosaic
1357    M /trunk/share/http/dialogs/playlist
1358    M /trunk/share/http/dialogs/sout
1359    A /trunk/share/http/iehacks.css
1360    M /trunk/share/http/images/info.png
1361    M /trunk/share/http/index.html
1362    M /trunk/share/http/js/functions.js
1363    M /trunk/share/http/style.css
1364
1365 A bunch of hacks to fix bugs on IE.
1366
1367 I really don't like the Sort menu and Services discovery menu code. If
1368 someone has a better idea feal free to change it.
1369
1370
1371 ------------------------------------------------------------------------
1372 r14821 | hartman | 2006-03-19 02:28:18 +0100 (Sun, 19 Mar 2006) | 2 lines
1373 Changed paths:
1374    M /trunk/modules/demux/livedotcom.cpp
1375
1376 * fix ifdef
1377
1378 ------------------------------------------------------------------------
1379 r14820 | xtophe | 2006-03-19 02:27:21 +0100 (Sun, 19 Mar 2006) | 2 lines
1380 Changed paths:
1381    M /trunk/modules/stream_out/bridge.c
1382    M /trunk/modules/stream_out/rtp.c
1383    M /trunk/modules/stream_out/standard.c
1384    M /trunk/modules/stream_out/switcher.c
1385    M /trunk/modules/stream_out/transcode.c
1386
1387 stream_out/*: String review (refs #438)
1388
1389 ------------------------------------------------------------------------
1390 r14819 | hartman | 2006-03-19 02:00:13 +0100 (Sun, 19 Mar 2006) | 8 lines
1391 Changed paths:
1392    M /trunk/modules/demux/livedotcom.cpp
1393
1394 * Send Keep-A-Live RTSP bogus calls for servers that do not support RTCP reports.
1395   Seems to work for WM RTSP. No support yet for Kasenna,
1396   since I don't have proper access to one at this moment.
1397
1398   refs #595
1399   refs #329
1400
1401
1402 ------------------------------------------------------------------------
1403 r14818 | dionoea | 2006-03-19 01:02:26 +0100 (Sun, 19 Mar 2006) | 2 lines
1404 Changed paths:
1405    M /trunk/share/http/dialogs/sout
1406
1407 Fix typo
1408
1409 ------------------------------------------------------------------------
1410 r14817 | jpsaman | 2006-03-19 00:11:31 +0100 (Sun, 19 Mar 2006) | 1 line
1411 Changed paths:
1412    M /trunk/src/Makefile.am
1413
1414 Undo r 14546 breakage
1415 ------------------------------------------------------------------------
1416 r14816 | zorglub | 2006-03-18 23:27:07 +0100 (Sat, 18 Mar 2006) | 2 lines
1417 Changed paths:
1418    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
1419
1420 Don't expand WX Tree root - Patch by Alexander Gall. Thanks
1421
1422 ------------------------------------------------------------------------
1423 r14815 | zorglub | 2006-03-18 23:18:16 +0100 (Sat, 18 Mar 2006) | 2 lines
1424 Changed paths:
1425    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
1426
1427 Apparently fix WX playlist crash (Closes:#205)
1428
1429 ------------------------------------------------------------------------
1430 r14814 | xtophe | 2006-03-18 19:14:49 +0100 (Sat, 18 Mar 2006) | 2 lines
1431 Changed paths:
1432    M /trunk/share/Makefile.am
1433
1434 share/makefile.am: Typo. Thanks to Albert on the forum for the report
1435
1436 ------------------------------------------------------------------------
1437 r14813 | zorglub | 2006-03-18 19:12:47 +0100 (Sat, 18 Mar 2006) | 2 lines
1438 Changed paths:
1439    M /trunk/src/input/es_out.c
1440
1441 Don't use %f in es_out (Closes:#587)
1442
1443 ------------------------------------------------------------------------
1444 r14812 | dionoea | 2006-03-18 18:56:10 +0100 (Sat, 18 Mar 2006) | 2 lines
1445 Changed paths:
1446    M /trunk/share/http/dialogs/mosaic
1447
1448 Add some comments and 'fix' display if the mosaic's width is larger than 600px.
1449
1450 ------------------------------------------------------------------------
1451 r14811 | zorglub | 2006-03-18 18:52:31 +0100 (Sat, 18 Mar 2006) | 2 lines
1452 Changed paths:
1453    M /trunk/include/vlc_httpd.h
1454    M /trunk/include/vlc_objects.h
1455    M /trunk/src/misc/messages.c
1456    M /trunk/src/misc/objects.c
1457    M /trunk/src/network/httpd.c
1458
1459 Display IP of client in debug
1460
1461 ------------------------------------------------------------------------
1462 r14810 | dionoea | 2006-03-18 18:45:40 +0100 (Sat, 18 Mar 2006) | 2 lines
1463 Changed paths:
1464    M /trunk/share/http/js/mosaic.js
1465
1466 Spelling fix, again.
1467
1468 ------------------------------------------------------------------------
1469 r14809 | dionoea | 2006-03-18 18:43:36 +0100 (Sat, 18 Mar 2006) | 2 lines
1470 Changed paths:
1471    M /trunk/share/http/dialogs/mosaic
1472
1473 Spelling fix
1474
1475 ------------------------------------------------------------------------
1476 r14808 | dionoea | 2006-03-18 18:42:37 +0100 (Sat, 18 Mar 2006) | 2 lines
1477 Changed paths:
1478    M /trunk/share/http/dialogs/input
1479    M /trunk/share/http/dialogs/mosaic
1480    M /trunk/share/http/dialogs/sout
1481    M /trunk/share/http/js/mosaic.js
1482
1483 add some help and feedback
1484
1485 ------------------------------------------------------------------------
1486 r14807 | xtophe | 2006-03-18 18:31:31 +0100 (Sat, 18 Mar 2006) | 2 lines
1487 Changed paths:
1488    M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
1489
1490 x264.patch: Sync with upstream
1491
1492 ------------------------------------------------------------------------
1493 r14806 | dionoea | 2006-03-18 18:14:54 +0100 (Sat, 18 Mar 2006) | 2 lines
1494 Changed paths:
1495    M /trunk/NEWS
1496
1497 update NEWS
1498
1499 ------------------------------------------------------------------------
1500 r14805 | dionoea | 2006-03-18 18:14:19 +0100 (Sat, 18 Mar 2006) | 2 lines
1501 Changed paths:
1502    M /trunk/share/http/dialogs/footer
1503    M /trunk/share/http/dialogs/mosaic
1504    M /trunk/share/http/dialogs/sout
1505    M /trunk/share/http/js/functions.js
1506    M /trunk/share/http/js/mosaic.js
1507    M /trunk/share/http/mosaic.html
1508    M /trunk/share/http/style.css
1509
1510 Code the mosaic wizard
1511
1512 ------------------------------------------------------------------------
1513 r14804 | zorglub | 2006-03-18 17:22:23 +0100 (Sat, 18 Mar 2006) | 2 lines
1514 Changed paths:
1515    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
1516
1517 Don't abort windows position remembering if small playlist size is invalid at the beginning (Closes:#557)
1518
1519 ------------------------------------------------------------------------
1520 r14803 | xtophe | 2006-03-18 16:52:42 +0100 (Sat, 18 Mar 2006) | 2 lines
1521 Changed paths:
1522    M /trunk/THANKS
1523    M /trunk/modules/access/dshow/dshow.cpp
1524
1525 access/dshow: Add option to configure dshow from command line. Patch by Patrick Horn.
1526
1527 ------------------------------------------------------------------------
1528 r14802 | dionoea | 2006-03-18 16:06:40 +0100 (Sat, 18 Mar 2006) | 2 lines
1529 Changed paths:
1530    A /trunk/share/http/images/white_cross_small.png
1531
1532 ooops
1533
1534 ------------------------------------------------------------------------
1535 r14801 | dionoea | 2006-03-18 16:00:52 +0100 (Sat, 18 Mar 2006) | 2 lines
1536 Changed paths:
1537    M /trunk/share/Makefile.am
1538
1539 One more image
1540
1541 ------------------------------------------------------------------------
1542 r14800 | dionoea | 2006-03-18 15:37:51 +0100 (Sat, 18 Mar 2006) | 2 lines
1543 Changed paths:
1544    M /trunk/share/Makefile.am
1545
1546 Add new http interface images
1547
1548 ------------------------------------------------------------------------
1549 r14799 | xtophe | 2006-03-18 13:49:51 +0100 (Sat, 18 Mar 2006) | 2 lines
1550 Changed paths:
1551    M /trunk/modules/demux/ts.c
1552
1553 Typo
1554
1555 ------------------------------------------------------------------------
1556 r14798 | zorglub | 2006-03-18 13:38:38 +0100 (Sat, 18 Mar 2006) | 2 lines
1557 Changed paths:
1558    M /trunk/modules/visualization/galaktos/init_cond.c
1559    M /trunk/modules/visualization/galaktos/preset.c
1560
1561 %f in galaktos (Closes:#585)
1562
1563 ------------------------------------------------------------------------
1564 r14797 | zorglub | 2006-03-18 12:27:40 +0100 (Sat, 18 Mar 2006) | 2 lines
1565 Changed paths:
1566    M /trunk/THANKS
1567
1568 Thanks
1569
1570 ------------------------------------------------------------------------
1571 r14796 | zorglub | 2006-03-18 12:27:10 +0100 (Sat, 18 Mar 2006) | 7 lines
1572 Changed paths:
1573    M /trunk/modules/codec/ffmpeg/ffmpeg.c
1574    M /trunk/modules/codec/ffmpeg/ffmpeg.h
1575    M /trunk/modules/codec/ffmpeg/video_filter.c
1576    M /trunk/modules/stream_out/transcode.c
1577
1578 Transcode cropping/padding patch by Udo Richter < udo underscore richter at gmx d0t de> (with added round-to-16 fix) . Many thanks for this.
1579
1580 Seems to work neatly, please test nevertheless.
1581
1582 Closes:#448
1583
1584
1585 ------------------------------------------------------------------------
1586 r14795 | zorglub | 2006-03-18 11:30:24 +0100 (Sat, 18 Mar 2006) | 2 lines
1587 Changed paths:
1588    M /trunk/src/misc/vlm.c
1589
1590 Don't use %f in VLM, except for display (Closes:#588)
1591
1592 ------------------------------------------------------------------------
1593 r14794 | zorglub | 2006-03-18 11:20:01 +0100 (Sat, 18 Mar 2006) | 2 lines
1594 Changed paths:
1595    M /trunk/modules/audio_filter/equalizer.c
1596
1597 Don't use %f in equalizer (Closes:#586)
1598
1599 ------------------------------------------------------------------------
1600 r14793 | zorglub | 2006-03-18 11:14:40 +0100 (Sat, 18 Mar 2006) | 2 lines
1601 Changed paths:
1602    M /trunk/modules/control/http/macro.c
1603    M /trunk/modules/control/http/rpn.c
1604
1605 Don't use %f in HTTP interface (Closes:#584)
1606
1607 ------------------------------------------------------------------------
1608 r14792 | courmisch | 2006-03-18 09:51:19 +0100 (Sat, 18 Mar 2006) | 3 lines
1609 Changed paths:
1610    M /trunk/modules/misc/network/ipv4.c
1611
1612 - Avoid using gethostbyname() which is not thread-safe
1613 - Code simplification
1614
1615 ------------------------------------------------------------------------
1616 r14791 | courmisch | 2006-03-18 09:46:59 +0100 (Sat, 18 Mar 2006) | 2 lines
1617 Changed paths:
1618    M /trunk/modules/mux/rtp
1619
1620 svn:ignore
1621
1622 ------------------------------------------------------------------------
1623 r14790 | xtophe | 2006-03-18 03:06:16 +0100 (Sat, 18 Mar 2006) | 2 lines
1624 Changed paths:
1625    M /trunk/modules/demux/asf/asf.c
1626    M /trunk/modules/demux/asf/libasf.c
1627    M /trunk/modules/demux/avi/avi.c
1628    M /trunk/modules/demux/flac.c
1629    M /trunk/modules/demux/m3u.c
1630    M /trunk/modules/demux/mjpeg.c
1631    M /trunk/modules/demux/mp4/mp4.c
1632    M /trunk/modules/demux/nsc.c
1633    M /trunk/modules/demux/playlist/b4s.c
1634    M /trunk/modules/demux/playlist/pls.c
1635    M /trunk/modules/demux/playlist/podcast.c
1636    M /trunk/modules/demux/rawdv.c
1637    M /trunk/modules/demux/sgimb.c
1638    M /trunk/modules/demux/subtitle.c
1639    M /trunk/modules/demux/ts.c
1640    M /trunk/modules/demux/ty.c
1641    M /trunk/modules/demux/vobsub.c
1642    M /trunk/modules/demux/voc.c
1643    M /trunk/modules/demux/wav.c
1644
1645 All: string review (refs: #438)
1646
1647 ------------------------------------------------------------------------
1648 r14789 | dionoea | 2006-03-18 02:22:06 +0100 (Sat, 18 Mar 2006) | 2 lines
1649 Changed paths:
1650    M /trunk/modules/control/http/util.c
1651    M /trunk/share/http/dialogs/playlist
1652    M /trunk/share/http/js/functions.js
1653    M /trunk/share/http/requests/playlist.xml
1654
1655 HTTP interface: Display estimated item time when available.
1656
1657 ------------------------------------------------------------------------
1658 r14788 | dionoea | 2006-03-18 01:51:57 +0100 (Sat, 18 Mar 2006) | 2 lines
1659 Changed paths:
1660    M /trunk/share/http/js/functions.js
1661    M /trunk/share/http/requests/playlist.xml
1662
1663 Http interface: make it possible to delete playlist nodes. Don't delete read only playlist items.
1664
1665 ------------------------------------------------------------------------
1666 r14787 | dionoea | 2006-03-18 01:45:55 +0100 (Sat, 18 Mar 2006) | 2 lines
1667 Changed paths:
1668    M /trunk/modules/control/http/util.c
1669
1670 Export the fact that a playlist item is read only or can be deleted
1671
1672 ------------------------------------------------------------------------
1673 r14786 | dionoea | 2006-03-18 01:29:57 +0100 (Sat, 18 Mar 2006) | 2 lines
1674 Changed paths:
1675    M /trunk/share/http/dialogs/playlist
1676    A /trunk/share/http/images/sd.png
1677    M /trunk/share/http/js/functions.js
1678    M /trunk/share/http/requests/status.xml
1679    M /trunk/share/http/style.css
1680
1681 Add services discovery handling in http interface.
1682
1683 ------------------------------------------------------------------------
1684 r14785 | dionoea | 2006-03-18 01:17:53 +0100 (Sat, 18 Mar 2006) | 3 lines
1685 Changed paths:
1686    M /trunk/modules/control/http/http.h
1687    M /trunk/modules/control/http/macro.c
1688    M /trunk/modules/control/http/mvar.c
1689    M /trunk/modules/control/http/rpn.c
1690
1691 * rpn.c: add "services_discovery_add", "services_discovery_remove" and "services_discovery_is_loaded" rpn functions.
1692 * macro.c, http.h, mvar.c: add new "object" param2 for foreach macro. It gives a list of all objects matching a capability.
1693
1694 ------------------------------------------------------------------------
1695 r14784 | dionoea | 2006-03-18 00:13:47 +0100 (Sat, 18 Mar 2006) | 2 lines
1696 Changed paths:
1697    M /trunk/share/http/dialogs/browse
1698    M /trunk/share/http/dialogs/input
1699    M /trunk/share/http/dialogs/main
1700    M /trunk/share/http/dialogs/playlist
1701    M /trunk/share/http/dialogs/sout
1702    M /trunk/share/http/style.css
1703
1704 Add small "close/hide" buttons on some of the dialogs
1705
1706 ------------------------------------------------------------------------
1707 r14783 | dionoea | 2006-03-18 00:05:41 +0100 (Sat, 18 Mar 2006) | 2 lines
1708 Changed paths:
1709    M /trunk/modules/demux/m3u.c
1710
1711 [14752] improved, by Daniel Stranger.
1712
1713 ------------------------------------------------------------------------
1714 r14782 | jpsaman | 2006-03-17 23:38:47 +0100 (Fri, 17 Mar 2006) | 1 line
1715 Changed paths:
1716    M /trunk/share/http/dialogs/playlist
1717
1718 Revert revision 14781 the sort button was already there.
1719 ------------------------------------------------------------------------
1720 r14781 | jpsaman | 2006-03-17 23:28:15 +0100 (Fri, 17 Mar 2006) | 1 line
1721 Changed paths:
1722    M /trunk/share/http/dialogs/playlist
1723
1724 Apply missing sort button to http interface. This was a part of Laurent Mutricy's patch
1725 ------------------------------------------------------------------------
1726 r14780 | dionoea | 2006-03-17 23:01:13 +0100 (Fri, 17 Mar 2006) | 2 lines
1727 Changed paths:
1728    M /trunk/share/http/dialogs/playlist
1729    A /trunk/share/http/images/white.png
1730    M /trunk/share/http/js/functions.js
1731    M /trunk/share/http/style.css
1732
1733 HTTP interface playlist sort commands based on patch by Laurent Mutricy.
1734
1735 ------------------------------------------------------------------------
1736 r14779 | fkuehne | 2006-03-17 21:07:25 +0100 (Fri, 17 Mar 2006) | 1 line
1737 Changed paths:
1738    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
1739    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
1740    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
1741    M /trunk/modules/gui/macosx/wizard.h
1742    M /trunk/modules/gui/macosx/wizard.m
1743
1744 * don't overwrite existing files
1745 ------------------------------------------------------------------------
1746 r14778 | xtophe | 2006-03-17 18:06:05 +0100 (Fri, 17 Mar 2006) | 2 lines
1747 Changed paths:
1748    M /trunk
1749    M /trunk/extras
1750    M /trunk/src/test
1751
1752 Add a few svn:ignore
1753
1754 ------------------------------------------------------------------------
1755 r14777 | jpsaman | 2006-03-17 15:40:59 +0100 (Fri, 17 Mar 2006) | 1 line
1756 Changed paths:
1757    M /trunk/share/http/old/admin/browse.html
1758    M /trunk/share/http/old/admin/index.html
1759    M /trunk/share/http/old/index.html
1760    M /trunk/share/http/old/info.html
1761    M /trunk/share/http/old/vlm/edit.html
1762    M /trunk/share/http/old/vlm/index.html
1763    M /trunk/share/http/old/vlm/new.html
1764    M /trunk/share/http/old/vlm/show.html
1765
1766 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>
1767 ------------------------------------------------------------------------
1768 r14776 | jpsaman | 2006-03-17 15:34:06 +0100 (Fri, 17 Mar 2006) | 1 line
1769 Changed paths:
1770    M /trunk/modules/control/http/rpn.c
1771    M /trunk/share/http/js/functions.js
1772    M /trunk/share/http/requests/status.xml
1773
1774 Implement sort functionality on http interface. Patch by: Laurent Mutricy <laurent dot mutricy _at_ ecl2005 dot ec-lyon dot fr>
1775 ------------------------------------------------------------------------
1776 r14775 | damienf | 2006-03-17 02:08:13 +0100 (Fri, 17 Mar 2006) | 3 lines
1777 Changed paths:
1778    M /trunk/mozilla/Makefile.am
1779    M /trunk/mozilla/npvlc_rc.rc
1780
1781 Makefile.am: fixed linking of mozilla plugin
1782 npvlc_rc.rc: fixed description and suffixes columns
1783
1784 ------------------------------------------------------------------------
1785 r14774 | hartman | 2006-03-16 23:45:11 +0100 (Thu, 16 Mar 2006) | 2 lines
1786 Changed paths:
1787    M /trunk/modules/demux/livedotcom.cpp
1788
1789 * G726 settings for liveMedia refs #601
1790
1791 ------------------------------------------------------------------------
1792 r14773 | xtophe | 2006-03-16 21:19:54 +0100 (Thu, 16 Mar 2006) | 2 lines
1793 Changed paths:
1794    M /trunk/share/http/js/functions.js
1795    M /trunk/share/http/style.css
1796
1797 Reimplement [14768] with a CSS. Patch by Laurent Mutricy.
1798
1799 ------------------------------------------------------------------------
1800 r14772 | dionoea | 2006-03-16 18:59:41 +0100 (Thu, 16 Mar 2006) | 2 lines
1801 Changed paths:
1802    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
1803
1804 hum, forgot to set the default value
1805
1806 ------------------------------------------------------------------------
1807 r14771 | dionoea | 2006-03-16 17:59:41 +0100 (Thu, 16 Mar 2006) | 5 lines
1808 Changed paths:
1809    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
1810    M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
1811    M /trunk/modules/gui/skins2/parser/builder.cpp
1812    M /trunk/modules/gui/skins2/parser/builder_data.def
1813    M /trunk/modules/gui/skins2/parser/builder_data.hpp
1814    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
1815    M /trunk/modules/gui/skins2/utils/var_tree.cpp
1816    M /trunk/modules/gui/skins2/utils/var_tree.hpp
1817
1818 Add attribute flat="true/false" to Playtree. When flat is true, only the
1819 leafs will be displayed (like the old style playlist). Once we're sure
1820 that this works fine, we can ditch the old skins2 playlist code.
1821
1822
1823 ------------------------------------------------------------------------
1824 r14770 | titer | 2006-03-16 01:38:46 +0100 (Thu, 16 Mar 2006) | 2 lines
1825 Changed paths:
1826    M /trunk/configure.ac
1827
1828 Workarounds a BeOS segfaulting weirdness
1829
1830 ------------------------------------------------------------------------
1831 r14769 | dionoea | 2006-03-15 20:44:02 +0100 (Wed, 15 Mar 2006) | 2 lines
1832 Changed paths:
1833    M /trunk/share/http/dialogs/footer
1834
1835 change "videolan.org" to "VideoLAN website"
1836
1837 ------------------------------------------------------------------------
1838 r14768 | dionoea | 2006-03-15 20:33:10 +0100 (Wed, 15 Mar 2006) | 2 lines
1839 Changed paths:
1840    M /trunk/share/http/js/functions.js
1841    M /trunk/share/http/requests/status.xml
1842
1843 "[PATCH] http interface : fix the shuffle/loop/repeat buttons" by Laurent Mutricy
1844
1845 ------------------------------------------------------------------------
1846 r14767 | dionoea | 2006-03-15 14:23:31 +0100 (Wed, 15 Mar 2006) | 2 lines
1847 Changed paths:
1848    M /trunk/share/http/js/functions.js
1849
1850 Fix browsing when file/folder name is using a quote (').
1851
1852 ------------------------------------------------------------------------
1853 r14766 | dionoea | 2006-03-15 14:01:36 +0100 (Wed, 15 Mar 2006) | 2 lines
1854 Changed paths:
1855    M /trunk/THANKS
1856    M /trunk/share/http/js/functions.js
1857    M /trunk/share/http/requests/status.xml
1858
1859 "[PATCH] http interface workaround to make the play/pause button work well" by Laurent Mutricy.
1860
1861 ------------------------------------------------------------------------
1862 r14765 | hartman | 2006-03-15 02:12:30 +0100 (Wed, 15 Mar 2006) | 2 lines
1863 Changed paths:
1864    M /trunk/modules/demux/livedotcom.cpp
1865
1866 * Ahum.. compile before you commit...
1867
1868 ------------------------------------------------------------------------
1869 r14764 | hartman | 2006-03-15 02:07:29 +0100 (Wed, 15 Mar 2006) | 5 lines
1870 Changed paths:
1871    M /trunk/modules/demux/livedotcom.cpp
1872
1873 * Completly untested G726 support for liveMedia. refs #601
1874   If anyone has access to such a stream, please test this. The AXIS 241QA has this for instance.
1875
1876   See also: http://forum.videolan.org/viewtopic.php?t=18287&start=0&postdays=0&postorder=asc&highlight=g726
1877
1878 ------------------------------------------------------------------------
1879 r14763 | hartman | 2006-03-15 01:40:18 +0100 (Wed, 15 Mar 2006) | 2 lines
1880 Changed paths:
1881    M /trunk/src/misc/charset.c
1882
1883 * Fix src/misc/charset on platforms without setlocale. In that case we pass NULL to FindFallbackEncoding
1884
1885 ------------------------------------------------------------------------
1886 r14762 | xtophe | 2006-03-14 23:40:33 +0100 (Tue, 14 Mar 2006) | 4 lines
1887 Changed paths:
1888    M /trunk/configure.ac
1889    A /trunk/modules/mux/rtp/Modules.am
1890    M /trunk/po/POTFILES.in
1891    M /trunk/po/ca.po
1892    M /trunk/po/da.po
1893    M /trunk/po/de.po
1894    M /trunk/po/en_GB.po
1895    M /trunk/po/es.po
1896    M /trunk/po/fr.po
1897    M /trunk/po/it.po
1898    M /trunk/po/ja.po
1899    M /trunk/po/ka.po
1900    M /trunk/po/ko.po
1901    M /trunk/po/nl.po
1902    M /trunk/po/oc.po
1903    M /trunk/po/pt_BR.po
1904    M /trunk/po/ro.po
1905    M /trunk/po/ru.po
1906    M /trunk/po/sv.po
1907    M /trunk/po/tr.po
1908    M /trunk/po/vlc.pot
1909    M /trunk/po/zh_CN.po
1910    M /trunk/po/zh_TW.po
1911
1912 ALL: Fix make distcheck
1913         - add a modules.am for mux/rtp It is just there to please autotools nothing is built by default
1914         - update-po
1915
1916 ------------------------------------------------------------------------
1917 r14761 | hartman | 2006-03-14 22:59:02 +0100 (Tue, 14 Mar 2006) | 2 lines
1918 Changed paths:
1919    M /trunk/modules/stream_out/rtp.c
1920
1921 * We are not gonna start naming options to RFCs. Let's just call it LATM, even though it's technically not correct.
1922
1923 ------------------------------------------------------------------------
1924 r14760 | xtophe | 2006-03-14 22:52:53 +0100 (Tue, 14 Mar 2006) | 3 lines
1925 Changed paths:
1926    M /trunk/extras/contrib
1927    M /trunk/extras/contrib/Makefile
1928    M /trunk/extras/contrib/src
1929
1930 contrib/Makefile: fix the rights on the bin directory
1931 some more svn:ignore
1932
1933 ------------------------------------------------------------------------
1934 r14759 | courmisch | 2006-03-14 22:46:18 +0100 (Tue, 14 Mar 2006) | 3 lines
1935 Changed paths:
1936    M /trunk/modules/stream_out/rtp.c
1937
1938 Whoops. Disable by default for now.
1939 Maybe the option name could be made better.
1940
1941 ------------------------------------------------------------------------
1942 r14758 | courmisch | 2006-03-14 22:42:07 +0100 (Tue, 14 Mar 2006) | 5 lines
1943 Changed paths:
1944    M /trunk/THANKS
1945    M /trunk/modules/stream_out/rtp.c
1946
1947 Apply RFC3016 RTP packetizer patch from Alex Antropoff
1948
1949 The new format is disabled by default,
1950 so we have little risks of regression.
1951
1952 ------------------------------------------------------------------------
1953 r14757 | dionoea | 2006-03-14 15:38:45 +0100 (Tue, 14 Mar 2006) | 2 lines
1954 Changed paths:
1955    M /trunk/modules/video_filter/mosaic.c
1956
1957 Fix unsigned int vs int compilation warning.
1958
1959 ------------------------------------------------------------------------
1960 r14756 | dionoea | 2006-03-14 15:19:37 +0100 (Tue, 14 Mar 2006) | 12 lines
1961 Changed paths:
1962    M /trunk/modules/video_filter/mosaic.c
1963
1964 Fix sub picture region x and y offset values when using
1965 --mosaic-keep-picture with a picture that is bigger than on of the
1966 mosaic's small rectangles.
1967
1968 This allows creation of mosaics like :
1969 AAAAAABBB
1970 A    ABBB
1971 A    ACCC
1972 AAAAAACCC
1973 (where A, B and C are 3 sub streams)
1974
1975
1976 ------------------------------------------------------------------------
1977 r14755 | dionoea | 2006-03-14 14:08:48 +0100 (Tue, 14 Mar 2006) | 7 lines
1978 Changed paths:
1979    M /trunk/src/misc/block.c
1980
1981 Looks like we didn't malloc the right size. (If this was some dirty
1982 hack, please revert my commit and add a comment explaining why it's
1983 needed because)
1984
1985 Thanks to http://forum.videolan.org/viewtopic.php?t=18285 for noticing.
1986
1987
1988 ------------------------------------------------------------------------
1989 r14754 | xtophe | 2006-03-14 11:01:39 +0100 (Tue, 14 Mar 2006) | 2 lines
1990 Changed paths:
1991    M /trunk/debian/patches/20_no-wx-updates.dpatch
1992
1993 debian/patches: Fix the debian package creation
1994
1995 ------------------------------------------------------------------------
1996 r14753 | dionoea | 2006-03-13 23:43:25 +0100 (Mon, 13 Mar 2006) | 2 lines
1997 Changed paths:
1998    M /trunk/share/http/js/functions.js
1999    M /trunk/share/http/requests/browse.xml
2000
2001 Fix browsing directories containing the '&' character
2002
2003 ------------------------------------------------------------------------
2004 r14752 | dionoea | 2006-03-13 22:51:36 +0100 (Mon, 13 Mar 2006) | 4 lines
2005 Changed paths:
2006    M /trunk/modules/demux/m3u.c
2007
2008 Fix playing stuff like http://213.205.97.105:80/tf1jt/jt20d11032006.asf
2009 which works using mmst but not mmsh (VLC only tried mmsh previously).
2010
2011
2012 ------------------------------------------------------------------------
2013 r14751 | xtophe | 2006-03-13 17:45:00 +0100 (Mon, 13 Mar 2006) | 2 lines
2014 Changed paths:
2015    M /trunk/extras/contrib/src/packages.mak
2016
2017 Contrib: use libshout 2.2. It should solve the .pc probem ( missing theora depedancies)
2018
2019 ------------------------------------------------------------------------
2020 r14750 | courmisch | 2006-03-13 11:56:56 +0100 (Mon, 13 Mar 2006) | 2 lines
2021 Changed paths:
2022    M /trunk/src/misc/charset.c
2023
2024 Change Russian charset selection
2025
2026 ------------------------------------------------------------------------
2027 r14749 | courmisch | 2006-03-13 11:52:32 +0100 (Mon, 13 Mar 2006) | 2 lines
2028 Changed paths:
2029    M /trunk/src/misc/charset.c
2030
2031 Candidate language to likely non-UTF8 code page functions
2032
2033 ------------------------------------------------------------------------
2034 r14748 | zorglub | 2006-03-13 08:12:18 +0100 (Mon, 13 Mar 2006) | 4 lines
2035 Changed paths:
2036    M /trunk/modules/gui/wxwidgets/interface.cpp
2037    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
2038
2039 Add a tristate for WX playlist mode (normal/embedded/both).
2040
2041 For the moment, defaults to normal. (Closes:#494)
2042
2043 ------------------------------------------------------------------------
2044 r14747 | hartman | 2006-03-13 01:54:40 +0100 (Mon, 13 Mar 2006) | 2 lines
2045 Changed paths:
2046    M /trunk/extras/contrib/src/Makefile
2047    D /trunk/extras/contrib/src/Patches/x264_svn.patch
2048
2049 * Fix x264 compilation on Darwin
2050
2051 ------------------------------------------------------------------------
2052 r14746 | courmisch | 2006-03-12 23:52:25 +0100 (Sun, 12 Mar 2006) | 5 lines
2053 Changed paths:
2054    M /trunk/include/charset.h
2055    M /trunk/include/vlc_symbols.h
2056    M /trunk/src/misc/unicode.c
2057
2058 * Use uint32_t instead of wchar_t to represent UTF32 characters, given wchar_t is not 32-bits on all platforms
2059 * Cosmetic fixes
2060 * Check for invalid UTF-32 sequence
2061 * Accept all non-printable characters within UTF-8 strings (EnsureUTF8's job is to ensure valid UTF8 sequence, not to ensure printable characters)
2062
2063 ------------------------------------------------------------------------
2064 r14745 | xtophe | 2006-03-12 23:46:34 +0100 (Sun, 12 Mar 2006) | 2 lines
2065 Changed paths:
2066    M /trunk/extras/contrib/src/Makefile
2067
2068 Missing in the previous commit + don't extract gecko-sdk each time
2069
2070 ------------------------------------------------------------------------
2071 r14744 | xtophe | 2006-03-12 22:59:12 +0100 (Sun, 12 Mar 2006) | 2 lines
2072 Changed paths:
2073    M /trunk/extras/contrib/src/Makefile
2074    M /trunk/extras/contrib/src/Patches/libshout-win32.patch
2075
2076 shout: Other approach.
2077
2078 ------------------------------------------------------------------------
2079 r14743 | zorglub | 2006-03-12 22:42:19 +0100 (Sun, 12 Mar 2006) | 4 lines
2080 Changed paths:
2081    A /trunk/test/mangle
2082    A /trunk/test/mangle/VLCUtil.py
2083    A /trunk/test/mangle/mangle.py
2084
2085 File mangler 
2086
2087 This can be used to detect crashes due to bad streams (see the end of the program for the files which are tested)
2088
2089 ------------------------------------------------------------------------
2090 r14742 | xtophe | 2006-03-12 22:22:34 +0100 (Sun, 12 Mar 2006) | 2 lines
2091 Changed paths:
2092    M /trunk/extras/contrib/src/Makefile
2093    A /trunk/extras/contrib/src/Patches/libshout-win32.patch
2094
2095 Add libshout on win32
2096
2097 ------------------------------------------------------------------------
2098 r14741 | xtophe | 2006-03-12 18:30:46 +0100 (Sun, 12 Mar 2006) | 2 lines
2099 Changed paths:
2100    M /trunk/po/POTFILES.in
2101    M /trunk/po/ca.po
2102    M /trunk/po/da.po
2103    M /trunk/po/de.po
2104    M /trunk/po/en_GB.po
2105    M /trunk/po/es.po
2106    M /trunk/po/fr.po
2107    M /trunk/po/it.po
2108    M /trunk/po/ja.po
2109    M /trunk/po/ka.po
2110    M /trunk/po/ko.po
2111    M /trunk/po/nl.po
2112    M /trunk/po/oc.po
2113    M /trunk/po/pt_BR.po
2114    M /trunk/po/ro.po
2115    M /trunk/po/ru.po
2116    M /trunk/po/sv.po
2117    M /trunk/po/tr.po
2118    M /trunk/po/vlc.pot
2119    M /trunk/po/zh_CN.po
2120    M /trunk/po/zh_TW.po
2121
2122 po/*: Mea Culpa. make update-po should be run on a clean tree
2123
2124 ------------------------------------------------------------------------
2125 r14740 | zorglub | 2006-03-12 16:06:39 +0100 (Sun, 12 Mar 2006) | 2 lines
2126 Changed paths:
2127    M /trunk/m4
2128
2129 Fix svn:ignore
2130
2131 ------------------------------------------------------------------------
2132 r14739 | zorglub | 2006-03-12 15:24:54 +0100 (Sun, 12 Mar 2006) | 2 lines
2133 Changed paths:
2134    M /trunk/modules/demux/nsv.c
2135
2136 Remove buggy debug
2137
2138 ------------------------------------------------------------------------
2139 r14738 | courmisch | 2006-03-12 13:44:06 +0100 (Sun, 12 Mar 2006) | 2 lines
2140 Changed paths:
2141    M /trunk/include/vlc_common.h
2142    M /trunk/src/extras/libc.c
2143
2144 Always link libintl through libvlc on Win32
2145
2146 ------------------------------------------------------------------------
2147 r14737 | courmisch | 2006-03-12 11:41:31 +0100 (Sun, 12 Mar 2006) | 2 lines
2148 Changed paths:
2149    M /trunk/include/vlc_common.h
2150    M /trunk/modules/control/http/http.c
2151    M /trunk/modules/gui/wince/interface.cpp
2152    M /trunk/modules/gui/wxwidgets/interface.cpp
2153
2154 Propagate changes from previous commit
2155
2156 ------------------------------------------------------------------------
2157 r14736 | courmisch | 2006-03-12 10:52:42 +0100 (Sun, 12 Mar 2006) | 3 lines
2158 Changed paths:
2159    M /trunk/src/Makefile.am
2160    M /trunk/src/libvlc.c
2161
2162  * Revert my [14546] that doesn't work
2163  * Remove changeset thing from shared libvlc versioning until someone cares to implement it properly within the build system
2164
2165 ------------------------------------------------------------------------
2166 r14735 | jpsaman | 2006-03-12 10:27:48 +0100 (Sun, 12 Mar 2006) | 1 line
2167 Changed paths:
2168    M /trunk/src/control/vlm.c
2169
2170 Fix compiler warning: Add missing include
2171 ------------------------------------------------------------------------
2172 r14734 | zorglub | 2006-03-12 10:12:38 +0100 (Sun, 12 Mar 2006) | 2 lines
2173 Changed paths:
2174    M /trunk/modules/gui/wxwidgets/interface.cpp
2175
2176 Disable update checker in Win32 until it's fixed
2177
2178 ------------------------------------------------------------------------
2179 r14733 | zorglub | 2006-03-12 10:11:49 +0100 (Sun, 12 Mar 2006) | 2 lines
2180 Changed paths:
2181    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
2182    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
2183
2184 Revert [14732]
2185
2186 ------------------------------------------------------------------------
2187 r14732 | zorglub | 2006-03-12 10:08:18 +0100 (Sun, 12 Mar 2006) | 2 lines
2188 Changed paths:
2189    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
2190    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
2191
2192 Might fix a bit update layout in win32
2193
2194 ------------------------------------------------------------------------
2195 r14731 | dionoea | 2006-03-12 00:30:07 +0100 (Sun, 12 Mar 2006) | 2 lines
2196 Changed paths:
2197    M /trunk/NEWS
2198
2199 fix bluescreen description
2200
2201 ------------------------------------------------------------------------
2202 r14730 | fkuehne | 2006-03-12 00:29:09 +0100 (Sun, 12 Mar 2006) | 1 line
2203 Changed paths:
2204    M /trunk/Makefile.am
2205
2206 * fix make dist for OSX
2207 ------------------------------------------------------------------------
2208 r14729 | dionoea | 2006-03-12 00:23:32 +0100 (Sun, 12 Mar 2006) | 2 lines
2209 Changed paths:
2210    M /trunk/NEWS
2211
2212 add note about XSPF not being in 0.8.5-test1
2213
2214 ------------------------------------------------------------------------
2215 r14728 | dionoea | 2006-03-12 00:21:44 +0100 (Sun, 12 Mar 2006) | 2 lines
2216 Changed paths:
2217    M /trunk/NEWS
2218    M /trunk/THANKS
2219
2220 Thanks and news (see previous commit)
2221
2222 ------------------------------------------------------------------------
2223 r14727 | dionoea | 2006-03-12 00:19:59 +0100 (Sun, 12 Mar 2006) | 11 lines
2224 Changed paths:
2225    A /trunk/include/vlc_strings.h
2226    M /trunk/include/vlc_symbols.h
2227    M /trunk/modules/access/http.c
2228    M /trunk/modules/control/http/rpn.c
2229    M /trunk/modules/control/http/util.c
2230    M /trunk/modules/demux/playlist/Modules.am
2231    M /trunk/modules/demux/playlist/playlist.c
2232    M /trunk/modules/demux/playlist/playlist.h
2233    A /trunk/modules/demux/playlist/xspf.c
2234    A /trunk/modules/demux/playlist/xspf.h
2235    M /trunk/modules/gui/skins2/src/dialogs.cpp
2236    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
2237    M /trunk/modules/misc/playlist/Modules.am
2238    M /trunk/modules/misc/playlist/export.c
2239    A /trunk/modules/misc/playlist/xspf.c
2240    A /trunk/modules/misc/playlist/xspf.h
2241    M /trunk/modules/services_discovery/upnp_intel.cpp
2242    M /trunk/src/Makefile.am
2243    M /trunk/src/misc/modules.c
2244    A /trunk/src/misc/strings.c
2245    M /trunk/src/playlist/loadsave.c
2246
2247 src/playlist/loadsave.c, modules/demux/playlist/*, modules/gui/*,
2248 modules/misc/playlist/*, modules/access/http.c: XSPF playlist support
2249 (read and write) by Daniel Stranger. Many thanks
2250
2251 src/misc/modules.c, src/misc/strings.c, include/vlc_strings.h: string
2252 handling functions.
2253
2254 modules/control/http/*, modules/services_discovery/upnp_intel.cpp: use
2255 these string handling functions.
2256
2257
2258 ------------------------------------------------------------------------
2259 r14726 | xtophe | 2006-03-11 23:40:56 +0100 (Sat, 11 Mar 2006) | 3 lines
2260 Changed paths:
2261    M /trunk/po/POTFILES.in
2262    M /trunk/po/ca.po
2263    M /trunk/po/da.po
2264    M /trunk/po/de.po
2265    M /trunk/po/en_GB.po
2266    M /trunk/po/es.po
2267    M /trunk/po/fr.po
2268    M /trunk/po/it.po
2269    M /trunk/po/ja.po
2270    M /trunk/po/ka.po
2271    M /trunk/po/ko.po
2272    M /trunk/po/nl.po
2273    M /trunk/po/oc.po
2274    M /trunk/po/pt_BR.po
2275    M /trunk/po/ro.po
2276    M /trunk/po/ru.po
2277    M /trunk/po/sv.po
2278    M /trunk/po/tr.po
2279    M /trunk/po/vlc.pot
2280    M /trunk/po/zh_CN.po
2281    M /trunk/po/zh_TW.po
2282
2283 ka.po: new update by Alexander Dibebulize.
2284 All: Run make update-po
2285
2286 ------------------------------------------------------------------------
2287 r14725 | dionoea | 2006-03-11 22:19:12 +0100 (Sat, 11 Mar 2006) | 2 lines
2288 Changed paths:
2289    M /trunk/src/playlist/item-ext.c
2290
2291 Check that destination node is really a node.
2292
2293 ------------------------------------------------------------------------
2294 r14724 | courmisch | 2006-03-11 20:35:22 +0100 (Sat, 11 Mar 2006) | 3 lines
2295 Changed paths:
2296    M /trunk/modules/codec/subsdec.c
2297
2298  * Use run-time detection of UTF-8 as current charset instead of hard-coding to be if and only if Mac OS X
2299  * 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)
2300
2301 ------------------------------------------------------------------------
2302 r14723 | courmisch | 2006-03-11 20:25:33 +0100 (Sat, 11 Mar 2006) | 3 lines
2303 Changed paths:
2304    M /trunk/modules/codec/subsdec.c
2305
2306 - Fix memleak when not using Mac OS
2307 - Error handling clean up
2308
2309 ------------------------------------------------------------------------
2310 r14722 | zorglub | 2006-03-11 20:23:58 +0100 (Sat, 11 Mar 2006) | 2 lines
2311 Changed paths:
2312    M /trunk/modules/misc/logger.c
2313
2314 Don't use %f in RRD output (Closes:#582)
2315
2316 ------------------------------------------------------------------------
2317 r14721 | zorglub | 2006-03-11 19:34:39 +0100 (Sat, 11 Mar 2006) | 3 lines
2318 Changed paths:
2319    M /trunk/po/fr.po
2320
2321 A number of fixes spotted by S?\195?\169bastien Raud < s d0t raud att yahoo d0t fr >
2322 Thanks.
2323
2324 ------------------------------------------------------------------------
2325 r14720 | zorglub | 2006-03-11 19:18:14 +0100 (Sat, 11 Mar 2006) | 7 lines
2326 Changed paths:
2327    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
2328
2329 Work around what looks like a ...
2330 ...
2331 WX bug !
2332 (OnActivateItem not working with enter key on Win32)
2333
2334 (Closes:#348) 
2335
2336 ------------------------------------------------------------------------
2337 r14719 | zorglub | 2006-03-11 18:35:55 +0100 (Sat, 11 Mar 2006) | 2 lines
2338 Changed paths:
2339    M /trunk/modules/demux/avi/avi.c
2340    M /trunk/modules/demux/demuxdump.c
2341    M /trunk/modules/demux/mjpeg.c
2342    M /trunk/modules/demux/mod.c
2343    M /trunk/modules/demux/mpc.c
2344    M /trunk/modules/demux/mpeg/h264.c
2345    M /trunk/modules/demux/mpeg/mpga.c
2346    M /trunk/modules/demux/nsv.c
2347    M /trunk/modules/demux/ogg.c
2348    M /trunk/modules/demux/playlist/playlist.c
2349    M /trunk/modules/demux/ps.c
2350    M /trunk/modules/demux/rawdv.c
2351    M /trunk/modules/demux/sgimb.c
2352    M /trunk/modules/demux/subtitle.c
2353    M /trunk/modules/demux/util/id3tag.c
2354    M /trunk/modules/demux/vobsub.c
2355
2356 Strings (Refs:#438)
2357
2358 ------------------------------------------------------------------------
2359 r14718 | fkuehne | 2006-03-11 18:19:37 +0100 (Sat, 11 Mar 2006) | 1 line
2360 Changed paths:
2361    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
2362
2363 * updated the copyright-string
2364 ------------------------------------------------------------------------
2365 r14717 | zorglub | 2006-03-11 14:41:49 +0100 (Sat, 11 Mar 2006) | 3 lines
2366 Changed paths:
2367    M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
2368    M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
2369
2370 Change some button orders
2371 Hide the "OK" button in the preferences (keep "Save")
2372
2373 ------------------------------------------------------------------------
2374 r14716 | zorglub | 2006-03-11 14:03:04 +0100 (Sat, 11 Mar 2006) | 5 lines
2375 Changed paths:
2376    M /trunk/modules/mux/mpeg/pes.c
2377
2378 Fix crash in TS muxer. Patch by Alex Antropoff.
2379 Thanks.
2380
2381 Closes: #552
2382
2383 ------------------------------------------------------------------------
2384 r14715 | xtophe | 2006-03-11 02:29:05 +0100 (Sat, 11 Mar 2006) | 2 lines
2385 Changed paths:
2386    M /trunk/modules/codec/flac.c
2387
2388 codec/flac.c: fix preparse with flac
2389
2390 ------------------------------------------------------------------------
2391 r14714 | courmisch | 2006-03-11 00:19:18 +0100 (Sat, 11 Mar 2006) | 2 lines
2392 Changed paths:
2393    M /trunk/modules/access/ftp.c
2394
2395 Tell user we disabled EPSV mode _before_ reconnecting so (s)he doesn't get confused
2396
2397 ------------------------------------------------------------------------
2398 r14713 | courmisch | 2006-03-10 19:21:34 +0100 (Fri, 10 Mar 2006) | 2 lines
2399 Changed paths:
2400    M /trunk/src/Makefile.am
2401
2402 Fix typo
2403
2404 ------------------------------------------------------------------------
2405 r14712 | courmisch | 2006-03-10 19:10:45 +0100 (Fri, 10 Mar 2006) | 2 lines
2406 Changed paths:
2407    M /trunk/Makefile.am
2408    M /trunk/src/Makefile.am
2409
2410 Test distcheck with libtool when using libtool so I can test
2411
2412 ------------------------------------------------------------------------
2413 r14711 | courmisch | 2006-03-10 18:57:31 +0100 (Fri, 10 Mar 2006) | 2 lines
2414 Changed paths:
2415    M /trunk/configure.ac
2416    M /trunk/include/vlc_common.h
2417    M /trunk/src/extras/libc.c
2418
2419 Remove broken lldiv check and only use lldiv replacement on BeOS
2420
2421 ------------------------------------------------------------------------
2422 r14710 | courmisch | 2006-03-10 18:48:57 +0100 (Fri, 10 Mar 2006) | 2 lines
2423 Changed paths:
2424    M /trunk/po/POTFILES.in
2425
2426 Remove non-existant files
2427
2428 ------------------------------------------------------------------------
2429 r14709 | courmisch | 2006-03-10 18:35:28 +0100 (Fri, 10 Mar 2006) | 2 lines
2430 Changed paths:
2431    M /trunk/po/POTFILES.in
2432    M /trunk/po/ca.po
2433    M /trunk/po/da.po
2434    M /trunk/po/de.po
2435    M /trunk/po/en_GB.po
2436    M /trunk/po/es.po
2437    M /trunk/po/fr.po
2438    M /trunk/po/it.po
2439    M /trunk/po/ja.po
2440    M /trunk/po/ka.po
2441    M /trunk/po/ko.po
2442    M /trunk/po/nl.po
2443    M /trunk/po/oc.po
2444    M /trunk/po/pt_BR.po
2445    M /trunk/po/ro.po
2446    M /trunk/po/ru.po
2447    M /trunk/po/sv.po
2448    M /trunk/po/tr.po
2449    M /trunk/po/vlc.pot
2450    M /trunk/po/zh_CN.po
2451    M /trunk/po/zh_TW.po
2452
2453 Update file names
2454
2455 ------------------------------------------------------------------------
2456 r14708 | courmisch | 2006-03-10 18:31:15 +0100 (Fri, 10 Mar 2006) | 2 lines
2457 Changed paths:
2458    M /trunk/src/Makefile.am
2459    A /trunk/src/network/error.c (from /trunk/src/network/net_error.c:14707)
2460    D /trunk/src/network/net_error.c
2461
2462 Use better name for newly introduced file
2463
2464 ------------------------------------------------------------------------
2465 r14707 | courmisch | 2006-03-10 18:30:32 +0100 (Fri, 10 Mar 2006) | 2 lines
2466 Changed paths:
2467    M /trunk/Makefile.am
2468    A /trunk/src/vlc.c (from /trunk/src/vlc.c:14500)
2469    D /trunk/vlc.c
2470
2471 Same as previous commit - for VLC
2472
2473 ------------------------------------------------------------------------
2474 r14706 | courmisch | 2006-03-10 18:21:33 +0100 (Fri, 10 Mar 2006) | 3 lines
2475 Changed paths:
2476    M /trunk/src/Makefile.am
2477    D /trunk/src/audio_output/ainput.c
2478    A /trunk/src/audio_output/input.c (from /trunk/src/audio_output/ainput.c:14690)
2479    A /trunk/src/control/audio.c (from /trunk/src/control/libvlc_audio.c:14705)
2480    A /trunk/src/control/core.c (from /trunk/src/control/libvlc_core.c:14705)
2481    A /trunk/src/control/input.c (from /trunk/src/control/libvlc_input.c:14705)
2482    D /trunk/src/control/libvlc_audio.c
2483    D /trunk/src/control/libvlc_core.c
2484    D /trunk/src/control/libvlc_input.c
2485    D /trunk/src/control/libvlc_playlist.c
2486    D /trunk/src/control/libvlc_video.c
2487    D /trunk/src/control/libvlc_vlm.c
2488    A /trunk/src/control/playlist.c (from /trunk/src/control/libvlc_playlist.c:14705)
2489    A /trunk/src/control/video.c (from /trunk/src/control/libvlc_video.c:14705)
2490    A /trunk/src/control/vlm.c (from /trunk/src/control/libvlc_vlm.c:14705)
2491
2492 Fix and restore nice file names
2493 Shame on me
2494
2495 ------------------------------------------------------------------------
2496 r14705 | xtophe | 2006-03-10 15:03:58 +0100 (Fri, 10 Mar 2006) | 2 lines
2497 Changed paths:
2498    M /trunk/Makefile.am
2499
2500 Makefile.am: Add the syntax files, valgrinds false positive suppressions, make nicificator to the tarball
2501
2502 ------------------------------------------------------------------------
2503 r14704 | dionoea | 2006-03-10 13:44:17 +0100 (Fri, 10 Mar 2006) | 2 lines
2504 Changed paths:
2505    M /trunk/po/POTFILES.in
2506    M /trunk/po/ca.po
2507    M /trunk/po/da.po
2508    M /trunk/po/de.po
2509    M /trunk/po/en_GB.po
2510    M /trunk/po/es.po
2511    M /trunk/po/fr.po
2512    M /trunk/po/it.po
2513    M /trunk/po/ja.po
2514    M /trunk/po/ka.po
2515    M /trunk/po/ko.po
2516    M /trunk/po/nl.po
2517    M /trunk/po/oc.po
2518    M /trunk/po/pt_BR.po
2519    M /trunk/po/ro.po
2520    M /trunk/po/ru.po
2521    M /trunk/po/sv.po
2522    M /trunk/po/tr.po
2523    M /trunk/po/vlc.pot
2524    M /trunk/po/zh_CN.po
2525    M /trunk/po/zh_TW.po
2526
2527 run make update-po
2528
2529 ------------------------------------------------------------------------
2530 r14703 | courmisch | 2006-03-10 10:31:17 +0100 (Fri, 10 Mar 2006) | 2 lines
2531 Changed paths:
2532    M /trunk/src/network/tcp.c
2533
2534 Clean up ListenTCP error handling (refs #320)
2535
2536 ------------------------------------------------------------------------
2537 r14702 | courmisch | 2006-03-10 10:28:45 +0100 (Fri, 10 Mar 2006) | 3 lines
2538 Changed paths:
2539    M /trunk/include/vlc_symbols.h
2540
2541 Someone forgot to add an exported symbol
2542 (p_symbols and vlc_symbols.h sucks time, heh? - use shared libvlc/libtool)
2543
2544 ------------------------------------------------------------------------
2545 r14701 | zorglub | 2006-03-10 08:20:41 +0100 (Fri, 10 Mar 2006) | 2 lines
2546 Changed paths:
2547    A /trunk/ChangeLog
2548
2549 Forgot this
2550
2551 ------------------------------------------------------------------------
2552 r14700 | zorglub | 2006-03-10 08:17:31 +0100 (Fri, 10 Mar 2006) | 2 lines
2553 Changed paths:
2554    D /trunk/ChangeLog
2555    M /trunk/configure.ac
2556    A /trunk/doc/ChangeLog-2005 (from /trunk/ChangeLog:14699)
2557    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
2558    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
2559
2560 Test1
2561
2562 ------------------------------------------------------------------------
2563 r14699 | courmisch | 2006-03-09 23:57:30 +0100 (Thu, 09 Mar 2006) | 3 lines
2564 Changed paths:
2565    M /trunk/src/network/tcp.c
2566
2567 - Clean up error message generation with TCP outgoing connections
2568 - Fix memleak in case of connection failure
2569
2570 ------------------------------------------------------------------------
2571 r14698 | courmisch | 2006-03-09 23:56:37 +0100 (Thu, 09 Mar 2006) | 2 lines
2572 Changed paths:
2573    M /trunk/include/network.h
2574    M /trunk/src/Makefile.am
2575    A /trunk/src/network/net_error.c
2576
2577 Common socket error handling
2578
2579 ------------------------------------------------------------------------
2580 r14697 | courmisch | 2006-03-09 23:43:01 +0100 (Thu, 09 Mar 2006) | 2 lines
2581 Changed paths:
2582    M /trunk/src/Makefile.am
2583
2584 Fix make core on Win32 with shared libvlc
2585
2586 ------------------------------------------------------------------------
2587 r14696 | xtophe | 2006-03-09 21:05:53 +0100 (Thu, 09 Mar 2006) | 2 lines
2588 Changed paths:
2589    M /trunk/src/libvlc.h
2590
2591 libvlc.h: preferences tweaking
2592
2593 ------------------------------------------------------------------------
2594 r14695 | xtophe | 2006-03-09 20:55:40 +0100 (Thu, 09 Mar 2006) | 2 lines
2595 Changed paths:
2596    M /trunk/modules/misc/logger.c
2597    M /trunk/src/libvlc.h
2598
2599 all: move the logger option from video to interface and advanced
2600
2601 ------------------------------------------------------------------------
2602 r14694 | hartman | 2006-03-09 16:57:48 +0100 (Thu, 09 Mar 2006) | 2 lines
2603 Changed paths:
2604    M /trunk/modules/gui/macosx/vout.m
2605
2606 * Use the proper parent object to do var_Get macosx-black on. Fixes the issue where we failed to mutex_lock.
2607
2608 ------------------------------------------------------------------------
2609 r14693 | hartman | 2006-03-09 16:55:13 +0100 (Thu, 09 Mar 2006) | 2 lines
2610 Changed paths:
2611    M /trunk/src/misc/messages.c
2612
2613 * Don't crash if we want to msg_Dbg on an object that doesn't exist.
2614
2615 ------------------------------------------------------------------------
2616 r14692 | courmisch | 2006-03-09 14:28:48 +0100 (Thu, 09 Mar 2006) | 2 lines
2617 Changed paths:
2618    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
2619
2620 Use the fine stack as we can
2621
2622 ------------------------------------------------------------------------
2623 r14691 | courmisch | 2006-03-09 14:08:46 +0100 (Thu, 09 Mar 2006) | 15 lines
2624 Changed paths:
2625    M /trunk/src/misc/configuration.c
2626
2627 As a work-around, accept both decimal separators when...
2628 deserializing floats from configuration (fixes #589)
2629
2630 I know this is NOT the ?\226?\128?\156right?\226?\128?\157 way to fix this.
2631 The ?\226?\128?\156right?\226?\128?\157 way would be to remove floats from the configuration...
2632 but there are approximately one float parameter in the core and 46 ones
2633 in our current plugins set, none of which I use myself. So I am
2634 defintely not going to rewrite all^H^H^Hany of them.
2635
2636 Of course, it would be cleaner to be ?\226?\128?\156strict?\226?\128?\157  in what we write to
2637 the configuration file, than ?\226?\128?\156liberal?\226?\128?\157 in what we accept... but IMHO,
2638 it is way easier and more robust to be liberal in what we accept in
2639 this particular case (ie. accepting both decimal separators is trivial,
2640 while serializing float numbers manually is complex).
2641
2642 ------------------------------------------------------------------------
2643 r14690 | courmisch | 2006-03-09 11:56:53 +0100 (Thu, 09 Mar 2006) | 3 lines
2644 Changed paths:
2645    M /trunk/modules/misc/rtsp.c
2646
2647 Revert [14683]
2648 You can definitely declare variable at the beginning of a nested block with gcc 2.95
2649
2650 ------------------------------------------------------------------------
2651 r14689 | fkuehne | 2006-03-09 11:04:01 +0100 (Thu, 09 Mar 2006) | 2 lines
2652 Changed paths:
2653    M /trunk/modules/gui/macosx/sfilters.h
2654    M /trunk/modules/gui/macosx/sfilters.m
2655
2656 * put a warning to prevent users from reporting known bugs for panel is which won't be included within 0.8.5
2657 * fixed svn propset
2658 ------------------------------------------------------------------------
2659 r14688 | jpsaman | 2006-03-09 10:47:30 +0100 (Thu, 09 Mar 2006) | 1 line
2660 Changed paths:
2661    M /trunk/modules/access/dvb/access.c
2662    M /trunk/modules/access/dvb/dvb.h
2663    M /trunk/modules/access/dvb/linux_dvb.c
2664    M /trunk/modules/access/udp.c
2665    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
2666    M /trunk/modules/audio_filter/converter/fixed32tos16.c
2667    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
2668    M /trunk/modules/gui/pda/pda.c
2669    M /trunk/modules/gui/pda/pda.h
2670    M /trunk/modules/gui/pda/pda_callbacks.c
2671    M /trunk/modules/gui/pda/pda_callbacks.h
2672    M /trunk/modules/misc/qte_main.cpp
2673    M /trunk/modules/video_output/hd1000v.cpp
2674    M /trunk/modules/video_output/qte/qte.cpp
2675    M /trunk/modules/video_output/qte/qte.h
2676
2677 Update e-mail address
2678 ------------------------------------------------------------------------
2679 r14687 | fkuehne | 2006-03-09 10:31:36 +0100 (Thu, 09 Mar 2006) | 1 line
2680 Changed paths:
2681    M /trunk/NEWS
2682
2683 * improved the wording a bit
2684 ------------------------------------------------------------------------
2685 r14686 | titer | 2006-03-09 00:52:35 +0100 (Thu, 09 Mar 2006) | 2 lines
2686 Changed paths:
2687    M /trunk/include/vlc_common.h
2688    M /trunk/src/extras/libc.c
2689
2690  Force lldiv emulation on BeOS
2691
2692 ------------------------------------------------------------------------
2693 r14685 | damienf | 2006-03-09 00:52:29 +0100 (Thu, 09 Mar 2006) | 2 lines
2694 Changed paths:
2695    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
2696    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
2697
2698 all: reworked gui layout of dialog boxes to get rid of the dark gray background colour (I hope that wasn't intentional :)
2699
2700 ------------------------------------------------------------------------
2701 r14684 | titer | 2006-03-09 00:32:08 +0100 (Thu, 09 Mar 2006) | 2 lines
2702 Changed paths:
2703    M /trunk/configure.ac
2704    M /trunk/include/vlc_common.h
2705    M /trunk/src/extras/libc.c
2706
2707  Emulate C99's lldiv() if necessary
2708
2709 ------------------------------------------------------------------------
2710 r14683 | xtophe | 2006-03-08 23:30:53 +0100 (Wed, 08 Mar 2006) | 2 lines
2711 Changed paths:
2712    M /trunk/modules/misc/rtsp.c
2713
2714 rtsp.c: BeOS fix. variables can't be declared in the middle of the function.
2715
2716 ------------------------------------------------------------------------
2717 r14682 | hartman | 2006-03-08 23:03:00 +0100 (Wed, 08 Mar 2006) | 2 lines
2718 Changed paths:
2719    M /trunk/extras/contrib/src/Patches/x264_svn.patch
2720
2721 * one part of x264 patch fixed upstream
2722
2723 ------------------------------------------------------------------------
2724 r14681 | damienf | 2006-03-08 18:50:44 +0100 (Wed, 08 Mar 2006) | 2 lines
2725 Changed paths:
2726    M /trunk/extras/contrib/src/Makefile
2727
2728 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
2729
2730 ------------------------------------------------------------------------
2731 r14680 | courmisch | 2006-03-08 18:33:29 +0100 (Wed, 08 Mar 2006) | 2 lines
2732 Changed paths:
2733    M /trunk/extras/contrib/src/Makefile
2734    A /trunk/extras/contrib/src/Patches/gnutls-win32.patch
2735
2736 Winsock non-blocking kludge for GnuTLS (refs #538)
2737
2738 ------------------------------------------------------------------------
2739 r14679 | courmisch | 2006-03-08 18:25:09 +0100 (Wed, 08 Mar 2006) | 2 lines
2740 Changed paths:
2741    M /trunk/extras/contrib/src
2742
2743 svn:ignore
2744
2745 ------------------------------------------------------------------------
2746 r14678 | dionoea | 2006-03-08 18:06:59 +0100 (Wed, 08 Mar 2006) | 2 lines
2747 Changed paths:
2748    M /trunk/include/charset.h
2749    M /trunk/include/vlc_symbols.h
2750
2751 modules/misc/rtsp.c is using us_strtod
2752
2753 ------------------------------------------------------------------------
2754 r14677 | courmisch | 2006-03-08 14:51:31 +0100 (Wed, 08 Mar 2006) | 2 lines
2755 Changed paths:
2756    M /trunk/include/charset.h
2757
2758 Missing export
2759
2760 ------------------------------------------------------------------------
2761 r14676 | courmisch | 2006-03-08 14:32:37 +0100 (Wed, 08 Mar 2006) | 2 lines
2762 Changed paths:
2763    M /trunk/modules/misc/rtsp.c
2764
2765 Don't use C (de)serialization for float numbers (closes #583)
2766
2767 ------------------------------------------------------------------------
2768 r14675 | courmisch | 2006-03-08 13:25:29 +0100 (Wed, 08 Mar 2006) | 5 lines
2769 Changed paths:
2770    M /trunk/include/charset.h
2771    M /trunk/src/misc/charset.c
2772    M /trunk/src/test/i18n_atof.c
2773
2774  * i18n_strtod: locale-agnostic strtod() (accepts both comma and dot as decimal separator)
2775  * us_strtod, us_atof: same as i18n_* but only accept dot in any case
2776    (this will be useful when parsing stream output chain which uses comma to separate
2777     options)
2778
2779 ------------------------------------------------------------------------
2780 r14674 | courmisch | 2006-03-08 13:23:34 +0100 (Wed, 08 Mar 2006) | 2 lines
2781 Changed paths:
2782    M /trunk/modules/stream_out/rtp.c
2783
2784 Fix TTL range check
2785
2786 ------------------------------------------------------------------------
2787 r14673 | courmisch | 2006-03-08 12:52:46 +0100 (Wed, 08 Mar 2006) | 2 lines
2788 Changed paths:
2789    M /trunk/src/misc/variables.c
2790
2791 Avoid ugly non-const cast
2792
2793 ------------------------------------------------------------------------
2794 r14672 | courmisch | 2006-03-08 12:32:34 +0100 (Wed, 08 Mar 2006) | 2 lines
2795 Changed paths:
2796    M /trunk/include/charset.h
2797    M /trunk/src/Makefile.am
2798    M /trunk/src/misc/charset.c
2799    A /trunk/src/test
2800    A /trunk/src/test/i18n_atof.c
2801
2802 i18n_atof(): locale-agnostic atof()
2803
2804 ------------------------------------------------------------------------
2805 r14671 | zorglub | 2006-03-08 10:47:45 +0100 (Wed, 08 Mar 2006) | 2 lines
2806 Changed paths:
2807    M /trunk/modules/gui/wxwidgets/streamdata.h
2808
2809 Fix wizard matrix on win32. Closes:#531
2810
2811 ------------------------------------------------------------------------
2812 r14670 | hartman | 2006-03-08 00:56:32 +0100 (Wed, 08 Mar 2006) | 2 lines
2813 Changed paths:
2814    M /trunk/modules/gui/macosx/vout.h
2815    M /trunk/modules/gui/macosx/vout.m
2816
2817 * Fix the issue where sometimes the Menubar wouldn't reappear after exiting fullscreen.
2818
2819 ------------------------------------------------------------------------
2820 r14669 | hartman | 2006-03-08 00:22:41 +0100 (Wed, 08 Mar 2006) | 2 lines
2821 Changed paths:
2822    M /trunk/src/input/input.c
2823
2824 * Fix an issue with a : in the subtitle-filename causing the subtitle detection to fail.
2825
2826 ------------------------------------------------------------------------
2827 r14668 | courmisch | 2006-03-07 21:06:53 +0100 (Tue, 07 Mar 2006) | 7 lines
2828 Changed paths:
2829    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
2830    M /trunk/modules/gui/wxwidgets/interface.cpp
2831    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
2832
2833 - Undo [14667]
2834  * fix memleak
2835  * remove unused variable (psz_local always NULL...)
2836  * remove free(NULL)
2837  * remove expansion-unsafe wxDnDLocaleFree() macro variant
2838 - Actually fix [14633] flawed logic
2839
2840 ------------------------------------------------------------------------
2841 r14667 | dionoea | 2006-03-07 19:48:35 +0100 (Tue, 07 Mar 2006) | 2 lines
2842 Changed paths:
2843    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
2844    M /trunk/modules/gui/wxwidgets/interface.cpp
2845    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
2846
2847 Fix wx DnD once more.
2848
2849 ------------------------------------------------------------------------
2850 r14666 | xtophe | 2006-03-07 14:30:27 +0100 (Tue, 07 Mar 2006) | 2 lines
2851 Changed paths:
2852    M /trunk/HACKING
2853
2854 HACKING: Add a note about the module cache and vlc --list
2855
2856 ------------------------------------------------------------------------
2857 r14665 | damienf | 2006-03-07 13:22:19 +0100 (Tue, 07 Mar 2006) | 2 lines
2858 Changed paths:
2859    M /trunk/extras/contrib/src/Makefile
2860
2861 Makefile: don't forget to chmod a+x gecko-sdk/bin/*
2862
2863 ------------------------------------------------------------------------
2864 r14664 | damienf | 2006-03-07 13:15:06 +0100 (Tue, 07 Mar 2006) | 2 lines
2865 Changed paths:
2866    M /trunk/extras/contrib/src/Makefile
2867    M /trunk/extras/contrib/src/packages.mak
2868
2869 all: updating mozilla SDK for cygwin builds
2870
2871 ------------------------------------------------------------------------
2872 r14663 | xtophe | 2006-03-07 11:29:41 +0100 (Tue, 07 Mar 2006) | 2 lines
2873 Changed paths:
2874    M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-mactel.patch
2875
2876 ffmpeg-cvs-mactel.patch: Mangle patch was applied upstream
2877
2878 ------------------------------------------------------------------------
2879 r14662 | dionoea | 2006-03-06 19:55:39 +0100 (Mon, 06 Mar 2006) | 2 lines
2880 Changed paths:
2881    M /trunk/doc/vlc.1
2882
2883 Add link to online documentation in VLC manpage
2884
2885 ------------------------------------------------------------------------
2886 r14661 | sam | 2006-03-06 18:51:43 +0100 (Mon, 06 Mar 2006) | 2 lines
2887 Changed paths:
2888    M /trunk/extras/contrib/src/Makefile
2889
2890   * extras/contrib/src/Makefile: build libx264.a in PIC mode on OS X x86.
2891
2892 ------------------------------------------------------------------------
2893 r14660 | damienf | 2006-03-06 17:06:41 +0100 (Mon, 06 Mar 2006) | 2 lines
2894 Changed paths:
2895    M /trunk/extras/contrib/src/Makefile
2896
2897 Makefile: fix for MacIntel package build
2898
2899 ------------------------------------------------------------------------
2900 r14659 | courmisch | 2006-03-06 11:25:12 +0100 (Mon, 06 Mar 2006) | 3 lines
2901 Changed paths:
2902    M /trunk/include/vlc_common.h
2903    M /trunk/include/vlc_symbols.h
2904    M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
2905    M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
2906    M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
2907    M /trunk/modules/gui/wxwidgets/interface.cpp
2908    M /trunk/src/extras/libc.c
2909
2910 WxWidgets: use wraptext in UTF-8 mode as that is the codeset for gettext
2911 core: remove unused ISO-8859-centric monobyte mode from vlc_wraptext()
2912
2913 ------------------------------------------------------------------------
2914 r14658 | courmisch | 2006-03-06 11:23:37 +0100 (Mon, 06 Mar 2006) | 2 lines
2915 Changed paths:
2916    M /trunk/modules/misc/gnutls.c
2917
2918 Add extra Win32-specific debug (refs #538)
2919
2920 ------------------------------------------------------------------------
2921 r14657 | xtophe | 2006-03-06 10:42:01 +0100 (Mon, 06 Mar 2006) | 2 lines
2922 Changed paths:
2923    M /trunk/src/Makefile.am
2924
2925 src/Makefile: make distcheck happy
2926
2927 ------------------------------------------------------------------------
2928 r14656 | damienf | 2006-03-06 00:49:52 +0100 (Mon, 06 Mar 2006) | 6 lines
2929 Changed paths:
2930    M /trunk/Makefile.am
2931    M /trunk/configure.ac
2932    M /trunk/extras/contrib/src/Makefile
2933
2934 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
2935 configure.ac: cleaned up Cocoa.h detection, removed link path dependency to 'vlc-lib' as it is no longer necessary
2936 Makefile.am: fixed installation of dylibs as vlc_ prefix is already appended by INSTALL_NAME
2937
2938 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
2939
2940 ------------------------------------------------------------------------
2941 r14655 | xtophe | 2006-03-05 21:08:16 +0100 (Sun, 05 Mar 2006) | 2 lines
2942 Changed paths:
2943    M /trunk/configure.ac
2944
2945 configure.ac: use the gecko-sdk in the contrib
2946
2947 ------------------------------------------------------------------------
2948 r14654 | xtophe | 2006-03-05 20:37:21 +0100 (Sun, 05 Mar 2006) | 2 lines
2949 Changed paths:
2950    M /trunk/extras/contrib/Makefile
2951
2952 contrib/Makefile: Don't put 2 include
2953
2954 ------------------------------------------------------------------------
2955 r14653 | zorglub | 2006-03-05 20:05:07 +0100 (Sun, 05 Mar 2006) | 2 lines
2956 Changed paths:
2957    M /trunk/NEWS
2958
2959 Add some news
2960
2961 ------------------------------------------------------------------------
2962 r14652 | xtophe | 2006-03-05 18:44:04 +0100 (Sun, 05 Mar 2006) | 2 lines
2963 Changed paths:
2964    M /trunk/extras/contrib/Makefile
2965
2966 contrib/Makefile: dereference the symlink. a better solution would be to transform the absolute one to relative.
2967
2968 ------------------------------------------------------------------------
2969 r14651 | xtophe | 2006-03-05 17:43:37 +0100 (Sun, 05 Mar 2006) | 2 lines
2970 Changed paths:
2971    M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
2972
2973 Update x264 patch.
2974
2975 ------------------------------------------------------------------------
2976 r14650 | fkuehne | 2006-03-05 17:41:18 +0100 (Sun, 05 Mar 2006) | 3 lines
2977 Changed paths:
2978    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
2979    M /trunk/modules/gui/macosx/playlistinfo.m
2980
2981 * make sure that the timer which is updating the stats-tab is stopped when the panel is closed
2982 * fixed a minor memory leak (the timer wasn't released after invalidating it)
2983 * VLCInfo is o_info_window's delegate now
2984 ------------------------------------------------------------------------
2985 r14649 | dionoea | 2006-03-05 16:47:17 +0100 (Sun, 05 Mar 2006) | 2 lines
2986 Changed paths:
2987    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
2988
2989 Select item after deleting items from the playlist with KEY_DEL.
2990
2991 ------------------------------------------------------------------------
2992 r14648 | fkuehne | 2006-03-05 16:42:51 +0100 (Sun, 05 Mar 2006) | 1 line
2993 Changed paths:
2994    M /trunk/modules/gui/macosx/playlistinfo.m
2995
2996 * don't show the statistics-tab if the stats aren't enabled
2997 ------------------------------------------------------------------------
2998 r14647 | courmisch | 2006-03-05 16:34:21 +0100 (Sun, 05 Mar 2006) | 2 lines
2999 Changed paths:
3000    M /trunk/src/libvlc.c
3001
3002 Don't call textdomain - it is not only useless but harmful (refs #581)
3003
3004 ------------------------------------------------------------------------
3005 r14646 | dionoea | 2006-03-05 16:33:02 +0100 (Sun, 05 Mar 2006) | 3 lines
3006 Changed paths:
3007    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
3008    M /trunk/modules/gui/skins2/vars/playtree.hpp
3009
3010 ctrl_tree.cpp: fix selection bug (when pressing KEY_DOWN if the selected item was the last visible tree item)
3011 playtree.hpp: cosmetics
3012
3013 ------------------------------------------------------------------------
3014 r14645 | courmisch | 2006-03-05 16:32:49 +0100 (Sun, 05 Mar 2006) | 3 lines
3015 Changed paths:
3016    M /trunk/include/vlc_common.h
3017    M /trunk/src/extras/libc.c
3018
3019 - Call dgettext directly with shared libvlc and libtool
3020 - Remove vlc_dcgettext in those cases
3021
3022 ------------------------------------------------------------------------
3023 r14644 | courmisch | 2006-03-05 16:32:01 +0100 (Sun, 05 Mar 2006) | 2 lines
3024 Changed paths:
3025    M /trunk/include/vlc_threads_funcs.h
3026
3027 Add some ?\226?\128?\156const?\226?\128?\157s
3028
3029 ------------------------------------------------------------------------
3030 r14643 | courmisch | 2006-03-05 16:29:52 +0100 (Sun, 05 Mar 2006) | 2 lines
3031 Changed paths:
3032    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
3033    M /trunk/modules/gui/wxwidgets/interface.cpp
3034
3035 Fix some warnings
3036
3037 ------------------------------------------------------------------------
3038 r14642 | dionoea | 2006-03-05 15:58:31 +0100 (Sun, 05 Mar 2006) | 2 lines
3039 Changed paths:
3040    M /trunk/doc/release-howto.txt
3041
3042 We won't need to warn ECP about releases now.
3043
3044 ------------------------------------------------------------------------
3045 r14641 | dionoea | 2006-03-05 15:37:35 +0100 (Sun, 05 Mar 2006) | 2 lines
3046 Changed paths:
3047    M /trunk/src/misc/configuration.c
3048
3049 Fix build on Mac (i hope)
3050
3051 ------------------------------------------------------------------------
3052 r14640 | courmisch | 2006-03-05 12:36:59 +0100 (Sun, 05 Mar 2006) | 2 lines
3053 Changed paths:
3054    M /trunk/configure.ac
3055
3056 remove now useless x509-ca-bundle option
3057
3058 ------------------------------------------------------------------------
3059 r14639 | courmisch | 2006-03-05 12:28:28 +0100 (Sun, 05 Mar 2006) | 2 lines
3060 Changed paths:
3061    M /trunk/modules/misc/gnutls.c
3062
3063 Look for Root CA certificates in VLC data dir
3064
3065 ------------------------------------------------------------------------
3066 r14638 | dionoea | 2006-03-05 12:24:59 +0100 (Sun, 05 Mar 2006) | 2 lines
3067 Changed paths:
3068    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
3069
3070 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.
3071
3072 ------------------------------------------------------------------------
3073 r14637 | dionoea | 2006-03-05 12:16:23 +0100 (Sun, 05 Mar 2006) | 2 lines
3074 Changed paths:
3075    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
3076
3077 Remove uneeded include (since playlist DnD is now different from the main controler's DnD)
3078
3079 ------------------------------------------------------------------------
3080 r14636 | courmisch | 2006-03-05 12:10:34 +0100 (Sun, 05 Mar 2006) | 2 lines
3081 Changed paths:
3082    M /trunk/include/configuration.h
3083    M /trunk/include/vlc_symbols.h
3084    M /trunk/src/misc/configuration.c
3085
3086 config_GetDataDir(): returns path to VLC installed shared data
3087
3088 ------------------------------------------------------------------------
3089 r14635 | courmisch | 2006-03-05 10:04:07 +0100 (Sun, 05 Mar 2006) | 2 lines
3090 Changed paths:
3091    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
3092
3093 Fix compilation AGAIN
3094
3095 ------------------------------------------------------------------------
3096 r14634 | xtophe | 2006-03-04 23:53:51 +0100 (Sat, 04 Mar 2006) | 2 lines
3097 Changed paths:
3098    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
3099    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
3100
3101 fileinfo.*: I should lean C++
3102
3103 ------------------------------------------------------------------------
3104 r14633 | dionoea | 2006-03-04 23:48:20 +0100 (Sat, 04 Mar 2006) | 3 lines
3105 Changed paths:
3106    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
3107    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
3108    M /trunk/modules/gui/wxwidgets/interface.cpp
3109    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
3110
3111 playlist.cpp, playlist.hpp: fix segfault when destroying playlist drop target (and use the wxDnD*Locale functions).
3112 interface.cpp, wxwidgets.hpp: put courmisch's fixes to the DnD encoding issue in wx into wxDnDFromLocale and wxDnDFreeLocale
3113
3114 ------------------------------------------------------------------------
3115 r14632 | dionoea | 2006-03-04 23:06:08 +0100 (Sat, 04 Mar 2006) | 2 lines
3116 Changed paths:
3117    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
3118
3119 Fix node insertion. Thanks to zorglub.
3120
3121 ------------------------------------------------------------------------
3122 r14631 | courmisch | 2006-03-04 23:05:10 +0100 (Sat, 04 Mar 2006) | 2 lines
3123 Changed paths:
3124    M /trunk/modules/gui/wxwidgets/interface.cpp
3125
3126 Fix off by one bugs
3127
3128 ------------------------------------------------------------------------
3129 r14630 | dionoea | 2006-03-04 22:52:53 +0100 (Sat, 04 Mar 2006) | 2 lines
3130 Changed paths:
3131    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
3132    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
3133
3134 dialogs/playlist.*: Add File Drop in playlist handling. (Still needs to include courmisch's wx encoding fix when the fix gets fixed)
3135
3136 ------------------------------------------------------------------------
3137 r14629 | jpsaman | 2006-03-04 22:17:25 +0100 (Sat, 04 Mar 2006) | 1 line
3138 Changed paths:
3139    M /trunk/include/vlc_messages.h
3140
3141 Coding Style fixes
3142 ------------------------------------------------------------------------
3143 r14628 | jpsaman | 2006-03-04 21:38:01 +0100 (Sat, 04 Mar 2006) | 1 line
3144 Changed paths:
3145    M /trunk/include/vlc_messages.h
3146
3147 Fix wrong define, luckily this one wasn't used yet.
3148 ------------------------------------------------------------------------
3149 r14627 | courmisch | 2006-03-04 21:24:19 +0100 (Sat, 04 Mar 2006) | 2 lines
3150 Changed paths:
3151    M /trunk/bootstrap
3152
3153 Remove superfluous dep
3154
3155 ------------------------------------------------------------------------
3156 r14626 | courmisch | 2006-03-04 21:19:15 +0100 (Sat, 04 Mar 2006) | 2 lines
3157 Changed paths:
3158    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
3159
3160 closes #579
3161
3162 ------------------------------------------------------------------------
3163 r14625 | courmisch | 2006-03-04 21:11:01 +0100 (Sat, 04 Mar 2006) | 5 lines
3164 Changed paths:
3165    M /trunk/configure.ac
3166    M /trunk/modules/misc/gnutls.c
3167
3168 Make the Root CA certificates bundle file for gnutls a configure-time setting
3169 (as it is highly distribution dependant)
3170 On Debian --with-x509-ca-bundle=/etc/ssl/certs/ca-certificates.crt will do
3171 (provided you have the ca-certificates package)
3172
3173 ------------------------------------------------------------------------
3174 r14624 | jpsaman | 2006-03-04 21:01:58 +0100 (Sat, 04 Mar 2006) | 1 line
3175 Changed paths:
3176    M /trunk/modules/control/telnet.c
3177
3178 Do not print extra STRING_CR on successfull command.
3179 ------------------------------------------------------------------------
3180 r14623 | dionoea | 2006-03-04 19:42:35 +0100 (Sat, 04 Mar 2006) | 2 lines
3181 Changed paths:
3182    M /trunk/src/playlist/item-ext.c
3183
3184 item-ext.c: detach from all parent nodes (fixed)
3185
3186 ------------------------------------------------------------------------
3187 r14622 | dionoea | 2006-03-04 19:41:08 +0100 (Sat, 04 Mar 2006) | 3 lines
3188 Changed paths:
3189    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
3190    M /trunk/src/playlist/item-ext.c
3191
3192 modules/gui/wxwidgets/dialogs/playlist.cpp: add some more checks. Fixes infinite loop when draging an item outside the wxTreeCtrl widget.
3193 src/playlist/item-ext.c: detach item from first matching parent node only.
3194
3195 ------------------------------------------------------------------------
3196 r14621 | xtophe | 2006-03-04 19:36:29 +0100 (Sat, 04 Mar 2006) | 2 lines
3197 Changed paths:
3198    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
3199
3200 fileinfo.hpp: we need to use b_stats in Update()
3201
3202 ------------------------------------------------------------------------
3203 r14620 | xtophe | 2006-03-04 19:07:43 +0100 (Sat, 04 Mar 2006) | 2 lines
3204 Changed paths:
3205    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
3206    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
3207
3208 fileinfo.*: Don't show stats when they qre disable.
3209
3210 ------------------------------------------------------------------------
3211 r14619 | dionoea | 2006-03-04 18:32:35 +0100 (Sat, 04 Mar 2006) | 2 lines
3212 Changed paths:
3213    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
3214    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
3215
3216 add "Add node" function to node contextual menu
3217
3218 ------------------------------------------------------------------------
3219 r14618 | dionoea | 2006-03-04 18:09:04 +0100 (Sat, 04 Mar 2006) | 3 lines
3220 Changed paths:
3221    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
3222    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
3223
3224 Drag and Drop support in wx playlist.
3225 TODO: merge this playlist code with the gibalou mini playlist code.
3226
3227 ------------------------------------------------------------------------
3228 r14617 | dionoea | 2006-03-04 18:01:14 +0100 (Sat, 04 Mar 2006) | 2 lines
3229 Changed paths:
3230    M /trunk/src/playlist/item-ext.c
3231
3232 Humm ... forgot to save before commiting.
3233
3234 ------------------------------------------------------------------------
3235 r14616 | dionoea | 2006-03-04 18:00:41 +0100 (Sat, 04 Mar 2006) | 3 lines
3236 Changed paths:
3237    M /trunk/include/vlc_playlist.h
3238    M /trunk/include/vlc_symbols.h
3239    M /trunk/src/playlist/item-ext.c
3240
3241 Code the playlist_TreeMove function.
3242 zorglub: i'm not really sure about the i_serial incrementation stuff, could you give it a look ?
3243
3244 ------------------------------------------------------------------------
3245 r14615 | courmisch | 2006-03-04 17:56:05 +0100 (Sat, 04 Mar 2006) | 4 lines
3246 Changed paths:
3247    M /trunk/modules/misc/gnutls.c
3248
3249 - Support for adding a single file rather than a directory as CA path
3250 - Use Debian default
3251   much faster, but properly only works on Debian and its derivatives
3252
3253 ------------------------------------------------------------------------
3254 r14614 | courmisch | 2006-03-04 17:06:27 +0100 (Sat, 04 Mar 2006) | 3 lines
3255 Changed paths:
3256    M /trunk/modules/misc/gnutls.c
3257
3258 - Load root certificates from /etc/ssl (currently very slow :( )
3259 - Cosmetic
3260
3261 ------------------------------------------------------------------------
3262 r14613 | courmisch | 2006-03-04 14:41:41 +0100 (Sat, 04 Mar 2006) | 2 lines
3263 Changed paths:
3264    M /trunk/modules/misc/gnutls.c
3265
3266 Missed one error case
3267
3268 ------------------------------------------------------------------------
3269 r14612 | courmisch | 2006-03-04 14:36:48 +0100 (Sat, 04 Mar 2006) | 2 lines
3270 Changed paths:
3271    M /trunk/modules/misc/gnutls.c
3272
3273 (safe) directory recursion when looking for CA certificates
3274
3275 ------------------------------------------------------------------------
3276 r14611 | courmisch | 2006-03-04 14:31:59 +0100 (Sat, 04 Mar 2006) | 2 lines
3277 Changed paths:
3278    M /trunk/configure.ac
3279
3280 Don't BUILD_PIC when the platform doesn't need PIC
3281
3282 ------------------------------------------------------------------------
3283 r14610 | courmisch | 2006-03-04 13:34:28 +0100 (Sat, 04 Mar 2006) | 2 lines
3284 Changed paths:
3285    M /trunk/bootstrap
3286
3287 Libtool: kludge^H^H^H^H^H^Hfix make (|un)install within modules/subdir/subdir
3288
3289 ------------------------------------------------------------------------
3290 r14609 | courmisch | 2006-03-04 13:20:06 +0100 (Sat, 04 Mar 2006) | 2 lines
3291 Changed paths:
3292    M /trunk/bootstrap
3293
3294 libtool: Propagate errors from make (|un)install
3295
3296 ------------------------------------------------------------------------
3297 r14608 | fkuehne | 2006-03-04 12:53:03 +0100 (Sat, 04 Mar 2006) | 1 line
3298 Changed paths:
3299    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
3300    M /trunk/modules/gui/macosx/playlistinfo.m
3301
3302 * fix the table on the second tab and added an extra check to prevent a crash in rare situations
3303 ------------------------------------------------------------------------
3304 r14607 | courmisch | 2006-03-04 11:46:27 +0100 (Sat, 04 Mar 2006) | 2 lines
3305 Changed paths:
3306    M /trunk/src/network/httpd.c
3307
3308 Cosmetic
3309
3310 ------------------------------------------------------------------------
3311 r14606 | zorglub | 2006-03-04 10:28:06 +0100 (Sat, 04 Mar 2006) | 2 lines
3312 Changed paths:
3313    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
3314
3315 Don't prepend :sout= to sout string in VLM dialog (Refs:#530)
3316
3317 ------------------------------------------------------------------------
3318 r14605 | zorglub | 2006-03-04 10:12:21 +0100 (Sat, 04 Mar 2006) | 2 lines
3319 Changed paths:
3320    M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
3321
3322 Fix ordering of widgets in sout panel (Closes:#469)
3323
3324 ------------------------------------------------------------------------
3325 r14604 | zorglub | 2006-03-04 10:00:10 +0100 (Sat, 04 Mar 2006) | 2 lines
3326 Changed paths:
3327    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
3328
3329 Shoud fix #'565
3330
3331 ------------------------------------------------------------------------
3332 r14603 | xtophe | 2006-03-04 01:59:51 +0100 (Sat, 04 Mar 2006) | 5 lines
3333 Changed paths:
3334    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
3335
3336 wx/dialogs/open.cpp: Fix the caching option. Closes #575
3337 -This line, and those below, will be ignored--
3338
3339 M    open.cpp
3340
3341 ------------------------------------------------------------------------
3342 r14602 | courmisch | 2006-03-03 23:43:22 +0100 (Fri, 03 Mar 2006) | 2 lines
3343 Changed paths:
3344    M /trunk/modules/misc/rtsp.c
3345
3346 Fix error code when server is overloaded
3347
3348 ------------------------------------------------------------------------
3349 r14601 | jpsaman | 2006-03-03 22:43:48 +0100 (Fri, 03 Mar 2006) | 1 line
3350 Changed paths:
3351    A /trunk/modules/mux/rtp
3352    A /trunk/modules/mux/rtp/rtcp.c
3353    A /trunk/modules/mux/rtp/rtcp.h
3354    A /trunk/modules/mux/rtp/rtp.h
3355
3356 Structures and functions for RTCP support. BIG FAT WARNING >>>> This code is untested <<<< but the request for it is high.
3357 ------------------------------------------------------------------------
3358 r14600 | fkuehne | 2006-03-03 18:29:13 +0100 (Fri, 03 Mar 2006) | 1 line
3359 Changed paths:
3360    M /trunk/Makefile.am
3361
3362 * added a couple of OSX-intf-files which were added after the last release
3363 ------------------------------------------------------------------------
3364 r14599 | fkuehne | 2006-03-03 18:21:16 +0100 (Fri, 03 Mar 2006) | 4 lines
3365 Changed paths:
3366    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
3367    M /trunk/modules/gui/macosx/intf.m
3368    M /trunk/modules/gui/macosx/playlist.m
3369    M /trunk/modules/gui/macosx/playlistinfo.m
3370
3371 *.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")
3372 MainMenu.nib: 
3373     - dto
3374     - let the user select the values of the Statistics-tab
3375 ------------------------------------------------------------------------
3376 r14598 | fkuehne | 2006-03-03 18:12:15 +0100 (Fri, 03 Mar 2006) | 1 line
3377 Changed paths:
3378    M /trunk/modules/gui/macosx/vout.m
3379
3380 * fixed a signed vs unsinged warning
3381 ------------------------------------------------------------------------
3382 r14597 | dionoea | 2006-03-03 15:37:24 +0100 (Fri, 03 Mar 2006) | 3 lines
3383 Changed paths:
3384    M /trunk/modules/video_output/image.c
3385
3386 image.c: add --image-out-replace option. If enabled, the image vout will
3387 always overwrite the same file.
3388
3389 ------------------------------------------------------------------------
3390 r14596 | fkuehne | 2006-03-03 14:51:04 +0100 (Fri, 03 Mar 2006) | 1 line
3391 Changed paths:
3392    M /trunk/modules/gui/macosx/playlistinfo.h
3393    M /trunk/modules/gui/macosx/playlistinfo.m
3394
3395 * added a NSTimer to update the statistics every second
3396 ------------------------------------------------------------------------
3397 r14595 | xtophe | 2006-03-03 14:08:48 +0100 (Fri, 03 Mar 2006) | 2 lines
3398 Changed paths:
3399    M /trunk/extras/contrib/src/Makefile
3400
3401 Makefile: We need autogen on win32
3402
3403 ------------------------------------------------------------------------
3404 r14594 | fkuehne | 2006-03-03 13:19:56 +0100 (Fri, 03 Mar 2006) | 1 line
3405 Changed paths:
3406    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
3407    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
3408    M /trunk/modules/gui/macosx/playlistinfo.h
3409    M /trunk/modules/gui/macosx/playlistinfo.m
3410
3411 * implemented the statistics-tab. No auto-update yet.
3412 ------------------------------------------------------------------------
3413 r14593 | hartman | 2006-03-03 12:25:18 +0100 (Fri, 03 Mar 2006) | 2 lines
3414 Changed paths:
3415    M /trunk/extras/contrib/src/Makefile
3416
3417 * Disable INSTALL_NAME now gpg-error isn't shared.
3418
3419 ------------------------------------------------------------------------
3420 r14592 | hartman | 2006-03-03 12:19:00 +0100 (Fri, 03 Mar 2006) | 2 lines
3421 Changed paths:
3422    M /trunk/extras/contrib/src/Makefile
3423
3424 * copy and tabs... sigh.
3425
3426 ------------------------------------------------------------------------
3427 r14591 | hartman | 2006-03-03 12:15:55 +0100 (Fri, 03 Mar 2006) | 2 lines
3428 Changed paths:
3429    M /trunk/extras/contrib/src/Makefile
3430
3431 * Lets avoid autogen where we can
3432
3433 ------------------------------------------------------------------------
3434 r14590 | hartman | 2006-03-03 11:40:56 +0100 (Fri, 03 Mar 2006) | 2 lines
3435 Changed paths:
3436    M /trunk/extras/contrib/src/Makefile
3437    M /trunk/extras/contrib/src/Patches/live-osx.patch
3438
3439 * Fix liveMedia on all platforms now hopefully
3440
3441 ------------------------------------------------------------------------
3442 r14589 | hartman | 2006-03-03 11:22:18 +0100 (Fri, 03 Mar 2006) | 2 lines
3443 Changed paths:
3444    M /trunk/extras/contrib/src/packages.mak
3445
3446 * www.live555.com seems unreachable. use live555.com
3447
3448 ------------------------------------------------------------------------
3449 r14588 | courmisch | 2006-03-03 10:32:20 +0100 (Fri, 03 Mar 2006) | 2 lines
3450 Changed paths:
3451    M /trunk/configure.ac
3452
3453 Solaris breakage again
3454
3455 ------------------------------------------------------------------------
3456 r14587 | jpsaman | 2006-03-03 09:52:27 +0100 (Fri, 03 Mar 2006) | 1 line
3457 Changed paths:
3458    M /trunk/modules/demux/livedotcom.cpp
3459
3460 Playing 3GPP audio only LATM AAC/HE-AAC streams. Patch by Ross Finalayson
3461 ------------------------------------------------------------------------
3462 r14586 | xtophe | 2006-03-03 00:40:17 +0100 (Fri, 03 Mar 2006) | 3 lines
3463 Changed paths:
3464    M /trunk/extras/contrib/src/Makefile
3465
3466 explicit hack. please underage hackers do not look
3467 fix lame 
3468
3469 ------------------------------------------------------------------------
3470 r14585 | xtophe | 2006-03-03 00:24:37 +0100 (Fri, 03 Mar 2006) | 2 lines
3471 Changed paths:
3472    M /trunk/extras/contrib/src/Makefile
3473    M /trunk/extras/contrib/src/packages.mak
3474
3475 Fix MacOS-Intel compilation
3476
3477 ------------------------------------------------------------------------
3478 r14584 | courmisch | 2006-03-02 23:39:03 +0100 (Thu, 02 Mar 2006) | 2 lines
3479 Changed paths:
3480    M /trunk/include/vlc_httpd.h
3481    M /trunk/include/vlc_symbols.h
3482    M /trunk/src/network/httpd.c
3483
3484 Code reuse
3485
3486 ------------------------------------------------------------------------
3487 r14583 | courmisch | 2006-03-02 23:19:14 +0100 (Thu, 02 Mar 2006) | 2 lines
3488 Changed paths:
3489    M /trunk/include/vlc_httpd.h
3490
3491 Remove outdated comment
3492
3493 ------------------------------------------------------------------------
3494 r14582 | xtophe | 2006-03-02 21:39:49 +0100 (Thu, 02 Mar 2006) | 2 lines
3495 Changed paths:
3496    M /trunk/extras/contrib/src/packages.mak
3497
3498 Update lame. Closes #482
3499
3500 ------------------------------------------------------------------------
3501 r14581 | xtophe | 2006-03-02 21:38:43 +0100 (Thu, 02 Mar 2006) | 2 lines
3502 Changed paths:
3503    M /trunk/extras/contrib/src/Patches/gcrypt.patch
3504
3505 Fix Gcrypt patch
3506
3507 ------------------------------------------------------------------------
3508 r14580 | xtophe | 2006-03-02 21:11:51 +0100 (Thu, 02 Mar 2006) | 2 lines
3509 Changed paths:
3510    M /trunk/extras/contrib/src/Makefile
3511
3512 makefile: Fix livedotcom on win32
3513
3514 ------------------------------------------------------------------------
3515 r14579 | xtophe | 2006-03-02 21:10:23 +0100 (Thu, 02 Mar 2006) | 2 lines
3516 Changed paths:
3517    M /trunk/extras/contrib/src/Makefile
3518
3519 Makefile: use sed -i where possible
3520
3521 ------------------------------------------------------------------------
3522 r14578 | xtophe | 2006-03-02 21:04:54 +0100 (Thu, 02 Mar 2006) | 2 lines
3523 Changed paths:
3524    M /trunk/extras/contrib/src/Makefile
3525    M /trunk/extras/contrib/src/Patches/gcrypt.patch
3526    M /trunk/extras/contrib/src/packages.mak
3527
3528 all: Update libgcrypt,gpg-error and gnutls (closes #570 )
3529
3530 ------------------------------------------------------------------------
3531 r14577 | xtophe | 2006-03-02 20:34:31 +0100 (Thu, 02 Mar 2006) | 2 lines
3532 Changed paths:
3533    M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
3534
3535 Update x264 patch
3536
3537 ------------------------------------------------------------------------
3538 r14576 | xtophe | 2006-03-02 20:31:36 +0100 (Thu, 02 Mar 2006) | 2 lines
3539 Changed paths:
3540    M /trunk/configure.ac
3541
3542 configure.ac: Solaris fix for live555. Patch courtesy of Alexander Gall
3543
3544 ------------------------------------------------------------------------
3545 r14575 | courmisch | 2006-03-02 19:19:03 +0100 (Thu, 02 Mar 2006) | 2 lines
3546 Changed paths:
3547    M /trunk/include/vlc_common.h
3548    M /trunk/src/misc/objects.c
3549
3550 Minor clean up
3551
3552 ------------------------------------------------------------------------
3553 r14574 | fkuehne | 2006-03-02 16:52:37 +0100 (Thu, 02 Mar 2006) | 6 lines
3554 Changed paths:
3555    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
3556    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
3557    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
3558    M /trunk/modules/gui/macosx/playlistinfo.h
3559    M /trunk/modules/gui/macosx/playlistinfo.m
3560
3561 * re-designed the information/properties panel to show meta information and statistics
3562 - the display of meta information is completely implemented and functional
3563 - 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..)
3564 - the statistics tab isn't implemented yet
3565
3566 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.
3567 ------------------------------------------------------------------------
3568 r14573 | courmisch | 2006-03-02 16:19:32 +0100 (Thu, 02 Mar 2006) | 2 lines
3569 Changed paths:
3570    M /trunk/modules/access_output/file.c
3571
3572 Locale fixes (refs #528) + clean up
3573
3574 ------------------------------------------------------------------------
3575 r14572 | courmisch | 2006-03-02 15:27:09 +0100 (Thu, 02 Mar 2006) | 2 lines
3576 Changed paths:
3577    M /trunk/modules/misc/gnutls.c
3578
3579 use intptr_t (refs #574)
3580
3581 ------------------------------------------------------------------------
3582 r14571 | courmisch | 2006-03-02 15:23:03 +0100 (Thu, 02 Mar 2006) | 2 lines
3583 Changed paths:
3584    M /trunk/modules/access_output/file.c
3585
3586 Don't try to be more clever than umask()
3587
3588 ------------------------------------------------------------------------
3589 r14570 | courmisch | 2006-03-02 15:21:23 +0100 (Thu, 02 Mar 2006) | 2 lines
3590 Changed paths:
3591    M /trunk/configure.ac
3592
3593 Fix getaddrinfo check failure because of autoconf's cache
3594
3595 ------------------------------------------------------------------------
3596 r14569 | courmisch | 2006-03-02 14:54:40 +0100 (Thu, 02 Mar 2006) | 2 lines
3597 Changed paths:
3598    M /trunk/modules/audio_output/waveout.c
3599
3600 Fix invalid syntax (aout_BufferFree is not an expansion-safe macro)
3601
3602 ------------------------------------------------------------------------
3603 r14568 | courmisch | 2006-03-02 14:35:43 +0100 (Thu, 02 Mar 2006) | 2 lines
3604 Changed paths:
3605    M /trunk/modules/audio_output/arts.c
3606    M /trunk/modules/audio_output/directx.c
3607    M /trunk/modules/audio_output/esd.c
3608    M /trunk/modules/audio_output/jack.c
3609    M /trunk/modules/audio_output/sdl.c
3610
3611 Unused header inclusion syndrome
3612
3613 ------------------------------------------------------------------------
3614 r14567 | courmisch | 2006-03-02 14:02:37 +0100 (Thu, 02 Mar 2006) | 2 lines
3615 Changed paths:
3616    M /trunk/src/Makefile.am
3617
3618 dist vlc_url.h
3619
3620 ------------------------------------------------------------------------
3621 r14566 | fkuehne | 2006-03-02 13:15:25 +0100 (Thu, 02 Mar 2006) | 1 line
3622 Changed paths:
3623    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
3624    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
3625
3626 * forgot that one in [14565]
3627 ------------------------------------------------------------------------
3628 r14565 | fkuehne | 2006-03-02 13:14:52 +0100 (Thu, 02 Mar 2006) | 5 lines
3629 Changed paths:
3630    M /trunk/modules/gui/macosx/playlist.m
3631    M /trunk/modules/gui/macosx/sfilters.m
3632    M /trunk/modules/gui/macosx/update.m
3633
3634 * 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)
3635
3636 * update.m: use mtime() instead of NSCalenderDate for the time-stamp
3637
3638 * sfilters.m: fixed 2 compilation warnings (corrected UTF8String to char casting)
3639 ------------------------------------------------------------------------
3640 r14564 | courmisch | 2006-03-02 08:52:53 +0100 (Thu, 02 Mar 2006) | 4 lines
3641 Changed paths:
3642    M /trunk/bootstrap
3643    M /trunk/src/Makefile.am
3644
3645 libtool:
3646  - Don't link builtins against anything (dependencies are linked in libvlc)
3647  - Don't mangle name of underlying libraries
3648
3649 ------------------------------------------------------------------------
3650 r14563 | fkuehne | 2006-03-01 23:21:36 +0100 (Wed, 01 Mar 2006) | 2 lines
3651 Changed paths:
3652    M /trunk/modules/gui/macosx/update.h
3653    M /trunk/modules/gui/macosx/update.m
3654
3655 * 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)
3656 * cleanup of the source
3657 ------------------------------------------------------------------------
3658 r14562 | dionoea | 2006-03-01 23:00:37 +0100 (Wed, 01 Mar 2006) | 2 lines
3659 Changed paths:
3660    M /trunk/THANKS
3661
3662 Add/Change x264 options. Patch by Dennis van Amerongen
3663
3664 ------------------------------------------------------------------------
3665 r14561 | dionoea | 2006-03-01 22:58:15 +0100 (Wed, 01 Mar 2006) | 22 lines
3666 Changed paths:
3667    M /trunk/modules/codec/x264.c
3668
3669 Add/Change x264 options. Patch by Dennis van Amerongen
3670
3671 Original email was
3672
3673 "Subject: [vlc-devel] Additional x264 options/unification
3674
3675 Patch for unification and addition of several x264 options (using x264          
3676 commandline interface as reference):                                            
3677                                                                                 
3678 8x8dct, asm, bime, chroma-me, chroma-qp-offset, cplxblur, direct,               
3679 ipratio, nr, pbratio, qblur, qcomp, qpstep, verbose. Changed (no-)psnr,         
3680 (no-)b-adapt, (no-)fast-pskip to similar usage as (no-)cabac. Deprecated        
3681 options in favor of x264 cli equivalents (subpel -> subme, frameref ->          
3682 ref, etc.) for unification.                                                     
3683                                                                                 
3684 Improved order of adding partitions in analyse modes as suggested by            
3685 Pengvado (#x264): i4x4,p8x8,i8x8+8x8dct,b8x8,p4x4 (at low bitrate i8x8          
3686 would be more important than i4x4 though). Using i8x8 results in a "High        
3687 Profile" setting (not all decoders seem to support that). i8x8 requires         
3688 8x8dct which is now a seperate option (default disabled)."
3689
3690
3691 ------------------------------------------------------------------------
3692 r14560 | xtophe | 2006-03-01 22:41:11 +0100 (Wed, 01 Mar 2006) | 2 lines
3693 Changed paths:
3694    M /trunk/extras/contrib/Makefile
3695
3696 Warning Explicit Kludge
3697
3698 ------------------------------------------------------------------------
3699 r14559 | fkuehne | 2006-03-01 22:08:17 +0100 (Wed, 01 Mar 2006) | 1 line
3700 Changed paths:
3701    M /trunk/modules/gui/macosx/update.h
3702    M /trunk/modules/gui/macosx/update.m
3703
3704 * removed unused, useless variable
3705 ------------------------------------------------------------------------
3706 r14558 | fkuehne | 2006-03-01 22:05:47 +0100 (Wed, 01 Mar 2006) | 4 lines
3707 Changed paths:
3708    M /trunk/modules/gui/macosx/interaction.m
3709    M /trunk/modules/gui/macosx/update.h
3710    M /trunk/modules/gui/macosx/update.m
3711
3712 * download the updated versions through VLC and not through your default browser
3713 * removed a crasher from interaction.m
3714
3715 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.
3716 ------------------------------------------------------------------------
3717 r14557 | hartman | 2006-03-01 22:00:49 +0100 (Wed, 01 Mar 2006) | 2 lines
3718 Changed paths:
3719    M /trunk/modules/codec/ffmpeg/ffmpeg.c
3720
3721 * Add dvcp and dvpp FOURCCs (the PAl versions of QuickTime DV and DVPro apparently)
3722
3723 ------------------------------------------------------------------------
3724 r14556 | fkuehne | 2006-03-01 20:56:34 +0100 (Wed, 01 Mar 2006) | 1 line
3725 Changed paths:
3726    M /trunk/modules/gui/wxwidgets/input_manager.cpp
3727    M /trunk/modules/gui/wxwidgets/interface.cpp
3728    M /trunk/modules/gui/wxwidgets/interface.hpp
3729    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
3730
3731 * more systray related ifndefs for the Darwin platform
3732 ------------------------------------------------------------------------
3733 r14555 | fkuehne | 2006-03-01 20:11:24 +0100 (Wed, 01 Mar 2006) | 1 line
3734 Changed paths:
3735    M /trunk/modules/gui/wxwidgets/interface.cpp
3736
3737 * Darwin compilation fix
3738 ------------------------------------------------------------------------
3739 r14554 | fkuehne | 2006-03-01 18:47:27 +0100 (Wed, 01 Mar 2006) | 1 line
3740 Changed paths:
3741    M /trunk/modules/access/screen/mac.c
3742
3743 * fixed some warnings
3744 ------------------------------------------------------------------------
3745 r14553 | hartman | 2006-03-01 17:50:08 +0100 (Wed, 01 Mar 2006) | 4 lines
3746 Changed paths:
3747    M /trunk/configure.ac
3748
3749 * Apply --enable-xinerama patch by Diego Petteno <flameeyes at gentoo dot org>
3750 This is not 100% tested, but only compared against similar situations.
3751
3752
3753 ------------------------------------------------------------------------
3754 r14552 | hartman | 2006-03-01 14:36:01 +0100 (Wed, 01 Mar 2006) | 3 lines
3755 Changed paths:
3756    M /trunk/modules/misc/rtsp.c
3757    M /trunk/modules/stream_out/rtp.c
3758
3759 * trackID changes for the VLC rtsp server as suggested by Leonardo ... <leonardo_c at libero dot it>.
3760   - apparently DSS is casesensitive on trackID.
3761
3762 ------------------------------------------------------------------------
3763 r14551 | hartman | 2006-03-01 14:23:12 +0100 (Wed, 01 Mar 2006) | 2 lines
3764 Changed paths:
3765    M /trunk/extras/contrib/src/Makefile
3766    D /trunk/extras/contrib/src/Patches/libcddb.patch
3767    M /trunk/extras/contrib/src/packages.mak
3768
3769 * Update the CDDB version from 0.9.6 to 1.2.1
3770
3771 ------------------------------------------------------------------------
3772 r14550 | hartman | 2006-03-01 14:13:03 +0100 (Wed, 01 Mar 2006) | 3 lines
3773 Changed paths:
3774    M /trunk/THANKS
3775    M /trunk/modules/access/cdda/info.c
3776
3777 * Fixes for CDDB courtesy of Alexander Gall <gall at switch dot ch>. 
3778  - added him to THANKS as well.
3779
3780 ------------------------------------------------------------------------
3781 r14549 | courmisch | 2006-03-01 12:20:10 +0100 (Wed, 01 Mar 2006) | 3 lines
3782 Changed paths:
3783    M /trunk/modules/misc/network/ipv4.c
3784    M /trunk/modules/misc/network/ipv6.c
3785
3786 Don't use connect() when the "bind" address is a multicast group
3787 Bug reported by Alexander Gall
3788
3789 ------------------------------------------------------------------------
3790 r14548 | courmisch | 2006-03-01 11:41:47 +0100 (Wed, 01 Mar 2006) | 2 lines
3791 Changed paths:
3792    M /trunk/configure.ac
3793
3794 Try to fix getaddrinfo et al. detection on Solaris
3795
3796 ------------------------------------------------------------------------
3797 r14547 | courmisch | 2006-03-01 11:20:50 +0100 (Wed, 01 Mar 2006) | 2 lines
3798 Changed paths:
3799    M /trunk/configure.ac
3800
3801 Link ipv6 with -lsocket and/or -lnsl whenever we need these for ipv4
3802
3803 ------------------------------------------------------------------------
3804 r14546 | courmisch | 2006-03-01 10:53:39 +0100 (Wed, 01 Mar 2006) | 2 lines
3805 Changed paths:
3806    M /trunk/src/Makefile.am
3807
3808 Use stamp not to recompile and relink version.c when it doesn't have to (closes #554)
3809
3810 ------------------------------------------------------------------------
3811 r14545 | zorglub | 2006-03-01 00:23:42 +0100 (Wed, 01 Mar 2006) | 2 lines
3812 Changed paths:
3813    M /trunk/modules/gui/wxwidgets/dialogs.cpp
3814
3815 Don't preparse folders using input_Preprase
3816
3817 ------------------------------------------------------------------------
3818 r14544 | ipkiss | 2006-02-28 20:12:54 +0100 (Tue, 28 Feb 2006) | 2 lines
3819 Changed paths:
3820    M /trunk/doc/skins/skins2-howto.xml
3821
3822  * doc/skins/skins2-howto.xml: fixed a typo
3823
3824 ------------------------------------------------------------------------
3825 r14543 | md | 2006-02-28 16:46:46 +0100 (Tue, 28 Feb 2006) | 5 lines
3826 Changed paths:
3827    M /trunk/src/video_output/vout_intf.c
3828
3829 * changed the order of offered aspect/crop values so that the most commonly
3830 used ones are on the top
3831 * added 5:4 aspect/crop ration for high quality PAL TV out (720x576 display
3832 resolution) and 1280x1024 LCD panels 
3833
3834 ------------------------------------------------------------------------
3835 r14542 | md | 2006-02-28 16:34:16 +0100 (Tue, 28 Feb 2006) | 2 lines
3836 Changed paths:
3837    M /trunk/src/video_output/vout_intf.c
3838
3839 make ZoomCallback work with extended GUI or deinterlace (refs #480)
3840
3841 ------------------------------------------------------------------------
3842 r14541 | hartman | 2006-02-28 16:31:04 +0100 (Tue, 28 Feb 2006) | 5 lines
3843 Changed paths:
3844    M /trunk/modules/stream_out/rtp.c
3845
3846 * Fix the rtp module to not create broken SDPs. muxed streams are unsupported in RTSP mode. fixes #452
3847 - commented a few fprintf, and changed some to msg_Dbg where possible.
3848 - fixed a couple of spelling errors.
3849 - this module really needs a big cleanup and merging with the other SDP and RTSP code.
3850
3851 ------------------------------------------------------------------------
3852 r14540 | courmisch | 2006-02-28 16:29:42 +0100 (Tue, 28 Feb 2006) | 2 lines
3853 Changed paths:
3854    M /trunk/bootstrap
3855
3856 libtool: fix make distclean
3857
3858 ------------------------------------------------------------------------
3859 r14539 | courmisch | 2006-02-28 16:12:37 +0100 (Tue, 28 Feb 2006) | 4 lines
3860 Changed paths:
3861    M /trunk/bootstrap
3862    M /trunk/src/Makefile.am
3863
3864 With libtool, compile builtins as lib*_builtin.la to avoid name collision
3865 with actual system library (seems to fix weird compilation problem with
3866 flac and theora builtins)
3867
3868 ------------------------------------------------------------------------
3869 r14538 | courmisch | 2006-02-28 15:52:40 +0100 (Tue, 28 Feb 2006) | 3 lines
3870 Changed paths:
3871    M /trunk/src/stream_output/sap.c
3872
3873 Fail when trying to advertise a stream with an out-of-scope address
3874 (avoids spamming the MBONE with incorrect private streams)
3875
3876 ------------------------------------------------------------------------
3877 r14537 | courmisch | 2006-02-28 13:58:37 +0100 (Tue, 28 Feb 2006) | 2 lines
3878 Changed paths:
3879    M /trunk/bootstrap
3880
3881 Use noinst_ rather than libvlc_ for builtins
3882
3883 ------------------------------------------------------------------------
3884 r14536 | dionoea | 2006-02-28 13:45:37 +0100 (Tue, 28 Feb 2006) | 2 lines
3885 Changed paths:
3886    M /trunk/src/misc/vlm.c
3887
3888 Use VLC stream functions to load vlm configs. Refs #567
3889
3890 ------------------------------------------------------------------------
3891 r14535 | courmisch | 2006-02-28 13:22:24 +0100 (Tue, 28 Feb 2006) | 3 lines
3892 Changed paths:
3893    M /trunk/bootstrap
3894
3895 Implement clean with --enable-libtool
3896 May fix builtins recompilation (theora, flac...)
3897
3898 ------------------------------------------------------------------------
3899 r14534 | courmisch | 2006-02-28 12:45:22 +0100 (Tue, 28 Feb 2006) | 3 lines
3900 Changed paths:
3901    M /trunk/configure.ac
3902
3903 Don't use p_symbols with libtool
3904 (this commit obviously breaks binary compatibility - clear your plugins)
3905
3906 ------------------------------------------------------------------------
3907 r14533 | courmisch | 2006-02-28 10:01:59 +0100 (Tue, 28 Feb 2006) | 2 lines
3908 Changed paths:
3909    M /trunk/bootstrap
3910
3911 Fix the work-around for the work-around
3912
3913 ------------------------------------------------------------------------
3914 r14532 | courmisch | 2006-02-28 09:55:43 +0100 (Tue, 28 Feb 2006) | 2 lines
3915 Changed paths:
3916    M /trunk/src/network/udp.c
3917
3918 Remove debug message
3919
3920 ------------------------------------------------------------------------
3921 r14531 | courmisch | 2006-02-28 09:42:23 +0100 (Tue, 28 Feb 2006) | 2 lines
3922 Changed paths:
3923    M /trunk/activex/Makefile.am
3924    M /trunk/bootstrap
3925    M /trunk/mozilla/Makefile.am
3926    M /trunk/src/Makefile.am
3927
3928 mv -> mv -f
3929
3930 ------------------------------------------------------------------------
3931 r14530 | courmisch | 2006-02-28 09:39:27 +0100 (Tue, 28 Feb 2006) | 2 lines
3932 Changed paths:
3933    M /trunk/doc/Makefile.am
3934
3935 Dist demo.sh
3936
3937 ------------------------------------------------------------------------
3938 r14529 | courmisch | 2006-02-28 09:37:44 +0100 (Tue, 28 Feb 2006) | 2 lines
3939 Changed paths:
3940    M /trunk/bootstrap
3941
3942 Missing quotes
3943
3944 ------------------------------------------------------------------------
3945 r14528 | courmisch | 2006-02-28 09:16:40 +0100 (Tue, 28 Feb 2006) | 2 lines
3946 Changed paths:
3947    M /trunk/doc/demo.sh
3948
3949 EOL style
3950
3951 ------------------------------------------------------------------------
3952 r14527 | hartman | 2006-02-28 03:03:33 +0100 (Tue, 28 Feb 2006) | 2 lines
3953 Changed paths:
3954    M /trunk/modules/demux/vobsub.c
3955
3956 * Use stream_UrlNew for vobsub loading instead of fopen. closes #567
3957
3958 ------------------------------------------------------------------------
3959 r14526 | hartman | 2006-02-28 02:28:38 +0100 (Tue, 28 Feb 2006) | 2 lines
3960 Changed paths:
3961    M /trunk/doc/demo.sh
3962
3963 * demo.sh for Mac OS X VLC command
3964
3965 ------------------------------------------------------------------------
3966 r14525 | dionoea | 2006-02-28 00:24:39 +0100 (Tue, 28 Feb 2006) | 2 lines
3967 Changed paths:
3968    M /trunk/doc/demo.sh
3969
3970 Add OpenGL rotating cube and video wall demos
3971
3972 ------------------------------------------------------------------------
3973 r14524 | dionoea | 2006-02-28 00:03:28 +0100 (Tue, 28 Feb 2006) | 2 lines
3974 Changed paths:
3975    M /trunk/doc/demo.sh
3976
3977 Small fixes/changes
3978
3979 ------------------------------------------------------------------------
3980 r14523 | dionoea | 2006-02-27 23:47:21 +0100 (Mon, 27 Feb 2006) | 2 lines
3981 Changed paths:
3982    A /trunk/doc/demo.sh
3983
3984 Small script that generates huge command lines to be used in demos. Feel free to add/change stuff.
3985
3986 ------------------------------------------------------------------------
3987 r14522 | hartman | 2006-02-27 22:13:56 +0100 (Mon, 27 Feb 2006) | 2 lines
3988 Changed paths:
3989    M /trunk/extras/contrib/src/Makefile
3990
3991 * iconv is already provided on 10.3 and 10.4, so we don't need to install it.
3992
3993 ------------------------------------------------------------------------
3994 r14521 | courmisch | 2006-02-27 22:07:25 +0100 (Mon, 27 Feb 2006) | 2 lines
3995 Changed paths:
3996    M /trunk/modules/misc/gnutls.c
3997
3998 Fix warning on 64 bits systems
3999
4000 ------------------------------------------------------------------------
4001 r14520 | courmisch | 2006-02-27 22:06:42 +0100 (Mon, 27 Feb 2006) | 2 lines
4002 Changed paths:
4003    M /trunk/modules/misc/rtsp.c
4004
4005 Silly me
4006
4007 ------------------------------------------------------------------------
4008 r14519 | courmisch | 2006-02-27 21:59:08 +0100 (Mon, 27 Feb 2006) | 2 lines
4009 Changed paths:
4010    M /trunk/activex/Makefile.am
4011    M /trunk/bootstrap
4012    M /trunk/mozilla/Makefile.am
4013    M /trunk/src/Makefile.am
4014
4015 Work-around libtool's work-around which adds .exe on Cygwin 
4016
4017 ------------------------------------------------------------------------
4018 r14518 | courmisch | 2006-02-27 21:48:49 +0100 (Mon, 27 Feb 2006) | 2 lines
4019 Changed paths:
4020    M /trunk/modules/access/gnomevfs.c
4021    M /trunk/modules/misc/rtsp.c
4022
4023 Compile fixes
4024
4025 ------------------------------------------------------------------------
4026 r14517 | courmisch | 2006-02-27 21:29:39 +0100 (Mon, 27 Feb 2006) | 2 lines
4027 Changed paths:
4028    M /trunk/bootstrap
4029
4030 Don't loop infinitely when then is no plugin to install (libtool-only)
4031
4032 ------------------------------------------------------------------------
4033 r14516 | courmisch | 2006-02-27 21:29:03 +0100 (Mon, 27 Feb 2006) | 2 lines
4034 Changed paths:
4035    M /trunk/modules/services_discovery/daap.c
4036
4037 daap.c: Attempt to fix compilation
4038
4039 ------------------------------------------------------------------------
4040 r14515 | courmisch | 2006-02-27 13:46:42 +0100 (Mon, 27 Feb 2006) | 2 lines
4041 Changed paths:
4042    M /trunk/include/network.h
4043    A /trunk/include/vlc_url.h (from /trunk/include/network.h:14514)
4044    M /trunk/modules/access/ftp.c
4045    M /trunk/modules/access/http.c
4046    M /trunk/modules/access/mms/mmsh.c
4047    M /trunk/modules/access/mms/mmstu.c
4048    M /trunk/modules/control/http/rpn.c
4049    M /trunk/modules/control/rc.c
4050    M /trunk/modules/control/telnet.c
4051    M /trunk/modules/misc/rtsp.c
4052    M /trunk/modules/stream_out/rtp.c
4053    M /trunk/modules/stream_out/standard.c
4054
4055 Separate socket/resolv stuff (network.h) from url stuff (vlc_url.h)
4056
4057 ------------------------------------------------------------------------
4058 r14514 | xtophe | 2006-02-27 13:01:58 +0100 (Mon, 27 Feb 2006) | 2 lines
4059 Changed paths:
4060    M /trunk/po/POTFILES.in
4061    M /trunk/po/ca.po
4062    M /trunk/po/da.po
4063    M /trunk/po/de.po
4064    M /trunk/po/en_GB.po
4065    M /trunk/po/es.po
4066    M /trunk/po/fr.po
4067    M /trunk/po/it.po
4068    M /trunk/po/ja.po
4069    M /trunk/po/ka.po
4070    M /trunk/po/ko.po
4071    M /trunk/po/nl.po
4072    M /trunk/po/oc.po
4073    M /trunk/po/pt_BR.po
4074    M /trunk/po/ro.po
4075    M /trunk/po/ru.po
4076    M /trunk/po/sv.po
4077    M /trunk/po/tr.po
4078    M /trunk/po/vlc.pot
4079    M /trunk/po/zh_CN.po
4080    M /trunk/po/zh_TW.po
4081
4082 po/*: run make update-po.
4083
4084 ------------------------------------------------------------------------
4085 r14513 | dionoea | 2006-02-26 22:30:50 +0100 (Sun, 26 Feb 2006) | 4 lines
4086 Changed paths:
4087    M /trunk/modules/video_filter/distort.c
4088
4089 distort.c:
4090 * new psychedelic FOSDEM demo filter. enjoy :)
4091 * misc changes          
4092
4093 ------------------------------------------------------------------------
4094 r14512 | fkuehne | 2006-02-26 17:33:56 +0100 (Sun, 26 Feb 2006) | 1 line
4095 Changed paths:
4096    M /trunk/extras/contrib/bootstrap
4097    M /trunk/extras/contrib/src/Makefile
4098    M /trunk/extras/contrib/src/packages.mak
4099
4100 * fixed the compilation of gettext&libiconv on Darwin and updated the copyright-dates
4101 ------------------------------------------------------------------------
4102 r14511 | jpsaman | 2006-02-26 16:49:54 +0100 (Sun, 26 Feb 2006) | 1 line
4103 Changed paths:
4104    M /trunk/modules/misc/rtsp.c
4105
4106 Rename --rtsp-throtle to --rtsp-throtle-users
4107 ------------------------------------------------------------------------
4108 r14510 | courmisch | 2006-02-26 16:09:47 +0100 (Sun, 26 Feb 2006) | 3 lines
4109 Changed paths:
4110    M /trunk/src/Makefile.am
4111
4112 Put some dependencies on stamp-builtins to force rebuild when the
4113 tree configuration is modified
4114
4115 ------------------------------------------------------------------------
4116 r14509 | courmisch | 2006-02-26 15:48:02 +0100 (Sun, 26 Feb 2006) | 4 lines
4117 Changed paths:
4118    M /trunk/bootstrap
4119    M /trunk/configure.ac
4120    M /trunk/src/Makefile.am
4121
4122 Get rid of --enable-shared-libvlc on non-Microsoft platforms
4123 as it did never worked properly, if at all with these
4124 (you should use libtool to build a shared libvlc instead)
4125
4126 ------------------------------------------------------------------------
4127 r14508 | zorglub | 2006-02-26 15:47:06 +0100 (Sun, 26 Feb 2006) | 2 lines
4128 Changed paths:
4129    M /trunk/src/control/libvlc_audio.c
4130
4131 Remove ref to volume_get
4132
4133 ------------------------------------------------------------------------
4134 r14507 | zorglub | 2006-02-26 15:23:16 +0100 (Sun, 26 Feb 2006) | 2 lines
4135 Changed paths:
4136    M /trunk/modules/gui/wxwidgets/menus.cpp
4137
4138 Disable intf-switch in the interface (Refs:#564) - Not working correctly, neither on win32 nor GTK
4139
4140 ------------------------------------------------------------------------
4141 r14506 | fkuehne | 2006-02-26 15:20:46 +0100 (Sun, 26 Feb 2006) | 1 line
4142 Changed paths:
4143    M /trunk/NEWS
4144
4145 * added some news. feel free to improve the wording :)
4146 ------------------------------------------------------------------------
4147 r14505 | fkuehne | 2006-02-26 13:35:30 +0100 (Sun, 26 Feb 2006) | 3 lines
4148 Changed paths:
4149    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
4150    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
4151    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
4152    M /trunk/modules/gui/macosx/controls.h
4153    M /trunk/modules/gui/macosx/controls.m
4154
4155 * added a "Go To Specific Position" feature (closes #377)
4156 - accessible by double-clicking on the time-counters and through a menu-item in "Playback"
4157 - 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.
4158 ------------------------------------------------------------------------
4159 r14504 | zorglub | 2006-02-26 13:30:22 +0100 (Sun, 26 Feb 2006) | 3 lines
4160 Changed paths:
4161    M /trunk/include/vlc/libvlc.h
4162    M /trunk/src/control/libvlc_audio.c
4163
4164 Cosmetics. 
4165 Add toggle_mute
4166
4167 ------------------------------------------------------------------------
4168 r14503 | zorglub | 2006-02-26 13:29:40 +0100 (Sun, 26 Feb 2006) | 2 lines
4169 Changed paths:
4170    M /trunk/m4
4171
4172 svn:ignore libtool stuff
4173
4174 ------------------------------------------------------------------------
4175 r14502 | jpsaman | 2006-02-26 13:18:46 +0100 (Sun, 26 Feb 2006) | 1 line
4176 Changed paths:
4177    M /trunk/modules/misc/rtsp.c
4178
4179 Implement RTSP VOD connection throtle
4180 ------------------------------------------------------------------------
4181 r14501 | courmisch | 2006-02-26 12:59:18 +0100 (Sun, 26 Feb 2006) | 2 lines
4182 Changed paths:
4183    M /trunk/Makefile.am
4184    D /trunk/src/vlc.c
4185    A /trunk/vlc.c (from /trunk/src/vlc.c:14498)
4186
4187 Move vlc.c to . to fix distclean (Automake limitation)
4188
4189 ------------------------------------------------------------------------
4190 r14500 | dionoea | 2006-02-25 22:11:18 +0100 (Sat, 25 Feb 2006) | 3 lines
4191 Changed paths:
4192    M /trunk/src/misc/win32_specific.c
4193
4194 Revert [14452] as it broke the mozilla plugin. We need to find another way
4195 to fix that.
4196
4197 ------------------------------------------------------------------------
4198 r14499 | dionoea | 2006-02-25 22:08:46 +0100 (Sat, 25 Feb 2006) | 2 lines
4199 Changed paths:
4200    M /trunk/doc/fortunes.txt
4201
4202 Nice user comment ...
4203
4204 ------------------------------------------------------------------------
4205 r14498 | courmisch | 2006-02-25 21:46:22 +0100 (Sat, 25 Feb 2006) | 2 lines
4206 Changed paths:
4207    M /trunk/Makefile.am
4208
4209 Attempt to fix core and all targets with more than one job
4210
4211 ------------------------------------------------------------------------
4212 r14497 | fkuehne | 2006-02-25 16:50:43 +0100 (Sat, 25 Feb 2006) | 5 lines
4213 Changed paths:
4214    M /trunk/modules/gui/macosx/update.h
4215    M /trunk/modules/gui/macosx/update.m
4216
4217 * retrieve the release notes and display them
4218     - they are temporarily stored in ~/Library/Caches/vlc_releasenote_temp.txt
4219     - Please shout if this location isn't okay for this purpose.
4220     - the file is automatically removed after displaying its content.
4221 * show the binary's size in MB instead of bytes
4222 ------------------------------------------------------------------------
4223 r14496 | fkuehne | 2006-02-25 14:45:07 +0100 (Sat, 25 Feb 2006) | 1 line
4224 Changed paths:
4225    M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
4226    M /trunk/modules/gui/macosx/interaction.h
4227    M /trunk/modules/gui/macosx/interaction.m
4228
4229 * slightly enlarged the progress_for_downloads-panel-to-be and fixed some bugs in the interaction-framework
4230 ------------------------------------------------------------------------
4231 r14495 | courmisch | 2006-02-24 23:39:45 +0100 (Fri, 24 Feb 2006) | 3 lines
4232 Changed paths:
4233    M /trunk/Makefile.am
4234
4235 Fix Win32 packaging targets inter-dependencies
4236 (otherwise unusable with more than one make job)
4237
4238 ------------------------------------------------------------------------
4239 r14494 | zorglub | 2006-02-24 20:11:39 +0100 (Fri, 24 Feb 2006) | 2 lines
4240 Changed paths:
4241    M /trunk/extras/make.pl
4242
4243 Remove a bit of noise
4244
4245 ------------------------------------------------------------------------
4246 r14493 | bigben | 2006-02-24 16:00:03 +0100 (Fri, 24 Feb 2006) | 3 lines
4247 Changed paths:
4248    M /trunk/modules/audio_filter/channel_mixer/simple.c
4249
4250 Add a 7.x / 5.x -> 4.0 downmixing routine (for AAC mostly, for a52 this is done by liba52)
4251
4252
4253 ------------------------------------------------------------------------
4254 r14492 | courmisch | 2006-02-24 14:43:10 +0100 (Fri, 24 Feb 2006) | 2 lines
4255 Changed paths:
4256    M /trunk/src/libvlc.h
4257
4258 Remove abusive line feeds to fix vlc --help-verbose --advanced  -H layout.
4259
4260 ------------------------------------------------------------------------
4261 r14491 | xtophe | 2006-02-24 11:53:29 +0100 (Fri, 24 Feb 2006) | 2 lines
4262 Changed paths:
4263    M /trunk/extras/contrib/src/Makefile
4264    M /trunk/extras/contrib/src/Patches/libpng-1.2.5-win32.patch
4265
4266 ALL: Don't use character which are different in utf8 and latin*
4267
4268 ------------------------------------------------------------------------
4269 r14490 | djc | 2006-02-24 10:55:51 +0100 (Fri, 24 Feb 2006) | 3 lines
4270 Changed paths:
4271    M /trunk/modules/video_filter/distort.c
4272
4273 Simple Hough transform to detect lines in video
4274 Needs a lot of optimizations...
4275
4276 ------------------------------------------------------------------------
4277 r14489 | courmisch | 2006-02-24 09:28:12 +0100 (Fri, 24 Feb 2006) | 2 lines
4278 Changed paths:
4279    M /trunk/extras/contrib/src/Makefile
4280
4281 Silly libgpg-error's autogen doesn't call libtoolize
4282
4283 ------------------------------------------------------------------------
4284 r14488 | courmisch | 2006-02-24 08:57:54 +0100 (Fri, 24 Feb 2006) | 5 lines
4285 Changed paths:
4286    M /trunk/mozilla/Makefile.am
4287
4288 Fix typo, fix make dist
4289
4290 As for make distclean, I can't think of any solution but moving vlc.c out of
4291 src/ (I know it sucks, but you don't want to rewrite automake, do you?).
4292
4293 ------------------------------------------------------------------------
4294 r14487 | courmisch | 2006-02-23 23:59:03 +0100 (Thu, 23 Feb 2006) | 2 lines
4295 Changed paths:
4296    M /trunk/mozilla/Makefile.am
4297
4298 Make automake happy
4299
4300 ------------------------------------------------------------------------
4301 r14486 | courmisch | 2006-02-23 23:49:56 +0100 (Thu, 23 Feb 2006) | 2 lines
4302 Changed paths:
4303    M /trunk/mozilla/Makefile.am
4304
4305 Support for building Mozilla plugin with libtool + clean up
4306
4307 ------------------------------------------------------------------------
4308 r14485 | courmisch | 2006-02-23 23:08:24 +0100 (Thu, 23 Feb 2006) | 2 lines
4309 Changed paths:
4310    M /trunk/mozilla/Makefile.am
4311
4312 Clean up
4313
4314 ------------------------------------------------------------------------
4315 r14484 | courmisch | 2006-02-23 22:47:10 +0100 (Thu, 23 Feb 2006) | 2 lines
4316 Changed paths:
4317    M /trunk
4318    M /trunk/activex
4319    M /trunk/modules
4320    M /trunk/modules/access
4321    M /trunk/modules/access/cdda
4322    M /trunk/modules/access/dshow
4323    M /trunk/modules/access/dvb
4324    M /trunk/modules/access/mms
4325    M /trunk/modules/access/pvr
4326    M /trunk/modules/access/rtsp
4327    M /trunk/modules/access/screen
4328    M /trunk/modules/access/v4l
4329    M /trunk/modules/access/vcd
4330    M /trunk/modules/access/vcdx
4331    M /trunk/modules/access_filter
4332    M /trunk/modules/access_output
4333    M /trunk/modules/audio_filter
4334    M /trunk/modules/audio_filter/channel_mixer
4335    M /trunk/modules/audio_filter/converter
4336    M /trunk/modules/audio_filter/resampler
4337    M /trunk/modules/audio_mixer
4338    M /trunk/modules/audio_output
4339    M /trunk/modules/codec
4340    M /trunk/modules/codec/cmml
4341    M /trunk/modules/codec/dmo
4342    M /trunk/modules/codec/ffmpeg
4343    M /trunk/modules/codec/spudec
4344    M /trunk/modules/control
4345    M /trunk/modules/control/corba
4346    M /trunk/modules/control/http
4347    M /trunk/modules/demux
4348    M /trunk/modules/demux/asf
4349    M /trunk/modules/demux/avi
4350    M /trunk/modules/demux/mp4
4351    M /trunk/modules/demux/mpeg
4352    M /trunk/modules/demux/playlist
4353    M /trunk/modules/demux/util
4354    M /trunk/modules/gui
4355    M /trunk/modules/gui/beos
4356    M /trunk/modules/gui/macosx
4357    M /trunk/modules/gui/opie
4358    M /trunk/modules/gui/pda
4359    M /trunk/modules/gui/qnx
4360    M /trunk/modules/gui/skins2
4361    M /trunk/modules/gui/skins2/commands
4362    M /trunk/modules/gui/skins2/controls
4363    M /trunk/modules/gui/skins2/events
4364    M /trunk/modules/gui/skins2/macosx
4365    M /trunk/modules/gui/skins2/parser
4366    M /trunk/modules/gui/skins2/src
4367    M /trunk/modules/gui/skins2/unzip
4368    M /trunk/modules/gui/skins2/utils
4369    M /trunk/modules/gui/skins2/vars
4370    M /trunk/modules/gui/skins2/win32
4371    M /trunk/modules/gui/skins2/x11
4372    M /trunk/modules/gui/wince
4373    M /trunk/modules/gui/wince/bitmaps
4374    M /trunk/modules/gui/wxwidgets
4375    M /trunk/modules/gui/wxwidgets/bitmaps
4376    M /trunk/modules/gui/wxwidgets/dialogs
4377    M /trunk/modules/gui/wxwidgets/dialogs/vlm
4378    M /trunk/modules/misc
4379    M /trunk/modules/misc/dummy
4380    M /trunk/modules/misc/memcpy
4381    M /trunk/modules/misc/network
4382    M /trunk/modules/misc/playlist
4383    M /trunk/modules/misc/testsuite
4384    M /trunk/modules/misc/xml
4385    M /trunk/modules/mux
4386    M /trunk/modules/mux/mpeg
4387    M /trunk/modules/packetizer
4388    M /trunk/modules/services_discovery
4389    M /trunk/modules/stream_out
4390    M /trunk/modules/stream_out/transrate
4391    M /trunk/modules/video_chroma
4392    M /trunk/modules/video_filter
4393    M /trunk/modules/video_filter/swscale
4394    M /trunk/modules/video_output
4395    M /trunk/modules/video_output/directx
4396    M /trunk/modules/video_output/qte
4397    M /trunk/modules/video_output/x11
4398    M /trunk/modules/visualization
4399    M /trunk/modules/visualization/galaktos
4400    M /trunk/modules/visualization/visual
4401    M /trunk/mozilla
4402    M /trunk/src
4403
4404 svn:ignore
4405
4406 ------------------------------------------------------------------------
4407 r14483 | courmisch | 2006-02-23 22:41:05 +0100 (Thu, 23 Feb 2006) | 2 lines
4408 Changed paths:
4409    M /trunk/src/Makefile.am
4410
4411 Don't build old-style when libtool is enabled
4412
4413 ------------------------------------------------------------------------
4414 r14482 | dionoea | 2006-02-23 21:31:24 +0100 (Thu, 23 Feb 2006) | 2 lines
4415 Changed paths:
4416    M /trunk/modules/video_filter/mosaic.c
4417
4418 shame on me ... *cough* *cough*
4419
4420 ------------------------------------------------------------------------
4421 r14481 | zorglub | 2006-02-23 21:20:31 +0100 (Thu, 23 Feb 2006) | 2 lines
4422 Changed paths:
4423    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
4424
4425 Bitrates only
4426
4427 ------------------------------------------------------------------------
4428 r14480 | zorglub | 2006-02-23 21:18:16 +0100 (Thu, 23 Feb 2006) | 2 lines
4429 Changed paths:
4430    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
4431
4432 Display bitrates in kbps
4433
4434 ------------------------------------------------------------------------
4435 r14478 | courmisch | 2006-02-23 20:41:36 +0100 (Thu, 23 Feb 2006) | 8 lines
4436 Changed paths:
4437    M /trunk/Makefile.am
4438    M /trunk/bootstrap
4439    M /trunk/configure.ac
4440    M /trunk/modules/video_filter/Modules.am
4441    M /trunk/src/Makefile.am
4442
4443 _Experimental_ *optional* libtool support (--enable-libtool)
4444
4445 Should work fine (ie. better than --enable-shared-libvlc) on Linux,
4446 should work on Mac OS X (except for packaging), while shared libvlc doesn't.
4447
4448 Won't work on Win32 with the current Win32 contrib. Stick to static libvlc or
4449 use --enable-shared-libvlc for now.
4450
4451 ------------------------------------------------------------------------
4452 r14477 | courmisch | 2006-02-23 20:38:14 +0100 (Thu, 23 Feb 2006) | 2 lines
4453 Changed paths:
4454    M /trunk/activex/Makefile.am
4455
4456 Linking order fix
4457
4458 ------------------------------------------------------------------------
4459 r14476 | courmisch | 2006-02-23 20:37:58 +0100 (Thu, 23 Feb 2006) | 2 lines
4460 Changed paths:
4461    M /trunk/src/misc/modules.c
4462
4463 Recurse within hidden directories for module search
4464
4465 ------------------------------------------------------------------------
4466 r14475 | littlejohn | 2006-02-23 20:17:31 +0100 (Thu, 23 Feb 2006) | 3 lines
4467 Changed paths:
4468    M /trunk/src/control/libvlc_audio.c
4469
4470 added missing $Id$
4471
4472
4473 ------------------------------------------------------------------------
4474 r14474 | littlejohn | 2006-02-23 19:03:20 +0100 (Thu, 23 Feb 2006) | 3 lines
4475 Changed paths:
4476    M /trunk/include/vlc/libvlc.h
4477
4478 Header modified to include libvlc audio control functions
4479
4480
4481 ------------------------------------------------------------------------
4482 r14473 | littlejohn | 2006-02-23 18:32:49 +0100 (Thu, 23 Feb 2006) | 3 lines
4483 Changed paths:
4484    M /trunk/src/Makefile.am
4485    A /trunk/src/control/libvlc_audio.c
4486
4487 LibVLC basic audio control API
4488
4489
4490 ------------------------------------------------------------------------
4491 r14472 | oaubert | 2006-02-23 18:02:03 +0100 (Thu, 23 Feb 2006) | 2 lines
4492 Changed paths:
4493    M /trunk/bindings/mediacontrol-python/vlcglue.c
4494
4495 mediacontrol-python/vlcglue.c: transmit the snapshot->date field to python
4496
4497 ------------------------------------------------------------------------
4498 r14471 | oaubert | 2006-02-23 17:44:09 +0100 (Thu, 23 Feb 2006) | 3 lines
4499 Changed paths:
4500    M /trunk/src/video_output/vout_intf.c
4501
4502 src/vout_intf.c: move the snapshot-path == object:object-id codepath
4503 to the start of the function, to avoid unnecessary overhead of path checks.
4504
4505 ------------------------------------------------------------------------
4506 r14470 | oaubert | 2006-02-23 17:21:56 +0100 (Thu, 23 Feb 2006) | 2 lines
4507 Changed paths:
4508    M /trunk/src/control/mediacontrol_audio_video.c
4509
4510 mediacontrol_audio_video.c: release vout in mediacontrol_snapshot()
4511
4512 ------------------------------------------------------------------------
4513 r14469 | hartman | 2006-02-23 12:57:38 +0100 (Thu, 23 Feb 2006) | 2 lines
4514 Changed paths:
4515    M /trunk/extras/contrib/Makefile
4516    M /trunk/extras/contrib/bootstrap
4517    M /trunk/extras/contrib/src/Makefile
4518    D /trunk/extras/contrib/src/Patches/ffmpeg-cvs-osx.patch
4519    D /trunk/extras/contrib/src/Patches/gettext-osx.patch
4520    A /trunk/extras/contrib/src/Patches/libpng-osx.patch
4521    D /trunk/extras/contrib/src/Patches/libpng.patch
4522    A /trunk/extras/contrib/src/Patches/live-osx.patch
4523    D /trunk/extras/contrib/src/Patches/livedotcom-osx.patch
4524    M /trunk/extras/contrib/src/packages.mak
4525
4526 * make more contribs work with SDK. refs #182
4527
4528 ------------------------------------------------------------------------
4529 r14468 | courmisch | 2006-02-23 11:43:39 +0100 (Thu, 23 Feb 2006) | 2 lines
4530 Changed paths:
4531    M /trunk/activex/Makefile.am
4532
4533 Same fix for activeX
4534
4535 ------------------------------------------------------------------------
4536 r14467 | courmisch | 2006-02-23 11:41:15 +0100 (Thu, 23 Feb 2006) | 2 lines
4537 Changed paths:
4538    M /trunk/Makefile.am
4539
4540 Fix linking with included gettext
4541
4542 ------------------------------------------------------------------------
4543 r14466 | dionoea | 2006-02-23 00:34:54 +0100 (Thu, 23 Feb 2006) | 3 lines
4544 Changed paths:
4545    M /trunk/mozilla/npvlc_rc.rc
4546    M /trunk/mozilla/vlcplugin.h
4547
4548 Ogg mime type is application/ogg (see RFC 3534)
4549 Thanks to forum user http://forum.videolan.org/viewtopic.php?t=17646
4550
4551 ------------------------------------------------------------------------
4552 r14465 | dionoea | 2006-02-22 18:28:46 +0100 (Wed, 22 Feb 2006) | 4 lines
4553 Changed paths:
4554    M /trunk/modules/video_filter/distort.c
4555    M /trunk/modules/video_filter/mosaic.c
4556
4557 mosaic.c: Bluescreen enhancement. Add convolution product of alpha mask with 5x5 gaussian. Makes it look better.
4558
4559 distort.c: change line orders.
4560
4561 ------------------------------------------------------------------------
4562 r14464 | hartman | 2006-02-22 17:27:50 +0100 (Wed, 22 Feb 2006) | 2 lines
4563 Changed paths:
4564    M /trunk/modules/demux/avi/avi.c
4565
4566 * Use EnsureUTF8 on the trackname of avi's. (no garentueed charset).
4567
4568 ------------------------------------------------------------------------
4569 r14463 | hartman | 2006-02-22 17:17:24 +0100 (Wed, 22 Feb 2006) | 3 lines
4570 Changed paths:
4571    M /trunk/modules/codec/subsdec.c
4572    M /trunk/src/video_output/vout_subpictures.c
4573
4574 * Scale SSA subs if necessarry.
4575 * Scale width if only original height is known.
4576
4577 ------------------------------------------------------------------------
4578 r14462 | damienf | 2006-02-22 15:04:31 +0100 (Wed, 22 Feb 2006) | 2 lines
4579 Changed paths:
4580    M /trunk/Makefile.am
4581    M /trunk/activex/Makefile.am
4582    M /trunk/src/Makefile.am
4583
4584 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
4585
4586 ------------------------------------------------------------------------
4587 r14461 | oaubert | 2006-02-22 14:20:59 +0100 (Wed, 22 Feb 2006) | 2 lines
4588 Changed paths:
4589    M /trunk/bindings/mediacontrol-python/setup.py
4590    D /trunk/bindings/mediacontrol-python/vlcdebug.py
4591    A /trunk/bindings/mediacontrol-python/vlcwrapper.py (from /trunk/bindings/mediacontrol-python/vlcdebug.py:14460)
4592
4593 mediacontrol-python: rename vlcdebug to vlcwrapper
4594
4595 ------------------------------------------------------------------------
4596 r14460 | oaubert | 2006-02-22 14:19:29 +0100 (Wed, 22 Feb 2006) | 2 lines
4597 Changed paths:
4598    M /trunk/bindings/mediacontrol-python/vlcdebug.py
4599
4600 vlcdebug.py: add documentation
4601
4602 ------------------------------------------------------------------------
4603 r14459 | oaubert | 2006-02-22 14:15:10 +0100 (Wed, 22 Feb 2006) | 2 lines
4604 Changed paths:
4605    M /trunk/bindings/mediacontrol-python/Makefile.am
4606    M /trunk/bindings/mediacontrol-python/setup.py
4607
4608 mediacontrol-python: allow to build in a separate builddir
4609
4610 ------------------------------------------------------------------------
4611 r14458 | damienf | 2006-02-22 13:21:23 +0100 (Wed, 22 Feb 2006) | 2 lines
4612 Changed paths:
4613    M /trunk/Makefile.am
4614    M /trunk/activex/Makefile.am
4615    M /trunk/src/Makefile.am
4616
4617 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.
4618
4619 ------------------------------------------------------------------------
4620 r14457 | jpsaman | 2006-02-22 11:05:59 +0100 (Wed, 22 Feb 2006) | 1 line
4621 Changed paths:
4622    M /trunk/modules/stream_out/switcher.c
4623
4624 Use include <file.h> for include files that can be found on the include path as provided to the compiler.
4625 ------------------------------------------------------------------------
4626 r14456 | zorglub | 2006-02-21 22:30:50 +0100 (Tue, 21 Feb 2006) | 2 lines
4627 Changed paths:
4628    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
4629
4630 wxstuff
4631
4632 ------------------------------------------------------------------------
4633 r14455 | zorglub | 2006-02-21 22:19:54 +0100 (Tue, 21 Feb 2006) | 2 lines
4634 Changed paths:
4635    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
4636    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
4637
4638 Add a close button. Put "-" instead of nothing when there is no info
4639
4640 ------------------------------------------------------------------------
4641 r14454 | zorglub | 2006-02-21 20:51:15 +0100 (Tue, 21 Feb 2006) | 2 lines
4642 Changed paths:
4643    M /trunk/modules/gui/wxwidgets/streamdata.cpp
4644
4645 Fix theora in WX too (Closes:#531)
4646
4647 ------------------------------------------------------------------------
4648 r14453 | fkuehne | 2006-02-21 20:44:47 +0100 (Tue, 21 Feb 2006) | 1 line
4649 Changed paths:
4650    M /trunk/modules/gui/macosx/wizard.m
4651
4652 * fix the selection of both Theora and Vorbis on OSX (refs #503 and refs #531). They are being encapsulated in OGG now.
4653 ------------------------------------------------------------------------
4654 r14452 | dionoea | 2006-02-21 20:24:23 +0100 (Tue, 21 Feb 2006) | 3 lines
4655 Changed paths:
4656    M /trunk/src/misc/win32_specific.c
4657
4658 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 ....
4659
4660
4661 ------------------------------------------------------------------------
4662 r14450 | damienf | 2006-02-21 17:38:23 +0100 (Tue, 21 Feb 2006) | 2 lines
4663 Changed paths:
4664    M /trunk/activex/vlccontrol.cpp
4665
4666 vlccontrol.cpp: fixed bounds issue when allocating memory and iterating through a SafeArray, thanks to Walter Zheng for reporting this problem
4667
4668 ------------------------------------------------------------------------
4669 r14448 | courmisch | 2006-02-21 16:02:16 +0100 (Tue, 21 Feb 2006) | 3 lines
4670 Changed paths:
4671    M /trunk/src/Makefile.am
4672
4673 Don't rebuild static libvlc when not needed
4674 Yet to find a solution for the same problem with shared libvlc
4675
4676 ------------------------------------------------------------------------
4677 r14447 | courmisch | 2006-02-21 13:49:02 +0100 (Tue, 21 Feb 2006) | 2 lines
4678 Changed paths:
4679    M /trunk/src/misc/unicode.c
4680
4681 Favor libiconv over Win32 API for *Locale
4682
4683 ------------------------------------------------------------------------
4684 r14446 | courmisch | 2006-02-21 13:16:11 +0100 (Tue, 21 Feb 2006) | 2 lines
4685 Changed paths:
4686    M /trunk/src/misc/unicode.c
4687
4688 Fix minor typo
4689
4690 ------------------------------------------------------------------------
4691 r14445 | courmisch | 2006-02-21 13:14:27 +0100 (Tue, 21 Feb 2006) | 2 lines
4692 Changed paths:
4693    M /trunk/include/charset.h
4694
4695 Oups, forgot this file
4696
4697 ------------------------------------------------------------------------
4698 r14444 | courmisch | 2006-02-21 13:13:59 +0100 (Tue, 21 Feb 2006) | 2 lines
4699 Changed paths:
4700    M /trunk/src/libvlc.c
4701    M /trunk/src/misc/messages.c
4702
4703 Convert to local encoding before printing on console (closes #556)
4704
4705 ------------------------------------------------------------------------
4706 r14443 | courmisch | 2006-02-21 13:13:22 +0100 (Tue, 21 Feb 2006) | 2 lines
4707 Changed paths:
4708    M /trunk/src/misc/unicode.c
4709
4710 Use //translit when converting to an non-Unicode charset
4711
4712 ------------------------------------------------------------------------
4713 r14442 | adn | 2006-02-21 12:58:05 +0100 (Tue, 21 Feb 2006) | 2 lines
4714 Changed paths:
4715    M /trunk/extras/Makefile
4716
4717 libvlc.a is in src/
4718
4719 ------------------------------------------------------------------------
4720 r14441 | courmisch | 2006-02-21 12:53:49 +0100 (Tue, 21 Feb 2006) | 2 lines
4721 Changed paths:
4722    M /trunk/src/misc/unicode.c
4723
4724 A few utf8 *printf wrappers (refs #556)
4725
4726 ------------------------------------------------------------------------
4727 r14440 | courmisch | 2006-02-21 12:02:38 +0100 (Tue, 21 Feb 2006) | 2 lines
4728 Changed paths:
4729    M /trunk/Makefile.am
4730
4731 Build vlc-bundle on BeOS
4732
4733 ------------------------------------------------------------------------
4734 r14438 | xtophe | 2006-02-21 10:07:44 +0100 (Tue, 21 Feb 2006) | 2 lines
4735 Changed paths:
4736    M /trunk/po/POTFILES.in
4737    M /trunk/po/ca.po
4738    M /trunk/po/da.po
4739    M /trunk/po/de.po
4740    M /trunk/po/en_GB.po
4741    M /trunk/po/es.po
4742    M /trunk/po/fr.po
4743    M /trunk/po/it.po
4744    M /trunk/po/ja.po
4745    M /trunk/po/ka.po
4746    M /trunk/po/ko.po
4747    M /trunk/po/nl.po
4748    M /trunk/po/oc.po
4749    M /trunk/po/pt_BR.po
4750    M /trunk/po/ro.po
4751    M /trunk/po/ru.po
4752    M /trunk/po/sv.po
4753    M /trunk/po/tr.po
4754    M /trunk/po/vlc.pot
4755    M /trunk/po/zh_CN.po
4756    M /trunk/po/zh_TW.po
4757
4758 Thou shalt use a clean tree for po stuffs.
4759
4760 ------------------------------------------------------------------------
4761 r14437 | courmisch | 2006-02-21 09:30:16 +0100 (Tue, 21 Feb 2006) | 2 lines
4762 Changed paths:
4763    M /trunk/mozilla/Makefile.am
4764
4765 Attempt to fix #555 for mozilla plugin as well (refs #555)
4766
4767 ------------------------------------------------------------------------
4768 r14427 | fkuehne | 2006-02-20 22:00:10 +0100 (Mon, 20 Feb 2006) | 1 line
4769 Changed paths:
4770    M /trunk/po/POTFILES.in
4771    M /trunk/po/ca.po
4772    M /trunk/po/da.po
4773    M /trunk/po/de.po
4774    M /trunk/po/en_GB.po
4775    M /trunk/po/es.po
4776    M /trunk/po/fr.po
4777    M /trunk/po/it.po
4778    M /trunk/po/ja.po
4779    M /trunk/po/ka.po
4780    M /trunk/po/ko.po
4781    M /trunk/po/nl.po
4782    M /trunk/po/oc.po
4783    M /trunk/po/pt_BR.po
4784    M /trunk/po/ro.po
4785    M /trunk/po/ru.po
4786    M /trunk/po/sv.po
4787    M /trunk/po/tr.po
4788    M /trunk/po/vlc.pot
4789    M /trunk/po/zh_CN.po
4790    M /trunk/po/zh_TW.po
4791
4792 * first update of the po-files
4793 ------------------------------------------------------------------------
4794 r14425 | courmisch | 2006-02-20 20:53:22 +0100 (Mon, 20 Feb 2006) | 2 lines
4795 Changed paths:
4796    M /trunk/Makefile.am
4797
4798 Fix linking with C++ builtins
4799
4800 ------------------------------------------------------------------------
4801 r14423 | courmisch | 2006-02-20 19:00:28 +0100 (Mon, 20 Feb 2006) | 8 lines
4802 Changed paths:
4803    M /trunk/Makefile.am
4804    M /trunk/src/Makefile.am
4805
4806 - Remove dependency of vlc on stamp-builtin with shared libvlc
4807 - Link against -lvlc instead of src/libvlc.so otherwise installed vlc
4808   cannot be loaded (closes #555)
4809 - Remove src/libvlc.a when src/libvlc.so is built so that previous item
4810   does not break Win32 linking
4811
4812 <subliminal message>how about using libtool</subliminal message>
4813
4814 ------------------------------------------------------------------------
4815 r14422 | hartman | 2006-02-20 13:21:15 +0100 (Mon, 20 Feb 2006) | 2 lines
4816 Changed paths:
4817    M /trunk/modules/access/vcd/cdrom.c
4818    M /trunk/modules/access/vcd/cdrom_internals.h
4819
4820 * 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>.
4821
4822 ------------------------------------------------------------------------
4823 r14421 | xtophe | 2006-02-20 00:22:02 +0100 (Mon, 20 Feb 2006) | 2 lines
4824 Changed paths:
4825    M /trunk/extras/contrib/src/Makefile
4826    D /trunk/extras/contrib/src/Patches/ffmpeg-cvs.patch
4827
4828 ffmpeg-cvs.patch: fix upstream
4829
4830 ------------------------------------------------------------------------
4831 r14420 | fkuehne | 2006-02-19 23:41:29 +0100 (Sun, 19 Feb 2006) | 1 line
4832 Changed paths:
4833    M /trunk/modules/gui/macosx/interaction.h
4834    M /trunk/modules/gui/macosx/interaction.m
4835
4836 * fixed keywords and encoding
4837 ------------------------------------------------------------------------
4838 r14419 | fkuehne | 2006-02-19 23:38:07 +0100 (Sun, 19 Feb 2006) | 7 lines
4839 Changed paths:
4840    M /trunk/Makefile.am
4841    A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib
4842    A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/classes.nib
4843    A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/info.nib
4844    A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
4845    M /trunk/modules/gui/macosx/interaction.h
4846    M /trunk/modules/gui/macosx/interaction.m
4847    M /trunk/modules/gui/macosx/intf.m
4848
4849 * added the progress dialogue to the set of widgets
4850 - the Cancel-button is currently disabled because the core doesn't respond correctly (might be my fault though)
4851 - note that the File's Owner of the nib-file is of type VLCInteraction because the class can't resolve its outlets otherwise
4852
4853 * WIDGET_TEXT and WIDGET_INPUT_TEXT are still missing, but will come in the next couple of days
4854
4855 As usual, comments on the implementation and the GUI-design are welcome :)
4856 ------------------------------------------------------------------------
4857 r14418 | courmisch | 2006-02-19 22:20:09 +0100 (Sun, 19 Feb 2006) | 2 lines
4858 Changed paths:
4859    M /trunk/include/vlc_common.h
4860
4861 Fix linking of C++ plugins
4862
4863 ------------------------------------------------------------------------
4864 r14417 | courmisch | 2006-02-19 21:14:07 +0100 (Sun, 19 Feb 2006) | 2 lines
4865 Changed paths:
4866    M /trunk/Makefile.am
4867
4868 Share most of binary packaging script between WinCE and Win32
4869
4870 ------------------------------------------------------------------------
4871 r14416 | courmisch | 2006-02-19 21:02:12 +0100 (Sun, 19 Feb 2006) | 3 lines
4872 Changed paths:
4873    M /trunk/Makefile.am
4874
4875 Include libvlc.dll when packaging
4876 (Hmm, there is a nice code duplication between win32 and winCE here)
4877
4878 ------------------------------------------------------------------------
4879 r14415 | courmisch | 2006-02-19 20:59:47 +0100 (Sun, 19 Feb 2006) | 2 lines
4880 Changed paths:
4881    M /trunk/Makefile.am
4882
4883 Really fix
4884
4885 ------------------------------------------------------------------------
4886 r14414 | courmisch | 2006-02-19 20:47:44 +0100 (Sun, 19 Feb 2006) | 2 lines
4887 Changed paths:
4888    M /trunk/Makefile.am
4889
4890 Attempt to fix vlc linkage with static libvlc
4891
4892 ------------------------------------------------------------------------
4893 r14413 | courmisch | 2006-02-19 19:29:08 +0100 (Sun, 19 Feb 2006) | 4 lines
4894 Changed paths:
4895    M /trunk/Makefile.am
4896    M /trunk/src/Makefile.am
4897
4898 - Build builtins before shared libvlc
4899 - Link builtins with libvlc instead of vlc
4900   (seems to fix shared libvlc on Win32)
4901
4902 ------------------------------------------------------------------------
4903 r14412 | courmisch | 2006-02-19 18:58:49 +0100 (Sun, 19 Feb 2006) | 2 lines
4904 Changed paths:
4905    M /trunk/configure.ac
4906
4907 Ahem hem typo
4908
4909 ------------------------------------------------------------------------
4910 r14411 | dionoea | 2006-02-19 18:16:05 +0100 (Sun, 19 Feb 2006) | 2 lines
4911 Changed paths:
4912    M /trunk/modules/video_filter/rss.c
4913
4914 rss.c: add some Atom stuff and some extra checks.
4915
4916 ------------------------------------------------------------------------
4917 r14410 | courmisch | 2006-02-19 18:14:36 +0100 (Sun, 19 Feb 2006) | 2 lines
4918 Changed paths:
4919    M /trunk/Makefile.am
4920
4921 Dionoea: here is "make core", your portable "make vlc" replacement
4922
4923 ------------------------------------------------------------------------
4924 r14409 | zorglub | 2006-02-19 17:25:27 +0100 (Sun, 19 Feb 2006) | 2 lines
4925 Changed paths:
4926    M /trunk/configure.ac
4927
4928 compile can now work from subdirs
4929
4930 ------------------------------------------------------------------------
4931 r14408 | zorglub | 2006-02-19 17:16:56 +0100 (Sun, 19 Feb 2006) | 3 lines
4932 Changed paths:
4933    M /trunk/include/vlc_meta.h
4934    M /trunk/modules/demux/util/id3tag.c
4935    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
4936    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
4937    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
4938    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
4939    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
4940    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp
4941
4942 * Show meta-information separately
4943 * Collect more meta-information in id3
4944
4945 ------------------------------------------------------------------------
4946 r14407 | dionoea | 2006-02-19 17:02:04 +0100 (Sun, 19 Feb 2006) | 2 lines
4947 Changed paths:
4948    M /trunk/modules/control/http/mvar.c
4949
4950 Remove debug message
4951
4952 ------------------------------------------------------------------------
4953 r14406 | fkuehne | 2006-02-19 17:01:47 +0100 (Sun, 19 Feb 2006) | 2 lines
4954 Changed paths:
4955    M /trunk/modules/gui/macosx/interaction.h
4956    M /trunk/modules/gui/macosx/interaction.m
4957
4958 * replaced all NSLog-calls by msg_***
4959 * 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)
4960 ------------------------------------------------------------------------
4961 r14405 | courmisch | 2006-02-19 16:46:44 +0100 (Sun, 19 Feb 2006) | 2 lines
4962 Changed paths:
4963    M /trunk/mozilla/Makefile.am
4964
4965 Fix Mozilla plugin on ELF architectures
4966
4967 ------------------------------------------------------------------------
4968 r14404 | asmax | 2006-02-19 16:37:05 +0100 (Sun, 19 Feb 2006) | 2 lines
4969 Changed paths:
4970    M /trunk/doc/skins/skins2-howto.xml
4971    M /trunk/modules/gui/skins2/src/vlcproc.cpp
4972    M /trunk/modules/gui/skins2/src/vlcproc.hpp
4973
4974 * all: new skin variable "vlc.isFullscreen" (guess what it does ;)
4975
4976 ------------------------------------------------------------------------
4977 r14403 | courmisch | 2006-02-19 16:21:58 +0100 (Sun, 19 Feb 2006) | 2 lines
4978 Changed paths:
4979    M /trunk/Makefile.am
4980    M /trunk/configure.ac
4981    M /trunk/src/Makefile.am
4982
4983 Really fix libintl linking
4984
4985 ------------------------------------------------------------------------
4986 r14402 | asmax | 2006-02-19 15:54:57 +0100 (Sun, 19 Feb 2006) | 2 lines
4987 Changed paths:
4988    M /trunk/AUTHORS
4989    M /trunk/NEWS
4990
4991 * JACK audio output
4992
4993 ------------------------------------------------------------------------
4994 r14401 | courmisch | 2006-02-19 15:54:38 +0100 (Sun, 19 Feb 2006) | 2 lines
4995 Changed paths:
4996    M /trunk/src/Makefile.am
4997
4998 Attempt to fix linking with "included" gettext
4999
5000 ------------------------------------------------------------------------
5001 r14400 | dionoea | 2006-02-19 15:39:53 +0100 (Sun, 19 Feb 2006) | 3 lines
5002 Changed paths:
5003    M /trunk/modules/misc/msn.c
5004
5005 Fix msn plugin.
5006 Note to zorglub: please test changes before commiting.
5007
5008 ------------------------------------------------------------------------
5009 r14399 | zorglub | 2006-02-19 15:32:13 +0100 (Sun, 19 Feb 2006) | 2 lines
5010 Changed paths:
5011    M /trunk/extras
5012
5013 More
5014
5015 ------------------------------------------------------------------------
5016 r14398 | zorglub | 2006-02-19 15:31:15 +0100 (Sun, 19 Feb 2006) | 2 lines
5017 Changed paths:
5018    M /trunk
5019    M /trunk/src
5020
5021 svn:ignore
5022
5023 ------------------------------------------------------------------------
5024 r14397 | courmisch | 2006-02-19 15:28:50 +0100 (Sun, 19 Feb 2006) | 2 lines
5025 Changed paths:
5026    M /trunk/configure.ac
5027
5028 Fix
5029
5030 ------------------------------------------------------------------------
5031 r14396 | courmisch | 2006-02-19 15:15:04 +0100 (Sun, 19 Feb 2006) | 2 lines
5032 Changed paths:
5033    M /trunk/po/POTFILES.in
5034
5035 Update files list
5036
5037 ------------------------------------------------------------------------
5038 r14395 | courmisch | 2006-02-19 15:13:29 +0100 (Sun, 19 Feb 2006) | 2 lines
5039 Changed paths:
5040    M /trunk/Makefile.am
5041    D /trunk/lib
5042
5043 Remove unused directory
5044
5045 ------------------------------------------------------------------------
5046 r14394 | courmisch | 2006-02-19 14:45:17 +0100 (Sun, 19 Feb 2006) | 2 lines
5047 Changed paths:
5048    M /trunk/mozilla/Makefile.am
5049
5050 Link Mozilla plugin against shared library when built
5051
5052 ------------------------------------------------------------------------
5053 r14393 | zorglub | 2006-02-19 14:44:29 +0100 (Sun, 19 Feb 2006) | 3 lines
5054 Changed paths:
5055    M /trunk/include/vlc_messages.h
5056    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
5057    M /trunk/modules/gui/skins2/utils/var_tree.cpp
5058
5059 Fix a warning
5060 Add some timing to playlist 
5061
5062 ------------------------------------------------------------------------
5063 r14392 | courmisch | 2006-02-19 14:40:09 +0100 (Sun, 19 Feb 2006) | 2 lines
5064 Changed paths:
5065    M /trunk/activex/Makefile.am
5066    M /trunk/bindings/mediacontrol-python/setup.py
5067    M /trunk/mozilla/Makefile.am
5068
5069 Propagate libvlc move in plugins
5070
5071 ------------------------------------------------------------------------
5072 r14391 | zorglub | 2006-02-19 14:36:15 +0100 (Sun, 19 Feb 2006) | 2 lines
5073 Changed paths:
5074    M /trunk/src/Makefile.am
5075    D /trunk/src/control/control_input.c
5076    D /trunk/src/control/control_playlist.c
5077    D /trunk/src/control/control_vlm.c
5078    D /trunk/src/control/core.c
5079    A /trunk/src/control/libvlc_core.c (from /trunk/src/control/core.c:14389)
5080    A /trunk/src/control/libvlc_input.c (from /trunk/src/control/control_input.c:14389)
5081    A /trunk/src/control/libvlc_playlist.c (from /trunk/src/control/control_playlist.c:14389)
5082    A /trunk/src/control/libvlc_video.c (from /trunk/src/control/video.c:14389)
5083    A /trunk/src/control/libvlc_vlm.c (from /trunk/src/control/control_vlm.c:14389)
5084    D /trunk/src/control/video.c
5085
5086 Be consistant in naming
5087
5088 ------------------------------------------------------------------------
5089 r14390 | courmisch | 2006-02-19 14:30:20 +0100 (Sun, 19 Feb 2006) | 2 lines
5090 Changed paths:
5091    M /trunk/configure.ac
5092
5093 Fix a bug whereby --disable-shared-libvlc would actually enable it
5094
5095 ------------------------------------------------------------------------
5096 r14389 | courmisch | 2006-02-19 14:11:21 +0100 (Sun, 19 Feb 2006) | 7 lines
5097 Changed paths:
5098    M /trunk/Makefile.am
5099    M /trunk/bootstrap
5100    M /trunk/configure.ac
5101    A /trunk/src/Makefile.am
5102    A /trunk/src/audio_output/ainput.c (from /trunk/src/audio_output/input.c:14386)
5103    D /trunk/src/audio_output/input.c
5104    A /trunk/src/control/control_input.c (from /trunk/src/control/input.c:14386)
5105    A /trunk/src/control/control_playlist.c (from /trunk/src/control/playlist.c:14386)
5106    A /trunk/src/control/control_vlm.c (from /trunk/src/control/vlm.c:14386)
5107    D /trunk/src/control/input.c
5108    D /trunk/src/control/playlist.c
5109    D /trunk/src/control/vlm.c
5110    M /trunk/toolbox
5111
5112 - Build libvlc from src/ rather than top
5113   so that it is cleanly built before all modules
5114   (step toward buildable shared libvlc on Win32)
5115 - Don't build position dependant code when building shared libvlc
5116   (that was a big waste of time)
5117 - Link builtin modules with vlc rather than libvlc
5118
5119 ------------------------------------------------------------------------
5120 r14388 | courmisch | 2006-02-19 13:13:46 +0100 (Sun, 19 Feb 2006) | 2 lines
5121 Changed paths:
5122    M /trunk/toolbox
5123
5124 Ensure src/misc exists in builddir
5125
5126 ------------------------------------------------------------------------
5127 r14387 | courmisch | 2006-02-19 12:15:01 +0100 (Sun, 19 Feb 2006) | 2 lines
5128 Changed paths:
5129    M /trunk/modules/video_filter/rss.c
5130
5131 LoadImage is a macro on Win32 API - you can't use as a function name as is
5132
5133 ------------------------------------------------------------------------
5134 r14386 | courmisch | 2006-02-19 10:52:55 +0100 (Sun, 19 Feb 2006) | 2 lines
5135 Changed paths:
5136    M /trunk/Makefile.am
5137
5138 Clean up backported from [12323]
5139
5140 ------------------------------------------------------------------------
5141 r14385 | courmisch | 2006-02-19 10:16:05 +0100 (Sun, 19 Feb 2006) | 2 lines
5142 Changed paths:
5143    M /trunk/bootstrap
5144
5145 ooups
5146
5147 ------------------------------------------------------------------------
5148 r14384 | courmisch | 2006-02-19 10:03:58 +0100 (Sun, 19 Feb 2006) | 24 lines
5149 Changed paths:
5150    M /trunk/bootstrap
5151
5152 - Seemingly fix linking of plugins with shared libvlc on Win32
5153 - Hopefully the same on Darwin
5154
5155 !!! BIG FAT WARNING !!!
5156 On architectures where you need to resolve all symbols when
5157 linking a shared library, libvlc must be built before the plugins, so
5158 that they can resolve symbols from the libvlc API. Also, the "builtins"
5159 must be built before libvlc (regardless of the architecture or use of
5160 shared libvlc). However, our build system currently builds all modules,
5161 whether builtins or plugins, then libvlc and then vlc.
5162
5163 Obviously, we could swap the build orders, so that libvlc gets built
5164 before modules/ but that will only work if there is no buitins modules.
5165 I'm not too keen on the idea of recursing twice within the modules/
5166 subdirectories (once for builtins, and once for plugins). Until the
5167 issue is settled, here is how to build and test the shared libvlc on
5168 Win32:
5169
5170 1/ run configure with --enable-shared-libvlc
5171 2/ build all built-in modules (or disable them all) one by one,
5172 3/ make libvlc.dll
5173 4/ make
5174
5175
5176 ------------------------------------------------------------------------
5177 r14383 | dionoea | 2006-02-19 00:10:54 +0100 (Sun, 19 Feb 2006) | 2 lines
5178 Changed paths:
5179    M /trunk/NEWS
5180
5181 update video filter news (again :) )
5182
5183 ------------------------------------------------------------------------
5184 r14382 | dionoea | 2006-02-19 00:08:23 +0100 (Sun, 19 Feb 2006) | 2 lines
5185 Changed paths:
5186    M /trunk/modules/video_filter/rss.c
5187
5188 rss.c: change module shortname
5189
5190 ------------------------------------------------------------------------
5191 r14381 | dionoea | 2006-02-19 00:06:12 +0100 (Sun, 19 Feb 2006) | 2 lines
5192 Changed paths:
5193    M /trunk/modules/video_filter/rss.c
5194
5195 rss.c: add 'support' for Atom feeds.
5196
5197 ------------------------------------------------------------------------
5198 r14380 | dionoea | 2006-02-18 23:20:59 +0100 (Sat, 18 Feb 2006) | 5 lines
5199 Changed paths:
5200    M /trunk/modules/video_filter/rss.c
5201
5202 rss.c: add suport for feed images (default enabled).
5203
5204 tested with 
5205 ./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>
5206
5207 ------------------------------------------------------------------------
5208 r14379 | dionoea | 2006-02-18 23:08:11 +0100 (Sat, 18 Feb 2006) | 2 lines
5209 Changed paths:
5210    M /trunk/include/vlc_osd.h
5211
5212 Comment lines now fit on a 80 char wide screen
5213
5214 ------------------------------------------------------------------------
5215 r14378 | courmisch | 2006-02-18 21:49:46 +0100 (Sat, 18 Feb 2006) | 2 lines
5216 Changed paths:
5217    M /trunk/include/vlc_common.h
5218    M /trunk/include/vlc_symbols.h
5219    M /trunk/vlc-api.pl
5220
5221 Remove ugly usage of vlc_symbols.h when building libvlc as a shared library
5222
5223 ------------------------------------------------------------------------
5224 r14377 | courmisch | 2006-02-18 21:34:32 +0100 (Sat, 18 Feb 2006) | 2 lines
5225 Changed paths:
5226    M /trunk/modules/access/vcd/cdrom.c
5227    M /trunk/modules/access_filter/record.c
5228    M /trunk/modules/access_filter/timeshift.c
5229    M /trunk/modules/audio_output/file.c
5230    M /trunk/modules/codec/fake.c
5231    M /trunk/modules/demux/demuxdump.c
5232    M /trunk/modules/demux/mp4/drms.c
5233    M /trunk/modules/demux/playlist/dvb.c
5234    M /trunk/modules/demux/playlist/m3u.c
5235    M /trunk/modules/demux/playlist/old.c
5236    M /trunk/modules/demux/ts.c
5237    M /trunk/modules/demux/vobsub.c
5238    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
5239    M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
5240    M /trunk/modules/misc/logger.c
5241    M /trunk/modules/stream_out/rtp.c
5242    M /trunk/modules/stream_out/switcher.c
5243    M /trunk/modules/video_filter/motiondetect.c
5244    M /trunk/modules/video_filter/rss.c
5245
5246 All: missing #include "charset.h"
5247
5248 ------------------------------------------------------------------------
5249 r14376 | courmisch | 2006-02-18 21:32:03 +0100 (Sat, 18 Feb 2006) | 2 lines
5250 Changed paths:
5251    M /trunk/modules/control/http/util.c
5252
5253 Fix warnings
5254
5255 ------------------------------------------------------------------------
5256 r14375 | jpsaman | 2006-02-18 21:28:47 +0100 (Sat, 18 Feb 2006) | 1 line
5257 Changed paths:
5258    M /trunk/include/vlc_vlm.h
5259
5260 Remove whitespace
5261 ------------------------------------------------------------------------
5262 r14374 | jpsaman | 2006-02-18 21:26:23 +0100 (Sat, 18 Feb 2006) | 1 line
5263 Changed paths:
5264    M /trunk/src/misc/vlm.c
5265
5266 Use #include <vlc_vlm.h> instead of local include directive
5267 ------------------------------------------------------------------------
5268 r14373 | jpsaman | 2006-02-18 21:24:27 +0100 (Sat, 18 Feb 2006) | 1 line
5269 Changed paths:
5270    M /trunk/configure.ac
5271
5272 Add with-ffmpeg-{vorbis,theora,ogg} in case ffmpeg is compiled with vorbis, theora and/or ogg support
5273 ------------------------------------------------------------------------
5274 r14372 | courmisch | 2006-02-18 21:07:55 +0100 (Sat, 18 Feb 2006) | 2 lines
5275 Changed paths:
5276    M /trunk/modules/audio_filter/resampler/linear.c
5277
5278 Remove unused variable
5279
5280 ------------------------------------------------------------------------
5281 r14371 | courmisch | 2006-02-18 21:05:50 +0100 (Sat, 18 Feb 2006) | 2 lines
5282 Changed paths:
5283    M /trunk/modules/access_output/udp.c
5284
5285 Remove unused variable
5286
5287 ------------------------------------------------------------------------
5288 r14370 | courmisch | 2006-02-18 21:04:36 +0100 (Sat, 18 Feb 2006) | 2 lines
5289 Changed paths:
5290    M /trunk/modules/access/dvb/en50221.c
5291
5292 Fix warning
5293
5294 ------------------------------------------------------------------------
5295 r14369 | sam | 2006-02-18 20:18:35 +0100 (Sat, 18 Feb 2006) | 2 lines
5296 Changed paths:
5297    M /trunk/modules/demux/mp4/drms.c
5298
5299   * modules/demux/mp4/drms.c: mostly cosmetic changes.
5300
5301 ------------------------------------------------------------------------
5302 r14368 | fkuehne | 2006-02-18 20:04:19 +0100 (Sat, 18 Feb 2006) | 1 line
5303 Changed paths:
5304    M /trunk/modules/gui/macosx/Modules.am
5305
5306 * forgot that one in [14365]
5307 ------------------------------------------------------------------------
5308 r14367 | dionoea | 2006-02-18 20:03:44 +0100 (Sat, 18 Feb 2006) | 2 lines
5309 Changed paths:
5310    M /trunk/src/misc/image.c
5311
5312 do everything with the stream functions (no more fopen)
5313
5314 ------------------------------------------------------------------------
5315 r14366 | fkuehne | 2006-02-18 19:53:24 +0100 (Sat, 18 Feb 2006) | 1 line
5316 Changed paths:
5317    M /trunk/NEWS
5318    M /trunk/modules/gui/macosx/intf.h
5319    M /trunk/modules/gui/macosx/intf.m
5320    M /trunk/modules/gui/macosx/update.h
5321    M /trunk/modules/gui/macosx/update.m
5322
5323 * added a note about the update-checker to the news and updated the copyright dates in *.h and *.m
5324 ------------------------------------------------------------------------
5325 r14365 | fkuehne | 2006-02-18 19:40:04 +0100 (Sat, 18 Feb 2006) | 4 lines
5326 Changed paths:
5327    M /trunk/Makefile.am
5328    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
5329    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
5330    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
5331    A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib
5332    A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/classes.nib
5333    A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/info.nib
5334    A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/keyedobjects.nib
5335    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
5336    M /trunk/modules/gui/macosx/intf.h
5337    M /trunk/modules/gui/macosx/intf.m
5338    A /trunk/modules/gui/macosx/update.h
5339    A /trunk/modules/gui/macosx/update.m
5340
5341 * new CheckForUpdate panel (closes #310)
5342 - the actual download is currently done by your default browser since the needed notification window isn't available on OSX yet
5343     - download through VLC is implemented, but commented for the moment
5344 - needs some checking once a complete Status.xml is available
5345 ------------------------------------------------------------------------
5346 r14364 | dionoea | 2006-02-18 18:57:47 +0100 (Sat, 18 Feb 2006) | 3 lines
5347 Changed paths:
5348    M /trunk/src/misc/image.c
5349
5350 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)
5351
5352
5353 ------------------------------------------------------------------------
5354 r14363 | dionoea | 2006-02-18 18:01:58 +0100 (Sat, 18 Feb 2006) | 2 lines
5355 Changed paths:
5356    M /trunk/modules/video_filter/rss.c
5357
5358 use EnsureUTF8 on output string
5359
5360 ------------------------------------------------------------------------
5361 r14362 | dionoea | 2006-02-18 16:45:35 +0100 (Sat, 18 Feb 2006) | 2 lines
5362 Changed paths:
5363    M /trunk/modules/video_filter/rss.c
5364
5365 Remove white characters at begining and end of element values.
5366
5367 ------------------------------------------------------------------------
5368 r14361 | courmisch | 2006-02-18 09:46:48 +0100 (Sat, 18 Feb 2006) | 4 lines
5369 Changed paths:
5370    M /trunk/configure.ac
5371
5372 Don't try to be more clever than gettext in detecting libintl
5373 (we don't seem to be). ${LIBINTL} is normally not defined when there is
5374 no libintl anyway - should fix FreeBSD libintl linking issue
5375
5376 ------------------------------------------------------------------------
5377 r14360 | courmisch | 2006-02-18 09:37:26 +0100 (Sat, 18 Feb 2006) | 2 lines
5378 Changed paths:
5379    M /trunk/configure.ac
5380
5381 Fix typo noticed by zorglub
5382
5383 ------------------------------------------------------------------------
5384 r14359 | xtophe | 2006-02-18 00:14:57 +0100 (Sat, 18 Feb 2006) | 2 lines
5385 Changed paths:
5386    M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
5387
5388 Update the x264 patch.
5389
5390 ------------------------------------------------------------------------
5391 r14358 | dionoea | 2006-02-17 23:49:12 +0100 (Fri, 17 Feb 2006) | 2 lines
5392 Changed paths:
5393    M /trunk/NEWS
5394
5395 Add bluescreen video filter
5396
5397 ------------------------------------------------------------------------
5398 r14357 | dionoea | 2006-02-17 23:44:05 +0100 (Fri, 17 Feb 2006) | 2 lines
5399 Changed paths:
5400    M /trunk/share/http/js/vlm.js
5401
5402 Show current item number for each of the instances
5403
5404 ------------------------------------------------------------------------
5405 r14356 | dionoea | 2006-02-17 23:10:56 +0100 (Fri, 17 Feb 2006) | 6 lines
5406 Changed paths:
5407    M /trunk/modules/video_filter/mosaic.c
5408    M /trunk/modules/video_filter/mosaic.h
5409
5410 * mosaic.c: Bluescreen/Greenscreen/Chromakey video background replacement
5411 method. It's still quite simple ... loads of room for improvement.
5412 Example available here: http://people.videolan.org/~dionoea/bluescreen.mpg
5413
5414 * mosaic.h: remove trailing space
5415
5416 ------------------------------------------------------------------------
5417 r14355 | oaubert | 2006-02-17 18:39:25 +0100 (Fri, 17 Feb 2006) | 2 lines
5418 Changed paths:
5419    M /trunk/src/control/mediacontrol_audio_video.c
5420
5421 mediacontrol_audio_video.c: remove debug message
5422
5423 ------------------------------------------------------------------------
5424 r14354 | oaubert | 2006-02-17 18:02:59 +0100 (Fri, 17 Feb 2006) | 2 lines
5425 Changed paths:
5426    M /trunk/bindings/mediacontrol-python/vlcglue.c
5427
5428 vlcglue.c: same bug, specify malloc unit.
5429
5430 ------------------------------------------------------------------------
5431 r14353 | oaubert | 2006-02-17 18:02:34 +0100 (Fri, 17 Feb 2006) | 2 lines
5432 Changed paths:
5433    M /trunk/src/control/mediacontrol_util.c
5434
5435 mediacontrol_util.c: better safe than sorry, specify the malloc unit.
5436
5437 ------------------------------------------------------------------------
5438 r14352 | oaubert | 2006-02-17 17:51:06 +0100 (Fri, 17 Feb 2006) | 2 lines
5439 Changed paths:
5440    M /trunk/src/control/mediacontrol_init.c
5441
5442 src/control/mediacontrol_init.c: fix a malloc() error (spotted by Christophe Massiot)
5443
5444 ------------------------------------------------------------------------
5445 r14351 | hartman | 2006-02-17 17:15:50 +0100 (Fri, 17 Feb 2006) | 4 lines
5446 Changed paths:
5447    M /trunk/include/aout_internal.h
5448    M /trunk/modules/audio_filter/resampler/linear.c
5449    M /trunk/modules/demux/mp4/mp4.c
5450
5451 * Don't use alloca for audio buffers on OSX and BSD, because the stacksize on both isn't infinite.
5452   This might explain the audio-core crashes we have seen in the past on Mac OS X 
5453 * Fix issues with platforms which don't have alloca() (defined)
5454
5455 ------------------------------------------------------------------------
5456 r14350 | oaubert | 2006-02-17 16:28:10 +0100 (Fri, 17 Feb 2006) | 2 lines
5457 Changed paths:
5458    M /trunk/src/control/mediacontrol_audio_video.c
5459
5460 mediacontrol_audio_video.c: use VLC_FOURCC to define the snapshot type
5461
5462 ------------------------------------------------------------------------
5463 r14349 | dionoea | 2006-02-17 15:59:36 +0100 (Fri, 17 Feb 2006) | 2 lines
5464 Changed paths:
5465    M /trunk/NEWS
5466
5467 update NEWS file
5468
5469 ------------------------------------------------------------------------
5470 r14348 | dionoea | 2006-02-17 15:56:06 +0100 (Fri, 17 Feb 2006) | 9 lines
5471 Changed paths:
5472    M /trunk/modules/video_filter/logo.c
5473
5474 Logo filter(s) now takes a list of images, delays and alpha as input and
5475 loops through these. The syntax is <file>[,[<delay in ms>][,[<alpha>]]][;...]
5476 Idea (and some parts of the code) by markfm
5477
5478 Note:
5479 The vout-filter segfaults upon destruction but i don't understand why...
5480 could someone have a look ?
5481
5482
5483 ------------------------------------------------------------------------
5484 r14347 | hartman | 2006-02-17 15:33:32 +0100 (Fri, 17 Feb 2006) | 2 lines
5485 Changed paths:
5486    M /trunk/include/aout_internal.h
5487
5488 * This change should be better then the one in [14346]
5489
5490 ------------------------------------------------------------------------
5491 r14346 | hartman | 2006-02-17 15:20:02 +0100 (Fri, 17 Feb 2006) | 2 lines
5492 Changed paths:
5493    M /trunk/include/aout_internal.h
5494
5495 * stricter aout_BufferFree
5496
5497 ------------------------------------------------------------------------
5498 r14345 | courmisch | 2006-02-17 12:07:57 +0100 (Fri, 17 Feb 2006) | 3 lines
5499 Changed paths:
5500    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
5501    M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
5502
5503 Minor change so that 50 is actually the number of items to be updated at a time
5504 (rather than 50 + 2)
5505
5506 ------------------------------------------------------------------------
5507 r14344 | courmisch | 2006-02-17 11:13:28 +0100 (Fri, 17 Feb 2006) | 2 lines
5508 Changed paths:
5509    M /trunk/configure.ac
5510
5511 Add /usr/local/... to CPPFLAGS and LDFLAGS automatically on FreeBSD (closes #422)
5512
5513 ------------------------------------------------------------------------
5514 r14343 | zorglub | 2006-02-17 06:50:26 +0100 (Fri, 17 Feb 2006) | 2 lines
5515 Changed paths:
5516    M /trunk/src/misc/vlm.c
5517
5518 Fix compilation when VLM is disabled
5519
5520 ------------------------------------------------------------------------
5521 r14342 | zorglub | 2006-02-17 06:46:08 +0100 (Fri, 17 Feb 2006) | 4 lines
5522 Changed paths:
5523    M /trunk/modules/access/v4l/v4l.c
5524
5525 Don't disable audio if V4L video dev does not have an audio dev too. Closes:#254
5526
5527 Thanks to Timothy Lee < timothy d0t lee @t siriushk d0t c0m > for the patch.
5528
5529 ------------------------------------------------------------------------
5530 r14341 | zorglub | 2006-02-17 06:42:13 +0100 (Fri, 17 Feb 2006) | 2 lines
5531 Changed paths:
5532    M /trunk/include/vlc/libvlc.h
5533    M /trunk/src/control/vlm.c
5534
5535 Fix some bugs
5536
5537 ------------------------------------------------------------------------
5538 r14340 | sam | 2006-02-16 23:07:36 +0100 (Thu, 16 Feb 2006) | 3 lines
5539 Changed paths:
5540    M /trunk/extras/contrib/README
5541
5542   * extras/contrib/README: keep track of what patches have been contributed
5543     back to the upstream authors so far.
5544
5545 ------------------------------------------------------------------------
5546 r14339 | sam | 2006-02-16 23:01:39 +0100 (Thu, 16 Feb 2006) | 3 lines
5547 Changed paths:
5548    M /trunk/extras/contrib/src/Patches/x264.patch
5549
5550   * extras/contrib/src/Patches/x264.patch: removed the exp2f/sqrtf part of
5551     this patch, I committed it upstream instead.
5552
5553 ------------------------------------------------------------------------
5554 r14338 | massiot | 2006-02-16 22:31:36 +0100 (Thu, 16 Feb 2006) | 2 lines
5555 Changed paths:
5556    M /trunk/doc/fortunes.txt
5557
5558 ?
5559
5560 ------------------------------------------------------------------------
5561 r14337 | massiot | 2006-02-16 22:19:47 +0100 (Thu, 16 Feb 2006) | 2 lines
5562 Changed paths:
5563    M /trunk/doc/fortunes.txt
5564
5565 !
5566
5567 ------------------------------------------------------------------------
5568 r14336 | sigmunau | 2006-02-16 22:11:11 +0100 (Thu, 16 Feb 2006) | 2 lines
5569 Changed paths:
5570    M /trunk/modules/demux/real.c
5571
5572 real.c: fix some crashes
5573
5574 ------------------------------------------------------------------------
5575 r14335 | fkuehne | 2006-02-16 21:05:18 +0100 (Thu, 16 Feb 2006) | 1 line
5576 Changed paths:
5577    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
5578    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
5579    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
5580    M /trunk/modules/gui/macosx/playlist.h
5581    M /trunk/modules/gui/macosx/playlist.m
5582
5583 * 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)
5584 ------------------------------------------------------------------------
5585 r14334 | dionoea | 2006-02-16 20:31:29 +0100 (Thu, 16 Feb 2006) | 2 lines
5586 Changed paths:
5587    M /trunk/modules/demux/playlist/podcast.c
5588
5589 Move podcast meta info to "Podcast Info" category
5590
5591 ------------------------------------------------------------------------
5592 r14333 | dionoea | 2006-02-16 18:31:31 +0100 (Thu, 16 Feb 2006) | 2 lines
5593 Changed paths:
5594    M /trunk/THANKS
5595    M /trunk/include/vlc_meta.h
5596    M /trunk/modules/access/cdda.c
5597    M /trunk/modules/codec/vorbis.c
5598    M /trunk/modules/demux/playlist/b4s.c
5599    M /trunk/modules/demux/playlist/m3u.c
5600    M /trunk/modules/demux/playlist/podcast.c
5601    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
5602    M /trunk/modules/gui/wxwidgets/input_manager.cpp
5603    M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
5604    M /trunk/modules/misc/msn.c
5605    M /trunk/modules/misc/playlist/m3u.c
5606    M /trunk/modules/services_discovery/daap.c
5607    M /trunk/src/input/es_out.c
5608    M /trunk/src/input/input.c
5609    M /trunk/src/playlist/sort.c
5610
5611 [patch] unifying meta-information access, the 2nd by Daniel Str?\195?\164nger
5612
5613 ------------------------------------------------------------------------
5614 r14332 | zorglub | 2006-02-16 08:22:57 +0100 (Thu, 16 Feb 2006) | 2 lines
5615 Changed paths:
5616    M /trunk/modules/demux/mkv.cpp
5617
5618 Fix a doxygen comment
5619
5620 ------------------------------------------------------------------------
5621 r14331 | zorglub | 2006-02-15 23:31:49 +0100 (Wed, 15 Feb 2006) | 2 lines
5622 Changed paths:
5623    M /trunk/include/vlc/libvlc.h
5624    M /trunk/src/control/vlm.c
5625    M /trunk/test/native/libvlc.c
5626
5627 More VLM API stuff
5628
5629 ------------------------------------------------------------------------
5630 r14330 | zorglub | 2006-02-15 21:35:51 +0100 (Wed, 15 Feb 2006) | 2 lines
5631 Changed paths:
5632    M /trunk/modules/misc/msn.c
5633
5634 Typo
5635
5636 ------------------------------------------------------------------------
5637 r14329 | courmisch | 2006-02-15 20:59:30 +0100 (Wed, 15 Feb 2006) | 2 lines
5638 Changed paths:
5639    M /trunk/modules/misc/growl.c
5640
5641 Fix warning
5642
5643 ------------------------------------------------------------------------
5644 r14328 | zorglub | 2006-02-15 20:48:07 +0100 (Wed, 15 Feb 2006) | 2 lines
5645 Changed paths:
5646    M /trunk/modules/misc/growl.c
5647    M /trunk/modules/misc/msn.c
5648
5649 Fix a bunch of bugs in the MSN plugin (duplicated in the Growl plugin)
5650
5651 ------------------------------------------------------------------------
5652 r14327 | djc | 2006-02-15 20:40:27 +0100 (Wed, 15 Feb 2006) | 2 lines
5653 Changed paths:
5654    M /trunk/modules/misc/growl.c
5655
5656 Stupid me... don't do twice hton*
5657
5658 ------------------------------------------------------------------------
5659 r14326 | oaubert | 2006-02-15 16:06:20 +0100 (Wed, 15 Feb 2006) | 2 lines
5660 Changed paths:
5661    M /trunk/bindings/mediacontrol-python/setup.py
5662
5663 mediacontrol-python/setup.py: do not use PIC libraries on win32 and darwin-ppc
5664
5665 ------------------------------------------------------------------------
5666 r14325 | oaubert | 2006-02-15 15:15:10 +0100 (Wed, 15 Feb 2006) | 2 lines
5667 Changed paths:
5668    M /trunk/src/control/mediacontrol_init.c
5669
5670 src/control/mediacontrol_init.c: check return values of VLC_Create and VLC_Init
5671
5672 ------------------------------------------------------------------------
5673 r14324 | oaubert | 2006-02-15 15:12:23 +0100 (Wed, 15 Feb 2006) | 2 lines
5674 Changed paths:
5675    M /trunk/bindings/mediacontrol-python/vlcglue.c
5676
5677 mediacontrol-python/vlcglue.c: check the return value of VLC_Create
5678
5679 ------------------------------------------------------------------------
5680 r14323 | oaubert | 2006-02-15 15:11:16 +0100 (Wed, 15 Feb 2006) | 2 lines
5681 Changed paths:
5682    M /trunk/bindings/mediacontrol-python/vlcglue.c
5683    M /trunk/bindings/mediacontrol-python/vlcglue.h
5684
5685 mediacontrol-python: portability fix (for Mac OS X/PPC), dirty but it works
5686
5687 ------------------------------------------------------------------------
5688 r14322 | oaubert | 2006-02-15 15:04:41 +0100 (Wed, 15 Feb 2006) | 2 lines
5689 Changed paths:
5690    M /trunk/modules/misc/svg.c
5691
5692 misc/svg.c: use char* instead of byte_t* to avoid warnings
5693
5694 ------------------------------------------------------------------------
5695 r14321 | djc | 2006-02-15 03:09:01 +0100 (Wed, 15 Feb 2006) | 2 lines
5696 Changed paths:
5697    M /trunk/configure.ac
5698
5699 -lws2_32 on win32...
5700
5701 ------------------------------------------------------------------------
5702 r14320 | djc | 2006-02-15 02:32:26 +0100 (Wed, 15 Feb 2006) | 3 lines
5703 Changed paths:
5704    M /trunk/configure.ac
5705    M /trunk/modules/misc/growl.c
5706
5707 configure.ac: try to fix beos build
5708 growl.c: add --growl-ttl option
5709
5710 ------------------------------------------------------------------------
5711 r14319 | djc | 2006-02-15 01:39:10 +0100 (Wed, 15 Feb 2006) | 2 lines
5712 Changed paths:
5713    M /trunk/configure.ac
5714
5715 Add "send" (-lsocket) dependance to growl module to fix BeOS build
5716
5717 ------------------------------------------------------------------------
5718 r14318 | djc | 2006-02-15 01:15:21 +0100 (Wed, 15 Feb 2006) | 2 lines
5719 Changed paths:
5720    M /trunk/modules/misc/growl.c
5721
5722 Takes default TTL (instead of 42...)
5723
5724 ------------------------------------------------------------------------
5725 r14317 | djc | 2006-02-15 00:59:50 +0100 (Wed, 15 Feb 2006) | 6 lines
5726 Changed paths:
5727    M /trunk/configure.ac
5728    M /trunk/modules/misc/Modules.am
5729    A /trunk/modules/misc/growl.c (from /trunk/modules/misc/msn.c:14311)
5730    M /trunk/modules/misc/msn.c
5731
5732 Add a growl (http://growl.info/) notification plugin (most of code from msn.c)
5733 It is built by default since it sends notifications to network (perhaps
5734 we should only build it on macos).
5735
5736 msn.c: should fix a refcount issue (*not?\194?\160tested*)
5737
5738 ------------------------------------------------------------------------
5739 r14316 | zorglub | 2006-02-14 23:50:13 +0100 (Tue, 14 Feb 2006) | 2 lines
5740 Changed paths:
5741    A /trunk/src/control/vlm.c
5742
5743 Missing file
5744
5745 ------------------------------------------------------------------------
5746 r14315 | zorglub | 2006-02-14 23:35:37 +0100 (Tue, 14 Feb 2006) | 2 lines
5747 Changed paths:
5748    M /trunk/src/control/core.c
5749    M /trunk/test/NativeLibvlcTest.py
5750    M /trunk/test/PyMediaControlVariablesTest.py
5751    M /trunk/test/native/libvlc.c
5752
5753 Fix some bugs
5754
5755 ------------------------------------------------------------------------
5756 r14314 | zorglub | 2006-02-14 22:41:23 +0100 (Tue, 14 Feb 2006) | 4 lines
5757 Changed paths:
5758    M /trunk/Makefile.am
5759    D /trunk/bindings/STATUS
5760    A /trunk/bindings/python
5761    M /trunk/include/libvlc_internal.h
5762    M /trunk/include/vlc/libvlc.h
5763    M /trunk/include/vlc_symbols.h
5764    M /trunk/include/vlc_vlm.h
5765    M /trunk/src/control/core.c
5766    M /trunk/src/misc/vlm.c
5767    M /trunk/test/native/libvlc.c
5768    M /trunk/test/pyunit.h
5769
5770 * Beginning of VLM API
5771 * Some test work
5772 * Export vlm_MediaSearch
5773
5774 ------------------------------------------------------------------------
5775 r14313 | courmisch | 2006-02-14 21:41:27 +0100 (Tue, 14 Feb 2006) | 2 lines
5776 Changed paths:
5777    M /trunk/src/misc/unicode.c
5778
5779 (Win32) Support stat() for file names outside ANSI Code Page
5780
5781 ------------------------------------------------------------------------
5782 r14312 | courmisch | 2006-02-14 18:20:32 +0100 (Tue, 14 Feb 2006) | 2 lines
5783 Changed paths:
5784    M /trunk/src/misc/unicode.c
5785
5786 Safer Win32 code page translation
5787
5788 ------------------------------------------------------------------------
5789 r14311 | xtophe | 2006-02-14 16:38:21 +0100 (Tue, 14 Feb 2006) | 2 lines
5790 Changed paths:
5791    M /trunk/modules/audio_filter/param_eq.c
5792
5793 param_eq.c: eol style
5794
5795 ------------------------------------------------------------------------
5796 r14310 | titer | 2006-02-14 14:48:43 +0100 (Tue, 14 Feb 2006) | 2 lines
5797 Changed paths:
5798    M /trunk/extras/contrib/src/Makefile
5799    M /trunk/extras/contrib/src/Patches/ffmpeg-cvs.patch
5800
5801 FFmpeg forgets to create include/postproc/
5802
5803 ------------------------------------------------------------------------
5804 r14309 | dionoea | 2006-02-14 13:32:50 +0100 (Tue, 14 Feb 2006) | 3 lines
5805 Changed paths:
5806    M /trunk/extras/contrib/src/packages.mak
5807
5808 update vc71-glib-1.2.10-bin.zip and libIDL-0.6.3-win32-bin.zip locations
5809 Thanks to Hobophobe on http://forum.videolan.org/viewtopic.php?t=17262
5810
5811 ------------------------------------------------------------------------
5812 r14308 | courmisch | 2006-02-14 10:57:58 +0100 (Tue, 14 Feb 2006) | 3 lines
5813 Changed paths:
5814    M /trunk/modules/gui/ncurses.c
5815
5816 - Partial fix for reading characters with multibyte local encoding (refs #548)
5817 - Fix memory leak
5818
5819 ------------------------------------------------------------------------
5820 r14307 | courmisch | 2006-02-14 10:56:42 +0100 (Tue, 14 Feb 2006) | 3 lines
5821 Changed paths:
5822    M /trunk/src/misc/unicode.c
5823
5824 Use return value of EnsureUTF8() to specify whether the bytes sequence was
5825 valid (UTF-8) or not (incomplete, incorrect non-ASCII, or overlong sequences)
5826
5827 ------------------------------------------------------------------------
5828 r14306 | xtophe | 2006-02-14 10:39:36 +0100 (Tue, 14 Feb 2006) | 2 lines
5829 Changed paths:
5830    M /trunk/modules/audio_filter/param_eq.c
5831
5832 param-eq.c: Svn keyword
5833
5834 ------------------------------------------------------------------------
5835 r14305 | zorglub | 2006-02-14 08:11:18 +0100 (Tue, 14 Feb 2006) | 2 lines
5836 Changed paths:
5837    M /trunk/modules/misc/msn.c
5838
5839 Simplify
5840
5841 ------------------------------------------------------------------------
5842 r14304 | djc | 2006-02-14 02:40:59 +0100 (Tue, 14 Feb 2006) | 4 lines
5843 Changed paths:
5844    M /trunk/modules/gui/macosx/macosx.m
5845    M /trunk/modules/gui/macosx/vout.h
5846    M /trunk/modules/gui/macosx/vout.m
5847
5848 Add --macosx-black switch to black non video screens (fix #301)
5849 If someone has a better code to maintain a black screen, change
5850 CGSetDisplayTransferByFormula which seems to be a big kludge.
5851
5852 ------------------------------------------------------------------------
5853 r14303 | sigmunau | 2006-02-13 23:44:24 +0100 (Mon, 13 Feb 2006) | 2 lines
5854 Changed paths:
5855    M /trunk/configure.ac
5856    M /trunk/modules/audio_filter/Modules.am
5857    A /trunk/modules/audio_filter/param_eq.c
5858
5859 all: parametric equalizer by  Antti Huovilainen (adapted for vlc by me)
5860
5861 ------------------------------------------------------------------------
5862 r14302 | dionoea | 2006-02-13 23:09:56 +0100 (Mon, 13 Feb 2006) | 2 lines
5863 Changed paths:
5864    M /trunk/src/misc/configuration.c
5865
5866 attempt to fix the winCE build
5867
5868 ------------------------------------------------------------------------
5869 r14301 | courmisch | 2006-02-13 22:03:32 +0100 (Mon, 13 Feb 2006) | 3 lines
5870 Changed paths:
5871    M /trunk/modules/gui/ncurses.c
5872
5873 - Unicode fixes for ncurses on non-UTF8 consoles (closes #547)
5874 - Handle backspace properly on an UTF-8 characters string (closes #548 as far as UTF-8 is concerned)
5875
5876 ------------------------------------------------------------------------
5877 r14300 | courmisch | 2006-02-13 21:11:48 +0100 (Mon, 13 Feb 2006) | 2 lines
5878 Changed paths:
5879    M /trunk/src/misc/unicode.c
5880
5881 Undo erronously commited debug preprocessing directives
5882
5883 ------------------------------------------------------------------------
5884 r14299 | xtophe | 2006-02-13 21:06:22 +0100 (Mon, 13 Feb 2006) | 2 lines
5885 Changed paths:
5886    M /trunk/src/misc/unicode.c
5887
5888 unicode.c: Fix WinCE build (well for this file only)
5889
5890 ------------------------------------------------------------------------
5891 r14298 | courmisch | 2006-02-13 20:14:30 +0100 (Mon, 13 Feb 2006) | 2 lines
5892 Changed paths:
5893    M /trunk/modules/access_filter/record.c
5894
5895 Replace forbidden characters with underscores when attempting to dump a stream (closes #423)
5896
5897 ------------------------------------------------------------------------
5898 r14297 | courmisch | 2006-02-13 20:13:05 +0100 (Mon, 13 Feb 2006) | 2 lines
5899 Changed paths:
5900    M /trunk/modules/access_filter/timeshift.c
5901
5902 Fix typo
5903
5904 ------------------------------------------------------------------------
5905 r14296 | courmisch | 2006-02-13 17:53:46 +0100 (Mon, 13 Feb 2006) | 4 lines
5906 Changed paths:
5907    M /trunk/configure.ac
5908    M /trunk/modules/video_output/x11/xcommon.c
5909
5910 - Use VidMode extension to determine the display dimensions more accurately when enabling full screen mode (fixes #534, should fix Debian #290392)
5911 - Move view port and cursor to a sane position
5912 - Check for VidMode extensions (libXxf86vm)
5913
5914 ------------------------------------------------------------------------
5915 r14295 | xtophe | 2006-02-13 17:37:42 +0100 (Mon, 13 Feb 2006) | 2 lines
5916 Changed paths:
5917    M /trunk/src/misc/unicode.c
5918
5919 unicode.c: Fix logic to set use_iconv
5920
5921 ------------------------------------------------------------------------
5922 r14294 | xtophe | 2006-02-13 16:22:59 +0100 (Mon, 13 Feb 2006) | 2 lines
5923 Changed paths:
5924    M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
5925
5926 ffmpeg-wince.patch: fix for the new ffmpeg makefile
5927
5928 ------------------------------------------------------------------------
5929 r14293 | sam | 2006-02-13 14:31:01 +0100 (Mon, 13 Feb 2006) | 2 lines
5930 Changed paths:
5931    M /trunk/modules/demux/mp4/drms.c
5932
5933   * modules/demux/mp4/drms.c: cosmetic changes to some variable names.
5934
5935 ------------------------------------------------------------------------
5936 r14292 | courmisch | 2006-02-13 14:23:20 +0100 (Mon, 13 Feb 2006) | 2 lines
5937 Changed paths:
5938    M /trunk/modules/demux/mp4/drms.c
5939
5940 Fix windows build
5941
5942 ------------------------------------------------------------------------
5943 r14291 | courmisch | 2006-02-13 14:16:08 +0100 (Mon, 13 Feb 2006) | 2 lines
5944 Changed paths:
5945    M /trunk/configure.ac
5946    M /trunk/src/misc/unicode.c
5947
5948 Fix (From|To)Locale (closes #546)
5949
5950 ------------------------------------------------------------------------
5951 r14290 | sam | 2006-02-13 12:49:38 +0100 (Mon, 13 Feb 2006) | 3 lines
5952 Changed paths:
5953    M /trunk/modules/codec/libmpeg2.c
5954
5955   * modules/codec/libmpeg2.c: tell mpeg2dec the real stride of our picture,
5956     because some Xv drivers do not necessarily pad video at 16 bytes.
5957
5958 ------------------------------------------------------------------------
5959 r14289 | courmisch | 2006-02-13 12:19:04 +0100 (Mon, 13 Feb 2006) | 2 lines
5960 Changed paths:
5961    M /trunk/modules/demux/vobsub.c
5962
5963 Fix typo
5964
5965 ------------------------------------------------------------------------
5966 r14288 | courmisch | 2006-02-13 12:15:59 +0100 (Mon, 13 Feb 2006) | 3 lines
5967 Changed paths:
5968    M /trunk/modules/misc/gnutls.c
5969
5970 - Clean up
5971 - Unicode file names fixes
5972
5973 ------------------------------------------------------------------------
5974 r14287 | courmisch | 2006-02-13 11:47:43 +0100 (Mon, 13 Feb 2006) | 3 lines
5975 Changed paths:
5976    M /trunk/modules/access_filter/timeshift.c
5977
5978 - memleak fix
5979 - getcwd() unicode fix
5980
5981 ------------------------------------------------------------------------
5982 r14286 | courmisch | 2006-02-13 11:47:12 +0100 (Mon, 13 Feb 2006) | 2 lines
5983 Changed paths:
5984    M /trunk/src/input/subtitles.c
5985
5986 getcwd() unicode fix
5987
5988 ------------------------------------------------------------------------
5989 r14285 | hartman | 2006-02-13 11:31:57 +0100 (Mon, 13 Feb 2006) | 2 lines
5990 Changed paths:
5991    M /trunk/modules/gui/macosx/voutgl.m
5992
5993 * revert unaccelerated OpenGL. it's useless :D
5994
5995 ------------------------------------------------------------------------
5996 r14284 | courmisch | 2006-02-13 11:30:30 +0100 (Mon, 13 Feb 2006) | 8 lines
5997 Changed paths:
5998    M /trunk/modules/demux/demuxdump.c
5999    M /trunk/modules/demux/ts.c
6000    M /trunk/modules/demux/vobsub.c
6001    M /trunk/modules/misc/logger.c
6002    M /trunk/modules/stream_out/rtp.c
6003    M /trunk/modules/stream_out/switcher.c
6004
6005 Further fopen() unicode fixes (refs #528)
6006
6007 skins2 and galaktos remain as I'm not sure how they (don't?) handle
6008 encodings.
6009
6010 http interface URL were purposedly not made to use Unicode. I'm open to
6011 suggestions on that one.
6012
6013 ------------------------------------------------------------------------
6014 r14283 | courmisch | 2006-02-13 10:54:15 +0100 (Mon, 13 Feb 2006) | 2 lines
6015 Changed paths:
6016    M /trunk/modules/access/file.c
6017    M /trunk/modules/access/vcd/cdrom.c
6018    M /trunk/modules/access_filter/record.c
6019    M /trunk/modules/access_filter/timeshift.c
6020    M /trunk/modules/audio_output/file.c
6021    M /trunk/modules/control/corba/corba.c
6022    M /trunk/modules/control/http/http.c
6023    M /trunk/modules/control/http/macro.c
6024    M /trunk/modules/control/http/util.c
6025    M /trunk/modules/demux/mp4/drms.c
6026    M /trunk/modules/video_filter/motiondetect.c
6027
6028 Another bunch of Unicode file names fixes (refs #528)
6029
6030 ------------------------------------------------------------------------
6031 r14282 | courmisch | 2006-02-13 09:36:52 +0100 (Mon, 13 Feb 2006) | 2 lines
6032 Changed paths:
6033    M /trunk/src/misc/unicode.c
6034
6035 Some WinCE fixes
6036
6037 ------------------------------------------------------------------------
6038 r14281 | courmisch | 2006-02-13 09:30:55 +0100 (Mon, 13 Feb 2006) | 2 lines
6039 Changed paths:
6040    M /trunk/src/input/subtitles.c
6041    M /trunk/src/misc/image.c
6042    M /trunk/src/misc/modules.c
6043    M /trunk/src/misc/update.c
6044    M /trunk/src/misc/vlm.c
6045    M /trunk/src/network/acl.c
6046    M /trunk/src/osd/osd_parser.c
6047    M /trunk/src/playlist/loadsave.c
6048
6049 All Unicode fixes for fopen() (refs #528)
6050
6051 ------------------------------------------------------------------------
6052 r14280 | ipkiss | 2006-02-13 08:18:42 +0100 (Mon, 13 Feb 2006) | 3 lines
6053 Changed paths:
6054    M /trunk/doc/skins/skins2-howto.xml
6055    M /trunk/modules/gui/skins2/src/vlcproc.cpp
6056    M /trunk/modules/gui/skins2/src/vlcproc.hpp
6057
6058  * skins2/src/vlcproc.cpp: New "dvd.isActive" boolean variable
6059  * doc/skins/skins2-howto.xml: Updated doc
6060
6061 ------------------------------------------------------------------------
6062 r14279 | hartman | 2006-02-13 03:36:14 +0100 (Mon, 13 Feb 2006) | 2 lines
6063 Changed paths:
6064    M /trunk/configure.ac
6065
6066 * It's POSTPROC, not POSPROC
6067
6068 ------------------------------------------------------------------------
6069 r14278 | courmisch | 2006-02-12 23:45:04 +0100 (Sun, 12 Feb 2006) | 3 lines
6070 Changed paths:
6071    M /trunk/include/charset.h
6072    M /trunk/include/configuration.h
6073    M /trunk/include/vlc_symbols.h
6074    M /trunk/src/misc/configuration.c
6075    M /trunk/src/misc/unicode.c
6076
6077 - mkdir Unicode wrapper (refs #543)
6078 - fix load/save of configuration and creation of configuration directory (refs #528)
6079
6080 ------------------------------------------------------------------------
6081 r14277 | ipkiss | 2006-02-12 22:39:09 +0100 (Sun, 12 Feb 2006) | 2 lines
6082 Changed paths:
6083    M /trunk/doc/skins/skins2-howto.xml
6084
6085  * doc/skins/skins2-howto.xml: Fixed a link
6086
6087 ------------------------------------------------------------------------
6088 r14276 | titer | 2006-02-12 22:22:20 +0100 (Sun, 12 Feb 2006) | 3 lines
6089 Changed paths:
6090    M /trunk/configure.ac
6091    M /trunk/modules/video_chroma/i420_yuy2.c
6092
6093 Use emms after I420_UYVY because the OpenGL vout uses floats in the same thread.
6094 Re-enabled i420_yuy2_mmx on Darwin/x86.
6095
6096 ------------------------------------------------------------------------
6097 r14275 | courmisch | 2006-02-12 22:12:12 +0100 (Sun, 12 Feb 2006) | 2 lines
6098 Changed paths:
6099    M /trunk/src/misc/configuration.c
6100
6101 utfeightize psz_homedir
6102
6103 ------------------------------------------------------------------------
6104 r14274 | ipkiss | 2006-02-12 22:11:14 +0100 (Sun, 12 Feb 2006) | 2 lines
6105 Changed paths:
6106    M /trunk/doc/skins/skins2-howto.xml
6107
6108  * doc/skins/skins2-howto.xml: Documented the DVD-related actions
6109
6110 ------------------------------------------------------------------------
6111 r14273 | ipkiss | 2006-02-12 22:05:53 +0100 (Sun, 12 Feb 2006) | 8 lines
6112 Changed paths:
6113    M /trunk/modules/gui/skins2/Modules.am
6114    A /trunk/modules/gui/skins2/commands/cmd_dvd.cpp
6115    A /trunk/modules/gui/skins2/commands/cmd_dvd.hpp
6116    M /trunk/modules/gui/skins2/parser/interpreter.cpp
6117
6118  * skins2/commands/cmd_dvd.*: New commands for DVD navigation.
6119    You can use the following actions in the XML file:
6120     - dvd.nextTitle()
6121     - dvd.previousTitle()
6122     - dvd.nextChapter()
6123     - dvd.previousChapter()
6124     - dvd.rootMenu()
6125
6126 ------------------------------------------------------------------------
6127 r14272 | courmisch | 2006-02-12 20:57:48 +0100 (Sun, 12 Feb 2006) | 2 lines
6128 Changed paths:
6129    M /trunk/include/charset.h
6130    M /trunk/include/vlc_symbols.h
6131
6132 Export FromLocaleDup()
6133
6134 ------------------------------------------------------------------------
6135 r14271 | courmisch | 2006-02-12 20:55:38 +0100 (Sun, 12 Feb 2006) | 4 lines
6136 Changed paths:
6137    M /trunk/modules/misc/svg.c
6138
6139 - Fix opening of SVG file through a symbolic
6140   (one must use stat() rather than lstat() to obtain the size of a file's content!)
6141 - Use UTF-8 wrappers (refs #528)
6142
6143 ------------------------------------------------------------------------
6144 r14270 | courmisch | 2006-02-12 20:51:12 +0100 (Sun, 12 Feb 2006) | 2 lines
6145 Changed paths:
6146    M /trunk/src/misc/unicode.c
6147
6148 Cosmetic fix
6149
6150 ------------------------------------------------------------------------
6151 r14269 | courmisch | 2006-02-12 20:48:50 +0100 (Sun, 12 Feb 2006) | 3 lines
6152 Changed paths:
6153    M /trunk/configure.ac
6154    M /trunk/include/charset.h
6155    M /trunk/include/vlc_symbols.h
6156    M /trunk/src/misc/unicode.c
6157
6158 - UF8 wrappers for stat, lstat
6159 - FromLocaleDup() returns a string to be freed with free() instead of LocaleFree()
6160
6161 ------------------------------------------------------------------------
6162 r14268 | titer | 2006-02-12 19:20:54 +0100 (Sun, 12 Feb 2006) | 3 lines
6163 Changed paths:
6164    M /trunk/configure.ac
6165
6166  Also look for libpostproc when ffmpeg is installed without ffmpeg-config
6167  nor pkg-config
6168
6169 ------------------------------------------------------------------------
6170 r14267 | xtophe | 2006-02-12 18:38:36 +0100 (Sun, 12 Feb 2006) | 2 lines
6171 Changed paths:
6172    M /trunk/configure.ac
6173
6174 configure.ac: don't fail if postproc is with avcodec
6175
6176 ------------------------------------------------------------------------
6177 r14266 | zorglub | 2006-02-12 18:31:53 +0100 (Sun, 12 Feb 2006) | 2 lines
6178 Changed paths:
6179    A /trunk/test/NativeStatsTest.py
6180    M /trunk/test/PyMediaControlPlaylistTest.py
6181    A /trunk/test/native/libvlc.c (from /trunk/test/native/native_libvlc_test.c:14264)
6182    D /trunk/test/native/native_libvlc_test.c
6183    A /trunk/test/native/stats.c
6184
6185 Improve test coverage
6186
6187 ------------------------------------------------------------------------
6188 r14265 | zorglub | 2006-02-12 18:31:39 +0100 (Sun, 12 Feb 2006) | 3 lines
6189 Changed paths:
6190    M /trunk/src/control/core.c
6191    M /trunk/src/control/playlist.c
6192
6193 Add some playlist api functions
6194 Fix a bug in exceptions handling
6195
6196 ------------------------------------------------------------------------
6197 r14264 | zorglub | 2006-02-12 18:14:07 +0100 (Sun, 12 Feb 2006) | 2 lines
6198 Changed paths:
6199    M /trunk/test/NativeLibvlcTest.py
6200    M /trunk/test/PyMediaControlBaseTest.py
6201    M /trunk/test/PyMediaControlPlaylistTest.py
6202    M /trunk/test/PyMediaControlVariablesTest.py
6203    A /trunk/test/native (from /trunk/test/native_libvlc:14259)
6204    M /trunk/test/native/native_libvlc_test.c
6205    D /trunk/test/native_libvlc
6206    M /trunk/test/setup.py
6207    M /trunk/test/test.sh
6208
6209 Change some test stuff
6210
6211 ------------------------------------------------------------------------
6212 r14263 | xtophe | 2006-02-12 18:04:45 +0100 (Sun, 12 Feb 2006) | 2 lines
6213 Changed paths:
6214    M /trunk/configure.ac
6215
6216 configure.ac: FFMPEG's libpostproc is now separated from libavcodec
6217
6218 ------------------------------------------------------------------------
6219 r14262 | titer | 2006-02-12 17:36:41 +0100 (Sun, 12 Feb 2006) | 2 lines
6220 Changed paths:
6221    M /trunk/src/network/udp.c
6222
6223  BeOS fix
6224
6225 ------------------------------------------------------------------------
6226 r14261 | titer | 2006-02-12 17:02:08 +0100 (Sun, 12 Feb 2006) | 2 lines
6227 Changed paths:
6228    M /trunk/extras/contrib/src/Makefile
6229    D /trunk/extras/contrib/src/Patches/ffmpeg-beos.patch.cvs
6230    A /trunk/extras/contrib/src/Patches/ffmpeg-cvs-beos.patch
6231
6232 Fixed ffmpeg contrib
6233
6234 ------------------------------------------------------------------------
6235 r14260 | zorglub | 2006-02-12 16:48:57 +0100 (Sun, 12 Feb 2006) | 2 lines
6236 Changed paths:
6237    M /trunk/bindings/Makefile.am
6238    A /trunk/bindings/mediacontrol-python (from /trunk/bindings/python:14188)
6239    D /trunk/bindings/python
6240    M /trunk/configure.ac
6241
6242 Move python mediacontrol bindings
6243
6244 ------------------------------------------------------------------------
6245 r14259 | xtophe | 2006-02-12 16:30:40 +0100 (Sun, 12 Feb 2006) | 2 lines
6246 Changed paths:
6247    M /trunk/modules/misc/testsuite/Modules.am
6248
6249 Fix distcheck
6250
6251 ------------------------------------------------------------------------
6252 r14258 | zorglub | 2006-02-12 16:28:56 +0100 (Sun, 12 Feb 2006) | 2 lines
6253 Changed paths:
6254    M /trunk/modules/control/hotkeys.c
6255    M /trunk/modules/gui/skins2/src/vlcproc.cpp
6256
6257 Fix refcount problems
6258
6259 ------------------------------------------------------------------------
6260 r14257 | zorglub | 2006-02-12 15:22:08 +0100 (Sun, 12 Feb 2006) | 2 lines
6261 Changed paths:
6262    M /trunk/modules/gui/skins2/utils/var_tree.cpp
6263
6264 Remove debug
6265
6266 ------------------------------------------------------------------------
6267 r14256 | courmisch | 2006-02-12 12:39:00 +0100 (Sun, 12 Feb 2006) | 3 lines
6268 Changed paths:
6269    M /trunk/include/main.h
6270    M /trunk/src/libvlc.c
6271    M /trunk/src/misc/unicode.c
6272
6273 - Attempt to implement (To|From)Locale on MSVC
6274 - Make (To|From)Locale a no-op on OSes always using UTF-8
6275
6276 ------------------------------------------------------------------------
6277 r14255 | zorglub | 2006-02-12 12:18:43 +0100 (Sun, 12 Feb 2006) | 2 lines
6278 Changed paths:
6279    M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
6280    M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
6281    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
6282    M /trunk/modules/gui/skins2/src/vlcproc.cpp
6283    M /trunk/modules/gui/skins2/src/vlcproc.hpp
6284    M /trunk/modules/gui/skins2/utils/var_tree.cpp
6285    M /trunk/modules/gui/skins2/utils/var_tree.hpp
6286    M /trunk/modules/gui/skins2/vars/playtree.cpp
6287    M /trunk/modules/gui/skins2/vars/playtree.hpp
6288
6289 Playtree: handle delete nicely
6290
6291 ------------------------------------------------------------------------
6292 r14254 | courmisch | 2006-02-11 23:05:14 +0100 (Sat, 11 Feb 2006) | 2 lines
6293 Changed paths:
6294    M /trunk/src/misc/charset.c
6295
6296 Remove always true condition
6297
6298 ------------------------------------------------------------------------
6299 r14253 | courmisch | 2006-02-11 23:04:54 +0100 (Sat, 11 Feb 2006) | 2 lines
6300 Changed paths:
6301    M /trunk/include/vlc_symbols.h
6302
6303 Fix previous commit
6304
6305 ------------------------------------------------------------------------
6306 r14252 | courmisch | 2006-02-11 22:46:06 +0100 (Sat, 11 Feb 2006) | 2 lines
6307 Changed paths:
6308    M /trunk/include/charset.h
6309    M /trunk/include/vlc_symbols.h
6310    M /trunk/src/input/subtitles.c
6311    M /trunk/src/misc/unicode.c
6312
6313 Unicode wrappers for opendir/readdir
6314
6315 ------------------------------------------------------------------------
6316 r14251 | hartman | 2006-02-11 22:20:24 +0100 (Sat, 11 Feb 2006) | 4 lines
6317 Changed paths:
6318    M /trunk/modules/demux/asf/libasf.c
6319
6320 * Do a proper UTF-16 -> UTF-8 conversion on ASF metadata, instead of ignoring one of it's bytes per char.
6321   Patch by demo-n <http://demo-n.e-neta.jp>. (Can i have your name for the THANKS file please?)
6322   
6323
6324 ------------------------------------------------------------------------
6325 r14250 | hartman | 2006-02-11 21:41:57 +0100 (Sat, 11 Feb 2006) | 10 lines
6326 Changed paths:
6327    M /trunk/THANKS
6328    M /trunk/modules/misc/xml/xtag.c
6329
6330 * xtag parser improvements by Daniel Stranger. 
6331
6332 it now ignores
6333  - commments <!-- ... -->
6334  - processing instructions <? ... ?>
6335  - doctype declarations <!DOCTYPE ... >
6336 and can handle
6337  - CDATA element content <![CDATA[ ... ]]>
6338
6339
6340 ------------------------------------------------------------------------
6341 r14249 | xtophe | 2006-02-11 21:17:20 +0100 (Sat, 11 Feb 2006) | 2 lines
6342 Changed paths:
6343    M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
6344    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
6345    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
6346    M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
6347    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
6348    M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
6349    M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
6350    M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
6351    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
6352
6353 wx/dialogs/*: Don't put labels in buttons if we have a wxID_FOO. So the buttons are themable on GTK.
6354
6355 ------------------------------------------------------------------------
6356 r14248 | courmisch | 2006-02-11 19:40:13 +0100 (Sat, 11 Feb 2006) | 2 lines
6357 Changed paths:
6358    M /trunk/src/network/udp.c
6359
6360 Fix invalid debug message
6361
6362 ------------------------------------------------------------------------
6363 r14247 | zorglub | 2006-02-11 19:11:29 +0100 (Sat, 11 Feb 2006) | 2 lines
6364 Changed paths:
6365    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
6366
6367 Add support for insert and delete in X11 skins
6368
6369 ------------------------------------------------------------------------
6370 r14246 | ipkiss | 2006-02-11 19:01:42 +0100 (Sat, 11 Feb 2006) | 2 lines
6371 Changed paths:
6372    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
6373
6374  * skins2/win32/win32_loop.cpp: Added support for the Insert and Delete keys
6375
6376 ------------------------------------------------------------------------
6377 r14245 | hartman | 2006-02-11 18:55:28 +0100 (Sat, 11 Feb 2006) | 2 lines
6378 Changed paths:
6379    M /trunk/modules/codec/subsdec.c
6380
6381 * Fix a \n bug and a memory bug in the SSA/subsdec.
6382
6383 ------------------------------------------------------------------------
6384 r14244 | fkuehne | 2006-02-11 18:50:46 +0100 (Sat, 11 Feb 2006) | 1 line
6385 Changed paths:
6386    M /trunk/NEWS
6387    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
6388    M /trunk/modules/gui/macosx/wizard.m
6389
6390 * enable multiple selections for streaming as well (closes #522) and put some news
6391 ------------------------------------------------------------------------
6392 r14243 | fkuehne | 2006-02-11 18:42:40 +0100 (Sat, 11 Feb 2006) | 8 lines
6393 Changed paths:
6394    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
6395    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
6396    M /trunk/modules/gui/macosx/wizard.h
6397    M /trunk/modules/gui/macosx/wizard.m
6398
6399 * support for applying the same settings to multiple files in single run of the wizard (just select multiple items in the playlist)
6400     - 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.
6401     - various loops are being performed during the run of the wizard now. Please shout if this is noticeably slower on older Macs
6402 * solved a UTF-8-issue which prevented the usage of certain files which were added to the playlist previously
6403 * optimised the existing code here and there
6404 * make sure that all settings are kept for a session
6405
6406 Thanks to zorglub for the playlist-hint :)
6407 ------------------------------------------------------------------------
6408 r14242 | courmisch | 2006-02-11 18:30:48 +0100 (Sat, 11 Feb 2006) | 2 lines
6409 Changed paths:
6410    M /trunk/src/misc/unicode.c
6411
6412 Support opening of non ANSI filenames on Win32
6413
6414 ------------------------------------------------------------------------
6415 r14241 | dionoea | 2006-02-11 18:28:27 +0100 (Sat, 11 Feb 2006) | 2 lines
6416 Changed paths:
6417    M /trunk/share/http/dialogs/main
6418    M /trunk/share/http/dialogs/playlist
6419
6420 Add some "title"s for image buttons.
6421
6422 ------------------------------------------------------------------------
6423 r14240 | courmisch | 2006-02-11 18:27:09 +0100 (Sat, 11 Feb 2006) | 2 lines
6424 Changed paths:
6425    M /trunk/src/input/subtitles.c
6426
6427 Fix typo
6428
6429 ------------------------------------------------------------------------
6430 r14239 | courmisch | 2006-02-11 18:00:08 +0100 (Sat, 11 Feb 2006) | 2 lines
6431 Changed paths:
6432    M /trunk/src/input/subtitles.c
6433
6434 Use vlc_fopen (access() or stat() would be more appropriate though)
6435
6436 ------------------------------------------------------------------------
6437 r14238 | zorglub | 2006-02-11 17:10:43 +0100 (Sat, 11 Feb 2006) | 2 lines
6438 Changed paths:
6439    M /trunk/src/libvlc.c
6440
6441 Should fix vlc-help.txt problem (untested) (Refs:#517)
6442
6443 ------------------------------------------------------------------------
6444 r14237 | zorglub | 2006-02-11 16:49:24 +0100 (Sat, 11 Feb 2006) | 2 lines
6445 Changed paths:
6446    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
6447    M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
6448
6449 Reposition the slider when expanding/retracting a node (Closes:#477)
6450
6451 ------------------------------------------------------------------------
6452 r14236 | zorglub | 2006-02-11 16:21:21 +0100 (Sat, 11 Feb 2006) | 2 lines
6453 Changed paths:
6454    M /trunk/modules/stream_out/transcode.c
6455
6456 only round width and scale height accordingly
6457
6458 ------------------------------------------------------------------------
6459 r14235 | courmisch | 2006-02-11 16:13:56 +0100 (Sat, 11 Feb 2006) | 2 lines
6460 Changed paths:
6461    M /trunk/include/charset.h
6462    M /trunk/include/vlc_symbols.h
6463    M /trunk/src/misc/unicode.c
6464
6465 vlc_fopen() wrapper including required file name conversion (refs #528, refs?\194?\160#543)
6466
6467 ------------------------------------------------------------------------
6468 r14234 | courmisch | 2006-02-11 16:12:06 +0100 (Sat, 11 Feb 2006) | 2 lines
6469 Changed paths:
6470    M /trunk/src/misc/charset.c
6471
6472 Don't compile dead code on Win32
6473
6474 ------------------------------------------------------------------------
6475 r14233 | courmisch | 2006-02-11 15:53:44 +0100 (Sat, 11 Feb 2006) | 2 lines
6476 Changed paths:
6477    M /trunk/src/libvlc.c
6478
6479 Use more common CP1252 rather than Latin-9 as fallback charset
6480
6481 ------------------------------------------------------------------------
6482 r14232 | zorglub | 2006-02-11 15:50:37 +0100 (Sat, 11 Feb 2006) | 2 lines
6483 Changed paths:
6484    M /trunk/modules/stream_out/transcode.c
6485
6486 Round scaled sizes to 16 (Closes:#524)
6487
6488 ------------------------------------------------------------------------
6489 r14231 | zorglub | 2006-02-11 15:26:53 +0100 (Sat, 11 Feb 2006) | 2 lines
6490 Changed paths:
6491    M /trunk/modules/access_filter/record.c
6492
6493 Don't crash in record filter (Closes:#542)
6494
6495 ------------------------------------------------------------------------
6496 r14230 | zorglub | 2006-02-11 15:14:18 +0100 (Sat, 11 Feb 2006) | 2 lines
6497 Changed paths:
6498    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
6499
6500 Don't make image when we are not interested in the item
6501
6502 ------------------------------------------------------------------------
6503 r14229 | zorglub | 2006-02-11 15:08:44 +0100 (Sat, 11 Feb 2006) | 2 lines
6504 Changed paths:
6505    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
6506    M /trunk/modules/gui/skins2/utils/var_tree.cpp
6507    M /trunk/modules/gui/skins2/utils/var_tree.hpp
6508    M /trunk/modules/gui/skins2/vars/playtree.cpp
6509
6510 Handle Page up / Page down (Refs:#477)
6511
6512 ------------------------------------------------------------------------
6513 r14228 | courmisch | 2006-02-11 14:40:43 +0100 (Sat, 11 Feb 2006) | 2 lines
6514 Changed paths:
6515    M /trunk/modules/stream_out/standard.c
6516    M /trunk/src/stream_output/sap.c
6517
6518 Handle TTL in SDP properly (IPv4 at least) for raw UDP (closes #404)
6519
6520 ------------------------------------------------------------------------
6521 r14227 | courmisch | 2006-02-11 14:39:03 +0100 (Sat, 11 Feb 2006) | 4 lines
6522 Changed paths:
6523    M /trunk/modules/stream_out/rtp.c
6524
6525 - Fix typo in previous commit
6526 - Enforce a default TTL value (one) in SDP if there is none - refs #404
6527   (it should at least be fine for IPv4 usage)
6528
6529 ------------------------------------------------------------------------
6530 r14226 | courmisch | 2006-02-11 12:58:34 +0100 (Sat, 11 Feb 2006) | 2 lines
6531 Changed paths:
6532    M /trunk/modules/stream_out/rtp.c
6533
6534 Simplify [12964]
6535
6536 ------------------------------------------------------------------------
6537 r14225 | fkuehne | 2006-02-11 12:34:31 +0100 (Sat, 11 Feb 2006) | 1 line
6538 Changed paths:
6539    M /trunk/modules/gui/macosx/macosx.m
6540    M /trunk/modules/gui/macosx/wizard.h
6541    M /trunk/modules/gui/macosx/wizard.m
6542
6543 * added an option to keep the selections in the wizard for a single session. It's enabled by default. (refs #522)
6544 ------------------------------------------------------------------------
6545 r14224 | courmisch | 2006-02-11 11:49:30 +0100 (Sat, 11 Feb 2006) | 2 lines
6546 Changed paths:
6547    M /trunk/src/stream_output/sap.c
6548
6549 SAP hop limit should always be 255 as per its specification - refs #404
6550
6551 ------------------------------------------------------------------------
6552 r14223 | courmisch | 2006-02-11 11:47:42 +0100 (Sat, 11 Feb 2006) | 2 lines
6553 Changed paths:
6554    M /trunk/src/libvlc.h
6555
6556 Good point Md - use 0 (ie. not set) as default TTL rather than 1 (refs #404)
6557
6558 ------------------------------------------------------------------------
6559 r14222 | courmisch | 2006-02-11 11:42:48 +0100 (Sat, 11 Feb 2006) | 2 lines
6560 Changed paths:
6561    M /trunk/modules/misc/network/ipv4.c
6562    M /trunk/modules/misc/network/ipv6.c
6563    M /trunk/src/libvlc.h
6564    M /trunk/src/network/udp.c
6565
6566 Implement IPv6 multicast output interface selection (closes #491)
6567
6568 ------------------------------------------------------------------------
6569 r14221 | hartman | 2006-02-11 04:04:42 +0100 (Sat, 11 Feb 2006) | 5 lines
6570 Changed paths:
6571    M /trunk/modules/video_filter/blend.c
6572
6573 * Improved renderering of YUVA/P onto YUV variants. refs #539 
6574   I420 still not fixed for this bug.
6575
6576   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. 
6577
6578 ------------------------------------------------------------------------
6579 r14220 | hartman | 2006-02-11 02:37:30 +0100 (Sat, 11 Feb 2006) | 5 lines
6580 Changed paths:
6581    M /trunk/modules/access/dvdread.c
6582
6583 * Fix the duration of the dvdread module. refs #198.
6584   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.
6585
6586 The behaviour of the dvdread module is now equal to that of the dvdnav module when it comes to time and seeking.
6587
6588 ------------------------------------------------------------------------
6589 r14219 | zorglub | 2006-02-11 01:07:40 +0100 (Sat, 11 Feb 2006) | 2 lines
6590 Changed paths:
6591    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
6592
6593 Don't invalidate selection on item change (Refs:#477)
6594
6595 ------------------------------------------------------------------------
6596 r14218 | hartman | 2006-02-11 01:01:55 +0100 (Sat, 11 Feb 2006) | 3 lines
6597 Changed paths:
6598    M /trunk/modules/video_filter/distort.c
6599
6600 * Don't put huge pictures on the stack. It is limited on some platforms. use malloc.
6601 * 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.
6602
6603 ------------------------------------------------------------------------
6604 r14217 | zorglub | 2006-02-11 00:39:53 +0100 (Sat, 11 Feb 2006) | 3 lines
6605 Changed paths:
6606    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
6607    M /trunk/share/skins2/playtree/theme.xml
6608
6609 Fix playtree deletion
6610 Should support deletion through the delete key. But the delete key is not recognized par X11 skins2.
6611
6612 ------------------------------------------------------------------------
6613 r14216 | xtophe | 2006-02-10 23:56:32 +0100 (Fri, 10 Feb 2006) | 2 lines
6614 Changed paths:
6615    M /trunk/modules/misc/testsuite/Modules.am
6616
6617 Revert brocken commit [14215]
6618
6619 ------------------------------------------------------------------------
6620 r14215 | xtophe | 2006-02-10 23:24:20 +0100 (Fri, 10 Feb 2006) | 2 lines
6621 Changed paths:
6622    M /trunk/modules/misc/testsuite/Modules.am
6623
6624 Unbreack distcheck. First step
6625
6626 ------------------------------------------------------------------------
6627 r14214 | hartman | 2006-02-10 23:03:34 +0100 (Fri, 10 Feb 2006) | 2 lines
6628 Changed paths:
6629    M /trunk/modules/video_filter/deinterlace.c
6630
6631 * Fix issues with the deinterlace filter that was using the source picture pitch when writing to the output picture.
6632
6633 ------------------------------------------------------------------------
6634 r14213 | hartman | 2006-02-10 22:46:17 +0100 (Fri, 10 Feb 2006) | 2 lines
6635 Changed paths:
6636    M /trunk/modules/access/vcd/vcd.c
6637
6638 * fprintf -> msg_Dbg
6639
6640 ------------------------------------------------------------------------
6641 r14212 | zorglub | 2006-02-10 22:14:12 +0100 (Fri, 10 Feb 2006) | 2 lines
6642 Changed paths:
6643    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
6644
6645 Disable broken stuff (Refs:#459)
6646
6647 ------------------------------------------------------------------------
6648 r14211 | fkuehne | 2006-02-10 20:56:59 +0100 (Fri, 10 Feb 2006) | 2 lines
6649 Changed paths:
6650    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
6651    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
6652    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
6653    M /trunk/modules/gui/macosx/wizard.h
6654    M /trunk/modules/gui/macosx/wizard.m
6655
6656 * clean up (mostly replacements of nestings of stringByAppendingString by stringWithFormat)
6657 * 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.
6658 ------------------------------------------------------------------------
6659 r14210 | jpsaman | 2006-02-10 20:53:09 +0100 (Fri, 10 Feb 2006) | 1 line
6660 Changed paths:
6661    M /trunk/modules/misc/rtsp.c
6662
6663 Fix breakage of other RTSP clients
6664 ------------------------------------------------------------------------
6665 r14209 | jpsaman | 2006-02-10 18:24:25 +0100 (Fri, 10 Feb 2006) | 1 line
6666 Changed paths:
6667    M /trunk/modules/misc/rtsp.c
6668
6669 Use correct Transport answer
6670 ------------------------------------------------------------------------
6671 r14208 | xtophe | 2006-02-10 18:24:14 +0100 (Fri, 10 Feb 2006) | 2 lines
6672 Changed paths:
6673    M /trunk/configure.ac
6674
6675 configure.ac: Test glide even when the user specify it
6676
6677 ------------------------------------------------------------------------
6678 r14207 | courmisch | 2006-02-10 17:46:07 +0100 (Fri, 10 Feb 2006) | 4 lines
6679 Changed paths:
6680    M /trunk/modules/misc/network/ipv4.c
6681    M /trunk/modules/misc/network/ipv6.c
6682
6683 - Use OS default TTL when not overriden
6684 - Clean up
6685 (refs #404)
6686
6687 ------------------------------------------------------------------------
6688 r14206 | courmisch | 2006-02-10 17:34:41 +0100 (Fri, 10 Feb 2006) | 2 lines
6689 Changed paths:
6690    M /trunk/modules/misc/network/ipv6.c
6691
6692 Don't enable broadcast on IPv6 sockets since IPv6 does not do broadcast anyhow
6693
6694 ------------------------------------------------------------------------
6695 r14205 | dionoea | 2006-02-10 17:30:20 +0100 (Fri, 10 Feb 2006) | 3 lines
6696 Changed paths:
6697    M /trunk/mozilla/vlcshell.cpp
6698
6699 Add esd and arts to the AOUT_PLUGINS define. If this break everything i'll
6700 have to remove it... but i doubt it.
6701
6702 ------------------------------------------------------------------------
6703 r14204 | courmisch | 2006-02-10 17:25:57 +0100 (Fri, 10 Feb 2006) | 2 lines
6704 Changed paths:
6705    M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
6706    M /trunk/modules/gui/skins2/utils/var_tree.hpp
6707    M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
6708
6709 gcc 4.1 compile fix from marvin24 #?\194?\160gmx.de
6710
6711 ------------------------------------------------------------------------
6712 r14203 | sigmunau | 2006-02-10 16:05:45 +0100 (Fri, 10 Feb 2006) | 5 lines
6713 Changed paths:
6714    M /trunk/modules/misc/rtsp.c
6715
6716 modules/misc/rtsp.c: implement support for raw udp transport for muxed streams
6717 also replaces x-playnow hack with a slightly less ugly hack
6718
6719 vlc vod server can now serve about 5 seconds of video to amino stbs
6720
6721 ------------------------------------------------------------------------
6722 r14202 | jpsaman | 2006-02-10 15:51:10 +0100 (Fri, 10 Feb 2006) | 1 line
6723 Changed paths:
6724    M /trunk/modules/misc/rtsp.c
6725
6726 Also add support for x-playNow in RtspCallback.
6727 ------------------------------------------------------------------------
6728 r14201 | jpsaman | 2006-02-10 15:44:19 +0100 (Fri, 10 Feb 2006) | 1 line
6729 Changed paths:
6730    M /trunk/modules/demux/livedotcom.cpp
6731
6732 sanity check
6733 ------------------------------------------------------------------------
6734 r14200 | jpsaman | 2006-02-10 15:43:05 +0100 (Fri, 10 Feb 2006) | 1 line
6735 Changed paths:
6736    M /trunk/src/network/httpd.c
6737
6738 Indentation and coding style fixes
6739 ------------------------------------------------------------------------
6740 r14199 | jpsaman | 2006-02-10 14:51:11 +0100 (Fri, 10 Feb 2006) | 2 lines
6741 Changed paths:
6742    M /trunk/modules/misc/rtsp.c
6743
6744 Respond to x-playNow option in RTSP SETUP request. Did some indentation fixes too.
6745
6746 ------------------------------------------------------------------------
6747 r14198 | hartman | 2006-02-10 13:58:55 +0100 (Fri, 10 Feb 2006) | 2 lines
6748 Changed paths:
6749    M /trunk/configure.ac
6750
6751 * disable i420_yuy2_mmx on Darwin, since the MMX seems to be incorrect.
6752
6753 ------------------------------------------------------------------------
6754 r14197 | hartman | 2006-02-10 03:53:57 +0100 (Fri, 10 Feb 2006) | 2 lines
6755 Changed paths:
6756    M /trunk/modules/codec/quicktime.c
6757
6758 * Fix the QT video decoder. refs #345
6759
6760 ------------------------------------------------------------------------
6761 r14196 | xtophe | 2006-02-09 13:31:17 +0100 (Thu, 09 Feb 2006) | 2 lines
6762 Changed paths:
6763    M /trunk/extras/zsh.cpp
6764
6765 Remove debug.
6766
6767 ------------------------------------------------------------------------
6768 r14195 | courmisch | 2006-02-09 13:06:02 +0100 (Thu, 09 Feb 2006) | 2 lines
6769 Changed paths:
6770    M /trunk/src/network/rootwrap.c
6771
6772 Check for AF_INET6 all the time
6773
6774 ------------------------------------------------------------------------
6775 r14194 | dionoea | 2006-02-08 17:26:56 +0100 (Wed, 08 Feb 2006) | 5 lines
6776 Changed paths:
6777    M /trunk/src/misc/configuration.c
6778
6779 Add comment about the fact that lines begining with a # are comments in the
6780 vlcrc file. This might seem obvious, but many people on the forums don't
6781 seem to understand that.
6782
6783
6784 ------------------------------------------------------------------------
6785 r14193 | sigmunau | 2006-02-08 11:39:33 +0100 (Wed, 08 Feb 2006) | 2 lines
6786 Changed paths:
6787    M /trunk/modules/access_output/udp.c
6788
6789 access_output/udp.c: Attach the writer thread. Fixes missing headers.
6790
6791 ------------------------------------------------------------------------
6792 r14192 | djc | 2006-02-08 11:33:46 +0100 (Wed, 08 Feb 2006) | 2 lines
6793 Changed paths:
6794    M /trunk/modules/gui/macosx/interaction.m
6795
6796 Fix message advice (use description.widgets instead of only description)
6797
6798 ------------------------------------------------------------------------
6799 r14191 | xtophe | 2006-02-08 00:03:45 +0100 (Wed, 08 Feb 2006) | 2 lines
6800 Changed paths:
6801    M /trunk/modules/misc/win32text.c
6802
6803 Typo.
6804
6805 ------------------------------------------------------------------------
6806 r14190 | zorglub | 2006-02-07 22:08:32 +0100 (Tue, 07 Feb 2006) | 5 lines
6807 Changed paths:
6808    M /trunk/Makefile.am
6809    M /trunk/include/vlc/libvlc.h
6810    M /trunk/src/control/playlist.c
6811    A /trunk/src/control/video.c
6812    M /trunk/test/libvlc_sample.c
6813
6814 * get/set/toggle fullscreen 
6815 * Fix a bug in playlist_play
6816
6817 (Refs:#457)
6818
6819 ------------------------------------------------------------------------
6820 r14189 | sigmunau | 2006-02-07 21:41:17 +0100 (Tue, 07 Feb 2006) | 2 lines
6821 Changed paths:
6822    M /trunk/modules/access_output/udp.c
6823
6824 access_output/udp.c: use block_Fifo for the empty blocks list. Simplifies code a lot
6825
6826 ------------------------------------------------------------------------
6827 r14188 | dionoea | 2006-02-07 18:08:18 +0100 (Tue, 07 Feb 2006) | 2 lines
6828 Changed paths:
6829    M /trunk/include/vlc_osd.h
6830
6831 looks like this was retrocommited :)
6832
6833 ------------------------------------------------------------------------
6834 r14187 | courmisch | 2006-02-07 17:37:40 +0100 (Tue, 07 Feb 2006) | 2 lines
6835 Changed paths:
6836    M /trunk/activex/dataobject.cpp
6837    M /trunk/activex/dataobject.h
6838    M /trunk/activex/viewobject.cpp
6839    M /trunk/activex/viewobject.h
6840    M /trunk/bindings/python/vlcglue.c
6841    M /trunk/bindings/python/vlcglue.h
6842    M /trunk/include/vlc/libvlc.h
6843    M /trunk/include/vlc/mediacontrol.h
6844    M /trunk/include/vlc/mediacontrol_structures.h
6845    M /trunk/modules/access/dv.c
6846    M /trunk/modules/access/dvb/http.c
6847    M /trunk/modules/access/fake.c
6848    M /trunk/modules/access/gnomevfs.c
6849    M /trunk/modules/access/rtsp/access.c
6850    M /trunk/modules/access/rtsp/real.c
6851    M /trunk/modules/access/rtsp/real.h
6852    M /trunk/modules/access/rtsp/real_asmrp.c
6853    M /trunk/modules/access/rtsp/real_rmff.c
6854    M /trunk/modules/access/rtsp/real_rmff.h
6855    M /trunk/modules/access/rtsp/real_sdpplin.c
6856    M /trunk/modules/access/rtsp/real_sdpplin.h
6857    M /trunk/modules/access/rtsp/rtsp.c
6858    M /trunk/modules/access/rtsp/rtsp.h
6859    M /trunk/modules/access_filter/record.c
6860    M /trunk/modules/access_output/bonjour.c
6861    M /trunk/modules/access_output/bonjour.h
6862    M /trunk/modules/access_output/shout.c
6863    M /trunk/modules/audio_filter/channel_mixer/dolby.c
6864    M /trunk/modules/audio_output/arts.c
6865    M /trunk/modules/audio_output/auhal.c
6866    M /trunk/modules/audio_output/jack.c
6867    M /trunk/modules/codec/fake.c
6868    M /trunk/modules/codec/realaudio.c
6869    M /trunk/modules/codec/sdl_image.c
6870    M /trunk/modules/control/http/http.h
6871    M /trunk/modules/control/http/macro.c
6872    M /trunk/modules/control/http/macros.h
6873    M /trunk/modules/control/http/mvar.c
6874    M /trunk/modules/control/http/rpn.c
6875    M /trunk/modules/control/http/util.c
6876    M /trunk/modules/demux/mpc.c
6877    M /trunk/modules/demux/nuv.c
6878    M /trunk/modules/demux/playlist/dvb.c
6879    M /trunk/modules/demux/playlist/podcast.c
6880    M /trunk/modules/gui/macosx/bookmarks.h
6881    M /trunk/modules/gui/macosx/embeddedwindow.h
6882    M /trunk/modules/gui/macosx/extended.h
6883    M /trunk/modules/gui/macosx/interaction.h
6884    M /trunk/modules/gui/macosx/sfilters.h
6885    M /trunk/modules/gui/macosx/wizard.h
6886    M /trunk/modules/gui/skins2/commands/async_queue.hpp
6887    M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
6888    M /trunk/modules/gui/skins2/commands/cmd_audio.cpp
6889    M /trunk/modules/gui/skins2/commands/cmd_audio.hpp
6890    M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
6891    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
6892    M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
6893    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
6894    M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
6895    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
6896    M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
6897    M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
6898    M /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
6899    M /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
6900    M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
6901    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
6902    M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
6903    M /trunk/modules/gui/skins2/commands/cmd_playtree.hpp
6904    M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
6905    M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
6906    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
6907    M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
6908    M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
6909    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
6910    M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
6911    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
6912    M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
6913    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
6914    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
6915    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
6916    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
6917    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
6918    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
6919    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
6920    M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
6921    M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
6922    M /trunk/modules/gui/skins2/events/evt_enter.hpp
6923    M /trunk/modules/gui/skins2/events/evt_focus.hpp
6924    M /trunk/modules/gui/skins2/events/evt_generic.hpp
6925    M /trunk/modules/gui/skins2/events/evt_input.hpp
6926    M /trunk/modules/gui/skins2/events/evt_key.hpp
6927    M /trunk/modules/gui/skins2/events/evt_leave.hpp
6928    M /trunk/modules/gui/skins2/events/evt_motion.hpp
6929    M /trunk/modules/gui/skins2/events/evt_mouse.hpp
6930    M /trunk/modules/gui/skins2/events/evt_refresh.hpp
6931    M /trunk/modules/gui/skins2/events/evt_scroll.hpp
6932    M /trunk/modules/gui/skins2/events/evt_special.hpp
6933    M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.hpp
6934    M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
6935    M /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
6936    M /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
6937    M /trunk/modules/gui/skins2/macosx/macosx_timer.hpp
6938    M /trunk/modules/gui/skins2/macosx/macosx_tooltip.hpp
6939    M /trunk/modules/gui/skins2/macosx/macosx_window.hpp
6940    M /trunk/modules/gui/skins2/parser/builder.hpp
6941    M /trunk/modules/gui/skins2/parser/builder_data.hpp
6942    M /trunk/modules/gui/skins2/parser/expr_evaluator.hpp
6943    M /trunk/modules/gui/skins2/parser/interpreter.hpp
6944    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
6945    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
6946    M /trunk/modules/gui/skins2/src/anchor.hpp
6947    M /trunk/modules/gui/skins2/src/anim_bitmap.cpp
6948    M /trunk/modules/gui/skins2/src/anim_bitmap.hpp
6949    M /trunk/modules/gui/skins2/src/bitmap_font.hpp
6950    M /trunk/modules/gui/skins2/src/dialogs.hpp
6951    M /trunk/modules/gui/skins2/src/file_bitmap.hpp
6952    M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
6953    M /trunk/modules/gui/skins2/src/ft2_font.hpp
6954    M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
6955    M /trunk/modules/gui/skins2/src/generic_font.hpp
6956    M /trunk/modules/gui/skins2/src/generic_layout.hpp
6957    M /trunk/modules/gui/skins2/src/generic_window.hpp
6958    M /trunk/modules/gui/skins2/src/logger.hpp
6959    M /trunk/modules/gui/skins2/src/os_factory.hpp
6960    M /trunk/modules/gui/skins2/src/os_graphics.hpp
6961    M /trunk/modules/gui/skins2/src/os_loop.hpp
6962    M /trunk/modules/gui/skins2/src/os_timer.hpp
6963    M /trunk/modules/gui/skins2/src/os_tooltip.hpp
6964    M /trunk/modules/gui/skins2/src/os_window.hpp
6965    M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
6966    M /trunk/modules/gui/skins2/src/skin_common.hpp
6967    M /trunk/modules/gui/skins2/src/theme.hpp
6968    M /trunk/modules/gui/skins2/src/theme_loader.hpp
6969    M /trunk/modules/gui/skins2/src/theme_repository.hpp
6970    M /trunk/modules/gui/skins2/src/tooltip.hpp
6971    M /trunk/modules/gui/skins2/src/top_window.hpp
6972    M /trunk/modules/gui/skins2/src/var_manager.hpp
6973    M /trunk/modules/gui/skins2/src/vlcproc.hpp
6974    M /trunk/modules/gui/skins2/src/vout_window.hpp
6975    M /trunk/modules/gui/skins2/src/window_manager.hpp
6976    M /trunk/modules/gui/skins2/unzip/crypt.h
6977    M /trunk/modules/gui/skins2/unzip/ioapi.c
6978    M /trunk/modules/gui/skins2/unzip/ioapi.h
6979    M /trunk/modules/gui/skins2/unzip/unzip.c
6980    M /trunk/modules/gui/skins2/unzip/unzip.h
6981    M /trunk/modules/gui/skins2/utils/bezier.hpp
6982    M /trunk/modules/gui/skins2/utils/fsm.hpp
6983    M /trunk/modules/gui/skins2/utils/observer.hpp
6984    M /trunk/modules/gui/skins2/utils/pointer.hpp
6985    M /trunk/modules/gui/skins2/utils/position.hpp
6986    M /trunk/modules/gui/skins2/utils/ustring.hpp
6987    M /trunk/modules/gui/skins2/utils/var_bool.hpp
6988    M /trunk/modules/gui/skins2/utils/var_list.hpp
6989    M /trunk/modules/gui/skins2/utils/var_percent.hpp
6990    M /trunk/modules/gui/skins2/utils/var_text.hpp
6991    M /trunk/modules/gui/skins2/utils/var_tree.cpp
6992    M /trunk/modules/gui/skins2/utils/var_tree.hpp
6993    M /trunk/modules/gui/skins2/utils/variable.hpp
6994    M /trunk/modules/gui/skins2/vars/equalizer.cpp
6995    M /trunk/modules/gui/skins2/vars/equalizer.hpp
6996    M /trunk/modules/gui/skins2/vars/playlist.hpp
6997    M /trunk/modules/gui/skins2/vars/playtree.cpp
6998    M /trunk/modules/gui/skins2/vars/playtree.hpp
6999    M /trunk/modules/gui/skins2/vars/time.hpp
7000    M /trunk/modules/gui/skins2/vars/volume.hpp
7001    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
7002    M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
7003    M /trunk/modules/gui/skins2/win32/win32_loop.hpp
7004    M /trunk/modules/gui/skins2/win32/win32_timer.hpp
7005    M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
7006    M /trunk/modules/gui/skins2/win32/win32_window.hpp
7007    M /trunk/modules/gui/skins2/x11/x11_display.hpp
7008    M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
7009    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
7010    M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
7011    M /trunk/modules/gui/skins2/x11/x11_loop.hpp
7012    M /trunk/modules/gui/skins2/x11/x11_timer.hpp
7013    M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
7014    M /trunk/modules/gui/skins2/x11/x11_window.hpp
7015    M /trunk/modules/gui/wince/dialogs.cpp
7016    M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.hpp
7017    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
7018    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
7019    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
7020    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
7021    M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
7022    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp
7023    M /trunk/modules/gui/wxwidgets/dialogs/messages.hpp
7024    M /trunk/modules/gui/wxwidgets/dialogs/open.hpp
7025    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
7026    M /trunk/modules/gui/wxwidgets/dialogs/preferences.hpp
7027    M /trunk/modules/gui/wxwidgets/dialogs/streamout.hpp
7028    M /trunk/modules/gui/wxwidgets/dialogs/subtitles.hpp
7029    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
7030    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
7031    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
7032    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
7033    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
7034    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.hpp
7035    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.cpp
7036    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.hpp
7037    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
7038    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.hpp
7039    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.cpp
7040    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.hpp
7041    M /trunk/modules/gui/wxwidgets/dialogs/wizard.hpp
7042    M /trunk/modules/gui/wxwidgets/extrapanel.hpp
7043    M /trunk/modules/gui/wxwidgets/input_manager.cpp
7044    M /trunk/modules/gui/wxwidgets/input_manager.hpp
7045    M /trunk/modules/gui/wxwidgets/interface.hpp
7046    M /trunk/modules/gui/wxwidgets/playlist_manager.hpp
7047    M /trunk/modules/gui/wxwidgets/streamdata.cpp
7048    M /trunk/modules/gui/wxwidgets/timer.hpp
7049    M /trunk/modules/gui/wxwidgets/video.hpp
7050    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
7051    M /trunk/modules/misc/msn.c
7052    M /trunk/modules/misc/win32text.c
7053    M /trunk/modules/services_discovery/bonjour.c
7054    M /trunk/modules/services_discovery/podcast.c
7055    M /trunk/modules/services_discovery/upnp_cc.cpp
7056    M /trunk/modules/stream_out/bridge.c
7057    M /trunk/modules/stream_out/switcher.c
7058    M /trunk/modules/video_filter/magnify.c
7059    M /trunk/modules/video_filter/osdmenu.c
7060    M /trunk/modules/video_filter/rss.c
7061    M /trunk/modules/video_filter/rv32.c
7062    M /trunk/modules/video_output/directfb.c
7063    M /trunk/src/control/core.c
7064    M /trunk/src/control/input.c
7065    M /trunk/src/control/mediacontrol_audio_video.c
7066    M /trunk/src/control/mediacontrol_core.c
7067    M /trunk/src/control/mediacontrol_init.c
7068    M /trunk/src/control/mediacontrol_plugin.c
7069    M /trunk/src/control/mediacontrol_util.c
7070    M /trunk/src/control/playlist.c
7071    M /trunk/src/interface/interaction.c
7072    M /trunk/src/misc/hashtables.c
7073    M /trunk/src/misc/md5.c
7074    M /trunk/src/misc/stats.c
7075    M /trunk/src/misc/update.c
7076    M /trunk/src/network/acl.c
7077    M /trunk/src/osd/osd.c
7078    M /trunk/src/osd/osd_parser.c
7079    M /trunk/test/libvlc_sample.c
7080    M /trunk/test/native_libvlc/native_libvlc_test.c
7081    M /trunk/test/pyunit.h
7082
7083 All CRLF fixes
7084
7085 ------------------------------------------------------------------------
7086 r14186 | courmisch | 2006-02-07 17:24:30 +0100 (Tue, 07 Feb 2006) | 2 lines
7087 Changed paths:
7088    M /trunk/include/libvlc_internal.h
7089    M /trunk/include/mediacontrol_internal.h
7090    M /trunk/include/vlc_acl.h
7091    M /trunk/include/vlc_interaction.h
7092    M /trunk/include/vlc_md5.h
7093    M /trunk/include/vlc_osd.h
7094    M /trunk/include/vlc_symbols.h
7095    M /trunk/include/vlc_update.h
7096
7097 Set EOL style to avoid further CRLF issues
7098
7099 ------------------------------------------------------------------------
7100 r14185 | hartman | 2006-02-07 17:07:58 +0100 (Tue, 07 Feb 2006) | 2 lines
7101 Changed paths:
7102    M /trunk/modules/misc/win32text.c
7103
7104 * Fix win32 text renderer.
7105
7106 ------------------------------------------------------------------------
7107 r14184 | hartman | 2006-02-07 16:18:06 +0100 (Tue, 07 Feb 2006) | 12 lines
7108 Changed paths:
7109    M /trunk/include/vlc_osd.h
7110    M /trunk/include/vlc_video.h
7111    M /trunk/modules/codec/cmml/intf.c
7112    M /trunk/modules/codec/subsdec.c
7113    M /trunk/modules/misc/freetype.c
7114    M /trunk/modules/video_filter/marq.c
7115    M /trunk/modules/video_filter/rss.c
7116    M /trunk/modules/video_filter/time.c
7117    M /trunk/src/video_output/vout_subpictures.c
7118
7119 * Introduced a new text_style_t
7120 * basic support for SSA formatted subs. (disable with --no-subsdec-formatted option)
7121 * 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. )
7122 * changes to modules to support text_style_t instead of the old sub options.
7123 * Some changes to subsdec to only iconv to UTF-8 if source is !UTF-8.
7124
7125 refs #82
7126
7127 not supported are style runs (styles on substrings).
7128
7129
7130
7131 ------------------------------------------------------------------------
7132 r14183 | hartman | 2006-02-07 16:09:21 +0100 (Tue, 07 Feb 2006) | 2 lines
7133 Changed paths:
7134    M /trunk/include/vlc_osd.h
7135
7136 * dos2unix of vlc_osd.h
7137
7138 ------------------------------------------------------------------------
7139 r14182 | rocky | 2006-02-06 16:30:30 +0100 (Mon, 06 Feb 2006) | 1 line
7140 Changed paths:
7141    M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
7142
7143 minor corrections
7144 ------------------------------------------------------------------------
7145 r14181 | rocky | 2006-02-06 13:41:12 +0100 (Mon, 06 Feb 2006) | 2 lines
7146 Changed paths:
7147    M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
7148
7149 Revise. perhaps a little more detail too.
7150
7151 ------------------------------------------------------------------------
7152 r14180 | dionoea | 2006-02-06 13:07:40 +0100 (Mon, 06 Feb 2006) | 2 lines
7153 Changed paths:
7154    M /trunk/src/stream_output/stream_output.c
7155
7156 Remove useless lines (which came from a missunderstanding of how it worked)
7157
7158 ------------------------------------------------------------------------
7159 r14179 | dionoea | 2006-02-05 23:14:00 +0100 (Sun, 05 Feb 2006) | 2 lines
7160 Changed paths:
7161    M /trunk/include/vlc_osd.h
7162    M /trunk/modules/access_output/shout.c
7163    M /trunk/modules/gui/macosx/output.m
7164    M /trunk/modules/gui/macosx/wizard.m
7165    M /trunk/modules/gui/pda/pda_callbacks.c
7166    M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
7167    M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
7168    M /trunk/src/stream_output/stream_output.c
7169
7170 sout-standard-url is deprecated
7171
7172 ------------------------------------------------------------------------
7173 r14178 | dionoea | 2006-02-05 23:02:12 +0100 (Sun, 05 Feb 2006) | 2 lines
7174 Changed paths:
7175    M /trunk/modules/stream_out/standard.c
7176
7177 sout-standard-url is deprecated
7178
7179 ------------------------------------------------------------------------
7180 r14177 | dionoea | 2006-02-05 23:01:23 +0100 (Sun, 05 Feb 2006) | 2 lines
7181 Changed paths:
7182    M /trunk/src/stream_output/stream_output.c
7183
7184 Deprecated options handling
7185
7186 ------------------------------------------------------------------------
7187 r14176 | courmisch | 2006-02-05 21:52:29 +0100 (Sun, 05 Feb 2006) | 2 lines
7188 Changed paths:
7189    M /trunk/src/input/subtitles.c
7190
7191 Fixes subtitles detection from within folders with non-ASCII names when the local encoding is not UTF-8 (closes #536)
7192
7193 ------------------------------------------------------------------------
7194 r14175 | zorglub | 2006-02-05 14:38:05 +0100 (Sun, 05 Feb 2006) | 2 lines
7195 Changed paths:
7196    M /trunk/modules/gui/wxwidgets/input_manager.cpp
7197
7198 Show sliders for stream with no time info but position info (Closes:#484)
7199
7200 ------------------------------------------------------------------------
7201 r14174 | hartman | 2006-02-05 13:47:47 +0100 (Sun, 05 Feb 2006) | 2 lines
7202 Changed paths:
7203    M /trunk/modules/video_filter/blend.c
7204
7205 * Added YVYU blending and fixed UYVY blending.
7206
7207 ------------------------------------------------------------------------
7208 r14173 | hartman | 2006-02-05 13:43:38 +0100 (Sun, 05 Feb 2006) | 2 lines
7209 Changed paths:
7210    M /trunk/modules/video_chroma/i420_yuy2.h
7211    M /trunk/modules/video_chroma/i422_yuy2.h
7212
7213 * Correct MMX version of UYVY chroma conversion. the UV ordered incorrectly. (untested)
7214
7215 ------------------------------------------------------------------------
7216 r14172 | zorglub | 2006-02-05 12:09:13 +0100 (Sun, 05 Feb 2006) | 2 lines
7217 Changed paths:
7218    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
7219
7220 Add a "Close" button to the errors window and fix the "Stop showing errors" string
7221
7222 ------------------------------------------------------------------------
7223 r14171 | zorglub | 2006-02-05 12:05:21 +0100 (Sun, 05 Feb 2006) | 2 lines
7224 Changed paths:
7225    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
7226    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
7227
7228 Some WX VLM dialog improvements
7229
7230 ------------------------------------------------------------------------
7231 r14170 | hartman | 2006-02-05 00:46:28 +0100 (Sun, 05 Feb 2006) | 2 lines
7232 Changed paths:
7233    M /trunk/modules/video_filter/blend.c
7234
7235 * Hopefully added UYVY blending for YUVA and YUVP. (Untested)
7236
7237 ------------------------------------------------------------------------
7238 r14169 | xtophe | 2006-02-05 00:26:40 +0100 (Sun, 05 Feb 2006) | 2 lines
7239 Changed paths:
7240    M /trunk/modules/gui/wxwidgets/Modules.am
7241
7242 Include the bitmaps in tarball
7243
7244 ------------------------------------------------------------------------
7245 r14168 | zorglub | 2006-02-04 23:57:01 +0100 (Sat, 04 Feb 2006) | 2 lines
7246 Changed paths:
7247    M /trunk/modules/gui/wxwidgets/dialogs.cpp
7248    M /trunk/modules/services_discovery/shout.c
7249    M /trunk/src/interface/interaction.c
7250
7251 Better fix
7252
7253 ------------------------------------------------------------------------
7254 r14167 | hartman | 2006-02-04 23:56:34 +0100 (Sat, 04 Feb 2006) | 2 lines
7255 Changed paths:
7256    M /trunk/modules/video_output/opengl.c
7257
7258 * Use UYVY fourcc instead of Y422, since i believe it's more common.
7259
7260 ------------------------------------------------------------------------
7261 r14166 | dionoea | 2006-02-04 23:53:09 +0100 (Sat, 04 Feb 2006) | 5 lines
7262 Changed paths:
7263    M /trunk/src/misc/update.c
7264
7265 display downloaded size / total size when downloading
7266 The download specific functions should maybe be exported (i don't know if
7267 other modules would need to download files to disk)
7268
7269
7270 ------------------------------------------------------------------------
7271 r14165 | dionoea | 2006-02-04 23:34:40 +0100 (Sat, 04 Feb 2006) | 7 lines
7272 Changed paths:
7273    M /trunk/src/interface/interaction.c
7274
7275 prevent some more segfaults.
7276
7277 zorglub: could you have a look ? this solution doesn't seem right to
7278 me because we "loose" some of the calls to the interaction system if
7279 they're sent at the wrong moment.
7280
7281
7282 ------------------------------------------------------------------------
7283 r14164 | xtophe | 2006-02-04 20:54:37 +0100 (Sat, 04 Feb 2006) | 2 lines
7284 Changed paths:
7285    M /trunk/src/misc/update.c
7286
7287 Remove C++ism to please gcc2.95 and BeOS
7288
7289 ------------------------------------------------------------------------
7290 r14163 | jpsaman | 2006-02-04 20:48:38 +0100 (Sat, 04 Feb 2006) | 1 line
7291 Changed paths:
7292    M /trunk/src/network/httpd.c
7293
7294 Weed some dead code
7295 ------------------------------------------------------------------------
7296 r14162 | zorglub | 2006-02-04 20:28:20 +0100 (Sat, 04 Feb 2006) | 2 lines
7297 Changed paths:
7298    M /trunk/include/vlc_messages.h
7299
7300 Don't fail with no-debug
7301
7302 ------------------------------------------------------------------------
7303 r14161 | jpsaman | 2006-02-04 19:16:13 +0100 (Sat, 04 Feb 2006) | 1 line
7304 Changed paths:
7305    M /trunk/modules/misc/rtsp.c
7306
7307 fprintf die die
7308 ------------------------------------------------------------------------
7309 r14160 | zorglub | 2006-02-04 18:08:44 +0100 (Sat, 04 Feb 2006) | 2 lines
7310 Changed paths:
7311    M /trunk/src/misc/messages.c
7312
7313 Memleak
7314
7315 ------------------------------------------------------------------------
7316 r14159 | zorglub | 2006-02-04 18:05:14 +0100 (Sat, 04 Feb 2006) | 2 lines
7317 Changed paths:
7318    A /trunk/extras/valgrind.suppressions
7319
7320 Valgrind errors suppression file
7321
7322 ------------------------------------------------------------------------
7323 r14158 | zorglub | 2006-02-04 18:03:40 +0100 (Sat, 04 Feb 2006) | 2 lines
7324 Changed paths:
7325    M /trunk/include/vlc_symbols.h
7326
7327 Missing file
7328
7329 ------------------------------------------------------------------------
7330 r14157 | zorglub | 2006-02-04 17:26:23 +0100 (Sat, 04 Feb 2006) | 2 lines
7331 Changed paths:
7332    M /trunk/include/vlc_messages.h
7333    M /trunk/include/vlc_symbols.h
7334    M /trunk/modules/stream_out/transcode.c
7335    M /trunk/src/audio_output/dec.c
7336    M /trunk/src/audio_output/input.c
7337    M /trunk/src/input/decoder.c
7338    M /trunk/src/input/es_out.c
7339    M /trunk/src/input/input.c
7340    M /trunk/src/input/stream.c
7341    M /trunk/src/misc/stats.c
7342    M /trunk/src/network/httpd.c
7343    M /trunk/src/playlist/playlist.c
7344    M /trunk/src/stream_output/stream_output.c
7345    M /trunk/src/video_output/video_output.c
7346
7347 Stop using strings to index stats, use integers. The list is not sorted yet, though
7348
7349 ------------------------------------------------------------------------
7350 r14156 | zorglub | 2006-02-04 16:28:36 +0100 (Sat, 04 Feb 2006) | 2 lines
7351 Changed paths:
7352    M /trunk/src/playlist/playlist.c
7353
7354 Fix memleak
7355
7356 ------------------------------------------------------------------------
7357 r14155 | zorglub | 2006-02-04 14:56:07 +0100 (Sat, 04 Feb 2006) | 2 lines
7358 Changed paths:
7359    M /trunk/src/misc/hashtables.c
7360
7361 Fix stupid bug
7362
7363 ------------------------------------------------------------------------
7364 r14154 | zorglub | 2006-02-04 13:50:41 +0100 (Sat, 04 Feb 2006) | 2 lines
7365 Changed paths:
7366    M /trunk/src/misc/hashtables.c
7367
7368 Don't read uninitialized values
7369
7370 ------------------------------------------------------------------------
7371 r14153 | zorglub | 2006-02-04 12:04:42 +0100 (Sat, 04 Feb 2006) | 3 lines
7372 Changed paths:
7373    M /trunk/NEWS
7374    M /trunk/include/main.h
7375    M /trunk/include/vlc_messages.h
7376    M /trunk/include/vlc_symbols.h
7377    M /trunk/modules/stream_out/transcode.c
7378    M /trunk/src/audio_output/dec.c
7379    M /trunk/src/audio_output/input.c
7380    M /trunk/src/input/decoder.c
7381    M /trunk/src/input/es_out.c
7382    M /trunk/src/input/stream.c
7383    M /trunk/src/libvlc.c
7384    M /trunk/src/misc/hashtables.c
7385    M /trunk/src/misc/stats.c
7386    M /trunk/src/network/httpd.c
7387    M /trunk/src/stream_output/stream_output.c
7388    M /trunk/src/video_output/video_output.c
7389
7390 * Avoid useless stats_Get calls
7391 * Reduce vlc_object_find calls
7392
7393 ------------------------------------------------------------------------
7394 r14152 | zorglub | 2006-02-04 10:24:50 +0100 (Sat, 04 Feb 2006) | 2 lines
7395 Changed paths:
7396    M /trunk/src/misc/hashtables.c
7397
7398 Don't check the full string
7399
7400 ------------------------------------------------------------------------
7401 r14151 | zorglub | 2006-02-04 01:08:50 +0100 (Sat, 04 Feb 2006) | 2 lines
7402 Changed paths:
7403    M /trunk/include/stream_output.h
7404    M /trunk/src/stream_output/stream_output.c
7405
7406 AccessOutWrite is called very often, especially for TS. Don't store stats on each call
7407
7408 ------------------------------------------------------------------------
7409 r14150 | zorglub | 2006-02-04 00:52:45 +0100 (Sat, 04 Feb 2006) | 2 lines
7410 Changed paths:
7411    M /trunk/Makefile.am
7412    M /trunk/include/vlc_common.h
7413    M /trunk/include/vlc_messages.h
7414    M /trunk/include/vlc_symbols.h
7415    A /trunk/src/misc/hashtables.c
7416    M /trunk/src/misc/stats.c
7417
7418 Use a hash for stats. Not finished
7419
7420 ------------------------------------------------------------------------
7421 r14149 | zorglub | 2006-02-03 20:53:47 +0100 (Fri, 03 Feb 2006) | 2 lines
7422 Changed paths:
7423    M /trunk/include/vlc/libvlc.h
7424    M /trunk/src/control/core.c
7425    M /trunk/src/control/playlist.c
7426    M /trunk/test/NativeLibvlcTest.py
7427    M /trunk/test/native_libvlc/native_libvlc_test.c
7428    M /trunk/test/pyunit.h
7429
7430 Play and add (Refs:#457)
7431
7432 ------------------------------------------------------------------------
7433 r14148 | sigmunau | 2006-02-03 16:10:12 +0100 (Fri, 03 Feb 2006) | 2 lines
7434 Changed paths:
7435    M /trunk/modules/access/dvb/linux_dvb.c
7436
7437 linux_dvb.c: initialize a variable
7438
7439 ------------------------------------------------------------------------
7440 r14147 | sigmunau | 2006-02-03 15:07:41 +0100 (Fri, 03 Feb 2006) | 2 lines
7441 Changed paths:
7442    M /trunk/src/input/es_out.c
7443    M /trunk/src/input/stream.c
7444    M /trunk/src/stream_output/stream_output.c
7445
7446 fix --no-stats in a few cases (there are more remaining)
7447
7448 ------------------------------------------------------------------------
7449 r14146 | xtophe | 2006-02-03 10:54:22 +0100 (Fri, 03 Feb 2006) | 2 lines
7450 Changed paths:
7451    M /trunk/po/POTFILES.in
7452    M /trunk/po/ca.po
7453    M /trunk/po/da.po
7454    M /trunk/po/de.po
7455    M /trunk/po/en_GB.po
7456    M /trunk/po/es.po
7457    M /trunk/po/fr.po
7458    M /trunk/po/it.po
7459    M /trunk/po/ja.po
7460    M /trunk/po/ka.po
7461    M /trunk/po/ko.po
7462    M /trunk/po/nl.po
7463    M /trunk/po/oc.po
7464    M /trunk/po/pt_BR.po
7465    M /trunk/po/ro.po
7466    M /trunk/po/ru.po
7467    M /trunk/po/sv.po
7468    M /trunk/po/tr.po
7469    M /trunk/po/vlc.pot
7470    M /trunk/po/zh_CN.po
7471    M /trunk/po/zh_TW.po
7472
7473 Run update-po due to the new upnp files.
7474
7475 ------------------------------------------------------------------------
7476 r14145 | xtophe | 2006-02-03 01:13:11 +0100 (Fri, 03 Feb 2006) | 2 lines
7477 Changed paths:
7478    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
7479
7480 Seems that the widget return the path in local encoding
7481
7482 ------------------------------------------------------------------------
7483 r14144 | dionoea | 2006-02-03 00:54:03 +0100 (Fri, 03 Feb 2006) | 2 lines
7484 Changed paths:
7485    M /trunk/src/misc/update.c
7486
7487 fix download (it didn't download the last (file size)%(1<<10) bytes)
7488
7489 ------------------------------------------------------------------------
7490 r14143 | dionoea | 2006-02-03 00:35:12 +0100 (Fri, 03 Feb 2006) | 2 lines
7491 Changed paths:
7492    M /trunk/doc/Doxyfile
7493
7494 update Doxyfile using "doxygen -u"
7495
7496 ------------------------------------------------------------------------
7497 r14142 | dionoea | 2006-02-03 00:31:42 +0100 (Fri, 03 Feb 2006) | 3 lines
7498 Changed paths:
7499    M /trunk/include/vlc_interaction.h
7500    M /trunk/include/vlc_update.h
7501    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
7502
7503 include/* : fix doxygen comments
7504 modules/gui/wxwidgets/dialogs/updatevlc.cpp : clean up
7505
7506 ------------------------------------------------------------------------
7507 r14141 | dionoea | 2006-02-03 00:04:59 +0100 (Fri, 03 Feb 2006) | 3 lines
7508 Changed paths:
7509    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
7510    M /trunk/src/misc/update.c
7511
7512 use VLC threads instead of wxWidgets threads.
7513 (i just had to find the suxor thread exemple in video_output.c :p )
7514
7515 ------------------------------------------------------------------------
7516 r14140 | dionoea | 2006-02-02 20:00:08 +0100 (Thu, 02 Feb 2006) | 2 lines
7517 Changed paths:
7518    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
7519
7520 lets hope that this fixes the win32 build
7521
7522 ------------------------------------------------------------------------
7523 r14139 | dionoea | 2006-02-02 19:06:20 +0100 (Thu, 02 Feb 2006) | 2 lines
7524 Changed paths:
7525    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
7526    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
7527
7528 Fix misplaced include (triggered error on win32 build only ... weird)
7529
7530 ------------------------------------------------------------------------
7531 r14138 | dionoea | 2006-02-02 18:44:07 +0100 (Thu, 02 Feb 2006) | 2 lines
7532 Changed paths:
7533    M /trunk/src/misc/update.c
7534
7535 remove old uneeded #include
7536
7537 ------------------------------------------------------------------------
7538 r14137 | dionoea | 2006-02-02 18:29:06 +0100 (Thu, 02 Feb 2006) | 9 lines
7539 Changed paths:
7540    M /trunk/Makefile.am
7541    M /trunk/include/vlc_common.h
7542    M /trunk/include/vlc_symbols.h
7543    A /trunk/include/vlc_update.h
7544    M /trunk/modules/control/rc.c
7545    A /trunk/modules/gui/wxwidgets/bitmaps/update_ascii.xpm
7546    A /trunk/modules/gui/wxwidgets/bitmaps/update_binary.xpm
7547    A /trunk/modules/gui/wxwidgets/bitmaps/update_document.xpm
7548    A /trunk/modules/gui/wxwidgets/bitmaps/update_info.xpm
7549    A /trunk/modules/gui/wxwidgets/bitmaps/update_source.xpm
7550    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
7551    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
7552    M /trunk/src/misc/modules.c
7553    A /trunk/src/misc/update.c
7554
7555 src/*, include/* : update core functions. (Should make it relatively easy
7556                    to use in interfaces)
7557                    The downloadable plugins part still needs some work.
7558
7559 modules/control/rc.c : add function to query updates (mainly used for testing)
7560
7561 modules/gui/wxwidgets/* : update pannel.
7562
7563
7564 ------------------------------------------------------------------------
7565 r14136 | dionoea | 2006-02-02 17:36:48 +0100 (Thu, 02 Feb 2006) | 2 lines
7566 Changed paths:
7567    M /trunk/src/interface/interaction.c
7568
7569 Make sure that the progress bar dialog exists before updating its status.
7570
7571 ------------------------------------------------------------------------
7572 r14135 | sigmunau | 2006-02-02 12:59:15 +0100 (Thu, 02 Feb 2006) | 4 lines
7573 Changed paths:
7574    M /trunk/src/input/es_out.c
7575
7576 es_out.c: fixed a slight memleak in "now playing" handling. 
7577 This one is slightly dangerous as it can happen over and over again during
7578 normal operation.
7579
7580 ------------------------------------------------------------------------
7581 r14134 | courmisch | 2006-02-02 11:59:17 +0100 (Thu, 02 Feb 2006) | 3 lines
7582 Changed paths:
7583    M /trunk/THANKS
7584    M /trunk/configure.ac
7585    M /trunk/modules/services_discovery/Modules.am
7586    D /trunk/modules/services_discovery/upnp.cpp
7587    A /trunk/modules/services_discovery/upnp_cc.cpp (from /trunk/modules/services_discovery/upnp.cpp:14133)
7588    A /trunk/modules/services_discovery/upnp_intel.cpp
7589
7590 Add libupnp-based UPnP discovery from Christian Henz
7591 with proper configure checks
7592
7593 ------------------------------------------------------------------------
7594 r14133 | hartman | 2006-02-02 04:22:52 +0100 (Thu, 02 Feb 2006) | 2 lines
7595 Changed paths:
7596    M /trunk/src/input/subtitles.c
7597
7598 * Forgot to add the path seperator. truly fixes the bug. refs #463
7599
7600 ------------------------------------------------------------------------
7601 r14132 | hartman | 2006-02-02 03:44:31 +0100 (Thu, 02 Feb 2006) | 2 lines
7602 Changed paths:
7603    M /trunk/extras/contrib/src/Makefile
7604
7605 * Fix the dvdread library linking in the libdvdnav dylib by hand. fixes #515
7606
7607 ------------------------------------------------------------------------
7608 r14131 | hartman | 2006-02-01 21:51:18 +0100 (Wed, 01 Feb 2006) | 3 lines
7609 Changed paths:
7610    M /trunk/src/input/subtitles.c
7611
7612 * If input file in current dir specified, then retrieve CWD when we try to look for subtitle files. fixes #463
7613 * When probing the autodetected files, probe them in the Locale, not in UTF-8. refs #528
7614
7615 ------------------------------------------------------------------------
7616 r14130 | jpsaman | 2006-02-01 21:24:23 +0100 (Wed, 01 Feb 2006) | 1 line
7617 Changed paths:
7618    M /trunk/modules/packetizer/mpegvideo.c
7619
7620 Fixed a memleak
7621 ------------------------------------------------------------------------
7622 r14129 | courmisch | 2006-02-01 21:04:09 +0100 (Wed, 01 Feb 2006) | 2 lines
7623 Changed paths:
7624    M /trunk/modules/gui/macosx/bookmarks.h
7625    M /trunk/modules/gui/macosx/bookmarks.m
7626    M /trunk/modules/gui/macosx/equalizer.h
7627    M /trunk/modules/gui/macosx/sfilters.h
7628    M /trunk/modules/gui/macosx/sfilters.m
7629
7630 Don't use weird MAC charset
7631
7632 ------------------------------------------------------------------------
7633 r14128 | courmisch | 2006-02-01 20:52:29 +0100 (Wed, 01 Feb 2006) | 2 lines
7634 Changed paths:
7635    M /trunk/bindings/python/vlcglue.h
7636
7637 One more
7638
7639 ------------------------------------------------------------------------
7640 r14127 | courmisch | 2006-02-01 20:49:08 +0100 (Wed, 01 Feb 2006) | 2 lines
7641 Changed paths:
7642    M /trunk/doc/developer2
7643
7644 svn:ignore built doc
7645
7646 ------------------------------------------------------------------------
7647 r14126 | courmisch | 2006-02-01 20:47:14 +0100 (Wed, 01 Feb 2006) | 2 lines
7648 Changed paths:
7649    M /trunk/doc/developer2/history.xml
7650    M /trunk/doc/developer2/videolan-doc.xsl
7651    M /trunk/doc/developer2/vlc-dev-doc.xml
7652
7653 Same as previous commit
7654
7655 ------------------------------------------------------------------------
7656 r14125 | courmisch | 2006-02-01 20:44:56 +0100 (Wed, 01 Feb 2006) | 2 lines
7657 Changed paths:
7658    M /trunk/doc/developer/Makefile
7659    M /trunk/doc/developer/Makefile.in
7660    M /trunk/doc/developer/history.xml
7661    M /trunk/doc/developer/manual.xml
7662    M /trunk/doc/developer/videolan-doc-chunk.xsl
7663    M /trunk/doc/developer/videolan-doc.xsl
7664
7665 Uniformize developer doc encoding
7666
7667 ------------------------------------------------------------------------
7668 r14124 | courmisch | 2006-02-01 20:40:01 +0100 (Wed, 01 Feb 2006) | 2 lines
7669 Changed paths:
7670    M /trunk/NEWS
7671    M /trunk/modules/access/vcdx/intf.h
7672    M /trunk/modules/gui/macosx/extended.h
7673    M /trunk/modules/gui/macosx/extended.m
7674    M /trunk/modules/gui/macosx/prefs_widgets.m
7675    M /trunk/modules/gui/macosx/wizard.h
7676    M /trunk/modules/gui/macosx/wizard.m
7677    M /trunk/modules/gui/wxwidgets/streamdata.h
7678    M /trunk/modules/video_chroma/i420_rgb_mmx.h
7679    M /trunk/modules/visualization/visual/visual.h
7680    M /trunk/po/sv.po
7681
7682 Additionnal conversions
7683
7684 ------------------------------------------------------------------------
7685 r14123 | courmisch | 2006-02-01 20:32:40 +0100 (Wed, 01 Feb 2006) | 2 lines
7686 Changed paths:
7687    M /trunk/modules/LIST
7688    M /trunk/modules/gui/wince/preferences_widgets.h
7689
7690 French -> English
7691
7692 ------------------------------------------------------------------------
7693 r14122 | courmisch | 2006-02-01 20:21:41 +0100 (Wed, 01 Feb 2006) | 2 lines
7694 Changed paths:
7695    M /trunk/share/skins2
7696
7697 svn:ignore built skins
7698
7699 ------------------------------------------------------------------------
7700 r14121 | courmisch | 2006-02-01 20:20:17 +0100 (Wed, 01 Feb 2006) | 2 lines
7701 Changed paths:
7702    M /trunk/include/iso_lang.h
7703    M /trunk/include/libvlc_internal.h
7704    M /trunk/include/modules_inner.h
7705    M /trunk/include/vlc/libvlc.h
7706    M /trunk/include/vlc_config_cat.h
7707    M /trunk/include/vout_synchro.h
7708
7709 More UTF8ication
7710
7711 ------------------------------------------------------------------------
7712 r14120 | hartman | 2006-02-01 19:13:49 +0100 (Wed, 01 Feb 2006) | 2 lines
7713 Changed paths:
7714    M /trunk/modules/gui/macosx/voutgl.m
7715
7716 * Enable OpenGL without Acceleration on Mac OSX. (Fallback option)
7717
7718 ------------------------------------------------------------------------
7719 r14119 | courmisch | 2006-02-01 19:08:49 +0100 (Wed, 01 Feb 2006) | 2 lines
7720 Changed paths:
7721    M /trunk/mozilla/support/npmac.cpp
7722
7723 That one wasn't even Latin-1
7724
7725 ------------------------------------------------------------------------
7726 r14118 | courmisch | 2006-02-01 19:06:48 +0100 (Wed, 01 Feb 2006) | 2 lines
7727 Changed paths:
7728    M /trunk/bindings/python/vlcglue.c
7729    M /trunk/loader/pe_image.c
7730    M /trunk/modules/access/vcdx/demux.c
7731    M /trunk/modules/access/vcdx/intf.c
7732    M /trunk/modules/audio_filter/channel_mixer/dolby.c
7733    M /trunk/modules/audio_filter/channel_mixer/headphone.c
7734    M /trunk/modules/audio_filter/converter/a52tofloat32.c
7735    M /trunk/modules/audio_filter/converter/a52tospdif.c
7736    M /trunk/modules/audio_filter/converter/dtstofloat32.c
7737    M /trunk/modules/audio_filter/normvol.c
7738    M /trunk/modules/codec/a52.c
7739    M /trunk/modules/demux/playlist/m3u.c
7740    M /trunk/modules/demux/playlist/old.c
7741    M /trunk/modules/demux/playlist/playlist.c
7742    M /trunk/modules/demux/playlist/pls.c
7743    M /trunk/modules/gui/skins2/commands/async_queue.cpp
7744    M /trunk/modules/gui/skins2/commands/async_queue.hpp
7745    M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
7746    M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
7747    M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
7748    M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
7749    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
7750    M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
7751    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
7752    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
7753    M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
7754    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
7755    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
7756    M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
7757    M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
7758    M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
7759    M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
7760    M /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
7761    M /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
7762    M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
7763    M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
7764    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
7765    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
7766    M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
7767    M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
7768    M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
7769    M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
7770    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
7771    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
7772    M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
7773    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
7774    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
7775    M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
7776    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
7777    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
7778    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
7779    M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
7780    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
7781    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
7782    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
7783    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
7784    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
7785    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
7786    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
7787    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
7788    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
7789    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
7790    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
7791    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
7792    M /trunk/modules/gui/skins2/events/evt_enter.hpp
7793    M /trunk/modules/gui/skins2/events/evt_focus.hpp
7794    M /trunk/modules/gui/skins2/events/evt_generic.hpp
7795    M /trunk/modules/gui/skins2/events/evt_input.cpp
7796    M /trunk/modules/gui/skins2/events/evt_input.hpp
7797    M /trunk/modules/gui/skins2/events/evt_key.cpp
7798    M /trunk/modules/gui/skins2/events/evt_key.hpp
7799    M /trunk/modules/gui/skins2/events/evt_leave.hpp
7800    M /trunk/modules/gui/skins2/events/evt_menu.hpp
7801    M /trunk/modules/gui/skins2/events/evt_motion.hpp
7802    M /trunk/modules/gui/skins2/events/evt_mouse.cpp
7803    M /trunk/modules/gui/skins2/events/evt_mouse.hpp
7804    M /trunk/modules/gui/skins2/events/evt_refresh.hpp
7805    M /trunk/modules/gui/skins2/events/evt_scroll.cpp
7806    M /trunk/modules/gui/skins2/events/evt_scroll.hpp
7807    M /trunk/modules/gui/skins2/events/evt_special.cpp
7808    M /trunk/modules/gui/skins2/events/evt_special.hpp
7809    M /trunk/modules/gui/skins2/macosx/macosx_popup.cpp
7810    M /trunk/modules/gui/skins2/macosx/macosx_popup.hpp
7811    M /trunk/modules/gui/skins2/parser/builder.cpp
7812    M /trunk/modules/gui/skins2/parser/builder.hpp
7813    M /trunk/modules/gui/skins2/parser/interpreter.cpp
7814    M /trunk/modules/gui/skins2/parser/interpreter.hpp
7815    M /trunk/modules/gui/skins2/src/anchor.cpp
7816    M /trunk/modules/gui/skins2/src/anchor.hpp
7817    M /trunk/modules/gui/skins2/src/dialogs.cpp
7818    M /trunk/modules/gui/skins2/src/dialogs.hpp
7819    M /trunk/modules/gui/skins2/src/file_bitmap.cpp
7820    M /trunk/modules/gui/skins2/src/file_bitmap.hpp
7821    M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
7822    M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
7823    M /trunk/modules/gui/skins2/src/ft2_font.cpp
7824    M /trunk/modules/gui/skins2/src/ft2_font.hpp
7825    M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
7826    M /trunk/modules/gui/skins2/src/generic_font.hpp
7827    M /trunk/modules/gui/skins2/src/generic_layout.cpp
7828    M /trunk/modules/gui/skins2/src/generic_layout.hpp
7829    M /trunk/modules/gui/skins2/src/generic_window.cpp
7830    M /trunk/modules/gui/skins2/src/generic_window.hpp
7831    M /trunk/modules/gui/skins2/src/logger.cpp
7832    M /trunk/modules/gui/skins2/src/logger.hpp
7833    M /trunk/modules/gui/skins2/src/os_factory.cpp
7834    M /trunk/modules/gui/skins2/src/os_factory.hpp
7835    M /trunk/modules/gui/skins2/src/os_graphics.hpp
7836    M /trunk/modules/gui/skins2/src/os_loop.hpp
7837    M /trunk/modules/gui/skins2/src/os_popup.hpp
7838    M /trunk/modules/gui/skins2/src/os_timer.hpp
7839    M /trunk/modules/gui/skins2/src/os_tooltip.hpp
7840    M /trunk/modules/gui/skins2/src/os_window.hpp
7841    M /trunk/modules/gui/skins2/src/popup.cpp
7842    M /trunk/modules/gui/skins2/src/popup.hpp
7843    M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
7844    M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
7845    M /trunk/modules/gui/skins2/src/skin_common.hpp
7846    M /trunk/modules/gui/skins2/src/skin_main.cpp
7847    M /trunk/modules/gui/skins2/src/theme.cpp
7848    M /trunk/modules/gui/skins2/src/theme.hpp
7849    M /trunk/modules/gui/skins2/src/theme_loader.cpp
7850    M /trunk/modules/gui/skins2/src/theme_loader.hpp
7851    M /trunk/modules/gui/skins2/src/tooltip.cpp
7852    M /trunk/modules/gui/skins2/src/tooltip.hpp
7853    M /trunk/modules/gui/skins2/src/top_window.cpp
7854    M /trunk/modules/gui/skins2/src/top_window.hpp
7855    M /trunk/modules/gui/skins2/src/var_manager.cpp
7856    M /trunk/modules/gui/skins2/src/var_manager.hpp
7857    M /trunk/modules/gui/skins2/src/window_manager.cpp
7858    M /trunk/modules/gui/skins2/src/window_manager.hpp
7859    M /trunk/modules/gui/skins2/utils/bezier.cpp
7860    M /trunk/modules/gui/skins2/utils/bezier.hpp
7861    M /trunk/modules/gui/skins2/utils/fsm.cpp
7862    M /trunk/modules/gui/skins2/utils/fsm.hpp
7863    M /trunk/modules/gui/skins2/utils/observer.hpp
7864    M /trunk/modules/gui/skins2/utils/pointer.hpp
7865    M /trunk/modules/gui/skins2/utils/position.cpp
7866    M /trunk/modules/gui/skins2/utils/position.hpp
7867    M /trunk/modules/gui/skins2/utils/ustring.cpp
7868    M /trunk/modules/gui/skins2/utils/ustring.hpp
7869    M /trunk/modules/gui/skins2/utils/var_bool.cpp
7870    M /trunk/modules/gui/skins2/utils/var_bool.hpp
7871    M /trunk/modules/gui/skins2/utils/var_list.cpp
7872    M /trunk/modules/gui/skins2/utils/var_list.hpp
7873    M /trunk/modules/gui/skins2/utils/var_percent.cpp
7874    M /trunk/modules/gui/skins2/utils/var_percent.hpp
7875    M /trunk/modules/gui/skins2/utils/var_text.cpp
7876    M /trunk/modules/gui/skins2/utils/var_text.hpp
7877    M /trunk/modules/gui/skins2/utils/variable.hpp
7878    M /trunk/modules/gui/skins2/vars/playlist.hpp
7879    M /trunk/modules/gui/skins2/vars/time.cpp
7880    M /trunk/modules/gui/skins2/vars/volume.cpp
7881    M /trunk/modules/gui/skins2/vars/volume.hpp
7882    M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
7883    M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
7884    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
7885    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
7886    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
7887    M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
7888    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
7889    M /trunk/modules/gui/skins2/win32/win32_loop.hpp
7890    M /trunk/modules/gui/skins2/win32/win32_popup.cpp
7891    M /trunk/modules/gui/skins2/win32/win32_popup.hpp
7892    M /trunk/modules/gui/skins2/win32/win32_timer.cpp
7893    M /trunk/modules/gui/skins2/win32/win32_timer.hpp
7894    M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
7895    M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
7896    M /trunk/modules/gui/skins2/win32/win32_window.cpp
7897    M /trunk/modules/gui/skins2/win32/win32_window.hpp
7898    M /trunk/modules/gui/skins2/x11/x11_display.cpp
7899    M /trunk/modules/gui/skins2/x11/x11_display.hpp
7900    M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
7901    M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
7902    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
7903    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
7904    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
7905    M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
7906    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
7907    M /trunk/modules/gui/skins2/x11/x11_loop.hpp
7908    M /trunk/modules/gui/skins2/x11/x11_popup.hpp
7909    M /trunk/modules/gui/skins2/x11/x11_timer.cpp
7910    M /trunk/modules/gui/skins2/x11/x11_timer.hpp
7911    M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
7912    M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
7913    M /trunk/modules/gui/skins2/x11/x11_window.cpp
7914    M /trunk/modules/gui/skins2/x11/x11_window.hpp
7915    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
7916    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
7917    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
7918    M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
7919    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
7920    M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
7921    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
7922    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
7923    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
7924    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
7925    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.hpp
7926    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.cpp
7927    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.hpp
7928    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
7929    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.hpp
7930    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.cpp
7931    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.hpp
7932    M /trunk/modules/gui/wxwidgets/dialogs/wizard.hpp
7933    M /trunk/modules/gui/wxwidgets/extrapanel.cpp
7934    M /trunk/modules/gui/wxwidgets/extrapanel.hpp
7935    M /trunk/modules/gui/wxwidgets/input_manager.cpp
7936    M /trunk/modules/gui/wxwidgets/input_manager.hpp
7937    M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
7938    M /trunk/modules/gui/wxwidgets/playlist_manager.hpp
7939    M /trunk/modules/gui/wxwidgets/streamdata.cpp
7940    M /trunk/modules/misc/playlist/export.c
7941    M /trunk/modules/misc/playlist/m3u.c
7942    M /trunk/modules/misc/testsuite/playlist.c
7943    M /trunk/modules/mux/avi.c
7944    M /trunk/modules/services_discovery/daap.c
7945    M /trunk/modules/services_discovery/hal.c
7946    M /trunk/modules/video_filter/motiondetect.c
7947    M /trunk/modules/video_filter/swscale/yuv2rgb.c
7948    M /trunk/modules/video_filter/swscale/yuv2rgb_mlib.c
7949    M /trunk/modules/video_output/image.c
7950    M /trunk/modules/visualization/visual/effects.c
7951    M /trunk/modules/visualization/visual/visual.c
7952    M /trunk/src/control/input.c
7953    M /trunk/src/control/playlist.c
7954    M /trunk/src/interface/interaction.c
7955    M /trunk/src/misc/iso_lang.c
7956    M /trunk/src/misc/stats.c
7957    M /trunk/src/playlist/item-ext.c
7958    M /trunk/src/playlist/playlist.c
7959    M /trunk/src/playlist/services_discovery.c
7960    M /trunk/src/playlist/sort.c
7961    M /trunk/src/playlist/view.c
7962    M /trunk/src/stream_output/announce.c
7963    M /trunk/src/video_output/vout_synchro.c
7964
7965 Uniformize source files encoding
7966
7967 ------------------------------------------------------------------------
7968 r14117 | courmisch | 2006-02-01 19:02:40 +0100 (Wed, 01 Feb 2006) | 2 lines
7969 Changed paths:
7970    M /trunk/modules/gui/wince/preferences.cpp
7971
7972 Translate french comment
7973
7974 ------------------------------------------------------------------------
7975 r14116 | courmisch | 2006-02-01 19:01:03 +0100 (Wed, 01 Feb 2006) | 2 lines
7976 Changed paths:
7977    M /trunk/modules/demux/m3u.c
7978
7979 Encode non-ASCII characters outside comments
7980
7981 ------------------------------------------------------------------------
7982 r14115 | courmisch | 2006-02-01 18:44:04 +0100 (Wed, 01 Feb 2006) | 2 lines
7983 Changed paths:
7984    M /trunk/modules/demux/nsc.c
7985
7986 Fix warnings
7987
7988 ------------------------------------------------------------------------
7989 r14114 | courmisch | 2006-02-01 18:41:29 +0100 (Wed, 01 Feb 2006) | 2 lines
7990 Changed paths:
7991    M /trunk/modules/codec/quicktime.c
7992
7993 Fix a bunch of warnings involving mix between uint32_t and long
7994
7995 ------------------------------------------------------------------------
7996 r14113 | hartman | 2006-02-01 17:52:42 +0100 (Wed, 01 Feb 2006) | 4 lines
7997 Changed paths:
7998    M /trunk/modules/gui/macosx/macosx.m
7999    M /trunk/modules/video_output/opengl.c
8000
8001 * Fix the fourcc of OpenGL on Mac Intel. We should check why it's set wrong on PPC.
8002 * Revert the Quartz disabling.
8003
8004
8005 ------------------------------------------------------------------------
8006 r14112 | sam | 2006-02-01 17:27:57 +0100 (Wed, 01 Feb 2006) | 2 lines
8007 Changed paths:
8008    M /trunk/modules/demux/mp4/drms.c
8009    M /trunk/modules/demux/mp4/libmp4.c
8010
8011   * modules/demux/mp4: more explicit error messages for DRMS failures.
8012
8013 ------------------------------------------------------------------------
8014 r14111 | courmisch | 2006-02-01 16:40:53 +0100 (Wed, 01 Feb 2006) | 5 lines
8015 Changed paths:
8016    M /trunk/configure.ac
8017
8018 Enable maintainer mode by default, as it is what maintainer-mode-unaware
8019 (ie. most) automake users are used to.
8020 If you DO want NOT to use maintainer mode you are free to pass
8021 --disable-maintainer-mode to configure.
8022
8023 ------------------------------------------------------------------------
8024 r14110 | courmisch | 2006-02-01 16:28:42 +0100 (Wed, 01 Feb 2006) | 2 lines
8025 Changed paths:
8026    M /trunk/src/libvlc.c
8027
8028 Simpler use of HAVE_ASSERT
8029
8030 ------------------------------------------------------------------------
8031 r14109 | courmisch | 2006-02-01 16:27:59 +0100 (Wed, 01 Feb 2006) | 2 lines
8032 Changed paths:
8033    M /trunk/configure.ac
8034
8035 Define NDEBUG when --enable-debug is not specified
8036
8037 ------------------------------------------------------------------------
8038 r14108 | sam | 2006-02-01 15:57:12 +0100 (Wed, 01 Feb 2006) | 2 lines
8039 Changed paths:
8040    M /trunk/Makefile.am
8041
8042   * Makefile.am: on Unix, use makensis -DVERSION; on Win32, use /DVERSION.
8043
8044 ------------------------------------------------------------------------
8045 r14107 | xtophe | 2006-02-01 15:39:05 +0100 (Wed, 01 Feb 2006) | 2 lines
8046 Changed paths:
8047    M /trunk/configure.ac
8048    M /trunk/src/libvlc.c
8049
8050 Test for assert() in configure.
8051
8052 ------------------------------------------------------------------------
8053 r14106 | courmisch | 2006-02-01 14:28:59 +0100 (Wed, 01 Feb 2006) | 2 lines
8054 Changed paths:
8055    M /trunk/include/vlc_common.h
8056    M /trunk/modules/control/http/http.c
8057    M /trunk/modules/control/http/http.h
8058    M /trunk/src/network/httpd.c
8059
8060 Fixed some warnings
8061
8062 ------------------------------------------------------------------------
8063 r14105 | courmisch | 2006-02-01 14:10:55 +0100 (Wed, 01 Feb 2006) | 2 lines
8064 Changed paths:
8065    M /trunk/src/input/stream.c
8066
8067 Remove unused variable
8068
8069 ------------------------------------------------------------------------
8070 r14104 | sam | 2006-02-01 14:01:06 +0100 (Wed, 01 Feb 2006) | 2 lines
8071 Changed paths:
8072    M /trunk/include/main.h
8073    M /trunk/include/os_specific.h
8074    M /trunk/include/vlc_common.h
8075    M /trunk/include/vlc_config.h
8076    M /trunk/include/vlc_threads.h
8077    M /trunk/modules/access/vcd/cdrom.c
8078    M /trunk/modules/access/vcd/cdrom_internals.h
8079    M /trunk/modules/audio_filter/resampler/bandlimited.c
8080    M /trunk/modules/codec/cmml/browser_open.c
8081    M /trunk/modules/codec/mpeg_audio.c
8082    M /trunk/modules/codec/quicktime.c
8083    M /trunk/modules/control/http/http.c
8084    M /trunk/modules/demux/mkv.cpp
8085    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
8086    M /trunk/modules/misc/freetype.c
8087    M /trunk/modules/misc/logger.c
8088    M /trunk/modules/video_output/opengl.c
8089    M /trunk/modules/video_output/x11/xcommon.c
8090    M /trunk/src/vlc.c
8091
8092   * Got rid of SYS_DARWIN everywhere.
8093
8094 ------------------------------------------------------------------------
8095 r14103 | sam | 2006-02-01 13:44:16 +0100 (Wed, 01 Feb 2006) | 3 lines
8096 Changed paths:
8097    M /trunk/src/extras/libc.c
8098    M /trunk/src/interface/interface.c
8099    M /trunk/src/interface/intf_eject.c
8100    M /trunk/src/libvlc.c
8101    M /trunk/src/libvlc.h
8102    M /trunk/src/misc/charset.c
8103    M /trunk/src/misc/configuration.c
8104    M /trunk/src/misc/cpu.c
8105    M /trunk/src/misc/messages.c
8106    M /trunk/src/misc/modules.c
8107    M /trunk/src/misc/threads.c
8108    M /trunk/src/network/httpd.c
8109    M /trunk/src/video_output/video_output.c
8110    M /trunk/src/video_output/vout_intf.c
8111
8112   * Replaced "SYS_DARWIN" with either __APPLE__ (meaning OS X) or __ppc__ and
8113     __ppc64__ (meaning PowerPC).
8114
8115 ------------------------------------------------------------------------
8116 r14102 | sam | 2006-02-01 13:22:52 +0100 (Wed, 01 Feb 2006) | 3 lines
8117 Changed paths:
8118    M /trunk/extras/contrib/src/Makefile
8119
8120   * extras/contrib/src/Makefile: oh what the hell, replaced --disable-codec
8121     with --disable-decoder.
8122
8123 ------------------------------------------------------------------------
8124 r14101 | sam | 2006-02-01 13:16:42 +0100 (Wed, 01 Feb 2006) | 4 lines
8125 Changed paths:
8126    M /trunk/extras/contrib/src/Makefile
8127    M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
8128
8129   * extras/contrib/src/Patches/ffmpeg-cvs-wince.patch: updated for current SVN.
8130   * extras/contrib/src/Makefile: re-added --disable-codec flags (the FFMPEG
8131     tree on altair was outdated) but removed the duplicate vorbis one.
8132
8133 ------------------------------------------------------------------------
8134 r14100 | xtophe | 2006-02-01 13:06:56 +0100 (Wed, 01 Feb 2006) | 2 lines
8135 Changed paths:
8136    M /trunk/extras/contrib/src/Patches/tremor.patch
8137
8138   * extras/contrib/src/Patches/tremor.patch: fixed braindead \n within string.
8139
8140 ------------------------------------------------------------------------
8141 r14099 | sam | 2006-02-01 12:45:18 +0100 (Wed, 01 Feb 2006) | 2 lines
8142 Changed paths:
8143    M /trunk/extras/contrib/src/Makefile
8144
8145   * extras/contrib/src/Makefile: --disable-codec no longer exists.
8146
8147 ------------------------------------------------------------------------
8148 r14098 | sam | 2006-02-01 12:20:52 +0100 (Wed, 01 Feb 2006) | 4 lines
8149 Changed paths:
8150    M /trunk/Makefile.am
8151
8152   * Makefile.am: "[ -x foo ]" only works if "foo" is in the current directory,
8153     there is no easy way to check for the presence of an executable, but
8154     trying to execute it ("foo --version >/dev/null") is usually safe.
8155
8156 ------------------------------------------------------------------------
8157 r14097 | sam | 2006-02-01 10:57:37 +0100 (Wed, 01 Feb 2006) | 3 lines
8158 Changed paths:
8159    M /trunk/modules/demux/mp4/drms.c
8160    M /trunk/modules/demux/mp4/drmstables.h
8161    M /trunk/modules/demux/mp4/libmp4.c
8162
8163   * modules/demux/mp4: added more comments and debug information to the DRMS
8164     code.
8165
8166 ------------------------------------------------------------------------
8167 r14096 | hartman | 2006-02-01 04:36:40 +0100 (Wed, 01 Feb 2006) | 2 lines
8168 Changed paths:
8169    M /trunk/modules/gui/macosx/controls.m
8170    M /trunk/modules/gui/macosx/intf.m
8171    M /trunk/modules/gui/macosx/vout.m
8172
8173 * A few Mac OS X intf fixes. To be honest. we should rewrite the thing from scratch. it's a mess... 
8174
8175 ------------------------------------------------------------------------
8176 r14095 | hartman | 2006-01-31 23:17:30 +0100 (Tue, 31 Jan 2006) | 2 lines
8177 Changed paths:
8178    M /trunk/modules/gui/macosx/macosx.m
8179
8180 * 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.
8181
8182 ------------------------------------------------------------------------
8183 r14094 | dionoea | 2006-01-31 21:38:35 +0100 (Tue, 31 Jan 2006) | 2 lines
8184 Changed paths:
8185    M /trunk/share/Makefile.am
8186
8187 add missing images
8188
8189 ------------------------------------------------------------------------
8190 r14093 | hartman | 2006-01-31 21:27:25 +0100 (Tue, 31 Jan 2006) | 2 lines
8191 Changed paths:
8192    M /trunk/modules/codec/libmpeg2.c
8193
8194 * SYS_DARWIN -> __ppc__ || __ppc64__
8195
8196 ------------------------------------------------------------------------
8197 r14092 | hartman | 2006-01-31 21:00:49 +0100 (Tue, 31 Jan 2006) | 2 lines
8198 Changed paths:
8199    M /trunk/src/libvlc.c
8200    M /trunk/src/libvlc.h
8201
8202 * Changed the defined( SYS_DARWIN )  of the --altivec option to a __ppc__ || __ppc64__ check
8203
8204 ------------------------------------------------------------------------
8205 r14091 | dionoea | 2006-01-31 20:50:50 +0100 (Tue, 31 Jan 2006) | 2 lines
8206 Changed paths:
8207    M /trunk/share/http/dialogs/browse
8208    M /trunk/share/http/js/functions.js
8209
8210 misc IE and windows fixes or workarounds.
8211
8212 ------------------------------------------------------------------------
8213 r14090 | dionoea | 2006-01-31 17:39:10 +0100 (Tue, 31 Jan 2006) | 2 lines
8214 Changed paths:
8215    M /trunk/share/http/dialogs/sout
8216
8217 default show full sout interface
8218
8219 ------------------------------------------------------------------------
8220 r14089 | sigmunau | 2006-01-31 17:27:50 +0100 (Tue, 31 Jan 2006) | 2 lines
8221 Changed paths:
8222    M /trunk/include/modules_inner.h
8223
8224 fixed the smallest and most elusive leak yet
8225
8226 ------------------------------------------------------------------------
8227 r14088 | sigmunau | 2006-01-31 16:18:45 +0100 (Tue, 31 Jan 2006) | 2 lines
8228 Changed paths:
8229    M /trunk/src/misc/vlm.c
8230
8231 vlm.c: fixed minor memleak
8232
8233 ------------------------------------------------------------------------
8234 r14087 | sigmunau | 2006-01-31 16:11:08 +0100 (Tue, 31 Jan 2006) | 3 lines
8235 Changed paths:
8236    M /trunk/modules/misc/logger.c
8237
8238 logger.c: put in header prefix for syslog output (still missing for text 
8239 and html)
8240
8241 ------------------------------------------------------------------------
8242 r14086 | courmisch | 2006-01-31 11:48:47 +0100 (Tue, 31 Jan 2006) | 3 lines
8243 Changed paths:
8244    M /trunk/src/stream_output/sap.c
8245
8246 Generate correct originating address in SAP header
8247 in case of IPv4 advertisement on a IPv6-enabled OS
8248
8249 ------------------------------------------------------------------------
8250 r14085 | courmisch | 2006-01-30 23:02:47 +0100 (Mon, 30 Jan 2006) | 2 lines
8251 Changed paths:
8252    M /trunk/src/libvlc.c
8253
8254 Fix error handling in (From|To)Locale
8255
8256 ------------------------------------------------------------------------
8257 r14084 | dionoea | 2006-01-30 22:47:38 +0100 (Mon, 30 Jan 2006) | 2 lines
8258 Changed paths:
8259    M /trunk/extras/contrib/src/packages.mak
8260
8261 fix nasm url
8262
8263 ------------------------------------------------------------------------
8264 r14083 | hartman | 2006-01-30 19:14:05 +0100 (Mon, 30 Jan 2006) | 2 lines
8265 Changed paths:
8266    M /trunk/extras/contrib/src/Makefile
8267    M /trunk/extras/contrib/src/packages.mak
8268
8269 * Get a NASM cvs snapshot from the VLC download servers, because their server regurly times out, which is annoying.
8270
8271 ------------------------------------------------------------------------
8272 r14082 | courmisch | 2006-01-30 18:44:38 +0100 (Mon, 30 Jan 2006) | 2 lines
8273 Changed paths:
8274    M /trunk/share/Makefile.am
8275
8276 Remove .vlt with mostlyclean
8277
8278 ------------------------------------------------------------------------
8279 r14081 | courmisch | 2006-01-30 18:39:42 +0100 (Mon, 30 Jan 2006) | 2 lines
8280 Changed paths:
8281    M /trunk/share/Makefile.am
8282
8283 Add missing file
8284
8285 ------------------------------------------------------------------------
8286 r14080 | courmisch | 2006-01-30 18:38:27 +0100 (Mon, 30 Jan 2006) | 2 lines
8287 Changed paths:
8288    M /trunk/share/Makefile.am
8289
8290 Hopefully fixes .vlt build
8291
8292 ------------------------------------------------------------------------
8293 r14079 | dionoea | 2006-01-30 18:33:05 +0100 (Mon, 30 Jan 2006) | 9 lines
8294 Changed paths:
8295    M /trunk/share/http/dialogs/main
8296    M /trunk/share/http/dialogs/sout
8297    M /trunk/share/http/dialogs/vlm
8298    A /trunk/share/http/images/info.png
8299    M /trunk/share/http/js/functions.js
8300    M /trunk/share/http/js/vlm.js
8301    M /trunk/share/http/requests/status.xml
8302    M /trunk/share/http/style.css
8303    M /trunk/src/misc/vlm.c
8304
8305 * Add "Stream and media info panel" ( http/dialogs/main,
8306   http/images/info.png, http/style.css, http/js/functions.js )
8307
8308 * Make instance playlist position consitent with position used in
8309   inputdeln (starts from 1 and not 0) ( src/misc/vlm.c, http/js/vlm.js )
8310
8311 * Make it possible to use "enter key" in some text boxes to confirm (*)
8312
8313
8314 ------------------------------------------------------------------------
8315 r14078 | courmisch | 2006-01-30 17:59:29 +0100 (Mon, 30 Jan 2006) | 2 lines
8316 Changed paths:
8317    M /trunk/share/Makefile.am
8318
8319 Don't distribute generated files - fixes build
8320
8321 ------------------------------------------------------------------------
8322 r14077 | hartman | 2006-01-30 17:07:35 +0100 (Mon, 30 Jan 2006) | 2 lines
8323 Changed paths:
8324    M /trunk/extras/contrib/src/Makefile
8325
8326 * Fix the mactel contrib of x264
8327
8328 ------------------------------------------------------------------------
8329 r14076 | sigmunau | 2006-01-30 13:20:37 +0100 (Mon, 30 Jan 2006) | 2 lines
8330 Changed paths:
8331    M /trunk/src/misc/vlm.c
8332
8333 vlm.c: changed quite a few free() into vlm_MessageDelete, fixing small memleaks here and there
8334
8335 ------------------------------------------------------------------------
8336 r14075 | sigmunau | 2006-01-30 12:13:11 +0100 (Mon, 30 Jan 2006) | 5 lines
8337 Changed paths:
8338    M /trunk/src/misc/messages.c
8339
8340 messages.c: fixed one more leak related to vlm prefix on messages.
8341 This one happened each time the message queue was overflowed.
8342 Also (hopefully) fixed a leak that would happen each time no message 
8343 queue were found. I don't know if this condition can ever appear though
8344
8345 ------------------------------------------------------------------------
8346 r14074 | zorglub | 2006-01-29 23:58:42 +0100 (Sun, 29 Jan 2006) | 2 lines
8347 Changed paths:
8348    M /trunk/share/Makefile.am
8349
8350 Should fix skins stuff build
8351
8352 ------------------------------------------------------------------------
8353 r14073 | zorglub | 2006-01-29 23:47:31 +0100 (Sun, 29 Jan 2006) | 2 lines
8354 Changed paths:
8355    M /trunk/modules/access/cdda.c
8356
8357 Should fix CDDA build
8358
8359 ------------------------------------------------------------------------
8360 r14072 | hartman | 2006-01-29 23:11:04 +0100 (Sun, 29 Jan 2006) | 2 lines
8361 Changed paths:
8362    M /trunk/modules/demux/vobsub.c
8363
8364 * 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)
8365
8366 ------------------------------------------------------------------------
8367 r14071 | zorglub | 2006-01-29 22:45:13 +0100 (Sun, 29 Jan 2006) | 2 lines
8368 Changed paths:
8369    M /trunk/share/Makefile.am
8370    A /trunk/share/skins2/default
8371    A /trunk/share/skins2/default/FreeSansBold.ttf
8372    A /trunk/share/skins2/default/add_item.png
8373    A /trunk/share/skins2/default/add_item_onclick.png
8374    A /trunk/share/skins2/default/body.png
8375    A /trunk/share/skins2/default/close.png
8376    A /trunk/share/skins2/default/close_mouseover.png
8377    A /trunk/share/skins2/default/close_onclick.png
8378    A /trunk/share/skins2/default/delete_item.png
8379    A /trunk/share/skins2/default/delete_item_onclick.png
8380    A /trunk/share/skins2/default/disabled.png
8381    A /trunk/share/skins2/default/fast.png
8382    A /trunk/share/skins2/default/fast_disabled.png
8383    A /trunk/share/skins2/default/fast_onclick.png
8384    A /trunk/share/skins2/default/next.png
8385    A /trunk/share/skins2/default/next_disabled.png
8386    A /trunk/share/skins2/default/next_onclick.png
8387    A /trunk/share/skins2/default/pause.png
8388    A /trunk/share/skins2/default/pause_onclick.png
8389    A /trunk/share/skins2/default/play.png
8390    A /trunk/share/skins2/default/play_onclick.png
8391    A /trunk/share/skins2/default/playlist.png
8392    A /trunk/share/skins2/default/playlist_body1.png
8393    A /trunk/share/skins2/default/playlist_body2.png
8394    A /trunk/share/skins2/default/playlist_body3.png
8395    A /trunk/share/skins2/default/playlist_body4.png
8396    A /trunk/share/skins2/default/playlist_body6.png
8397    A /trunk/share/skins2/default/playlist_body7.png
8398    A /trunk/share/skins2/default/playlist_body8.png
8399    A /trunk/share/skins2/default/playlist_body9.png
8400    A /trunk/share/skins2/default/playlist_button.png
8401    A /trunk/share/skins2/default/playlist_button2.png
8402    A /trunk/share/skins2/default/playlist_button_onclick.png
8403    A /trunk/share/skins2/default/playlist_button_onclick2.png
8404    A /trunk/share/skins2/default/preferences.png
8405    A /trunk/share/skins2/default/preferences_onclick.png
8406    A /trunk/share/skins2/default/previous.png
8407    A /trunk/share/skins2/default/previous_disabled.png
8408    A /trunk/share/skins2/default/previous_onclick.png
8409    A /trunk/share/skins2/default/reduce.png
8410    A /trunk/share/skins2/default/reduce_disabled.png
8411    A /trunk/share/skins2/default/reduce_mouseover.png
8412    A /trunk/share/skins2/default/reduce_onclick.png
8413    A /trunk/share/skins2/default/resize.png
8414    A /trunk/share/skins2/default/rev.png
8415    A /trunk/share/skins2/default/rev_disabled.png
8416    A /trunk/share/skins2/default/rev_onclick.png
8417    A /trunk/share/skins2/default/slider.png
8418    A /trunk/share/skins2/default/slider2.png
8419    A /trunk/share/skins2/default/slider_onclick.png
8420    A /trunk/share/skins2/default/slider_playlist.png
8421    A /trunk/share/skins2/default/slider_volume.png
8422    A /trunk/share/skins2/default/slider_volume_onclick.png
8423    A /trunk/share/skins2/default/slow.png
8424    A /trunk/share/skins2/default/slow_disabled.png
8425    A /trunk/share/skins2/default/slow_onclick.png
8426    A /trunk/share/skins2/default/sort.png
8427    A /trunk/share/skins2/default/sort_onclick.png
8428    A /trunk/share/skins2/default/stop.png
8429    A /trunk/share/skins2/default/stop_disabled.png
8430    A /trunk/share/skins2/default/stop_onclick.png
8431    A /trunk/share/skins2/default/theme.xml
8432    A /trunk/share/skins2/default/volume.png
8433    A /trunk/share/skins2/default/vout.png
8434    A /trunk/share/skins2/default/vout2.png
8435    A /trunk/share/skins2/default/vout_body.png
8436    A /trunk/share/skins2/default/vout_body1.png
8437    A /trunk/share/skins2/default/vout_bottom.png
8438    A /trunk/share/skins2/default/vout_bottom_left.png
8439    A /trunk/share/skins2/default/vout_bottom_right.png
8440    A /trunk/share/skins2/default/vout_left.png
8441    A /trunk/share/skins2/default/vout_onclick.png
8442    A /trunk/share/skins2/default/vout_right.png
8443    A /trunk/share/skins2/default/vout_top.png
8444    A /trunk/share/skins2/default/vout_top_left.png
8445    A /trunk/share/skins2/default/vout_top_right.png
8446    D /trunk/share/skins2/default.vlt
8447    A /trunk/share/skins2/playtree
8448    A /trunk/share/skins2/playtree/FreeSansBold.ttf
8449    A /trunk/share/skins2/playtree/add_item.png
8450    A /trunk/share/skins2/playtree/add_item_onclick.png
8451    A /trunk/share/skins2/playtree/body.png
8452    A /trunk/share/skins2/playtree/close.png
8453    A /trunk/share/skins2/playtree/close_mouseover.png
8454    A /trunk/share/skins2/playtree/close_onclick.png
8455    A /trunk/share/skins2/playtree/closed.png
8456    A /trunk/share/skins2/playtree/delete_item.png
8457    A /trunk/share/skins2/playtree/delete_item_onclick.png
8458    A /trunk/share/skins2/playtree/disabled.png
8459    A /trunk/share/skins2/playtree/fast.png
8460    A /trunk/share/skins2/playtree/fast_disabled.png
8461    A /trunk/share/skins2/playtree/fast_onclick.png
8462    A /trunk/share/skins2/playtree/item.png
8463    A /trunk/share/skins2/playtree/next.png
8464    A /trunk/share/skins2/playtree/next_disabled.png
8465    A /trunk/share/skins2/playtree/next_onclick.png
8466    A /trunk/share/skins2/playtree/open.png
8467    A /trunk/share/skins2/playtree/pause.png
8468    A /trunk/share/skins2/playtree/pause_onclick.png
8469    A /trunk/share/skins2/playtree/play.png
8470    A /trunk/share/skins2/playtree/play_onclick.png
8471    A /trunk/share/skins2/playtree/playlist.png
8472    A /trunk/share/skins2/playtree/playlist_body1.png
8473    A /trunk/share/skins2/playtree/playlist_body2.png
8474    A /trunk/share/skins2/playtree/playlist_body3.png
8475    A /trunk/share/skins2/playtree/playlist_body4.png
8476    A /trunk/share/skins2/playtree/playlist_body6.png
8477    A /trunk/share/skins2/playtree/playlist_body7.png
8478    A /trunk/share/skins2/playtree/playlist_body8.png
8479    A /trunk/share/skins2/playtree/playlist_body9.png
8480    A /trunk/share/skins2/playtree/playlist_button.png
8481    A /trunk/share/skins2/playtree/playlist_button2.png
8482    A /trunk/share/skins2/playtree/playlist_button_onclick.png
8483    A /trunk/share/skins2/playtree/playlist_button_onclick2.png
8484    A /trunk/share/skins2/playtree/preferences.png
8485    A /trunk/share/skins2/playtree/preferences_onclick.png
8486    A /trunk/share/skins2/playtree/previous.png
8487    A /trunk/share/skins2/playtree/previous_disabled.png
8488    A /trunk/share/skins2/playtree/previous_onclick.png
8489    A /trunk/share/skins2/playtree/reduce.png
8490    A /trunk/share/skins2/playtree/reduce_disabled.png
8491    A /trunk/share/skins2/playtree/reduce_mouseover.png
8492    A /trunk/share/skins2/playtree/reduce_onclick.png
8493    A /trunk/share/skins2/playtree/resize.png
8494    A /trunk/share/skins2/playtree/rev.png
8495    A /trunk/share/skins2/playtree/rev_disabled.png
8496    A /trunk/share/skins2/playtree/rev_onclick.png
8497    A /trunk/share/skins2/playtree/slider.png
8498    A /trunk/share/skins2/playtree/slider2.png
8499    A /trunk/share/skins2/playtree/slider_onclick.png
8500    A /trunk/share/skins2/playtree/slider_playlist.png
8501    A /trunk/share/skins2/playtree/slider_volume.png
8502    A /trunk/share/skins2/playtree/slider_volume_onclick.png
8503    A /trunk/share/skins2/playtree/slow.png
8504    A /trunk/share/skins2/playtree/slow_disabled.png
8505    A /trunk/share/skins2/playtree/slow_onclick.png
8506    A /trunk/share/skins2/playtree/sort.png
8507    A /trunk/share/skins2/playtree/sort_onclick.png
8508    A /trunk/share/skins2/playtree/stop.png
8509    A /trunk/share/skins2/playtree/stop_disabled.png
8510    A /trunk/share/skins2/playtree/stop_onclick.png
8511    A /trunk/share/skins2/playtree/theme.xml
8512    A /trunk/share/skins2/playtree/volume.png
8513    A /trunk/share/skins2/playtree/vout.png
8514    A /trunk/share/skins2/playtree/vout2.png
8515    A /trunk/share/skins2/playtree/vout_body.png
8516    A /trunk/share/skins2/playtree/vout_body1.png
8517    A /trunk/share/skins2/playtree/vout_bottom.png
8518    A /trunk/share/skins2/playtree/vout_bottom_left.png
8519    A /trunk/share/skins2/playtree/vout_bottom_right.png
8520    A /trunk/share/skins2/playtree/vout_left.png
8521    A /trunk/share/skins2/playtree/vout_onclick.png
8522    A /trunk/share/skins2/playtree/vout_right.png
8523    A /trunk/share/skins2/playtree/vout_top.png
8524    A /trunk/share/skins2/playtree/vout_top_left.png
8525    A /trunk/share/skins2/playtree/vout_top_right.png
8526    D /trunk/share/skins2/playtree.vlt
8527
8528 Use uncompressed VLT in svn instead of compressed and compress on build
8529
8530 ------------------------------------------------------------------------
8531 r14070 | zorglub | 2006-01-29 20:13:35 +0100 (Sun, 29 Jan 2006) | 2 lines
8532 Changed paths:
8533    M /trunk/test
8534    M /trunk/test/NativeLibvlcTest.py
8535    M /trunk/test/TODO
8536    M /trunk/test/native_libvlc/native_libvlc_test.c
8537    M /trunk/test/test.sh
8538
8539 Test some things
8540
8541 ------------------------------------------------------------------------
8542 r14069 | zorglub | 2006-01-29 20:04:07 +0100 (Sun, 29 Jan 2006) | 3 lines
8543 Changed paths:
8544    M /trunk/include/vlc/libvlc.h
8545    M /trunk/src/control/core.c
8546    M /trunk/src/control/playlist.c
8547
8548 Fix a crasher in exception handling
8549 Add some playlist functions
8550
8551 ------------------------------------------------------------------------
8552 r14068 | xtophe | 2006-01-29 18:33:55 +0100 (Sun, 29 Jan 2006) | 3 lines
8553 Changed paths:
8554    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
8555    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
8556    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
8557    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp
8558
8559 infopanels: Redimension the text area. implement modifiable
8560 iteminfo: Use infopanel.
8561
8562 ------------------------------------------------------------------------
8563 r14067 | zorglub | 2006-01-29 18:00:31 +0100 (Sun, 29 Jan 2006) | 2 lines
8564 Changed paths:
8565    D /trunk/test/BaseTest.py
8566    A /trunk/test/NativeLibvlcTest.py
8567    D /trunk/test/PlaylistTest.py
8568    A /trunk/test/PyMediaControlBaseTest.py
8569    A /trunk/test/PyMediaControlPlaylistTest.py (from /trunk/test/PlaylistTest.py:14062)
8570    A /trunk/test/PyMediaControlVariablesTest.py (from /trunk/test/VariablesTest.py:14062)
8571    D /trunk/test/VariablesTest.py
8572    A /trunk/test/native_libvlc
8573    A /trunk/test/native_libvlc/native_libvlc_test.c
8574    A /trunk/test/pyunit.h
8575    A /trunk/test/setup.py
8576    M /trunk/test/test.sh
8577
8578 Skeleton for testing libvlc
8579
8580 ------------------------------------------------------------------------
8581 r14066 | dionoea | 2006-01-29 17:44:04 +0100 (Sun, 29 Jan 2006) | 4 lines
8582 Changed paths:
8583    M /trunk/share/http/dialogs/main
8584    M /trunk/share/http/dialogs/vlm
8585    A /trunk/share/http/images/refresh.png
8586    A /trunk/share/http/images/slider_bar.png
8587    A /trunk/share/http/images/slider_left.png
8588    A /trunk/share/http/images/slider_point.png
8589    A /trunk/share/http/images/slider_right.png
8590    M /trunk/share/http/js/functions.js
8591    M /trunk/share/http/requests/status.xml
8592
8593 main, functions.js, slider_*.png : add position slider
8594 status.xml : add "seek" command
8595 vlm, refresh.png : add refresh buttons (page doesn't autorefresh)
8596
8597 ------------------------------------------------------------------------
8598 r14065 | hartman | 2006-01-29 16:25:07 +0100 (Sun, 29 Jan 2006) | 2 lines
8599 Changed paths:
8600    M /trunk/doc/fortunes.txt
8601
8602 * FORTUNE !!!! :D
8603
8604 ------------------------------------------------------------------------
8605 r14064 | dionoea | 2006-01-29 15:26:57 +0100 (Sun, 29 Jan 2006) | 4 lines
8606 Changed paths:
8607    M /trunk/share/http/js/functions.js
8608    M /trunk/share/http/js/vlm.js
8609    M /trunk/share/http/requests/vlm.xml
8610    M /trunk/src/misc/vlm.c
8611
8612 src/misc/vlm.c : export the current playlist item's index for each instance
8613 share/http/* : display instances for vlm media elements
8614                some layout changes (inputs and outputs)
8615
8616 ------------------------------------------------------------------------
8617 r14063 | dionoea | 2006-01-29 15:19:37 +0100 (Sun, 29 Jan 2006) | 2 lines
8618 Changed paths:
8619    M /trunk/modules/control/telnet.c
8620
8621 Prompt for password again after displaying "Wrong password."
8622
8623 ------------------------------------------------------------------------
8624 r14062 | zorglub | 2006-01-29 12:38:15 +0100 (Sun, 29 Jan 2006) | 2 lines
8625 Changed paths:
8626    M /trunk/src/interface/interaction.c
8627    M /trunk/src/misc/stats.c
8628
8629 Fix warnings
8630
8631 ------------------------------------------------------------------------
8632 r14061 | dionoea | 2006-01-29 12:01:37 +0100 (Sun, 29 Jan 2006) | 3 lines
8633 Changed paths:
8634    M /trunk/src/libvlc.h
8635    M /trunk/src/video_output/vout_intf.c
8636
8637 add boolean option "snapshot-preview" to enable/disable the snapshot's
8638 preview display in the top left corner of the screen.
8639
8640 ------------------------------------------------------------------------
8641 r14060 | courmisch | 2006-01-29 11:36:46 +0100 (Sun, 29 Jan 2006) | 2 lines
8642 Changed paths:
8643    M /trunk/modules/gui/wxwidgets/interface.cpp
8644
8645 Remove debug messages
8646
8647 ------------------------------------------------------------------------
8648 r14059 | courmisch | 2006-01-29 11:35:30 +0100 (Sun, 29 Jan 2006) | 3 lines
8649 Changed paths:
8650    M /trunk/src/network/tcp.c
8651
8652 Remove erroneous debug message
8653
8654
8655 ------------------------------------------------------------------------
8656 r14058 | courmisch | 2006-01-29 10:11:11 +0100 (Sun, 29 Jan 2006) | 2 lines
8657 Changed paths:
8658    M /trunk/modules/access_output/http.c
8659
8660 use vlc-https instead of vlc-http when using TLS
8661
8662 ------------------------------------------------------------------------
8663 r14057 | courmisch | 2006-01-29 10:03:15 +0100 (Sun, 29 Jan 2006) | 2 lines
8664 Changed paths:
8665    M /trunk/modules/access_output/http.c
8666
8667 Fix output stream leak in case of Avahi error
8668
8669 ------------------------------------------------------------------------
8670 r14056 | courmisch | 2006-01-29 10:00:31 +0100 (Sun, 29 Jan 2006) | 2 lines
8671 Changed paths:
8672    M /trunk/modules/access_output/http.c
8673
8674 Clean up
8675
8676 ------------------------------------------------------------------------
8677 r14055 | dionoea | 2006-01-29 01:11:22 +0100 (Sun, 29 Jan 2006) | 6 lines
8678 Changed paths:
8679    M /trunk/modules/control/http/mvar.c
8680    M /trunk/src/misc/vlm.c
8681
8682 modules/control/http/mvar.c : explore vlm_message_t trees all the way
8683                               (instead of stoping after a depth of 2)
8684
8685 src/misc/vlm.c : minor instance information reporting change
8686
8687
8688 ------------------------------------------------------------------------
8689 r14054 | xtophe | 2006-01-29 00:51:57 +0100 (Sun, 29 Jan 2006) | 2 lines
8690 Changed paths:
8691    M /trunk/configure.ac
8692
8693 confihure.ac: don't overwrite user options even if we have contrib
8694
8695 ------------------------------------------------------------------------
8696 r14053 | zorglub | 2006-01-28 23:31:23 +0100 (Sat, 28 Jan 2006) | 2 lines
8697 Changed paths:
8698    M /trunk/src/libvlc.c
8699
8700 Don't check syslog value if we don't have syslog.h
8701
8702 ------------------------------------------------------------------------
8703 r14052 | damienf | 2006-01-28 23:05:18 +0100 (Sat, 28 Jan 2006) | 2 lines
8704 Changed paths:
8705    M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
8706
8707 ffmpeg-cvs-wince.patch: removed duplicate patches/updated to ffmpeg latest version
8708
8709 ------------------------------------------------------------------------
8710 r14051 | damienf | 2006-01-28 21:42:36 +0100 (Sat, 28 Jan 2006) | 2 lines
8711 Changed paths:
8712    M /trunk/modules/access/cdda.c
8713
8714 cdda.c: don't forget to include <errno.h> when using errno
8715
8716 ------------------------------------------------------------------------
8717 r14050 | zorglub | 2006-01-28 19:53:58 +0100 (Sat, 28 Jan 2006) | 2 lines
8718 Changed paths:
8719    M /trunk/src/input/stream.c
8720
8721 Get stats on block inputs (Refs:#473)
8722
8723 ------------------------------------------------------------------------
8724 r14049 | zorglub | 2006-01-28 19:49:32 +0100 (Sat, 28 Jan 2006) | 2 lines
8725 Changed paths:
8726    M /trunk/configure.ac
8727
8728 Link cdda with iconv on osx
8729
8730 ------------------------------------------------------------------------
8731 r14048 | dionoea | 2006-01-28 19:44:54 +0100 (Sat, 28 Jan 2006) | 2 lines
8732 Changed paths:
8733    M /trunk/src/misc/vlm.c
8734
8735  misc/vlm.c : export some p_input variables (state, position, time, length, rate, title, chapter and seekable) when using the vlm "show (media)" command.
8736
8737 ------------------------------------------------------------------------
8738 r14047 | xtophe | 2006-01-28 19:43:13 +0100 (Sat, 28 Jan 2006) | 2 lines
8739 Changed paths:
8740    M /trunk/Makefile.am
8741
8742 win32 rules: make it more dirty to be able to produce debug package
8743
8744 ------------------------------------------------------------------------
8745 r14046 | zorglub | 2006-01-28 19:11:12 +0100 (Sat, 28 Jan 2006) | 2 lines
8746 Changed paths:
8747    M /trunk/configure.ac
8748    M /trunk/modules/access/cdda.c
8749    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
8750
8751 Add CDDB support to CDDA module (Refs:#459)
8752
8753 ------------------------------------------------------------------------
8754 r14045 | dionoea | 2006-01-28 17:10:26 +0100 (Sat, 28 Jan 2006) | 3 lines
8755 Changed paths:
8756    M /trunk/share/http/index.html
8757
8758 add warning about javascript support being needed if the browser doesn't
8759 support javascript.
8760
8761 ------------------------------------------------------------------------
8762 r14044 | dionoea | 2006-01-28 17:05:50 +0100 (Sat, 28 Jan 2006) | 2 lines
8763 Changed paths:
8764    M /trunk/share/http/js/functions.js
8765    M /trunk/share/http/js/vlm.js
8766
8767 make sure that local variables are local variables.
8768
8769 ------------------------------------------------------------------------
8770 r14043 | sigmunau | 2006-01-28 15:41:33 +0100 (Sat, 28 Jan 2006) | 5 lines
8771 Changed paths:
8772    M /trunk/modules/misc/freetype.c
8773
8774 freetype.c: don't render empty subtitles. 
8775 Some files uses an empty (only holding a space) subtitle to mark the end of
8776 the previous subtitle. These caused a little gray box to appear with
8777 --freetype-effect 3 before this change
8778
8779 ------------------------------------------------------------------------
8780 r14042 | zorglub | 2006-01-28 15:25:56 +0100 (Sat, 28 Jan 2006) | 2 lines
8781 Changed paths:
8782    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
8783
8784 Fix refcount problem
8785
8786 ------------------------------------------------------------------------
8787 r14041 | sigmunau | 2006-01-28 14:30:33 +0100 (Sat, 28 Jan 2006) | 2 lines
8788 Changed paths:
8789    M /trunk/src/interface/interaction.c
8790
8791 interaction.c: Don't crash in certain condition
8792
8793 ------------------------------------------------------------------------
8794 r14040 | sigmunau | 2006-01-28 12:49:22 +0100 (Sat, 28 Jan 2006) | 2 lines
8795 Changed paths:
8796    M /trunk/modules/control/telnet.c
8797
8798 telnet.c: a few more minor (potensial) memleaks
8799
8800 ------------------------------------------------------------------------
8801 r14039 | zorglub | 2006-01-28 12:38:49 +0100 (Sat, 28 Jan 2006) | 2 lines
8802 Changed paths:
8803    M /trunk/Makefile.am
8804    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
8805    M /trunk/share/Makefile.am
8806
8807 Fixes for prehistoric build system
8808
8809 ------------------------------------------------------------------------
8810 r14038 | sigmunau | 2006-01-28 12:36:30 +0100 (Sat, 28 Jan 2006) | 2 lines
8811 Changed paths:
8812    M /trunk/modules/control/telnet.c
8813
8814 telnet.c: fix a very minor memleak in Open
8815
8816 ------------------------------------------------------------------------
8817 r14037 | sigmunau | 2006-01-28 12:32:05 +0100 (Sat, 28 Jan 2006) | 5 lines
8818 Changed paths:
8819    M /trunk/src/misc/vlm.c
8820
8821 vlm.c: Add some asyncronity to schedule execution.
8822 Should fix issues when schedules add or delete new schedules. Closes:#510
8823
8824 Also fixes a minor memleak in schedule creation/deletion
8825
8826 ------------------------------------------------------------------------
8827 r14036 | zorglub | 2006-01-28 12:18:39 +0100 (Sat, 28 Jan 2006) | 2 lines
8828 Changed paths:
8829    A /trunk/share/http/old (from /trunk/share/http-old:14035)
8830    M /trunk/share/http/old/admin/browse.html
8831    M /trunk/share/http/old/index.html
8832    M /trunk/share/http/old/vlm/edit.html
8833    M /trunk/share/http/old/vlm/index.html
8834    M /trunk/share/http/old/vlm/new.html
8835    M /trunk/share/http/old/vlm/show.html
8836    M /trunk/share/http/old/webcam.html
8837    D /trunk/share/http-old
8838
8839 Move old HTTP interface to http/old so it can be used by ppl without JS. Todo: use <noscript> :)
8840
8841 ------------------------------------------------------------------------
8842 r14035 | zorglub | 2006-01-28 11:58:48 +0100 (Sat, 28 Jan 2006) | 2 lines
8843 Changed paths:
8844    M /trunk/doc/rrd-howto.txt
8845
8846 Improve doc
8847
8848 ------------------------------------------------------------------------
8849 r14034 | zorglub | 2006-01-28 11:56:47 +0100 (Sat, 28 Jan 2006) | 3 lines
8850 Changed paths:
8851    A /trunk/doc/rrd-howto.txt
8852    M /trunk/modules/misc/logger.c
8853
8854 RRD output (Refs:#473)
8855 This is a quick hack, which should in the end be merged in a way to expose stats
8856
8857 ------------------------------------------------------------------------
8858 r14033 | zorglub | 2006-01-28 11:45:13 +0100 (Sat, 28 Jan 2006) | 2 lines
8859 Changed paths:
8860    M /trunk/include/vlc_messages.h
8861    M /trunk/include/vlc_playlist.h
8862    M /trunk/src/misc/stats.c
8863    M /trunk/src/playlist/playlist.c
8864
8865 Compute global input/output stats (Refs:#473)
8866
8867 ------------------------------------------------------------------------
8868 r14032 | zorglub | 2006-01-27 21:35:42 +0100 (Fri, 27 Jan 2006) | 2 lines
8869 Changed paths:
8870    M /trunk/include/vlc_common.h
8871    M /trunk/include/vlc_objects.h
8872    M /trunk/src/input/input.c
8873    M /trunk/src/interface/interaction.c
8874    M /trunk/src/misc/messages.c
8875    M /trunk/src/misc/modules.c
8876    M /trunk/src/misc/objects.c
8877
8878 Don't print debug messages and don't do interaction on preparsing
8879
8880 ------------------------------------------------------------------------
8881 r14031 | zorglub | 2006-01-27 19:28:45 +0100 (Fri, 27 Jan 2006) | 3 lines
8882 Changed paths:
8883    M /trunk/src/libvlc.c
8884    M /trunk/src/misc/stats.c
8885    M /trunk/src/playlist/playlist.c
8886    M /trunk/src/stream_output/stream_output.c
8887
8888 * Improve timers (Refs:#473)
8889 * AccessOutWrite can be called with input already detached (Closes:#523)
8890
8891 ------------------------------------------------------------------------
8892 r14030 | sam | 2006-01-27 15:19:52 +0100 (Fri, 27 Jan 2006) | 2 lines
8893 Changed paths:
8894    M /trunk/extras/contrib/src
8895    M /trunk/extras/contrib/src/Makefile
8896    M /trunk/extras/contrib/src/packages.mak
8897
8898   * added NASM to the contribs (OS X x86 only) so that we can build x264.
8899
8900 ------------------------------------------------------------------------
8901 r14029 | dionoea | 2006-01-27 15:11:55 +0100 (Fri, 27 Jan 2006) | 2 lines
8902 Changed paths:
8903    M /trunk/activex/axvlc_rc.rc
8904    M /trunk/configure.ac
8905    M /trunk/debian/copyright
8906    M /trunk/modules/gui/wince/interface.cpp
8907    M /trunk/modules/gui/wxwidgets/interface.cpp
8908    M /trunk/mozilla/npvlc_rc.rc
8909    M /trunk/share/vlc_win32_rc.rc
8910
8911 Update copyright dates used in interfaces and binaries (2005 -> 2006)
8912
8913 ------------------------------------------------------------------------
8914 r14028 | dionoea | 2006-01-27 14:54:47 +0100 (Fri, 27 Jan 2006) | 3 lines
8915 Changed paths:
8916    M /trunk/AUTHORS
8917    M /trunk/modules/control/http/rpn.c
8918
8919  rpn.c : vlm_cmd now adds a "vlm_value" variable
8920  AUTHORS : add the HTTP interface rewrite
8921
8922 ------------------------------------------------------------------------
8923 r14027 | dionoea | 2006-01-27 14:48:28 +0100 (Fri, 27 Jan 2006) | 3 lines
8924 Changed paths:
8925    M /trunk/share/http/dialogs/vlm
8926    M /trunk/share/http/js/vlm.js
8927    A /trunk/share/http/vlm_export.html
8928
8929  * : it's now possible to enter a batch of commands or export the VLM
8930      configuration
8931
8932 ------------------------------------------------------------------------
8933 r14026 | dionoea | 2006-01-27 13:58:05 +0100 (Fri, 27 Jan 2006) | 3 lines
8934 Changed paths:
8935    M /trunk/src/misc/vlm.c
8936
8937 add "export" command. It behaves exactly like "save" except that commands
8938 are printed in a vlm_message and not in a file.
8939
8940 ------------------------------------------------------------------------
8941 r14025 | sam | 2006-01-27 10:48:54 +0100 (Fri, 27 Jan 2006) | 3 lines
8942 Changed paths:
8943    M /trunk/extras/contrib/src/Makefile
8944
8945   * extras/contrib/src/Makefile: removed a nonexistent patch that I did not
8946     commit.
8947
8948 ------------------------------------------------------------------------
8949 r14024 | sam | 2006-01-27 00:13:34 +0100 (Fri, 27 Jan 2006) | 17 lines
8950 Changed paths:
8951    M /trunk/extras/contrib/src
8952    M /trunk/extras/contrib/src/Makefile
8953    M /trunk/extras/contrib/src/Patches/faad2.patch
8954    A /trunk/extras/contrib/src/Patches/ffmpeg-cvs-mactel.patch
8955    A /trunk/extras/contrib/src/Patches/flac-mactel.patch
8956    A /trunk/extras/contrib/src/Patches/libdvdnav-mactel.patch
8957
8958   * Various patches to allow more contribs to build on OS X x86. Only x264
8959     and goom still do not build. I successfully built a native VLC using
8960     the current contribs and the following configuration line:
8961
8962     ./configure --disable-x11 --disable-xvideo --disable-glx --disable-gtk \
8963        --enable-sdl --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \
8964        --with-ffmpeg-zlib --enable-mad --enable-dvbpsi --enable-a52 \
8965        --disable-dvdplay --enable-dvdnav --enable-faad --enable-vorbis \
8966        --enable-ogg --enable-theora --enable-faac --enable-mkv \
8967        --enable-freetype --disable-cddax --disable-vcdx --enable-speex \
8968        --enable-flac --disable-goom --enable-livedotcom --enable-caca \
8969        --disable-skins2 --disable-wxwidgets --enable-modplug --enable-daap \
8970        --enable-x264 --enable-shout --enable-twolame --enable-debug
8971
8972     Apparently the native video output does not work yet, but sound and codecs
8973     seem rather OK.
8974
8975 ------------------------------------------------------------------------
8976 r14023 | sam | 2006-01-26 21:33:25 +0100 (Thu, 26 Jan 2006) | 2 lines
8977 Changed paths:
8978    M /trunk/extras/contrib/bootstrap
8979
8980   * extras/contrib/bootstrap: support i686-apple-darwin8.
8981
8982 ------------------------------------------------------------------------
8983 r14022 | sam | 2006-01-26 21:27:37 +0100 (Thu, 26 Jan 2006) | 3 lines
8984 Changed paths:
8985    M /trunk/modules/visualization/visual/visual.c
8986
8987   * modules/visualization/visual/visual.c: SECT_TEXT is a reserved Mach-O
8988     name, renamed it into SSECT_TEXT (for "spectral section").
8989
8990 ------------------------------------------------------------------------
8991 r14021 | sam | 2006-01-26 21:22:00 +0100 (Thu, 26 Jan 2006) | 4 lines
8992 Changed paths:
8993    M /trunk/configure.ac
8994
8995   * configure.ac: vec_ld() is not sufficient to check for AltiVec support on
8996     OS X x86, because it's just an undefined function; so we use the keyword
8997     "vector" to make sure.
8998
8999 ------------------------------------------------------------------------
9000 r14020 | sam | 2006-01-26 21:08:33 +0100 (Thu, 26 Jan 2006) | 3 lines
9001 Changed paths:
9002    M /trunk/src/misc/cpu.c
9003
9004   * src/misc/cpu.c: do not assume SYS_DARWIN means powerpc, so that we can
9005     properly detect CPU features on a MacIntel.
9006
9007 ------------------------------------------------------------------------
9008 r14019 | sam | 2006-01-26 20:51:06 +0100 (Thu, 26 Jan 2006) | 4 lines
9009 Changed paths:
9010    M /trunk/modules/video_chroma/i420_rgb16.c
9011    M /trunk/modules/video_chroma/i420_ymga.c
9012    M /trunk/modules/video_chroma/i420_yuy2.h
9013    M /trunk/modules/video_chroma/i422_yuy2.c
9014
9015   * modules/video_chroma/*: use .p2align instead of .align for data alignment,
9016     because .align's behaviour changes across platforms: on Linux x86 ELF its
9017     argument is a byte count, on OS X x86 Mach-O it's a log2.
9018
9019 ------------------------------------------------------------------------
9020 r14018 | courmisch | 2006-01-26 18:29:07 +0100 (Thu, 26 Jan 2006) | 2 lines
9021 Changed paths:
9022    M /trunk/src/network/udp.c
9023
9024 Fix UDP broadcast
9025
9026 ------------------------------------------------------------------------
9027 r14017 | sigmunau | 2006-01-26 18:14:09 +0100 (Thu, 26 Jan 2006) | 2 lines
9028 Changed paths:
9029    M /trunk/modules/demux/ts.c
9030
9031 modules/demux/ts.c: Fixed a very very minor memleak
9032
9033 ------------------------------------------------------------------------
9034 r14016 | sigmunau | 2006-01-26 18:05:57 +0100 (Thu, 26 Jan 2006) | 5 lines
9035 Changed paths:
9036    M /trunk/modules/access_output/udp.c
9037
9038 access_output/udp.c: Fixed an old  memleak.
9039 This leak is triggered each time the udp access out is started, so it 
9040 could be the cause of some of these "slow memleak with udp streaming" 
9041 reports we have had, if these users where streaming a file in repeat
9042
9043 ------------------------------------------------------------------------
9044 r14015 | sigmunau | 2006-01-26 17:51:47 +0100 (Thu, 26 Jan 2006) | 5 lines
9045 Changed paths:
9046    M /trunk/include/vlc_input.h
9047    M /trunk/src/misc/messages.c
9048
9049 src/misc/messages.c: Fixed a nasty memleak recently introduced
9050 vlc_input.h: Fixed a not so nasty memleak recently introduced
9051
9052 Thank you very much zorglub
9053
9054 ------------------------------------------------------------------------
9055 r14014 | xtophe | 2006-01-25 00:06:43 +0100 (Wed, 25 Jan 2006) | 3 lines
9056 Changed paths:
9057    M /trunk/configure.ac
9058
9059 configure.ac: Use AC_PATH_XTRA. 
9060               Still got to find a cleaner way to determine if we have Xv.so or Xv_pic, ...
9061
9062 ------------------------------------------------------------------------
9063 r14013 | xtophe | 2006-01-25 00:02:35 +0100 (Wed, 25 Jan 2006) | 2 lines
9064 Changed paths:
9065    M /trunk/configure.ac
9066
9067 configure.ac: No X11 on win32
9068
9069 ------------------------------------------------------------------------
9070 r14012 | zorglub | 2006-01-24 23:42:16 +0100 (Tue, 24 Jan 2006) | 14 lines
9071 Changed paths:
9072    M /trunk/include/vlc_common.h
9073    M /trunk/include/vlc_messages.h
9074    M /trunk/include/vlc_symbols.h
9075    M /trunk/src/misc/stats.c
9076    M /trunk/src/playlist/playlist.c
9077
9078 Add a timing facility (Refs:#473)
9079
9080 It is only available in debug mode.
9081
9082 To use: stats_TimerStart( vlc_object_t* , char *name );
9083 stats_TimerStop( vlc_object_t *, char *name );
9084
9085 stats_TimerDump( vlc_object_t* , char *name ) will print a line
9086
9087 TIMER name : last_time - total_time / number of samples (average time)
9088
9089 stats_TimersDumpAll is not implemented yet
9090  
9091
9092 ------------------------------------------------------------------------
9093 r14011 | dionoea | 2006-01-24 23:25:15 +0100 (Tue, 24 Jan 2006) | 3 lines
9094 Changed paths:
9095    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
9096
9097 use wxTR_HAS_VARIABLE_ROW_HEIGHT in the meta data tree (usefull is a line is
9098 full of \n)
9099
9100 ------------------------------------------------------------------------
9101 r14010 | sam | 2006-01-24 13:09:06 +0100 (Tue, 24 Jan 2006) | 5 lines
9102 Changed paths:
9103    M /trunk/Makefile.am
9104    M /trunk/bindings/java/Makefile.am
9105    M /trunk/configure.ac
9106
9107   * bindings/java/Makefile.am: use JAVACXXFLAGS and JAVALDFLAGS instead of
9108     the reserved words CXXFLAGS and LDFLAGS.
9109   * configure.ac: remove spaces inside parentheses that confuse automake.
9110   * Makefile.am: do not use both = and += inside conditionals.
9111
9112 ------------------------------------------------------------------------
9113 r14009 | xtophe | 2006-01-24 10:53:53 +0100 (Tue, 24 Jan 2006) | 2 lines
9114 Changed paths:
9115    M /trunk/vlc.win32.nsi
9116
9117 Don't put contextual menu on the recycle bin. Thanks to Razer in the forum (closes #511)
9118
9119 ------------------------------------------------------------------------
9120 r14008 | hartman | 2006-01-24 06:52:40 +0100 (Tue, 24 Jan 2006) | 4 lines
9121 Changed paths:
9122    M /trunk/modules/demux/ps.c
9123
9124 * Fake the PCR/SCR on MPEG PES streams (VDR for instance).
9125   Don't worry, it's if()'ed such that it's almost impossible for a normal PS file to trigger the hack.
9126   It worked for all my VDR PES files and was never triggered for my entire PS collection.
9127
9128 ------------------------------------------------------------------------
9129 r14007 | zorglub | 2006-01-23 22:21:19 +0100 (Mon, 23 Jan 2006) | 2 lines
9130 Changed paths:
9131    M /trunk/include/vlc_messages.h
9132    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
9133    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
9134    M /trunk/modules/stream_out/transcode.c
9135    M /trunk/src/misc/stats.c
9136    M /trunk/src/stream_output/stream_output.c
9137
9138 Gather some sout stats (Refs:#473)
9139
9140 ------------------------------------------------------------------------
9141 r14006 | hartman | 2006-01-23 22:10:49 +0100 (Mon, 23 Jan 2006) | 3 lines
9142 Changed paths:
9143    M /trunk/modules/demux/mp4/libmp4.c
9144
9145 * Don't crash if the hdlr in a mov has no name.
9146 * spelling correction and debug for out of bound child boxes.
9147
9148 ------------------------------------------------------------------------
9149 r14005 | zorglub | 2006-01-23 20:09:22 +0100 (Mon, 23 Jan 2006) | 2 lines
9150 Changed paths:
9151    M /trunk/modules/control/netsync.c
9152    M /trunk/modules/control/showintf.c
9153    M /trunk/src/libvlc.c
9154    M /trunk/src/libvlc.h
9155
9156 Add global options for netsync and showintf and hide them from interface (Closes:#508)
9157
9158 ------------------------------------------------------------------------
9159 r14004 | xtophe | 2006-01-23 16:35:02 +0100 (Mon, 23 Jan 2006) | 3 lines
9160 Changed paths:
9161    M /trunk/modules/access_output/http.c
9162
9163 http.c: add an option to disable bonjour (closes #509).
9164         Please review and improve the option text and longtext strings. 
9165
9166 ------------------------------------------------------------------------
9167 r14003 | damienf | 2006-01-23 13:00:00 +0100 (Mon, 23 Jan 2006) | 3 lines
9168 Changed paths:
9169    M /trunk/activex/oleobject.cpp
9170    M /trunk/activex/plugin.cpp
9171    M /trunk/activex/vlccontrol.cpp
9172
9173 plugin.cpp, oleobject.cpp: fix for ShowDisplay/Visible on activation
9174 vlccontrol.cpp: fixed small mem leak
9175
9176 ------------------------------------------------------------------------
9177 r14002 | dionoea | 2006-01-23 02:04:16 +0100 (Mon, 23 Jan 2006) | 2 lines
9178 Changed paths:
9179    M /trunk/modules/codec/dvbsub.c
9180
9181 oops, last commit wasn't meant to happen
9182
9183 ------------------------------------------------------------------------
9184 r14001 | dionoea | 2006-01-23 02:02:54 +0100 (Mon, 23 Jan 2006) | 16 lines
9185 Changed paths:
9186    M /trunk/modules/codec/dvbsub.c
9187
9188 fix subtitles position (aspect ratio)
9189
9190 the subtitle was displayed fine but since aspect ratios didn't match it
9191 wasn't positioned correctly on the vout. ie:
9192 --------------
9193 |            |
9194 |            |
9195 |      subtit|
9196 |            |
9197 -------------- ( http://people.videolan.org/~dionoea/vlcsubs.png )
9198
9199 now it's displayed in the center but the letters are scaled horrizontaly
9200 (which doesn't look too good ... but at least everything is displayed)
9201 ( http://people.videolan.org/~dionoea/vlcsubs2.png )
9202
9203
9204 ------------------------------------------------------------------------
9205 r14000 | hartman | 2006-01-23 01:34:33 +0100 (Mon, 23 Jan 2006) | 3 lines
9206 Changed paths:
9207    M /trunk/modules/misc/freetype.c
9208
9209 * Fix the opacity and color settings for the YUVA renderer.
9210 PS: It seems the YUVA blend has an UV subsample bug which can cause unwanted offsets of 1
9211
9212 ------------------------------------------------------------------------
9213 r13999 | dionoea | 2006-01-23 01:23:14 +0100 (Mon, 23 Jan 2006) | 3 lines
9214 Changed paths:
9215    M /trunk/share/http/dialogs/vlm
9216    M /trunk/share/http/js/functions.js
9217    M /trunk/share/http/js/vlm.js
9218
9219  dialogs/vlm, js/vlm.js : add schedule support
9220  * : some code cleanup.
9221
9222 ------------------------------------------------------------------------
9223 r13998 | hartman | 2006-01-22 23:54:57 +0100 (Sun, 22 Jan 2006) | 2 lines
9224 Changed paths:
9225    M /trunk/modules/demux/mkv.cpp
9226
9227 * Pass along the SSA header in mkv files to the decoder.
9228
9229 ------------------------------------------------------------------------
9230 r13997 | dionoea | 2006-01-22 23:52:20 +0100 (Sun, 22 Jan 2006) | 3 lines
9231 Changed paths:
9232    M /trunk/src/misc/vlm.c
9233
9234 If one schedule was disabled, all the folowing schedules weren't shown.
9235 Could someone explain why this return was put here in the first place ?
9236
9237 ------------------------------------------------------------------------
9238 r13996 | sigmunau | 2006-01-22 23:49:01 +0100 (Sun, 22 Jan 2006) | 14 lines
9239 Changed paths:
9240    M /trunk/modules/misc/freetype.c
9241
9242 freetype.c: Revived and revamped old yuva renderer
9243
9244 Highlights:
9245   Three rendering modes: Outline, Fat outline and background
9246   Better looking
9247 Drawbacks:
9248   White only at the moment
9249   no yuva blend filter for some chromas
9250   
9251 the old renderer is available with the --freetype-yuvp option, since this is
9252 needed at least for dvbsubs encoding. (and for people with no usable blend
9253 filter)
9254
9255
9256 ------------------------------------------------------------------------
9257 r13995 | hartman | 2006-01-22 23:27:29 +0100 (Sun, 22 Jan 2006) | 2 lines
9258 Changed paths:
9259    M /trunk/modules/demux/vobsub.c
9260
9261 * Stupid subtitles with their lack of proper specifications and implementations.....
9262
9263 ------------------------------------------------------------------------
9264 r13994 | hartman | 2006-01-22 23:20:19 +0100 (Sun, 22 Jan 2006) | 2 lines
9265 Changed paths:
9266    M /trunk/modules/demux/vobsub.c
9267
9268 * The vobsub param is Delay, not delay.
9269
9270 ------------------------------------------------------------------------
9271 r13993 | xtophe | 2006-01-22 19:13:59 +0100 (Sun, 22 Jan 2006) | 2 lines
9272 Changed paths:
9273    M /trunk/Makefile.am
9274
9275 Fix the win* package rules for the http intf.
9276
9277 ------------------------------------------------------------------------
9278 r13992 | xtophe | 2006-01-22 19:10:53 +0100 (Sun, 22 Jan 2006) | 2 lines
9279 Changed paths:
9280    M /trunk/modules/control/ntservice.c
9281
9282 missing in [13991].
9283
9284 ------------------------------------------------------------------------
9285 r13991 | zorglub | 2006-01-22 18:12:24 +0100 (Sun, 22 Jan 2006) | 6 lines
9286 Changed paths:
9287    M /trunk/include/variables.h
9288    M /trunk/include/vlc_interface.h
9289    M /trunk/include/vlc_symbols.h
9290    M /trunk/modules/codec/cmml/cmml.c
9291    M /trunk/modules/control/rc.c
9292    M /trunk/modules/misc/logger.c
9293    M /trunk/src/input/input.c
9294    M /trunk/src/interface/interface.c
9295    M /trunk/src/libvlc.c
9296    M /trunk/src/libvlc.h
9297    M /trunk/src/misc/variables.c
9298
9299 * Make ParseOption (from input) a global service (var_OptionParse)
9300 * Add i_options/pp_options to intf_Create
9301
9302 * add global options to enable file-logging and syslog (Refs:#508)
9303
9304
9305 ------------------------------------------------------------------------
9306 r13990 | zorglub | 2006-01-22 18:10:57 +0100 (Sun, 22 Jan 2006) | 2 lines
9307 Changed paths:
9308    M /trunk/include/modules.h
9309
9310 Add a psz_help field to module_t (Refs:#413)
9311
9312 ------------------------------------------------------------------------
9313 r13989 | dionoea | 2006-01-22 17:45:40 +0100 (Sun, 22 Jan 2006) | 2 lines
9314 Changed paths:
9315    M /trunk/configure.ac
9316
9317 add "oc" to the language list
9318
9319 ------------------------------------------------------------------------
9320 r13988 | dionoea | 2006-01-22 17:44:54 +0100 (Sun, 22 Jan 2006) | 2 lines
9321 Changed paths:
9322    M /trunk/Makefile.am
9323
9324 same thing for wince
9325
9326 ------------------------------------------------------------------------
9327 r13987 | dionoea | 2006-01-22 17:42:55 +0100 (Sun, 22 Jan 2006) | 3 lines
9328 Changed paths:
9329    M /trunk/Makefile.am
9330
9331 this should fix the win build. This build system is plain stupid. Why do we
9332 have references to the same stuff in http/Makefile.am and Makefile.am ?
9333
9334 ------------------------------------------------------------------------
9335 r13986 | zorglub | 2006-01-22 17:35:59 +0100 (Sun, 22 Jan 2006) | 2 lines
9336 Changed paths:
9337    M /trunk/src/network/httpd.c
9338
9339 Less HTTPd debugging
9340
9341 ------------------------------------------------------------------------
9342 r13985 | xtophe | 2006-01-22 17:18:39 +0100 (Sun, 22 Jan 2006) | 3 lines
9343 Changed paths:
9344    A /trunk/share/http/.hosts (from /trunk/share/http-old/.hosts:13982)
9345    M /trunk/share/http/dialogs/.hosts
9346
9347 .hosts: Provide a template .hosts.
9348 dialogs/.hosts: Explanation about the empty file. 
9349
9350 ------------------------------------------------------------------------
9351 r13984 | dionoea | 2006-01-22 17:18:38 +0100 (Sun, 22 Jan 2006) | 2 lines
9352 Changed paths:
9353    M /trunk/share/http/requests/vlm.xml
9354
9355 fix cut & paste error (bis).
9356
9357 ------------------------------------------------------------------------
9358 r13983 | dionoea | 2006-01-22 17:18:02 +0100 (Sun, 22 Jan 2006) | 2 lines
9359 Changed paths:
9360    M /trunk/share/http/requests/vlm.xml
9361
9362 fix cut & paste error.
9363
9364 ------------------------------------------------------------------------
9365 r13982 | zorglub | 2006-01-22 17:01:30 +0100 (Sun, 22 Jan 2006) | 2 lines
9366 Changed paths:
9367    M /trunk/modules/access/vcdx/Modules.am
9368
9369 Fix build of vcdx module
9370
9371 ------------------------------------------------------------------------
9372 r13981 | dionoea | 2006-01-22 16:59:52 +0100 (Sun, 22 Jan 2006) | 7 lines
9373 Changed paths:
9374    M /trunk/share/http/dialogs/vlm
9375    M /trunk/share/http/js/vlm.js
9376    M /trunk/share/http/style.css
9377    M /trunk/share/http/vlm.html
9378
9379  all: handle VLM broadcast and vod elements.
9380  todo: - seeking on broadcast elements
9381        - schedules
9382        - file(or textbox) load / save. might need some changes to the VLM
9383          core in order to export commands to a string (and not to a file)
9384        
9385
9386 ------------------------------------------------------------------------
9387 r13980 | sam | 2006-01-22 13:52:13 +0100 (Sun, 22 Jan 2006) | 2 lines
9388 Changed paths:
9389    M /trunk/debian/changelog
9390    M /trunk/debian/control
9391    M /trunk/debian/rules
9392
9393   * debian/*: new Debian upload.
9394
9395 ------------------------------------------------------------------------
9396 r13979 | dionoea | 2006-01-22 12:25:48 +0100 (Sun, 22 Jan 2006) | 2 lines
9397 Changed paths:
9398    M /trunk/share/Makefile.am
9399
9400 oops, i forgot to commit this
9401
9402 ------------------------------------------------------------------------
9403 r13978 | ipkiss | 2006-01-22 12:12:33 +0100 (Sun, 22 Jan 2006) | 2 lines
9404 Changed paths:
9405    M /trunk/doc/skins/skins2-howto.xml
9406
9407  * share/skins/skins2-howto.xml: SVN instead of CVS, and added a link to the DTD.
9408
9409 ------------------------------------------------------------------------
9410 r13977 | sam | 2006-01-22 11:48:06 +0100 (Sun, 22 Jan 2006) | 2 lines
9411 Changed paths:
9412    M /trunk/debian/vlc.mime
9413
9414   * debian/vlc.mime: put flags after the command, as per mailcap(5).
9415
9416 ------------------------------------------------------------------------
9417 r13976 | dionoea | 2006-01-22 02:38:28 +0100 (Sun, 22 Jan 2006) | 23 lines
9418 Changed paths:
9419    A /trunk/share/http/dialogs
9420    A /trunk/share/http/dialogs/.hosts
9421    A /trunk/share/http/dialogs/browse
9422    A /trunk/share/http/dialogs/footer
9423    A /trunk/share/http/dialogs/input
9424    A /trunk/share/http/dialogs/main
9425    A /trunk/share/http/dialogs/mosaic
9426    A /trunk/share/http/dialogs/playlist
9427    A /trunk/share/http/dialogs/sout
9428    A /trunk/share/http/dialogs/vlm
9429    D /trunk/share/http/functions.js
9430    M /trunk/share/http/index.html
9431    A /trunk/share/http/js
9432    A /trunk/share/http/js/functions.js (from /trunk/share/http/functions.js:13818)
9433    A /trunk/share/http/js/mosaic.js
9434    A /trunk/share/http/js/vlm.js
9435    A /trunk/share/http/mosaic.html
9436    M /trunk/share/http/requests/browse.xml
9437    M /trunk/share/http/requests/playlist.xml
9438    M /trunk/share/http/requests/status.xml
9439    A /trunk/share/http/requests/vlm.xml
9440    A /trunk/share/http/requests/vlm_cmd.xml
9441    M /trunk/share/http/style.css
9442    A /trunk/share/http/vlm.html
9443
9444 begining of a VLM interface and some code organisations changes. The vlm
9445 interface should be done pretty soon (i'll try to finish it tomorrow)
9446
9447  vlm.html : vlm web interface. What works: sending broadcast and vod creation
9448             commands
9449
9450  js/vlm.js : add code to handle sending vlm commands.
9451
9452  requests/vlm_cmd.xml : used to send a vlm command and get the resulting
9453                         error message
9454
9455  requests/vlm.xml : export the full vlm media/schedules "tree". I still need
9456                     to parse that in js/vlm.js in order to display it in
9457                     dialogs/vlm .
9458
9459  dialogs/* : dialogs' code which is used as building blocks for the
9460              main pages. (in order to avoid code duplication)
9461
9462  mosaic.html, js/mosaic.js, dialogs/mosaic : start of a mosaic help
9463             page. nothing works and it's almost empty but i didn't feel like
9464             sorting through the commited files.
9465
9466
9467 ------------------------------------------------------------------------
9468 r13975 | dionoea | 2006-01-22 01:11:00 +0100 (Sun, 22 Jan 2006) | 2 lines
9469 Changed paths:
9470    M /trunk/modules/control/http/rpn.c
9471
9472 remove dirty debug messages.
9473
9474 ------------------------------------------------------------------------
9475 r13974 | dionoea | 2006-01-22 01:09:06 +0100 (Sun, 22 Jan 2006) | 8 lines
9476 Changed paths:
9477    M /trunk/modules/control/http/rpn.c
9478
9479 new "vlm_cmd" (or "vlm_command") rpn function.
9480
9481 Since vlm commands are often full of spaces, you need to use the ";"
9482 command delimiter to mark the end of a command.
9483
9484 For example : <vlc id="rpn" param1="; broadcast name new vlm_cmd" />
9485
9486
9487 ------------------------------------------------------------------------
9488 r13973 | hartman | 2006-01-22 00:33:56 +0100 (Sun, 22 Jan 2006) | 2 lines
9489 Changed paths:
9490    M /trunk/modules/codec/quicktime.c
9491
9492 * Compile fix
9493
9494 ------------------------------------------------------------------------
9495 r13972 | hartman | 2006-01-22 00:05:00 +0100 (Sun, 22 Jan 2006) | 2 lines
9496 Changed paths:
9497    M /trunk/modules/codec/quicktime.c
9498
9499 * Some cleanup to the QT decoder. Still doesn't function. 
9500
9501 ------------------------------------------------------------------------
9502 r13971 | dionoea | 2006-01-21 23:05:31 +0100 (Sat, 21 Jan 2006) | 2 lines
9503 Changed paths:
9504    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
9505
9506 this looks better (thanks to Dnumgis for noticing)
9507
9508 ------------------------------------------------------------------------
9509 r13970 | hartman | 2006-01-21 22:29:07 +0100 (Sat, 21 Jan 2006) | 3 lines
9510 Changed paths:
9511    M /trunk/modules/audio_output/auhal.c
9512
9513 * workaround for device drivers that do not support "kAudioDevicePropertyPreferredChannelLayout".
9514   Grmbl @ Digidesign coders...
9515
9516 ------------------------------------------------------------------------
9517 r13969 | dionoea | 2006-01-21 21:46:09 +0100 (Sat, 21 Jan 2006) | 2 lines
9518 Changed paths:
9519    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
9520
9521 looks nicer this way
9522
9523 ------------------------------------------------------------------------
9524 r13968 | hartman | 2006-01-21 21:38:05 +0100 (Sat, 21 Jan 2006) | 2 lines
9525 Changed paths:
9526    M /trunk/modules/demux/vobsub.c
9527
9528 * One more fix for vobsubs with negative times
9529
9530 ------------------------------------------------------------------------
9531 r13967 | dionoea | 2006-01-21 21:30:57 +0100 (Sat, 21 Jan 2006) | 2 lines
9532 Changed paths:
9533    M /trunk/doc/fortunes.txt
9534
9535 Fortune !
9536
9537 ------------------------------------------------------------------------
9538 r13966 | zorglub | 2006-01-21 18:59:14 +0100 (Sat, 21 Jan 2006) | 2 lines
9539 Changed paths:
9540    M /trunk/src/libvlc.h
9541    M /trunk/src/playlist/item-ext.c
9542
9543 Add an "auto-preparse" option (default TRUE) - Refs:#192
9544
9545 ------------------------------------------------------------------------
9546 r13965 | courmisch | 2006-01-21 18:55:45 +0100 (Sat, 21 Jan 2006) | 2 lines
9547 Changed paths:
9548    M /trunk/modules/gui/wxwidgets/interface.cpp
9549
9550 Ugly bug-to-bug fix for wxWidgets drag'n'drop (closes #507)
9551
9552 ------------------------------------------------------------------------
9553 r13964 | zorglub | 2006-01-21 18:54:02 +0100 (Sat, 21 Jan 2006) | 2 lines
9554 Changed paths:
9555    M /trunk/src/playlist/playlist.c
9556
9557 Don't bother creating an input thread for non-file 
9558
9559 ------------------------------------------------------------------------
9560 r13963 | zorglub | 2006-01-21 18:50:55 +0100 (Sat, 21 Jan 2006) | 2 lines
9561 Changed paths:
9562    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
9563
9564 Don't preparse if we are about to play - Refs:#192
9565
9566 ------------------------------------------------------------------------
9567 r13962 | zorglub | 2006-01-21 18:44:07 +0100 (Sat, 21 Jan 2006) | 2 lines
9568 Changed paths:
9569    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
9570    M /trunk/modules/gui/wxwidgets/dialogs.cpp
9571    M /trunk/src/network/httpd.c
9572    M /trunk/src/playlist/item-ext.c
9573
9574 Preparse items added through the directory access or directly to the interface (Refs:#192)
9575
9576 ------------------------------------------------------------------------
9577 r13961 | sam | 2006-01-21 17:49:53 +0100 (Sat, 21 Jan 2006) | 3 lines
9578 Changed paths:
9579    M /trunk/modules/codec/spudec/parse.c
9580    M /trunk/modules/codec/spudec/spudec.c
9581    M /trunk/modules/codec/spudec/spudec.h
9582
9583   * modules/codec/spudec: fixed various (innocuous) buffer overflows and
9584     paved the way for private SPU commands.
9585
9586 ------------------------------------------------------------------------
9587 r13960 | zorglub | 2006-01-21 17:44:36 +0100 (Sat, 21 Jan 2006) | 5 lines
9588 Changed paths:
9589    M /trunk/include/vlc/vlc.h
9590    M /trunk/include/vlc_playlist.h
9591    M /trunk/modules/access/directory.c
9592    M /trunk/src/playlist/playlist.c
9593
9594 Enqueue the item ID instead of pointer for preparse
9595 Add a PLAYLIST_PREPARSE flag to tell that the item must be enqueued for preparse on add (not implemented yet).
9596
9597 Refs:#192
9598
9599 ------------------------------------------------------------------------
9600 r13959 | zorglub | 2006-01-21 17:37:34 +0100 (Sat, 21 Jan 2006) | 2 lines
9601 Changed paths:
9602    M /trunk/src/playlist/item.c
9603
9604 Don't block item name (Closes:#506)
9605
9606 ------------------------------------------------------------------------
9607 r13958 | zorglub | 2006-01-21 15:14:36 +0100 (Sat, 21 Jan 2006) | 2 lines
9608 Changed paths:
9609    M /trunk/include/aout_internal.h
9610    M /trunk/include/vlc_messages.h
9611    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
9612    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
9613    M /trunk/src/audio_output/dec.c
9614    M /trunk/src/audio_output/input.c
9615    M /trunk/src/audio_output/mixer.c
9616    M /trunk/src/input/input.c
9617    M /trunk/src/misc/stats.c
9618    M /trunk/src/playlist/playlist.c
9619
9620 Audio - Refs:#473
9621
9622 ------------------------------------------------------------------------
9623 r13957 | zorglub | 2006-01-21 14:49:42 +0100 (Sat, 21 Jan 2006) | 2 lines
9624 Changed paths:
9625    M /trunk/modules/gui/skins2/unzip/unzip.c
9626
9627 Get rid of warning
9628
9629 ------------------------------------------------------------------------
9630 r13956 | xtophe | 2006-01-21 00:37:23 +0100 (Sat, 21 Jan 2006) | 2 lines
9631 Changed paths:
9632    M /trunk/INSTALL.win32
9633
9634 Install.win32: Add path for pkg-config
9635
9636 ------------------------------------------------------------------------
9637 r13955 | xtophe | 2006-01-20 19:50:48 +0100 (Fri, 20 Jan 2006) | 2 lines
9638 Changed paths:
9639    M /trunk/configure.ac
9640
9641 Fix X includes detection.
9642
9643 ------------------------------------------------------------------------
9644 r13954 | oaubert | 2006-01-20 12:59:13 +0100 (Fri, 20 Jan 2006) | 2 lines
9645 Changed paths:
9646    M /trunk/modules/misc/svg.c
9647
9648 svg.c: use conditional includes for system includes (unistd.h, stat.h, types.h)
9649
9650 ------------------------------------------------------------------------
9651 r13953 | damienf | 2006-01-20 01:31:44 +0100 (Fri, 20 Jan 2006) | 2 lines
9652 Changed paths:
9653    M /trunk/extras/MacOSX/plugin/Info.plist
9654    M /trunk/mozilla/Makefile.am
9655
9656 all: updated mozilla MacOS X bundle, Safari can 'see' it now (didn't run it though)
9657
9658 ------------------------------------------------------------------------
9659 r13952 | hartman | 2006-01-19 17:10:14 +0100 (Thu, 19 Jan 2006) | 2 lines
9660 Changed paths:
9661    M /trunk/modules/audio_output/auhal.c
9662
9663 * auhal.c: Another workaround for devices not supporting hogmode
9664
9665 ------------------------------------------------------------------------
9666 r13951 | sigmunau | 2006-01-19 13:47:08 +0100 (Thu, 19 Jan 2006) | 2 lines
9667 Changed paths:
9668    M /trunk/modules/access/dvb/linux_dvb.c
9669
9670 linux_dvb.c: output "Tuning failed" in dvb status page rather than nothing when we have no lock
9671
9672 ------------------------------------------------------------------------
9673 r13950 | xtophe | 2006-01-19 10:01:34 +0100 (Thu, 19 Jan 2006) | 2 lines
9674 Changed paths:
9675    M /trunk/configure.ac
9676
9677 Oops. I shall read the diff before commiting
9678
9679 ------------------------------------------------------------------------
9680 r13949 | xtophe | 2006-01-19 01:01:17 +0100 (Thu, 19 Jan 2006) | 2 lines
9681 Changed paths:
9682    M /trunk/configure.ac
9683
9684 configure.ac: Try harder to find the X headers and libs.
9685
9686 ------------------------------------------------------------------------
9687 r13948 | xtophe | 2006-01-18 13:08:03 +0100 (Wed, 18 Jan 2006) | 2 lines
9688 Changed paths:
9689    M /trunk/include/vlc_interaction.h
9690    M /trunk/src/interface/interaction.c
9691    M /trunk/src/misc/stats.c
9692
9693 Copyright dates and svn properties
9694
9695 ------------------------------------------------------------------------
9696 r13947 | hartman | 2006-01-18 02:39:30 +0100 (Wed, 18 Jan 2006) | 2 lines
9697 Changed paths:
9698    M /trunk/modules/audio_output/auhal.c
9699
9700 * auhal.c: Some drivers don't support hogmode. Don't fail entirely if this is the case.
9701
9702 ------------------------------------------------------------------------
9703 r13946 | damienf | 2006-01-17 16:38:42 +0100 (Tue, 17 Jan 2006) | 3 lines
9704 Changed paths:
9705    M /trunk/activex/README.TXT
9706
9707 README.TXT: updated documentation
9708
9709
9710 ------------------------------------------------------------------------
9711 r13945 | oaubert | 2006-01-17 12:58:26 +0100 (Tue, 17 Jan 2006) | 2 lines
9712 Changed paths:
9713    M /trunk/include/mediacontrol_internal.h
9714
9715 mediacontrol_internal.h: oops. Superfluous typedef (defined in vlc/mediacontrol.h)
9716
9717 ------------------------------------------------------------------------
9718 r13944 | oaubert | 2006-01-17 11:26:59 +0100 (Tue, 17 Jan 2006) | 2 lines
9719 Changed paths:
9720    M /trunk/include/mediacontrol_internal.h
9721    M /trunk/include/vlc/mediacontrol.h
9722
9723 mediacontrol API: proper fix for mediacontrol_Instance forward declaration
9724
9725 ------------------------------------------------------------------------
9726 r13943 | damienf | 2006-01-17 11:19:03 +0100 (Tue, 17 Jan 2006) | 7 lines
9727 Changed paths:
9728    M /trunk/modules/access/dshow/dshow.cpp
9729
9730 dshow.cpp: Removed default preferred media types (I420) as it was reported by Paul Sokolovsky to cause kernel crashes
9731            with some buggy drivers. I added these media types a while back to get around another bug for drivers that
9732            didn't offer any preferred media types.
9733            Hopefully, the latter bug should be indirectly fixed when I added support for IAMStreamConfig.
9734            Moreover, I modified the selection of a default format in IAMStreamConfig to take
9735            GetFourCCPriority into a account.
9736
9737 ------------------------------------------------------------------------
9738 r13942 | jpsaman | 2006-01-16 22:32:56 +0100 (Mon, 16 Jan 2006) | 1 line
9739 Changed paths:
9740    M /trunk/modules/stream_out/transcode.c
9741
9742 Whitespace cleanup
9743 ------------------------------------------------------------------------
9744 r13941 | hartman | 2006-01-16 21:22:40 +0100 (Mon, 16 Jan 2006) | 2 lines
9745 Changed paths:
9746    M /trunk/modules/access/rtsp/access.c
9747
9748 * Real RTSP sometimes uses pnm://
9749
9750 ------------------------------------------------------------------------
9751 r13940 | damienf | 2006-01-16 20:44:18 +0100 (Mon, 16 Jan 2006) | 2 lines
9752 Changed paths:
9753    M /trunk/mozilla/Makefile.am
9754
9755 Makefile.am: thou shalt test thy changes (self flagellation in progress)
9756
9757 ------------------------------------------------------------------------
9758 r13939 | jpsaman | 2006-01-16 20:01:58 +0100 (Mon, 16 Jan 2006) | 1 line
9759 Changed paths:
9760    M /trunk/src/control/mediacontrol_core.c
9761
9762 Codingstyle fixes
9763 ------------------------------------------------------------------------
9764 r13938 | jpsaman | 2006-01-16 20:01:24 +0100 (Mon, 16 Jan 2006) | 1 line
9765 Changed paths:
9766    M /trunk/include/vlc_symbols.h
9767
9768 Define vlc_curent_object in include/vlc_objects.h
9769 ------------------------------------------------------------------------
9770 r13937 | jpsaman | 2006-01-16 20:00:22 +0100 (Mon, 16 Jan 2006) | 1 line
9771 Changed paths:
9772    M /trunk/extras/zsh.cpp
9773    M /trunk/include/vlc_objects.h
9774    M /trunk/src/control/core.c
9775
9776 Define vlc_curent_object in include/vlc_objects.h
9777 ------------------------------------------------------------------------
9778 r13936 | jpsaman | 2006-01-16 19:58:15 +0100 (Mon, 16 Jan 2006) | 1 line
9779 Changed paths:
9780    M /trunk/include/mediacontrol_internal.h
9781    M /trunk/include/vlc/mediacontrol.h
9782
9783 Define mediacontrol_Instance in the right place
9784 ------------------------------------------------------------------------
9785 r13935 | jpsaman | 2006-01-16 19:50:48 +0100 (Mon, 16 Jan 2006) | 1 line
9786 Changed paths:
9787    M /trunk/src/control/mediacontrol_audio_video.c
9788
9789 Indentation and coding style fixes
9790 ------------------------------------------------------------------------
9791 r13934 | jpsaman | 2006-01-16 19:03:14 +0100 (Mon, 16 Jan 2006) | 1 line
9792 Changed paths:
9793    M /trunk/include/vlc/libvlc.h
9794
9795 Define libvlc_exception_raise() in the proper place
9796 ------------------------------------------------------------------------
9797 r13933 | damienf | 2006-01-16 19:01:38 +0100 (Mon, 16 Jan 2006) | 2 lines
9798 Changed paths:
9799    M /trunk/mozilla/Makefile.am
9800
9801 Makefile.am: should fix compilation (or non-compilation) on all platforms
9802
9803 ------------------------------------------------------------------------
9804 r13932 | jpsaman | 2006-01-16 18:49:34 +0100 (Mon, 16 Jan 2006) | 1 line
9805 Changed paths:
9806    M /trunk/modules/gui/skins2/x11/x11_popup.cpp
9807
9808 Compiler warning about a missing return statement in a non-void function.
9809 ------------------------------------------------------------------------
9810 r13931 | jpsaman | 2006-01-16 18:48:33 +0100 (Mon, 16 Jan 2006) | 1 line
9811 Changed paths:
9812    M /trunk/modules/gui/skins2/unzip/unzip.c
9813
9814 Use brackets to avoid ambiguos else
9815 ------------------------------------------------------------------------
9816 r13930 | jpsaman | 2006-01-16 18:45:11 +0100 (Mon, 16 Jan 2006) | 1 line
9817 Changed paths:
9818    M /trunk/src/video_output/vout_intf.c
9819
9820 Fix identation
9821 ------------------------------------------------------------------------
9822 r13929 | jpsaman | 2006-01-16 18:44:38 +0100 (Mon, 16 Jan 2006) | 1 line
9823 Changed paths:
9824    M /trunk/src/control/playlist.c
9825
9826 return NULL properly in libvlc_playlist_get_input()
9827 ------------------------------------------------------------------------
9828 r13928 | jpsaman | 2006-01-16 18:42:57 +0100 (Mon, 16 Jan 2006) | 1 line
9829 Changed paths:
9830    M /trunk/src/input/input.c
9831
9832 Fix segmentation fault in core and use of non-initialised variable compiler warning.
9833 ------------------------------------------------------------------------
9834 r13927 | damienf | 2006-01-16 17:56:40 +0100 (Mon, 16 Jan 2006) | 2 lines
9835 Changed paths:
9836    M /trunk/mozilla/Makefile.am
9837
9838 hopefully, this will fix previous commit
9839
9840 ------------------------------------------------------------------------
9841 r13926 | damienf | 2006-01-16 17:35:19 +0100 (Mon, 16 Jan 2006) | 2 lines
9842 Changed paths:
9843    M /trunk/mozilla/Makefile.am
9844    M /trunk/mozilla/vlcshell.cpp
9845
9846 all: fixed mozilla plugin compilation for MacOS X
9847
9848 ------------------------------------------------------------------------
9849 r13925 | xtophe | 2006-01-16 16:45:07 +0100 (Mon, 16 Jan 2006) | 2 lines
9850 Changed paths:
9851    M /trunk/po/ka.po
9852
9853 Fix
9854
9855 ------------------------------------------------------------------------
9856 r13924 | hartman | 2006-01-16 15:37:46 +0100 (Mon, 16 Jan 2006) | 2 lines
9857 Changed paths:
9858    M /trunk/extras/contrib/src/Makefile
9859
9860 * stupid tabs in Makefiles....
9861
9862 ------------------------------------------------------------------------
9863 r13923 | xtophe | 2006-01-16 15:37:08 +0100 (Mon, 16 Jan 2006) | 2 lines
9864 Changed paths:
9865    M /trunk/po/ka.po
9866
9867 Update of the Georgian localization. Thanks to Alexander Didebulidze
9868
9869 ------------------------------------------------------------------------
9870 r13922 | hartman | 2006-01-16 15:33:06 +0100 (Mon, 16 Jan 2006) | 2 lines
9871 Changed paths:
9872    M /trunk/extras/contrib/src/Makefile
9873
9874 * Add a dummy .dvdread entry to trigger the INSTALL_NAME script on OSX.
9875
9876 ------------------------------------------------------------------------
9877 r13921 | hartman | 2006-01-16 02:54:55 +0100 (Mon, 16 Jan 2006) | 7 lines
9878 Changed paths:
9879    M /trunk/modules/demux/vobsub.c
9880
9881 modules/demux/vobsub.c:
9882 * add support for negative timestamps
9883 * add support for the delay parameter
9884 * add support for reading the DVD palette of vobsubs
9885 * free the used memory when we close the vobsubs
9886
9887
9888 ------------------------------------------------------------------------
9889 r13920 | zorglub | 2006-01-15 23:21:21 +0100 (Sun, 15 Jan 2006) | 2 lines
9890 Changed paths:
9891    M /trunk/src/misc/stats.c
9892
9893 Fix
9894
9895 ------------------------------------------------------------------------
9896 r13919 | zorglub | 2006-01-15 23:10:41 +0100 (Sun, 15 Jan 2006) | 2 lines
9897 Changed paths:
9898    M /trunk/include/vlc_messages.h
9899    M /trunk/include/vlc_symbols.h
9900    M /trunk/src/libvlc.c
9901    M /trunk/src/misc/stats.c
9902    M /trunk/src/misc/vlm.c
9903
9904 Fix some memleaks
9905
9906 ------------------------------------------------------------------------
9907 r13918 | hartman | 2006-01-15 21:52:30 +0100 (Sun, 15 Jan 2006) | 2 lines
9908 Changed paths:
9909    M /trunk/src/input/subtitles.c
9910
9911 * Fix free of the directory listing of the subtitle scan.
9912
9913 ------------------------------------------------------------------------
9914 r13917 | zorglub | 2006-01-15 21:33:26 +0100 (Sun, 15 Jan 2006) | 2 lines
9915 Changed paths:
9916    M /trunk/src/misc/objects.c
9917
9918 Free
9919
9920 ------------------------------------------------------------------------
9921 r13916 | zorglub | 2006-01-15 21:29:38 +0100 (Sun, 15 Jan 2006) | 4 lines
9922 Changed paths:
9923    M /trunk/include/vlc_common.h
9924    M /trunk/include/vlc_input.h
9925    M /trunk/include/vlc_messages.h
9926    M /trunk/include/vlc_symbols.h
9927    M /trunk/src/input/input.c
9928    M /trunk/src/misc/messages.c
9929    M /trunk/src/misc/objects.c
9930    M /trunk/src/misc/vlm.c
9931
9932 Add ability to prepend headers to messages (object-specific) and use it for VLM media (Closes:#496)
9933
9934 To use it, put a string in p_object->psz_header, all messages from this object and its parent will have the header prepended
9935
9936 ------------------------------------------------------------------------
9937 r13915 | zorglub | 2006-01-15 20:04:43 +0100 (Sun, 15 Jan 2006) | 2 lines
9938 Changed paths:
9939    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
9940    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
9941    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
9942    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
9943
9944 Layout stuff
9945
9946 ------------------------------------------------------------------------
9947 r13914 | zorglub | 2006-01-15 19:13:34 +0100 (Sun, 15 Jan 2006) | 3 lines
9948 Changed paths:
9949    M /trunk/src/input/input.c
9950    M /trunk/src/misc/stats.c
9951
9952 Fix calculation for demux bitrate (Refs:#473)
9953
9954
9955 ------------------------------------------------------------------------
9956 r13913 | zorglub | 2006-01-15 18:30:45 +0100 (Sun, 15 Jan 2006) | 2 lines
9957 Changed paths:
9958    M /trunk/include/vlc_messages.h
9959    M /trunk/include/vlc_symbols.h
9960    M /trunk/modules/gui/wxwidgets/Modules.am
9961    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
9962    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
9963    A /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
9964    A /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
9965    M /trunk/modules/gui/wxwidgets/dialogs.cpp
9966    M /trunk/src/input/decoder.c
9967    M /trunk/src/input/es_out.c
9968    M /trunk/src/input/input.c
9969    M /trunk/src/misc/stats.c
9970    M /trunk/src/playlist/playlist.c
9971
9972 Show stats in interface (Refs:#473)
9973
9974 ------------------------------------------------------------------------
9975 r13912 | damienf | 2006-01-14 21:03:43 +0100 (Sat, 14 Jan 2006) | 2 lines
9976 Changed paths:
9977    M /trunk/extras/contrib/src/Patches/ffmpeg-cvs.patch
9978
9979 updated patch for latest CVS
9980
9981 ------------------------------------------------------------------------
9982 r13911 | xtophe | 2006-01-14 13:37:19 +0100 (Sat, 14 Jan 2006) | 2 lines
9983 Changed paths:
9984    M /trunk/src/libvlc.h
9985
9986 Inversion
9987
9988 ------------------------------------------------------------------------
9989 r13910 | zorglub | 2006-01-14 11:57:44 +0100 (Sat, 14 Jan 2006) | 2 lines
9990 Changed paths:
9991    M /trunk/include/main.h
9992    M /trunk/src/libvlc.c
9993    M /trunk/src/libvlc.h
9994    M /trunk/src/misc/stats.c
9995    M /trunk/src/playlist/playlist.c
9996
9997 Add an option to disable stats (Refs:#473)
9998
9999 ------------------------------------------------------------------------
10000 r13909 | jpsaman | 2006-01-14 10:36:16 +0100 (Sat, 14 Jan 2006) | 1 line
10001 Changed paths:
10002    M /trunk/modules/access/dshow/common.h
10003    M /trunk/modules/access/dshow/dshow.cpp
10004
10005 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.
10006 ------------------------------------------------------------------------
10007 r13908 | hartman | 2006-01-14 01:03:13 +0100 (Sat, 14 Jan 2006) | 4 lines
10008 Changed paths:
10009    M /trunk/modules/codec/subsdec.c
10010    M /trunk/src/input/stream.c
10011
10012 * Revert the Default charset encoding back to ISO-8859-1
10013   No longer use the charset of the OS. OS X is UTF-8 for instance, but most subs are simply in Latin-1.
10014 * In case we did BOM detection with stream_ReadLine, set subsdec-encoding to UTF-8 automatically.
10015
10016 ------------------------------------------------------------------------
10017 r13907 | zorglub | 2006-01-14 00:01:34 +0100 (Sat, 14 Jan 2006) | 2 lines
10018 Changed paths:
10019    M /trunk/src/misc/stats.c
10020
10021 Fix stats crash
10022
10023 ------------------------------------------------------------------------
10024 r13906 | courmisch | 2006-01-13 13:16:06 +0100 (Fri, 13 Jan 2006) | 2 lines
10025 Changed paths:
10026    M /trunk/modules/access/vcdx/Modules.am
10027    M /trunk/po/POTFILES.in
10028
10029 Partial distcheck fix
10030
10031 ------------------------------------------------------------------------
10032 r13905 | dionoea | 2006-01-13 00:10:04 +0100 (Fri, 13 Jan 2006) | 2 lines
10033 Changed paths:
10034    M /trunk/activex/axvlc.idl
10035    M /trunk/activex/connectioncontainer.cpp
10036    M /trunk/activex/connectioncontainer.h
10037    M /trunk/activex/dataobject.cpp
10038    M /trunk/activex/dataobject.h
10039    M /trunk/activex/main.cpp
10040    M /trunk/activex/objectsafety.cpp
10041    M /trunk/activex/objectsafety.h
10042    M /trunk/activex/olecontrol.cpp
10043    M /trunk/activex/olecontrol.h
10044    M /trunk/activex/oleinplaceactiveobject.cpp
10045    M /trunk/activex/oleinplaceactiveobject.h
10046    M /trunk/activex/oleinplaceobject.cpp
10047    M /trunk/activex/oleinplaceobject.h
10048    M /trunk/activex/oleobject.cpp
10049    M /trunk/activex/oleobject.h
10050    M /trunk/activex/persistpropbag.cpp
10051    M /trunk/activex/persistpropbag.h
10052    M /trunk/activex/persiststorage.cpp
10053    M /trunk/activex/persiststorage.h
10054    M /trunk/activex/persiststreaminit.cpp
10055    M /trunk/activex/persiststreaminit.h
10056    M /trunk/activex/plugin.cpp
10057    M /trunk/activex/plugin.h
10058    M /trunk/activex/provideclassinfo.cpp
10059    M /trunk/activex/provideclassinfo.h
10060    M /trunk/activex/utils.cpp
10061    M /trunk/activex/utils.h
10062    M /trunk/activex/viewobject.cpp
10063    M /trunk/activex/viewobject.h
10064    M /trunk/activex/vlccontrol.cpp
10065    M /trunk/activex/vlccontrol.h
10066    M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
10067    M /trunk/bindings/java/org/videolan/jvlc/JVLCBoolVariable.java
10068    M /trunk/bindings/java/org/videolan/jvlc/JVLCFloatVariable.java
10069    M /trunk/bindings/java/org/videolan/jvlc/JVLCIntVariable.java
10070    M /trunk/bindings/java/org/videolan/jvlc/JVLCStringVariable.java
10071    M /trunk/bindings/java/org/videolan/jvlc/JVLCTimeVariable.java
10072    M /trunk/bindings/java/org/videolan/jvlc/JVLCVarValue.java
10073    M /trunk/bindings/java/org/videolan/jvlc/JVLCVarVariable.java
10074    M /trunk/bindings/java/org/videolan/jvlc/JVLCVariable.java
10075    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControl.java
10076    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlException.java
10077    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlInstance.java
10078    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPlaylistSeq.java
10079    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPosition.java
10080    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPositionKeyEnum.java
10081    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPositionOrigin.java
10082    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPositionOriginEnum.java
10083    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlRGBPicture.java
10084    M /trunk/bindings/java/vlc-glue-cni.cc
10085    M /trunk/bindings/java/vlc-glue-jni.cc
10086    M /trunk/bindings/java/vlc-graphics-jni.cc
10087    M /trunk/bindings/java-gcj/JVLC.java
10088    M /trunk/bindings/python/vlcglue.c
10089    M /trunk/bindings/python/vlcglue.h
10090    M /trunk/evc/modules_builtin_evc.h
10091    M /trunk/extras/contrib/Makefile
10092    M /trunk/extras/contrib/bootstrap
10093    M /trunk/extras/contrib/change_prefix.sh
10094    M /trunk/extras/contrib/src/Makefile
10095    M /trunk/extras/contrib/src/packages.mak
10096    M /trunk/extras/zsh.cpp
10097    M /trunk/include/aout_internal.h
10098    M /trunk/include/audio_output.h
10099    M /trunk/include/beos_specific.h
10100    M /trunk/include/charset.h
10101    M /trunk/include/codecs.h
10102    M /trunk/include/configuration.h
10103    M /trunk/include/darwin_specific.h
10104    M /trunk/include/intf_eject.h
10105    M /trunk/include/iso_lang.h
10106    M /trunk/include/libvlc_internal.h
10107    M /trunk/include/main.h
10108    M /trunk/include/mediacontrol_internal.h
10109    M /trunk/include/modules.h
10110    M /trunk/include/modules_inner.h
10111    M /trunk/include/mtime.h
10112    M /trunk/include/network.h
10113    M /trunk/include/os_specific.h
10114    M /trunk/include/stream_output.h
10115    M /trunk/include/variables.h
10116    M /trunk/include/video_output.h
10117    M /trunk/include/vlc/aout.h
10118    M /trunk/include/vlc/decoder.h
10119    M /trunk/include/vlc/input.h
10120    M /trunk/include/vlc/intf.h
10121    M /trunk/include/vlc/libvlc.h
10122    M /trunk/include/vlc/mediacontrol.h
10123    M /trunk/include/vlc/mediacontrol_structures.h
10124    M /trunk/include/vlc/sout.h
10125    M /trunk/include/vlc/vlc.h
10126    M /trunk/include/vlc/vout.h
10127    M /trunk/include/vlc_access.h
10128    M /trunk/include/vlc_acl.h
10129    M /trunk/include/vlc_bits.h
10130    M /trunk/include/vlc_block.h
10131    M /trunk/include/vlc_block_helper.h
10132    M /trunk/include/vlc_codec.h
10133    M /trunk/include/vlc_common.h
10134    M /trunk/include/vlc_config.h
10135    M /trunk/include/vlc_config_cat.h
10136    M /trunk/include/vlc_cpu.h
10137    M /trunk/include/vlc_demux.h
10138    M /trunk/include/vlc_error.h
10139    M /trunk/include/vlc_es.h
10140    M /trunk/include/vlc_es_out.h
10141    M /trunk/include/vlc_filter.h
10142    M /trunk/include/vlc_httpd.h
10143    M /trunk/include/vlc_image.h
10144    M /trunk/include/vlc_input.h
10145    M /trunk/include/vlc_interaction.h
10146    M /trunk/include/vlc_interface.h
10147    M /trunk/include/vlc_keys.h
10148    M /trunk/include/vlc_md5.h
10149    M /trunk/include/vlc_messages.h
10150    M /trunk/include/vlc_meta.h
10151    M /trunk/include/vlc_objects.h
10152    M /trunk/include/vlc_osd.h
10153    M /trunk/include/vlc_playlist.h
10154    M /trunk/include/vlc_spu.h
10155    M /trunk/include/vlc_stream.h
10156    M /trunk/include/vlc_threads.h
10157    M /trunk/include/vlc_threads_funcs.h
10158    M /trunk/include/vlc_tls.h
10159    M /trunk/include/vlc_video.h
10160    M /trunk/include/vlc_vlm.h
10161    M /trunk/include/vlc_vod.h
10162    M /trunk/include/vlc_xml.h
10163    M /trunk/include/vout_synchro.h
10164    M /trunk/include/win32_specific.h
10165    M /trunk/modules/access/cdda/access.c
10166    M /trunk/modules/access/cdda/access.h
10167    M /trunk/modules/access/cdda/callback.c
10168    M /trunk/modules/access/cdda/callback.h
10169    M /trunk/modules/access/cdda/cdda.c
10170    M /trunk/modules/access/cdda/cdda.h
10171    M /trunk/modules/access/cdda/info.c
10172    M /trunk/modules/access/cdda/info.h
10173    M /trunk/modules/access/cdda.c
10174    M /trunk/modules/access/directory.c
10175    M /trunk/modules/access/dshow/common.h
10176    M /trunk/modules/access/dshow/crossbar.cpp
10177    M /trunk/modules/access/dshow/dshow.cpp
10178    M /trunk/modules/access/dshow/filter.cpp
10179    M /trunk/modules/access/dshow/filter.h
10180    M /trunk/modules/access/dv.c
10181    M /trunk/modules/access/dvb/access.c
10182    M /trunk/modules/access/dvb/http.c
10183    M /trunk/modules/access/dvdnav.c
10184    M /trunk/modules/access/dvdread.c
10185    M /trunk/modules/access/fake.c
10186    M /trunk/modules/access/file.c
10187    M /trunk/modules/access/ftp.c
10188    M /trunk/modules/access/gnomevfs.c
10189    M /trunk/modules/access/http.c
10190    M /trunk/modules/access/mms/asf.c
10191    M /trunk/modules/access/mms/asf.h
10192    M /trunk/modules/access/mms/buffer.c
10193    M /trunk/modules/access/mms/buffer.h
10194    M /trunk/modules/access/mms/mms.c
10195    M /trunk/modules/access/mms/mms.h
10196    M /trunk/modules/access/mms/mmsh.c
10197    M /trunk/modules/access/mms/mmsh.h
10198    M /trunk/modules/access/mms/mmstu.c
10199    M /trunk/modules/access/mms/mmstu.h
10200    M /trunk/modules/access/pvr/pvr.c
10201    M /trunk/modules/access/rtsp/access.c
10202    M /trunk/modules/access/rtsp/real.c
10203    M /trunk/modules/access/rtsp/real.h
10204    M /trunk/modules/access/rtsp/real_rmff.c
10205    M /trunk/modules/access/rtsp/real_rmff.h
10206    M /trunk/modules/access/rtsp/real_sdpplin.h
10207    M /trunk/modules/access/rtsp/rtsp.c
10208    M /trunk/modules/access/rtsp/rtsp.h
10209    M /trunk/modules/access/screen/beos.cpp
10210    M /trunk/modules/access/screen/mac.c
10211    M /trunk/modules/access/screen/screen.c
10212    M /trunk/modules/access/screen/screen.h
10213    M /trunk/modules/access/screen/win32.c
10214    M /trunk/modules/access/screen/x11.c
10215    M /trunk/modules/access/smb.c
10216    M /trunk/modules/access/tcp.c
10217    M /trunk/modules/access/udp.c
10218    M /trunk/modules/access/v4l/v4l.c
10219    M /trunk/modules/access/v4l/videodev_mjpeg.h
10220    M /trunk/modules/access/vcd/cdrom.c
10221    M /trunk/modules/access/vcd/cdrom.h
10222    M /trunk/modules/access/vcd/cdrom_internals.h
10223    M /trunk/modules/access/vcd/vcd.c
10224    M /trunk/modules/access/vcdx/access.c
10225    M /trunk/modules/access/vcdx/demux.c
10226    M /trunk/modules/access/vcdx/info.c
10227    M /trunk/modules/access/vcdx/info.h
10228    M /trunk/modules/access/vcdx/intf.c
10229    M /trunk/modules/access/vcdx/intf.h
10230    M /trunk/modules/access/vcdx/vcd.c
10231    M /trunk/modules/access/vcdx/vcd.h
10232    M /trunk/modules/access/vcdx/vcdplayer.c
10233    M /trunk/modules/access/vcdx/vcdplayer.h
10234    M /trunk/modules/access_filter/record.c
10235    M /trunk/modules/access_filter/timeshift.c
10236    M /trunk/modules/access_output/bonjour.c
10237    M /trunk/modules/access_output/bonjour.h
10238    M /trunk/modules/access_output/dummy.c
10239    M /trunk/modules/access_output/file.c
10240    M /trunk/modules/access_output/http.c
10241    M /trunk/modules/access_output/shout.c
10242    M /trunk/modules/access_output/udp.c
10243    M /trunk/modules/audio_filter/channel_mixer/dolby.c
10244    M /trunk/modules/audio_filter/channel_mixer/headphone.c
10245    M /trunk/modules/audio_filter/channel_mixer/simple.c
10246    M /trunk/modules/audio_filter/channel_mixer/trivial.c
10247    M /trunk/modules/audio_filter/converter/a52tofloat32.c
10248    M /trunk/modules/audio_filter/converter/a52tospdif.c
10249    M /trunk/modules/audio_filter/converter/dtstofloat32.c
10250    M /trunk/modules/audio_filter/converter/dtstospdif.c
10251    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
10252    M /trunk/modules/audio_filter/converter/fixed32tos16.c
10253    M /trunk/modules/audio_filter/converter/float32tos16.c
10254    M /trunk/modules/audio_filter/converter/float32tos8.c
10255    M /trunk/modules/audio_filter/converter/float32tou16.c
10256    M /trunk/modules/audio_filter/converter/float32tou8.c
10257    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
10258    M /trunk/modules/audio_filter/converter/s16tofixed32.c
10259    M /trunk/modules/audio_filter/converter/s16tofloat32.c
10260    M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
10261    M /trunk/modules/audio_filter/converter/s8tofloat32.c
10262    M /trunk/modules/audio_filter/converter/u8tofixed32.c
10263    M /trunk/modules/audio_filter/converter/u8tofloat32.c
10264    M /trunk/modules/audio_filter/equalizer.c
10265    M /trunk/modules/audio_filter/equalizer_presets.h
10266    M /trunk/modules/audio_filter/format.c
10267    M /trunk/modules/audio_filter/normvol.c
10268    M /trunk/modules/audio_filter/resampler/bandlimited.c
10269    M /trunk/modules/audio_filter/resampler/bandlimited.h
10270    M /trunk/modules/audio_filter/resampler/linear.c
10271    M /trunk/modules/audio_filter/resampler/trivial.c
10272    M /trunk/modules/audio_filter/resampler/ugly.c
10273    M /trunk/modules/audio_mixer/float32.c
10274    M /trunk/modules/audio_mixer/spdif.c
10275    M /trunk/modules/audio_mixer/trivial.c
10276    M /trunk/modules/audio_output/alsa.c
10277    M /trunk/modules/audio_output/arts.c
10278    M /trunk/modules/audio_output/auhal.c
10279    M /trunk/modules/audio_output/directx.c
10280    M /trunk/modules/audio_output/esd.c
10281    M /trunk/modules/audio_output/file.c
10282    M /trunk/modules/audio_output/hd1000a.cpp
10283    M /trunk/modules/audio_output/jack.c
10284    M /trunk/modules/audio_output/oss.c
10285    M /trunk/modules/audio_output/portaudio.c
10286    M /trunk/modules/audio_output/sdl.c
10287    M /trunk/modules/audio_output/waveout.c
10288    M /trunk/modules/codec/a52.c
10289    M /trunk/modules/codec/adpcm.c
10290    M /trunk/modules/codec/araw.c
10291    M /trunk/modules/codec/cinepak.c
10292    M /trunk/modules/codec/cmml/browser_open.c
10293    M /trunk/modules/codec/cmml/browser_open.h
10294    M /trunk/modules/codec/cmml/cmml.c
10295    M /trunk/modules/codec/cmml/history.c
10296    M /trunk/modules/codec/cmml/history.h
10297    M /trunk/modules/codec/cmml/intf.c
10298    M /trunk/modules/codec/cmml/xarray.c
10299    M /trunk/modules/codec/cmml/xarray.h
10300    M /trunk/modules/codec/cmml/xlist.c
10301    M /trunk/modules/codec/cmml/xlist.h
10302    M /trunk/modules/codec/cmml/xstrcat.h
10303    M /trunk/modules/codec/cmml/xtag.c
10304    M /trunk/modules/codec/cmml/xtag.h
10305    M /trunk/modules/codec/cmml/xurl.c
10306    M /trunk/modules/codec/cmml/xurl.h
10307    M /trunk/modules/codec/cvdsub.c
10308    M /trunk/modules/codec/dirac.c
10309    M /trunk/modules/codec/dmo/buffer.c
10310    M /trunk/modules/codec/dmo/dmo.c
10311    M /trunk/modules/codec/dmo/dmo.h
10312    M /trunk/modules/codec/dts.c
10313    M /trunk/modules/codec/dvbsub.c
10314    M /trunk/modules/codec/faad.c
10315    M /trunk/modules/codec/fake.c
10316    M /trunk/modules/codec/ffmpeg/audio.c
10317    M /trunk/modules/codec/ffmpeg/chroma.c
10318    M /trunk/modules/codec/ffmpeg/demux.c
10319    M /trunk/modules/codec/ffmpeg/encoder.c
10320    M /trunk/modules/codec/ffmpeg/ffmpeg.c
10321    M /trunk/modules/codec/ffmpeg/ffmpeg.h
10322    M /trunk/modules/codec/ffmpeg/postprocess.c
10323    M /trunk/modules/codec/ffmpeg/video.c
10324    M /trunk/modules/codec/ffmpeg/video_filter.c
10325    M /trunk/modules/codec/flac.c
10326    M /trunk/modules/codec/libmpeg2.c
10327    M /trunk/modules/codec/lpcm.c
10328    M /trunk/modules/codec/mash.cpp
10329    M /trunk/modules/codec/mpeg_audio.c
10330    M /trunk/modules/codec/png.c
10331    M /trunk/modules/codec/quicktime.c
10332    M /trunk/modules/codec/rawvideo.c
10333    M /trunk/modules/codec/realaudio.c
10334    M /trunk/modules/codec/sdl_image.c
10335    M /trunk/modules/codec/speex.c
10336    M /trunk/modules/codec/spudec/parse.c
10337    M /trunk/modules/codec/spudec/spudec.c
10338    M /trunk/modules/codec/spudec/spudec.h
10339    M /trunk/modules/codec/subsdec.c
10340    M /trunk/modules/codec/svcdsub.c
10341    M /trunk/modules/codec/tarkin.c
10342    M /trunk/modules/codec/theora.c
10343    M /trunk/modules/codec/twolame.c
10344    M /trunk/modules/codec/vorbis.c
10345    M /trunk/modules/codec/x264.c
10346    M /trunk/modules/control/corba/corba.c
10347    M /trunk/modules/control/gestures.c
10348    M /trunk/modules/control/hotkeys.c
10349    M /trunk/modules/control/http/http.c
10350    M /trunk/modules/control/http/http.h
10351    M /trunk/modules/control/http/macro.c
10352    M /trunk/modules/control/http/macros.h
10353    M /trunk/modules/control/http/mvar.c
10354    M /trunk/modules/control/http/rpn.c
10355    M /trunk/modules/control/http/util.c
10356    M /trunk/modules/control/lirc.c
10357    M /trunk/modules/control/netsync.c
10358    M /trunk/modules/control/ntservice.c
10359    M /trunk/modules/control/rc.c
10360    M /trunk/modules/control/showintf.c
10361    M /trunk/modules/control/telnet.c
10362    M /trunk/modules/demux/a52.c
10363    M /trunk/modules/demux/aiff.c
10364    M /trunk/modules/demux/asf/asf.c
10365    M /trunk/modules/demux/asf/libasf.c
10366    M /trunk/modules/demux/asf/libasf.h
10367    M /trunk/modules/demux/au.c
10368    M /trunk/modules/demux/avi/avi.c
10369    M /trunk/modules/demux/avi/libavi.c
10370    M /trunk/modules/demux/avi/libavi.h
10371    M /trunk/modules/demux/demuxdump.c
10372    M /trunk/modules/demux/dts.c
10373    M /trunk/modules/demux/flac.c
10374    M /trunk/modules/demux/livedotcom.cpp
10375    M /trunk/modules/demux/m3u.c
10376    M /trunk/modules/demux/mjpeg.c
10377    M /trunk/modules/demux/mkv.cpp
10378    M /trunk/modules/demux/mod.c
10379    M /trunk/modules/demux/mp4/drms.c
10380    M /trunk/modules/demux/mp4/drms.h
10381    M /trunk/modules/demux/mp4/drmstables.h
10382    M /trunk/modules/demux/mp4/libmp4.c
10383    M /trunk/modules/demux/mp4/libmp4.h
10384    M /trunk/modules/demux/mp4/mp4.c
10385    M /trunk/modules/demux/mpc.c
10386    M /trunk/modules/demux/mpeg/h264.c
10387    M /trunk/modules/demux/mpeg/m4a.c
10388    M /trunk/modules/demux/mpeg/m4v.c
10389    M /trunk/modules/demux/mpeg/mpga.c
10390    M /trunk/modules/demux/mpeg/mpgv.c
10391    M /trunk/modules/demux/nsc.c
10392    M /trunk/modules/demux/nsv.c
10393    M /trunk/modules/demux/nuv.c
10394    M /trunk/modules/demux/ogg.c
10395    M /trunk/modules/demux/playlist/b4s.c
10396    M /trunk/modules/demux/playlist/dvb.c
10397    M /trunk/modules/demux/playlist/m3u.c
10398    M /trunk/modules/demux/playlist/old.c
10399    M /trunk/modules/demux/playlist/playlist.c
10400    M /trunk/modules/demux/playlist/playlist.h
10401    M /trunk/modules/demux/playlist/pls.c
10402    M /trunk/modules/demux/playlist/podcast.c
10403    M /trunk/modules/demux/ps.c
10404    M /trunk/modules/demux/ps.h
10405    M /trunk/modules/demux/pva.c
10406    M /trunk/modules/demux/rawdv.c
10407    M /trunk/modules/demux/real.c
10408    M /trunk/modules/demux/sgimb.c
10409    M /trunk/modules/demux/subtitle.c
10410    M /trunk/modules/demux/ts.c
10411    M /trunk/modules/demux/ty.c
10412    M /trunk/modules/demux/util/id3genres.h
10413    M /trunk/modules/demux/util/id3tag.c
10414    M /trunk/modules/demux/vobsub.c
10415    M /trunk/modules/demux/voc.c
10416    M /trunk/modules/demux/wav.c
10417    M /trunk/modules/demux/xa.c
10418    M /trunk/modules/gui/beos/AudioOutput.cpp
10419    M /trunk/modules/gui/beos/BeOS.cpp
10420    M /trunk/modules/gui/beos/Bitmaps.h
10421    M /trunk/modules/gui/beos/DrawingTidbits.cpp
10422    M /trunk/modules/gui/beos/DrawingTidbits.h
10423    M /trunk/modules/gui/beos/Interface.cpp
10424    M /trunk/modules/gui/beos/InterfaceWindow.cpp
10425    M /trunk/modules/gui/beos/InterfaceWindow.h
10426    M /trunk/modules/gui/beos/ListViews.cpp
10427    M /trunk/modules/gui/beos/ListViews.h
10428    M /trunk/modules/gui/beos/MediaControlView.cpp
10429    M /trunk/modules/gui/beos/MediaControlView.h
10430    M /trunk/modules/gui/beos/MessagesWindow.cpp
10431    M /trunk/modules/gui/beos/MessagesWindow.h
10432    M /trunk/modules/gui/beos/MsgVals.h
10433    M /trunk/modules/gui/beos/PlayListWindow.cpp
10434    M /trunk/modules/gui/beos/PlayListWindow.h
10435    M /trunk/modules/gui/beos/PreferencesWindow.cpp
10436    M /trunk/modules/gui/beos/PreferencesWindow.h
10437    M /trunk/modules/gui/beos/TransportButton.cpp
10438    M /trunk/modules/gui/beos/TransportButton.h
10439    M /trunk/modules/gui/beos/VideoOutput.cpp
10440    M /trunk/modules/gui/beos/VideoWindow.h
10441    M /trunk/modules/gui/macosx/about.h
10442    M /trunk/modules/gui/macosx/about.m
10443    M /trunk/modules/gui/macosx/applescript.h
10444    M /trunk/modules/gui/macosx/applescript.m
10445    M /trunk/modules/gui/macosx/bookmarks.h
10446    M /trunk/modules/gui/macosx/bookmarks.m
10447    M /trunk/modules/gui/macosx/controls.h
10448    M /trunk/modules/gui/macosx/controls.m
10449    M /trunk/modules/gui/macosx/embeddedwindow.h
10450    M /trunk/modules/gui/macosx/embeddedwindow.m
10451    M /trunk/modules/gui/macosx/equalizer.h
10452    M /trunk/modules/gui/macosx/equalizer.m
10453    M /trunk/modules/gui/macosx/extended.h
10454    M /trunk/modules/gui/macosx/extended.m
10455    M /trunk/modules/gui/macosx/interaction.h
10456    M /trunk/modules/gui/macosx/interaction.m
10457    M /trunk/modules/gui/macosx/intf.h
10458    M /trunk/modules/gui/macosx/intf.m
10459    M /trunk/modules/gui/macosx/macosx.m
10460    M /trunk/modules/gui/macosx/misc.h
10461    M /trunk/modules/gui/macosx/misc.m
10462    M /trunk/modules/gui/macosx/open.h
10463    M /trunk/modules/gui/macosx/open.m
10464    M /trunk/modules/gui/macosx/output.h
10465    M /trunk/modules/gui/macosx/output.m
10466    M /trunk/modules/gui/macosx/playlist.h
10467    M /trunk/modules/gui/macosx/playlist.m
10468    M /trunk/modules/gui/macosx/playlistinfo.h
10469    M /trunk/modules/gui/macosx/playlistinfo.m
10470    M /trunk/modules/gui/macosx/prefs.h
10471    M /trunk/modules/gui/macosx/prefs.m
10472    M /trunk/modules/gui/macosx/prefs_widgets.h
10473    M /trunk/modules/gui/macosx/prefs_widgets.m
10474    M /trunk/modules/gui/macosx/sfilters.h
10475    M /trunk/modules/gui/macosx/sfilters.m
10476    M /trunk/modules/gui/macosx/vout.h
10477    M /trunk/modules/gui/macosx/vout.m
10478    M /trunk/modules/gui/macosx/voutgl.m
10479    M /trunk/modules/gui/macosx/voutqt.m
10480    M /trunk/modules/gui/macosx/wizard.h
10481    M /trunk/modules/gui/macosx/wizard.m
10482    M /trunk/modules/gui/ncurses.c
10483    M /trunk/modules/gui/pda/pda.c
10484    M /trunk/modules/gui/pda/pda.h
10485    M /trunk/modules/gui/pda/pda_callbacks.c
10486    M /trunk/modules/gui/pda/pda_callbacks.h
10487    M /trunk/modules/gui/qnx/aout.c
10488    M /trunk/modules/gui/qnx/qnx.c
10489    M /trunk/modules/gui/qnx/vout.c
10490    M /trunk/modules/gui/skins2/commands/async_queue.cpp
10491    M /trunk/modules/gui/skins2/commands/async_queue.hpp
10492    M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
10493    M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
10494    M /trunk/modules/gui/skins2/commands/cmd_audio.cpp
10495    M /trunk/modules/gui/skins2/commands/cmd_audio.hpp
10496    M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
10497    M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
10498    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
10499    M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
10500    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
10501    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
10502    M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
10503    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
10504    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
10505    M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
10506    M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
10507    M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
10508    M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
10509    M /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
10510    M /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
10511    M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
10512    M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
10513    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
10514    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
10515    M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
10516    M /trunk/modules/gui/skins2/commands/cmd_playtree.hpp
10517    M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
10518    M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
10519    M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
10520    M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
10521    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
10522    M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
10523    M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
10524    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
10525    M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
10526    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
10527    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
10528    M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
10529    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
10530    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
10531    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
10532    M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
10533    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
10534    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
10535    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
10536    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
10537    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
10538    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
10539    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
10540    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
10541    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
10542    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
10543    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
10544    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
10545    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
10546    M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
10547    M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
10548    M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
10549    M /trunk/modules/gui/skins2/events/evt_enter.hpp
10550    M /trunk/modules/gui/skins2/events/evt_focus.hpp
10551    M /trunk/modules/gui/skins2/events/evt_generic.hpp
10552    M /trunk/modules/gui/skins2/events/evt_input.cpp
10553    M /trunk/modules/gui/skins2/events/evt_input.hpp
10554    M /trunk/modules/gui/skins2/events/evt_key.cpp
10555    M /trunk/modules/gui/skins2/events/evt_key.hpp
10556    M /trunk/modules/gui/skins2/events/evt_leave.hpp
10557    M /trunk/modules/gui/skins2/events/evt_menu.hpp
10558    M /trunk/modules/gui/skins2/events/evt_motion.hpp
10559    M /trunk/modules/gui/skins2/events/evt_mouse.cpp
10560    M /trunk/modules/gui/skins2/events/evt_mouse.hpp
10561    M /trunk/modules/gui/skins2/events/evt_refresh.hpp
10562    M /trunk/modules/gui/skins2/events/evt_scroll.cpp
10563    M /trunk/modules/gui/skins2/events/evt_scroll.hpp
10564    M /trunk/modules/gui/skins2/events/evt_special.cpp
10565    M /trunk/modules/gui/skins2/events/evt_special.hpp
10566    M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.cpp
10567    M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.hpp
10568    M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
10569    M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
10570    M /trunk/modules/gui/skins2/macosx/macosx_graphics.cpp
10571    M /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
10572    M /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
10573    M /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
10574    M /trunk/modules/gui/skins2/macosx/macosx_popup.cpp
10575    M /trunk/modules/gui/skins2/macosx/macosx_popup.hpp
10576    M /trunk/modules/gui/skins2/macosx/macosx_timer.cpp
10577    M /trunk/modules/gui/skins2/macosx/macosx_timer.hpp
10578    M /trunk/modules/gui/skins2/macosx/macosx_tooltip.cpp
10579    M /trunk/modules/gui/skins2/macosx/macosx_tooltip.hpp
10580    M /trunk/modules/gui/skins2/macosx/macosx_window.cpp
10581    M /trunk/modules/gui/skins2/macosx/macosx_window.hpp
10582    M /trunk/modules/gui/skins2/parser/builder.cpp
10583    M /trunk/modules/gui/skins2/parser/builder.hpp
10584    M /trunk/modules/gui/skins2/parser/builder_data.hpp
10585    M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
10586    M /trunk/modules/gui/skins2/parser/expr_evaluator.hpp
10587    M /trunk/modules/gui/skins2/parser/gen_builder.py
10588    M /trunk/modules/gui/skins2/parser/interpreter.cpp
10589    M /trunk/modules/gui/skins2/parser/interpreter.hpp
10590    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
10591    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
10592    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
10593    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
10594    M /trunk/modules/gui/skins2/src/anchor.cpp
10595    M /trunk/modules/gui/skins2/src/anchor.hpp
10596    M /trunk/modules/gui/skins2/src/anim_bitmap.cpp
10597    M /trunk/modules/gui/skins2/src/anim_bitmap.hpp
10598    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
10599    M /trunk/modules/gui/skins2/src/bitmap_font.hpp
10600    M /trunk/modules/gui/skins2/src/dialogs.cpp
10601    M /trunk/modules/gui/skins2/src/dialogs.hpp
10602    M /trunk/modules/gui/skins2/src/file_bitmap.cpp
10603    M /trunk/modules/gui/skins2/src/file_bitmap.hpp
10604    M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
10605    M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
10606    M /trunk/modules/gui/skins2/src/ft2_font.cpp
10607    M /trunk/modules/gui/skins2/src/ft2_font.hpp
10608    M /trunk/modules/gui/skins2/src/generic_bitmap.cpp
10609    M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
10610    M /trunk/modules/gui/skins2/src/generic_font.hpp
10611    M /trunk/modules/gui/skins2/src/generic_layout.cpp
10612    M /trunk/modules/gui/skins2/src/generic_layout.hpp
10613    M /trunk/modules/gui/skins2/src/generic_window.cpp
10614    M /trunk/modules/gui/skins2/src/generic_window.hpp
10615    M /trunk/modules/gui/skins2/src/logger.cpp
10616    M /trunk/modules/gui/skins2/src/logger.hpp
10617    M /trunk/modules/gui/skins2/src/os_factory.cpp
10618    M /trunk/modules/gui/skins2/src/os_factory.hpp
10619    M /trunk/modules/gui/skins2/src/os_graphics.hpp
10620    M /trunk/modules/gui/skins2/src/os_loop.hpp
10621    M /trunk/modules/gui/skins2/src/os_popup.hpp
10622    M /trunk/modules/gui/skins2/src/os_timer.hpp
10623    M /trunk/modules/gui/skins2/src/os_tooltip.hpp
10624    M /trunk/modules/gui/skins2/src/os_window.hpp
10625    M /trunk/modules/gui/skins2/src/popup.cpp
10626    M /trunk/modules/gui/skins2/src/popup.hpp
10627    M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
10628    M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
10629    M /trunk/modules/gui/skins2/src/skin_common.hpp
10630    M /trunk/modules/gui/skins2/src/skin_main.cpp
10631    M /trunk/modules/gui/skins2/src/theme.cpp
10632    M /trunk/modules/gui/skins2/src/theme.hpp
10633    M /trunk/modules/gui/skins2/src/theme_loader.cpp
10634    M /trunk/modules/gui/skins2/src/theme_loader.hpp
10635    M /trunk/modules/gui/skins2/src/theme_repository.cpp
10636    M /trunk/modules/gui/skins2/src/theme_repository.hpp
10637    M /trunk/modules/gui/skins2/src/tooltip.cpp
10638    M /trunk/modules/gui/skins2/src/tooltip.hpp
10639    M /trunk/modules/gui/skins2/src/top_window.cpp
10640    M /trunk/modules/gui/skins2/src/top_window.hpp
10641    M /trunk/modules/gui/skins2/src/var_manager.cpp
10642    M /trunk/modules/gui/skins2/src/var_manager.hpp
10643    M /trunk/modules/gui/skins2/src/vlcproc.cpp
10644    M /trunk/modules/gui/skins2/src/vlcproc.hpp
10645    M /trunk/modules/gui/skins2/src/vout_window.cpp
10646    M /trunk/modules/gui/skins2/src/vout_window.hpp
10647    M /trunk/modules/gui/skins2/src/window_manager.cpp
10648    M /trunk/modules/gui/skins2/src/window_manager.hpp
10649    M /trunk/modules/gui/skins2/utils/bezier.cpp
10650    M /trunk/modules/gui/skins2/utils/bezier.hpp
10651    M /trunk/modules/gui/skins2/utils/fsm.cpp
10652    M /trunk/modules/gui/skins2/utils/fsm.hpp
10653    M /trunk/modules/gui/skins2/utils/observer.hpp
10654    M /trunk/modules/gui/skins2/utils/pointer.hpp
10655    M /trunk/modules/gui/skins2/utils/position.cpp
10656    M /trunk/modules/gui/skins2/utils/position.hpp
10657    M /trunk/modules/gui/skins2/utils/ustring.cpp
10658    M /trunk/modules/gui/skins2/utils/ustring.hpp
10659    M /trunk/modules/gui/skins2/utils/var_bool.cpp
10660    M /trunk/modules/gui/skins2/utils/var_bool.hpp
10661    M /trunk/modules/gui/skins2/utils/var_list.cpp
10662    M /trunk/modules/gui/skins2/utils/var_list.hpp
10663    M /trunk/modules/gui/skins2/utils/var_percent.cpp
10664    M /trunk/modules/gui/skins2/utils/var_percent.hpp
10665    M /trunk/modules/gui/skins2/utils/var_text.cpp
10666    M /trunk/modules/gui/skins2/utils/var_text.hpp
10667    M /trunk/modules/gui/skins2/utils/var_tree.cpp
10668    M /trunk/modules/gui/skins2/utils/var_tree.hpp
10669    M /trunk/modules/gui/skins2/utils/variable.hpp
10670    M /trunk/modules/gui/skins2/vars/equalizer.cpp
10671    M /trunk/modules/gui/skins2/vars/equalizer.hpp
10672    M /trunk/modules/gui/skins2/vars/playlist.cpp
10673    M /trunk/modules/gui/skins2/vars/playlist.hpp
10674    M /trunk/modules/gui/skins2/vars/playtree.cpp
10675    M /trunk/modules/gui/skins2/vars/playtree.hpp
10676    M /trunk/modules/gui/skins2/vars/time.cpp
10677    M /trunk/modules/gui/skins2/vars/time.hpp
10678    M /trunk/modules/gui/skins2/vars/volume.cpp
10679    M /trunk/modules/gui/skins2/vars/volume.hpp
10680    M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
10681    M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
10682    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
10683    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
10684    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
10685    M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
10686    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
10687    M /trunk/modules/gui/skins2/win32/win32_loop.hpp
10688    M /trunk/modules/gui/skins2/win32/win32_popup.cpp
10689    M /trunk/modules/gui/skins2/win32/win32_popup.hpp
10690    M /trunk/modules/gui/skins2/win32/win32_timer.cpp
10691    M /trunk/modules/gui/skins2/win32/win32_timer.hpp
10692    M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
10693    M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
10694    M /trunk/modules/gui/skins2/win32/win32_window.cpp
10695    M /trunk/modules/gui/skins2/win32/win32_window.hpp
10696    M /trunk/modules/gui/skins2/x11/x11_display.cpp
10697    M /trunk/modules/gui/skins2/x11/x11_display.hpp
10698    M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
10699    M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
10700    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
10701    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
10702    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
10703    M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
10704    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
10705    M /trunk/modules/gui/skins2/x11/x11_loop.hpp
10706    M /trunk/modules/gui/skins2/x11/x11_popup.cpp
10707    M /trunk/modules/gui/skins2/x11/x11_popup.hpp
10708    M /trunk/modules/gui/skins2/x11/x11_timer.cpp
10709    M /trunk/modules/gui/skins2/x11/x11_timer.hpp
10710    M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
10711    M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
10712    M /trunk/modules/gui/skins2/x11/x11_window.cpp
10713    M /trunk/modules/gui/skins2/x11/x11_window.hpp
10714    M /trunk/modules/gui/wince/dialogs.cpp
10715    M /trunk/modules/gui/wince/fileinfo.cpp
10716    M /trunk/modules/gui/wince/iteminfo.cpp
10717    M /trunk/modules/gui/wince/menus.cpp
10718    M /trunk/modules/gui/wince/messages.cpp
10719    M /trunk/modules/gui/wince/open.cpp
10720    M /trunk/modules/gui/wince/playlist.cpp
10721    M /trunk/modules/gui/wince/preferences.cpp
10722    M /trunk/modules/gui/wince/preferences_widgets.cpp
10723    M /trunk/modules/gui/wince/preferences_widgets.h
10724    M /trunk/modules/gui/wince/subtitles.cpp
10725    M /trunk/modules/gui/wince/timer.cpp
10726    M /trunk/modules/gui/wince/video.cpp
10727    M /trunk/modules/gui/wince/wince.h
10728    M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
10729    M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.hpp
10730    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
10731    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
10732    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
10733    M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
10734    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
10735    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp
10736    M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
10737    M /trunk/modules/gui/wxwidgets/dialogs/messages.hpp
10738    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
10739    M /trunk/modules/gui/wxwidgets/dialogs/open.hpp
10740    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
10741    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
10742    M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
10743    M /trunk/modules/gui/wxwidgets/dialogs/preferences.hpp
10744    M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
10745    M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.h
10746    M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
10747    M /trunk/modules/gui/wxwidgets/dialogs/streamout.hpp
10748    M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
10749    M /trunk/modules/gui/wxwidgets/dialogs/subtitles.hpp
10750    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
10751    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
10752    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
10753    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
10754    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
10755    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.hpp
10756    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.cpp
10757    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.hpp
10758    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
10759    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.hpp
10760    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.cpp
10761    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.hpp
10762    M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
10763    M /trunk/modules/gui/wxwidgets/dialogs/wizard.hpp
10764    M /trunk/modules/gui/wxwidgets/dialogs.cpp
10765    M /trunk/modules/gui/wxwidgets/extrapanel.cpp
10766    M /trunk/modules/gui/wxwidgets/extrapanel.hpp
10767    M /trunk/modules/gui/wxwidgets/input_manager.cpp
10768    M /trunk/modules/gui/wxwidgets/input_manager.hpp
10769    M /trunk/modules/gui/wxwidgets/interface.cpp
10770    M /trunk/modules/gui/wxwidgets/interface.hpp
10771    M /trunk/modules/gui/wxwidgets/menus.cpp
10772    M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
10773    M /trunk/modules/gui/wxwidgets/playlist_manager.hpp
10774    M /trunk/modules/gui/wxwidgets/streamdata.cpp
10775    M /trunk/modules/gui/wxwidgets/streamdata.h
10776    M /trunk/modules/gui/wxwidgets/timer.cpp
10777    M /trunk/modules/gui/wxwidgets/timer.hpp
10778    M /trunk/modules/gui/wxwidgets/video.cpp
10779    M /trunk/modules/gui/wxwidgets/video.hpp
10780    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
10781    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
10782    M /trunk/modules/misc/dummy/aout.c
10783    M /trunk/modules/misc/dummy/decoder.c
10784    M /trunk/modules/misc/dummy/dummy.c
10785    M /trunk/modules/misc/dummy/dummy.h
10786    M /trunk/modules/misc/dummy/encoder.c
10787    M /trunk/modules/misc/dummy/input.c
10788    M /trunk/modules/misc/dummy/interface.c
10789    M /trunk/modules/misc/dummy/renderer.c
10790    M /trunk/modules/misc/dummy/vout.c
10791    M /trunk/modules/misc/freetype.c
10792    M /trunk/modules/misc/gnutls.c
10793    M /trunk/modules/misc/gtk_main.c
10794    M /trunk/modules/misc/logger.c
10795    M /trunk/modules/misc/memcpy/fastmemcpy.h
10796    M /trunk/modules/misc/memcpy/memcpy.c
10797    M /trunk/modules/misc/memcpy/memcpyaltivec.c
10798    M /trunk/modules/misc/msn.c
10799    M /trunk/modules/misc/network/ipv4.c
10800    M /trunk/modules/misc/network/ipv6.c
10801    M /trunk/modules/misc/playlist/export.c
10802    M /trunk/modules/misc/playlist/m3u.c
10803    M /trunk/modules/misc/playlist/old.c
10804    M /trunk/modules/misc/qte_main.cpp
10805    M /trunk/modules/misc/rtsp.c
10806    M /trunk/modules/misc/screensaver.c
10807    M /trunk/modules/misc/svg.c
10808    M /trunk/modules/misc/testsuite/playlist.c
10809    M /trunk/modules/misc/testsuite/test1.c
10810    M /trunk/modules/misc/testsuite/test2.cpp
10811    M /trunk/modules/misc/testsuite/test3.m
10812    M /trunk/modules/misc/testsuite/test4.c
10813    M /trunk/modules/misc/win32text.c
10814    M /trunk/modules/misc/xml/libxml.c
10815    M /trunk/modules/misc/xml/xtag.c
10816    M /trunk/modules/mux/asf.c
10817    M /trunk/modules/mux/avi.c
10818    M /trunk/modules/mux/dummy.c
10819    M /trunk/modules/mux/mp4.c
10820    M /trunk/modules/mux/mpeg/bits.h
10821    M /trunk/modules/mux/mpeg/csa.c
10822    M /trunk/modules/mux/mpeg/csa.h
10823    M /trunk/modules/mux/mpeg/pes.c
10824    M /trunk/modules/mux/mpeg/pes.h
10825    M /trunk/modules/mux/mpeg/ps.c
10826    M /trunk/modules/mux/mpeg/ts.c
10827    M /trunk/modules/mux/mpjpeg.c
10828    M /trunk/modules/mux/ogg.c
10829    M /trunk/modules/mux/wav.c
10830    M /trunk/modules/packetizer/copy.c
10831    M /trunk/modules/packetizer/h264.c
10832    M /trunk/modules/packetizer/mpeg4audio.c
10833    M /trunk/modules/packetizer/mpeg4video.c
10834    M /trunk/modules/packetizer/mpegvideo.c
10835    M /trunk/modules/services_discovery/bonjour.c
10836    M /trunk/modules/services_discovery/daap.c
10837    M /trunk/modules/services_discovery/hal.c
10838    M /trunk/modules/services_discovery/podcast.c
10839    M /trunk/modules/services_discovery/sap.c
10840    M /trunk/modules/services_discovery/shout.c
10841    M /trunk/modules/services_discovery/upnp.cpp
10842    M /trunk/modules/stream_out/bridge.c
10843    M /trunk/modules/stream_out/description.c
10844    M /trunk/modules/stream_out/display.c
10845    M /trunk/modules/stream_out/dummy.c
10846    M /trunk/modules/stream_out/duplicate.c
10847    M /trunk/modules/stream_out/es.c
10848    M /trunk/modules/stream_out/gather.c
10849    M /trunk/modules/stream_out/mosaic_bridge.c
10850    M /trunk/modules/stream_out/rtp.c
10851    M /trunk/modules/stream_out/standard.c
10852    M /trunk/modules/stream_out/switcher.c
10853    M /trunk/modules/stream_out/transcode.c
10854    M /trunk/modules/stream_out/transrate/block.c
10855    M /trunk/modules/stream_out/transrate/frame.c
10856    M /trunk/modules/stream_out/transrate/transrate.c
10857    M /trunk/modules/stream_out/transrate/transrate.h
10858    M /trunk/modules/video_chroma/i420_rgb.c
10859    M /trunk/modules/video_chroma/i420_rgb.h
10860    M /trunk/modules/video_chroma/i420_rgb16.c
10861    M /trunk/modules/video_chroma/i420_rgb8.c
10862    M /trunk/modules/video_chroma/i420_rgb_c.h
10863    M /trunk/modules/video_chroma/i420_rgb_mmx.h
10864    M /trunk/modules/video_chroma/i420_ymga.c
10865    M /trunk/modules/video_chroma/i420_yuy2.c
10866    M /trunk/modules/video_chroma/i420_yuy2.h
10867    M /trunk/modules/video_chroma/i422_yuy2.c
10868    M /trunk/modules/video_chroma/i422_yuy2.h
10869    M /trunk/modules/video_filter/adjust.c
10870    M /trunk/modules/video_filter/blend.c
10871    M /trunk/modules/video_filter/clone.c
10872    M /trunk/modules/video_filter/crop.c
10873    M /trunk/modules/video_filter/deinterlace.c
10874    M /trunk/modules/video_filter/distort.c
10875    M /trunk/modules/video_filter/filter_common.h
10876    M /trunk/modules/video_filter/invert.c
10877    M /trunk/modules/video_filter/logo.c
10878    M /trunk/modules/video_filter/magnify.c
10879    M /trunk/modules/video_filter/marq.c
10880    M /trunk/modules/video_filter/mosaic.c
10881    M /trunk/modules/video_filter/mosaic.h
10882    M /trunk/modules/video_filter/motionblur.c
10883    M /trunk/modules/video_filter/motiondetect.c
10884    M /trunk/modules/video_filter/osdmenu.c
10885    M /trunk/modules/video_filter/rss.c
10886    M /trunk/modules/video_filter/rv32.c
10887    M /trunk/modules/video_filter/scale.c
10888    M /trunk/modules/video_filter/swscale/common.h
10889    M /trunk/modules/video_filter/swscale/filter.c
10890    M /trunk/modules/video_filter/time.c
10891    M /trunk/modules/video_filter/transform.c
10892    M /trunk/modules/video_filter/wall.c
10893    M /trunk/modules/video_output/aa.c
10894    M /trunk/modules/video_output/caca.c
10895    M /trunk/modules/video_output/directfb.c
10896    M /trunk/modules/video_output/directx/directx.c
10897    M /trunk/modules/video_output/directx/events.c
10898    M /trunk/modules/video_output/directx/glwin32.c
10899    M /trunk/modules/video_output/directx/vout.h
10900    M /trunk/modules/video_output/fb.c
10901    M /trunk/modules/video_output/ggi.c
10902    M /trunk/modules/video_output/glide.c
10903    M /trunk/modules/video_output/hd1000v.cpp
10904    M /trunk/modules/video_output/image.c
10905    M /trunk/modules/video_output/mga.c
10906    M /trunk/modules/video_output/opengl.c
10907    M /trunk/modules/video_output/qte/qte.cpp
10908    M /trunk/modules/video_output/qte/qte.h
10909    M /trunk/modules/video_output/sdl.c
10910    M /trunk/modules/video_output/snapshot.c
10911    M /trunk/modules/video_output/svgalib.c
10912    M /trunk/modules/video_output/wingdi.c
10913    M /trunk/modules/video_output/x11/glx.c
10914    M /trunk/modules/video_output/x11/x11.c
10915    M /trunk/modules/video_output/x11/xcommon.c
10916    M /trunk/modules/video_output/x11/xcommon.h
10917    M /trunk/modules/video_output/x11/xvideo.c
10918    M /trunk/modules/visualization/galaktos/PCM.c
10919    M /trunk/modules/visualization/galaktos/beat_detect.c
10920    M /trunk/modules/visualization/galaktos/builtin_funcs.c
10921    M /trunk/modules/visualization/galaktos/custom_shape.c
10922    M /trunk/modules/visualization/galaktos/custom_wave.c
10923    M /trunk/modules/visualization/galaktos/engine_vars.c
10924    M /trunk/modules/visualization/galaktos/eval.c
10925    M /trunk/modules/visualization/galaktos/fftsg.c
10926    M /trunk/modules/visualization/galaktos/init_cond.c
10927    M /trunk/modules/visualization/galaktos/main.c
10928    M /trunk/modules/visualization/galaktos/main.h
10929    M /trunk/modules/visualization/galaktos/param.c
10930    M /trunk/modules/visualization/galaktos/parser.c
10931    M /trunk/modules/visualization/galaktos/per_frame_eqn.c
10932    M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
10933    M /trunk/modules/visualization/galaktos/plugin.c
10934    M /trunk/modules/visualization/galaktos/plugin.h
10935    M /trunk/modules/visualization/galaktos/preset.c
10936    M /trunk/modules/visualization/galaktos/splaytree.c
10937    M /trunk/modules/visualization/galaktos/tree_types.c
10938    M /trunk/modules/visualization/galaktos/video_init.c
10939    M /trunk/modules/visualization/goom.c
10940    M /trunk/modules/visualization/visual/effects.c
10941    M /trunk/modules/visualization/visual/fft.c
10942    M /trunk/modules/visualization/visual/fft.h
10943    M /trunk/modules/visualization/visual/visual.c
10944    M /trunk/modules/visualization/visual/visual.h
10945    M /trunk/modules/visualization/xosd.c
10946    M /trunk/mozilla/vlcpeer.cpp
10947    M /trunk/mozilla/vlcpeer.h
10948    M /trunk/mozilla/vlcplugin.cpp
10949    M /trunk/mozilla/vlcplugin.h
10950    M /trunk/mozilla/vlcshell.cpp
10951    M /trunk/msvc/modules_builtin_msvc.h
10952    M /trunk/share/http/functions.js
10953    M /trunk/share/http/index.html
10954    M /trunk/share/http/requests/browse.xml
10955    M /trunk/share/http/requests/playlist.xml
10956    M /trunk/share/http/requests/status.xml
10957    M /trunk/share/http/style.css
10958    M /trunk/src/audio_output/common.c
10959    M /trunk/src/audio_output/dec.c
10960    M /trunk/src/audio_output/filters.c
10961    M /trunk/src/audio_output/input.c
10962    M /trunk/src/audio_output/intf.c
10963    M /trunk/src/audio_output/mixer.c
10964    M /trunk/src/audio_output/output.c
10965    M /trunk/src/control/core.c
10966    M /trunk/src/control/input.c
10967    M /trunk/src/control/mediacontrol_audio_video.c
10968    M /trunk/src/control/mediacontrol_core.c
10969    M /trunk/src/control/mediacontrol_util.c
10970    M /trunk/src/control/playlist.c
10971    M /trunk/src/extras/libc.c
10972    M /trunk/src/input/access.c
10973    M /trunk/src/input/clock.c
10974    M /trunk/src/input/control.c
10975    M /trunk/src/input/decoder.c
10976    M /trunk/src/input/demux.c
10977    M /trunk/src/input/es_out.c
10978    M /trunk/src/input/input.c
10979    M /trunk/src/input/input_internal.h
10980    M /trunk/src/input/mem_stream.c
10981    M /trunk/src/input/stream.c
10982    M /trunk/src/input/subtitles.c
10983    M /trunk/src/input/var.c
10984    M /trunk/src/interface/interaction.c
10985    M /trunk/src/interface/interface.c
10986    M /trunk/src/interface/intf_eject.c
10987    M /trunk/src/libvlc.c
10988    M /trunk/src/libvlc.h
10989    M /trunk/src/misc/beos_specific.cpp
10990    M /trunk/src/misc/block.c
10991    M /trunk/src/misc/charset.c
10992    M /trunk/src/misc/configuration.c
10993    M /trunk/src/misc/cpu.c
10994    M /trunk/src/misc/darwin_specific.m
10995    M /trunk/src/misc/error.c
10996    M /trunk/src/misc/image.c
10997    M /trunk/src/misc/iso-639_def.h
10998    M /trunk/src/misc/iso_lang.c
10999    M /trunk/src/misc/md5.c
11000    M /trunk/src/misc/messages.c
11001    M /trunk/src/misc/modules.c
11002    M /trunk/src/misc/modules_builtin.h.in
11003    M /trunk/src/misc/mtime.c
11004    M /trunk/src/misc/objects.c
11005    M /trunk/src/misc/stats.c
11006    M /trunk/src/misc/threads.c
11007    M /trunk/src/misc/unicode.c
11008    M /trunk/src/misc/variables.c
11009    M /trunk/src/misc/vlm.c
11010    M /trunk/src/misc/win32_specific.c
11011    M /trunk/src/misc/xml.c
11012    M /trunk/src/network/acl.c
11013    M /trunk/src/network/getaddrinfo.c
11014    M /trunk/src/network/httpd.c
11015    M /trunk/src/network/io.c
11016    M /trunk/src/network/rootwrap.c
11017    M /trunk/src/network/tcp.c
11018    M /trunk/src/network/tls.c
11019    M /trunk/src/network/udp.c
11020    M /trunk/src/osd/osd.c
11021    M /trunk/src/osd/osd_parser.c
11022    M /trunk/src/osd/osd_text.c
11023    M /trunk/src/osd/osd_widgets.c
11024    M /trunk/src/playlist/item-ext.c
11025    M /trunk/src/playlist/item.c
11026    M /trunk/src/playlist/loadsave.c
11027    M /trunk/src/playlist/playlist.c
11028    M /trunk/src/playlist/services_discovery.c
11029    M /trunk/src/playlist/sort.c
11030    M /trunk/src/playlist/view.c
11031    M /trunk/src/stream_output/announce.c
11032    M /trunk/src/stream_output/sap.c
11033    M /trunk/src/stream_output/stream_output.c
11034    M /trunk/src/video_output/video_output.c
11035    M /trunk/src/video_output/video_text.c
11036    M /trunk/src/video_output/video_widgets.c
11037    M /trunk/src/video_output/vout_intf.c
11038    M /trunk/src/video_output/vout_pictures.c
11039    M /trunk/src/video_output/vout_pictures.h
11040    M /trunk/src/video_output/vout_subpictures.c
11041    M /trunk/src/video_output/vout_synchro.c
11042    M /trunk/src/vlc.c
11043    M /trunk/vlc-api.pl
11044
11045 FSF address change.
11046
11047 ------------------------------------------------------------------------
11048 r13904 | zorglub | 2006-01-12 22:21:36 +0100 (Thu, 12 Jan 2006) | 3 lines
11049 Changed paths:
11050    M /trunk/include/vlc_messages.h
11051    M /trunk/include/vlc_symbols.h
11052    M /trunk/src/input/input.c
11053    M /trunk/src/input/stream.c
11054    M /trunk/src/misc/stats.c
11055    M /trunk/src/playlist/playlist.c
11056
11057 Support for moving averages (Refs:#473)
11058 Get input bitrate
11059
11060 ------------------------------------------------------------------------
11061 r13903 | jpsaman | 2006-01-12 22:06:07 +0100 (Thu, 12 Jan 2006) | 5 lines
11062 Changed paths:
11063    M /trunk/modules/access/dshow/dshow.cpp
11064
11065 Patch by Paul Sokolovsky <pmsicml _AT_ gmail _dot_ com>.
11066
11067 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.
11068
11069
11070 ------------------------------------------------------------------------
11071 r13902 | dionoea | 2006-01-12 17:08:50 +0100 (Thu, 12 Jan 2006) | 9 lines
11072 Changed paths:
11073    M /trunk/src/libvlc.h
11074    M /trunk/vlc.win32.nsi
11075
11076 one-instance fix. It now is disabled in vlc prefs but all windows action
11077 (like double clicking on a file or disc) use the --one-instance option.
11078
11079 People used to running 10 instances of VLC at once should now be able
11080 to do so. Normal people used to running other media players should now
11081 get the behavior they expect (ie: not open 10 different VLCs when double
11082 clicking on 10 mp3s)
11083
11084
11085 ------------------------------------------------------------------------
11086 r13901 | zorglub | 2006-01-12 00:26:53 +0100 (Thu, 12 Jan 2006) | 2 lines
11087 Changed paths:
11088    M /trunk/src/misc/messages.c
11089
11090 Fix a corner case
11091
11092 ------------------------------------------------------------------------
11093 r13900 | xtophe | 2006-01-11 23:30:31 +0100 (Wed, 11 Jan 2006) | 2 lines
11094 Changed paths:
11095    M /trunk/extras/contrib/Makefile
11096
11097 Fix the package-win32 target
11098
11099 ------------------------------------------------------------------------
11100 r13899 | courmisch | 2006-01-11 22:13:50 +0100 (Wed, 11 Jan 2006) | 3 lines
11101 Changed paths:
11102    M /trunk/configure.ac
11103
11104 Dirty check for the XML parser used by CyberLink (closes #451)
11105 (if only we had a cleaner UPnP stack)
11106
11107 ------------------------------------------------------------------------
11108 r13898 | asmax | 2006-01-11 21:47:45 +0100 (Wed, 11 Jan 2006) | 3 lines
11109 Changed paths:
11110    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
11111    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
11112    M /trunk/modules/gui/skins2/parser/builder.cpp
11113
11114 * builder.cpp: the "visible" attribute is now taken into account for all images
11115 * ctrl_checkbox.cpp: animated bitmaps are now supported in checkbox controls
11116
11117 ------------------------------------------------------------------------
11118 r13897 | zorglub | 2006-01-11 21:00:58 +0100 (Wed, 11 Jan 2006) | 2 lines
11119 Changed paths:
11120    M /trunk/include/vlc_input.h
11121    M /trunk/include/vlc_messages.h
11122    M /trunk/include/vlc_symbols.h
11123    M /trunk/src/input/input.c
11124    M /trunk/src/input/stream.c
11125    M /trunk/src/misc/stats.c
11126    M /trunk/src/playlist/item.c
11127    M /trunk/src/playlist/playlist.c
11128
11129 Misc stats work (Refs:#473)
11130
11131 ------------------------------------------------------------------------
11132 r13896 | sigmunau | 2006-01-11 15:32:43 +0100 (Wed, 11 Jan 2006) | 2 lines
11133 Changed paths:
11134    M /trunk/src/misc/vlm.c
11135
11136 vlm.c: Print an error message about what went wrong during vlm-conf loading
11137
11138 ------------------------------------------------------------------------
11139 r13895 | oaubert | 2006-01-11 14:02:54 +0100 (Wed, 11 Jan 2006) | 2 lines
11140 Changed paths:
11141    M /trunk/src/control/mediacontrol_audio_video.c
11142
11143 mediacontrol_audio_video.c: use the new snapshot-path functionality
11144
11145 ------------------------------------------------------------------------
11146 r13894 | oaubert | 2006-01-11 14:01:50 +0100 (Wed, 11 Jan 2006) | 4 lines
11147 Changed paths:
11148    M /trunk/src/video_output/vout_intf.c
11149
11150 vout_intf.c: special snapshot-path (object:NNNN) will put the snapshot
11151  into the p_private attribute of the vlc_object(NNNN). Used by embedding
11152  applications.
11153
11154 ------------------------------------------------------------------------
11155 r13893 | xtophe | 2006-01-11 13:58:26 +0100 (Wed, 11 Jan 2006) | 2 lines
11156 Changed paths:
11157    M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
11158
11159 Small whitespace fix
11160
11161 ------------------------------------------------------------------------
11162 r13892 | xtophe | 2006-01-11 10:23:31 +0100 (Wed, 11 Jan 2006) | 2 lines
11163 Changed paths:
11164    M /trunk/extras/contrib/src/Makefile
11165
11166 Don't use portaudio by default until it get fixed
11167
11168 ------------------------------------------------------------------------
11169 r13891 | dionoea | 2006-01-10 23:47:27 +0100 (Tue, 10 Jan 2006) | 5 lines
11170 Changed paths:
11171    M /trunk/src/libvlc.h
11172
11173 default enable one instance mode on windows. the 0.1% of users wanting
11174 several VLC instances at once should be able to disable this option in
11175 the prefs.
11176
11177
11178 ------------------------------------------------------------------------
11179 r13890 | hartman | 2006-01-10 23:40:29 +0100 (Tue, 10 Jan 2006) | 2 lines
11180 Changed paths:
11181    M /trunk/src/video_output/vout_intf.c
11182
11183 * Add 16:10 AR to the list of aspect-ratios. (In use by WXGA screens)
11184
11185 ------------------------------------------------------------------------
11186 r13889 | oaubert | 2006-01-10 10:52:34 +0100 (Tue, 10 Jan 2006) | 2 lines
11187 Changed paths:
11188    M /trunk/modules/control/corba/Modules.am
11189
11190 Modules.am: src/control/plugin.c is now src/control/mediacontrol_plugin.c
11191
11192 ------------------------------------------------------------------------
11193 r13888 | dionoea | 2006-01-10 01:26:35 +0100 (Tue, 10 Jan 2006) | 2 lines
11194 Changed paths:
11195    M /trunk/po/POTFILES.in
11196    M /trunk/po/ca.po
11197    M /trunk/po/da.po
11198    M /trunk/po/de.po
11199    M /trunk/po/en_GB.po
11200    M /trunk/po/es.po
11201    M /trunk/po/fr.po
11202    M /trunk/po/it.po
11203    M /trunk/po/ja.po
11204    M /trunk/po/ka.po
11205    M /trunk/po/ko.po
11206    M /trunk/po/nl.po
11207    M /trunk/po/oc.po
11208    M /trunk/po/pt_BR.po
11209    M /trunk/po/ro.po
11210    M /trunk/po/ru.po
11211    M /trunk/po/sv.po
11212    M /trunk/po/tr.po
11213    M /trunk/po/vlc.pot
11214    M /trunk/po/zh_CN.po
11215    M /trunk/po/zh_TW.po
11216
11217 make update-po . This hopefully fixes make dist
11218
11219 ------------------------------------------------------------------------
11220 r13887 | dionoea | 2006-01-10 00:39:47 +0100 (Tue, 10 Jan 2006) | 2 lines
11221 Changed paths:
11222    M /trunk/modules/control/corba/Modules.am
11223
11224 ../../src/control/plugin.c doesn't exist anymore (this should fix make dist)
11225
11226 ------------------------------------------------------------------------
11227 r13886 | dionoea | 2006-01-09 23:04:18 +0100 (Mon, 09 Jan 2006) | 2 lines
11228 Changed paths:
11229    M /trunk/src/libvlc.h
11230
11231 oops
11232
11233 ------------------------------------------------------------------------
11234 r13885 | dionoea | 2006-01-09 23:01:57 +0100 (Mon, 09 Jan 2006) | 2 lines
11235 Changed paths:
11236    M /trunk/THANKS
11237    A /trunk/po/oc.po
11238    M /trunk/src/libvlc.h
11239    M /trunk/src/misc/darwin_specific.m
11240
11241 Occitan localization. Many thanks to laurent jonqueres
11242
11243 ------------------------------------------------------------------------
11244 r13884 | xtophe | 2006-01-09 21:57:53 +0100 (Mon, 09 Jan 2006) | 2 lines
11245 Changed paths:
11246    M /trunk/THANKS
11247    M /trunk/configure.ac
11248    A /trunk/po/ka.po
11249    M /trunk/src/libvlc.h
11250    M /trunk/src/misc/darwin_specific.m
11251
11252 Add Georgian localization. Thanks to Alexander Didebulidze.
11253
11254 ------------------------------------------------------------------------
11255 r13883 | asmax | 2006-01-08 22:16:49 +0100 (Sun, 08 Jan 2006) | 2 lines
11256 Changed paths:
11257    M /trunk/modules/audio_output/jack.c
11258
11259 * jack.c: better handling of buffer underruns
11260
11261 ------------------------------------------------------------------------
11262 r13882 | asmax | 2006-01-08 21:53:51 +0100 (Sun, 08 Jan 2006) | 2 lines
11263 Changed paths:
11264    M /trunk/build-vlc
11265    M /trunk/config.in
11266    M /trunk/configure.ac
11267    M /trunk/modules/audio_output/Modules.am
11268    A /trunk/modules/audio_output/jack.c
11269
11270 * New audio output module to support the JACK Audio Connection Kit
11271
11272 ------------------------------------------------------------------------
11273 r13881 | zorglub | 2006-01-08 17:32:33 +0100 (Sun, 08 Jan 2006) | 3 lines
11274 Changed paths:
11275    M /trunk/Makefile.am
11276    M /trunk/bindings/python/setup.py
11277    M /trunk/bindings/python/vlcglue.h
11278    A /trunk/include/libvlc_internal.h
11279    A /trunk/include/mediacontrol_internal.h (from /branches/0.8.5-api/include/mediacontrol_internal.h:13843)
11280    D /trunk/include/vlc/control.h
11281    D /trunk/include/vlc/control_structures.h
11282    A /trunk/include/vlc/libvlc.h
11283    A /trunk/include/vlc/mediacontrol.h
11284    A /trunk/include/vlc/mediacontrol_structures.h (from /branches/0.8.5-api/include/vlc/mediacontrol_structures.h:13843)
11285    M /trunk/include/vlc/vlc.h
11286    M /trunk/include/vlc_common.h
11287    D /trunk/include/vlc_control.h
11288    D /trunk/src/control/audio_video.c
11289    M /trunk/src/control/core.c
11290    D /trunk/src/control/init.c
11291    A /trunk/src/control/input.c (from /branches/0.8.5-api/src/control/input.c:13845)
11292    A /trunk/src/control/mediacontrol_audio_video.c (from /branches/0.8.5-api/src/control/mediacontrol_audio_video.c:13843)
11293    A /trunk/src/control/mediacontrol_core.c (from /branches/0.8.5-api/src/control/mediacontrol_core.c:13843)
11294    A /trunk/src/control/mediacontrol_init.c (from /branches/0.8.5-api/src/control/mediacontrol_init.c:13843)
11295    A /trunk/src/control/mediacontrol_plugin.c (from /branches/0.8.5-api/src/control/mediacontrol_plugin.c:13843)
11296    A /trunk/src/control/mediacontrol_util.c (from /branches/0.8.5-api/src/control/mediacontrol_util.c:13843)
11297    A /trunk/src/control/playlist.c (from /branches/0.8.5-api/src/control/playlist.c:13843)
11298    D /trunk/src/control/plugin.c
11299    D /trunk/src/control/util.c
11300    M /trunk/src/misc/stats.c
11301    A /trunk/test/libvlc_sample.c
11302
11303 Merge 0.8.5-api changes
11304 Fix compilation
11305
11306 ------------------------------------------------------------------------
11307 r13880 | zorglub | 2006-01-08 16:50:35 +0100 (Sun, 08 Jan 2006) | 2 lines
11308 Changed paths:
11309    M /trunk/include/vlc_messages.h
11310
11311 Lalala
11312
11313 ------------------------------------------------------------------------
11314 r13879 | zorglub | 2006-01-08 16:48:41 +0100 (Sun, 08 Jan 2006) | 2 lines
11315 Changed paths:
11316    M /trunk/include/vlc_messages.h
11317    M /trunk/src/input/decoder.c
11318    M /trunk/src/input/input.c
11319    M /trunk/src/input/stream.c
11320    M /trunk/src/libvlc.c
11321    M /trunk/src/misc/stats.c
11322    M /trunk/src/network/httpd.c
11323    M /trunk/src/video_output/video_output.c
11324
11325 Some more stats preliminary work
11326
11327 ------------------------------------------------------------------------
11328 r13878 | hartman | 2006-01-08 02:32:50 +0100 (Sun, 08 Jan 2006) | 5 lines
11329 Changed paths:
11330    M /trunk/modules/audio_output/auhal.c
11331
11332 * auhal.c:
11333   - fix last bugs with SPDIF stream selection
11334   - code and debug cleanup
11335   - added more comments to clearify the code, so it is useful to others :D
11336
11337 ------------------------------------------------------------------------
11338 r13877 | hartman | 2006-01-08 00:08:42 +0100 (Sun, 08 Jan 2006) | 2 lines
11339 Changed paths:
11340    M /trunk/modules/access/file.c
11341
11342 * Compile fix for OSes without F_RDAHEAD and F_NOCACHE
11343
11344 ------------------------------------------------------------------------
11345 r13876 | hartman | 2006-01-07 23:01:17 +0100 (Sat, 07 Jan 2006) | 3 lines
11346 Changed paths:
11347    M /trunk/modules/access/file.c
11348
11349 * Set FD_RDAHEAD and FD_NOCACHE on when reading from files. improves reading from networkshares and VMEM usage.
11350   Suggested by Marko Karppinen.
11351
11352 ------------------------------------------------------------------------
11353 r13875 | xtophe | 2006-01-07 17:21:47 +0100 (Sat, 07 Jan 2006) | 2 lines
11354 Changed paths:
11355    M /trunk/extras/contrib/Makefile
11356
11357 Add a package-win32 target
11358
11359 ------------------------------------------------------------------------
11360 r13874 | sam | 2006-01-06 16:16:25 +0100 (Fri, 06 Jan 2006) | 2 lines
11361 Changed paths:
11362    M /trunk/doc/fortunes.txt
11363
11364   fortune.
11365
11366 ------------------------------------------------------------------------
11367 r13873 | damienf | 2006-01-06 13:31:19 +0100 (Fri, 06 Jan 2006) | 3 lines
11368 Changed paths:
11369    M /trunk/extras/contrib/src/Patches/dvdnav.patch
11370    M /trunk/modules/access/dvdnav.c
11371
11372 dvdnav.patch: changed code that read DVD title to use dvdread APIs, so that WIN32 and non-unix platforms can also read it
11373 dvdnav.c: add DVD title to meta information
11374
11375 ------------------------------------------------------------------------
11376 r13872 | xtophe | 2006-01-06 10:37:13 +0100 (Fri, 06 Jan 2006) | 2 lines
11377 Changed paths:
11378    M /trunk/doc/Doxyfile
11379    M /trunk/doc/Doxyfile.skins2
11380
11381 Produce include graphs.
11382
11383 ------------------------------------------------------------------------
11384 r13871 | xtophe | 2006-01-05 23:53:46 +0100 (Thu, 05 Jan 2006) | 2 lines
11385 Changed paths:
11386    D /trunk/extras/contrib/src/Patches/goom2k4-0-win32.patch.bak
11387
11388 this file was here by error
11389
11390 ------------------------------------------------------------------------
11391 r13870 | damienf | 2006-01-05 23:48:30 +0100 (Thu, 05 Jan 2006) | 2 lines
11392 Changed paths:
11393    M /trunk/modules/video_output/directx/directx.c
11394
11395 directx.c: some improvement on overlay initial grey flickering
11396
11397 ------------------------------------------------------------------------
11398 r13869 | zorglub | 2006-01-05 22:56:34 +0100 (Thu, 05 Jan 2006) | 2 lines
11399 Changed paths:
11400    M /trunk/src/misc/stats.c
11401
11402 Remove extra debug
11403
11404 ------------------------------------------------------------------------
11405 r13868 | damienf | 2006-01-05 22:33:20 +0100 (Thu, 05 Jan 2006) | 2 lines
11406 Changed paths:
11407    M /trunk/src/misc/messages.c
11408
11409 messages.c: message bank lock is still in use and still needs initializing :)
11410
11411 ------------------------------------------------------------------------
11412 r13867 | damienf | 2006-01-05 18:13:19 +0100 (Thu, 05 Jan 2006) | 2 lines
11413 Changed paths:
11414    M /trunk/configure.ac
11415
11416 configure.ac: fix previous commit when mozilla is not available
11417
11418 ------------------------------------------------------------------------
11419 r13866 | damienf | 2006-01-05 18:03:12 +0100 (Thu, 05 Jan 2006) | 2 lines
11420 Changed paths:
11421    M /trunk/configure.ac
11422
11423 configure.ac: updated for version 1.7 of gecko-sdk (only tested on cygwin)
11424
11425 ------------------------------------------------------------------------
11426 r13865 | hartman | 2006-01-05 02:56:12 +0100 (Thu, 05 Jan 2006) | 1 line
11427 Changed paths:
11428    M /trunk/src/misc/messages.c
11429
11430 More message queue WinCE fixes
11431 ------------------------------------------------------------------------
11432 r13864 | hartman | 2006-01-05 02:01:30 +0100 (Thu, 05 Jan 2006) | 1 line
11433 Changed paths:
11434    M /trunk/src/misc/messages.c
11435
11436 message queues WinCE compile fix
11437 ------------------------------------------------------------------------
11438 r13863 | hartman | 2006-01-05 00:34:52 +0100 (Thu, 05 Jan 2006) | 1 line
11439 Changed paths:
11440    M /trunk/modules/demux/mkv.cpp
11441
11442 Another message queue compile fix
11443 ------------------------------------------------------------------------
11444 r13862 | zorglub | 2006-01-05 00:22:24 +0100 (Thu, 05 Jan 2006) | 2 lines
11445 Changed paths:
11446    M /trunk/include/vlc_messages.h
11447
11448 Forgot this file
11449
11450 ------------------------------------------------------------------------
11451 r13861 | zorglub | 2006-01-05 00:11:33 +0100 (Thu, 05 Jan 2006) | 2 lines
11452 Changed paths:
11453    M /trunk/modules/codec/ffmpeg/ffmpeg.c
11454
11455 compile fix
11456
11457 ------------------------------------------------------------------------
11458 r13860 | hartman | 2006-01-05 00:02:44 +0100 (Thu, 05 Jan 2006) | 4 lines
11459 Changed paths:
11460    M /trunk/configure.ac
11461
11462 * I actually read the doc on AC_ARG_WITH this time :D
11463   this and [13857] [13858] refs #182
11464
11465
11466 ------------------------------------------------------------------------
11467 r13859 | zorglub | 2006-01-04 23:29:53 +0100 (Wed, 04 Jan 2006) | 3 lines
11468 Changed paths:
11469    M /trunk/Makefile.am
11470    M /trunk/include/vlc_common.h
11471    M /trunk/include/vlc_messages.h
11472    M /trunk/include/vlc_objects.h
11473    M /trunk/include/vlc_symbols.h
11474    M /trunk/modules/gui/beos/MessagesWindow.cpp
11475    M /trunk/modules/gui/macosx/intf.m
11476    M /trunk/modules/gui/ncurses.c
11477    M /trunk/modules/gui/skins2/src/skin_main.cpp
11478    M /trunk/modules/gui/wince/wince.cpp
11479    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
11480    M /trunk/modules/misc/logger.c
11481    M /trunk/src/misc/messages.c
11482    M /trunk/src/misc/objects.c
11483    A /trunk/src/misc/stats.c
11484    M /trunk/src/network/httpd.c
11485
11486 Add support for several message queues - please test
11487 Initial support for registering and handling some shared stats 
11488
11489 ------------------------------------------------------------------------
11490 r13858 | hartman | 2006-01-04 23:24:20 +0100 (Wed, 04 Jan 2006) | 1 line
11491 Changed paths:
11492    M /trunk/configure.ac
11493
11494 Fix the Mac OS X SDK configure check
11495 ------------------------------------------------------------------------
11496 r13857 | hartman | 2006-01-04 22:53:52 +0100 (Wed, 04 Jan 2006) | 8 lines
11497 Changed paths:
11498    M /trunk/Makefile.am
11499    M /trunk/configure.ac
11500    D /trunk/extras/MacOSX/macosx-dmg
11501
11502 * Simpler way to create the diskimage (10.3 and higher only)
11503 * realigning of some of the configure --help options
11504 * added --with-macosx-sdk
11505   - compiles VLC (not contrib) with the 10.3.9 SDK
11506   - uses a small hack to enforce the deployment target when you do make in the srcdir
11507   - requires you to use gcc 4.0 on on Mac OS X 10.4
11508
11509
11510 ------------------------------------------------------------------------
11511 r13856 | jpsaman | 2006-01-03 22:33:55 +0100 (Tue, 03 Jan 2006) | 1 line
11512 Changed paths:
11513    M /trunk/share/osdmenu/default.cfg
11514    M /trunk/share/osdmenu/dvd.cfg
11515
11516 Forward/Backward jump is set to jump-medium
11517 ------------------------------------------------------------------------
11518 r13855 | zorglub | 2006-01-03 21:29:02 +0100 (Tue, 03 Jan 2006) | 2 lines
11519 Changed paths:
11520    M /trunk/src/input/input.c
11521
11522 Fix invalid return
11523
11524 ------------------------------------------------------------------------
11525 r13854 | xtophe | 2006-01-03 17:37:05 +0100 (Tue, 03 Jan 2006) | 2 lines
11526 Changed paths:
11527    M /trunk/Makefile.am
11528
11529 Missing headder in tarball
11530
11531 ------------------------------------------------------------------------
11532 r13853 | xtophe | 2006-01-03 16:16:01 +0100 (Tue, 03 Jan 2006) | 2 lines
11533 Changed paths:
11534    M /trunk/src/libvlc.h
11535
11536 Typo
11537
11538 ------------------------------------------------------------------------
11539 r13852 | fkuehne | 2006-01-03 13:50:15 +0100 (Tue, 03 Jan 2006) | 1 line
11540 Changed paths:
11541    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
11542    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
11543    M /trunk/modules/gui/macosx/wizard.m
11544
11545 * added RTP uni-/multicast to the wizard
11546 ------------------------------------------------------------------------
11547 r13851 | fkuehne | 2006-01-02 19:25:01 +0100 (Mon, 02 Jan 2006) | 1 line
11548 Changed paths:
11549    M /trunk/modules/video_output/image.c
11550
11551 * fixed preferences
11552 ------------------------------------------------------------------------
11553 r13850 | sam | 2006-01-02 11:52:50 +0100 (Mon, 02 Jan 2006) | 4 lines
11554 Changed paths:
11555    M /trunk/modules/video_output/image.c
11556
11557   * modules/video_output/image.c:
11558     + Implemented support for --image-out-format.
11559     + Added support for JPEG output. Still defaults to PNG.
11560
11561 ------------------------------------------------------------------------
11562 r13849 | sam | 2006-01-02 11:41:38 +0100 (Mon, 02 Jan 2006) | 3 lines
11563 Changed paths:
11564    M /trunk/src/video_output/video_output.c
11565
11566   * src/video_output/video_output.c: do not drop late frames at the video
11567     output level when --no-skip-frames was specified.
11568
11569 ------------------------------------------------------------------------
11570 r13848 | courmisch | 2006-01-02 11:06:36 +0100 (Mon, 02 Jan 2006) | 2 lines
11571 Changed paths:
11572    M /trunk/po/fr.po
11573
11574 Fix spelling error
11575
11576 ------------------------------------------------------------------------
11577 r13847 | sam | 2006-01-02 10:01:27 +0100 (Mon, 02 Jan 2006) | 3 lines
11578 Changed paths:
11579    M /trunk/src/misc/image.c
11580
11581   * src/misc/image.c: don't forget to free the temporary pictures or we'll
11582     rapidly leak gigabytes of memory.
11583
11584 ------------------------------------------------------------------------
11585 r13842 | zorglub | 2006-01-01 14:39:21 +0100 (Sun, 01 Jan 2006) | 2 lines
11586 Changed paths:
11587    M /trunk/extras/make.pl
11588
11589 Improve output
11590
11591 ------------------------------------------------------------------------
11592 r13841 | hartman | 2005-12-31 16:05:12 +0100 (Sat, 31 Dec 2005) | 1 line
11593 Changed paths:
11594    M /trunk/src/input/stream.c
11595
11596 Fix an issue with AStreamRefillStream and mp4 indexes
11597 ------------------------------------------------------------------------