]> git.sesse.net Git - vlc/blob - ChangeLog
Forgot this
[vlc] / ChangeLog
1 ------------------------------------------------------------------------
2 r14699 | courmisch | 2006-03-09 23:57:30 +0100 (Thu, 09 Mar 2006) | 3 lines
3 Changed paths:
4    M /trunk/src/network/tcp.c
5
6 - Clean up error message generation with TCP outgoing connections
7 - Fix memleak in case of connection failure
8
9 ------------------------------------------------------------------------
10 r14698 | courmisch | 2006-03-09 23:56:37 +0100 (Thu, 09 Mar 2006) | 2 lines
11 Changed paths:
12    M /trunk/include/network.h
13    M /trunk/src/Makefile.am
14    A /trunk/src/network/net_error.c
15
16 Common socket error handling
17
18 ------------------------------------------------------------------------
19 r14697 | courmisch | 2006-03-09 23:43:01 +0100 (Thu, 09 Mar 2006) | 2 lines
20 Changed paths:
21    M /trunk/src/Makefile.am
22
23 Fix make core on Win32 with shared libvlc
24
25 ------------------------------------------------------------------------
26 r14696 | xtophe | 2006-03-09 21:05:53 +0100 (Thu, 09 Mar 2006) | 2 lines
27 Changed paths:
28    M /trunk/src/libvlc.h
29
30 libvlc.h: preferences tweaking
31
32 ------------------------------------------------------------------------
33 r14695 | xtophe | 2006-03-09 20:55:40 +0100 (Thu, 09 Mar 2006) | 2 lines
34 Changed paths:
35    M /trunk/modules/misc/logger.c
36    M /trunk/src/libvlc.h
37
38 all: move the logger option from video to interface and advanced
39
40 ------------------------------------------------------------------------
41 r14694 | hartman | 2006-03-09 16:57:48 +0100 (Thu, 09 Mar 2006) | 2 lines
42 Changed paths:
43    M /trunk/modules/gui/macosx/vout.m
44
45 * Use the proper parent object to do var_Get macosx-black on. Fixes the issue where we failed to mutex_lock.
46
47 ------------------------------------------------------------------------
48 r14693 | hartman | 2006-03-09 16:55:13 +0100 (Thu, 09 Mar 2006) | 2 lines
49 Changed paths:
50    M /trunk/src/misc/messages.c
51
52 * Don't crash if we want to msg_Dbg on an object that doesn't exist.
53
54 ------------------------------------------------------------------------
55 r14692 | courmisch | 2006-03-09 14:28:48 +0100 (Thu, 09 Mar 2006) | 2 lines
56 Changed paths:
57    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
58
59 Use the fine stack as we can
60
61 ------------------------------------------------------------------------
62 r14691 | courmisch | 2006-03-09 14:08:46 +0100 (Thu, 09 Mar 2006) | 15 lines
63 Changed paths:
64    M /trunk/src/misc/configuration.c
65
66 As a work-around, accept both decimal separators when...
67 deserializing floats from configuration (fixes #589)
68
69 I know this is NOT the ?\226?\128?\156right?\226?\128?\157 way to fix this.
70 The ?\226?\128?\156right?\226?\128?\157 way would be to remove floats from the configuration...
71 but there are approximately one float parameter in the core and 46 ones
72 in our current plugins set, none of which I use myself. So I am
73 defintely not going to rewrite all^H^H^Hany of them.
74
75 Of course, it would be cleaner to be ?\226?\128?\156strict?\226?\128?\157  in what we write to
76 the configuration file, than ?\226?\128?\156liberal?\226?\128?\157 in what we accept... but IMHO,
77 it is way easier and more robust to be liberal in what we accept in
78 this particular case (ie. accepting both decimal separators is trivial,
79 while serializing float numbers manually is complex).
80
81 ------------------------------------------------------------------------
82 r14690 | courmisch | 2006-03-09 11:56:53 +0100 (Thu, 09 Mar 2006) | 3 lines
83 Changed paths:
84    M /trunk/modules/misc/rtsp.c
85
86 Revert [14683]
87 You can definitely declare variable at the beginning of a nested block with gcc 2.95
88
89 ------------------------------------------------------------------------
90 r14689 | fkuehne | 2006-03-09 11:04:01 +0100 (Thu, 09 Mar 2006) | 2 lines
91 Changed paths:
92    M /trunk/modules/gui/macosx/sfilters.h
93    M /trunk/modules/gui/macosx/sfilters.m
94
95 * put a warning to prevent users from reporting known bugs for panel is which won't be included within 0.8.5
96 * fixed svn propset
97 ------------------------------------------------------------------------
98 r14688 | jpsaman | 2006-03-09 10:47:30 +0100 (Thu, 09 Mar 2006) | 1 line
99 Changed paths:
100    M /trunk/modules/access/dvb/access.c
101    M /trunk/modules/access/dvb/dvb.h
102    M /trunk/modules/access/dvb/linux_dvb.c
103    M /trunk/modules/access/udp.c
104    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
105    M /trunk/modules/audio_filter/converter/fixed32tos16.c
106    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
107    M /trunk/modules/gui/pda/pda.c
108    M /trunk/modules/gui/pda/pda.h
109    M /trunk/modules/gui/pda/pda_callbacks.c
110    M /trunk/modules/gui/pda/pda_callbacks.h
111    M /trunk/modules/misc/qte_main.cpp
112    M /trunk/modules/video_output/hd1000v.cpp
113    M /trunk/modules/video_output/qte/qte.cpp
114    M /trunk/modules/video_output/qte/qte.h
115
116 Update e-mail address
117 ------------------------------------------------------------------------
118 r14687 | fkuehne | 2006-03-09 10:31:36 +0100 (Thu, 09 Mar 2006) | 1 line
119 Changed paths:
120    M /trunk/NEWS
121
122 * improved the wording a bit
123 ------------------------------------------------------------------------
124 r14686 | titer | 2006-03-09 00:52:35 +0100 (Thu, 09 Mar 2006) | 2 lines
125 Changed paths:
126    M /trunk/include/vlc_common.h
127    M /trunk/src/extras/libc.c
128
129  Force lldiv emulation on BeOS
130
131 ------------------------------------------------------------------------
132 r14685 | damienf | 2006-03-09 00:52:29 +0100 (Thu, 09 Mar 2006) | 2 lines
133 Changed paths:
134    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
135    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
136
137 all: reworked gui layout of dialog boxes to get rid of the dark gray background colour (I hope that wasn't intentional :)
138
139 ------------------------------------------------------------------------
140 r14684 | titer | 2006-03-09 00:32:08 +0100 (Thu, 09 Mar 2006) | 2 lines
141 Changed paths:
142    M /trunk/configure.ac
143    M /trunk/include/vlc_common.h
144    M /trunk/src/extras/libc.c
145
146  Emulate C99's lldiv() if necessary
147
148 ------------------------------------------------------------------------
149 r14683 | xtophe | 2006-03-08 23:30:53 +0100 (Wed, 08 Mar 2006) | 2 lines
150 Changed paths:
151    M /trunk/modules/misc/rtsp.c
152
153 rtsp.c: BeOS fix. variables can't be declared in the middle of the function.
154
155 ------------------------------------------------------------------------
156 r14682 | hartman | 2006-03-08 23:03:00 +0100 (Wed, 08 Mar 2006) | 2 lines
157 Changed paths:
158    M /trunk/extras/contrib/src/Patches/x264_svn.patch
159
160 * one part of x264 patch fixed upstream
161
162 ------------------------------------------------------------------------
163 r14681 | damienf | 2006-03-08 18:50:44 +0100 (Wed, 08 Mar 2006) | 2 lines
164 Changed paths:
165    M /trunk/extras/contrib/src/Makefile
166
167 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
168
169 ------------------------------------------------------------------------
170 r14680 | courmisch | 2006-03-08 18:33:29 +0100 (Wed, 08 Mar 2006) | 2 lines
171 Changed paths:
172    M /trunk/extras/contrib/src/Makefile
173    A /trunk/extras/contrib/src/Patches/gnutls-win32.patch
174
175 Winsock non-blocking kludge for GnuTLS (refs #538)
176
177 ------------------------------------------------------------------------
178 r14679 | courmisch | 2006-03-08 18:25:09 +0100 (Wed, 08 Mar 2006) | 2 lines
179 Changed paths:
180    M /trunk/extras/contrib/src
181
182 svn:ignore
183
184 ------------------------------------------------------------------------
185 r14678 | dionoea | 2006-03-08 18:06:59 +0100 (Wed, 08 Mar 2006) | 2 lines
186 Changed paths:
187    M /trunk/include/charset.h
188    M /trunk/include/vlc_symbols.h
189
190 modules/misc/rtsp.c is using us_strtod
191
192 ------------------------------------------------------------------------
193 r14677 | courmisch | 2006-03-08 14:51:31 +0100 (Wed, 08 Mar 2006) | 2 lines
194 Changed paths:
195    M /trunk/include/charset.h
196
197 Missing export
198
199 ------------------------------------------------------------------------
200 r14676 | courmisch | 2006-03-08 14:32:37 +0100 (Wed, 08 Mar 2006) | 2 lines
201 Changed paths:
202    M /trunk/modules/misc/rtsp.c
203
204 Don't use C (de)serialization for float numbers (closes #583)
205
206 ------------------------------------------------------------------------
207 r14675 | courmisch | 2006-03-08 13:25:29 +0100 (Wed, 08 Mar 2006) | 5 lines
208 Changed paths:
209    M /trunk/include/charset.h
210    M /trunk/src/misc/charset.c
211    M /trunk/src/test/i18n_atof.c
212
213  * i18n_strtod: locale-agnostic strtod() (accepts both comma and dot as decimal separator)
214  * us_strtod, us_atof: same as i18n_* but only accept dot in any case
215    (this will be useful when parsing stream output chain which uses comma to separate
216     options)
217
218 ------------------------------------------------------------------------
219 r14674 | courmisch | 2006-03-08 13:23:34 +0100 (Wed, 08 Mar 2006) | 2 lines
220 Changed paths:
221    M /trunk/modules/stream_out/rtp.c
222
223 Fix TTL range check
224
225 ------------------------------------------------------------------------
226 r14673 | courmisch | 2006-03-08 12:52:46 +0100 (Wed, 08 Mar 2006) | 2 lines
227 Changed paths:
228    M /trunk/src/misc/variables.c
229
230 Avoid ugly non-const cast
231
232 ------------------------------------------------------------------------
233 r14672 | courmisch | 2006-03-08 12:32:34 +0100 (Wed, 08 Mar 2006) | 2 lines
234 Changed paths:
235    M /trunk/include/charset.h
236    M /trunk/src/Makefile.am
237    M /trunk/src/misc/charset.c
238    A /trunk/src/test
239    A /trunk/src/test/i18n_atof.c
240
241 i18n_atof(): locale-agnostic atof()
242
243 ------------------------------------------------------------------------
244 r14671 | zorglub | 2006-03-08 10:47:45 +0100 (Wed, 08 Mar 2006) | 2 lines
245 Changed paths:
246    M /trunk/modules/gui/wxwidgets/streamdata.h
247
248 Fix wizard matrix on win32. Closes:#531
249
250 ------------------------------------------------------------------------
251 r14670 | hartman | 2006-03-08 00:56:32 +0100 (Wed, 08 Mar 2006) | 2 lines
252 Changed paths:
253    M /trunk/modules/gui/macosx/vout.h
254    M /trunk/modules/gui/macosx/vout.m
255
256 * Fix the issue where sometimes the Menubar wouldn't reappear after exiting fullscreen.
257
258 ------------------------------------------------------------------------
259 r14669 | hartman | 2006-03-08 00:22:41 +0100 (Wed, 08 Mar 2006) | 2 lines
260 Changed paths:
261    M /trunk/src/input/input.c
262
263 * Fix an issue with a : in the subtitle-filename causing the subtitle detection to fail.
264
265 ------------------------------------------------------------------------
266 r14668 | courmisch | 2006-03-07 21:06:53 +0100 (Tue, 07 Mar 2006) | 7 lines
267 Changed paths:
268    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
269    M /trunk/modules/gui/wxwidgets/interface.cpp
270    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
271
272 - Undo [14667]
273  * fix memleak
274  * remove unused variable (psz_local always NULL...)
275  * remove free(NULL)
276  * remove expansion-unsafe wxDnDLocaleFree() macro variant
277 - Actually fix [14633] flawed logic
278
279 ------------------------------------------------------------------------
280 r14667 | dionoea | 2006-03-07 19:48:35 +0100 (Tue, 07 Mar 2006) | 2 lines
281 Changed paths:
282    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
283    M /trunk/modules/gui/wxwidgets/interface.cpp
284    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
285
286 Fix wx DnD once more.
287
288 ------------------------------------------------------------------------
289 r14666 | xtophe | 2006-03-07 14:30:27 +0100 (Tue, 07 Mar 2006) | 2 lines
290 Changed paths:
291    M /trunk/HACKING
292
293 HACKING: Add a note about the module cache and vlc --list
294
295 ------------------------------------------------------------------------
296 r14665 | damienf | 2006-03-07 13:22:19 +0100 (Tue, 07 Mar 2006) | 2 lines
297 Changed paths:
298    M /trunk/extras/contrib/src/Makefile
299
300 Makefile: don't forget to chmod a+x gecko-sdk/bin/*
301
302 ------------------------------------------------------------------------
303 r14664 | damienf | 2006-03-07 13:15:06 +0100 (Tue, 07 Mar 2006) | 2 lines
304 Changed paths:
305    M /trunk/extras/contrib/src/Makefile
306    M /trunk/extras/contrib/src/packages.mak
307
308 all: updating mozilla SDK for cygwin builds
309
310 ------------------------------------------------------------------------
311 r14663 | xtophe | 2006-03-07 11:29:41 +0100 (Tue, 07 Mar 2006) | 2 lines
312 Changed paths:
313    M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-mactel.patch
314
315 ffmpeg-cvs-mactel.patch: Mangle patch was applied upstream
316
317 ------------------------------------------------------------------------
318 r14662 | dionoea | 2006-03-06 19:55:39 +0100 (Mon, 06 Mar 2006) | 2 lines
319 Changed paths:
320    M /trunk/doc/vlc.1
321
322 Add link to online documentation in VLC manpage
323
324 ------------------------------------------------------------------------
325 r14661 | sam | 2006-03-06 18:51:43 +0100 (Mon, 06 Mar 2006) | 2 lines
326 Changed paths:
327    M /trunk/extras/contrib/src/Makefile
328
329   * extras/contrib/src/Makefile: build libx264.a in PIC mode on OS X x86.
330
331 ------------------------------------------------------------------------
332 r14660 | damienf | 2006-03-06 17:06:41 +0100 (Mon, 06 Mar 2006) | 2 lines
333 Changed paths:
334    M /trunk/extras/contrib/src/Makefile
335
336 Makefile: fix for MacIntel package build
337
338 ------------------------------------------------------------------------
339 r14659 | courmisch | 2006-03-06 11:25:12 +0100 (Mon, 06 Mar 2006) | 3 lines
340 Changed paths:
341    M /trunk/include/vlc_common.h
342    M /trunk/include/vlc_symbols.h
343    M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
344    M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
345    M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
346    M /trunk/modules/gui/wxwidgets/interface.cpp
347    M /trunk/src/extras/libc.c
348
349 WxWidgets: use wraptext in UTF-8 mode as that is the codeset for gettext
350 core: remove unused ISO-8859-centric monobyte mode from vlc_wraptext()
351
352 ------------------------------------------------------------------------
353 r14658 | courmisch | 2006-03-06 11:23:37 +0100 (Mon, 06 Mar 2006) | 2 lines
354 Changed paths:
355    M /trunk/modules/misc/gnutls.c
356
357 Add extra Win32-specific debug (refs #538)
358
359 ------------------------------------------------------------------------
360 r14657 | xtophe | 2006-03-06 10:42:01 +0100 (Mon, 06 Mar 2006) | 2 lines
361 Changed paths:
362    M /trunk/src/Makefile.am
363
364 src/Makefile: make distcheck happy
365
366 ------------------------------------------------------------------------
367 r14656 | damienf | 2006-03-06 00:49:52 +0100 (Mon, 06 Mar 2006) | 6 lines
368 Changed paths:
369    M /trunk/Makefile.am
370    M /trunk/configure.ac
371    M /trunk/extras/contrib/src/Makefile
372
373 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
374 configure.ac: cleaned up Cocoa.h detection, removed link path dependency to 'vlc-lib' as it is no longer necessary
375 Makefile.am: fixed installation of dylibs as vlc_ prefix is already appended by INSTALL_NAME
376
377 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
378
379 ------------------------------------------------------------------------
380 r14655 | xtophe | 2006-03-05 21:08:16 +0100 (Sun, 05 Mar 2006) | 2 lines
381 Changed paths:
382    M /trunk/configure.ac
383
384 configure.ac: use the gecko-sdk in the contrib
385
386 ------------------------------------------------------------------------
387 r14654 | xtophe | 2006-03-05 20:37:21 +0100 (Sun, 05 Mar 2006) | 2 lines
388 Changed paths:
389    M /trunk/extras/contrib/Makefile
390
391 contrib/Makefile: Don't put 2 include
392
393 ------------------------------------------------------------------------
394 r14653 | zorglub | 2006-03-05 20:05:07 +0100 (Sun, 05 Mar 2006) | 2 lines
395 Changed paths:
396    M /trunk/NEWS
397
398 Add some news
399
400 ------------------------------------------------------------------------
401 r14652 | xtophe | 2006-03-05 18:44:04 +0100 (Sun, 05 Mar 2006) | 2 lines
402 Changed paths:
403    M /trunk/extras/contrib/Makefile
404
405 contrib/Makefile: dereference the symlink. a better solution would be to transform the absolute one to relative.
406
407 ------------------------------------------------------------------------
408 r14651 | xtophe | 2006-03-05 17:43:37 +0100 (Sun, 05 Mar 2006) | 2 lines
409 Changed paths:
410    M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
411
412 Update x264 patch.
413
414 ------------------------------------------------------------------------
415 r14650 | fkuehne | 2006-03-05 17:41:18 +0100 (Sun, 05 Mar 2006) | 3 lines
416 Changed paths:
417    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
418    M /trunk/modules/gui/macosx/playlistinfo.m
419
420 * make sure that the timer which is updating the stats-tab is stopped when the panel is closed
421 * fixed a minor memory leak (the timer wasn't released after invalidating it)
422 * VLCInfo is o_info_window's delegate now
423 ------------------------------------------------------------------------
424 r14649 | dionoea | 2006-03-05 16:47:17 +0100 (Sun, 05 Mar 2006) | 2 lines
425 Changed paths:
426    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
427
428 Select item after deleting items from the playlist with KEY_DEL.
429
430 ------------------------------------------------------------------------
431 r14648 | fkuehne | 2006-03-05 16:42:51 +0100 (Sun, 05 Mar 2006) | 1 line
432 Changed paths:
433    M /trunk/modules/gui/macosx/playlistinfo.m
434
435 * don't show the statistics-tab if the stats aren't enabled
436 ------------------------------------------------------------------------
437 r14647 | courmisch | 2006-03-05 16:34:21 +0100 (Sun, 05 Mar 2006) | 2 lines
438 Changed paths:
439    M /trunk/src/libvlc.c
440
441 Don't call textdomain - it is not only useless but harmful (refs #581)
442
443 ------------------------------------------------------------------------
444 r14646 | dionoea | 2006-03-05 16:33:02 +0100 (Sun, 05 Mar 2006) | 3 lines
445 Changed paths:
446    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
447    M /trunk/modules/gui/skins2/vars/playtree.hpp
448
449 ctrl_tree.cpp: fix selection bug (when pressing KEY_DOWN if the selected item was the last visible tree item)
450 playtree.hpp: cosmetics
451
452 ------------------------------------------------------------------------
453 r14645 | courmisch | 2006-03-05 16:32:49 +0100 (Sun, 05 Mar 2006) | 3 lines
454 Changed paths:
455    M /trunk/include/vlc_common.h
456    M /trunk/src/extras/libc.c
457
458 - Call dgettext directly with shared libvlc and libtool
459 - Remove vlc_dcgettext in those cases
460
461 ------------------------------------------------------------------------
462 r14644 | courmisch | 2006-03-05 16:32:01 +0100 (Sun, 05 Mar 2006) | 2 lines
463 Changed paths:
464    M /trunk/include/vlc_threads_funcs.h
465
466 Add some ?\226?\128?\156const?\226?\128?\157s
467
468 ------------------------------------------------------------------------
469 r14643 | courmisch | 2006-03-05 16:29:52 +0100 (Sun, 05 Mar 2006) | 2 lines
470 Changed paths:
471    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
472    M /trunk/modules/gui/wxwidgets/interface.cpp
473
474 Fix some warnings
475
476 ------------------------------------------------------------------------
477 r14642 | dionoea | 2006-03-05 15:58:31 +0100 (Sun, 05 Mar 2006) | 2 lines
478 Changed paths:
479    M /trunk/doc/release-howto.txt
480
481 We won't need to warn ECP about releases now.
482
483 ------------------------------------------------------------------------
484 r14641 | dionoea | 2006-03-05 15:37:35 +0100 (Sun, 05 Mar 2006) | 2 lines
485 Changed paths:
486    M /trunk/src/misc/configuration.c
487
488 Fix build on Mac (i hope)
489
490 ------------------------------------------------------------------------
491 r14640 | courmisch | 2006-03-05 12:36:59 +0100 (Sun, 05 Mar 2006) | 2 lines
492 Changed paths:
493    M /trunk/configure.ac
494
495 remove now useless x509-ca-bundle option
496
497 ------------------------------------------------------------------------
498 r14639 | courmisch | 2006-03-05 12:28:28 +0100 (Sun, 05 Mar 2006) | 2 lines
499 Changed paths:
500    M /trunk/modules/misc/gnutls.c
501
502 Look for Root CA certificates in VLC data dir
503
504 ------------------------------------------------------------------------
505 r14638 | dionoea | 2006-03-05 12:24:59 +0100 (Sun, 05 Mar 2006) | 2 lines
506 Changed paths:
507    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
508
509 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.
510
511 ------------------------------------------------------------------------
512 r14637 | dionoea | 2006-03-05 12:16:23 +0100 (Sun, 05 Mar 2006) | 2 lines
513 Changed paths:
514    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
515
516 Remove uneeded include (since playlist DnD is now different from the main controler's DnD)
517
518 ------------------------------------------------------------------------
519 r14636 | courmisch | 2006-03-05 12:10:34 +0100 (Sun, 05 Mar 2006) | 2 lines
520 Changed paths:
521    M /trunk/include/configuration.h
522    M /trunk/include/vlc_symbols.h
523    M /trunk/src/misc/configuration.c
524
525 config_GetDataDir(): returns path to VLC installed shared data
526
527 ------------------------------------------------------------------------
528 r14635 | courmisch | 2006-03-05 10:04:07 +0100 (Sun, 05 Mar 2006) | 2 lines
529 Changed paths:
530    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
531
532 Fix compilation AGAIN
533
534 ------------------------------------------------------------------------
535 r14634 | xtophe | 2006-03-04 23:53:51 +0100 (Sat, 04 Mar 2006) | 2 lines
536 Changed paths:
537    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
538    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
539
540 fileinfo.*: I should lean C++
541
542 ------------------------------------------------------------------------
543 r14633 | dionoea | 2006-03-04 23:48:20 +0100 (Sat, 04 Mar 2006) | 3 lines
544 Changed paths:
545    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
546    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
547    M /trunk/modules/gui/wxwidgets/interface.cpp
548    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
549
550 playlist.cpp, playlist.hpp: fix segfault when destroying playlist drop target (and use the wxDnD*Locale functions).
551 interface.cpp, wxwidgets.hpp: put courmisch's fixes to the DnD encoding issue in wx into wxDnDFromLocale and wxDnDFreeLocale
552
553 ------------------------------------------------------------------------
554 r14632 | dionoea | 2006-03-04 23:06:08 +0100 (Sat, 04 Mar 2006) | 2 lines
555 Changed paths:
556    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
557
558 Fix node insertion. Thanks to zorglub.
559
560 ------------------------------------------------------------------------
561 r14631 | courmisch | 2006-03-04 23:05:10 +0100 (Sat, 04 Mar 2006) | 2 lines
562 Changed paths:
563    M /trunk/modules/gui/wxwidgets/interface.cpp
564
565 Fix off by one bugs
566
567 ------------------------------------------------------------------------
568 r14630 | dionoea | 2006-03-04 22:52:53 +0100 (Sat, 04 Mar 2006) | 2 lines
569 Changed paths:
570    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
571    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
572
573 dialogs/playlist.*: Add File Drop in playlist handling. (Still needs to include courmisch's wx encoding fix when the fix gets fixed)
574
575 ------------------------------------------------------------------------
576 r14629 | jpsaman | 2006-03-04 22:17:25 +0100 (Sat, 04 Mar 2006) | 1 line
577 Changed paths:
578    M /trunk/include/vlc_messages.h
579
580 Coding Style fixes
581 ------------------------------------------------------------------------
582 r14628 | jpsaman | 2006-03-04 21:38:01 +0100 (Sat, 04 Mar 2006) | 1 line
583 Changed paths:
584    M /trunk/include/vlc_messages.h
585
586 Fix wrong define, luckily this one wasn't used yet.
587 ------------------------------------------------------------------------
588 r14627 | courmisch | 2006-03-04 21:24:19 +0100 (Sat, 04 Mar 2006) | 2 lines
589 Changed paths:
590    M /trunk/bootstrap
591
592 Remove superfluous dep
593
594 ------------------------------------------------------------------------
595 r14626 | courmisch | 2006-03-04 21:19:15 +0100 (Sat, 04 Mar 2006) | 2 lines
596 Changed paths:
597    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
598
599 closes #579
600
601 ------------------------------------------------------------------------
602 r14625 | courmisch | 2006-03-04 21:11:01 +0100 (Sat, 04 Mar 2006) | 5 lines
603 Changed paths:
604    M /trunk/configure.ac
605    M /trunk/modules/misc/gnutls.c
606
607 Make the Root CA certificates bundle file for gnutls a configure-time setting
608 (as it is highly distribution dependant)
609 On Debian --with-x509-ca-bundle=/etc/ssl/certs/ca-certificates.crt will do
610 (provided you have the ca-certificates package)
611
612 ------------------------------------------------------------------------
613 r14624 | jpsaman | 2006-03-04 21:01:58 +0100 (Sat, 04 Mar 2006) | 1 line
614 Changed paths:
615    M /trunk/modules/control/telnet.c
616
617 Do not print extra STRING_CR on successfull command.
618 ------------------------------------------------------------------------
619 r14623 | dionoea | 2006-03-04 19:42:35 +0100 (Sat, 04 Mar 2006) | 2 lines
620 Changed paths:
621    M /trunk/src/playlist/item-ext.c
622
623 item-ext.c: detach from all parent nodes (fixed)
624
625 ------------------------------------------------------------------------
626 r14622 | dionoea | 2006-03-04 19:41:08 +0100 (Sat, 04 Mar 2006) | 3 lines
627 Changed paths:
628    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
629    M /trunk/src/playlist/item-ext.c
630
631 modules/gui/wxwidgets/dialogs/playlist.cpp: add some more checks. Fixes infinite loop when draging an item outside the wxTreeCtrl widget.
632 src/playlist/item-ext.c: detach item from first matching parent node only.
633
634 ------------------------------------------------------------------------
635 r14621 | xtophe | 2006-03-04 19:36:29 +0100 (Sat, 04 Mar 2006) | 2 lines
636 Changed paths:
637    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
638
639 fileinfo.hpp: we need to use b_stats in Update()
640
641 ------------------------------------------------------------------------
642 r14620 | xtophe | 2006-03-04 19:07:43 +0100 (Sat, 04 Mar 2006) | 2 lines
643 Changed paths:
644    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
645    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
646
647 fileinfo.*: Don't show stats when they qre disable.
648
649 ------------------------------------------------------------------------
650 r14619 | dionoea | 2006-03-04 18:32:35 +0100 (Sat, 04 Mar 2006) | 2 lines
651 Changed paths:
652    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
653    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
654
655 add "Add node" function to node contextual menu
656
657 ------------------------------------------------------------------------
658 r14618 | dionoea | 2006-03-04 18:09:04 +0100 (Sat, 04 Mar 2006) | 3 lines
659 Changed paths:
660    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
661    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
662
663 Drag and Drop support in wx playlist.
664 TODO: merge this playlist code with the gibalou mini playlist code.
665
666 ------------------------------------------------------------------------
667 r14617 | dionoea | 2006-03-04 18:01:14 +0100 (Sat, 04 Mar 2006) | 2 lines
668 Changed paths:
669    M /trunk/src/playlist/item-ext.c
670
671 Humm ... forgot to save before commiting.
672
673 ------------------------------------------------------------------------
674 r14616 | dionoea | 2006-03-04 18:00:41 +0100 (Sat, 04 Mar 2006) | 3 lines
675 Changed paths:
676    M /trunk/include/vlc_playlist.h
677    M /trunk/include/vlc_symbols.h
678    M /trunk/src/playlist/item-ext.c
679
680 Code the playlist_TreeMove function.
681 zorglub: i'm not really sure about the i_serial incrementation stuff, could you give it a look ?
682
683 ------------------------------------------------------------------------
684 r14615 | courmisch | 2006-03-04 17:56:05 +0100 (Sat, 04 Mar 2006) | 4 lines
685 Changed paths:
686    M /trunk/modules/misc/gnutls.c
687
688 - Support for adding a single file rather than a directory as CA path
689 - Use Debian default
690   much faster, but properly only works on Debian and its derivatives
691
692 ------------------------------------------------------------------------
693 r14614 | courmisch | 2006-03-04 17:06:27 +0100 (Sat, 04 Mar 2006) | 3 lines
694 Changed paths:
695    M /trunk/modules/misc/gnutls.c
696
697 - Load root certificates from /etc/ssl (currently very slow :( )
698 - Cosmetic
699
700 ------------------------------------------------------------------------
701 r14613 | courmisch | 2006-03-04 14:41:41 +0100 (Sat, 04 Mar 2006) | 2 lines
702 Changed paths:
703    M /trunk/modules/misc/gnutls.c
704
705 Missed one error case
706
707 ------------------------------------------------------------------------
708 r14612 | courmisch | 2006-03-04 14:36:48 +0100 (Sat, 04 Mar 2006) | 2 lines
709 Changed paths:
710    M /trunk/modules/misc/gnutls.c
711
712 (safe) directory recursion when looking for CA certificates
713
714 ------------------------------------------------------------------------
715 r14611 | courmisch | 2006-03-04 14:31:59 +0100 (Sat, 04 Mar 2006) | 2 lines
716 Changed paths:
717    M /trunk/configure.ac
718
719 Don't BUILD_PIC when the platform doesn't need PIC
720
721 ------------------------------------------------------------------------
722 r14610 | courmisch | 2006-03-04 13:34:28 +0100 (Sat, 04 Mar 2006) | 2 lines
723 Changed paths:
724    M /trunk/bootstrap
725
726 Libtool: kludge^H^H^H^H^H^Hfix make (|un)install within modules/subdir/subdir
727
728 ------------------------------------------------------------------------
729 r14609 | courmisch | 2006-03-04 13:20:06 +0100 (Sat, 04 Mar 2006) | 2 lines
730 Changed paths:
731    M /trunk/bootstrap
732
733 libtool: Propagate errors from make (|un)install
734
735 ------------------------------------------------------------------------
736 r14608 | fkuehne | 2006-03-04 12:53:03 +0100 (Sat, 04 Mar 2006) | 1 line
737 Changed paths:
738    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
739    M /trunk/modules/gui/macosx/playlistinfo.m
740
741 * fix the table on the second tab and added an extra check to prevent a crash in rare situations
742 ------------------------------------------------------------------------
743 r14607 | courmisch | 2006-03-04 11:46:27 +0100 (Sat, 04 Mar 2006) | 2 lines
744 Changed paths:
745    M /trunk/src/network/httpd.c
746
747 Cosmetic
748
749 ------------------------------------------------------------------------
750 r14606 | zorglub | 2006-03-04 10:28:06 +0100 (Sat, 04 Mar 2006) | 2 lines
751 Changed paths:
752    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
753
754 Don't prepend :sout= to sout string in VLM dialog (Refs:#530)
755
756 ------------------------------------------------------------------------
757 r14605 | zorglub | 2006-03-04 10:12:21 +0100 (Sat, 04 Mar 2006) | 2 lines
758 Changed paths:
759    M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
760
761 Fix ordering of widgets in sout panel (Closes:#469)
762
763 ------------------------------------------------------------------------
764 r14604 | zorglub | 2006-03-04 10:00:10 +0100 (Sat, 04 Mar 2006) | 2 lines
765 Changed paths:
766    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
767
768 Shoud fix #'565
769
770 ------------------------------------------------------------------------
771 r14603 | xtophe | 2006-03-04 01:59:51 +0100 (Sat, 04 Mar 2006) | 5 lines
772 Changed paths:
773    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
774
775 wx/dialogs/open.cpp: Fix the caching option. Closes #575
776 -This line, and those below, will be ignored--
777
778 M    open.cpp
779
780 ------------------------------------------------------------------------
781 r14602 | courmisch | 2006-03-03 23:43:22 +0100 (Fri, 03 Mar 2006) | 2 lines
782 Changed paths:
783    M /trunk/modules/misc/rtsp.c
784
785 Fix error code when server is overloaded
786
787 ------------------------------------------------------------------------
788 r14601 | jpsaman | 2006-03-03 22:43:48 +0100 (Fri, 03 Mar 2006) | 1 line
789 Changed paths:
790    A /trunk/modules/mux/rtp
791    A /trunk/modules/mux/rtp/rtcp.c
792    A /trunk/modules/mux/rtp/rtcp.h
793    A /trunk/modules/mux/rtp/rtp.h
794
795 Structures and functions for RTCP support. BIG FAT WARNING >>>> This code is untested <<<< but the request for it is high.
796 ------------------------------------------------------------------------
797 r14600 | fkuehne | 2006-03-03 18:29:13 +0100 (Fri, 03 Mar 2006) | 1 line
798 Changed paths:
799    M /trunk/Makefile.am
800
801 * added a couple of OSX-intf-files which were added after the last release
802 ------------------------------------------------------------------------
803 r14599 | fkuehne | 2006-03-03 18:21:16 +0100 (Fri, 03 Mar 2006) | 4 lines
804 Changed paths:
805    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
806    M /trunk/modules/gui/macosx/intf.m
807    M /trunk/modules/gui/macosx/playlist.m
808    M /trunk/modules/gui/macosx/playlistinfo.m
809
810 *.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")
811 MainMenu.nib: 
812     - dto
813     - let the user select the values of the Statistics-tab
814 ------------------------------------------------------------------------
815 r14598 | fkuehne | 2006-03-03 18:12:15 +0100 (Fri, 03 Mar 2006) | 1 line
816 Changed paths:
817    M /trunk/modules/gui/macosx/vout.m
818
819 * fixed a signed vs unsinged warning
820 ------------------------------------------------------------------------
821 r14597 | dionoea | 2006-03-03 15:37:24 +0100 (Fri, 03 Mar 2006) | 3 lines
822 Changed paths:
823    M /trunk/modules/video_output/image.c
824
825 image.c: add --image-out-replace option. If enabled, the image vout will
826 always overwrite the same file.
827
828 ------------------------------------------------------------------------
829 r14596 | fkuehne | 2006-03-03 14:51:04 +0100 (Fri, 03 Mar 2006) | 1 line
830 Changed paths:
831    M /trunk/modules/gui/macosx/playlistinfo.h
832    M /trunk/modules/gui/macosx/playlistinfo.m
833
834 * added a NSTimer to update the statistics every second
835 ------------------------------------------------------------------------
836 r14595 | xtophe | 2006-03-03 14:08:48 +0100 (Fri, 03 Mar 2006) | 2 lines
837 Changed paths:
838    M /trunk/extras/contrib/src/Makefile
839
840 Makefile: We need autogen on win32
841
842 ------------------------------------------------------------------------
843 r14594 | fkuehne | 2006-03-03 13:19:56 +0100 (Fri, 03 Mar 2006) | 1 line
844 Changed paths:
845    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
846    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
847    M /trunk/modules/gui/macosx/playlistinfo.h
848    M /trunk/modules/gui/macosx/playlistinfo.m
849
850 * implemented the statistics-tab. No auto-update yet.
851 ------------------------------------------------------------------------
852 r14593 | hartman | 2006-03-03 12:25:18 +0100 (Fri, 03 Mar 2006) | 2 lines
853 Changed paths:
854    M /trunk/extras/contrib/src/Makefile
855
856 * Disable INSTALL_NAME now gpg-error isn't shared.
857
858 ------------------------------------------------------------------------
859 r14592 | hartman | 2006-03-03 12:19:00 +0100 (Fri, 03 Mar 2006) | 2 lines
860 Changed paths:
861    M /trunk/extras/contrib/src/Makefile
862
863 * copy and tabs... sigh.
864
865 ------------------------------------------------------------------------
866 r14591 | hartman | 2006-03-03 12:15:55 +0100 (Fri, 03 Mar 2006) | 2 lines
867 Changed paths:
868    M /trunk/extras/contrib/src/Makefile
869
870 * Lets avoid autogen where we can
871
872 ------------------------------------------------------------------------
873 r14590 | hartman | 2006-03-03 11:40:56 +0100 (Fri, 03 Mar 2006) | 2 lines
874 Changed paths:
875    M /trunk/extras/contrib/src/Makefile
876    M /trunk/extras/contrib/src/Patches/live-osx.patch
877
878 * Fix liveMedia on all platforms now hopefully
879
880 ------------------------------------------------------------------------
881 r14589 | hartman | 2006-03-03 11:22:18 +0100 (Fri, 03 Mar 2006) | 2 lines
882 Changed paths:
883    M /trunk/extras/contrib/src/packages.mak
884
885 * www.live555.com seems unreachable. use live555.com
886
887 ------------------------------------------------------------------------
888 r14588 | courmisch | 2006-03-03 10:32:20 +0100 (Fri, 03 Mar 2006) | 2 lines
889 Changed paths:
890    M /trunk/configure.ac
891
892 Solaris breakage again
893
894 ------------------------------------------------------------------------
895 r14587 | jpsaman | 2006-03-03 09:52:27 +0100 (Fri, 03 Mar 2006) | 1 line
896 Changed paths:
897    M /trunk/modules/demux/livedotcom.cpp
898
899 Playing 3GPP audio only LATM AAC/HE-AAC streams. Patch by Ross Finalayson
900 ------------------------------------------------------------------------
901 r14586 | xtophe | 2006-03-03 00:40:17 +0100 (Fri, 03 Mar 2006) | 3 lines
902 Changed paths:
903    M /trunk/extras/contrib/src/Makefile
904
905 explicit hack. please underage hackers do not look
906 fix lame 
907
908 ------------------------------------------------------------------------
909 r14585 | xtophe | 2006-03-03 00:24:37 +0100 (Fri, 03 Mar 2006) | 2 lines
910 Changed paths:
911    M /trunk/extras/contrib/src/Makefile
912    M /trunk/extras/contrib/src/packages.mak
913
914 Fix MacOS-Intel compilation
915
916 ------------------------------------------------------------------------
917 r14584 | courmisch | 2006-03-02 23:39:03 +0100 (Thu, 02 Mar 2006) | 2 lines
918 Changed paths:
919    M /trunk/include/vlc_httpd.h
920    M /trunk/include/vlc_symbols.h
921    M /trunk/src/network/httpd.c
922
923 Code reuse
924
925 ------------------------------------------------------------------------
926 r14583 | courmisch | 2006-03-02 23:19:14 +0100 (Thu, 02 Mar 2006) | 2 lines
927 Changed paths:
928    M /trunk/include/vlc_httpd.h
929
930 Remove outdated comment
931
932 ------------------------------------------------------------------------
933 r14582 | xtophe | 2006-03-02 21:39:49 +0100 (Thu, 02 Mar 2006) | 2 lines
934 Changed paths:
935    M /trunk/extras/contrib/src/packages.mak
936
937 Update lame. Closes #482
938
939 ------------------------------------------------------------------------
940 r14581 | xtophe | 2006-03-02 21:38:43 +0100 (Thu, 02 Mar 2006) | 2 lines
941 Changed paths:
942    M /trunk/extras/contrib/src/Patches/gcrypt.patch
943
944 Fix Gcrypt patch
945
946 ------------------------------------------------------------------------
947 r14580 | xtophe | 2006-03-02 21:11:51 +0100 (Thu, 02 Mar 2006) | 2 lines
948 Changed paths:
949    M /trunk/extras/contrib/src/Makefile
950
951 makefile: Fix livedotcom on win32
952
953 ------------------------------------------------------------------------
954 r14579 | xtophe | 2006-03-02 21:10:23 +0100 (Thu, 02 Mar 2006) | 2 lines
955 Changed paths:
956    M /trunk/extras/contrib/src/Makefile
957
958 Makefile: use sed -i where possible
959
960 ------------------------------------------------------------------------
961 r14578 | xtophe | 2006-03-02 21:04:54 +0100 (Thu, 02 Mar 2006) | 2 lines
962 Changed paths:
963    M /trunk/extras/contrib/src/Makefile
964    M /trunk/extras/contrib/src/Patches/gcrypt.patch
965    M /trunk/extras/contrib/src/packages.mak
966
967 all: Update libgcrypt,gpg-error and gnutls (closes #570 )
968
969 ------------------------------------------------------------------------
970 r14577 | xtophe | 2006-03-02 20:34:31 +0100 (Thu, 02 Mar 2006) | 2 lines
971 Changed paths:
972    M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
973
974 Update x264 patch
975
976 ------------------------------------------------------------------------
977 r14576 | xtophe | 2006-03-02 20:31:36 +0100 (Thu, 02 Mar 2006) | 2 lines
978 Changed paths:
979    M /trunk/configure.ac
980
981 configure.ac: Solaris fix for live555. Patch courtesy of Alexander Gall
982
983 ------------------------------------------------------------------------
984 r14575 | courmisch | 2006-03-02 19:19:03 +0100 (Thu, 02 Mar 2006) | 2 lines
985 Changed paths:
986    M /trunk/include/vlc_common.h
987    M /trunk/src/misc/objects.c
988
989 Minor clean up
990
991 ------------------------------------------------------------------------
992 r14574 | fkuehne | 2006-03-02 16:52:37 +0100 (Thu, 02 Mar 2006) | 6 lines
993 Changed paths:
994    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
995    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
996    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
997    M /trunk/modules/gui/macosx/playlistinfo.h
998    M /trunk/modules/gui/macosx/playlistinfo.m
999
1000 * re-designed the information/properties panel to show meta information and statistics
1001 - the display of meta information is completely implemented and functional
1002 - 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..)
1003 - the statistics tab isn't implemented yet
1004
1005 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.
1006 ------------------------------------------------------------------------
1007 r14573 | courmisch | 2006-03-02 16:19:32 +0100 (Thu, 02 Mar 2006) | 2 lines
1008 Changed paths:
1009    M /trunk/modules/access_output/file.c
1010
1011 Locale fixes (refs #528) + clean up
1012
1013 ------------------------------------------------------------------------
1014 r14572 | courmisch | 2006-03-02 15:27:09 +0100 (Thu, 02 Mar 2006) | 2 lines
1015 Changed paths:
1016    M /trunk/modules/misc/gnutls.c
1017
1018 use intptr_t (refs #574)
1019
1020 ------------------------------------------------------------------------
1021 r14571 | courmisch | 2006-03-02 15:23:03 +0100 (Thu, 02 Mar 2006) | 2 lines
1022 Changed paths:
1023    M /trunk/modules/access_output/file.c
1024
1025 Don't try to be more clever than umask()
1026
1027 ------------------------------------------------------------------------
1028 r14570 | courmisch | 2006-03-02 15:21:23 +0100 (Thu, 02 Mar 2006) | 2 lines
1029 Changed paths:
1030    M /trunk/configure.ac
1031
1032 Fix getaddrinfo check failure because of autoconf's cache
1033
1034 ------------------------------------------------------------------------
1035 r14569 | courmisch | 2006-03-02 14:54:40 +0100 (Thu, 02 Mar 2006) | 2 lines
1036 Changed paths:
1037    M /trunk/modules/audio_output/waveout.c
1038
1039 Fix invalid syntax (aout_BufferFree is not an expansion-safe macro)
1040
1041 ------------------------------------------------------------------------
1042 r14568 | courmisch | 2006-03-02 14:35:43 +0100 (Thu, 02 Mar 2006) | 2 lines
1043 Changed paths:
1044    M /trunk/modules/audio_output/arts.c
1045    M /trunk/modules/audio_output/directx.c
1046    M /trunk/modules/audio_output/esd.c
1047    M /trunk/modules/audio_output/jack.c
1048    M /trunk/modules/audio_output/sdl.c
1049
1050 Unused header inclusion syndrome
1051
1052 ------------------------------------------------------------------------
1053 r14567 | courmisch | 2006-03-02 14:02:37 +0100 (Thu, 02 Mar 2006) | 2 lines
1054 Changed paths:
1055    M /trunk/src/Makefile.am
1056
1057 dist vlc_url.h
1058
1059 ------------------------------------------------------------------------
1060 r14566 | fkuehne | 2006-03-02 13:15:25 +0100 (Thu, 02 Mar 2006) | 1 line
1061 Changed paths:
1062    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
1063    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
1064
1065 * forgot that one in [14565]
1066 ------------------------------------------------------------------------
1067 r14565 | fkuehne | 2006-03-02 13:14:52 +0100 (Thu, 02 Mar 2006) | 5 lines
1068 Changed paths:
1069    M /trunk/modules/gui/macosx/playlist.m
1070    M /trunk/modules/gui/macosx/sfilters.m
1071    M /trunk/modules/gui/macosx/update.m
1072
1073 * 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)
1074
1075 * update.m: use mtime() instead of NSCalenderDate for the time-stamp
1076
1077 * sfilters.m: fixed 2 compilation warnings (corrected UTF8String to char casting)
1078 ------------------------------------------------------------------------
1079 r14564 | courmisch | 2006-03-02 08:52:53 +0100 (Thu, 02 Mar 2006) | 4 lines
1080 Changed paths:
1081    M /trunk/bootstrap
1082    M /trunk/src/Makefile.am
1083
1084 libtool:
1085  - Don't link builtins against anything (dependencies are linked in libvlc)
1086  - Don't mangle name of underlying libraries
1087
1088 ------------------------------------------------------------------------
1089 r14563 | fkuehne | 2006-03-01 23:21:36 +0100 (Wed, 01 Mar 2006) | 2 lines
1090 Changed paths:
1091    M /trunk/modules/gui/macosx/update.h
1092    M /trunk/modules/gui/macosx/update.m
1093
1094 * 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)
1095 * cleanup of the source
1096 ------------------------------------------------------------------------
1097 r14562 | dionoea | 2006-03-01 23:00:37 +0100 (Wed, 01 Mar 2006) | 2 lines
1098 Changed paths:
1099    M /trunk/THANKS
1100
1101 Add/Change x264 options. Patch by Dennis van Amerongen
1102
1103 ------------------------------------------------------------------------
1104 r14561 | dionoea | 2006-03-01 22:58:15 +0100 (Wed, 01 Mar 2006) | 22 lines
1105 Changed paths:
1106    M /trunk/modules/codec/x264.c
1107
1108 Add/Change x264 options. Patch by Dennis van Amerongen
1109
1110 Original email was
1111
1112 "Subject: [vlc-devel] Additional x264 options/unification
1113
1114 Patch for unification and addition of several x264 options (using x264          
1115 commandline interface as reference):                                            
1116                                                                                 
1117 8x8dct, asm, bime, chroma-me, chroma-qp-offset, cplxblur, direct,               
1118 ipratio, nr, pbratio, qblur, qcomp, qpstep, verbose. Changed (no-)psnr,         
1119 (no-)b-adapt, (no-)fast-pskip to similar usage as (no-)cabac. Deprecated        
1120 options in favor of x264 cli equivalents (subpel -> subme, frameref ->          
1121 ref, etc.) for unification.                                                     
1122                                                                                 
1123 Improved order of adding partitions in analyse modes as suggested by            
1124 Pengvado (#x264): i4x4,p8x8,i8x8+8x8dct,b8x8,p4x4 (at low bitrate i8x8          
1125 would be more important than i4x4 though). Using i8x8 results in a "High        
1126 Profile" setting (not all decoders seem to support that). i8x8 requires         
1127 8x8dct which is now a seperate option (default disabled)."
1128
1129
1130 ------------------------------------------------------------------------
1131 r14560 | xtophe | 2006-03-01 22:41:11 +0100 (Wed, 01 Mar 2006) | 2 lines
1132 Changed paths:
1133    M /trunk/extras/contrib/Makefile
1134
1135 Warning Explicit Kludge
1136
1137 ------------------------------------------------------------------------
1138 r14559 | fkuehne | 2006-03-01 22:08:17 +0100 (Wed, 01 Mar 2006) | 1 line
1139 Changed paths:
1140    M /trunk/modules/gui/macosx/update.h
1141    M /trunk/modules/gui/macosx/update.m
1142
1143 * removed unused, useless variable
1144 ------------------------------------------------------------------------
1145 r14558 | fkuehne | 2006-03-01 22:05:47 +0100 (Wed, 01 Mar 2006) | 4 lines
1146 Changed paths:
1147    M /trunk/modules/gui/macosx/interaction.m
1148    M /trunk/modules/gui/macosx/update.h
1149    M /trunk/modules/gui/macosx/update.m
1150
1151 * download the updated versions through VLC and not through your default browser
1152 * removed a crasher from interaction.m
1153
1154 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.
1155 ------------------------------------------------------------------------
1156 r14557 | hartman | 2006-03-01 22:00:49 +0100 (Wed, 01 Mar 2006) | 2 lines
1157 Changed paths:
1158    M /trunk/modules/codec/ffmpeg/ffmpeg.c
1159
1160 * Add dvcp and dvpp FOURCCs (the PAl versions of QuickTime DV and DVPro apparently)
1161
1162 ------------------------------------------------------------------------
1163 r14556 | fkuehne | 2006-03-01 20:56:34 +0100 (Wed, 01 Mar 2006) | 1 line
1164 Changed paths:
1165    M /trunk/modules/gui/wxwidgets/input_manager.cpp
1166    M /trunk/modules/gui/wxwidgets/interface.cpp
1167    M /trunk/modules/gui/wxwidgets/interface.hpp
1168    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
1169
1170 * more systray related ifndefs for the Darwin platform
1171 ------------------------------------------------------------------------
1172 r14555 | fkuehne | 2006-03-01 20:11:24 +0100 (Wed, 01 Mar 2006) | 1 line
1173 Changed paths:
1174    M /trunk/modules/gui/wxwidgets/interface.cpp
1175
1176 * Darwin compilation fix
1177 ------------------------------------------------------------------------
1178 r14554 | fkuehne | 2006-03-01 18:47:27 +0100 (Wed, 01 Mar 2006) | 1 line
1179 Changed paths:
1180    M /trunk/modules/access/screen/mac.c
1181
1182 * fixed some warnings
1183 ------------------------------------------------------------------------
1184 r14553 | hartman | 2006-03-01 17:50:08 +0100 (Wed, 01 Mar 2006) | 4 lines
1185 Changed paths:
1186    M /trunk/configure.ac
1187
1188 * Apply --enable-xinerama patch by Diego Petteno <flameeyes at gentoo dot org>
1189 This is not 100% tested, but only compared against similar situations.
1190
1191
1192 ------------------------------------------------------------------------
1193 r14552 | hartman | 2006-03-01 14:36:01 +0100 (Wed, 01 Mar 2006) | 3 lines
1194 Changed paths:
1195    M /trunk/modules/misc/rtsp.c
1196    M /trunk/modules/stream_out/rtp.c
1197
1198 * trackID changes for the VLC rtsp server as suggested by Leonardo ... <leonardo_c at libero dot it>.
1199   - apparently DSS is casesensitive on trackID.
1200
1201 ------------------------------------------------------------------------
1202 r14551 | hartman | 2006-03-01 14:23:12 +0100 (Wed, 01 Mar 2006) | 2 lines
1203 Changed paths:
1204    M /trunk/extras/contrib/src/Makefile
1205    D /trunk/extras/contrib/src/Patches/libcddb.patch
1206    M /trunk/extras/contrib/src/packages.mak
1207
1208 * Update the CDDB version from 0.9.6 to 1.2.1
1209
1210 ------------------------------------------------------------------------
1211 r14550 | hartman | 2006-03-01 14:13:03 +0100 (Wed, 01 Mar 2006) | 3 lines
1212 Changed paths:
1213    M /trunk/THANKS
1214    M /trunk/modules/access/cdda/info.c
1215
1216 * Fixes for CDDB courtesy of Alexander Gall <gall at switch dot ch>. 
1217  - added him to THANKS as well.
1218
1219 ------------------------------------------------------------------------
1220 r14549 | courmisch | 2006-03-01 12:20:10 +0100 (Wed, 01 Mar 2006) | 3 lines
1221 Changed paths:
1222    M /trunk/modules/misc/network/ipv4.c
1223    M /trunk/modules/misc/network/ipv6.c
1224
1225 Don't use connect() when the "bind" address is a multicast group
1226 Bug reported by Alexander Gall
1227
1228 ------------------------------------------------------------------------
1229 r14548 | courmisch | 2006-03-01 11:41:47 +0100 (Wed, 01 Mar 2006) | 2 lines
1230 Changed paths:
1231    M /trunk/configure.ac
1232
1233 Try to fix getaddrinfo et al. detection on Solaris
1234
1235 ------------------------------------------------------------------------
1236 r14547 | courmisch | 2006-03-01 11:20:50 +0100 (Wed, 01 Mar 2006) | 2 lines
1237 Changed paths:
1238    M /trunk/configure.ac
1239
1240 Link ipv6 with -lsocket and/or -lnsl whenever we need these for ipv4
1241
1242 ------------------------------------------------------------------------
1243 r14546 | courmisch | 2006-03-01 10:53:39 +0100 (Wed, 01 Mar 2006) | 2 lines
1244 Changed paths:
1245    M /trunk/src/Makefile.am
1246
1247 Use stamp not to recompile and relink version.c when it doesn't have to (closes #554)
1248
1249 ------------------------------------------------------------------------
1250 r14545 | zorglub | 2006-03-01 00:23:42 +0100 (Wed, 01 Mar 2006) | 2 lines
1251 Changed paths:
1252    M /trunk/modules/gui/wxwidgets/dialogs.cpp
1253
1254 Don't preparse folders using input_Preprase
1255
1256 ------------------------------------------------------------------------
1257 r14544 | ipkiss | 2006-02-28 20:12:54 +0100 (Tue, 28 Feb 2006) | 2 lines
1258 Changed paths:
1259    M /trunk/doc/skins/skins2-howto.xml
1260
1261  * doc/skins/skins2-howto.xml: fixed a typo
1262
1263 ------------------------------------------------------------------------
1264 r14543 | md | 2006-02-28 16:46:46 +0100 (Tue, 28 Feb 2006) | 5 lines
1265 Changed paths:
1266    M /trunk/src/video_output/vout_intf.c
1267
1268 * changed the order of offered aspect/crop values so that the most commonly
1269 used ones are on the top
1270 * added 5:4 aspect/crop ration for high quality PAL TV out (720x576 display
1271 resolution) and 1280x1024 LCD panels 
1272
1273 ------------------------------------------------------------------------
1274 r14542 | md | 2006-02-28 16:34:16 +0100 (Tue, 28 Feb 2006) | 2 lines
1275 Changed paths:
1276    M /trunk/src/video_output/vout_intf.c
1277
1278 make ZoomCallback work with extended GUI or deinterlace (refs #480)
1279
1280 ------------------------------------------------------------------------
1281 r14541 | hartman | 2006-02-28 16:31:04 +0100 (Tue, 28 Feb 2006) | 5 lines
1282 Changed paths:
1283    M /trunk/modules/stream_out/rtp.c
1284
1285 * Fix the rtp module to not create broken SDPs. muxed streams are unsupported in RTSP mode. fixes #452
1286 - commented a few fprintf, and changed some to msg_Dbg where possible.
1287 - fixed a couple of spelling errors.
1288 - this module really needs a big cleanup and merging with the other SDP and RTSP code.
1289
1290 ------------------------------------------------------------------------
1291 r14540 | courmisch | 2006-02-28 16:29:42 +0100 (Tue, 28 Feb 2006) | 2 lines
1292 Changed paths:
1293    M /trunk/bootstrap
1294
1295 libtool: fix make distclean
1296
1297 ------------------------------------------------------------------------
1298 r14539 | courmisch | 2006-02-28 16:12:37 +0100 (Tue, 28 Feb 2006) | 4 lines
1299 Changed paths:
1300    M /trunk/bootstrap
1301    M /trunk/src/Makefile.am
1302
1303 With libtool, compile builtins as lib*_builtin.la to avoid name collision
1304 with actual system library (seems to fix weird compilation problem with
1305 flac and theora builtins)
1306
1307 ------------------------------------------------------------------------
1308 r14538 | courmisch | 2006-02-28 15:52:40 +0100 (Tue, 28 Feb 2006) | 3 lines
1309 Changed paths:
1310    M /trunk/src/stream_output/sap.c
1311
1312 Fail when trying to advertise a stream with an out-of-scope address
1313 (avoids spamming the MBONE with incorrect private streams)
1314
1315 ------------------------------------------------------------------------
1316 r14537 | courmisch | 2006-02-28 13:58:37 +0100 (Tue, 28 Feb 2006) | 2 lines
1317 Changed paths:
1318    M /trunk/bootstrap
1319
1320 Use noinst_ rather than libvlc_ for builtins
1321
1322 ------------------------------------------------------------------------
1323 r14536 | dionoea | 2006-02-28 13:45:37 +0100 (Tue, 28 Feb 2006) | 2 lines
1324 Changed paths:
1325    M /trunk/src/misc/vlm.c
1326
1327 Use VLC stream functions to load vlm configs. Refs #567
1328
1329 ------------------------------------------------------------------------
1330 r14535 | courmisch | 2006-02-28 13:22:24 +0100 (Tue, 28 Feb 2006) | 3 lines
1331 Changed paths:
1332    M /trunk/bootstrap
1333
1334 Implement clean with --enable-libtool
1335 May fix builtins recompilation (theora, flac...)
1336
1337 ------------------------------------------------------------------------
1338 r14534 | courmisch | 2006-02-28 12:45:22 +0100 (Tue, 28 Feb 2006) | 3 lines
1339 Changed paths:
1340    M /trunk/configure.ac
1341
1342 Don't use p_symbols with libtool
1343 (this commit obviously breaks binary compatibility - clear your plugins)
1344
1345 ------------------------------------------------------------------------
1346 r14533 | courmisch | 2006-02-28 10:01:59 +0100 (Tue, 28 Feb 2006) | 2 lines
1347 Changed paths:
1348    M /trunk/bootstrap
1349
1350 Fix the work-around for the work-around
1351
1352 ------------------------------------------------------------------------
1353 r14532 | courmisch | 2006-02-28 09:55:43 +0100 (Tue, 28 Feb 2006) | 2 lines
1354 Changed paths:
1355    M /trunk/src/network/udp.c
1356
1357 Remove debug message
1358
1359 ------------------------------------------------------------------------
1360 r14531 | courmisch | 2006-02-28 09:42:23 +0100 (Tue, 28 Feb 2006) | 2 lines
1361 Changed paths:
1362    M /trunk/activex/Makefile.am
1363    M /trunk/bootstrap
1364    M /trunk/mozilla/Makefile.am
1365    M /trunk/src/Makefile.am
1366
1367 mv -> mv -f
1368
1369 ------------------------------------------------------------------------
1370 r14530 | courmisch | 2006-02-28 09:39:27 +0100 (Tue, 28 Feb 2006) | 2 lines
1371 Changed paths:
1372    M /trunk/doc/Makefile.am
1373
1374 Dist demo.sh
1375
1376 ------------------------------------------------------------------------
1377 r14529 | courmisch | 2006-02-28 09:37:44 +0100 (Tue, 28 Feb 2006) | 2 lines
1378 Changed paths:
1379    M /trunk/bootstrap
1380
1381 Missing quotes
1382
1383 ------------------------------------------------------------------------
1384 r14528 | courmisch | 2006-02-28 09:16:40 +0100 (Tue, 28 Feb 2006) | 2 lines
1385 Changed paths:
1386    M /trunk/doc/demo.sh
1387
1388 EOL style
1389
1390 ------------------------------------------------------------------------
1391 r14527 | hartman | 2006-02-28 03:03:33 +0100 (Tue, 28 Feb 2006) | 2 lines
1392 Changed paths:
1393    M /trunk/modules/demux/vobsub.c
1394
1395 * Use stream_UrlNew for vobsub loading instead of fopen. closes #567
1396
1397 ------------------------------------------------------------------------
1398 r14526 | hartman | 2006-02-28 02:28:38 +0100 (Tue, 28 Feb 2006) | 2 lines
1399 Changed paths:
1400    M /trunk/doc/demo.sh
1401
1402 * demo.sh for Mac OS X VLC command
1403
1404 ------------------------------------------------------------------------
1405 r14525 | dionoea | 2006-02-28 00:24:39 +0100 (Tue, 28 Feb 2006) | 2 lines
1406 Changed paths:
1407    M /trunk/doc/demo.sh
1408
1409 Add OpenGL rotating cube and video wall demos
1410
1411 ------------------------------------------------------------------------
1412 r14524 | dionoea | 2006-02-28 00:03:28 +0100 (Tue, 28 Feb 2006) | 2 lines
1413 Changed paths:
1414    M /trunk/doc/demo.sh
1415
1416 Small fixes/changes
1417
1418 ------------------------------------------------------------------------
1419 r14523 | dionoea | 2006-02-27 23:47:21 +0100 (Mon, 27 Feb 2006) | 2 lines
1420 Changed paths:
1421    A /trunk/doc/demo.sh
1422
1423 Small script that generates huge command lines to be used in demos. Feel free to add/change stuff.
1424
1425 ------------------------------------------------------------------------
1426 r14522 | hartman | 2006-02-27 22:13:56 +0100 (Mon, 27 Feb 2006) | 2 lines
1427 Changed paths:
1428    M /trunk/extras/contrib/src/Makefile
1429
1430 * iconv is already provided on 10.3 and 10.4, so we don't need to install it.
1431
1432 ------------------------------------------------------------------------
1433 r14521 | courmisch | 2006-02-27 22:07:25 +0100 (Mon, 27 Feb 2006) | 2 lines
1434 Changed paths:
1435    M /trunk/modules/misc/gnutls.c
1436
1437 Fix warning on 64 bits systems
1438
1439 ------------------------------------------------------------------------
1440 r14520 | courmisch | 2006-02-27 22:06:42 +0100 (Mon, 27 Feb 2006) | 2 lines
1441 Changed paths:
1442    M /trunk/modules/misc/rtsp.c
1443
1444 Silly me
1445
1446 ------------------------------------------------------------------------
1447 r14519 | courmisch | 2006-02-27 21:59:08 +0100 (Mon, 27 Feb 2006) | 2 lines
1448 Changed paths:
1449    M /trunk/activex/Makefile.am
1450    M /trunk/bootstrap
1451    M /trunk/mozilla/Makefile.am
1452    M /trunk/src/Makefile.am
1453
1454 Work-around libtool's work-around which adds .exe on Cygwin 
1455
1456 ------------------------------------------------------------------------
1457 r14518 | courmisch | 2006-02-27 21:48:49 +0100 (Mon, 27 Feb 2006) | 2 lines
1458 Changed paths:
1459    M /trunk/modules/access/gnomevfs.c
1460    M /trunk/modules/misc/rtsp.c
1461
1462 Compile fixes
1463
1464 ------------------------------------------------------------------------
1465 r14517 | courmisch | 2006-02-27 21:29:39 +0100 (Mon, 27 Feb 2006) | 2 lines
1466 Changed paths:
1467    M /trunk/bootstrap
1468
1469 Don't loop infinitely when then is no plugin to install (libtool-only)
1470
1471 ------------------------------------------------------------------------
1472 r14516 | courmisch | 2006-02-27 21:29:03 +0100 (Mon, 27 Feb 2006) | 2 lines
1473 Changed paths:
1474    M /trunk/modules/services_discovery/daap.c
1475
1476 daap.c: Attempt to fix compilation
1477
1478 ------------------------------------------------------------------------
1479 r14515 | courmisch | 2006-02-27 13:46:42 +0100 (Mon, 27 Feb 2006) | 2 lines
1480 Changed paths:
1481    M /trunk/include/network.h
1482    A /trunk/include/vlc_url.h (from /trunk/include/network.h:14514)
1483    M /trunk/modules/access/ftp.c
1484    M /trunk/modules/access/http.c
1485    M /trunk/modules/access/mms/mmsh.c
1486    M /trunk/modules/access/mms/mmstu.c
1487    M /trunk/modules/control/http/rpn.c
1488    M /trunk/modules/control/rc.c
1489    M /trunk/modules/control/telnet.c
1490    M /trunk/modules/misc/rtsp.c
1491    M /trunk/modules/stream_out/rtp.c
1492    M /trunk/modules/stream_out/standard.c
1493
1494 Separate socket/resolv stuff (network.h) from url stuff (vlc_url.h)
1495
1496 ------------------------------------------------------------------------
1497 r14514 | xtophe | 2006-02-27 13:01:58 +0100 (Mon, 27 Feb 2006) | 2 lines
1498 Changed paths:
1499    M /trunk/po/POTFILES.in
1500    M /trunk/po/ca.po
1501    M /trunk/po/da.po
1502    M /trunk/po/de.po
1503    M /trunk/po/en_GB.po
1504    M /trunk/po/es.po
1505    M /trunk/po/fr.po
1506    M /trunk/po/it.po
1507    M /trunk/po/ja.po
1508    M /trunk/po/ka.po
1509    M /trunk/po/ko.po
1510    M /trunk/po/nl.po
1511    M /trunk/po/oc.po
1512    M /trunk/po/pt_BR.po
1513    M /trunk/po/ro.po
1514    M /trunk/po/ru.po
1515    M /trunk/po/sv.po
1516    M /trunk/po/tr.po
1517    M /trunk/po/vlc.pot
1518    M /trunk/po/zh_CN.po
1519    M /trunk/po/zh_TW.po
1520
1521 po/*: run make update-po.
1522
1523 ------------------------------------------------------------------------
1524 r14513 | dionoea | 2006-02-26 22:30:50 +0100 (Sun, 26 Feb 2006) | 4 lines
1525 Changed paths:
1526    M /trunk/modules/video_filter/distort.c
1527
1528 distort.c:
1529 * new psychedelic FOSDEM demo filter. enjoy :)
1530 * misc changes          
1531
1532 ------------------------------------------------------------------------
1533 r14512 | fkuehne | 2006-02-26 17:33:56 +0100 (Sun, 26 Feb 2006) | 1 line
1534 Changed paths:
1535    M /trunk/extras/contrib/bootstrap
1536    M /trunk/extras/contrib/src/Makefile
1537    M /trunk/extras/contrib/src/packages.mak
1538
1539 * fixed the compilation of gettext&libiconv on Darwin and updated the copyright-dates
1540 ------------------------------------------------------------------------
1541 r14511 | jpsaman | 2006-02-26 16:49:54 +0100 (Sun, 26 Feb 2006) | 1 line
1542 Changed paths:
1543    M /trunk/modules/misc/rtsp.c
1544
1545 Rename --rtsp-throtle to --rtsp-throtle-users
1546 ------------------------------------------------------------------------
1547 r14510 | courmisch | 2006-02-26 16:09:47 +0100 (Sun, 26 Feb 2006) | 3 lines
1548 Changed paths:
1549    M /trunk/src/Makefile.am
1550
1551 Put some dependencies on stamp-builtins to force rebuild when the
1552 tree configuration is modified
1553
1554 ------------------------------------------------------------------------
1555 r14509 | courmisch | 2006-02-26 15:48:02 +0100 (Sun, 26 Feb 2006) | 4 lines
1556 Changed paths:
1557    M /trunk/bootstrap
1558    M /trunk/configure.ac
1559    M /trunk/src/Makefile.am
1560
1561 Get rid of --enable-shared-libvlc on non-Microsoft platforms
1562 as it did never worked properly, if at all with these
1563 (you should use libtool to build a shared libvlc instead)
1564
1565 ------------------------------------------------------------------------
1566 r14508 | zorglub | 2006-02-26 15:47:06 +0100 (Sun, 26 Feb 2006) | 2 lines
1567 Changed paths:
1568    M /trunk/src/control/libvlc_audio.c
1569
1570 Remove ref to volume_get
1571
1572 ------------------------------------------------------------------------
1573 r14507 | zorglub | 2006-02-26 15:23:16 +0100 (Sun, 26 Feb 2006) | 2 lines
1574 Changed paths:
1575    M /trunk/modules/gui/wxwidgets/menus.cpp
1576
1577 Disable intf-switch in the interface (Refs:#564) - Not working correctly, neither on win32 nor GTK
1578
1579 ------------------------------------------------------------------------
1580 r14506 | fkuehne | 2006-02-26 15:20:46 +0100 (Sun, 26 Feb 2006) | 1 line
1581 Changed paths:
1582    M /trunk/NEWS
1583
1584 * added some news. feel free to improve the wording :)
1585 ------------------------------------------------------------------------
1586 r14505 | fkuehne | 2006-02-26 13:35:30 +0100 (Sun, 26 Feb 2006) | 3 lines
1587 Changed paths:
1588    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
1589    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
1590    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
1591    M /trunk/modules/gui/macosx/controls.h
1592    M /trunk/modules/gui/macosx/controls.m
1593
1594 * added a "Go To Specific Position" feature (closes #377)
1595 - accessible by double-clicking on the time-counters and through a menu-item in "Playback"
1596 - 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.
1597 ------------------------------------------------------------------------
1598 r14504 | zorglub | 2006-02-26 13:30:22 +0100 (Sun, 26 Feb 2006) | 3 lines
1599 Changed paths:
1600    M /trunk/include/vlc/libvlc.h
1601    M /trunk/src/control/libvlc_audio.c
1602
1603 Cosmetics. 
1604 Add toggle_mute
1605
1606 ------------------------------------------------------------------------
1607 r14503 | zorglub | 2006-02-26 13:29:40 +0100 (Sun, 26 Feb 2006) | 2 lines
1608 Changed paths:
1609    M /trunk/m4
1610
1611 svn:ignore libtool stuff
1612
1613 ------------------------------------------------------------------------
1614 r14502 | jpsaman | 2006-02-26 13:18:46 +0100 (Sun, 26 Feb 2006) | 1 line
1615 Changed paths:
1616    M /trunk/modules/misc/rtsp.c
1617
1618 Implement RTSP VOD connection throtle
1619 ------------------------------------------------------------------------
1620 r14501 | courmisch | 2006-02-26 12:59:18 +0100 (Sun, 26 Feb 2006) | 2 lines
1621 Changed paths:
1622    M /trunk/Makefile.am
1623    D /trunk/src/vlc.c
1624    A /trunk/vlc.c (from /trunk/src/vlc.c:14498)
1625
1626 Move vlc.c to . to fix distclean (Automake limitation)
1627
1628 ------------------------------------------------------------------------
1629 r14500 | dionoea | 2006-02-25 22:11:18 +0100 (Sat, 25 Feb 2006) | 3 lines
1630 Changed paths:
1631    M /trunk/src/misc/win32_specific.c
1632
1633 Revert [14452] as it broke the mozilla plugin. We need to find another way
1634 to fix that.
1635
1636 ------------------------------------------------------------------------
1637 r14499 | dionoea | 2006-02-25 22:08:46 +0100 (Sat, 25 Feb 2006) | 2 lines
1638 Changed paths:
1639    M /trunk/doc/fortunes.txt
1640
1641 Nice user comment ...
1642
1643 ------------------------------------------------------------------------
1644 r14498 | courmisch | 2006-02-25 21:46:22 +0100 (Sat, 25 Feb 2006) | 2 lines
1645 Changed paths:
1646    M /trunk/Makefile.am
1647
1648 Attempt to fix core and all targets with more than one job
1649
1650 ------------------------------------------------------------------------
1651 r14497 | fkuehne | 2006-02-25 16:50:43 +0100 (Sat, 25 Feb 2006) | 5 lines
1652 Changed paths:
1653    M /trunk/modules/gui/macosx/update.h
1654    M /trunk/modules/gui/macosx/update.m
1655
1656 * retrieve the release notes and display them
1657     - they are temporarily stored in ~/Library/Caches/vlc_releasenote_temp.txt
1658     - Please shout if this location isn't okay for this purpose.
1659     - the file is automatically removed after displaying its content.
1660 * show the binary's size in MB instead of bytes
1661 ------------------------------------------------------------------------
1662 r14496 | fkuehne | 2006-02-25 14:45:07 +0100 (Sat, 25 Feb 2006) | 1 line
1663 Changed paths:
1664    M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
1665    M /trunk/modules/gui/macosx/interaction.h
1666    M /trunk/modules/gui/macosx/interaction.m
1667
1668 * slightly enlarged the progress_for_downloads-panel-to-be and fixed some bugs in the interaction-framework
1669 ------------------------------------------------------------------------
1670 r14495 | courmisch | 2006-02-24 23:39:45 +0100 (Fri, 24 Feb 2006) | 3 lines
1671 Changed paths:
1672    M /trunk/Makefile.am
1673
1674 Fix Win32 packaging targets inter-dependencies
1675 (otherwise unusable with more than one make job)
1676
1677 ------------------------------------------------------------------------
1678 r14494 | zorglub | 2006-02-24 20:11:39 +0100 (Fri, 24 Feb 2006) | 2 lines
1679 Changed paths:
1680    M /trunk/extras/make.pl
1681
1682 Remove a bit of noise
1683
1684 ------------------------------------------------------------------------
1685 r14493 | bigben | 2006-02-24 16:00:03 +0100 (Fri, 24 Feb 2006) | 3 lines
1686 Changed paths:
1687    M /trunk/modules/audio_filter/channel_mixer/simple.c
1688
1689 Add a 7.x / 5.x -> 4.0 downmixing routine (for AAC mostly, for a52 this is done by liba52)
1690
1691
1692 ------------------------------------------------------------------------
1693 r14492 | courmisch | 2006-02-24 14:43:10 +0100 (Fri, 24 Feb 2006) | 2 lines
1694 Changed paths:
1695    M /trunk/src/libvlc.h
1696
1697 Remove abusive line feeds to fix vlc --help-verbose --advanced  -H layout.
1698
1699 ------------------------------------------------------------------------
1700 r14491 | xtophe | 2006-02-24 11:53:29 +0100 (Fri, 24 Feb 2006) | 2 lines
1701 Changed paths:
1702    M /trunk/extras/contrib/src/Makefile
1703    M /trunk/extras/contrib/src/Patches/libpng-1.2.5-win32.patch
1704
1705 ALL: Don't use character which are different in utf8 and latin*
1706
1707 ------------------------------------------------------------------------
1708 r14490 | djc | 2006-02-24 10:55:51 +0100 (Fri, 24 Feb 2006) | 3 lines
1709 Changed paths:
1710    M /trunk/modules/video_filter/distort.c
1711
1712 Simple Hough transform to detect lines in video
1713 Needs a lot of optimizations...
1714
1715 ------------------------------------------------------------------------
1716 r14489 | courmisch | 2006-02-24 09:28:12 +0100 (Fri, 24 Feb 2006) | 2 lines
1717 Changed paths:
1718    M /trunk/extras/contrib/src/Makefile
1719
1720 Silly libgpg-error's autogen doesn't call libtoolize
1721
1722 ------------------------------------------------------------------------
1723 r14488 | courmisch | 2006-02-24 08:57:54 +0100 (Fri, 24 Feb 2006) | 5 lines
1724 Changed paths:
1725    M /trunk/mozilla/Makefile.am
1726
1727 Fix typo, fix make dist
1728
1729 As for make distclean, I can't think of any solution but moving vlc.c out of
1730 src/ (I know it sucks, but you don't want to rewrite automake, do you?).
1731
1732 ------------------------------------------------------------------------
1733 r14487 | courmisch | 2006-02-23 23:59:03 +0100 (Thu, 23 Feb 2006) | 2 lines
1734 Changed paths:
1735    M /trunk/mozilla/Makefile.am
1736
1737 Make automake happy
1738
1739 ------------------------------------------------------------------------
1740 r14486 | courmisch | 2006-02-23 23:49:56 +0100 (Thu, 23 Feb 2006) | 2 lines
1741 Changed paths:
1742    M /trunk/mozilla/Makefile.am
1743
1744 Support for building Mozilla plugin with libtool + clean up
1745
1746 ------------------------------------------------------------------------
1747 r14485 | courmisch | 2006-02-23 23:08:24 +0100 (Thu, 23 Feb 2006) | 2 lines
1748 Changed paths:
1749    M /trunk/mozilla/Makefile.am
1750
1751 Clean up
1752
1753 ------------------------------------------------------------------------
1754 r14484 | courmisch | 2006-02-23 22:47:10 +0100 (Thu, 23 Feb 2006) | 2 lines
1755 Changed paths:
1756    M /trunk
1757    M /trunk/activex
1758    M /trunk/modules
1759    M /trunk/modules/access
1760    M /trunk/modules/access/cdda
1761    M /trunk/modules/access/dshow
1762    M /trunk/modules/access/dvb
1763    M /trunk/modules/access/mms
1764    M /trunk/modules/access/pvr
1765    M /trunk/modules/access/rtsp
1766    M /trunk/modules/access/screen
1767    M /trunk/modules/access/v4l
1768    M /trunk/modules/access/vcd
1769    M /trunk/modules/access/vcdx
1770    M /trunk/modules/access_filter
1771    M /trunk/modules/access_output
1772    M /trunk/modules/audio_filter
1773    M /trunk/modules/audio_filter/channel_mixer
1774    M /trunk/modules/audio_filter/converter
1775    M /trunk/modules/audio_filter/resampler
1776    M /trunk/modules/audio_mixer
1777    M /trunk/modules/audio_output
1778    M /trunk/modules/codec
1779    M /trunk/modules/codec/cmml
1780    M /trunk/modules/codec/dmo
1781    M /trunk/modules/codec/ffmpeg
1782    M /trunk/modules/codec/spudec
1783    M /trunk/modules/control
1784    M /trunk/modules/control/corba
1785    M /trunk/modules/control/http
1786    M /trunk/modules/demux
1787    M /trunk/modules/demux/asf
1788    M /trunk/modules/demux/avi
1789    M /trunk/modules/demux/mp4
1790    M /trunk/modules/demux/mpeg
1791    M /trunk/modules/demux/playlist
1792    M /trunk/modules/demux/util
1793    M /trunk/modules/gui
1794    M /trunk/modules/gui/beos
1795    M /trunk/modules/gui/macosx
1796    M /trunk/modules/gui/opie
1797    M /trunk/modules/gui/pda
1798    M /trunk/modules/gui/qnx
1799    M /trunk/modules/gui/skins2
1800    M /trunk/modules/gui/skins2/commands
1801    M /trunk/modules/gui/skins2/controls
1802    M /trunk/modules/gui/skins2/events
1803    M /trunk/modules/gui/skins2/macosx
1804    M /trunk/modules/gui/skins2/parser
1805    M /trunk/modules/gui/skins2/src
1806    M /trunk/modules/gui/skins2/unzip
1807    M /trunk/modules/gui/skins2/utils
1808    M /trunk/modules/gui/skins2/vars
1809    M /trunk/modules/gui/skins2/win32
1810    M /trunk/modules/gui/skins2/x11
1811    M /trunk/modules/gui/wince
1812    M /trunk/modules/gui/wince/bitmaps
1813    M /trunk/modules/gui/wxwidgets
1814    M /trunk/modules/gui/wxwidgets/bitmaps
1815    M /trunk/modules/gui/wxwidgets/dialogs
1816    M /trunk/modules/gui/wxwidgets/dialogs/vlm
1817    M /trunk/modules/misc
1818    M /trunk/modules/misc/dummy
1819    M /trunk/modules/misc/memcpy
1820    M /trunk/modules/misc/network
1821    M /trunk/modules/misc/playlist
1822    M /trunk/modules/misc/testsuite
1823    M /trunk/modules/misc/xml
1824    M /trunk/modules/mux
1825    M /trunk/modules/mux/mpeg
1826    M /trunk/modules/packetizer
1827    M /trunk/modules/services_discovery
1828    M /trunk/modules/stream_out
1829    M /trunk/modules/stream_out/transrate
1830    M /trunk/modules/video_chroma
1831    M /trunk/modules/video_filter
1832    M /trunk/modules/video_filter/swscale
1833    M /trunk/modules/video_output
1834    M /trunk/modules/video_output/directx
1835    M /trunk/modules/video_output/qte
1836    M /trunk/modules/video_output/x11
1837    M /trunk/modules/visualization
1838    M /trunk/modules/visualization/galaktos
1839    M /trunk/modules/visualization/visual
1840    M /trunk/mozilla
1841    M /trunk/src
1842
1843 svn:ignore
1844
1845 ------------------------------------------------------------------------
1846 r14483 | courmisch | 2006-02-23 22:41:05 +0100 (Thu, 23 Feb 2006) | 2 lines
1847 Changed paths:
1848    M /trunk/src/Makefile.am
1849
1850 Don't build old-style when libtool is enabled
1851
1852 ------------------------------------------------------------------------
1853 r14482 | dionoea | 2006-02-23 21:31:24 +0100 (Thu, 23 Feb 2006) | 2 lines
1854 Changed paths:
1855    M /trunk/modules/video_filter/mosaic.c
1856
1857 shame on me ... *cough* *cough*
1858
1859 ------------------------------------------------------------------------
1860 r14481 | zorglub | 2006-02-23 21:20:31 +0100 (Thu, 23 Feb 2006) | 2 lines
1861 Changed paths:
1862    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
1863
1864 Bitrates only
1865
1866 ------------------------------------------------------------------------
1867 r14480 | zorglub | 2006-02-23 21:18:16 +0100 (Thu, 23 Feb 2006) | 2 lines
1868 Changed paths:
1869    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
1870
1871 Display bitrates in kbps
1872
1873 ------------------------------------------------------------------------
1874 r14478 | courmisch | 2006-02-23 20:41:36 +0100 (Thu, 23 Feb 2006) | 8 lines
1875 Changed paths:
1876    M /trunk/Makefile.am
1877    M /trunk/bootstrap
1878    M /trunk/configure.ac
1879    M /trunk/modules/video_filter/Modules.am
1880    M /trunk/src/Makefile.am
1881
1882 _Experimental_ *optional* libtool support (--enable-libtool)
1883
1884 Should work fine (ie. better than --enable-shared-libvlc) on Linux,
1885 should work on Mac OS X (except for packaging), while shared libvlc doesn't.
1886
1887 Won't work on Win32 with the current Win32 contrib. Stick to static libvlc or
1888 use --enable-shared-libvlc for now.
1889
1890 ------------------------------------------------------------------------
1891 r14477 | courmisch | 2006-02-23 20:38:14 +0100 (Thu, 23 Feb 2006) | 2 lines
1892 Changed paths:
1893    M /trunk/activex/Makefile.am
1894
1895 Linking order fix
1896
1897 ------------------------------------------------------------------------
1898 r14476 | courmisch | 2006-02-23 20:37:58 +0100 (Thu, 23 Feb 2006) | 2 lines
1899 Changed paths:
1900    M /trunk/src/misc/modules.c
1901
1902 Recurse within hidden directories for module search
1903
1904 ------------------------------------------------------------------------
1905 r14475 | littlejohn | 2006-02-23 20:17:31 +0100 (Thu, 23 Feb 2006) | 3 lines
1906 Changed paths:
1907    M /trunk/src/control/libvlc_audio.c
1908
1909 added missing $Id$
1910
1911
1912 ------------------------------------------------------------------------
1913 r14474 | littlejohn | 2006-02-23 19:03:20 +0100 (Thu, 23 Feb 2006) | 3 lines
1914 Changed paths:
1915    M /trunk/include/vlc/libvlc.h
1916
1917 Header modified to include libvlc audio control functions
1918
1919
1920 ------------------------------------------------------------------------
1921 r14473 | littlejohn | 2006-02-23 18:32:49 +0100 (Thu, 23 Feb 2006) | 3 lines
1922 Changed paths:
1923    M /trunk/src/Makefile.am
1924    A /trunk/src/control/libvlc_audio.c
1925
1926 LibVLC basic audio control API
1927
1928
1929 ------------------------------------------------------------------------
1930 r14472 | oaubert | 2006-02-23 18:02:03 +0100 (Thu, 23 Feb 2006) | 2 lines
1931 Changed paths:
1932    M /trunk/bindings/mediacontrol-python/vlcglue.c
1933
1934 mediacontrol-python/vlcglue.c: transmit the snapshot->date field to python
1935
1936 ------------------------------------------------------------------------
1937 r14471 | oaubert | 2006-02-23 17:44:09 +0100 (Thu, 23 Feb 2006) | 3 lines
1938 Changed paths:
1939    M /trunk/src/video_output/vout_intf.c
1940
1941 src/vout_intf.c: move the snapshot-path == object:object-id codepath
1942 to the start of the function, to avoid unnecessary overhead of path checks.
1943
1944 ------------------------------------------------------------------------
1945 r14470 | oaubert | 2006-02-23 17:21:56 +0100 (Thu, 23 Feb 2006) | 2 lines
1946 Changed paths:
1947    M /trunk/src/control/mediacontrol_audio_video.c
1948
1949 mediacontrol_audio_video.c: release vout in mediacontrol_snapshot()
1950
1951 ------------------------------------------------------------------------
1952 r14469 | hartman | 2006-02-23 12:57:38 +0100 (Thu, 23 Feb 2006) | 2 lines
1953 Changed paths:
1954    M /trunk/extras/contrib/Makefile
1955    M /trunk/extras/contrib/bootstrap
1956    M /trunk/extras/contrib/src/Makefile
1957    D /trunk/extras/contrib/src/Patches/ffmpeg-cvs-osx.patch
1958    D /trunk/extras/contrib/src/Patches/gettext-osx.patch
1959    A /trunk/extras/contrib/src/Patches/libpng-osx.patch
1960    D /trunk/extras/contrib/src/Patches/libpng.patch
1961    A /trunk/extras/contrib/src/Patches/live-osx.patch
1962    D /trunk/extras/contrib/src/Patches/livedotcom-osx.patch
1963    M /trunk/extras/contrib/src/packages.mak
1964
1965 * make more contribs work with SDK. refs #182
1966
1967 ------------------------------------------------------------------------
1968 r14468 | courmisch | 2006-02-23 11:43:39 +0100 (Thu, 23 Feb 2006) | 2 lines
1969 Changed paths:
1970    M /trunk/activex/Makefile.am
1971
1972 Same fix for activeX
1973
1974 ------------------------------------------------------------------------
1975 r14467 | courmisch | 2006-02-23 11:41:15 +0100 (Thu, 23 Feb 2006) | 2 lines
1976 Changed paths:
1977    M /trunk/Makefile.am
1978
1979 Fix linking with included gettext
1980
1981 ------------------------------------------------------------------------
1982 r14466 | dionoea | 2006-02-23 00:34:54 +0100 (Thu, 23 Feb 2006) | 3 lines
1983 Changed paths:
1984    M /trunk/mozilla/npvlc_rc.rc
1985    M /trunk/mozilla/vlcplugin.h
1986
1987 Ogg mime type is application/ogg (see RFC 3534)
1988 Thanks to forum user http://forum.videolan.org/viewtopic.php?t=17646
1989
1990 ------------------------------------------------------------------------
1991 r14465 | dionoea | 2006-02-22 18:28:46 +0100 (Wed, 22 Feb 2006) | 4 lines
1992 Changed paths:
1993    M /trunk/modules/video_filter/distort.c
1994    M /trunk/modules/video_filter/mosaic.c
1995
1996 mosaic.c: Bluescreen enhancement. Add convolution product of alpha mask with 5x5 gaussian. Makes it look better.
1997
1998 distort.c: change line orders.
1999
2000 ------------------------------------------------------------------------
2001 r14464 | hartman | 2006-02-22 17:27:50 +0100 (Wed, 22 Feb 2006) | 2 lines
2002 Changed paths:
2003    M /trunk/modules/demux/avi/avi.c
2004
2005 * Use EnsureUTF8 on the trackname of avi's. (no garentueed charset).
2006
2007 ------------------------------------------------------------------------
2008 r14463 | hartman | 2006-02-22 17:17:24 +0100 (Wed, 22 Feb 2006) | 3 lines
2009 Changed paths:
2010    M /trunk/modules/codec/subsdec.c
2011    M /trunk/src/video_output/vout_subpictures.c
2012
2013 * Scale SSA subs if necessarry.
2014 * Scale width if only original height is known.
2015
2016 ------------------------------------------------------------------------
2017 r14462 | damienf | 2006-02-22 15:04:31 +0100 (Wed, 22 Feb 2006) | 2 lines
2018 Changed paths:
2019    M /trunk/Makefile.am
2020    M /trunk/activex/Makefile.am
2021    M /trunk/src/Makefile.am
2022
2023 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
2024
2025 ------------------------------------------------------------------------
2026 r14461 | oaubert | 2006-02-22 14:20:59 +0100 (Wed, 22 Feb 2006) | 2 lines
2027 Changed paths:
2028    M /trunk/bindings/mediacontrol-python/setup.py
2029    D /trunk/bindings/mediacontrol-python/vlcdebug.py
2030    A /trunk/bindings/mediacontrol-python/vlcwrapper.py (from /trunk/bindings/mediacontrol-python/vlcdebug.py:14460)
2031
2032 mediacontrol-python: rename vlcdebug to vlcwrapper
2033
2034 ------------------------------------------------------------------------
2035 r14460 | oaubert | 2006-02-22 14:19:29 +0100 (Wed, 22 Feb 2006) | 2 lines
2036 Changed paths:
2037    M /trunk/bindings/mediacontrol-python/vlcdebug.py
2038
2039 vlcdebug.py: add documentation
2040
2041 ------------------------------------------------------------------------
2042 r14459 | oaubert | 2006-02-22 14:15:10 +0100 (Wed, 22 Feb 2006) | 2 lines
2043 Changed paths:
2044    M /trunk/bindings/mediacontrol-python/Makefile.am
2045    M /trunk/bindings/mediacontrol-python/setup.py
2046
2047 mediacontrol-python: allow to build in a separate builddir
2048
2049 ------------------------------------------------------------------------
2050 r14458 | damienf | 2006-02-22 13:21:23 +0100 (Wed, 22 Feb 2006) | 2 lines
2051 Changed paths:
2052    M /trunk/Makefile.am
2053    M /trunk/activex/Makefile.am
2054    M /trunk/src/Makefile.am
2055
2056 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.
2057
2058 ------------------------------------------------------------------------
2059 r14457 | jpsaman | 2006-02-22 11:05:59 +0100 (Wed, 22 Feb 2006) | 1 line
2060 Changed paths:
2061    M /trunk/modules/stream_out/switcher.c
2062
2063 Use include <file.h> for include files that can be found on the include path as provided to the compiler.
2064 ------------------------------------------------------------------------
2065 r14456 | zorglub | 2006-02-21 22:30:50 +0100 (Tue, 21 Feb 2006) | 2 lines
2066 Changed paths:
2067    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
2068
2069 wxstuff
2070
2071 ------------------------------------------------------------------------
2072 r14455 | zorglub | 2006-02-21 22:19:54 +0100 (Tue, 21 Feb 2006) | 2 lines
2073 Changed paths:
2074    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
2075    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
2076
2077 Add a close button. Put "-" instead of nothing when there is no info
2078
2079 ------------------------------------------------------------------------
2080 r14454 | zorglub | 2006-02-21 20:51:15 +0100 (Tue, 21 Feb 2006) | 2 lines
2081 Changed paths:
2082    M /trunk/modules/gui/wxwidgets/streamdata.cpp
2083
2084 Fix theora in WX too (Closes:#531)
2085
2086 ------------------------------------------------------------------------
2087 r14453 | fkuehne | 2006-02-21 20:44:47 +0100 (Tue, 21 Feb 2006) | 1 line
2088 Changed paths:
2089    M /trunk/modules/gui/macosx/wizard.m
2090
2091 * fix the selection of both Theora and Vorbis on OSX (refs #503 and refs #531). They are being encapsulated in OGG now.
2092 ------------------------------------------------------------------------
2093 r14452 | dionoea | 2006-02-21 20:24:23 +0100 (Tue, 21 Feb 2006) | 3 lines
2094 Changed paths:
2095    M /trunk/src/misc/win32_specific.c
2096
2097 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 ....
2098
2099
2100 ------------------------------------------------------------------------
2101 r14450 | damienf | 2006-02-21 17:38:23 +0100 (Tue, 21 Feb 2006) | 2 lines
2102 Changed paths:
2103    M /trunk/activex/vlccontrol.cpp
2104
2105 vlccontrol.cpp: fixed bounds issue when allocating memory and iterating through a SafeArray, thanks to Walter Zheng for reporting this problem
2106
2107 ------------------------------------------------------------------------
2108 r14448 | courmisch | 2006-02-21 16:02:16 +0100 (Tue, 21 Feb 2006) | 3 lines
2109 Changed paths:
2110    M /trunk/src/Makefile.am
2111
2112 Don't rebuild static libvlc when not needed
2113 Yet to find a solution for the same problem with shared libvlc
2114
2115 ------------------------------------------------------------------------
2116 r14447 | courmisch | 2006-02-21 13:49:02 +0100 (Tue, 21 Feb 2006) | 2 lines
2117 Changed paths:
2118    M /trunk/src/misc/unicode.c
2119
2120 Favor libiconv over Win32 API for *Locale
2121
2122 ------------------------------------------------------------------------
2123 r14446 | courmisch | 2006-02-21 13:16:11 +0100 (Tue, 21 Feb 2006) | 2 lines
2124 Changed paths:
2125    M /trunk/src/misc/unicode.c
2126
2127 Fix minor typo
2128
2129 ------------------------------------------------------------------------
2130 r14445 | courmisch | 2006-02-21 13:14:27 +0100 (Tue, 21 Feb 2006) | 2 lines
2131 Changed paths:
2132    M /trunk/include/charset.h
2133
2134 Oups, forgot this file
2135
2136 ------------------------------------------------------------------------
2137 r14444 | courmisch | 2006-02-21 13:13:59 +0100 (Tue, 21 Feb 2006) | 2 lines
2138 Changed paths:
2139    M /trunk/src/libvlc.c
2140    M /trunk/src/misc/messages.c
2141
2142 Convert to local encoding before printing on console (closes #556)
2143
2144 ------------------------------------------------------------------------
2145 r14443 | courmisch | 2006-02-21 13:13:22 +0100 (Tue, 21 Feb 2006) | 2 lines
2146 Changed paths:
2147    M /trunk/src/misc/unicode.c
2148
2149 Use //translit when converting to an non-Unicode charset
2150
2151 ------------------------------------------------------------------------
2152 r14442 | adn | 2006-02-21 12:58:05 +0100 (Tue, 21 Feb 2006) | 2 lines
2153 Changed paths:
2154    M /trunk/extras/Makefile
2155
2156 libvlc.a is in src/
2157
2158 ------------------------------------------------------------------------
2159 r14441 | courmisch | 2006-02-21 12:53:49 +0100 (Tue, 21 Feb 2006) | 2 lines
2160 Changed paths:
2161    M /trunk/src/misc/unicode.c
2162
2163 A few utf8 *printf wrappers (refs #556)
2164
2165 ------------------------------------------------------------------------
2166 r14440 | courmisch | 2006-02-21 12:02:38 +0100 (Tue, 21 Feb 2006) | 2 lines
2167 Changed paths:
2168    M /trunk/Makefile.am
2169
2170 Build vlc-bundle on BeOS
2171
2172 ------------------------------------------------------------------------
2173 r14438 | xtophe | 2006-02-21 10:07:44 +0100 (Tue, 21 Feb 2006) | 2 lines
2174 Changed paths:
2175    M /trunk/po/POTFILES.in
2176    M /trunk/po/ca.po
2177    M /trunk/po/da.po
2178    M /trunk/po/de.po
2179    M /trunk/po/en_GB.po
2180    M /trunk/po/es.po
2181    M /trunk/po/fr.po
2182    M /trunk/po/it.po
2183    M /trunk/po/ja.po
2184    M /trunk/po/ka.po
2185    M /trunk/po/ko.po
2186    M /trunk/po/nl.po
2187    M /trunk/po/oc.po
2188    M /trunk/po/pt_BR.po
2189    M /trunk/po/ro.po
2190    M /trunk/po/ru.po
2191    M /trunk/po/sv.po
2192    M /trunk/po/tr.po
2193    M /trunk/po/vlc.pot
2194    M /trunk/po/zh_CN.po
2195    M /trunk/po/zh_TW.po
2196
2197 Thou shalt use a clean tree for po stuffs.
2198
2199 ------------------------------------------------------------------------
2200 r14437 | courmisch | 2006-02-21 09:30:16 +0100 (Tue, 21 Feb 2006) | 2 lines
2201 Changed paths:
2202    M /trunk/mozilla/Makefile.am
2203
2204 Attempt to fix #555 for mozilla plugin as well (refs #555)
2205
2206 ------------------------------------------------------------------------
2207 r14427 | fkuehne | 2006-02-20 22:00:10 +0100 (Mon, 20 Feb 2006) | 1 line
2208 Changed paths:
2209    M /trunk/po/POTFILES.in
2210    M /trunk/po/ca.po
2211    M /trunk/po/da.po
2212    M /trunk/po/de.po
2213    M /trunk/po/en_GB.po
2214    M /trunk/po/es.po
2215    M /trunk/po/fr.po
2216    M /trunk/po/it.po
2217    M /trunk/po/ja.po
2218    M /trunk/po/ka.po
2219    M /trunk/po/ko.po
2220    M /trunk/po/nl.po
2221    M /trunk/po/oc.po
2222    M /trunk/po/pt_BR.po
2223    M /trunk/po/ro.po
2224    M /trunk/po/ru.po
2225    M /trunk/po/sv.po
2226    M /trunk/po/tr.po
2227    M /trunk/po/vlc.pot
2228    M /trunk/po/zh_CN.po
2229    M /trunk/po/zh_TW.po
2230
2231 * first update of the po-files
2232 ------------------------------------------------------------------------
2233 r14425 | courmisch | 2006-02-20 20:53:22 +0100 (Mon, 20 Feb 2006) | 2 lines
2234 Changed paths:
2235    M /trunk/Makefile.am
2236
2237 Fix linking with C++ builtins
2238
2239 ------------------------------------------------------------------------
2240 r14423 | courmisch | 2006-02-20 19:00:28 +0100 (Mon, 20 Feb 2006) | 8 lines
2241 Changed paths:
2242    M /trunk/Makefile.am
2243    M /trunk/src/Makefile.am
2244
2245 - Remove dependency of vlc on stamp-builtin with shared libvlc
2246 - Link against -lvlc instead of src/libvlc.so otherwise installed vlc
2247   cannot be loaded (closes #555)
2248 - Remove src/libvlc.a when src/libvlc.so is built so that previous item
2249   does not break Win32 linking
2250
2251 <subliminal message>how about using libtool</subliminal message>
2252
2253 ------------------------------------------------------------------------
2254 r14422 | hartman | 2006-02-20 13:21:15 +0100 (Mon, 20 Feb 2006) | 2 lines
2255 Changed paths:
2256    M /trunk/modules/access/vcd/cdrom.c
2257    M /trunk/modules/access/vcd/cdrom_internals.h
2258
2259 * 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>.
2260
2261 ------------------------------------------------------------------------
2262 r14421 | xtophe | 2006-02-20 00:22:02 +0100 (Mon, 20 Feb 2006) | 2 lines
2263 Changed paths:
2264    M /trunk/extras/contrib/src/Makefile
2265    D /trunk/extras/contrib/src/Patches/ffmpeg-cvs.patch
2266
2267 ffmpeg-cvs.patch: fix upstream
2268
2269 ------------------------------------------------------------------------
2270 r14420 | fkuehne | 2006-02-19 23:41:29 +0100 (Sun, 19 Feb 2006) | 1 line
2271 Changed paths:
2272    M /trunk/modules/gui/macosx/interaction.h
2273    M /trunk/modules/gui/macosx/interaction.m
2274
2275 * fixed keywords and encoding
2276 ------------------------------------------------------------------------
2277 r14419 | fkuehne | 2006-02-19 23:38:07 +0100 (Sun, 19 Feb 2006) | 7 lines
2278 Changed paths:
2279    M /trunk/Makefile.am
2280    A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib
2281    A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/classes.nib
2282    A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/info.nib
2283    A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
2284    M /trunk/modules/gui/macosx/interaction.h
2285    M /trunk/modules/gui/macosx/interaction.m
2286    M /trunk/modules/gui/macosx/intf.m
2287
2288 * added the progress dialogue to the set of widgets
2289 - the Cancel-button is currently disabled because the core doesn't respond correctly (might be my fault though)
2290 - note that the File's Owner of the nib-file is of type VLCInteraction because the class can't resolve its outlets otherwise
2291
2292 * WIDGET_TEXT and WIDGET_INPUT_TEXT are still missing, but will come in the next couple of days
2293
2294 As usual, comments on the implementation and the GUI-design are welcome :)
2295 ------------------------------------------------------------------------
2296 r14418 | courmisch | 2006-02-19 22:20:09 +0100 (Sun, 19 Feb 2006) | 2 lines
2297 Changed paths:
2298    M /trunk/include/vlc_common.h
2299
2300 Fix linking of C++ plugins
2301
2302 ------------------------------------------------------------------------
2303 r14417 | courmisch | 2006-02-19 21:14:07 +0100 (Sun, 19 Feb 2006) | 2 lines
2304 Changed paths:
2305    M /trunk/Makefile.am
2306
2307 Share most of binary packaging script between WinCE and Win32
2308
2309 ------------------------------------------------------------------------
2310 r14416 | courmisch | 2006-02-19 21:02:12 +0100 (Sun, 19 Feb 2006) | 3 lines
2311 Changed paths:
2312    M /trunk/Makefile.am
2313
2314 Include libvlc.dll when packaging
2315 (Hmm, there is a nice code duplication between win32 and winCE here)
2316
2317 ------------------------------------------------------------------------
2318 r14415 | courmisch | 2006-02-19 20:59:47 +0100 (Sun, 19 Feb 2006) | 2 lines
2319 Changed paths:
2320    M /trunk/Makefile.am
2321
2322 Really fix
2323
2324 ------------------------------------------------------------------------
2325 r14414 | courmisch | 2006-02-19 20:47:44 +0100 (Sun, 19 Feb 2006) | 2 lines
2326 Changed paths:
2327    M /trunk/Makefile.am
2328
2329 Attempt to fix vlc linkage with static libvlc
2330
2331 ------------------------------------------------------------------------
2332 r14413 | courmisch | 2006-02-19 19:29:08 +0100 (Sun, 19 Feb 2006) | 4 lines
2333 Changed paths:
2334    M /trunk/Makefile.am
2335    M /trunk/src/Makefile.am
2336
2337 - Build builtins before shared libvlc
2338 - Link builtins with libvlc instead of vlc
2339   (seems to fix shared libvlc on Win32)
2340
2341 ------------------------------------------------------------------------
2342 r14412 | courmisch | 2006-02-19 18:58:49 +0100 (Sun, 19 Feb 2006) | 2 lines
2343 Changed paths:
2344    M /trunk/configure.ac
2345
2346 Ahem hem typo
2347
2348 ------------------------------------------------------------------------
2349 r14411 | dionoea | 2006-02-19 18:16:05 +0100 (Sun, 19 Feb 2006) | 2 lines
2350 Changed paths:
2351    M /trunk/modules/video_filter/rss.c
2352
2353 rss.c: add some Atom stuff and some extra checks.
2354
2355 ------------------------------------------------------------------------
2356 r14410 | courmisch | 2006-02-19 18:14:36 +0100 (Sun, 19 Feb 2006) | 2 lines
2357 Changed paths:
2358    M /trunk/Makefile.am
2359
2360 Dionoea: here is "make core", your portable "make vlc" replacement
2361
2362 ------------------------------------------------------------------------
2363 r14409 | zorglub | 2006-02-19 17:25:27 +0100 (Sun, 19 Feb 2006) | 2 lines
2364 Changed paths:
2365    M /trunk/configure.ac
2366
2367 compile can now work from subdirs
2368
2369 ------------------------------------------------------------------------
2370 r14408 | zorglub | 2006-02-19 17:16:56 +0100 (Sun, 19 Feb 2006) | 3 lines
2371 Changed paths:
2372    M /trunk/include/vlc_meta.h
2373    M /trunk/modules/demux/util/id3tag.c
2374    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
2375    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
2376    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
2377    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
2378    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
2379    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp
2380
2381 * Show meta-information separately
2382 * Collect more meta-information in id3
2383
2384 ------------------------------------------------------------------------
2385 r14407 | dionoea | 2006-02-19 17:02:04 +0100 (Sun, 19 Feb 2006) | 2 lines
2386 Changed paths:
2387    M /trunk/modules/control/http/mvar.c
2388
2389 Remove debug message
2390
2391 ------------------------------------------------------------------------
2392 r14406 | fkuehne | 2006-02-19 17:01:47 +0100 (Sun, 19 Feb 2006) | 2 lines
2393 Changed paths:
2394    M /trunk/modules/gui/macosx/interaction.h
2395    M /trunk/modules/gui/macosx/interaction.m
2396
2397 * replaced all NSLog-calls by msg_***
2398 * 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)
2399 ------------------------------------------------------------------------
2400 r14405 | courmisch | 2006-02-19 16:46:44 +0100 (Sun, 19 Feb 2006) | 2 lines
2401 Changed paths:
2402    M /trunk/mozilla/Makefile.am
2403
2404 Fix Mozilla plugin on ELF architectures
2405
2406 ------------------------------------------------------------------------
2407 r14404 | asmax | 2006-02-19 16:37:05 +0100 (Sun, 19 Feb 2006) | 2 lines
2408 Changed paths:
2409    M /trunk/doc/skins/skins2-howto.xml
2410    M /trunk/modules/gui/skins2/src/vlcproc.cpp
2411    M /trunk/modules/gui/skins2/src/vlcproc.hpp
2412
2413 * all: new skin variable "vlc.isFullscreen" (guess what it does ;)
2414
2415 ------------------------------------------------------------------------
2416 r14403 | courmisch | 2006-02-19 16:21:58 +0100 (Sun, 19 Feb 2006) | 2 lines
2417 Changed paths:
2418    M /trunk/Makefile.am
2419    M /trunk/configure.ac
2420    M /trunk/src/Makefile.am
2421
2422 Really fix libintl linking
2423
2424 ------------------------------------------------------------------------
2425 r14402 | asmax | 2006-02-19 15:54:57 +0100 (Sun, 19 Feb 2006) | 2 lines
2426 Changed paths:
2427    M /trunk/AUTHORS
2428    M /trunk/NEWS
2429
2430 * JACK audio output
2431
2432 ------------------------------------------------------------------------
2433 r14401 | courmisch | 2006-02-19 15:54:38 +0100 (Sun, 19 Feb 2006) | 2 lines
2434 Changed paths:
2435    M /trunk/src/Makefile.am
2436
2437 Attempt to fix linking with "included" gettext
2438
2439 ------------------------------------------------------------------------
2440 r14400 | dionoea | 2006-02-19 15:39:53 +0100 (Sun, 19 Feb 2006) | 3 lines
2441 Changed paths:
2442    M /trunk/modules/misc/msn.c
2443
2444 Fix msn plugin.
2445 Note to zorglub: please test changes before commiting.
2446
2447 ------------------------------------------------------------------------
2448 r14399 | zorglub | 2006-02-19 15:32:13 +0100 (Sun, 19 Feb 2006) | 2 lines
2449 Changed paths:
2450    M /trunk/extras
2451
2452 More
2453
2454 ------------------------------------------------------------------------
2455 r14398 | zorglub | 2006-02-19 15:31:15 +0100 (Sun, 19 Feb 2006) | 2 lines
2456 Changed paths:
2457    M /trunk
2458    M /trunk/src
2459
2460 svn:ignore
2461
2462 ------------------------------------------------------------------------
2463 r14397 | courmisch | 2006-02-19 15:28:50 +0100 (Sun, 19 Feb 2006) | 2 lines
2464 Changed paths:
2465    M /trunk/configure.ac
2466
2467 Fix
2468
2469 ------------------------------------------------------------------------
2470 r14396 | courmisch | 2006-02-19 15:15:04 +0100 (Sun, 19 Feb 2006) | 2 lines
2471 Changed paths:
2472    M /trunk/po/POTFILES.in
2473
2474 Update files list
2475
2476 ------------------------------------------------------------------------
2477 r14395 | courmisch | 2006-02-19 15:13:29 +0100 (Sun, 19 Feb 2006) | 2 lines
2478 Changed paths:
2479    M /trunk/Makefile.am
2480    D /trunk/lib
2481
2482 Remove unused directory
2483
2484 ------------------------------------------------------------------------
2485 r14394 | courmisch | 2006-02-19 14:45:17 +0100 (Sun, 19 Feb 2006) | 2 lines
2486 Changed paths:
2487    M /trunk/mozilla/Makefile.am
2488
2489 Link Mozilla plugin against shared library when built
2490
2491 ------------------------------------------------------------------------
2492 r14393 | zorglub | 2006-02-19 14:44:29 +0100 (Sun, 19 Feb 2006) | 3 lines
2493 Changed paths:
2494    M /trunk/include/vlc_messages.h
2495    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
2496    M /trunk/modules/gui/skins2/utils/var_tree.cpp
2497
2498 Fix a warning
2499 Add some timing to playlist 
2500
2501 ------------------------------------------------------------------------
2502 r14392 | courmisch | 2006-02-19 14:40:09 +0100 (Sun, 19 Feb 2006) | 2 lines
2503 Changed paths:
2504    M /trunk/activex/Makefile.am
2505    M /trunk/bindings/mediacontrol-python/setup.py
2506    M /trunk/mozilla/Makefile.am
2507
2508 Propagate libvlc move in plugins
2509
2510 ------------------------------------------------------------------------
2511 r14391 | zorglub | 2006-02-19 14:36:15 +0100 (Sun, 19 Feb 2006) | 2 lines
2512 Changed paths:
2513    M /trunk/src/Makefile.am
2514    D /trunk/src/control/control_input.c
2515    D /trunk/src/control/control_playlist.c
2516    D /trunk/src/control/control_vlm.c
2517    D /trunk/src/control/core.c
2518    A /trunk/src/control/libvlc_core.c (from /trunk/src/control/core.c:14389)
2519    A /trunk/src/control/libvlc_input.c (from /trunk/src/control/control_input.c:14389)
2520    A /trunk/src/control/libvlc_playlist.c (from /trunk/src/control/control_playlist.c:14389)
2521    A /trunk/src/control/libvlc_video.c (from /trunk/src/control/video.c:14389)
2522    A /trunk/src/control/libvlc_vlm.c (from /trunk/src/control/control_vlm.c:14389)
2523    D /trunk/src/control/video.c
2524
2525 Be consistant in naming
2526
2527 ------------------------------------------------------------------------
2528 r14390 | courmisch | 2006-02-19 14:30:20 +0100 (Sun, 19 Feb 2006) | 2 lines
2529 Changed paths:
2530    M /trunk/configure.ac
2531
2532 Fix a bug whereby --disable-shared-libvlc would actually enable it
2533
2534 ------------------------------------------------------------------------
2535 r14389 | courmisch | 2006-02-19 14:11:21 +0100 (Sun, 19 Feb 2006) | 7 lines
2536 Changed paths:
2537    M /trunk/Makefile.am
2538    M /trunk/bootstrap
2539    M /trunk/configure.ac
2540    A /trunk/src/Makefile.am
2541    A /trunk/src/audio_output/ainput.c (from /trunk/src/audio_output/input.c:14386)
2542    D /trunk/src/audio_output/input.c
2543    A /trunk/src/control/control_input.c (from /trunk/src/control/input.c:14386)
2544    A /trunk/src/control/control_playlist.c (from /trunk/src/control/playlist.c:14386)
2545    A /trunk/src/control/control_vlm.c (from /trunk/src/control/vlm.c:14386)
2546    D /trunk/src/control/input.c
2547    D /trunk/src/control/playlist.c
2548    D /trunk/src/control/vlm.c
2549    M /trunk/toolbox
2550
2551 - Build libvlc from src/ rather than top
2552   so that it is cleanly built before all modules
2553   (step toward buildable shared libvlc on Win32)
2554 - Don't build position dependant code when building shared libvlc
2555   (that was a big waste of time)
2556 - Link builtin modules with vlc rather than libvlc
2557
2558 ------------------------------------------------------------------------
2559 r14388 | courmisch | 2006-02-19 13:13:46 +0100 (Sun, 19 Feb 2006) | 2 lines
2560 Changed paths:
2561    M /trunk/toolbox
2562
2563 Ensure src/misc exists in builddir
2564
2565 ------------------------------------------------------------------------
2566 r14387 | courmisch | 2006-02-19 12:15:01 +0100 (Sun, 19 Feb 2006) | 2 lines
2567 Changed paths:
2568    M /trunk/modules/video_filter/rss.c
2569
2570 LoadImage is a macro on Win32 API - you can't use as a function name as is
2571
2572 ------------------------------------------------------------------------
2573 r14386 | courmisch | 2006-02-19 10:52:55 +0100 (Sun, 19 Feb 2006) | 2 lines
2574 Changed paths:
2575    M /trunk/Makefile.am
2576
2577 Clean up backported from [12323]
2578
2579 ------------------------------------------------------------------------
2580 r14385 | courmisch | 2006-02-19 10:16:05 +0100 (Sun, 19 Feb 2006) | 2 lines
2581 Changed paths:
2582    M /trunk/bootstrap
2583
2584 ooups
2585
2586 ------------------------------------------------------------------------
2587 r14384 | courmisch | 2006-02-19 10:03:58 +0100 (Sun, 19 Feb 2006) | 24 lines
2588 Changed paths:
2589    M /trunk/bootstrap
2590
2591 - Seemingly fix linking of plugins with shared libvlc on Win32
2592 - Hopefully the same on Darwin
2593
2594 !!! BIG FAT WARNING !!!
2595 On architectures where you need to resolve all symbols when
2596 linking a shared library, libvlc must be built before the plugins, so
2597 that they can resolve symbols from the libvlc API. Also, the "builtins"
2598 must be built before libvlc (regardless of the architecture or use of
2599 shared libvlc). However, our build system currently builds all modules,
2600 whether builtins or plugins, then libvlc and then vlc.
2601
2602 Obviously, we could swap the build orders, so that libvlc gets built
2603 before modules/ but that will only work if there is no buitins modules.
2604 I'm not too keen on the idea of recursing twice within the modules/
2605 subdirectories (once for builtins, and once for plugins). Until the
2606 issue is settled, here is how to build and test the shared libvlc on
2607 Win32:
2608
2609 1/ run configure with --enable-shared-libvlc
2610 2/ build all built-in modules (or disable them all) one by one,
2611 3/ make libvlc.dll
2612 4/ make
2613
2614
2615 ------------------------------------------------------------------------
2616 r14383 | dionoea | 2006-02-19 00:10:54 +0100 (Sun, 19 Feb 2006) | 2 lines
2617 Changed paths:
2618    M /trunk/NEWS
2619
2620 update video filter news (again :) )
2621
2622 ------------------------------------------------------------------------
2623 r14382 | dionoea | 2006-02-19 00:08:23 +0100 (Sun, 19 Feb 2006) | 2 lines
2624 Changed paths:
2625    M /trunk/modules/video_filter/rss.c
2626
2627 rss.c: change module shortname
2628
2629 ------------------------------------------------------------------------
2630 r14381 | dionoea | 2006-02-19 00:06:12 +0100 (Sun, 19 Feb 2006) | 2 lines
2631 Changed paths:
2632    M /trunk/modules/video_filter/rss.c
2633
2634 rss.c: add 'support' for Atom feeds.
2635
2636 ------------------------------------------------------------------------
2637 r14380 | dionoea | 2006-02-18 23:20:59 +0100 (Sat, 18 Feb 2006) | 5 lines
2638 Changed paths:
2639    M /trunk/modules/video_filter/rss.c
2640
2641 rss.c: add suport for feed images (default enabled).
2642
2643 tested with 
2644 ./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>
2645
2646 ------------------------------------------------------------------------
2647 r14379 | dionoea | 2006-02-18 23:08:11 +0100 (Sat, 18 Feb 2006) | 2 lines
2648 Changed paths:
2649    M /trunk/include/vlc_osd.h
2650
2651 Comment lines now fit on a 80 char wide screen
2652
2653 ------------------------------------------------------------------------
2654 r14378 | courmisch | 2006-02-18 21:49:46 +0100 (Sat, 18 Feb 2006) | 2 lines
2655 Changed paths:
2656    M /trunk/include/vlc_common.h
2657    M /trunk/include/vlc_symbols.h
2658    M /trunk/vlc-api.pl
2659
2660 Remove ugly usage of vlc_symbols.h when building libvlc as a shared library
2661
2662 ------------------------------------------------------------------------
2663 r14377 | courmisch | 2006-02-18 21:34:32 +0100 (Sat, 18 Feb 2006) | 2 lines
2664 Changed paths:
2665    M /trunk/modules/access/vcd/cdrom.c
2666    M /trunk/modules/access_filter/record.c
2667    M /trunk/modules/access_filter/timeshift.c
2668    M /trunk/modules/audio_output/file.c
2669    M /trunk/modules/codec/fake.c
2670    M /trunk/modules/demux/demuxdump.c
2671    M /trunk/modules/demux/mp4/drms.c
2672    M /trunk/modules/demux/playlist/dvb.c
2673    M /trunk/modules/demux/playlist/m3u.c
2674    M /trunk/modules/demux/playlist/old.c
2675    M /trunk/modules/demux/ts.c
2676    M /trunk/modules/demux/vobsub.c
2677    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
2678    M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
2679    M /trunk/modules/misc/logger.c
2680    M /trunk/modules/stream_out/rtp.c
2681    M /trunk/modules/stream_out/switcher.c
2682    M /trunk/modules/video_filter/motiondetect.c
2683    M /trunk/modules/video_filter/rss.c
2684
2685 All: missing #include "charset.h"
2686
2687 ------------------------------------------------------------------------
2688 r14376 | courmisch | 2006-02-18 21:32:03 +0100 (Sat, 18 Feb 2006) | 2 lines
2689 Changed paths:
2690    M /trunk/modules/control/http/util.c
2691
2692 Fix warnings
2693
2694 ------------------------------------------------------------------------
2695 r14375 | jpsaman | 2006-02-18 21:28:47 +0100 (Sat, 18 Feb 2006) | 1 line
2696 Changed paths:
2697    M /trunk/include/vlc_vlm.h
2698
2699 Remove whitespace
2700 ------------------------------------------------------------------------
2701 r14374 | jpsaman | 2006-02-18 21:26:23 +0100 (Sat, 18 Feb 2006) | 1 line
2702 Changed paths:
2703    M /trunk/src/misc/vlm.c
2704
2705 Use #include <vlc_vlm.h> instead of local include directive
2706 ------------------------------------------------------------------------
2707 r14373 | jpsaman | 2006-02-18 21:24:27 +0100 (Sat, 18 Feb 2006) | 1 line
2708 Changed paths:
2709    M /trunk/configure.ac
2710
2711 Add with-ffmpeg-{vorbis,theora,ogg} in case ffmpeg is compiled with vorbis, theora and/or ogg support
2712 ------------------------------------------------------------------------
2713 r14372 | courmisch | 2006-02-18 21:07:55 +0100 (Sat, 18 Feb 2006) | 2 lines
2714 Changed paths:
2715    M /trunk/modules/audio_filter/resampler/linear.c
2716
2717 Remove unused variable
2718
2719 ------------------------------------------------------------------------
2720 r14371 | courmisch | 2006-02-18 21:05:50 +0100 (Sat, 18 Feb 2006) | 2 lines
2721 Changed paths:
2722    M /trunk/modules/access_output/udp.c
2723
2724 Remove unused variable
2725
2726 ------------------------------------------------------------------------
2727 r14370 | courmisch | 2006-02-18 21:04:36 +0100 (Sat, 18 Feb 2006) | 2 lines
2728 Changed paths:
2729    M /trunk/modules/access/dvb/en50221.c
2730
2731 Fix warning
2732
2733 ------------------------------------------------------------------------
2734 r14369 | sam | 2006-02-18 20:18:35 +0100 (Sat, 18 Feb 2006) | 2 lines
2735 Changed paths:
2736    M /trunk/modules/demux/mp4/drms.c
2737
2738   * modules/demux/mp4/drms.c: mostly cosmetic changes.
2739
2740 ------------------------------------------------------------------------
2741 r14368 | fkuehne | 2006-02-18 20:04:19 +0100 (Sat, 18 Feb 2006) | 1 line
2742 Changed paths:
2743    M /trunk/modules/gui/macosx/Modules.am
2744
2745 * forgot that one in [14365]
2746 ------------------------------------------------------------------------
2747 r14367 | dionoea | 2006-02-18 20:03:44 +0100 (Sat, 18 Feb 2006) | 2 lines
2748 Changed paths:
2749    M /trunk/src/misc/image.c
2750
2751 do everything with the stream functions (no more fopen)
2752
2753 ------------------------------------------------------------------------
2754 r14366 | fkuehne | 2006-02-18 19:53:24 +0100 (Sat, 18 Feb 2006) | 1 line
2755 Changed paths:
2756    M /trunk/NEWS
2757    M /trunk/modules/gui/macosx/intf.h
2758    M /trunk/modules/gui/macosx/intf.m
2759    M /trunk/modules/gui/macosx/update.h
2760    M /trunk/modules/gui/macosx/update.m
2761
2762 * added a note about the update-checker to the news and updated the copyright dates in *.h and *.m
2763 ------------------------------------------------------------------------
2764 r14365 | fkuehne | 2006-02-18 19:40:04 +0100 (Sat, 18 Feb 2006) | 4 lines
2765 Changed paths:
2766    M /trunk/Makefile.am
2767    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
2768    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
2769    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
2770    A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib
2771    A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/classes.nib
2772    A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/info.nib
2773    A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/keyedobjects.nib
2774    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
2775    M /trunk/modules/gui/macosx/intf.h
2776    M /trunk/modules/gui/macosx/intf.m
2777    A /trunk/modules/gui/macosx/update.h
2778    A /trunk/modules/gui/macosx/update.m
2779
2780 * new CheckForUpdate panel (closes #310)
2781 - the actual download is currently done by your default browser since the needed notification window isn't available on OSX yet
2782     - download through VLC is implemented, but commented for the moment
2783 - needs some checking once a complete Status.xml is available
2784 ------------------------------------------------------------------------
2785 r14364 | dionoea | 2006-02-18 18:57:47 +0100 (Sat, 18 Feb 2006) | 3 lines
2786 Changed paths:
2787    M /trunk/src/misc/image.c
2788
2789 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)
2790
2791
2792 ------------------------------------------------------------------------
2793 r14363 | dionoea | 2006-02-18 18:01:58 +0100 (Sat, 18 Feb 2006) | 2 lines
2794 Changed paths:
2795    M /trunk/modules/video_filter/rss.c
2796
2797 use EnsureUTF8 on output string
2798
2799 ------------------------------------------------------------------------
2800 r14362 | dionoea | 2006-02-18 16:45:35 +0100 (Sat, 18 Feb 2006) | 2 lines
2801 Changed paths:
2802    M /trunk/modules/video_filter/rss.c
2803
2804 Remove white characters at begining and end of element values.
2805
2806 ------------------------------------------------------------------------
2807 r14361 | courmisch | 2006-02-18 09:46:48 +0100 (Sat, 18 Feb 2006) | 4 lines
2808 Changed paths:
2809    M /trunk/configure.ac
2810
2811 Don't try to be more clever than gettext in detecting libintl
2812 (we don't seem to be). ${LIBINTL} is normally not defined when there is
2813 no libintl anyway - should fix FreeBSD libintl linking issue
2814
2815 ------------------------------------------------------------------------
2816 r14360 | courmisch | 2006-02-18 09:37:26 +0100 (Sat, 18 Feb 2006) | 2 lines
2817 Changed paths:
2818    M /trunk/configure.ac
2819
2820 Fix typo noticed by zorglub
2821
2822 ------------------------------------------------------------------------
2823 r14359 | xtophe | 2006-02-18 00:14:57 +0100 (Sat, 18 Feb 2006) | 2 lines
2824 Changed paths:
2825    M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
2826
2827 Update the x264 patch.
2828
2829 ------------------------------------------------------------------------
2830 r14358 | dionoea | 2006-02-17 23:49:12 +0100 (Fri, 17 Feb 2006) | 2 lines
2831 Changed paths:
2832    M /trunk/NEWS
2833
2834 Add bluescreen video filter
2835
2836 ------------------------------------------------------------------------
2837 r14357 | dionoea | 2006-02-17 23:44:05 +0100 (Fri, 17 Feb 2006) | 2 lines
2838 Changed paths:
2839    M /trunk/share/http/js/vlm.js
2840
2841 Show current item number for each of the instances
2842
2843 ------------------------------------------------------------------------
2844 r14356 | dionoea | 2006-02-17 23:10:56 +0100 (Fri, 17 Feb 2006) | 6 lines
2845 Changed paths:
2846    M /trunk/modules/video_filter/mosaic.c
2847    M /trunk/modules/video_filter/mosaic.h
2848
2849 * mosaic.c: Bluescreen/Greenscreen/Chromakey video background replacement
2850 method. It's still quite simple ... loads of room for improvement.
2851 Example available here: http://people.videolan.org/~dionoea/bluescreen.mpg
2852
2853 * mosaic.h: remove trailing space
2854
2855 ------------------------------------------------------------------------
2856 r14355 | oaubert | 2006-02-17 18:39:25 +0100 (Fri, 17 Feb 2006) | 2 lines
2857 Changed paths:
2858    M /trunk/src/control/mediacontrol_audio_video.c
2859
2860 mediacontrol_audio_video.c: remove debug message
2861
2862 ------------------------------------------------------------------------
2863 r14354 | oaubert | 2006-02-17 18:02:59 +0100 (Fri, 17 Feb 2006) | 2 lines
2864 Changed paths:
2865    M /trunk/bindings/mediacontrol-python/vlcglue.c
2866
2867 vlcglue.c: same bug, specify malloc unit.
2868
2869 ------------------------------------------------------------------------
2870 r14353 | oaubert | 2006-02-17 18:02:34 +0100 (Fri, 17 Feb 2006) | 2 lines
2871 Changed paths:
2872    M /trunk/src/control/mediacontrol_util.c
2873
2874 mediacontrol_util.c: better safe than sorry, specify the malloc unit.
2875
2876 ------------------------------------------------------------------------
2877 r14352 | oaubert | 2006-02-17 17:51:06 +0100 (Fri, 17 Feb 2006) | 2 lines
2878 Changed paths:
2879    M /trunk/src/control/mediacontrol_init.c
2880
2881 src/control/mediacontrol_init.c: fix a malloc() error (spotted by Christophe Massiot)
2882
2883 ------------------------------------------------------------------------
2884 r14351 | hartman | 2006-02-17 17:15:50 +0100 (Fri, 17 Feb 2006) | 4 lines
2885 Changed paths:
2886    M /trunk/include/aout_internal.h
2887    M /trunk/modules/audio_filter/resampler/linear.c
2888    M /trunk/modules/demux/mp4/mp4.c
2889
2890 * Don't use alloca for audio buffers on OSX and BSD, because the stacksize on both isn't infinite.
2891   This might explain the audio-core crashes we have seen in the past on Mac OS X 
2892 * Fix issues with platforms which don't have alloca() (defined)
2893
2894 ------------------------------------------------------------------------
2895 r14350 | oaubert | 2006-02-17 16:28:10 +0100 (Fri, 17 Feb 2006) | 2 lines
2896 Changed paths:
2897    M /trunk/src/control/mediacontrol_audio_video.c
2898
2899 mediacontrol_audio_video.c: use VLC_FOURCC to define the snapshot type
2900
2901 ------------------------------------------------------------------------
2902 r14349 | dionoea | 2006-02-17 15:59:36 +0100 (Fri, 17 Feb 2006) | 2 lines
2903 Changed paths:
2904    M /trunk/NEWS
2905
2906 update NEWS file
2907
2908 ------------------------------------------------------------------------
2909 r14348 | dionoea | 2006-02-17 15:56:06 +0100 (Fri, 17 Feb 2006) | 9 lines
2910 Changed paths:
2911    M /trunk/modules/video_filter/logo.c
2912
2913 Logo filter(s) now takes a list of images, delays and alpha as input and
2914 loops through these. The syntax is <file>[,[<delay in ms>][,[<alpha>]]][;...]
2915 Idea (and some parts of the code) by markfm
2916
2917 Note:
2918 The vout-filter segfaults upon destruction but i don't understand why...
2919 could someone have a look ?
2920
2921
2922 ------------------------------------------------------------------------
2923 r14347 | hartman | 2006-02-17 15:33:32 +0100 (Fri, 17 Feb 2006) | 2 lines
2924 Changed paths:
2925    M /trunk/include/aout_internal.h
2926
2927 * This change should be better then the one in [14346]
2928
2929 ------------------------------------------------------------------------
2930 r14346 | hartman | 2006-02-17 15:20:02 +0100 (Fri, 17 Feb 2006) | 2 lines
2931 Changed paths:
2932    M /trunk/include/aout_internal.h
2933
2934 * stricter aout_BufferFree
2935
2936 ------------------------------------------------------------------------
2937 r14345 | courmisch | 2006-02-17 12:07:57 +0100 (Fri, 17 Feb 2006) | 3 lines
2938 Changed paths:
2939    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
2940    M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
2941
2942 Minor change so that 50 is actually the number of items to be updated at a time
2943 (rather than 50 + 2)
2944
2945 ------------------------------------------------------------------------
2946 r14344 | courmisch | 2006-02-17 11:13:28 +0100 (Fri, 17 Feb 2006) | 2 lines
2947 Changed paths:
2948    M /trunk/configure.ac
2949
2950 Add /usr/local/... to CPPFLAGS and LDFLAGS automatically on FreeBSD (closes #422)
2951
2952 ------------------------------------------------------------------------
2953 r14343 | zorglub | 2006-02-17 06:50:26 +0100 (Fri, 17 Feb 2006) | 2 lines
2954 Changed paths:
2955    M /trunk/src/misc/vlm.c
2956
2957 Fix compilation when VLM is disabled
2958
2959 ------------------------------------------------------------------------
2960 r14342 | zorglub | 2006-02-17 06:46:08 +0100 (Fri, 17 Feb 2006) | 4 lines
2961 Changed paths:
2962    M /trunk/modules/access/v4l/v4l.c
2963
2964 Don't disable audio if V4L video dev does not have an audio dev too. Closes:#254
2965
2966 Thanks to Timothy Lee < timothy d0t lee @t siriushk d0t c0m > for the patch.
2967
2968 ------------------------------------------------------------------------
2969 r14341 | zorglub | 2006-02-17 06:42:13 +0100 (Fri, 17 Feb 2006) | 2 lines
2970 Changed paths:
2971    M /trunk/include/vlc/libvlc.h
2972    M /trunk/src/control/vlm.c
2973
2974 Fix some bugs
2975
2976 ------------------------------------------------------------------------
2977 r14340 | sam | 2006-02-16 23:07:36 +0100 (Thu, 16 Feb 2006) | 3 lines
2978 Changed paths:
2979    M /trunk/extras/contrib/README
2980
2981   * extras/contrib/README: keep track of what patches have been contributed
2982     back to the upstream authors so far.
2983
2984 ------------------------------------------------------------------------
2985 r14339 | sam | 2006-02-16 23:01:39 +0100 (Thu, 16 Feb 2006) | 3 lines
2986 Changed paths:
2987    M /trunk/extras/contrib/src/Patches/x264.patch
2988
2989   * extras/contrib/src/Patches/x264.patch: removed the exp2f/sqrtf part of
2990     this patch, I committed it upstream instead.
2991
2992 ------------------------------------------------------------------------
2993 r14338 | massiot | 2006-02-16 22:31:36 +0100 (Thu, 16 Feb 2006) | 2 lines
2994 Changed paths:
2995    M /trunk/doc/fortunes.txt
2996
2997 ?
2998
2999 ------------------------------------------------------------------------
3000 r14337 | massiot | 2006-02-16 22:19:47 +0100 (Thu, 16 Feb 2006) | 2 lines
3001 Changed paths:
3002    M /trunk/doc/fortunes.txt
3003
3004 !
3005
3006 ------------------------------------------------------------------------
3007 r14336 | sigmunau | 2006-02-16 22:11:11 +0100 (Thu, 16 Feb 2006) | 2 lines
3008 Changed paths:
3009    M /trunk/modules/demux/real.c
3010
3011 real.c: fix some crashes
3012
3013 ------------------------------------------------------------------------
3014 r14335 | fkuehne | 2006-02-16 21:05:18 +0100 (Thu, 16 Feb 2006) | 1 line
3015 Changed paths:
3016    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
3017    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
3018    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
3019    M /trunk/modules/gui/macosx/playlist.h
3020    M /trunk/modules/gui/macosx/playlist.m
3021
3022 * 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)
3023 ------------------------------------------------------------------------
3024 r14334 | dionoea | 2006-02-16 20:31:29 +0100 (Thu, 16 Feb 2006) | 2 lines
3025 Changed paths:
3026    M /trunk/modules/demux/playlist/podcast.c
3027
3028 Move podcast meta info to "Podcast Info" category
3029
3030 ------------------------------------------------------------------------
3031 r14333 | dionoea | 2006-02-16 18:31:31 +0100 (Thu, 16 Feb 2006) | 2 lines
3032 Changed paths:
3033    M /trunk/THANKS
3034    M /trunk/include/vlc_meta.h
3035    M /trunk/modules/access/cdda.c
3036    M /trunk/modules/codec/vorbis.c
3037    M /trunk/modules/demux/playlist/b4s.c
3038    M /trunk/modules/demux/playlist/m3u.c
3039    M /trunk/modules/demux/playlist/podcast.c
3040    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
3041    M /trunk/modules/gui/wxwidgets/input_manager.cpp
3042    M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
3043    M /trunk/modules/misc/msn.c
3044    M /trunk/modules/misc/playlist/m3u.c
3045    M /trunk/modules/services_discovery/daap.c
3046    M /trunk/src/input/es_out.c
3047    M /trunk/src/input/input.c
3048    M /trunk/src/playlist/sort.c
3049
3050 [patch] unifying meta-information access, the 2nd by Daniel Str?\195?\164nger
3051
3052 ------------------------------------------------------------------------
3053 r14332 | zorglub | 2006-02-16 08:22:57 +0100 (Thu, 16 Feb 2006) | 2 lines
3054 Changed paths:
3055    M /trunk/modules/demux/mkv.cpp
3056
3057 Fix a doxygen comment
3058
3059 ------------------------------------------------------------------------
3060 r14331 | zorglub | 2006-02-15 23:31:49 +0100 (Wed, 15 Feb 2006) | 2 lines
3061 Changed paths:
3062    M /trunk/include/vlc/libvlc.h
3063    M /trunk/src/control/vlm.c
3064    M /trunk/test/native/libvlc.c
3065
3066 More VLM API stuff
3067
3068 ------------------------------------------------------------------------
3069 r14330 | zorglub | 2006-02-15 21:35:51 +0100 (Wed, 15 Feb 2006) | 2 lines
3070 Changed paths:
3071    M /trunk/modules/misc/msn.c
3072
3073 Typo
3074
3075 ------------------------------------------------------------------------
3076 r14329 | courmisch | 2006-02-15 20:59:30 +0100 (Wed, 15 Feb 2006) | 2 lines
3077 Changed paths:
3078    M /trunk/modules/misc/growl.c
3079
3080 Fix warning
3081
3082 ------------------------------------------------------------------------
3083 r14328 | zorglub | 2006-02-15 20:48:07 +0100 (Wed, 15 Feb 2006) | 2 lines
3084 Changed paths:
3085    M /trunk/modules/misc/growl.c
3086    M /trunk/modules/misc/msn.c
3087
3088 Fix a bunch of bugs in the MSN plugin (duplicated in the Growl plugin)
3089
3090 ------------------------------------------------------------------------
3091 r14327 | djc | 2006-02-15 20:40:27 +0100 (Wed, 15 Feb 2006) | 2 lines
3092 Changed paths:
3093    M /trunk/modules/misc/growl.c
3094
3095 Stupid me... don't do twice hton*
3096
3097 ------------------------------------------------------------------------
3098 r14326 | oaubert | 2006-02-15 16:06:20 +0100 (Wed, 15 Feb 2006) | 2 lines
3099 Changed paths:
3100    M /trunk/bindings/mediacontrol-python/setup.py
3101
3102 mediacontrol-python/setup.py: do not use PIC libraries on win32 and darwin-ppc
3103
3104 ------------------------------------------------------------------------
3105 r14325 | oaubert | 2006-02-15 15:15:10 +0100 (Wed, 15 Feb 2006) | 2 lines
3106 Changed paths:
3107    M /trunk/src/control/mediacontrol_init.c
3108
3109 src/control/mediacontrol_init.c: check return values of VLC_Create and VLC_Init
3110
3111 ------------------------------------------------------------------------
3112 r14324 | oaubert | 2006-02-15 15:12:23 +0100 (Wed, 15 Feb 2006) | 2 lines
3113 Changed paths:
3114    M /trunk/bindings/mediacontrol-python/vlcglue.c
3115
3116 mediacontrol-python/vlcglue.c: check the return value of VLC_Create
3117
3118 ------------------------------------------------------------------------
3119 r14323 | oaubert | 2006-02-15 15:11:16 +0100 (Wed, 15 Feb 2006) | 2 lines
3120 Changed paths:
3121    M /trunk/bindings/mediacontrol-python/vlcglue.c
3122    M /trunk/bindings/mediacontrol-python/vlcglue.h
3123
3124 mediacontrol-python: portability fix (for Mac OS X/PPC), dirty but it works
3125
3126 ------------------------------------------------------------------------
3127 r14322 | oaubert | 2006-02-15 15:04:41 +0100 (Wed, 15 Feb 2006) | 2 lines
3128 Changed paths:
3129    M /trunk/modules/misc/svg.c
3130
3131 misc/svg.c: use char* instead of byte_t* to avoid warnings
3132
3133 ------------------------------------------------------------------------
3134 r14321 | djc | 2006-02-15 03:09:01 +0100 (Wed, 15 Feb 2006) | 2 lines
3135 Changed paths:
3136    M /trunk/configure.ac
3137
3138 -lws2_32 on win32...
3139
3140 ------------------------------------------------------------------------
3141 r14320 | djc | 2006-02-15 02:32:26 +0100 (Wed, 15 Feb 2006) | 3 lines
3142 Changed paths:
3143    M /trunk/configure.ac
3144    M /trunk/modules/misc/growl.c
3145
3146 configure.ac: try to fix beos build
3147 growl.c: add --growl-ttl option
3148
3149 ------------------------------------------------------------------------
3150 r14319 | djc | 2006-02-15 01:39:10 +0100 (Wed, 15 Feb 2006) | 2 lines
3151 Changed paths:
3152    M /trunk/configure.ac
3153
3154 Add "send" (-lsocket) dependance to growl module to fix BeOS build
3155
3156 ------------------------------------------------------------------------
3157 r14318 | djc | 2006-02-15 01:15:21 +0100 (Wed, 15 Feb 2006) | 2 lines
3158 Changed paths:
3159    M /trunk/modules/misc/growl.c
3160
3161 Takes default TTL (instead of 42...)
3162
3163 ------------------------------------------------------------------------
3164 r14317 | djc | 2006-02-15 00:59:50 +0100 (Wed, 15 Feb 2006) | 6 lines
3165 Changed paths:
3166    M /trunk/configure.ac
3167    M /trunk/modules/misc/Modules.am
3168    A /trunk/modules/misc/growl.c (from /trunk/modules/misc/msn.c:14311)
3169    M /trunk/modules/misc/msn.c
3170
3171 Add a growl (http://growl.info/) notification plugin (most of code from msn.c)
3172 It is built by default since it sends notifications to network (perhaps
3173 we should only build it on macos).
3174
3175 msn.c: should fix a refcount issue (*not?\194?\160tested*)
3176
3177 ------------------------------------------------------------------------
3178 r14316 | zorglub | 2006-02-14 23:50:13 +0100 (Tue, 14 Feb 2006) | 2 lines
3179 Changed paths:
3180    A /trunk/src/control/vlm.c
3181
3182 Missing file
3183
3184 ------------------------------------------------------------------------
3185 r14315 | zorglub | 2006-02-14 23:35:37 +0100 (Tue, 14 Feb 2006) | 2 lines
3186 Changed paths:
3187    M /trunk/src/control/core.c
3188    M /trunk/test/NativeLibvlcTest.py
3189    M /trunk/test/PyMediaControlVariablesTest.py
3190    M /trunk/test/native/libvlc.c
3191
3192 Fix some bugs
3193
3194 ------------------------------------------------------------------------
3195 r14314 | zorglub | 2006-02-14 22:41:23 +0100 (Tue, 14 Feb 2006) | 4 lines
3196 Changed paths:
3197    M /trunk/Makefile.am
3198    D /trunk/bindings/STATUS
3199    A /trunk/bindings/python
3200    M /trunk/include/libvlc_internal.h
3201    M /trunk/include/vlc/libvlc.h
3202    M /trunk/include/vlc_symbols.h
3203    M /trunk/include/vlc_vlm.h
3204    M /trunk/src/control/core.c
3205    M /trunk/src/misc/vlm.c
3206    M /trunk/test/native/libvlc.c
3207    M /trunk/test/pyunit.h
3208
3209 * Beginning of VLM API
3210 * Some test work
3211 * Export vlm_MediaSearch
3212
3213 ------------------------------------------------------------------------
3214 r14313 | courmisch | 2006-02-14 21:41:27 +0100 (Tue, 14 Feb 2006) | 2 lines
3215 Changed paths:
3216    M /trunk/src/misc/unicode.c
3217
3218 (Win32) Support stat() for file names outside ANSI Code Page
3219
3220 ------------------------------------------------------------------------
3221 r14312 | courmisch | 2006-02-14 18:20:32 +0100 (Tue, 14 Feb 2006) | 2 lines
3222 Changed paths:
3223    M /trunk/src/misc/unicode.c
3224
3225 Safer Win32 code page translation
3226
3227 ------------------------------------------------------------------------
3228 r14311 | xtophe | 2006-02-14 16:38:21 +0100 (Tue, 14 Feb 2006) | 2 lines
3229 Changed paths:
3230    M /trunk/modules/audio_filter/param_eq.c
3231
3232 param_eq.c: eol style
3233
3234 ------------------------------------------------------------------------
3235 r14310 | titer | 2006-02-14 14:48:43 +0100 (Tue, 14 Feb 2006) | 2 lines
3236 Changed paths:
3237    M /trunk/extras/contrib/src/Makefile
3238    M /trunk/extras/contrib/src/Patches/ffmpeg-cvs.patch
3239
3240 FFmpeg forgets to create include/postproc/
3241
3242 ------------------------------------------------------------------------
3243 r14309 | dionoea | 2006-02-14 13:32:50 +0100 (Tue, 14 Feb 2006) | 3 lines
3244 Changed paths:
3245    M /trunk/extras/contrib/src/packages.mak
3246
3247 update vc71-glib-1.2.10-bin.zip and libIDL-0.6.3-win32-bin.zip locations
3248 Thanks to Hobophobe on http://forum.videolan.org/viewtopic.php?t=17262
3249
3250 ------------------------------------------------------------------------
3251 r14308 | courmisch | 2006-02-14 10:57:58 +0100 (Tue, 14 Feb 2006) | 3 lines
3252 Changed paths:
3253    M /trunk/modules/gui/ncurses.c
3254
3255 - Partial fix for reading characters with multibyte local encoding (refs #548)
3256 - Fix memory leak
3257
3258 ------------------------------------------------------------------------
3259 r14307 | courmisch | 2006-02-14 10:56:42 +0100 (Tue, 14 Feb 2006) | 3 lines
3260 Changed paths:
3261    M /trunk/src/misc/unicode.c
3262
3263 Use return value of EnsureUTF8() to specify whether the bytes sequence was
3264 valid (UTF-8) or not (incomplete, incorrect non-ASCII, or overlong sequences)
3265
3266 ------------------------------------------------------------------------
3267 r14306 | xtophe | 2006-02-14 10:39:36 +0100 (Tue, 14 Feb 2006) | 2 lines
3268 Changed paths:
3269    M /trunk/modules/audio_filter/param_eq.c
3270
3271 param-eq.c: Svn keyword
3272
3273 ------------------------------------------------------------------------
3274 r14305 | zorglub | 2006-02-14 08:11:18 +0100 (Tue, 14 Feb 2006) | 2 lines
3275 Changed paths:
3276    M /trunk/modules/misc/msn.c
3277
3278 Simplify
3279
3280 ------------------------------------------------------------------------
3281 r14304 | djc | 2006-02-14 02:40:59 +0100 (Tue, 14 Feb 2006) | 4 lines
3282 Changed paths:
3283    M /trunk/modules/gui/macosx/macosx.m
3284    M /trunk/modules/gui/macosx/vout.h
3285    M /trunk/modules/gui/macosx/vout.m
3286
3287 Add --macosx-black switch to black non video screens (fix #301)
3288 If someone has a better code to maintain a black screen, change
3289 CGSetDisplayTransferByFormula which seems to be a big kludge.
3290
3291 ------------------------------------------------------------------------
3292 r14303 | sigmunau | 2006-02-13 23:44:24 +0100 (Mon, 13 Feb 2006) | 2 lines
3293 Changed paths:
3294    M /trunk/configure.ac
3295    M /trunk/modules/audio_filter/Modules.am
3296    A /trunk/modules/audio_filter/param_eq.c
3297
3298 all: parametric equalizer by  Antti Huovilainen (adapted for vlc by me)
3299
3300 ------------------------------------------------------------------------
3301 r14302 | dionoea | 2006-02-13 23:09:56 +0100 (Mon, 13 Feb 2006) | 2 lines
3302 Changed paths:
3303    M /trunk/src/misc/configuration.c
3304
3305 attempt to fix the winCE build
3306
3307 ------------------------------------------------------------------------
3308 r14301 | courmisch | 2006-02-13 22:03:32 +0100 (Mon, 13 Feb 2006) | 3 lines
3309 Changed paths:
3310    M /trunk/modules/gui/ncurses.c
3311
3312 - Unicode fixes for ncurses on non-UTF8 consoles (closes #547)
3313 - Handle backspace properly on an UTF-8 characters string (closes #548 as far as UTF-8 is concerned)
3314
3315 ------------------------------------------------------------------------
3316 r14300 | courmisch | 2006-02-13 21:11:48 +0100 (Mon, 13 Feb 2006) | 2 lines
3317 Changed paths:
3318    M /trunk/src/misc/unicode.c
3319
3320 Undo erronously commited debug preprocessing directives
3321
3322 ------------------------------------------------------------------------
3323 r14299 | xtophe | 2006-02-13 21:06:22 +0100 (Mon, 13 Feb 2006) | 2 lines
3324 Changed paths:
3325    M /trunk/src/misc/unicode.c
3326
3327 unicode.c: Fix WinCE build (well for this file only)
3328
3329 ------------------------------------------------------------------------
3330 r14298 | courmisch | 2006-02-13 20:14:30 +0100 (Mon, 13 Feb 2006) | 2 lines
3331 Changed paths:
3332    M /trunk/modules/access_filter/record.c
3333
3334 Replace forbidden characters with underscores when attempting to dump a stream (closes #423)
3335
3336 ------------------------------------------------------------------------
3337 r14297 | courmisch | 2006-02-13 20:13:05 +0100 (Mon, 13 Feb 2006) | 2 lines
3338 Changed paths:
3339    M /trunk/modules/access_filter/timeshift.c
3340
3341 Fix typo
3342
3343 ------------------------------------------------------------------------
3344 r14296 | courmisch | 2006-02-13 17:53:46 +0100 (Mon, 13 Feb 2006) | 4 lines
3345 Changed paths:
3346    M /trunk/configure.ac
3347    M /trunk/modules/video_output/x11/xcommon.c
3348
3349 - Use VidMode extension to determine the display dimensions more accurately when enabling full screen mode (fixes #534, should fix Debian #290392)
3350 - Move view port and cursor to a sane position
3351 - Check for VidMode extensions (libXxf86vm)
3352
3353 ------------------------------------------------------------------------
3354 r14295 | xtophe | 2006-02-13 17:37:42 +0100 (Mon, 13 Feb 2006) | 2 lines
3355 Changed paths:
3356    M /trunk/src/misc/unicode.c
3357
3358 unicode.c: Fix logic to set use_iconv
3359
3360 ------------------------------------------------------------------------
3361 r14294 | xtophe | 2006-02-13 16:22:59 +0100 (Mon, 13 Feb 2006) | 2 lines
3362 Changed paths:
3363    M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
3364
3365 ffmpeg-wince.patch: fix for the new ffmpeg makefile
3366
3367 ------------------------------------------------------------------------
3368 r14293 | sam | 2006-02-13 14:31:01 +0100 (Mon, 13 Feb 2006) | 2 lines
3369 Changed paths:
3370    M /trunk/modules/demux/mp4/drms.c
3371
3372   * modules/demux/mp4/drms.c: cosmetic changes to some variable names.
3373
3374 ------------------------------------------------------------------------
3375 r14292 | courmisch | 2006-02-13 14:23:20 +0100 (Mon, 13 Feb 2006) | 2 lines
3376 Changed paths:
3377    M /trunk/modules/demux/mp4/drms.c
3378
3379 Fix windows build
3380
3381 ------------------------------------------------------------------------
3382 r14291 | courmisch | 2006-02-13 14:16:08 +0100 (Mon, 13 Feb 2006) | 2 lines
3383 Changed paths:
3384    M /trunk/configure.ac
3385    M /trunk/src/misc/unicode.c
3386
3387 Fix (From|To)Locale (closes #546)
3388
3389 ------------------------------------------------------------------------
3390 r14290 | sam | 2006-02-13 12:49:38 +0100 (Mon, 13 Feb 2006) | 3 lines
3391 Changed paths:
3392    M /trunk/modules/codec/libmpeg2.c
3393
3394   * modules/codec/libmpeg2.c: tell mpeg2dec the real stride of our picture,
3395     because some Xv drivers do not necessarily pad video at 16 bytes.
3396
3397 ------------------------------------------------------------------------
3398 r14289 | courmisch | 2006-02-13 12:19:04 +0100 (Mon, 13 Feb 2006) | 2 lines
3399 Changed paths:
3400    M /trunk/modules/demux/vobsub.c
3401
3402 Fix typo
3403
3404 ------------------------------------------------------------------------
3405 r14288 | courmisch | 2006-02-13 12:15:59 +0100 (Mon, 13 Feb 2006) | 3 lines
3406 Changed paths:
3407    M /trunk/modules/misc/gnutls.c
3408
3409 - Clean up
3410 - Unicode file names fixes
3411
3412 ------------------------------------------------------------------------
3413 r14287 | courmisch | 2006-02-13 11:47:43 +0100 (Mon, 13 Feb 2006) | 3 lines
3414 Changed paths:
3415    M /trunk/modules/access_filter/timeshift.c
3416
3417 - memleak fix
3418 - getcwd() unicode fix
3419
3420 ------------------------------------------------------------------------
3421 r14286 | courmisch | 2006-02-13 11:47:12 +0100 (Mon, 13 Feb 2006) | 2 lines
3422 Changed paths:
3423    M /trunk/src/input/subtitles.c
3424
3425 getcwd() unicode fix
3426
3427 ------------------------------------------------------------------------
3428 r14285 | hartman | 2006-02-13 11:31:57 +0100 (Mon, 13 Feb 2006) | 2 lines
3429 Changed paths:
3430    M /trunk/modules/gui/macosx/voutgl.m
3431
3432 * revert unaccelerated OpenGL. it's useless :D
3433
3434 ------------------------------------------------------------------------
3435 r14284 | courmisch | 2006-02-13 11:30:30 +0100 (Mon, 13 Feb 2006) | 8 lines
3436 Changed paths:
3437    M /trunk/modules/demux/demuxdump.c
3438    M /trunk/modules/demux/ts.c
3439    M /trunk/modules/demux/vobsub.c
3440    M /trunk/modules/misc/logger.c
3441    M /trunk/modules/stream_out/rtp.c
3442    M /trunk/modules/stream_out/switcher.c
3443
3444 Further fopen() unicode fixes (refs #528)
3445
3446 skins2 and galaktos remain as I'm not sure how they (don't?) handle
3447 encodings.
3448
3449 http interface URL were purposedly not made to use Unicode. I'm open to
3450 suggestions on that one.
3451
3452 ------------------------------------------------------------------------
3453 r14283 | courmisch | 2006-02-13 10:54:15 +0100 (Mon, 13 Feb 2006) | 2 lines
3454 Changed paths:
3455    M /trunk/modules/access/file.c
3456    M /trunk/modules/access/vcd/cdrom.c
3457    M /trunk/modules/access_filter/record.c
3458    M /trunk/modules/access_filter/timeshift.c
3459    M /trunk/modules/audio_output/file.c
3460    M /trunk/modules/control/corba/corba.c
3461    M /trunk/modules/control/http/http.c
3462    M /trunk/modules/control/http/macro.c
3463    M /trunk/modules/control/http/util.c
3464    M /trunk/modules/demux/mp4/drms.c
3465    M /trunk/modules/video_filter/motiondetect.c
3466
3467 Another bunch of Unicode file names fixes (refs #528)
3468
3469 ------------------------------------------------------------------------
3470 r14282 | courmisch | 2006-02-13 09:36:52 +0100 (Mon, 13 Feb 2006) | 2 lines
3471 Changed paths:
3472    M /trunk/src/misc/unicode.c
3473
3474 Some WinCE fixes
3475
3476 ------------------------------------------------------------------------
3477 r14281 | courmisch | 2006-02-13 09:30:55 +0100 (Mon, 13 Feb 2006) | 2 lines
3478 Changed paths:
3479    M /trunk/src/input/subtitles.c
3480    M /trunk/src/misc/image.c
3481    M /trunk/src/misc/modules.c
3482    M /trunk/src/misc/update.c
3483    M /trunk/src/misc/vlm.c
3484    M /trunk/src/network/acl.c
3485    M /trunk/src/osd/osd_parser.c
3486    M /trunk/src/playlist/loadsave.c
3487
3488 All Unicode fixes for fopen() (refs #528)
3489
3490 ------------------------------------------------------------------------
3491 r14280 | ipkiss | 2006-02-13 08:18:42 +0100 (Mon, 13 Feb 2006) | 3 lines
3492 Changed paths:
3493    M /trunk/doc/skins/skins2-howto.xml
3494    M /trunk/modules/gui/skins2/src/vlcproc.cpp
3495    M /trunk/modules/gui/skins2/src/vlcproc.hpp
3496
3497  * skins2/src/vlcproc.cpp: New "dvd.isActive" boolean variable
3498  * doc/skins/skins2-howto.xml: Updated doc
3499
3500 ------------------------------------------------------------------------
3501 r14279 | hartman | 2006-02-13 03:36:14 +0100 (Mon, 13 Feb 2006) | 2 lines
3502 Changed paths:
3503    M /trunk/configure.ac
3504
3505 * It's POSTPROC, not POSPROC
3506
3507 ------------------------------------------------------------------------
3508 r14278 | courmisch | 2006-02-12 23:45:04 +0100 (Sun, 12 Feb 2006) | 3 lines
3509 Changed paths:
3510    M /trunk/include/charset.h
3511    M /trunk/include/configuration.h
3512    M /trunk/include/vlc_symbols.h
3513    M /trunk/src/misc/configuration.c
3514    M /trunk/src/misc/unicode.c
3515
3516 - mkdir Unicode wrapper (refs #543)
3517 - fix load/save of configuration and creation of configuration directory (refs #528)
3518
3519 ------------------------------------------------------------------------
3520 r14277 | ipkiss | 2006-02-12 22:39:09 +0100 (Sun, 12 Feb 2006) | 2 lines
3521 Changed paths:
3522    M /trunk/doc/skins/skins2-howto.xml
3523
3524  * doc/skins/skins2-howto.xml: Fixed a link
3525
3526 ------------------------------------------------------------------------
3527 r14276 | titer | 2006-02-12 22:22:20 +0100 (Sun, 12 Feb 2006) | 3 lines
3528 Changed paths:
3529    M /trunk/configure.ac
3530    M /trunk/modules/video_chroma/i420_yuy2.c
3531
3532 Use emms after I420_UYVY because the OpenGL vout uses floats in the same thread.
3533 Re-enabled i420_yuy2_mmx on Darwin/x86.
3534
3535 ------------------------------------------------------------------------
3536 r14275 | courmisch | 2006-02-12 22:12:12 +0100 (Sun, 12 Feb 2006) | 2 lines
3537 Changed paths:
3538    M /trunk/src/misc/configuration.c
3539
3540 utfeightize psz_homedir
3541
3542 ------------------------------------------------------------------------
3543 r14274 | ipkiss | 2006-02-12 22:11:14 +0100 (Sun, 12 Feb 2006) | 2 lines
3544 Changed paths:
3545    M /trunk/doc/skins/skins2-howto.xml
3546
3547  * doc/skins/skins2-howto.xml: Documented the DVD-related actions
3548
3549 ------------------------------------------------------------------------
3550 r14273 | ipkiss | 2006-02-12 22:05:53 +0100 (Sun, 12 Feb 2006) | 8 lines
3551 Changed paths:
3552    M /trunk/modules/gui/skins2/Modules.am
3553    A /trunk/modules/gui/skins2/commands/cmd_dvd.cpp
3554    A /trunk/modules/gui/skins2/commands/cmd_dvd.hpp
3555    M /trunk/modules/gui/skins2/parser/interpreter.cpp
3556
3557  * skins2/commands/cmd_dvd.*: New commands for DVD navigation.
3558    You can use the following actions in the XML file:
3559     - dvd.nextTitle()
3560     - dvd.previousTitle()
3561     - dvd.nextChapter()
3562     - dvd.previousChapter()
3563     - dvd.rootMenu()
3564
3565 ------------------------------------------------------------------------
3566 r14272 | courmisch | 2006-02-12 20:57:48 +0100 (Sun, 12 Feb 2006) | 2 lines
3567 Changed paths:
3568    M /trunk/include/charset.h
3569    M /trunk/include/vlc_symbols.h
3570
3571 Export FromLocaleDup()
3572
3573 ------------------------------------------------------------------------
3574 r14271 | courmisch | 2006-02-12 20:55:38 +0100 (Sun, 12 Feb 2006) | 4 lines
3575 Changed paths:
3576    M /trunk/modules/misc/svg.c
3577
3578 - Fix opening of SVG file through a symbolic
3579   (one must use stat() rather than lstat() to obtain the size of a file's content!)
3580 - Use UTF-8 wrappers (refs #528)
3581
3582 ------------------------------------------------------------------------
3583 r14270 | courmisch | 2006-02-12 20:51:12 +0100 (Sun, 12 Feb 2006) | 2 lines
3584 Changed paths:
3585    M /trunk/src/misc/unicode.c
3586
3587 Cosmetic fix
3588
3589 ------------------------------------------------------------------------
3590 r14269 | courmisch | 2006-02-12 20:48:50 +0100 (Sun, 12 Feb 2006) | 3 lines
3591 Changed paths:
3592    M /trunk/configure.ac
3593    M /trunk/include/charset.h
3594    M /trunk/include/vlc_symbols.h
3595    M /trunk/src/misc/unicode.c
3596
3597 - UF8 wrappers for stat, lstat
3598 - FromLocaleDup() returns a string to be freed with free() instead of LocaleFree()
3599
3600 ------------------------------------------------------------------------
3601 r14268 | titer | 2006-02-12 19:20:54 +0100 (Sun, 12 Feb 2006) | 3 lines
3602 Changed paths:
3603    M /trunk/configure.ac
3604
3605  Also look for libpostproc when ffmpeg is installed without ffmpeg-config
3606  nor pkg-config
3607
3608 ------------------------------------------------------------------------
3609 r14267 | xtophe | 2006-02-12 18:38:36 +0100 (Sun, 12 Feb 2006) | 2 lines
3610 Changed paths:
3611    M /trunk/configure.ac
3612
3613 configure.ac: don't fail if postproc is with avcodec
3614
3615 ------------------------------------------------------------------------
3616 r14266 | zorglub | 2006-02-12 18:31:53 +0100 (Sun, 12 Feb 2006) | 2 lines
3617 Changed paths:
3618    A /trunk/test/NativeStatsTest.py
3619    M /trunk/test/PyMediaControlPlaylistTest.py
3620    A /trunk/test/native/libvlc.c (from /trunk/test/native/native_libvlc_test.c:14264)
3621    D /trunk/test/native/native_libvlc_test.c
3622    A /trunk/test/native/stats.c
3623
3624 Improve test coverage
3625
3626 ------------------------------------------------------------------------
3627 r14265 | zorglub | 2006-02-12 18:31:39 +0100 (Sun, 12 Feb 2006) | 3 lines
3628 Changed paths:
3629    M /trunk/src/control/core.c
3630    M /trunk/src/control/playlist.c
3631
3632 Add some playlist api functions
3633 Fix a bug in exceptions handling
3634
3635 ------------------------------------------------------------------------
3636 r14264 | zorglub | 2006-02-12 18:14:07 +0100 (Sun, 12 Feb 2006) | 2 lines
3637 Changed paths:
3638    M /trunk/test/NativeLibvlcTest.py
3639    M /trunk/test/PyMediaControlBaseTest.py
3640    M /trunk/test/PyMediaControlPlaylistTest.py
3641    M /trunk/test/PyMediaControlVariablesTest.py
3642    A /trunk/test/native (from /trunk/test/native_libvlc:14259)
3643    M /trunk/test/native/native_libvlc_test.c
3644    D /trunk/test/native_libvlc
3645    M /trunk/test/setup.py
3646    M /trunk/test/test.sh
3647
3648 Change some test stuff
3649
3650 ------------------------------------------------------------------------
3651 r14263 | xtophe | 2006-02-12 18:04:45 +0100 (Sun, 12 Feb 2006) | 2 lines
3652 Changed paths:
3653    M /trunk/configure.ac
3654
3655 configure.ac: FFMPEG's libpostproc is now separated from libavcodec
3656
3657 ------------------------------------------------------------------------
3658 r14262 | titer | 2006-02-12 17:36:41 +0100 (Sun, 12 Feb 2006) | 2 lines
3659 Changed paths:
3660    M /trunk/src/network/udp.c
3661
3662  BeOS fix
3663
3664 ------------------------------------------------------------------------
3665 r14261 | titer | 2006-02-12 17:02:08 +0100 (Sun, 12 Feb 2006) | 2 lines
3666 Changed paths:
3667    M /trunk/extras/contrib/src/Makefile
3668    D /trunk/extras/contrib/src/Patches/ffmpeg-beos.patch.cvs
3669    A /trunk/extras/contrib/src/Patches/ffmpeg-cvs-beos.patch
3670
3671 Fixed ffmpeg contrib
3672
3673 ------------------------------------------------------------------------
3674 r14260 | zorglub | 2006-02-12 16:48:57 +0100 (Sun, 12 Feb 2006) | 2 lines
3675 Changed paths:
3676    M /trunk/bindings/Makefile.am
3677    A /trunk/bindings/mediacontrol-python (from /trunk/bindings/python:14188)
3678    D /trunk/bindings/python
3679    M /trunk/configure.ac
3680
3681 Move python mediacontrol bindings
3682
3683 ------------------------------------------------------------------------
3684 r14259 | xtophe | 2006-02-12 16:30:40 +0100 (Sun, 12 Feb 2006) | 2 lines
3685 Changed paths:
3686    M /trunk/modules/misc/testsuite/Modules.am
3687
3688 Fix distcheck
3689
3690 ------------------------------------------------------------------------
3691 r14258 | zorglub | 2006-02-12 16:28:56 +0100 (Sun, 12 Feb 2006) | 2 lines
3692 Changed paths:
3693    M /trunk/modules/control/hotkeys.c
3694    M /trunk/modules/gui/skins2/src/vlcproc.cpp
3695
3696 Fix refcount problems
3697
3698 ------------------------------------------------------------------------
3699 r14257 | zorglub | 2006-02-12 15:22:08 +0100 (Sun, 12 Feb 2006) | 2 lines
3700 Changed paths:
3701    M /trunk/modules/gui/skins2/utils/var_tree.cpp
3702
3703 Remove debug
3704
3705 ------------------------------------------------------------------------
3706 r14256 | courmisch | 2006-02-12 12:39:00 +0100 (Sun, 12 Feb 2006) | 3 lines
3707 Changed paths:
3708    M /trunk/include/main.h
3709    M /trunk/src/libvlc.c
3710    M /trunk/src/misc/unicode.c
3711
3712 - Attempt to implement (To|From)Locale on MSVC
3713 - Make (To|From)Locale a no-op on OSes always using UTF-8
3714
3715 ------------------------------------------------------------------------
3716 r14255 | zorglub | 2006-02-12 12:18:43 +0100 (Sun, 12 Feb 2006) | 2 lines
3717 Changed paths:
3718    M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
3719    M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
3720    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
3721    M /trunk/modules/gui/skins2/src/vlcproc.cpp
3722    M /trunk/modules/gui/skins2/src/vlcproc.hpp
3723    M /trunk/modules/gui/skins2/utils/var_tree.cpp
3724    M /trunk/modules/gui/skins2/utils/var_tree.hpp
3725    M /trunk/modules/gui/skins2/vars/playtree.cpp
3726    M /trunk/modules/gui/skins2/vars/playtree.hpp
3727
3728 Playtree: handle delete nicely
3729
3730 ------------------------------------------------------------------------
3731 r14254 | courmisch | 2006-02-11 23:05:14 +0100 (Sat, 11 Feb 2006) | 2 lines
3732 Changed paths:
3733    M /trunk/src/misc/charset.c
3734
3735 Remove always true condition
3736
3737 ------------------------------------------------------------------------
3738 r14253 | courmisch | 2006-02-11 23:04:54 +0100 (Sat, 11 Feb 2006) | 2 lines
3739 Changed paths:
3740    M /trunk/include/vlc_symbols.h
3741
3742 Fix previous commit
3743
3744 ------------------------------------------------------------------------
3745 r14252 | courmisch | 2006-02-11 22:46:06 +0100 (Sat, 11 Feb 2006) | 2 lines
3746 Changed paths:
3747    M /trunk/include/charset.h
3748    M /trunk/include/vlc_symbols.h
3749    M /trunk/src/input/subtitles.c
3750    M /trunk/src/misc/unicode.c
3751
3752 Unicode wrappers for opendir/readdir
3753
3754 ------------------------------------------------------------------------
3755 r14251 | hartman | 2006-02-11 22:20:24 +0100 (Sat, 11 Feb 2006) | 4 lines
3756 Changed paths:
3757    M /trunk/modules/demux/asf/libasf.c
3758
3759 * Do a proper UTF-16 -> UTF-8 conversion on ASF metadata, instead of ignoring one of it's bytes per char.
3760   Patch by demo-n <http://demo-n.e-neta.jp>. (Can i have your name for the THANKS file please?)
3761   
3762
3763 ------------------------------------------------------------------------
3764 r14250 | hartman | 2006-02-11 21:41:57 +0100 (Sat, 11 Feb 2006) | 10 lines
3765 Changed paths:
3766    M /trunk/THANKS
3767    M /trunk/modules/misc/xml/xtag.c
3768
3769 * xtag parser improvements by Daniel Stranger. 
3770
3771 it now ignores
3772  - commments <!-- ... -->
3773  - processing instructions <? ... ?>
3774  - doctype declarations <!DOCTYPE ... >
3775 and can handle
3776  - CDATA element content <![CDATA[ ... ]]>
3777
3778
3779 ------------------------------------------------------------------------
3780 r14249 | xtophe | 2006-02-11 21:17:20 +0100 (Sat, 11 Feb 2006) | 2 lines
3781 Changed paths:
3782    M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
3783    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
3784    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
3785    M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
3786    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
3787    M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
3788    M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
3789    M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
3790    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
3791
3792 wx/dialogs/*: Don't put labels in buttons if we have a wxID_FOO. So the buttons are themable on GTK.
3793
3794 ------------------------------------------------------------------------
3795 r14248 | courmisch | 2006-02-11 19:40:13 +0100 (Sat, 11 Feb 2006) | 2 lines
3796 Changed paths:
3797    M /trunk/src/network/udp.c
3798
3799 Fix invalid debug message
3800
3801 ------------------------------------------------------------------------
3802 r14247 | zorglub | 2006-02-11 19:11:29 +0100 (Sat, 11 Feb 2006) | 2 lines
3803 Changed paths:
3804    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
3805
3806 Add support for insert and delete in X11 skins
3807
3808 ------------------------------------------------------------------------
3809 r14246 | ipkiss | 2006-02-11 19:01:42 +0100 (Sat, 11 Feb 2006) | 2 lines
3810 Changed paths:
3811    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
3812
3813  * skins2/win32/win32_loop.cpp: Added support for the Insert and Delete keys
3814
3815 ------------------------------------------------------------------------
3816 r14245 | hartman | 2006-02-11 18:55:28 +0100 (Sat, 11 Feb 2006) | 2 lines
3817 Changed paths:
3818    M /trunk/modules/codec/subsdec.c
3819
3820 * Fix a \n bug and a memory bug in the SSA/subsdec.
3821
3822 ------------------------------------------------------------------------
3823 r14244 | fkuehne | 2006-02-11 18:50:46 +0100 (Sat, 11 Feb 2006) | 1 line
3824 Changed paths:
3825    M /trunk/NEWS
3826    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
3827    M /trunk/modules/gui/macosx/wizard.m
3828
3829 * enable multiple selections for streaming as well (closes #522) and put some news
3830 ------------------------------------------------------------------------
3831 r14243 | fkuehne | 2006-02-11 18:42:40 +0100 (Sat, 11 Feb 2006) | 8 lines
3832 Changed paths:
3833    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
3834    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
3835    M /trunk/modules/gui/macosx/wizard.h
3836    M /trunk/modules/gui/macosx/wizard.m
3837
3838 * support for applying the same settings to multiple files in single run of the wizard (just select multiple items in the playlist)
3839     - 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.
3840     - various loops are being performed during the run of the wizard now. Please shout if this is noticeably slower on older Macs
3841 * solved a UTF-8-issue which prevented the usage of certain files which were added to the playlist previously
3842 * optimised the existing code here and there
3843 * make sure that all settings are kept for a session
3844
3845 Thanks to zorglub for the playlist-hint :)
3846 ------------------------------------------------------------------------
3847 r14242 | courmisch | 2006-02-11 18:30:48 +0100 (Sat, 11 Feb 2006) | 2 lines
3848 Changed paths:
3849    M /trunk/src/misc/unicode.c
3850
3851 Support opening of non ANSI filenames on Win32
3852
3853 ------------------------------------------------------------------------
3854 r14241 | dionoea | 2006-02-11 18:28:27 +0100 (Sat, 11 Feb 2006) | 2 lines
3855 Changed paths:
3856    M /trunk/share/http/dialogs/main
3857    M /trunk/share/http/dialogs/playlist
3858
3859 Add some "title"s for image buttons.
3860
3861 ------------------------------------------------------------------------
3862 r14240 | courmisch | 2006-02-11 18:27:09 +0100 (Sat, 11 Feb 2006) | 2 lines
3863 Changed paths:
3864    M /trunk/src/input/subtitles.c
3865
3866 Fix typo
3867
3868 ------------------------------------------------------------------------
3869 r14239 | courmisch | 2006-02-11 18:00:08 +0100 (Sat, 11 Feb 2006) | 2 lines
3870 Changed paths:
3871    M /trunk/src/input/subtitles.c
3872
3873 Use vlc_fopen (access() or stat() would be more appropriate though)
3874
3875 ------------------------------------------------------------------------
3876 r14238 | zorglub | 2006-02-11 17:10:43 +0100 (Sat, 11 Feb 2006) | 2 lines
3877 Changed paths:
3878    M /trunk/src/libvlc.c
3879
3880 Should fix vlc-help.txt problem (untested) (Refs:#517)
3881
3882 ------------------------------------------------------------------------
3883 r14237 | zorglub | 2006-02-11 16:49:24 +0100 (Sat, 11 Feb 2006) | 2 lines
3884 Changed paths:
3885    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
3886    M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
3887
3888 Reposition the slider when expanding/retracting a node (Closes:#477)
3889
3890 ------------------------------------------------------------------------
3891 r14236 | zorglub | 2006-02-11 16:21:21 +0100 (Sat, 11 Feb 2006) | 2 lines
3892 Changed paths:
3893    M /trunk/modules/stream_out/transcode.c
3894
3895 only round width and scale height accordingly
3896
3897 ------------------------------------------------------------------------
3898 r14235 | courmisch | 2006-02-11 16:13:56 +0100 (Sat, 11 Feb 2006) | 2 lines
3899 Changed paths:
3900    M /trunk/include/charset.h
3901    M /trunk/include/vlc_symbols.h
3902    M /trunk/src/misc/unicode.c
3903
3904 vlc_fopen() wrapper including required file name conversion (refs #528, refs?\194?\160#543)
3905
3906 ------------------------------------------------------------------------
3907 r14234 | courmisch | 2006-02-11 16:12:06 +0100 (Sat, 11 Feb 2006) | 2 lines
3908 Changed paths:
3909    M /trunk/src/misc/charset.c
3910
3911 Don't compile dead code on Win32
3912
3913 ------------------------------------------------------------------------
3914 r14233 | courmisch | 2006-02-11 15:53:44 +0100 (Sat, 11 Feb 2006) | 2 lines
3915 Changed paths:
3916    M /trunk/src/libvlc.c
3917
3918 Use more common CP1252 rather than Latin-9 as fallback charset
3919
3920 ------------------------------------------------------------------------
3921 r14232 | zorglub | 2006-02-11 15:50:37 +0100 (Sat, 11 Feb 2006) | 2 lines
3922 Changed paths:
3923    M /trunk/modules/stream_out/transcode.c
3924
3925 Round scaled sizes to 16 (Closes:#524)
3926
3927 ------------------------------------------------------------------------
3928 r14231 | zorglub | 2006-02-11 15:26:53 +0100 (Sat, 11 Feb 2006) | 2 lines
3929 Changed paths:
3930    M /trunk/modules/access_filter/record.c
3931
3932 Don't crash in record filter (Closes:#542)
3933
3934 ------------------------------------------------------------------------
3935 r14230 | zorglub | 2006-02-11 15:14:18 +0100 (Sat, 11 Feb 2006) | 2 lines
3936 Changed paths:
3937    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
3938
3939 Don't make image when we are not interested in the item
3940
3941 ------------------------------------------------------------------------
3942 r14229 | zorglub | 2006-02-11 15:08:44 +0100 (Sat, 11 Feb 2006) | 2 lines
3943 Changed paths:
3944    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
3945    M /trunk/modules/gui/skins2/utils/var_tree.cpp
3946    M /trunk/modules/gui/skins2/utils/var_tree.hpp
3947    M /trunk/modules/gui/skins2/vars/playtree.cpp
3948
3949 Handle Page up / Page down (Refs:#477)
3950
3951 ------------------------------------------------------------------------
3952 r14228 | courmisch | 2006-02-11 14:40:43 +0100 (Sat, 11 Feb 2006) | 2 lines
3953 Changed paths:
3954    M /trunk/modules/stream_out/standard.c
3955    M /trunk/src/stream_output/sap.c
3956
3957 Handle TTL in SDP properly (IPv4 at least) for raw UDP (closes #404)
3958
3959 ------------------------------------------------------------------------
3960 r14227 | courmisch | 2006-02-11 14:39:03 +0100 (Sat, 11 Feb 2006) | 4 lines
3961 Changed paths:
3962    M /trunk/modules/stream_out/rtp.c
3963
3964 - Fix typo in previous commit
3965 - Enforce a default TTL value (one) in SDP if there is none - refs #404
3966   (it should at least be fine for IPv4 usage)
3967
3968 ------------------------------------------------------------------------
3969 r14226 | courmisch | 2006-02-11 12:58:34 +0100 (Sat, 11 Feb 2006) | 2 lines
3970 Changed paths:
3971    M /trunk/modules/stream_out/rtp.c
3972
3973 Simplify [12964]
3974
3975 ------------------------------------------------------------------------
3976 r14225 | fkuehne | 2006-02-11 12:34:31 +0100 (Sat, 11 Feb 2006) | 1 line
3977 Changed paths:
3978    M /trunk/modules/gui/macosx/macosx.m
3979    M /trunk/modules/gui/macosx/wizard.h
3980    M /trunk/modules/gui/macosx/wizard.m
3981
3982 * added an option to keep the selections in the wizard for a single session. It's enabled by default. (refs #522)
3983 ------------------------------------------------------------------------
3984 r14224 | courmisch | 2006-02-11 11:49:30 +0100 (Sat, 11 Feb 2006) | 2 lines
3985 Changed paths:
3986    M /trunk/src/stream_output/sap.c
3987
3988 SAP hop limit should always be 255 as per its specification - refs #404
3989
3990 ------------------------------------------------------------------------
3991 r14223 | courmisch | 2006-02-11 11:47:42 +0100 (Sat, 11 Feb 2006) | 2 lines
3992 Changed paths:
3993    M /trunk/src/libvlc.h
3994
3995 Good point Md - use 0 (ie. not set) as default TTL rather than 1 (refs #404)
3996
3997 ------------------------------------------------------------------------
3998 r14222 | courmisch | 2006-02-11 11:42:48 +0100 (Sat, 11 Feb 2006) | 2 lines
3999 Changed paths:
4000    M /trunk/modules/misc/network/ipv4.c
4001    M /trunk/modules/misc/network/ipv6.c
4002    M /trunk/src/libvlc.h
4003    M /trunk/src/network/udp.c
4004
4005 Implement IPv6 multicast output interface selection (closes #491)
4006
4007 ------------------------------------------------------------------------
4008 r14221 | hartman | 2006-02-11 04:04:42 +0100 (Sat, 11 Feb 2006) | 5 lines
4009 Changed paths:
4010    M /trunk/modules/video_filter/blend.c
4011
4012 * Improved renderering of YUVA/P onto YUV variants. refs #539 
4013   I420 still not fixed for this bug.
4014
4015   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. 
4016
4017 ------------------------------------------------------------------------
4018 r14220 | hartman | 2006-02-11 02:37:30 +0100 (Sat, 11 Feb 2006) | 5 lines
4019 Changed paths:
4020    M /trunk/modules/access/dvdread.c
4021
4022 * Fix the duration of the dvdread module. refs #198.
4023   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.
4024
4025 The behaviour of the dvdread module is now equal to that of the dvdnav module when it comes to time and seeking.
4026
4027 ------------------------------------------------------------------------
4028 r14219 | zorglub | 2006-02-11 01:07:40 +0100 (Sat, 11 Feb 2006) | 2 lines
4029 Changed paths:
4030    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
4031
4032 Don't invalidate selection on item change (Refs:#477)
4033
4034 ------------------------------------------------------------------------
4035 r14218 | hartman | 2006-02-11 01:01:55 +0100 (Sat, 11 Feb 2006) | 3 lines
4036 Changed paths:
4037    M /trunk/modules/video_filter/distort.c
4038
4039 * Don't put huge pictures on the stack. It is limited on some platforms. use malloc.
4040 * 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.
4041
4042 ------------------------------------------------------------------------
4043 r14217 | zorglub | 2006-02-11 00:39:53 +0100 (Sat, 11 Feb 2006) | 3 lines
4044 Changed paths:
4045    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
4046    M /trunk/share/skins2/playtree/theme.xml
4047
4048 Fix playtree deletion
4049 Should support deletion through the delete key. But the delete key is not recognized par X11 skins2.
4050
4051 ------------------------------------------------------------------------
4052 r14216 | xtophe | 2006-02-10 23:56:32 +0100 (Fri, 10 Feb 2006) | 2 lines
4053 Changed paths:
4054    M /trunk/modules/misc/testsuite/Modules.am
4055
4056 Revert brocken commit [14215]
4057
4058 ------------------------------------------------------------------------
4059 r14215 | xtophe | 2006-02-10 23:24:20 +0100 (Fri, 10 Feb 2006) | 2 lines
4060 Changed paths:
4061    M /trunk/modules/misc/testsuite/Modules.am
4062
4063 Unbreack distcheck. First step
4064
4065 ------------------------------------------------------------------------
4066 r14214 | hartman | 2006-02-10 23:03:34 +0100 (Fri, 10 Feb 2006) | 2 lines
4067 Changed paths:
4068    M /trunk/modules/video_filter/deinterlace.c
4069
4070 * Fix issues with the deinterlace filter that was using the source picture pitch when writing to the output picture.
4071
4072 ------------------------------------------------------------------------
4073 r14213 | hartman | 2006-02-10 22:46:17 +0100 (Fri, 10 Feb 2006) | 2 lines
4074 Changed paths:
4075    M /trunk/modules/access/vcd/vcd.c
4076
4077 * fprintf -> msg_Dbg
4078
4079 ------------------------------------------------------------------------
4080 r14212 | zorglub | 2006-02-10 22:14:12 +0100 (Fri, 10 Feb 2006) | 2 lines
4081 Changed paths:
4082    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
4083
4084 Disable broken stuff (Refs:#459)
4085
4086 ------------------------------------------------------------------------
4087 r14211 | fkuehne | 2006-02-10 20:56:59 +0100 (Fri, 10 Feb 2006) | 2 lines
4088 Changed paths:
4089    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
4090    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
4091    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
4092    M /trunk/modules/gui/macosx/wizard.h
4093    M /trunk/modules/gui/macosx/wizard.m
4094
4095 * clean up (mostly replacements of nestings of stringByAppendingString by stringWithFormat)
4096 * 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.
4097 ------------------------------------------------------------------------
4098 r14210 | jpsaman | 2006-02-10 20:53:09 +0100 (Fri, 10 Feb 2006) | 1 line
4099 Changed paths:
4100    M /trunk/modules/misc/rtsp.c
4101
4102 Fix breakage of other RTSP clients
4103 ------------------------------------------------------------------------
4104 r14209 | jpsaman | 2006-02-10 18:24:25 +0100 (Fri, 10 Feb 2006) | 1 line
4105 Changed paths:
4106    M /trunk/modules/misc/rtsp.c
4107
4108 Use correct Transport answer
4109 ------------------------------------------------------------------------
4110 r14208 | xtophe | 2006-02-10 18:24:14 +0100 (Fri, 10 Feb 2006) | 2 lines
4111 Changed paths:
4112    M /trunk/configure.ac
4113
4114 configure.ac: Test glide even when the user specify it
4115
4116 ------------------------------------------------------------------------
4117 r14207 | courmisch | 2006-02-10 17:46:07 +0100 (Fri, 10 Feb 2006) | 4 lines
4118 Changed paths:
4119    M /trunk/modules/misc/network/ipv4.c
4120    M /trunk/modules/misc/network/ipv6.c
4121
4122 - Use OS default TTL when not overriden
4123 - Clean up
4124 (refs #404)
4125
4126 ------------------------------------------------------------------------
4127 r14206 | courmisch | 2006-02-10 17:34:41 +0100 (Fri, 10 Feb 2006) | 2 lines
4128 Changed paths:
4129    M /trunk/modules/misc/network/ipv6.c
4130
4131 Don't enable broadcast on IPv6 sockets since IPv6 does not do broadcast anyhow
4132
4133 ------------------------------------------------------------------------
4134 r14205 | dionoea | 2006-02-10 17:30:20 +0100 (Fri, 10 Feb 2006) | 3 lines
4135 Changed paths:
4136    M /trunk/mozilla/vlcshell.cpp
4137
4138 Add esd and arts to the AOUT_PLUGINS define. If this break everything i'll
4139 have to remove it... but i doubt it.
4140
4141 ------------------------------------------------------------------------
4142 r14204 | courmisch | 2006-02-10 17:25:57 +0100 (Fri, 10 Feb 2006) | 2 lines
4143 Changed paths:
4144    M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
4145    M /trunk/modules/gui/skins2/utils/var_tree.hpp
4146    M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
4147
4148 gcc 4.1 compile fix from marvin24 #?\194?\160gmx.de
4149
4150 ------------------------------------------------------------------------
4151 r14203 | sigmunau | 2006-02-10 16:05:45 +0100 (Fri, 10 Feb 2006) | 5 lines
4152 Changed paths:
4153    M /trunk/modules/misc/rtsp.c
4154
4155 modules/misc/rtsp.c: implement support for raw udp transport for muxed streams
4156 also replaces x-playnow hack with a slightly less ugly hack
4157
4158 vlc vod server can now serve about 5 seconds of video to amino stbs
4159
4160 ------------------------------------------------------------------------
4161 r14202 | jpsaman | 2006-02-10 15:51:10 +0100 (Fri, 10 Feb 2006) | 1 line
4162 Changed paths:
4163    M /trunk/modules/misc/rtsp.c
4164
4165 Also add support for x-playNow in RtspCallback.
4166 ------------------------------------------------------------------------
4167 r14201 | jpsaman | 2006-02-10 15:44:19 +0100 (Fri, 10 Feb 2006) | 1 line
4168 Changed paths:
4169    M /trunk/modules/demux/livedotcom.cpp
4170
4171 sanity check
4172 ------------------------------------------------------------------------
4173 r14200 | jpsaman | 2006-02-10 15:43:05 +0100 (Fri, 10 Feb 2006) | 1 line
4174 Changed paths:
4175    M /trunk/src/network/httpd.c
4176
4177 Indentation and coding style fixes
4178 ------------------------------------------------------------------------
4179 r14199 | jpsaman | 2006-02-10 14:51:11 +0100 (Fri, 10 Feb 2006) | 2 lines
4180 Changed paths:
4181    M /trunk/modules/misc/rtsp.c
4182
4183 Respond to x-playNow option in RTSP SETUP request. Did some indentation fixes too.
4184
4185 ------------------------------------------------------------------------
4186 r14198 | hartman | 2006-02-10 13:58:55 +0100 (Fri, 10 Feb 2006) | 2 lines
4187 Changed paths:
4188    M /trunk/configure.ac
4189
4190 * disable i420_yuy2_mmx on Darwin, since the MMX seems to be incorrect.
4191
4192 ------------------------------------------------------------------------
4193 r14197 | hartman | 2006-02-10 03:53:57 +0100 (Fri, 10 Feb 2006) | 2 lines
4194 Changed paths:
4195    M /trunk/modules/codec/quicktime.c
4196
4197 * Fix the QT video decoder. refs #345
4198
4199 ------------------------------------------------------------------------
4200 r14196 | xtophe | 2006-02-09 13:31:17 +0100 (Thu, 09 Feb 2006) | 2 lines
4201 Changed paths:
4202    M /trunk/extras/zsh.cpp
4203
4204 Remove debug.
4205
4206 ------------------------------------------------------------------------
4207 r14195 | courmisch | 2006-02-09 13:06:02 +0100 (Thu, 09 Feb 2006) | 2 lines
4208 Changed paths:
4209    M /trunk/src/network/rootwrap.c
4210
4211 Check for AF_INET6 all the time
4212
4213 ------------------------------------------------------------------------
4214 r14194 | dionoea | 2006-02-08 17:26:56 +0100 (Wed, 08 Feb 2006) | 5 lines
4215 Changed paths:
4216    M /trunk/src/misc/configuration.c
4217
4218 Add comment about the fact that lines begining with a # are comments in the
4219 vlcrc file. This might seem obvious, but many people on the forums don't
4220 seem to understand that.
4221
4222
4223 ------------------------------------------------------------------------
4224 r14193 | sigmunau | 2006-02-08 11:39:33 +0100 (Wed, 08 Feb 2006) | 2 lines
4225 Changed paths:
4226    M /trunk/modules/access_output/udp.c
4227
4228 access_output/udp.c: Attach the writer thread. Fixes missing headers.
4229
4230 ------------------------------------------------------------------------
4231 r14192 | djc | 2006-02-08 11:33:46 +0100 (Wed, 08 Feb 2006) | 2 lines
4232 Changed paths:
4233    M /trunk/modules/gui/macosx/interaction.m
4234
4235 Fix message advice (use description.widgets instead of only description)
4236
4237 ------------------------------------------------------------------------
4238 r14191 | xtophe | 2006-02-08 00:03:45 +0100 (Wed, 08 Feb 2006) | 2 lines
4239 Changed paths:
4240    M /trunk/modules/misc/win32text.c
4241
4242 Typo.
4243
4244 ------------------------------------------------------------------------
4245 r14190 | zorglub | 2006-02-07 22:08:32 +0100 (Tue, 07 Feb 2006) | 5 lines
4246 Changed paths:
4247    M /trunk/Makefile.am
4248    M /trunk/include/vlc/libvlc.h
4249    M /trunk/src/control/playlist.c
4250    A /trunk/src/control/video.c
4251    M /trunk/test/libvlc_sample.c
4252
4253 * get/set/toggle fullscreen 
4254 * Fix a bug in playlist_play
4255
4256 (Refs:#457)
4257
4258 ------------------------------------------------------------------------
4259 r14189 | sigmunau | 2006-02-07 21:41:17 +0100 (Tue, 07 Feb 2006) | 2 lines
4260 Changed paths:
4261    M /trunk/modules/access_output/udp.c
4262
4263 access_output/udp.c: use block_Fifo for the empty blocks list. Simplifies code a lot
4264
4265 ------------------------------------------------------------------------
4266 r14188 | dionoea | 2006-02-07 18:08:18 +0100 (Tue, 07 Feb 2006) | 2 lines
4267 Changed paths:
4268    M /trunk/include/vlc_osd.h
4269
4270 looks like this was retrocommited :)
4271
4272 ------------------------------------------------------------------------
4273 r14187 | courmisch | 2006-02-07 17:37:40 +0100 (Tue, 07 Feb 2006) | 2 lines
4274 Changed paths:
4275    M /trunk/activex/dataobject.cpp
4276    M /trunk/activex/dataobject.h
4277    M /trunk/activex/viewobject.cpp
4278    M /trunk/activex/viewobject.h
4279    M /trunk/bindings/python/vlcglue.c
4280    M /trunk/bindings/python/vlcglue.h
4281    M /trunk/include/vlc/libvlc.h
4282    M /trunk/include/vlc/mediacontrol.h
4283    M /trunk/include/vlc/mediacontrol_structures.h
4284    M /trunk/modules/access/dv.c
4285    M /trunk/modules/access/dvb/http.c
4286    M /trunk/modules/access/fake.c
4287    M /trunk/modules/access/gnomevfs.c
4288    M /trunk/modules/access/rtsp/access.c
4289    M /trunk/modules/access/rtsp/real.c
4290    M /trunk/modules/access/rtsp/real.h
4291    M /trunk/modules/access/rtsp/real_asmrp.c
4292    M /trunk/modules/access/rtsp/real_rmff.c
4293    M /trunk/modules/access/rtsp/real_rmff.h
4294    M /trunk/modules/access/rtsp/real_sdpplin.c
4295    M /trunk/modules/access/rtsp/real_sdpplin.h
4296    M /trunk/modules/access/rtsp/rtsp.c
4297    M /trunk/modules/access/rtsp/rtsp.h
4298    M /trunk/modules/access_filter/record.c
4299    M /trunk/modules/access_output/bonjour.c
4300    M /trunk/modules/access_output/bonjour.h
4301    M /trunk/modules/access_output/shout.c
4302    M /trunk/modules/audio_filter/channel_mixer/dolby.c
4303    M /trunk/modules/audio_output/arts.c
4304    M /trunk/modules/audio_output/auhal.c
4305    M /trunk/modules/audio_output/jack.c
4306    M /trunk/modules/codec/fake.c
4307    M /trunk/modules/codec/realaudio.c
4308    M /trunk/modules/codec/sdl_image.c
4309    M /trunk/modules/control/http/http.h
4310    M /trunk/modules/control/http/macro.c
4311    M /trunk/modules/control/http/macros.h
4312    M /trunk/modules/control/http/mvar.c
4313    M /trunk/modules/control/http/rpn.c
4314    M /trunk/modules/control/http/util.c
4315    M /trunk/modules/demux/mpc.c
4316    M /trunk/modules/demux/nuv.c
4317    M /trunk/modules/demux/playlist/dvb.c
4318    M /trunk/modules/demux/playlist/podcast.c
4319    M /trunk/modules/gui/macosx/bookmarks.h
4320    M /trunk/modules/gui/macosx/embeddedwindow.h
4321    M /trunk/modules/gui/macosx/extended.h
4322    M /trunk/modules/gui/macosx/interaction.h
4323    M /trunk/modules/gui/macosx/sfilters.h
4324    M /trunk/modules/gui/macosx/wizard.h
4325    M /trunk/modules/gui/skins2/commands/async_queue.hpp
4326    M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
4327    M /trunk/modules/gui/skins2/commands/cmd_audio.cpp
4328    M /trunk/modules/gui/skins2/commands/cmd_audio.hpp
4329    M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
4330    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
4331    M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
4332    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
4333    M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
4334    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
4335    M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
4336    M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
4337    M /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
4338    M /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
4339    M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
4340    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
4341    M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
4342    M /trunk/modules/gui/skins2/commands/cmd_playtree.hpp
4343    M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
4344    M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
4345    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
4346    M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
4347    M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
4348    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
4349    M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
4350    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
4351    M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
4352    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
4353    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
4354    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
4355    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
4356    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
4357    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
4358    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
4359    M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
4360    M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
4361    M /trunk/modules/gui/skins2/events/evt_enter.hpp
4362    M /trunk/modules/gui/skins2/events/evt_focus.hpp
4363    M /trunk/modules/gui/skins2/events/evt_generic.hpp
4364    M /trunk/modules/gui/skins2/events/evt_input.hpp
4365    M /trunk/modules/gui/skins2/events/evt_key.hpp
4366    M /trunk/modules/gui/skins2/events/evt_leave.hpp
4367    M /trunk/modules/gui/skins2/events/evt_motion.hpp
4368    M /trunk/modules/gui/skins2/events/evt_mouse.hpp
4369    M /trunk/modules/gui/skins2/events/evt_refresh.hpp
4370    M /trunk/modules/gui/skins2/events/evt_scroll.hpp
4371    M /trunk/modules/gui/skins2/events/evt_special.hpp
4372    M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.hpp
4373    M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
4374    M /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
4375    M /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
4376    M /trunk/modules/gui/skins2/macosx/macosx_timer.hpp
4377    M /trunk/modules/gui/skins2/macosx/macosx_tooltip.hpp
4378    M /trunk/modules/gui/skins2/macosx/macosx_window.hpp
4379    M /trunk/modules/gui/skins2/parser/builder.hpp
4380    M /trunk/modules/gui/skins2/parser/builder_data.hpp
4381    M /trunk/modules/gui/skins2/parser/expr_evaluator.hpp
4382    M /trunk/modules/gui/skins2/parser/interpreter.hpp
4383    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
4384    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
4385    M /trunk/modules/gui/skins2/src/anchor.hpp
4386    M /trunk/modules/gui/skins2/src/anim_bitmap.cpp
4387    M /trunk/modules/gui/skins2/src/anim_bitmap.hpp
4388    M /trunk/modules/gui/skins2/src/bitmap_font.hpp
4389    M /trunk/modules/gui/skins2/src/dialogs.hpp
4390    M /trunk/modules/gui/skins2/src/file_bitmap.hpp
4391    M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
4392    M /trunk/modules/gui/skins2/src/ft2_font.hpp
4393    M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
4394    M /trunk/modules/gui/skins2/src/generic_font.hpp
4395    M /trunk/modules/gui/skins2/src/generic_layout.hpp
4396    M /trunk/modules/gui/skins2/src/generic_window.hpp
4397    M /trunk/modules/gui/skins2/src/logger.hpp
4398    M /trunk/modules/gui/skins2/src/os_factory.hpp
4399    M /trunk/modules/gui/skins2/src/os_graphics.hpp
4400    M /trunk/modules/gui/skins2/src/os_loop.hpp
4401    M /trunk/modules/gui/skins2/src/os_timer.hpp
4402    M /trunk/modules/gui/skins2/src/os_tooltip.hpp
4403    M /trunk/modules/gui/skins2/src/os_window.hpp
4404    M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
4405    M /trunk/modules/gui/skins2/src/skin_common.hpp
4406    M /trunk/modules/gui/skins2/src/theme.hpp
4407    M /trunk/modules/gui/skins2/src/theme_loader.hpp
4408    M /trunk/modules/gui/skins2/src/theme_repository.hpp
4409    M /trunk/modules/gui/skins2/src/tooltip.hpp
4410    M /trunk/modules/gui/skins2/src/top_window.hpp
4411    M /trunk/modules/gui/skins2/src/var_manager.hpp
4412    M /trunk/modules/gui/skins2/src/vlcproc.hpp
4413    M /trunk/modules/gui/skins2/src/vout_window.hpp
4414    M /trunk/modules/gui/skins2/src/window_manager.hpp
4415    M /trunk/modules/gui/skins2/unzip/crypt.h
4416    M /trunk/modules/gui/skins2/unzip/ioapi.c
4417    M /trunk/modules/gui/skins2/unzip/ioapi.h
4418    M /trunk/modules/gui/skins2/unzip/unzip.c
4419    M /trunk/modules/gui/skins2/unzip/unzip.h
4420    M /trunk/modules/gui/skins2/utils/bezier.hpp
4421    M /trunk/modules/gui/skins2/utils/fsm.hpp
4422    M /trunk/modules/gui/skins2/utils/observer.hpp
4423    M /trunk/modules/gui/skins2/utils/pointer.hpp
4424    M /trunk/modules/gui/skins2/utils/position.hpp
4425    M /trunk/modules/gui/skins2/utils/ustring.hpp
4426    M /trunk/modules/gui/skins2/utils/var_bool.hpp
4427    M /trunk/modules/gui/skins2/utils/var_list.hpp
4428    M /trunk/modules/gui/skins2/utils/var_percent.hpp
4429    M /trunk/modules/gui/skins2/utils/var_text.hpp
4430    M /trunk/modules/gui/skins2/utils/var_tree.cpp
4431    M /trunk/modules/gui/skins2/utils/var_tree.hpp
4432    M /trunk/modules/gui/skins2/utils/variable.hpp
4433    M /trunk/modules/gui/skins2/vars/equalizer.cpp
4434    M /trunk/modules/gui/skins2/vars/equalizer.hpp
4435    M /trunk/modules/gui/skins2/vars/playlist.hpp
4436    M /trunk/modules/gui/skins2/vars/playtree.cpp
4437    M /trunk/modules/gui/skins2/vars/playtree.hpp
4438    M /trunk/modules/gui/skins2/vars/time.hpp
4439    M /trunk/modules/gui/skins2/vars/volume.hpp
4440    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
4441    M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
4442    M /trunk/modules/gui/skins2/win32/win32_loop.hpp
4443    M /trunk/modules/gui/skins2/win32/win32_timer.hpp
4444    M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
4445    M /trunk/modules/gui/skins2/win32/win32_window.hpp
4446    M /trunk/modules/gui/skins2/x11/x11_display.hpp
4447    M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
4448    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
4449    M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
4450    M /trunk/modules/gui/skins2/x11/x11_loop.hpp
4451    M /trunk/modules/gui/skins2/x11/x11_timer.hpp
4452    M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
4453    M /trunk/modules/gui/skins2/x11/x11_window.hpp
4454    M /trunk/modules/gui/wince/dialogs.cpp
4455    M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.hpp
4456    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
4457    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
4458    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
4459    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
4460    M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
4461    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp
4462    M /trunk/modules/gui/wxwidgets/dialogs/messages.hpp
4463    M /trunk/modules/gui/wxwidgets/dialogs/open.hpp
4464    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
4465    M /trunk/modules/gui/wxwidgets/dialogs/preferences.hpp
4466    M /trunk/modules/gui/wxwidgets/dialogs/streamout.hpp
4467    M /trunk/modules/gui/wxwidgets/dialogs/subtitles.hpp
4468    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
4469    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
4470    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
4471    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
4472    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
4473    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.hpp
4474    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.cpp
4475    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.hpp
4476    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
4477    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.hpp
4478    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.cpp
4479    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.hpp
4480    M /trunk/modules/gui/wxwidgets/dialogs/wizard.hpp
4481    M /trunk/modules/gui/wxwidgets/extrapanel.hpp
4482    M /trunk/modules/gui/wxwidgets/input_manager.cpp
4483    M /trunk/modules/gui/wxwidgets/input_manager.hpp
4484    M /trunk/modules/gui/wxwidgets/interface.hpp
4485    M /trunk/modules/gui/wxwidgets/playlist_manager.hpp
4486    M /trunk/modules/gui/wxwidgets/streamdata.cpp
4487    M /trunk/modules/gui/wxwidgets/timer.hpp
4488    M /trunk/modules/gui/wxwidgets/video.hpp
4489    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
4490    M /trunk/modules/misc/msn.c
4491    M /trunk/modules/misc/win32text.c
4492    M /trunk/modules/services_discovery/bonjour.c
4493    M /trunk/modules/services_discovery/podcast.c
4494    M /trunk/modules/services_discovery/upnp_cc.cpp
4495    M /trunk/modules/stream_out/bridge.c
4496    M /trunk/modules/stream_out/switcher.c
4497    M /trunk/modules/video_filter/magnify.c
4498    M /trunk/modules/video_filter/osdmenu.c
4499    M /trunk/modules/video_filter/rss.c
4500    M /trunk/modules/video_filter/rv32.c
4501    M /trunk/modules/video_output/directfb.c
4502    M /trunk/src/control/core.c
4503    M /trunk/src/control/input.c
4504    M /trunk/src/control/mediacontrol_audio_video.c
4505    M /trunk/src/control/mediacontrol_core.c
4506    M /trunk/src/control/mediacontrol_init.c
4507    M /trunk/src/control/mediacontrol_plugin.c
4508    M /trunk/src/control/mediacontrol_util.c
4509    M /trunk/src/control/playlist.c
4510    M /trunk/src/interface/interaction.c
4511    M /trunk/src/misc/hashtables.c
4512    M /trunk/src/misc/md5.c
4513    M /trunk/src/misc/stats.c
4514    M /trunk/src/misc/update.c
4515    M /trunk/src/network/acl.c
4516    M /trunk/src/osd/osd.c
4517    M /trunk/src/osd/osd_parser.c
4518    M /trunk/test/libvlc_sample.c
4519    M /trunk/test/native_libvlc/native_libvlc_test.c
4520    M /trunk/test/pyunit.h
4521
4522 All CRLF fixes
4523
4524 ------------------------------------------------------------------------
4525 r14186 | courmisch | 2006-02-07 17:24:30 +0100 (Tue, 07 Feb 2006) | 2 lines
4526 Changed paths:
4527    M /trunk/include/libvlc_internal.h
4528    M /trunk/include/mediacontrol_internal.h
4529    M /trunk/include/vlc_acl.h
4530    M /trunk/include/vlc_interaction.h
4531    M /trunk/include/vlc_md5.h
4532    M /trunk/include/vlc_osd.h
4533    M /trunk/include/vlc_symbols.h
4534    M /trunk/include/vlc_update.h
4535
4536 Set EOL style to avoid further CRLF issues
4537
4538 ------------------------------------------------------------------------
4539 r14185 | hartman | 2006-02-07 17:07:58 +0100 (Tue, 07 Feb 2006) | 2 lines
4540 Changed paths:
4541    M /trunk/modules/misc/win32text.c
4542
4543 * Fix win32 text renderer.
4544
4545 ------------------------------------------------------------------------
4546 r14184 | hartman | 2006-02-07 16:18:06 +0100 (Tue, 07 Feb 2006) | 12 lines
4547 Changed paths:
4548    M /trunk/include/vlc_osd.h
4549    M /trunk/include/vlc_video.h
4550    M /trunk/modules/codec/cmml/intf.c
4551    M /trunk/modules/codec/subsdec.c
4552    M /trunk/modules/misc/freetype.c
4553    M /trunk/modules/video_filter/marq.c
4554    M /trunk/modules/video_filter/rss.c
4555    M /trunk/modules/video_filter/time.c
4556    M /trunk/src/video_output/vout_subpictures.c
4557
4558 * Introduced a new text_style_t
4559 * basic support for SSA formatted subs. (disable with --no-subsdec-formatted option)
4560 * 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. )
4561 * changes to modules to support text_style_t instead of the old sub options.
4562 * Some changes to subsdec to only iconv to UTF-8 if source is !UTF-8.
4563
4564 refs #82
4565
4566 not supported are style runs (styles on substrings).
4567
4568
4569
4570 ------------------------------------------------------------------------
4571 r14183 | hartman | 2006-02-07 16:09:21 +0100 (Tue, 07 Feb 2006) | 2 lines
4572 Changed paths:
4573    M /trunk/include/vlc_osd.h
4574
4575 * dos2unix of vlc_osd.h
4576
4577 ------------------------------------------------------------------------
4578 r14182 | rocky | 2006-02-06 16:30:30 +0100 (Mon, 06 Feb 2006) | 1 line
4579 Changed paths:
4580    M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
4581
4582 minor corrections
4583 ------------------------------------------------------------------------
4584 r14181 | rocky | 2006-02-06 13:41:12 +0100 (Mon, 06 Feb 2006) | 2 lines
4585 Changed paths:
4586    M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
4587
4588 Revise. perhaps a little more detail too.
4589
4590 ------------------------------------------------------------------------
4591 r14180 | dionoea | 2006-02-06 13:07:40 +0100 (Mon, 06 Feb 2006) | 2 lines
4592 Changed paths:
4593    M /trunk/src/stream_output/stream_output.c
4594
4595 Remove useless lines (which came from a missunderstanding of how it worked)
4596
4597 ------------------------------------------------------------------------
4598 r14179 | dionoea | 2006-02-05 23:14:00 +0100 (Sun, 05 Feb 2006) | 2 lines
4599 Changed paths:
4600    M /trunk/include/vlc_osd.h
4601    M /trunk/modules/access_output/shout.c
4602    M /trunk/modules/gui/macosx/output.m
4603    M /trunk/modules/gui/macosx/wizard.m
4604    M /trunk/modules/gui/pda/pda_callbacks.c
4605    M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
4606    M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
4607    M /trunk/src/stream_output/stream_output.c
4608
4609 sout-standard-url is deprecated
4610
4611 ------------------------------------------------------------------------
4612 r14178 | dionoea | 2006-02-05 23:02:12 +0100 (Sun, 05 Feb 2006) | 2 lines
4613 Changed paths:
4614    M /trunk/modules/stream_out/standard.c
4615
4616 sout-standard-url is deprecated
4617
4618 ------------------------------------------------------------------------
4619 r14177 | dionoea | 2006-02-05 23:01:23 +0100 (Sun, 05 Feb 2006) | 2 lines
4620 Changed paths:
4621    M /trunk/src/stream_output/stream_output.c
4622
4623 Deprecated options handling
4624
4625 ------------------------------------------------------------------------
4626 r14176 | courmisch | 2006-02-05 21:52:29 +0100 (Sun, 05 Feb 2006) | 2 lines
4627 Changed paths:
4628    M /trunk/src/input/subtitles.c
4629
4630 Fixes subtitles detection from within folders with non-ASCII names when the local encoding is not UTF-8 (closes #536)
4631
4632 ------------------------------------------------------------------------
4633 r14175 | zorglub | 2006-02-05 14:38:05 +0100 (Sun, 05 Feb 2006) | 2 lines
4634 Changed paths:
4635    M /trunk/modules/gui/wxwidgets/input_manager.cpp
4636
4637 Show sliders for stream with no time info but position info (Closes:#484)
4638
4639 ------------------------------------------------------------------------
4640 r14174 | hartman | 2006-02-05 13:47:47 +0100 (Sun, 05 Feb 2006) | 2 lines
4641 Changed paths:
4642    M /trunk/modules/video_filter/blend.c
4643
4644 * Added YVYU blending and fixed UYVY blending.
4645
4646 ------------------------------------------------------------------------
4647 r14173 | hartman | 2006-02-05 13:43:38 +0100 (Sun, 05 Feb 2006) | 2 lines
4648 Changed paths:
4649    M /trunk/modules/video_chroma/i420_yuy2.h
4650    M /trunk/modules/video_chroma/i422_yuy2.h
4651
4652 * Correct MMX version of UYVY chroma conversion. the UV ordered incorrectly. (untested)
4653
4654 ------------------------------------------------------------------------
4655 r14172 | zorglub | 2006-02-05 12:09:13 +0100 (Sun, 05 Feb 2006) | 2 lines
4656 Changed paths:
4657    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
4658
4659 Add a "Close" button to the errors window and fix the "Stop showing errors" string
4660
4661 ------------------------------------------------------------------------
4662 r14171 | zorglub | 2006-02-05 12:05:21 +0100 (Sun, 05 Feb 2006) | 2 lines
4663 Changed paths:
4664    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
4665    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
4666
4667 Some WX VLM dialog improvements
4668
4669 ------------------------------------------------------------------------
4670 r14170 | hartman | 2006-02-05 00:46:28 +0100 (Sun, 05 Feb 2006) | 2 lines
4671 Changed paths:
4672    M /trunk/modules/video_filter/blend.c
4673
4674 * Hopefully added UYVY blending for YUVA and YUVP. (Untested)
4675
4676 ------------------------------------------------------------------------
4677 r14169 | xtophe | 2006-02-05 00:26:40 +0100 (Sun, 05 Feb 2006) | 2 lines
4678 Changed paths:
4679    M /trunk/modules/gui/wxwidgets/Modules.am
4680
4681 Include the bitmaps in tarball
4682
4683 ------------------------------------------------------------------------
4684 r14168 | zorglub | 2006-02-04 23:57:01 +0100 (Sat, 04 Feb 2006) | 2 lines
4685 Changed paths:
4686    M /trunk/modules/gui/wxwidgets/dialogs.cpp
4687    M /trunk/modules/services_discovery/shout.c
4688    M /trunk/src/interface/interaction.c
4689
4690 Better fix
4691
4692 ------------------------------------------------------------------------
4693 r14167 | hartman | 2006-02-04 23:56:34 +0100 (Sat, 04 Feb 2006) | 2 lines
4694 Changed paths:
4695    M /trunk/modules/video_output/opengl.c
4696
4697 * Use UYVY fourcc instead of Y422, since i believe it's more common.
4698
4699 ------------------------------------------------------------------------
4700 r14166 | dionoea | 2006-02-04 23:53:09 +0100 (Sat, 04 Feb 2006) | 5 lines
4701 Changed paths:
4702    M /trunk/src/misc/update.c
4703
4704 display downloaded size / total size when downloading
4705 The download specific functions should maybe be exported (i don't know if
4706 other modules would need to download files to disk)
4707
4708
4709 ------------------------------------------------------------------------
4710 r14165 | dionoea | 2006-02-04 23:34:40 +0100 (Sat, 04 Feb 2006) | 7 lines
4711 Changed paths:
4712    M /trunk/src/interface/interaction.c
4713
4714 prevent some more segfaults.
4715
4716 zorglub: could you have a look ? this solution doesn't seem right to
4717 me because we "loose" some of the calls to the interaction system if
4718 they're sent at the wrong moment.
4719
4720
4721 ------------------------------------------------------------------------
4722 r14164 | xtophe | 2006-02-04 20:54:37 +0100 (Sat, 04 Feb 2006) | 2 lines
4723 Changed paths:
4724    M /trunk/src/misc/update.c
4725
4726 Remove C++ism to please gcc2.95 and BeOS
4727
4728 ------------------------------------------------------------------------
4729 r14163 | jpsaman | 2006-02-04 20:48:38 +0100 (Sat, 04 Feb 2006) | 1 line
4730 Changed paths:
4731    M /trunk/src/network/httpd.c
4732
4733 Weed some dead code
4734 ------------------------------------------------------------------------
4735 r14162 | zorglub | 2006-02-04 20:28:20 +0100 (Sat, 04 Feb 2006) | 2 lines
4736 Changed paths:
4737    M /trunk/include/vlc_messages.h
4738
4739 Don't fail with no-debug
4740
4741 ------------------------------------------------------------------------
4742 r14161 | jpsaman | 2006-02-04 19:16:13 +0100 (Sat, 04 Feb 2006) | 1 line
4743 Changed paths:
4744    M /trunk/modules/misc/rtsp.c
4745
4746 fprintf die die
4747 ------------------------------------------------------------------------
4748 r14160 | zorglub | 2006-02-04 18:08:44 +0100 (Sat, 04 Feb 2006) | 2 lines
4749 Changed paths:
4750    M /trunk/src/misc/messages.c
4751
4752 Memleak
4753
4754 ------------------------------------------------------------------------
4755 r14159 | zorglub | 2006-02-04 18:05:14 +0100 (Sat, 04 Feb 2006) | 2 lines
4756 Changed paths:
4757    A /trunk/extras/valgrind.suppressions
4758
4759 Valgrind errors suppression file
4760
4761 ------------------------------------------------------------------------
4762 r14158 | zorglub | 2006-02-04 18:03:40 +0100 (Sat, 04 Feb 2006) | 2 lines
4763 Changed paths:
4764    M /trunk/include/vlc_symbols.h
4765
4766 Missing file
4767
4768 ------------------------------------------------------------------------
4769 r14157 | zorglub | 2006-02-04 17:26:23 +0100 (Sat, 04 Feb 2006) | 2 lines
4770 Changed paths:
4771    M /trunk/include/vlc_messages.h
4772    M /trunk/include/vlc_symbols.h
4773    M /trunk/modules/stream_out/transcode.c
4774    M /trunk/src/audio_output/dec.c
4775    M /trunk/src/audio_output/input.c
4776    M /trunk/src/input/decoder.c
4777    M /trunk/src/input/es_out.c
4778    M /trunk/src/input/input.c
4779    M /trunk/src/input/stream.c
4780    M /trunk/src/misc/stats.c
4781    M /trunk/src/network/httpd.c
4782    M /trunk/src/playlist/playlist.c
4783    M /trunk/src/stream_output/stream_output.c
4784    M /trunk/src/video_output/video_output.c
4785
4786 Stop using strings to index stats, use integers. The list is not sorted yet, though
4787
4788 ------------------------------------------------------------------------
4789 r14156 | zorglub | 2006-02-04 16:28:36 +0100 (Sat, 04 Feb 2006) | 2 lines
4790 Changed paths:
4791    M /trunk/src/playlist/playlist.c
4792
4793 Fix memleak
4794
4795 ------------------------------------------------------------------------
4796 r14155 | zorglub | 2006-02-04 14:56:07 +0100 (Sat, 04 Feb 2006) | 2 lines
4797 Changed paths:
4798    M /trunk/src/misc/hashtables.c
4799
4800 Fix stupid bug
4801
4802 ------------------------------------------------------------------------
4803 r14154 | zorglub | 2006-02-04 13:50:41 +0100 (Sat, 04 Feb 2006) | 2 lines
4804 Changed paths:
4805    M /trunk/src/misc/hashtables.c
4806
4807 Don't read uninitialized values
4808
4809 ------------------------------------------------------------------------
4810 r14153 | zorglub | 2006-02-04 12:04:42 +0100 (Sat, 04 Feb 2006) | 3 lines
4811 Changed paths:
4812    M /trunk/NEWS
4813    M /trunk/include/main.h
4814    M /trunk/include/vlc_messages.h
4815    M /trunk/include/vlc_symbols.h
4816    M /trunk/modules/stream_out/transcode.c
4817    M /trunk/src/audio_output/dec.c
4818    M /trunk/src/audio_output/input.c
4819    M /trunk/src/input/decoder.c
4820    M /trunk/src/input/es_out.c
4821    M /trunk/src/input/stream.c
4822    M /trunk/src/libvlc.c
4823    M /trunk/src/misc/hashtables.c
4824    M /trunk/src/misc/stats.c
4825    M /trunk/src/network/httpd.c
4826    M /trunk/src/stream_output/stream_output.c
4827    M /trunk/src/video_output/video_output.c
4828
4829 * Avoid useless stats_Get calls
4830 * Reduce vlc_object_find calls
4831
4832 ------------------------------------------------------------------------
4833 r14152 | zorglub | 2006-02-04 10:24:50 +0100 (Sat, 04 Feb 2006) | 2 lines
4834 Changed paths:
4835    M /trunk/src/misc/hashtables.c
4836
4837 Don't check the full string
4838
4839 ------------------------------------------------------------------------
4840 r14151 | zorglub | 2006-02-04 01:08:50 +0100 (Sat, 04 Feb 2006) | 2 lines
4841 Changed paths:
4842    M /trunk/include/stream_output.h
4843    M /trunk/src/stream_output/stream_output.c
4844
4845 AccessOutWrite is called very often, especially for TS. Don't store stats on each call
4846
4847 ------------------------------------------------------------------------
4848 r14150 | zorglub | 2006-02-04 00:52:45 +0100 (Sat, 04 Feb 2006) | 2 lines
4849 Changed paths:
4850    M /trunk/Makefile.am
4851    M /trunk/include/vlc_common.h
4852    M /trunk/include/vlc_messages.h
4853    M /trunk/include/vlc_symbols.h
4854    A /trunk/src/misc/hashtables.c
4855    M /trunk/src/misc/stats.c
4856
4857 Use a hash for stats. Not finished
4858
4859 ------------------------------------------------------------------------
4860 r14149 | zorglub | 2006-02-03 20:53:47 +0100 (Fri, 03 Feb 2006) | 2 lines
4861 Changed paths:
4862    M /trunk/include/vlc/libvlc.h
4863    M /trunk/src/control/core.c
4864    M /trunk/src/control/playlist.c
4865    M /trunk/test/NativeLibvlcTest.py
4866    M /trunk/test/native_libvlc/native_libvlc_test.c
4867    M /trunk/test/pyunit.h
4868
4869 Play and add (Refs:#457)
4870
4871 ------------------------------------------------------------------------
4872 r14148 | sigmunau | 2006-02-03 16:10:12 +0100 (Fri, 03 Feb 2006) | 2 lines
4873 Changed paths:
4874    M /trunk/modules/access/dvb/linux_dvb.c
4875
4876 linux_dvb.c: initialize a variable
4877
4878 ------------------------------------------------------------------------
4879 r14147 | sigmunau | 2006-02-03 15:07:41 +0100 (Fri, 03 Feb 2006) | 2 lines
4880 Changed paths:
4881    M /trunk/src/input/es_out.c
4882    M /trunk/src/input/stream.c
4883    M /trunk/src/stream_output/stream_output.c
4884
4885 fix --no-stats in a few cases (there are more remaining)
4886
4887 ------------------------------------------------------------------------
4888 r14146 | xtophe | 2006-02-03 10:54:22 +0100 (Fri, 03 Feb 2006) | 2 lines
4889 Changed paths:
4890    M /trunk/po/POTFILES.in
4891    M /trunk/po/ca.po
4892    M /trunk/po/da.po
4893    M /trunk/po/de.po
4894    M /trunk/po/en_GB.po
4895    M /trunk/po/es.po
4896    M /trunk/po/fr.po
4897    M /trunk/po/it.po
4898    M /trunk/po/ja.po
4899    M /trunk/po/ka.po
4900    M /trunk/po/ko.po
4901    M /trunk/po/nl.po
4902    M /trunk/po/oc.po
4903    M /trunk/po/pt_BR.po
4904    M /trunk/po/ro.po
4905    M /trunk/po/ru.po
4906    M /trunk/po/sv.po
4907    M /trunk/po/tr.po
4908    M /trunk/po/vlc.pot
4909    M /trunk/po/zh_CN.po
4910    M /trunk/po/zh_TW.po
4911
4912 Run update-po due to the new upnp files.
4913
4914 ------------------------------------------------------------------------
4915 r14145 | xtophe | 2006-02-03 01:13:11 +0100 (Fri, 03 Feb 2006) | 2 lines
4916 Changed paths:
4917    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
4918
4919 Seems that the widget return the path in local encoding
4920
4921 ------------------------------------------------------------------------
4922 r14144 | dionoea | 2006-02-03 00:54:03 +0100 (Fri, 03 Feb 2006) | 2 lines
4923 Changed paths:
4924    M /trunk/src/misc/update.c
4925
4926 fix download (it didn't download the last (file size)%(1<<10) bytes)
4927
4928 ------------------------------------------------------------------------
4929 r14143 | dionoea | 2006-02-03 00:35:12 +0100 (Fri, 03 Feb 2006) | 2 lines
4930 Changed paths:
4931    M /trunk/doc/Doxyfile
4932
4933 update Doxyfile using "doxygen -u"
4934
4935 ------------------------------------------------------------------------
4936 r14142 | dionoea | 2006-02-03 00:31:42 +0100 (Fri, 03 Feb 2006) | 3 lines
4937 Changed paths:
4938    M /trunk/include/vlc_interaction.h
4939    M /trunk/include/vlc_update.h
4940    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
4941
4942 include/* : fix doxygen comments
4943 modules/gui/wxwidgets/dialogs/updatevlc.cpp : clean up
4944
4945 ------------------------------------------------------------------------
4946 r14141 | dionoea | 2006-02-03 00:04:59 +0100 (Fri, 03 Feb 2006) | 3 lines
4947 Changed paths:
4948    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
4949    M /trunk/src/misc/update.c
4950
4951 use VLC threads instead of wxWidgets threads.
4952 (i just had to find the suxor thread exemple in video_output.c :p )
4953
4954 ------------------------------------------------------------------------
4955 r14140 | dionoea | 2006-02-02 20:00:08 +0100 (Thu, 02 Feb 2006) | 2 lines
4956 Changed paths:
4957    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
4958
4959 lets hope that this fixes the win32 build
4960
4961 ------------------------------------------------------------------------
4962 r14139 | dionoea | 2006-02-02 19:06:20 +0100 (Thu, 02 Feb 2006) | 2 lines
4963 Changed paths:
4964    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
4965    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
4966
4967 Fix misplaced include (triggered error on win32 build only ... weird)
4968
4969 ------------------------------------------------------------------------
4970 r14138 | dionoea | 2006-02-02 18:44:07 +0100 (Thu, 02 Feb 2006) | 2 lines
4971 Changed paths:
4972    M /trunk/src/misc/update.c
4973
4974 remove old uneeded #include
4975
4976 ------------------------------------------------------------------------
4977 r14137 | dionoea | 2006-02-02 18:29:06 +0100 (Thu, 02 Feb 2006) | 9 lines
4978 Changed paths:
4979    M /trunk/Makefile.am
4980    M /trunk/include/vlc_common.h
4981    M /trunk/include/vlc_symbols.h
4982    A /trunk/include/vlc_update.h
4983    M /trunk/modules/control/rc.c
4984    A /trunk/modules/gui/wxwidgets/bitmaps/update_ascii.xpm
4985    A /trunk/modules/gui/wxwidgets/bitmaps/update_binary.xpm
4986    A /trunk/modules/gui/wxwidgets/bitmaps/update_document.xpm
4987    A /trunk/modules/gui/wxwidgets/bitmaps/update_info.xpm
4988    A /trunk/modules/gui/wxwidgets/bitmaps/update_source.xpm
4989    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
4990    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
4991    M /trunk/src/misc/modules.c
4992    A /trunk/src/misc/update.c
4993
4994 src/*, include/* : update core functions. (Should make it relatively easy
4995                    to use in interfaces)
4996                    The downloadable plugins part still needs some work.
4997
4998 modules/control/rc.c : add function to query updates (mainly used for testing)
4999
5000 modules/gui/wxwidgets/* : update pannel.
5001
5002
5003 ------------------------------------------------------------------------
5004 r14136 | dionoea | 2006-02-02 17:36:48 +0100 (Thu, 02 Feb 2006) | 2 lines
5005 Changed paths:
5006    M /trunk/src/interface/interaction.c
5007
5008 Make sure that the progress bar dialog exists before updating its status.
5009
5010 ------------------------------------------------------------------------
5011 r14135 | sigmunau | 2006-02-02 12:59:15 +0100 (Thu, 02 Feb 2006) | 4 lines
5012 Changed paths:
5013    M /trunk/src/input/es_out.c
5014
5015 es_out.c: fixed a slight memleak in "now playing" handling. 
5016 This one is slightly dangerous as it can happen over and over again during
5017 normal operation.
5018
5019 ------------------------------------------------------------------------
5020 r14134 | courmisch | 2006-02-02 11:59:17 +0100 (Thu, 02 Feb 2006) | 3 lines
5021 Changed paths:
5022    M /trunk/THANKS
5023    M /trunk/configure.ac
5024    M /trunk/modules/services_discovery/Modules.am
5025    D /trunk/modules/services_discovery/upnp.cpp
5026    A /trunk/modules/services_discovery/upnp_cc.cpp (from /trunk/modules/services_discovery/upnp.cpp:14133)
5027    A /trunk/modules/services_discovery/upnp_intel.cpp
5028
5029 Add libupnp-based UPnP discovery from Christian Henz
5030 with proper configure checks
5031
5032 ------------------------------------------------------------------------
5033 r14133 | hartman | 2006-02-02 04:22:52 +0100 (Thu, 02 Feb 2006) | 2 lines
5034 Changed paths:
5035    M /trunk/src/input/subtitles.c
5036
5037 * Forgot to add the path seperator. truly fixes the bug. refs #463
5038
5039 ------------------------------------------------------------------------
5040 r14132 | hartman | 2006-02-02 03:44:31 +0100 (Thu, 02 Feb 2006) | 2 lines
5041 Changed paths:
5042    M /trunk/extras/contrib/src/Makefile
5043
5044 * Fix the dvdread library linking in the libdvdnav dylib by hand. fixes #515
5045
5046 ------------------------------------------------------------------------
5047 r14131 | hartman | 2006-02-01 21:51:18 +0100 (Wed, 01 Feb 2006) | 3 lines
5048 Changed paths:
5049    M /trunk/src/input/subtitles.c
5050
5051 * If input file in current dir specified, then retrieve CWD when we try to look for subtitle files. fixes #463
5052 * When probing the autodetected files, probe them in the Locale, not in UTF-8. refs #528
5053
5054 ------------------------------------------------------------------------
5055 r14130 | jpsaman | 2006-02-01 21:24:23 +0100 (Wed, 01 Feb 2006) | 1 line
5056 Changed paths:
5057    M /trunk/modules/packetizer/mpegvideo.c
5058
5059 Fixed a memleak
5060 ------------------------------------------------------------------------
5061 r14129 | courmisch | 2006-02-01 21:04:09 +0100 (Wed, 01 Feb 2006) | 2 lines
5062 Changed paths:
5063    M /trunk/modules/gui/macosx/bookmarks.h
5064    M /trunk/modules/gui/macosx/bookmarks.m
5065    M /trunk/modules/gui/macosx/equalizer.h
5066    M /trunk/modules/gui/macosx/sfilters.h
5067    M /trunk/modules/gui/macosx/sfilters.m
5068
5069 Don't use weird MAC charset
5070
5071 ------------------------------------------------------------------------
5072 r14128 | courmisch | 2006-02-01 20:52:29 +0100 (Wed, 01 Feb 2006) | 2 lines
5073 Changed paths:
5074    M /trunk/bindings/python/vlcglue.h
5075
5076 One more
5077
5078 ------------------------------------------------------------------------
5079 r14127 | courmisch | 2006-02-01 20:49:08 +0100 (Wed, 01 Feb 2006) | 2 lines
5080 Changed paths:
5081    M /trunk/doc/developer2
5082
5083 svn:ignore built doc
5084
5085 ------------------------------------------------------------------------
5086 r14126 | courmisch | 2006-02-01 20:47:14 +0100 (Wed, 01 Feb 2006) | 2 lines
5087 Changed paths:
5088    M /trunk/doc/developer2/history.xml
5089    M /trunk/doc/developer2/videolan-doc.xsl
5090    M /trunk/doc/developer2/vlc-dev-doc.xml
5091
5092 Same as previous commit
5093
5094 ------------------------------------------------------------------------
5095 r14125 | courmisch | 2006-02-01 20:44:56 +0100 (Wed, 01 Feb 2006) | 2 lines
5096 Changed paths:
5097    M /trunk/doc/developer/Makefile
5098    M /trunk/doc/developer/Makefile.in
5099    M /trunk/doc/developer/history.xml
5100    M /trunk/doc/developer/manual.xml
5101    M /trunk/doc/developer/videolan-doc-chunk.xsl
5102    M /trunk/doc/developer/videolan-doc.xsl
5103
5104 Uniformize developer doc encoding
5105
5106 ------------------------------------------------------------------------
5107 r14124 | courmisch | 2006-02-01 20:40:01 +0100 (Wed, 01 Feb 2006) | 2 lines
5108 Changed paths:
5109    M /trunk/NEWS
5110    M /trunk/modules/access/vcdx/intf.h
5111    M /trunk/modules/gui/macosx/extended.h
5112    M /trunk/modules/gui/macosx/extended.m
5113    M /trunk/modules/gui/macosx/prefs_widgets.m
5114    M /trunk/modules/gui/macosx/wizard.h
5115    M /trunk/modules/gui/macosx/wizard.m
5116    M /trunk/modules/gui/wxwidgets/streamdata.h
5117    M /trunk/modules/video_chroma/i420_rgb_mmx.h
5118    M /trunk/modules/visualization/visual/visual.h
5119    M /trunk/po/sv.po
5120
5121 Additionnal conversions
5122
5123 ------------------------------------------------------------------------
5124 r14123 | courmisch | 2006-02-01 20:32:40 +0100 (Wed, 01 Feb 2006) | 2 lines
5125 Changed paths:
5126    M /trunk/modules/LIST
5127    M /trunk/modules/gui/wince/preferences_widgets.h
5128
5129 French -> English
5130
5131 ------------------------------------------------------------------------
5132 r14122 | courmisch | 2006-02-01 20:21:41 +0100 (Wed, 01 Feb 2006) | 2 lines
5133 Changed paths:
5134    M /trunk/share/skins2
5135
5136 svn:ignore built skins
5137
5138 ------------------------------------------------------------------------
5139 r14121 | courmisch | 2006-02-01 20:20:17 +0100 (Wed, 01 Feb 2006) | 2 lines
5140 Changed paths:
5141    M /trunk/include/iso_lang.h
5142    M /trunk/include/libvlc_internal.h
5143    M /trunk/include/modules_inner.h
5144    M /trunk/include/vlc/libvlc.h
5145    M /trunk/include/vlc_config_cat.h
5146    M /trunk/include/vout_synchro.h
5147
5148 More UTF8ication
5149
5150 ------------------------------------------------------------------------
5151 r14120 | hartman | 2006-02-01 19:13:49 +0100 (Wed, 01 Feb 2006) | 2 lines
5152 Changed paths:
5153    M /trunk/modules/gui/macosx/voutgl.m
5154
5155 * Enable OpenGL without Acceleration on Mac OSX. (Fallback option)
5156
5157 ------------------------------------------------------------------------
5158 r14119 | courmisch | 2006-02-01 19:08:49 +0100 (Wed, 01 Feb 2006) | 2 lines
5159 Changed paths:
5160    M /trunk/mozilla/support/npmac.cpp
5161
5162 That one wasn't even Latin-1
5163
5164 ------------------------------------------------------------------------
5165 r14118 | courmisch | 2006-02-01 19:06:48 +0100 (Wed, 01 Feb 2006) | 2 lines
5166 Changed paths:
5167    M /trunk/bindings/python/vlcglue.c
5168    M /trunk/loader/pe_image.c
5169    M /trunk/modules/access/vcdx/demux.c
5170    M /trunk/modules/access/vcdx/intf.c
5171    M /trunk/modules/audio_filter/channel_mixer/dolby.c
5172    M /trunk/modules/audio_filter/channel_mixer/headphone.c
5173    M /trunk/modules/audio_filter/converter/a52tofloat32.c
5174    M /trunk/modules/audio_filter/converter/a52tospdif.c
5175    M /trunk/modules/audio_filter/converter/dtstofloat32.c
5176    M /trunk/modules/audio_filter/normvol.c
5177    M /trunk/modules/codec/a52.c
5178    M /trunk/modules/demux/playlist/m3u.c
5179    M /trunk/modules/demux/playlist/old.c
5180    M /trunk/modules/demux/playlist/playlist.c
5181    M /trunk/modules/demux/playlist/pls.c
5182    M /trunk/modules/gui/skins2/commands/async_queue.cpp
5183    M /trunk/modules/gui/skins2/commands/async_queue.hpp
5184    M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
5185    M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
5186    M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
5187    M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
5188    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
5189    M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
5190    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
5191    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
5192    M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
5193    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
5194    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
5195    M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
5196    M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
5197    M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
5198    M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
5199    M /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
5200    M /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
5201    M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
5202    M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
5203    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
5204    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
5205    M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
5206    M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
5207    M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
5208    M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
5209    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
5210    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
5211    M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
5212    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
5213    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
5214    M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
5215    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
5216    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
5217    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
5218    M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
5219    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
5220    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
5221    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
5222    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
5223    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
5224    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
5225    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
5226    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
5227    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
5228    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
5229    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
5230    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
5231    M /trunk/modules/gui/skins2/events/evt_enter.hpp
5232    M /trunk/modules/gui/skins2/events/evt_focus.hpp
5233    M /trunk/modules/gui/skins2/events/evt_generic.hpp
5234    M /trunk/modules/gui/skins2/events/evt_input.cpp
5235    M /trunk/modules/gui/skins2/events/evt_input.hpp
5236    M /trunk/modules/gui/skins2/events/evt_key.cpp
5237    M /trunk/modules/gui/skins2/events/evt_key.hpp
5238    M /trunk/modules/gui/skins2/events/evt_leave.hpp
5239    M /trunk/modules/gui/skins2/events/evt_menu.hpp
5240    M /trunk/modules/gui/skins2/events/evt_motion.hpp
5241    M /trunk/modules/gui/skins2/events/evt_mouse.cpp
5242    M /trunk/modules/gui/skins2/events/evt_mouse.hpp
5243    M /trunk/modules/gui/skins2/events/evt_refresh.hpp
5244    M /trunk/modules/gui/skins2/events/evt_scroll.cpp
5245    M /trunk/modules/gui/skins2/events/evt_scroll.hpp
5246    M /trunk/modules/gui/skins2/events/evt_special.cpp
5247    M /trunk/modules/gui/skins2/events/evt_special.hpp
5248    M /trunk/modules/gui/skins2/macosx/macosx_popup.cpp
5249    M /trunk/modules/gui/skins2/macosx/macosx_popup.hpp
5250    M /trunk/modules/gui/skins2/parser/builder.cpp
5251    M /trunk/modules/gui/skins2/parser/builder.hpp
5252    M /trunk/modules/gui/skins2/parser/interpreter.cpp
5253    M /trunk/modules/gui/skins2/parser/interpreter.hpp
5254    M /trunk/modules/gui/skins2/src/anchor.cpp
5255    M /trunk/modules/gui/skins2/src/anchor.hpp
5256    M /trunk/modules/gui/skins2/src/dialogs.cpp
5257    M /trunk/modules/gui/skins2/src/dialogs.hpp
5258    M /trunk/modules/gui/skins2/src/file_bitmap.cpp
5259    M /trunk/modules/gui/skins2/src/file_bitmap.hpp
5260    M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
5261    M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
5262    M /trunk/modules/gui/skins2/src/ft2_font.cpp
5263    M /trunk/modules/gui/skins2/src/ft2_font.hpp
5264    M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
5265    M /trunk/modules/gui/skins2/src/generic_font.hpp
5266    M /trunk/modules/gui/skins2/src/generic_layout.cpp
5267    M /trunk/modules/gui/skins2/src/generic_layout.hpp
5268    M /trunk/modules/gui/skins2/src/generic_window.cpp
5269    M /trunk/modules/gui/skins2/src/generic_window.hpp
5270    M /trunk/modules/gui/skins2/src/logger.cpp
5271    M /trunk/modules/gui/skins2/src/logger.hpp
5272    M /trunk/modules/gui/skins2/src/os_factory.cpp
5273    M /trunk/modules/gui/skins2/src/os_factory.hpp
5274    M /trunk/modules/gui/skins2/src/os_graphics.hpp
5275    M /trunk/modules/gui/skins2/src/os_loop.hpp
5276    M /trunk/modules/gui/skins2/src/os_popup.hpp
5277    M /trunk/modules/gui/skins2/src/os_timer.hpp
5278    M /trunk/modules/gui/skins2/src/os_tooltip.hpp
5279    M /trunk/modules/gui/skins2/src/os_window.hpp
5280    M /trunk/modules/gui/skins2/src/popup.cpp
5281    M /trunk/modules/gui/skins2/src/popup.hpp
5282    M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
5283    M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
5284    M /trunk/modules/gui/skins2/src/skin_common.hpp
5285    M /trunk/modules/gui/skins2/src/skin_main.cpp
5286    M /trunk/modules/gui/skins2/src/theme.cpp
5287    M /trunk/modules/gui/skins2/src/theme.hpp
5288    M /trunk/modules/gui/skins2/src/theme_loader.cpp
5289    M /trunk/modules/gui/skins2/src/theme_loader.hpp
5290    M /trunk/modules/gui/skins2/src/tooltip.cpp
5291    M /trunk/modules/gui/skins2/src/tooltip.hpp
5292    M /trunk/modules/gui/skins2/src/top_window.cpp
5293    M /trunk/modules/gui/skins2/src/top_window.hpp
5294    M /trunk/modules/gui/skins2/src/var_manager.cpp
5295    M /trunk/modules/gui/skins2/src/var_manager.hpp
5296    M /trunk/modules/gui/skins2/src/window_manager.cpp
5297    M /trunk/modules/gui/skins2/src/window_manager.hpp
5298    M /trunk/modules/gui/skins2/utils/bezier.cpp
5299    M /trunk/modules/gui/skins2/utils/bezier.hpp
5300    M /trunk/modules/gui/skins2/utils/fsm.cpp
5301    M /trunk/modules/gui/skins2/utils/fsm.hpp
5302    M /trunk/modules/gui/skins2/utils/observer.hpp
5303    M /trunk/modules/gui/skins2/utils/pointer.hpp
5304    M /trunk/modules/gui/skins2/utils/position.cpp
5305    M /trunk/modules/gui/skins2/utils/position.hpp
5306    M /trunk/modules/gui/skins2/utils/ustring.cpp
5307    M /trunk/modules/gui/skins2/utils/ustring.hpp
5308    M /trunk/modules/gui/skins2/utils/var_bool.cpp
5309    M /trunk/modules/gui/skins2/utils/var_bool.hpp
5310    M /trunk/modules/gui/skins2/utils/var_list.cpp
5311    M /trunk/modules/gui/skins2/utils/var_list.hpp
5312    M /trunk/modules/gui/skins2/utils/var_percent.cpp
5313    M /trunk/modules/gui/skins2/utils/var_percent.hpp
5314    M /trunk/modules/gui/skins2/utils/var_text.cpp
5315    M /trunk/modules/gui/skins2/utils/var_text.hpp
5316    M /trunk/modules/gui/skins2/utils/variable.hpp
5317    M /trunk/modules/gui/skins2/vars/playlist.hpp
5318    M /trunk/modules/gui/skins2/vars/time.cpp
5319    M /trunk/modules/gui/skins2/vars/volume.cpp
5320    M /trunk/modules/gui/skins2/vars/volume.hpp
5321    M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
5322    M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
5323    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
5324    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
5325    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
5326    M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
5327    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
5328    M /trunk/modules/gui/skins2/win32/win32_loop.hpp
5329    M /trunk/modules/gui/skins2/win32/win32_popup.cpp
5330    M /trunk/modules/gui/skins2/win32/win32_popup.hpp
5331    M /trunk/modules/gui/skins2/win32/win32_timer.cpp
5332    M /trunk/modules/gui/skins2/win32/win32_timer.hpp
5333    M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
5334    M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
5335    M /trunk/modules/gui/skins2/win32/win32_window.cpp
5336    M /trunk/modules/gui/skins2/win32/win32_window.hpp
5337    M /trunk/modules/gui/skins2/x11/x11_display.cpp
5338    M /trunk/modules/gui/skins2/x11/x11_display.hpp
5339    M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
5340    M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
5341    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
5342    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
5343    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
5344    M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
5345    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
5346    M /trunk/modules/gui/skins2/x11/x11_loop.hpp
5347    M /trunk/modules/gui/skins2/x11/x11_popup.hpp
5348    M /trunk/modules/gui/skins2/x11/x11_timer.cpp
5349    M /trunk/modules/gui/skins2/x11/x11_timer.hpp
5350    M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
5351    M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
5352    M /trunk/modules/gui/skins2/x11/x11_window.cpp
5353    M /trunk/modules/gui/skins2/x11/x11_window.hpp
5354    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
5355    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
5356    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
5357    M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
5358    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
5359    M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
5360    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
5361    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
5362    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
5363    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
5364    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.hpp
5365    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.cpp
5366    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.hpp
5367    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
5368    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.hpp
5369    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.cpp
5370    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.hpp
5371    M /trunk/modules/gui/wxwidgets/dialogs/wizard.hpp
5372    M /trunk/modules/gui/wxwidgets/extrapanel.cpp
5373    M /trunk/modules/gui/wxwidgets/extrapanel.hpp
5374    M /trunk/modules/gui/wxwidgets/input_manager.cpp
5375    M /trunk/modules/gui/wxwidgets/input_manager.hpp
5376    M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
5377    M /trunk/modules/gui/wxwidgets/playlist_manager.hpp
5378    M /trunk/modules/gui/wxwidgets/streamdata.cpp
5379    M /trunk/modules/misc/playlist/export.c
5380    M /trunk/modules/misc/playlist/m3u.c
5381    M /trunk/modules/misc/testsuite/playlist.c
5382    M /trunk/modules/mux/avi.c
5383    M /trunk/modules/services_discovery/daap.c
5384    M /trunk/modules/services_discovery/hal.c
5385    M /trunk/modules/video_filter/motiondetect.c
5386    M /trunk/modules/video_filter/swscale/yuv2rgb.c
5387    M /trunk/modules/video_filter/swscale/yuv2rgb_mlib.c
5388    M /trunk/modules/video_output/image.c
5389    M /trunk/modules/visualization/visual/effects.c
5390    M /trunk/modules/visualization/visual/visual.c
5391    M /trunk/src/control/input.c
5392    M /trunk/src/control/playlist.c
5393    M /trunk/src/interface/interaction.c
5394    M /trunk/src/misc/iso_lang.c
5395    M /trunk/src/misc/stats.c
5396    M /trunk/src/playlist/item-ext.c
5397    M /trunk/src/playlist/playlist.c
5398    M /trunk/src/playlist/services_discovery.c
5399    M /trunk/src/playlist/sort.c
5400    M /trunk/src/playlist/view.c
5401    M /trunk/src/stream_output/announce.c
5402    M /trunk/src/video_output/vout_synchro.c
5403
5404 Uniformize source files encoding
5405
5406 ------------------------------------------------------------------------
5407 r14117 | courmisch | 2006-02-01 19:02:40 +0100 (Wed, 01 Feb 2006) | 2 lines
5408 Changed paths:
5409    M /trunk/modules/gui/wince/preferences.cpp
5410
5411 Translate french comment
5412
5413 ------------------------------------------------------------------------
5414 r14116 | courmisch | 2006-02-01 19:01:03 +0100 (Wed, 01 Feb 2006) | 2 lines
5415 Changed paths:
5416    M /trunk/modules/demux/m3u.c
5417
5418 Encode non-ASCII characters outside comments
5419
5420 ------------------------------------------------------------------------
5421 r14115 | courmisch | 2006-02-01 18:44:04 +0100 (Wed, 01 Feb 2006) | 2 lines
5422 Changed paths:
5423    M /trunk/modules/demux/nsc.c
5424
5425 Fix warnings
5426
5427 ------------------------------------------------------------------------
5428 r14114 | courmisch | 2006-02-01 18:41:29 +0100 (Wed, 01 Feb 2006) | 2 lines
5429 Changed paths:
5430    M /trunk/modules/codec/quicktime.c
5431
5432 Fix a bunch of warnings involving mix between uint32_t and long
5433
5434 ------------------------------------------------------------------------
5435 r14113 | hartman | 2006-02-01 17:52:42 +0100 (Wed, 01 Feb 2006) | 4 lines
5436 Changed paths:
5437    M /trunk/modules/gui/macosx/macosx.m
5438    M /trunk/modules/video_output/opengl.c
5439
5440 * Fix the fourcc of OpenGL on Mac Intel. We should check why it's set wrong on PPC.
5441 * Revert the Quartz disabling.
5442
5443
5444 ------------------------------------------------------------------------
5445 r14112 | sam | 2006-02-01 17:27:57 +0100 (Wed, 01 Feb 2006) | 2 lines
5446 Changed paths:
5447    M /trunk/modules/demux/mp4/drms.c
5448    M /trunk/modules/demux/mp4/libmp4.c
5449
5450   * modules/demux/mp4: more explicit error messages for DRMS failures.
5451
5452 ------------------------------------------------------------------------
5453 r14111 | courmisch | 2006-02-01 16:40:53 +0100 (Wed, 01 Feb 2006) | 5 lines
5454 Changed paths:
5455    M /trunk/configure.ac
5456
5457 Enable maintainer mode by default, as it is what maintainer-mode-unaware
5458 (ie. most) automake users are used to.
5459 If you DO want NOT to use maintainer mode you are free to pass
5460 --disable-maintainer-mode to configure.
5461
5462 ------------------------------------------------------------------------
5463 r14110 | courmisch | 2006-02-01 16:28:42 +0100 (Wed, 01 Feb 2006) | 2 lines
5464 Changed paths:
5465    M /trunk/src/libvlc.c
5466
5467 Simpler use of HAVE_ASSERT
5468
5469 ------------------------------------------------------------------------
5470 r14109 | courmisch | 2006-02-01 16:27:59 +0100 (Wed, 01 Feb 2006) | 2 lines
5471 Changed paths:
5472    M /trunk/configure.ac
5473
5474 Define NDEBUG when --enable-debug is not specified
5475
5476 ------------------------------------------------------------------------
5477 r14108 | sam | 2006-02-01 15:57:12 +0100 (Wed, 01 Feb 2006) | 2 lines
5478 Changed paths:
5479    M /trunk/Makefile.am
5480
5481   * Makefile.am: on Unix, use makensis -DVERSION; on Win32, use /DVERSION.
5482
5483 ------------------------------------------------------------------------
5484 r14107 | xtophe | 2006-02-01 15:39:05 +0100 (Wed, 01 Feb 2006) | 2 lines
5485 Changed paths:
5486    M /trunk/configure.ac
5487    M /trunk/src/libvlc.c
5488
5489 Test for assert() in configure.
5490
5491 ------------------------------------------------------------------------
5492 r14106 | courmisch | 2006-02-01 14:28:59 +0100 (Wed, 01 Feb 2006) | 2 lines
5493 Changed paths:
5494    M /trunk/include/vlc_common.h
5495    M /trunk/modules/control/http/http.c
5496    M /trunk/modules/control/http/http.h
5497    M /trunk/src/network/httpd.c
5498
5499 Fixed some warnings
5500
5501 ------------------------------------------------------------------------
5502 r14105 | courmisch | 2006-02-01 14:10:55 +0100 (Wed, 01 Feb 2006) | 2 lines
5503 Changed paths:
5504    M /trunk/src/input/stream.c
5505
5506 Remove unused variable
5507
5508 ------------------------------------------------------------------------
5509 r14104 | sam | 2006-02-01 14:01:06 +0100 (Wed, 01 Feb 2006) | 2 lines
5510 Changed paths:
5511    M /trunk/include/main.h
5512    M /trunk/include/os_specific.h
5513    M /trunk/include/vlc_common.h
5514    M /trunk/include/vlc_config.h
5515    M /trunk/include/vlc_threads.h
5516    M /trunk/modules/access/vcd/cdrom.c
5517    M /trunk/modules/access/vcd/cdrom_internals.h
5518    M /trunk/modules/audio_filter/resampler/bandlimited.c
5519    M /trunk/modules/codec/cmml/browser_open.c
5520    M /trunk/modules/codec/mpeg_audio.c
5521    M /trunk/modules/codec/quicktime.c
5522    M /trunk/modules/control/http/http.c
5523    M /trunk/modules/demux/mkv.cpp
5524    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
5525    M /trunk/modules/misc/freetype.c
5526    M /trunk/modules/misc/logger.c
5527    M /trunk/modules/video_output/opengl.c
5528    M /trunk/modules/video_output/x11/xcommon.c
5529    M /trunk/src/vlc.c
5530
5531   * Got rid of SYS_DARWIN everywhere.
5532
5533 ------------------------------------------------------------------------
5534 r14103 | sam | 2006-02-01 13:44:16 +0100 (Wed, 01 Feb 2006) | 3 lines
5535 Changed paths:
5536    M /trunk/src/extras/libc.c
5537    M /trunk/src/interface/interface.c
5538    M /trunk/src/interface/intf_eject.c
5539    M /trunk/src/libvlc.c
5540    M /trunk/src/libvlc.h
5541    M /trunk/src/misc/charset.c
5542    M /trunk/src/misc/configuration.c
5543    M /trunk/src/misc/cpu.c
5544    M /trunk/src/misc/messages.c
5545    M /trunk/src/misc/modules.c
5546    M /trunk/src/misc/threads.c
5547    M /trunk/src/network/httpd.c
5548    M /trunk/src/video_output/video_output.c
5549    M /trunk/src/video_output/vout_intf.c
5550
5551   * Replaced "SYS_DARWIN" with either __APPLE__ (meaning OS X) or __ppc__ and
5552     __ppc64__ (meaning PowerPC).
5553
5554 ------------------------------------------------------------------------
5555 r14102 | sam | 2006-02-01 13:22:52 +0100 (Wed, 01 Feb 2006) | 3 lines
5556 Changed paths:
5557    M /trunk/extras/contrib/src/Makefile
5558
5559   * extras/contrib/src/Makefile: oh what the hell, replaced --disable-codec
5560     with --disable-decoder.
5561
5562 ------------------------------------------------------------------------
5563 r14101 | sam | 2006-02-01 13:16:42 +0100 (Wed, 01 Feb 2006) | 4 lines
5564 Changed paths:
5565    M /trunk/extras/contrib/src/Makefile
5566    M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
5567
5568   * extras/contrib/src/Patches/ffmpeg-cvs-wince.patch: updated for current SVN.
5569   * extras/contrib/src/Makefile: re-added --disable-codec flags (the FFMPEG
5570     tree on altair was outdated) but removed the duplicate vorbis one.
5571
5572 ------------------------------------------------------------------------
5573 r14100 | xtophe | 2006-02-01 13:06:56 +0100 (Wed, 01 Feb 2006) | 2 lines
5574 Changed paths:
5575    M /trunk/extras/contrib/src/Patches/tremor.patch
5576
5577   * extras/contrib/src/Patches/tremor.patch: fixed braindead \n within string.
5578
5579 ------------------------------------------------------------------------
5580 r14099 | sam | 2006-02-01 12:45:18 +0100 (Wed, 01 Feb 2006) | 2 lines
5581 Changed paths:
5582    M /trunk/extras/contrib/src/Makefile
5583
5584   * extras/contrib/src/Makefile: --disable-codec no longer exists.
5585
5586 ------------------------------------------------------------------------
5587 r14098 | sam | 2006-02-01 12:20:52 +0100 (Wed, 01 Feb 2006) | 4 lines
5588 Changed paths:
5589    M /trunk/Makefile.am
5590
5591   * Makefile.am: "[ -x foo ]" only works if "foo" is in the current directory,
5592     there is no easy way to check for the presence of an executable, but
5593     trying to execute it ("foo --version >/dev/null") is usually safe.
5594
5595 ------------------------------------------------------------------------
5596 r14097 | sam | 2006-02-01 10:57:37 +0100 (Wed, 01 Feb 2006) | 3 lines
5597 Changed paths:
5598    M /trunk/modules/demux/mp4/drms.c
5599    M /trunk/modules/demux/mp4/drmstables.h
5600    M /trunk/modules/demux/mp4/libmp4.c
5601
5602   * modules/demux/mp4: added more comments and debug information to the DRMS
5603     code.
5604
5605 ------------------------------------------------------------------------
5606 r14096 | hartman | 2006-02-01 04:36:40 +0100 (Wed, 01 Feb 2006) | 2 lines
5607 Changed paths:
5608    M /trunk/modules/gui/macosx/controls.m
5609    M /trunk/modules/gui/macosx/intf.m
5610    M /trunk/modules/gui/macosx/vout.m
5611
5612 * A few Mac OS X intf fixes. To be honest. we should rewrite the thing from scratch. it's a mess... 
5613
5614 ------------------------------------------------------------------------
5615 r14095 | hartman | 2006-01-31 23:17:30 +0100 (Tue, 31 Jan 2006) | 2 lines
5616 Changed paths:
5617    M /trunk/modules/gui/macosx/macosx.m
5618
5619 * 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.
5620
5621 ------------------------------------------------------------------------
5622 r14094 | dionoea | 2006-01-31 21:38:35 +0100 (Tue, 31 Jan 2006) | 2 lines
5623 Changed paths:
5624    M /trunk/share/Makefile.am
5625
5626 add missing images
5627
5628 ------------------------------------------------------------------------
5629 r14093 | hartman | 2006-01-31 21:27:25 +0100 (Tue, 31 Jan 2006) | 2 lines
5630 Changed paths:
5631    M /trunk/modules/codec/libmpeg2.c
5632
5633 * SYS_DARWIN -> __ppc__ || __ppc64__
5634
5635 ------------------------------------------------------------------------
5636 r14092 | hartman | 2006-01-31 21:00:49 +0100 (Tue, 31 Jan 2006) | 2 lines
5637 Changed paths:
5638    M /trunk/src/libvlc.c
5639    M /trunk/src/libvlc.h
5640
5641 * Changed the defined( SYS_DARWIN )  of the --altivec option to a __ppc__ || __ppc64__ check
5642
5643 ------------------------------------------------------------------------
5644 r14091 | dionoea | 2006-01-31 20:50:50 +0100 (Tue, 31 Jan 2006) | 2 lines
5645 Changed paths:
5646    M /trunk/share/http/dialogs/browse
5647    M /trunk/share/http/js/functions.js
5648
5649 misc IE and windows fixes or workarounds.
5650
5651 ------------------------------------------------------------------------
5652 r14090 | dionoea | 2006-01-31 17:39:10 +0100 (Tue, 31 Jan 2006) | 2 lines
5653 Changed paths:
5654    M /trunk/share/http/dialogs/sout
5655
5656 default show full sout interface
5657
5658 ------------------------------------------------------------------------
5659 r14089 | sigmunau | 2006-01-31 17:27:50 +0100 (Tue, 31 Jan 2006) | 2 lines
5660 Changed paths:
5661    M /trunk/include/modules_inner.h
5662
5663 fixed the smallest and most elusive leak yet
5664
5665 ------------------------------------------------------------------------
5666 r14088 | sigmunau | 2006-01-31 16:18:45 +0100 (Tue, 31 Jan 2006) | 2 lines
5667 Changed paths:
5668    M /trunk/src/misc/vlm.c
5669
5670 vlm.c: fixed minor memleak
5671
5672 ------------------------------------------------------------------------
5673 r14087 | sigmunau | 2006-01-31 16:11:08 +0100 (Tue, 31 Jan 2006) | 3 lines
5674 Changed paths:
5675    M /trunk/modules/misc/logger.c
5676
5677 logger.c: put in header prefix for syslog output (still missing for text 
5678 and html)
5679
5680 ------------------------------------------------------------------------
5681 r14086 | courmisch | 2006-01-31 11:48:47 +0100 (Tue, 31 Jan 2006) | 3 lines
5682 Changed paths:
5683    M /trunk/src/stream_output/sap.c
5684
5685 Generate correct originating address in SAP header
5686 in case of IPv4 advertisement on a IPv6-enabled OS
5687
5688 ------------------------------------------------------------------------
5689 r14085 | courmisch | 2006-01-30 23:02:47 +0100 (Mon, 30 Jan 2006) | 2 lines
5690 Changed paths:
5691    M /trunk/src/libvlc.c
5692
5693 Fix error handling in (From|To)Locale
5694
5695 ------------------------------------------------------------------------
5696 r14084 | dionoea | 2006-01-30 22:47:38 +0100 (Mon, 30 Jan 2006) | 2 lines
5697 Changed paths:
5698    M /trunk/extras/contrib/src/packages.mak
5699
5700 fix nasm url
5701
5702 ------------------------------------------------------------------------
5703 r14083 | hartman | 2006-01-30 19:14:05 +0100 (Mon, 30 Jan 2006) | 2 lines
5704 Changed paths:
5705    M /trunk/extras/contrib/src/Makefile
5706    M /trunk/extras/contrib/src/packages.mak
5707
5708 * Get a NASM cvs snapshot from the VLC download servers, because their server regurly times out, which is annoying.
5709
5710 ------------------------------------------------------------------------
5711 r14082 | courmisch | 2006-01-30 18:44:38 +0100 (Mon, 30 Jan 2006) | 2 lines
5712 Changed paths:
5713    M /trunk/share/Makefile.am
5714
5715 Remove .vlt with mostlyclean
5716
5717 ------------------------------------------------------------------------
5718 r14081 | courmisch | 2006-01-30 18:39:42 +0100 (Mon, 30 Jan 2006) | 2 lines
5719 Changed paths:
5720    M /trunk/share/Makefile.am
5721
5722 Add missing file
5723
5724 ------------------------------------------------------------------------
5725 r14080 | courmisch | 2006-01-30 18:38:27 +0100 (Mon, 30 Jan 2006) | 2 lines
5726 Changed paths:
5727    M /trunk/share/Makefile.am
5728
5729 Hopefully fixes .vlt build
5730
5731 ------------------------------------------------------------------------
5732 r14079 | dionoea | 2006-01-30 18:33:05 +0100 (Mon, 30 Jan 2006) | 9 lines
5733 Changed paths:
5734    M /trunk/share/http/dialogs/main
5735    M /trunk/share/http/dialogs/sout
5736    M /trunk/share/http/dialogs/vlm
5737    A /trunk/share/http/images/info.png
5738    M /trunk/share/http/js/functions.js
5739    M /trunk/share/http/js/vlm.js
5740    M /trunk/share/http/requests/status.xml
5741    M /trunk/share/http/style.css
5742    M /trunk/src/misc/vlm.c
5743
5744 * Add "Stream and media info panel" ( http/dialogs/main,
5745   http/images/info.png, http/style.css, http/js/functions.js )
5746
5747 * Make instance playlist position consitent with position used in
5748   inputdeln (starts from 1 and not 0) ( src/misc/vlm.c, http/js/vlm.js )
5749
5750 * Make it possible to use "enter key" in some text boxes to confirm (*)
5751
5752
5753 ------------------------------------------------------------------------
5754 r14078 | courmisch | 2006-01-30 17:59:29 +0100 (Mon, 30 Jan 2006) | 2 lines
5755 Changed paths:
5756    M /trunk/share/Makefile.am
5757
5758 Don't distribute generated files - fixes build
5759
5760 ------------------------------------------------------------------------
5761 r14077 | hartman | 2006-01-30 17:07:35 +0100 (Mon, 30 Jan 2006) | 2 lines
5762 Changed paths:
5763    M /trunk/extras/contrib/src/Makefile
5764
5765 * Fix the mactel contrib of x264
5766
5767 ------------------------------------------------------------------------
5768 r14076 | sigmunau | 2006-01-30 13:20:37 +0100 (Mon, 30 Jan 2006) | 2 lines
5769 Changed paths:
5770    M /trunk/src/misc/vlm.c
5771
5772 vlm.c: changed quite a few free() into vlm_MessageDelete, fixing small memleaks here and there
5773
5774 ------------------------------------------------------------------------
5775 r14075 | sigmunau | 2006-01-30 12:13:11 +0100 (Mon, 30 Jan 2006) | 5 lines
5776 Changed paths:
5777    M /trunk/src/misc/messages.c
5778
5779 messages.c: fixed one more leak related to vlm prefix on messages.
5780 This one happened each time the message queue was overflowed.
5781 Also (hopefully) fixed a leak that would happen each time no message 
5782 queue were found. I don't know if this condition can ever appear though
5783
5784 ------------------------------------------------------------------------
5785 r14074 | zorglub | 2006-01-29 23:58:42 +0100 (Sun, 29 Jan 2006) | 2 lines
5786 Changed paths:
5787    M /trunk/share/Makefile.am
5788
5789 Should fix skins stuff build
5790
5791 ------------------------------------------------------------------------
5792 r14073 | zorglub | 2006-01-29 23:47:31 +0100 (Sun, 29 Jan 2006) | 2 lines
5793 Changed paths:
5794    M /trunk/modules/access/cdda.c
5795
5796 Should fix CDDA build
5797
5798 ------------------------------------------------------------------------
5799 r14072 | hartman | 2006-01-29 23:11:04 +0100 (Sun, 29 Jan 2006) | 2 lines
5800 Changed paths:
5801    M /trunk/modules/demux/vobsub.c
5802
5803 * 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)
5804
5805 ------------------------------------------------------------------------
5806 r14071 | zorglub | 2006-01-29 22:45:13 +0100 (Sun, 29 Jan 2006) | 2 lines
5807 Changed paths:
5808    M /trunk/share/Makefile.am
5809    A /trunk/share/skins2/default
5810    A /trunk/share/skins2/default/FreeSansBold.ttf
5811    A /trunk/share/skins2/default/add_item.png
5812    A /trunk/share/skins2/default/add_item_onclick.png
5813    A /trunk/share/skins2/default/body.png
5814    A /trunk/share/skins2/default/close.png
5815    A /trunk/share/skins2/default/close_mouseover.png
5816    A /trunk/share/skins2/default/close_onclick.png
5817    A /trunk/share/skins2/default/delete_item.png
5818    A /trunk/share/skins2/default/delete_item_onclick.png
5819    A /trunk/share/skins2/default/disabled.png
5820    A /trunk/share/skins2/default/fast.png
5821    A /trunk/share/skins2/default/fast_disabled.png
5822    A /trunk/share/skins2/default/fast_onclick.png
5823    A /trunk/share/skins2/default/next.png
5824    A /trunk/share/skins2/default/next_disabled.png
5825    A /trunk/share/skins2/default/next_onclick.png
5826    A /trunk/share/skins2/default/pause.png
5827    A /trunk/share/skins2/default/pause_onclick.png
5828    A /trunk/share/skins2/default/play.png
5829    A /trunk/share/skins2/default/play_onclick.png
5830    A /trunk/share/skins2/default/playlist.png
5831    A /trunk/share/skins2/default/playlist_body1.png
5832    A /trunk/share/skins2/default/playlist_body2.png
5833    A /trunk/share/skins2/default/playlist_body3.png
5834    A /trunk/share/skins2/default/playlist_body4.png
5835    A /trunk/share/skins2/default/playlist_body6.png
5836    A /trunk/share/skins2/default/playlist_body7.png
5837    A /trunk/share/skins2/default/playlist_body8.png
5838    A /trunk/share/skins2/default/playlist_body9.png
5839    A /trunk/share/skins2/default/playlist_button.png
5840    A /trunk/share/skins2/default/playlist_button2.png
5841    A /trunk/share/skins2/default/playlist_button_onclick.png
5842    A /trunk/share/skins2/default/playlist_button_onclick2.png
5843    A /trunk/share/skins2/default/preferences.png
5844    A /trunk/share/skins2/default/preferences_onclick.png
5845    A /trunk/share/skins2/default/previous.png
5846    A /trunk/share/skins2/default/previous_disabled.png
5847    A /trunk/share/skins2/default/previous_onclick.png
5848    A /trunk/share/skins2/default/reduce.png
5849    A /trunk/share/skins2/default/reduce_disabled.png
5850    A /trunk/share/skins2/default/reduce_mouseover.png
5851    A /trunk/share/skins2/default/reduce_onclick.png
5852    A /trunk/share/skins2/default/resize.png
5853    A /trunk/share/skins2/default/rev.png
5854    A /trunk/share/skins2/default/rev_disabled.png
5855    A /trunk/share/skins2/default/rev_onclick.png
5856    A /trunk/share/skins2/default/slider.png
5857    A /trunk/share/skins2/default/slider2.png
5858    A /trunk/share/skins2/default/slider_onclick.png
5859    A /trunk/share/skins2/default/slider_playlist.png
5860    A /trunk/share/skins2/default/slider_volume.png
5861    A /trunk/share/skins2/default/slider_volume_onclick.png
5862    A /trunk/share/skins2/default/slow.png
5863    A /trunk/share/skins2/default/slow_disabled.png
5864    A /trunk/share/skins2/default/slow_onclick.png
5865    A /trunk/share/skins2/default/sort.png
5866    A /trunk/share/skins2/default/sort_onclick.png
5867    A /trunk/share/skins2/default/stop.png
5868    A /trunk/share/skins2/default/stop_disabled.png
5869    A /trunk/share/skins2/default/stop_onclick.png
5870    A /trunk/share/skins2/default/theme.xml
5871    A /trunk/share/skins2/default/volume.png
5872    A /trunk/share/skins2/default/vout.png
5873    A /trunk/share/skins2/default/vout2.png
5874    A /trunk/share/skins2/default/vout_body.png
5875    A /trunk/share/skins2/default/vout_body1.png
5876    A /trunk/share/skins2/default/vout_bottom.png
5877    A /trunk/share/skins2/default/vout_bottom_left.png
5878    A /trunk/share/skins2/default/vout_bottom_right.png
5879    A /trunk/share/skins2/default/vout_left.png
5880    A /trunk/share/skins2/default/vout_onclick.png
5881    A /trunk/share/skins2/default/vout_right.png
5882    A /trunk/share/skins2/default/vout_top.png
5883    A /trunk/share/skins2/default/vout_top_left.png
5884    A /trunk/share/skins2/default/vout_top_right.png
5885    D /trunk/share/skins2/default.vlt
5886    A /trunk/share/skins2/playtree
5887    A /trunk/share/skins2/playtree/FreeSansBold.ttf
5888    A /trunk/share/skins2/playtree/add_item.png
5889    A /trunk/share/skins2/playtree/add_item_onclick.png
5890    A /trunk/share/skins2/playtree/body.png
5891    A /trunk/share/skins2/playtree/close.png
5892    A /trunk/share/skins2/playtree/close_mouseover.png
5893    A /trunk/share/skins2/playtree/close_onclick.png
5894    A /trunk/share/skins2/playtree/closed.png
5895    A /trunk/share/skins2/playtree/delete_item.png
5896    A /trunk/share/skins2/playtree/delete_item_onclick.png
5897    A /trunk/share/skins2/playtree/disabled.png
5898    A /trunk/share/skins2/playtree/fast.png
5899    A /trunk/share/skins2/playtree/fast_disabled.png
5900    A /trunk/share/skins2/playtree/fast_onclick.png
5901    A /trunk/share/skins2/playtree/item.png
5902    A /trunk/share/skins2/playtree/next.png
5903    A /trunk/share/skins2/playtree/next_disabled.png
5904    A /trunk/share/skins2/playtree/next_onclick.png
5905    A /trunk/share/skins2/playtree/open.png
5906    A /trunk/share/skins2/playtree/pause.png
5907    A /trunk/share/skins2/playtree/pause_onclick.png
5908    A /trunk/share/skins2/playtree/play.png
5909    A /trunk/share/skins2/playtree/play_onclick.png
5910    A /trunk/share/skins2/playtree/playlist.png
5911    A /trunk/share/skins2/playtree/playlist_body1.png
5912    A /trunk/share/skins2/playtree/playlist_body2.png
5913    A /trunk/share/skins2/playtree/playlist_body3.png
5914    A /trunk/share/skins2/playtree/playlist_body4.png
5915    A /trunk/share/skins2/playtree/playlist_body6.png
5916    A /trunk/share/skins2/playtree/playlist_body7.png
5917    A /trunk/share/skins2/playtree/playlist_body8.png
5918    A /trunk/share/skins2/playtree/playlist_body9.png
5919    A /trunk/share/skins2/playtree/playlist_button.png
5920    A /trunk/share/skins2/playtree/playlist_button2.png
5921    A /trunk/share/skins2/playtree/playlist_button_onclick.png
5922    A /trunk/share/skins2/playtree/playlist_button_onclick2.png
5923    A /trunk/share/skins2/playtree/preferences.png
5924    A /trunk/share/skins2/playtree/preferences_onclick.png
5925    A /trunk/share/skins2/playtree/previous.png
5926    A /trunk/share/skins2/playtree/previous_disabled.png
5927    A /trunk/share/skins2/playtree/previous_onclick.png
5928    A /trunk/share/skins2/playtree/reduce.png
5929    A /trunk/share/skins2/playtree/reduce_disabled.png
5930    A /trunk/share/skins2/playtree/reduce_mouseover.png
5931    A /trunk/share/skins2/playtree/reduce_onclick.png
5932    A /trunk/share/skins2/playtree/resize.png
5933    A /trunk/share/skins2/playtree/rev.png
5934    A /trunk/share/skins2/playtree/rev_disabled.png
5935    A /trunk/share/skins2/playtree/rev_onclick.png
5936    A /trunk/share/skins2/playtree/slider.png
5937    A /trunk/share/skins2/playtree/slider2.png
5938    A /trunk/share/skins2/playtree/slider_onclick.png
5939    A /trunk/share/skins2/playtree/slider_playlist.png
5940    A /trunk/share/skins2/playtree/slider_volume.png
5941    A /trunk/share/skins2/playtree/slider_volume_onclick.png
5942    A /trunk/share/skins2/playtree/slow.png
5943    A /trunk/share/skins2/playtree/slow_disabled.png
5944    A /trunk/share/skins2/playtree/slow_onclick.png
5945    A /trunk/share/skins2/playtree/sort.png
5946    A /trunk/share/skins2/playtree/sort_onclick.png
5947    A /trunk/share/skins2/playtree/stop.png
5948    A /trunk/share/skins2/playtree/stop_disabled.png
5949    A /trunk/share/skins2/playtree/stop_onclick.png
5950    A /trunk/share/skins2/playtree/theme.xml
5951    A /trunk/share/skins2/playtree/volume.png
5952    A /trunk/share/skins2/playtree/vout.png
5953    A /trunk/share/skins2/playtree/vout2.png
5954    A /trunk/share/skins2/playtree/vout_body.png
5955    A /trunk/share/skins2/playtree/vout_body1.png
5956    A /trunk/share/skins2/playtree/vout_bottom.png
5957    A /trunk/share/skins2/playtree/vout_bottom_left.png
5958    A /trunk/share/skins2/playtree/vout_bottom_right.png
5959    A /trunk/share/skins2/playtree/vout_left.png
5960    A /trunk/share/skins2/playtree/vout_onclick.png
5961    A /trunk/share/skins2/playtree/vout_right.png
5962    A /trunk/share/skins2/playtree/vout_top.png
5963    A /trunk/share/skins2/playtree/vout_top_left.png
5964    A /trunk/share/skins2/playtree/vout_top_right.png
5965    D /trunk/share/skins2/playtree.vlt
5966
5967 Use uncompressed VLT in svn instead of compressed and compress on build
5968
5969 ------------------------------------------------------------------------
5970 r14070 | zorglub | 2006-01-29 20:13:35 +0100 (Sun, 29 Jan 2006) | 2 lines
5971 Changed paths:
5972    M /trunk/test
5973    M /trunk/test/NativeLibvlcTest.py
5974    M /trunk/test/TODO
5975    M /trunk/test/native_libvlc/native_libvlc_test.c
5976    M /trunk/test/test.sh
5977
5978 Test some things
5979
5980 ------------------------------------------------------------------------
5981 r14069 | zorglub | 2006-01-29 20:04:07 +0100 (Sun, 29 Jan 2006) | 3 lines
5982 Changed paths:
5983    M /trunk/include/vlc/libvlc.h
5984    M /trunk/src/control/core.c
5985    M /trunk/src/control/playlist.c
5986
5987 Fix a crasher in exception handling
5988 Add some playlist functions
5989
5990 ------------------------------------------------------------------------
5991 r14068 | xtophe | 2006-01-29 18:33:55 +0100 (Sun, 29 Jan 2006) | 3 lines
5992 Changed paths:
5993    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
5994    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
5995    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
5996    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp
5997
5998 infopanels: Redimension the text area. implement modifiable
5999 iteminfo: Use infopanel.
6000
6001 ------------------------------------------------------------------------
6002 r14067 | zorglub | 2006-01-29 18:00:31 +0100 (Sun, 29 Jan 2006) | 2 lines
6003 Changed paths:
6004    D /trunk/test/BaseTest.py
6005    A /trunk/test/NativeLibvlcTest.py
6006    D /trunk/test/PlaylistTest.py
6007    A /trunk/test/PyMediaControlBaseTest.py
6008    A /trunk/test/PyMediaControlPlaylistTest.py (from /trunk/test/PlaylistTest.py:14062)
6009    A /trunk/test/PyMediaControlVariablesTest.py (from /trunk/test/VariablesTest.py:14062)
6010    D /trunk/test/VariablesTest.py
6011    A /trunk/test/native_libvlc
6012    A /trunk/test/native_libvlc/native_libvlc_test.c
6013    A /trunk/test/pyunit.h
6014    A /trunk/test/setup.py
6015    M /trunk/test/test.sh
6016
6017 Skeleton for testing libvlc
6018
6019 ------------------------------------------------------------------------
6020 r14066 | dionoea | 2006-01-29 17:44:04 +0100 (Sun, 29 Jan 2006) | 4 lines
6021 Changed paths:
6022    M /trunk/share/http/dialogs/main
6023    M /trunk/share/http/dialogs/vlm
6024    A /trunk/share/http/images/refresh.png
6025    A /trunk/share/http/images/slider_bar.png
6026    A /trunk/share/http/images/slider_left.png
6027    A /trunk/share/http/images/slider_point.png
6028    A /trunk/share/http/images/slider_right.png
6029    M /trunk/share/http/js/functions.js
6030    M /trunk/share/http/requests/status.xml
6031
6032 main, functions.js, slider_*.png : add position slider
6033 status.xml : add "seek" command
6034 vlm, refresh.png : add refresh buttons (page doesn't autorefresh)
6035
6036 ------------------------------------------------------------------------
6037 r14065 | hartman | 2006-01-29 16:25:07 +0100 (Sun, 29 Jan 2006) | 2 lines
6038 Changed paths:
6039    M /trunk/doc/fortunes.txt
6040
6041 * FORTUNE !!!! :D
6042
6043 ------------------------------------------------------------------------
6044 r14064 | dionoea | 2006-01-29 15:26:57 +0100 (Sun, 29 Jan 2006) | 4 lines
6045 Changed paths:
6046    M /trunk/share/http/js/functions.js
6047    M /trunk/share/http/js/vlm.js
6048    M /trunk/share/http/requests/vlm.xml
6049    M /trunk/src/misc/vlm.c
6050
6051 src/misc/vlm.c : export the current playlist item's index for each instance
6052 share/http/* : display instances for vlm media elements
6053                some layout changes (inputs and outputs)
6054
6055 ------------------------------------------------------------------------
6056 r14063 | dionoea | 2006-01-29 15:19:37 +0100 (Sun, 29 Jan 2006) | 2 lines
6057 Changed paths:
6058    M /trunk/modules/control/telnet.c
6059
6060 Prompt for password again after displaying "Wrong password."
6061
6062 ------------------------------------------------------------------------
6063 r14062 | zorglub | 2006-01-29 12:38:15 +0100 (Sun, 29 Jan 2006) | 2 lines
6064 Changed paths:
6065    M /trunk/src/interface/interaction.c
6066    M /trunk/src/misc/stats.c
6067
6068 Fix warnings
6069
6070 ------------------------------------------------------------------------
6071 r14061 | dionoea | 2006-01-29 12:01:37 +0100 (Sun, 29 Jan 2006) | 3 lines
6072 Changed paths:
6073    M /trunk/src/libvlc.h
6074    M /trunk/src/video_output/vout_intf.c
6075
6076 add boolean option "snapshot-preview" to enable/disable the snapshot's
6077 preview display in the top left corner of the screen.
6078
6079 ------------------------------------------------------------------------
6080 r14060 | courmisch | 2006-01-29 11:36:46 +0100 (Sun, 29 Jan 2006) | 2 lines
6081 Changed paths:
6082    M /trunk/modules/gui/wxwidgets/interface.cpp
6083
6084 Remove debug messages
6085
6086 ------------------------------------------------------------------------
6087 r14059 | courmisch | 2006-01-29 11:35:30 +0100 (Sun, 29 Jan 2006) | 3 lines
6088 Changed paths:
6089    M /trunk/src/network/tcp.c
6090
6091 Remove erroneous debug message
6092
6093
6094 ------------------------------------------------------------------------
6095 r14058 | courmisch | 2006-01-29 10:11:11 +0100 (Sun, 29 Jan 2006) | 2 lines
6096 Changed paths:
6097    M /trunk/modules/access_output/http.c
6098
6099 use vlc-https instead of vlc-http when using TLS
6100
6101 ------------------------------------------------------------------------
6102 r14057 | courmisch | 2006-01-29 10:03:15 +0100 (Sun, 29 Jan 2006) | 2 lines
6103 Changed paths:
6104    M /trunk/modules/access_output/http.c
6105
6106 Fix output stream leak in case of Avahi error
6107
6108 ------------------------------------------------------------------------
6109 r14056 | courmisch | 2006-01-29 10:00:31 +0100 (Sun, 29 Jan 2006) | 2 lines
6110 Changed paths:
6111    M /trunk/modules/access_output/http.c
6112
6113 Clean up
6114
6115 ------------------------------------------------------------------------
6116 r14055 | dionoea | 2006-01-29 01:11:22 +0100 (Sun, 29 Jan 2006) | 6 lines
6117 Changed paths:
6118    M /trunk/modules/control/http/mvar.c
6119    M /trunk/src/misc/vlm.c
6120
6121 modules/control/http/mvar.c : explore vlm_message_t trees all the way
6122                               (instead of stoping after a depth of 2)
6123
6124 src/misc/vlm.c : minor instance information reporting change
6125
6126
6127 ------------------------------------------------------------------------
6128 r14054 | xtophe | 2006-01-29 00:51:57 +0100 (Sun, 29 Jan 2006) | 2 lines
6129 Changed paths:
6130    M /trunk/configure.ac
6131
6132 confihure.ac: don't overwrite user options even if we have contrib
6133
6134 ------------------------------------------------------------------------
6135 r14053 | zorglub | 2006-01-28 23:31:23 +0100 (Sat, 28 Jan 2006) | 2 lines
6136 Changed paths:
6137    M /trunk/src/libvlc.c
6138
6139 Don't check syslog value if we don't have syslog.h
6140
6141 ------------------------------------------------------------------------
6142 r14052 | damienf | 2006-01-28 23:05:18 +0100 (Sat, 28 Jan 2006) | 2 lines
6143 Changed paths:
6144    M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
6145
6146 ffmpeg-cvs-wince.patch: removed duplicate patches/updated to ffmpeg latest version
6147
6148 ------------------------------------------------------------------------
6149 r14051 | damienf | 2006-01-28 21:42:36 +0100 (Sat, 28 Jan 2006) | 2 lines
6150 Changed paths:
6151    M /trunk/modules/access/cdda.c
6152
6153 cdda.c: don't forget to include <errno.h> when using errno
6154
6155 ------------------------------------------------------------------------
6156 r14050 | zorglub | 2006-01-28 19:53:58 +0100 (Sat, 28 Jan 2006) | 2 lines
6157 Changed paths:
6158    M /trunk/src/input/stream.c
6159
6160 Get stats on block inputs (Refs:#473)
6161
6162 ------------------------------------------------------------------------
6163 r14049 | zorglub | 2006-01-28 19:49:32 +0100 (Sat, 28 Jan 2006) | 2 lines
6164 Changed paths:
6165    M /trunk/configure.ac
6166
6167 Link cdda with iconv on osx
6168
6169 ------------------------------------------------------------------------
6170 r14048 | dionoea | 2006-01-28 19:44:54 +0100 (Sat, 28 Jan 2006) | 2 lines
6171 Changed paths:
6172    M /trunk/src/misc/vlm.c
6173
6174  misc/vlm.c : export some p_input variables (state, position, time, length, rate, title, chapter and seekable) when using the vlm "show (media)" command.
6175
6176 ------------------------------------------------------------------------
6177 r14047 | xtophe | 2006-01-28 19:43:13 +0100 (Sat, 28 Jan 2006) | 2 lines
6178 Changed paths:
6179    M /trunk/Makefile.am
6180
6181 win32 rules: make it more dirty to be able to produce debug package
6182
6183 ------------------------------------------------------------------------
6184 r14046 | zorglub | 2006-01-28 19:11:12 +0100 (Sat, 28 Jan 2006) | 2 lines
6185 Changed paths:
6186    M /trunk/configure.ac
6187    M /trunk/modules/access/cdda.c
6188    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
6189
6190 Add CDDB support to CDDA module (Refs:#459)
6191
6192 ------------------------------------------------------------------------
6193 r14045 | dionoea | 2006-01-28 17:10:26 +0100 (Sat, 28 Jan 2006) | 3 lines
6194 Changed paths:
6195    M /trunk/share/http/index.html
6196
6197 add warning about javascript support being needed if the browser doesn't
6198 support javascript.
6199
6200 ------------------------------------------------------------------------
6201 r14044 | dionoea | 2006-01-28 17:05:50 +0100 (Sat, 28 Jan 2006) | 2 lines
6202 Changed paths:
6203    M /trunk/share/http/js/functions.js
6204    M /trunk/share/http/js/vlm.js
6205
6206 make sure that local variables are local variables.
6207
6208 ------------------------------------------------------------------------
6209 r14043 | sigmunau | 2006-01-28 15:41:33 +0100 (Sat, 28 Jan 2006) | 5 lines
6210 Changed paths:
6211    M /trunk/modules/misc/freetype.c
6212
6213 freetype.c: don't render empty subtitles. 
6214 Some files uses an empty (only holding a space) subtitle to mark the end of
6215 the previous subtitle. These caused a little gray box to appear with
6216 --freetype-effect 3 before this change
6217
6218 ------------------------------------------------------------------------
6219 r14042 | zorglub | 2006-01-28 15:25:56 +0100 (Sat, 28 Jan 2006) | 2 lines
6220 Changed paths:
6221    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
6222
6223 Fix refcount problem
6224
6225 ------------------------------------------------------------------------
6226 r14041 | sigmunau | 2006-01-28 14:30:33 +0100 (Sat, 28 Jan 2006) | 2 lines
6227 Changed paths:
6228    M /trunk/src/interface/interaction.c
6229
6230 interaction.c: Don't crash in certain condition
6231
6232 ------------------------------------------------------------------------
6233 r14040 | sigmunau | 2006-01-28 12:49:22 +0100 (Sat, 28 Jan 2006) | 2 lines
6234 Changed paths:
6235    M /trunk/modules/control/telnet.c
6236
6237 telnet.c: a few more minor (potensial) memleaks
6238
6239 ------------------------------------------------------------------------
6240 r14039 | zorglub | 2006-01-28 12:38:49 +0100 (Sat, 28 Jan 2006) | 2 lines
6241 Changed paths:
6242    M /trunk/Makefile.am
6243    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
6244    M /trunk/share/Makefile.am
6245
6246 Fixes for prehistoric build system
6247
6248 ------------------------------------------------------------------------
6249 r14038 | sigmunau | 2006-01-28 12:36:30 +0100 (Sat, 28 Jan 2006) | 2 lines
6250 Changed paths:
6251    M /trunk/modules/control/telnet.c
6252
6253 telnet.c: fix a very minor memleak in Open
6254
6255 ------------------------------------------------------------------------
6256 r14037 | sigmunau | 2006-01-28 12:32:05 +0100 (Sat, 28 Jan 2006) | 5 lines
6257 Changed paths:
6258    M /trunk/src/misc/vlm.c
6259
6260 vlm.c: Add some asyncronity to schedule execution.
6261 Should fix issues when schedules add or delete new schedules. Closes:#510
6262
6263 Also fixes a minor memleak in schedule creation/deletion
6264
6265 ------------------------------------------------------------------------
6266 r14036 | zorglub | 2006-01-28 12:18:39 +0100 (Sat, 28 Jan 2006) | 2 lines
6267 Changed paths:
6268    A /trunk/share/http/old (from /trunk/share/http-old:14035)
6269    M /trunk/share/http/old/admin/browse.html
6270    M /trunk/share/http/old/index.html
6271    M /trunk/share/http/old/vlm/edit.html
6272    M /trunk/share/http/old/vlm/index.html
6273    M /trunk/share/http/old/vlm/new.html
6274    M /trunk/share/http/old/vlm/show.html
6275    M /trunk/share/http/old/webcam.html
6276    D /trunk/share/http-old
6277
6278 Move old HTTP interface to http/old so it can be used by ppl without JS. Todo: use <noscript> :)
6279
6280 ------------------------------------------------------------------------
6281 r14035 | zorglub | 2006-01-28 11:58:48 +0100 (Sat, 28 Jan 2006) | 2 lines
6282 Changed paths:
6283    M /trunk/doc/rrd-howto.txt
6284
6285 Improve doc
6286
6287 ------------------------------------------------------------------------
6288 r14034 | zorglub | 2006-01-28 11:56:47 +0100 (Sat, 28 Jan 2006) | 3 lines
6289 Changed paths:
6290    A /trunk/doc/rrd-howto.txt
6291    M /trunk/modules/misc/logger.c
6292
6293 RRD output (Refs:#473)
6294 This is a quick hack, which should in the end be merged in a way to expose stats
6295
6296 ------------------------------------------------------------------------
6297 r14033 | zorglub | 2006-01-28 11:45:13 +0100 (Sat, 28 Jan 2006) | 2 lines
6298 Changed paths:
6299    M /trunk/include/vlc_messages.h
6300    M /trunk/include/vlc_playlist.h
6301    M /trunk/src/misc/stats.c
6302    M /trunk/src/playlist/playlist.c
6303
6304 Compute global input/output stats (Refs:#473)
6305
6306 ------------------------------------------------------------------------
6307 r14032 | zorglub | 2006-01-27 21:35:42 +0100 (Fri, 27 Jan 2006) | 2 lines
6308 Changed paths:
6309    M /trunk/include/vlc_common.h
6310    M /trunk/include/vlc_objects.h
6311    M /trunk/src/input/input.c
6312    M /trunk/src/interface/interaction.c
6313    M /trunk/src/misc/messages.c
6314    M /trunk/src/misc/modules.c
6315    M /trunk/src/misc/objects.c
6316
6317 Don't print debug messages and don't do interaction on preparsing
6318
6319 ------------------------------------------------------------------------
6320 r14031 | zorglub | 2006-01-27 19:28:45 +0100 (Fri, 27 Jan 2006) | 3 lines
6321 Changed paths:
6322    M /trunk/src/libvlc.c
6323    M /trunk/src/misc/stats.c
6324    M /trunk/src/playlist/playlist.c
6325    M /trunk/src/stream_output/stream_output.c
6326
6327 * Improve timers (Refs:#473)
6328 * AccessOutWrite can be called with input already detached (Closes:#523)
6329
6330 ------------------------------------------------------------------------
6331 r14030 | sam | 2006-01-27 15:19:52 +0100 (Fri, 27 Jan 2006) | 2 lines
6332 Changed paths:
6333    M /trunk/extras/contrib/src
6334    M /trunk/extras/contrib/src/Makefile
6335    M /trunk/extras/contrib/src/packages.mak
6336
6337   * added NASM to the contribs (OS X x86 only) so that we can build x264.
6338
6339 ------------------------------------------------------------------------
6340 r14029 | dionoea | 2006-01-27 15:11:55 +0100 (Fri, 27 Jan 2006) | 2 lines
6341 Changed paths:
6342    M /trunk/activex/axvlc_rc.rc
6343    M /trunk/configure.ac
6344    M /trunk/debian/copyright
6345    M /trunk/modules/gui/wince/interface.cpp
6346    M /trunk/modules/gui/wxwidgets/interface.cpp
6347    M /trunk/mozilla/npvlc_rc.rc
6348    M /trunk/share/vlc_win32_rc.rc
6349
6350 Update copyright dates used in interfaces and binaries (2005 -> 2006)
6351
6352 ------------------------------------------------------------------------
6353 r14028 | dionoea | 2006-01-27 14:54:47 +0100 (Fri, 27 Jan 2006) | 3 lines
6354 Changed paths:
6355    M /trunk/AUTHORS
6356    M /trunk/modules/control/http/rpn.c
6357
6358  rpn.c : vlm_cmd now adds a "vlm_value" variable
6359  AUTHORS : add the HTTP interface rewrite
6360
6361 ------------------------------------------------------------------------
6362 r14027 | dionoea | 2006-01-27 14:48:28 +0100 (Fri, 27 Jan 2006) | 3 lines
6363 Changed paths:
6364    M /trunk/share/http/dialogs/vlm
6365    M /trunk/share/http/js/vlm.js
6366    A /trunk/share/http/vlm_export.html
6367
6368  * : it's now possible to enter a batch of commands or export the VLM
6369      configuration
6370
6371 ------------------------------------------------------------------------
6372 r14026 | dionoea | 2006-01-27 13:58:05 +0100 (Fri, 27 Jan 2006) | 3 lines
6373 Changed paths:
6374    M /trunk/src/misc/vlm.c
6375
6376 add "export" command. It behaves exactly like "save" except that commands
6377 are printed in a vlm_message and not in a file.
6378
6379 ------------------------------------------------------------------------
6380 r14025 | sam | 2006-01-27 10:48:54 +0100 (Fri, 27 Jan 2006) | 3 lines
6381 Changed paths:
6382    M /trunk/extras/contrib/src/Makefile
6383
6384   * extras/contrib/src/Makefile: removed a nonexistent patch that I did not
6385     commit.
6386
6387 ------------------------------------------------------------------------
6388 r14024 | sam | 2006-01-27 00:13:34 +0100 (Fri, 27 Jan 2006) | 17 lines
6389 Changed paths:
6390    M /trunk/extras/contrib/src
6391    M /trunk/extras/contrib/src/Makefile
6392    M /trunk/extras/contrib/src/Patches/faad2.patch
6393    A /trunk/extras/contrib/src/Patches/ffmpeg-cvs-mactel.patch
6394    A /trunk/extras/contrib/src/Patches/flac-mactel.patch
6395    A /trunk/extras/contrib/src/Patches/libdvdnav-mactel.patch
6396
6397   * Various patches to allow more contribs to build on OS X x86. Only x264
6398     and goom still do not build. I successfully built a native VLC using
6399     the current contribs and the following configuration line:
6400
6401     ./configure --disable-x11 --disable-xvideo --disable-glx --disable-gtk \
6402        --enable-sdl --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \
6403        --with-ffmpeg-zlib --enable-mad --enable-dvbpsi --enable-a52 \
6404        --disable-dvdplay --enable-dvdnav --enable-faad --enable-vorbis \
6405        --enable-ogg --enable-theora --enable-faac --enable-mkv \
6406        --enable-freetype --disable-cddax --disable-vcdx --enable-speex \
6407        --enable-flac --disable-goom --enable-livedotcom --enable-caca \
6408        --disable-skins2 --disable-wxwidgets --enable-modplug --enable-daap \
6409        --enable-x264 --enable-shout --enable-twolame --enable-debug
6410
6411     Apparently the native video output does not work yet, but sound and codecs
6412     seem rather OK.
6413
6414 ------------------------------------------------------------------------
6415 r14023 | sam | 2006-01-26 21:33:25 +0100 (Thu, 26 Jan 2006) | 2 lines
6416 Changed paths:
6417    M /trunk/extras/contrib/bootstrap
6418
6419   * extras/contrib/bootstrap: support i686-apple-darwin8.
6420
6421 ------------------------------------------------------------------------
6422 r14022 | sam | 2006-01-26 21:27:37 +0100 (Thu, 26 Jan 2006) | 3 lines
6423 Changed paths:
6424    M /trunk/modules/visualization/visual/visual.c
6425
6426   * modules/visualization/visual/visual.c: SECT_TEXT is a reserved Mach-O
6427     name, renamed it into SSECT_TEXT (for "spectral section").
6428
6429 ------------------------------------------------------------------------
6430 r14021 | sam | 2006-01-26 21:22:00 +0100 (Thu, 26 Jan 2006) | 4 lines
6431 Changed paths:
6432    M /trunk/configure.ac
6433
6434   * configure.ac: vec_ld() is not sufficient to check for AltiVec support on
6435     OS X x86, because it's just an undefined function; so we use the keyword
6436     "vector" to make sure.
6437
6438 ------------------------------------------------------------------------
6439 r14020 | sam | 2006-01-26 21:08:33 +0100 (Thu, 26 Jan 2006) | 3 lines
6440 Changed paths:
6441    M /trunk/src/misc/cpu.c
6442
6443   * src/misc/cpu.c: do not assume SYS_DARWIN means powerpc, so that we can
6444     properly detect CPU features on a MacIntel.
6445
6446 ------------------------------------------------------------------------
6447 r14019 | sam | 2006-01-26 20:51:06 +0100 (Thu, 26 Jan 2006) | 4 lines
6448 Changed paths:
6449    M /trunk/modules/video_chroma/i420_rgb16.c
6450    M /trunk/modules/video_chroma/i420_ymga.c
6451    M /trunk/modules/video_chroma/i420_yuy2.h
6452    M /trunk/modules/video_chroma/i422_yuy2.c
6453
6454   * modules/video_chroma/*: use .p2align instead of .align for data alignment,
6455     because .align's behaviour changes across platforms: on Linux x86 ELF its
6456     argument is a byte count, on OS X x86 Mach-O it's a log2.
6457
6458 ------------------------------------------------------------------------
6459 r14018 | courmisch | 2006-01-26 18:29:07 +0100 (Thu, 26 Jan 2006) | 2 lines
6460 Changed paths:
6461    M /trunk/src/network/udp.c
6462
6463 Fix UDP broadcast
6464
6465 ------------------------------------------------------------------------
6466 r14017 | sigmunau | 2006-01-26 18:14:09 +0100 (Thu, 26 Jan 2006) | 2 lines
6467 Changed paths:
6468    M /trunk/modules/demux/ts.c
6469
6470 modules/demux/ts.c: Fixed a very very minor memleak
6471
6472 ------------------------------------------------------------------------
6473 r14016 | sigmunau | 2006-01-26 18:05:57 +0100 (Thu, 26 Jan 2006) | 5 lines
6474 Changed paths:
6475    M /trunk/modules/access_output/udp.c
6476
6477 access_output/udp.c: Fixed an old  memleak.
6478 This leak is triggered each time the udp access out is started, so it 
6479 could be the cause of some of these "slow memleak with udp streaming" 
6480 reports we have had, if these users where streaming a file in repeat
6481
6482 ------------------------------------------------------------------------
6483 r14015 | sigmunau | 2006-01-26 17:51:47 +0100 (Thu, 26 Jan 2006) | 5 lines
6484 Changed paths:
6485    M /trunk/include/vlc_input.h
6486    M /trunk/src/misc/messages.c
6487
6488 src/misc/messages.c: Fixed a nasty memleak recently introduced
6489 vlc_input.h: Fixed a not so nasty memleak recently introduced
6490
6491 Thank you very much zorglub
6492
6493 ------------------------------------------------------------------------
6494 r14014 | xtophe | 2006-01-25 00:06:43 +0100 (Wed, 25 Jan 2006) | 3 lines
6495 Changed paths:
6496    M /trunk/configure.ac
6497
6498 configure.ac: Use AC_PATH_XTRA. 
6499               Still got to find a cleaner way to determine if we have Xv.so or Xv_pic, ...
6500
6501 ------------------------------------------------------------------------
6502 r14013 | xtophe | 2006-01-25 00:02:35 +0100 (Wed, 25 Jan 2006) | 2 lines
6503 Changed paths:
6504    M /trunk/configure.ac
6505
6506 configure.ac: No X11 on win32
6507
6508 ------------------------------------------------------------------------
6509 r14012 | zorglub | 2006-01-24 23:42:16 +0100 (Tue, 24 Jan 2006) | 14 lines
6510 Changed paths:
6511    M /trunk/include/vlc_common.h
6512    M /trunk/include/vlc_messages.h
6513    M /trunk/include/vlc_symbols.h
6514    M /trunk/src/misc/stats.c
6515    M /trunk/src/playlist/playlist.c
6516
6517 Add a timing facility (Refs:#473)
6518
6519 It is only available in debug mode.
6520
6521 To use: stats_TimerStart( vlc_object_t* , char *name );
6522 stats_TimerStop( vlc_object_t *, char *name );
6523
6524 stats_TimerDump( vlc_object_t* , char *name ) will print a line
6525
6526 TIMER name : last_time - total_time / number of samples (average time)
6527
6528 stats_TimersDumpAll is not implemented yet
6529  
6530
6531 ------------------------------------------------------------------------
6532 r14011 | dionoea | 2006-01-24 23:25:15 +0100 (Tue, 24 Jan 2006) | 3 lines
6533 Changed paths:
6534    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
6535
6536 use wxTR_HAS_VARIABLE_ROW_HEIGHT in the meta data tree (usefull is a line is
6537 full of \n)
6538
6539 ------------------------------------------------------------------------
6540 r14010 | sam | 2006-01-24 13:09:06 +0100 (Tue, 24 Jan 2006) | 5 lines
6541 Changed paths:
6542    M /trunk/Makefile.am
6543    M /trunk/bindings/java/Makefile.am
6544    M /trunk/configure.ac
6545
6546   * bindings/java/Makefile.am: use JAVACXXFLAGS and JAVALDFLAGS instead of
6547     the reserved words CXXFLAGS and LDFLAGS.
6548   * configure.ac: remove spaces inside parentheses that confuse automake.
6549   * Makefile.am: do not use both = and += inside conditionals.
6550
6551 ------------------------------------------------------------------------
6552 r14009 | xtophe | 2006-01-24 10:53:53 +0100 (Tue, 24 Jan 2006) | 2 lines
6553 Changed paths:
6554    M /trunk/vlc.win32.nsi
6555
6556 Don't put contextual menu on the recycle bin. Thanks to Razer in the forum (closes #511)
6557
6558 ------------------------------------------------------------------------
6559 r14008 | hartman | 2006-01-24 06:52:40 +0100 (Tue, 24 Jan 2006) | 4 lines
6560 Changed paths:
6561    M /trunk/modules/demux/ps.c
6562
6563 * Fake the PCR/SCR on MPEG PES streams (VDR for instance).
6564   Don't worry, it's if()'ed such that it's almost impossible for a normal PS file to trigger the hack.
6565   It worked for all my VDR PES files and was never triggered for my entire PS collection.
6566
6567 ------------------------------------------------------------------------
6568 r14007 | zorglub | 2006-01-23 22:21:19 +0100 (Mon, 23 Jan 2006) | 2 lines
6569 Changed paths:
6570    M /trunk/include/vlc_messages.h
6571    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
6572    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
6573    M /trunk/modules/stream_out/transcode.c
6574    M /trunk/src/misc/stats.c
6575    M /trunk/src/stream_output/stream_output.c
6576
6577 Gather some sout stats (Refs:#473)
6578
6579 ------------------------------------------------------------------------
6580 r14006 | hartman | 2006-01-23 22:10:49 +0100 (Mon, 23 Jan 2006) | 3 lines
6581 Changed paths:
6582    M /trunk/modules/demux/mp4/libmp4.c
6583
6584 * Don't crash if the hdlr in a mov has no name.
6585 * spelling correction and debug for out of bound child boxes.
6586
6587 ------------------------------------------------------------------------
6588 r14005 | zorglub | 2006-01-23 20:09:22 +0100 (Mon, 23 Jan 2006) | 2 lines
6589 Changed paths:
6590    M /trunk/modules/control/netsync.c
6591    M /trunk/modules/control/showintf.c
6592    M /trunk/src/libvlc.c
6593    M /trunk/src/libvlc.h
6594
6595 Add global options for netsync and showintf and hide them from interface (Closes:#508)
6596
6597 ------------------------------------------------------------------------
6598 r14004 | xtophe | 2006-01-23 16:35:02 +0100 (Mon, 23 Jan 2006) | 3 lines
6599 Changed paths:
6600    M /trunk/modules/access_output/http.c
6601
6602 http.c: add an option to disable bonjour (closes #509).
6603         Please review and improve the option text and longtext strings. 
6604
6605 ------------------------------------------------------------------------
6606 r14003 | damienf | 2006-01-23 13:00:00 +0100 (Mon, 23 Jan 2006) | 3 lines
6607 Changed paths:
6608    M /trunk/activex/oleobject.cpp
6609    M /trunk/activex/plugin.cpp
6610    M /trunk/activex/vlccontrol.cpp
6611
6612 plugin.cpp, oleobject.cpp: fix for ShowDisplay/Visible on activation
6613 vlccontrol.cpp: fixed small mem leak
6614
6615 ------------------------------------------------------------------------
6616 r14002 | dionoea | 2006-01-23 02:04:16 +0100 (Mon, 23 Jan 2006) | 2 lines
6617 Changed paths:
6618    M /trunk/modules/codec/dvbsub.c
6619
6620 oops, last commit wasn't meant to happen
6621
6622 ------------------------------------------------------------------------
6623 r14001 | dionoea | 2006-01-23 02:02:54 +0100 (Mon, 23 Jan 2006) | 16 lines
6624 Changed paths:
6625    M /trunk/modules/codec/dvbsub.c
6626
6627 fix subtitles position (aspect ratio)
6628
6629 the subtitle was displayed fine but since aspect ratios didn't match it
6630 wasn't positioned correctly on the vout. ie:
6631 --------------
6632 |            |
6633 |            |
6634 |      subtit|
6635 |            |
6636 -------------- ( http://people.videolan.org/~dionoea/vlcsubs.png )
6637
6638 now it's displayed in the center but the letters are scaled horrizontaly
6639 (which doesn't look too good ... but at least everything is displayed)
6640 ( http://people.videolan.org/~dionoea/vlcsubs2.png )
6641
6642
6643 ------------------------------------------------------------------------
6644 r14000 | hartman | 2006-01-23 01:34:33 +0100 (Mon, 23 Jan 2006) | 3 lines
6645 Changed paths:
6646    M /trunk/modules/misc/freetype.c
6647
6648 * Fix the opacity and color settings for the YUVA renderer.
6649 PS: It seems the YUVA blend has an UV subsample bug which can cause unwanted offsets of 1
6650
6651 ------------------------------------------------------------------------
6652 r13999 | dionoea | 2006-01-23 01:23:14 +0100 (Mon, 23 Jan 2006) | 3 lines
6653 Changed paths:
6654    M /trunk/share/http/dialogs/vlm
6655    M /trunk/share/http/js/functions.js
6656    M /trunk/share/http/js/vlm.js
6657
6658  dialogs/vlm, js/vlm.js : add schedule support
6659  * : some code cleanup.
6660
6661 ------------------------------------------------------------------------
6662 r13998 | hartman | 2006-01-22 23:54:57 +0100 (Sun, 22 Jan 2006) | 2 lines
6663 Changed paths:
6664    M /trunk/modules/demux/mkv.cpp
6665
6666 * Pass along the SSA header in mkv files to the decoder.
6667
6668 ------------------------------------------------------------------------
6669 r13997 | dionoea | 2006-01-22 23:52:20 +0100 (Sun, 22 Jan 2006) | 3 lines
6670 Changed paths:
6671    M /trunk/src/misc/vlm.c
6672
6673 If one schedule was disabled, all the folowing schedules weren't shown.
6674 Could someone explain why this return was put here in the first place ?
6675
6676 ------------------------------------------------------------------------
6677 r13996 | sigmunau | 2006-01-22 23:49:01 +0100 (Sun, 22 Jan 2006) | 14 lines
6678 Changed paths:
6679    M /trunk/modules/misc/freetype.c
6680
6681 freetype.c: Revived and revamped old yuva renderer
6682
6683 Highlights:
6684   Three rendering modes: Outline, Fat outline and background
6685   Better looking
6686 Drawbacks:
6687   White only at the moment
6688   no yuva blend filter for some chromas
6689   
6690 the old renderer is available with the --freetype-yuvp option, since this is
6691 needed at least for dvbsubs encoding. (and for people with no usable blend
6692 filter)
6693
6694
6695 ------------------------------------------------------------------------
6696 r13995 | hartman | 2006-01-22 23:27:29 +0100 (Sun, 22 Jan 2006) | 2 lines
6697 Changed paths:
6698    M /trunk/modules/demux/vobsub.c
6699
6700 * Stupid subtitles with their lack of proper specifications and implementations.....
6701
6702 ------------------------------------------------------------------------
6703 r13994 | hartman | 2006-01-22 23:20:19 +0100 (Sun, 22 Jan 2006) | 2 lines
6704 Changed paths:
6705    M /trunk/modules/demux/vobsub.c
6706
6707 * The vobsub param is Delay, not delay.
6708
6709 ------------------------------------------------------------------------
6710 r13993 | xtophe | 2006-01-22 19:13:59 +0100 (Sun, 22 Jan 2006) | 2 lines
6711 Changed paths:
6712    M /trunk/Makefile.am
6713
6714 Fix the win* package rules for the http intf.
6715
6716 ------------------------------------------------------------------------
6717 r13992 | xtophe | 2006-01-22 19:10:53 +0100 (Sun, 22 Jan 2006) | 2 lines
6718 Changed paths:
6719    M /trunk/modules/control/ntservice.c
6720
6721 missing in [13991].
6722
6723 ------------------------------------------------------------------------
6724 r13991 | zorglub | 2006-01-22 18:12:24 +0100 (Sun, 22 Jan 2006) | 6 lines
6725 Changed paths:
6726    M /trunk/include/variables.h
6727    M /trunk/include/vlc_interface.h
6728    M /trunk/include/vlc_symbols.h
6729    M /trunk/modules/codec/cmml/cmml.c
6730    M /trunk/modules/control/rc.c
6731    M /trunk/modules/misc/logger.c
6732    M /trunk/src/input/input.c
6733    M /trunk/src/interface/interface.c
6734    M /trunk/src/libvlc.c
6735    M /trunk/src/libvlc.h
6736    M /trunk/src/misc/variables.c
6737
6738 * Make ParseOption (from input) a global service (var_OptionParse)
6739 * Add i_options/pp_options to intf_Create
6740
6741 * add global options to enable file-logging and syslog (Refs:#508)
6742
6743
6744 ------------------------------------------------------------------------
6745 r13990 | zorglub | 2006-01-22 18:10:57 +0100 (Sun, 22 Jan 2006) | 2 lines
6746 Changed paths:
6747    M /trunk/include/modules.h
6748
6749 Add a psz_help field to module_t (Refs:#413)
6750
6751 ------------------------------------------------------------------------
6752 r13989 | dionoea | 2006-01-22 17:45:40 +0100 (Sun, 22 Jan 2006) | 2 lines
6753 Changed paths:
6754    M /trunk/configure.ac
6755
6756 add "oc" to the language list
6757
6758 ------------------------------------------------------------------------
6759 r13988 | dionoea | 2006-01-22 17:44:54 +0100 (Sun, 22 Jan 2006) | 2 lines
6760 Changed paths:
6761    M /trunk/Makefile.am
6762
6763 same thing for wince
6764
6765 ------------------------------------------------------------------------
6766 r13987 | dionoea | 2006-01-22 17:42:55 +0100 (Sun, 22 Jan 2006) | 3 lines
6767 Changed paths:
6768    M /trunk/Makefile.am
6769
6770 this should fix the win build. This build system is plain stupid. Why do we
6771 have references to the same stuff in http/Makefile.am and Makefile.am ?
6772
6773 ------------------------------------------------------------------------
6774 r13986 | zorglub | 2006-01-22 17:35:59 +0100 (Sun, 22 Jan 2006) | 2 lines
6775 Changed paths:
6776    M /trunk/src/network/httpd.c
6777
6778 Less HTTPd debugging
6779
6780 ------------------------------------------------------------------------
6781 r13985 | xtophe | 2006-01-22 17:18:39 +0100 (Sun, 22 Jan 2006) | 3 lines
6782 Changed paths:
6783    A /trunk/share/http/.hosts (from /trunk/share/http-old/.hosts:13982)
6784    M /trunk/share/http/dialogs/.hosts
6785
6786 .hosts: Provide a template .hosts.
6787 dialogs/.hosts: Explanation about the empty file. 
6788
6789 ------------------------------------------------------------------------
6790 r13984 | dionoea | 2006-01-22 17:18:38 +0100 (Sun, 22 Jan 2006) | 2 lines
6791 Changed paths:
6792    M /trunk/share/http/requests/vlm.xml
6793
6794 fix cut & paste error (bis).
6795
6796 ------------------------------------------------------------------------
6797 r13983 | dionoea | 2006-01-22 17:18:02 +0100 (Sun, 22 Jan 2006) | 2 lines
6798 Changed paths:
6799    M /trunk/share/http/requests/vlm.xml
6800
6801 fix cut & paste error.
6802
6803 ------------------------------------------------------------------------
6804 r13982 | zorglub | 2006-01-22 17:01:30 +0100 (Sun, 22 Jan 2006) | 2 lines
6805 Changed paths:
6806    M /trunk/modules/access/vcdx/Modules.am
6807
6808 Fix build of vcdx module
6809
6810 ------------------------------------------------------------------------
6811 r13981 | dionoea | 2006-01-22 16:59:52 +0100 (Sun, 22 Jan 2006) | 7 lines
6812 Changed paths:
6813    M /trunk/share/http/dialogs/vlm
6814    M /trunk/share/http/js/vlm.js
6815    M /trunk/share/http/style.css
6816    M /trunk/share/http/vlm.html
6817
6818  all: handle VLM broadcast and vod elements.
6819  todo: - seeking on broadcast elements
6820        - schedules
6821        - file(or textbox) load / save. might need some changes to the VLM
6822          core in order to export commands to a string (and not to a file)
6823        
6824
6825 ------------------------------------------------------------------------
6826 r13980 | sam | 2006-01-22 13:52:13 +0100 (Sun, 22 Jan 2006) | 2 lines
6827 Changed paths:
6828    M /trunk/debian/changelog
6829    M /trunk/debian/control
6830    M /trunk/debian/rules
6831
6832   * debian/*: new Debian upload.
6833
6834 ------------------------------------------------------------------------
6835 r13979 | dionoea | 2006-01-22 12:25:48 +0100 (Sun, 22 Jan 2006) | 2 lines
6836 Changed paths:
6837    M /trunk/share/Makefile.am
6838
6839 oops, i forgot to commit this
6840
6841 ------------------------------------------------------------------------
6842 r13978 | ipkiss | 2006-01-22 12:12:33 +0100 (Sun, 22 Jan 2006) | 2 lines
6843 Changed paths:
6844    M /trunk/doc/skins/skins2-howto.xml
6845
6846  * share/skins/skins2-howto.xml: SVN instead of CVS, and added a link to the DTD.
6847
6848 ------------------------------------------------------------------------
6849 r13977 | sam | 2006-01-22 11:48:06 +0100 (Sun, 22 Jan 2006) | 2 lines
6850 Changed paths:
6851    M /trunk/debian/vlc.mime
6852
6853   * debian/vlc.mime: put flags after the command, as per mailcap(5).
6854
6855 ------------------------------------------------------------------------
6856 r13976 | dionoea | 2006-01-22 02:38:28 +0100 (Sun, 22 Jan 2006) | 23 lines
6857 Changed paths:
6858    A /trunk/share/http/dialogs
6859    A /trunk/share/http/dialogs/.hosts
6860    A /trunk/share/http/dialogs/browse
6861    A /trunk/share/http/dialogs/footer
6862    A /trunk/share/http/dialogs/input
6863    A /trunk/share/http/dialogs/main
6864    A /trunk/share/http/dialogs/mosaic
6865    A /trunk/share/http/dialogs/playlist
6866    A /trunk/share/http/dialogs/sout
6867    A /trunk/share/http/dialogs/vlm
6868    D /trunk/share/http/functions.js
6869    M /trunk/share/http/index.html
6870    A /trunk/share/http/js
6871    A /trunk/share/http/js/functions.js (from /trunk/share/http/functions.js:13818)
6872    A /trunk/share/http/js/mosaic.js
6873    A /trunk/share/http/js/vlm.js
6874    A /trunk/share/http/mosaic.html
6875    M /trunk/share/http/requests/browse.xml
6876    M /trunk/share/http/requests/playlist.xml
6877    M /trunk/share/http/requests/status.xml
6878    A /trunk/share/http/requests/vlm.xml
6879    A /trunk/share/http/requests/vlm_cmd.xml
6880    M /trunk/share/http/style.css
6881    A /trunk/share/http/vlm.html
6882
6883 begining of a VLM interface and some code organisations changes. The vlm
6884 interface should be done pretty soon (i'll try to finish it tomorrow)
6885
6886  vlm.html : vlm web interface. What works: sending broadcast and vod creation
6887             commands
6888
6889  js/vlm.js : add code to handle sending vlm commands.
6890
6891  requests/vlm_cmd.xml : used to send a vlm command and get the resulting
6892                         error message
6893
6894  requests/vlm.xml : export the full vlm media/schedules "tree". I still need
6895                     to parse that in js/vlm.js in order to display it in
6896                     dialogs/vlm .
6897
6898  dialogs/* : dialogs' code which is used as building blocks for the
6899              main pages. (in order to avoid code duplication)
6900
6901  mosaic.html, js/mosaic.js, dialogs/mosaic : start of a mosaic help
6902             page. nothing works and it's almost empty but i didn't feel like
6903             sorting through the commited files.
6904
6905
6906 ------------------------------------------------------------------------
6907 r13975 | dionoea | 2006-01-22 01:11:00 +0100 (Sun, 22 Jan 2006) | 2 lines
6908 Changed paths:
6909    M /trunk/modules/control/http/rpn.c
6910
6911 remove dirty debug messages.
6912
6913 ------------------------------------------------------------------------
6914 r13974 | dionoea | 2006-01-22 01:09:06 +0100 (Sun, 22 Jan 2006) | 8 lines
6915 Changed paths:
6916    M /trunk/modules/control/http/rpn.c
6917
6918 new "vlm_cmd" (or "vlm_command") rpn function.
6919
6920 Since vlm commands are often full of spaces, you need to use the ";"
6921 command delimiter to mark the end of a command.
6922
6923 For example : <vlc id="rpn" param1="; broadcast name new vlm_cmd" />
6924
6925
6926 ------------------------------------------------------------------------
6927 r13973 | hartman | 2006-01-22 00:33:56 +0100 (Sun, 22 Jan 2006) | 2 lines
6928 Changed paths:
6929    M /trunk/modules/codec/quicktime.c
6930
6931 * Compile fix
6932
6933 ------------------------------------------------------------------------
6934 r13972 | hartman | 2006-01-22 00:05:00 +0100 (Sun, 22 Jan 2006) | 2 lines
6935 Changed paths:
6936    M /trunk/modules/codec/quicktime.c
6937
6938 * Some cleanup to the QT decoder. Still doesn't function. 
6939
6940 ------------------------------------------------------------------------
6941 r13971 | dionoea | 2006-01-21 23:05:31 +0100 (Sat, 21 Jan 2006) | 2 lines
6942 Changed paths:
6943    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
6944
6945 this looks better (thanks to Dnumgis for noticing)
6946
6947 ------------------------------------------------------------------------
6948 r13970 | hartman | 2006-01-21 22:29:07 +0100 (Sat, 21 Jan 2006) | 3 lines
6949 Changed paths:
6950    M /trunk/modules/audio_output/auhal.c
6951
6952 * workaround for device drivers that do not support "kAudioDevicePropertyPreferredChannelLayout".
6953   Grmbl @ Digidesign coders...
6954
6955 ------------------------------------------------------------------------
6956 r13969 | dionoea | 2006-01-21 21:46:09 +0100 (Sat, 21 Jan 2006) | 2 lines
6957 Changed paths:
6958    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
6959
6960 looks nicer this way
6961
6962 ------------------------------------------------------------------------
6963 r13968 | hartman | 2006-01-21 21:38:05 +0100 (Sat, 21 Jan 2006) | 2 lines
6964 Changed paths:
6965    M /trunk/modules/demux/vobsub.c
6966
6967 * One more fix for vobsubs with negative times
6968
6969 ------------------------------------------------------------------------
6970 r13967 | dionoea | 2006-01-21 21:30:57 +0100 (Sat, 21 Jan 2006) | 2 lines
6971 Changed paths:
6972    M /trunk/doc/fortunes.txt
6973
6974 Fortune !
6975
6976 ------------------------------------------------------------------------
6977 r13966 | zorglub | 2006-01-21 18:59:14 +0100 (Sat, 21 Jan 2006) | 2 lines
6978 Changed paths:
6979    M /trunk/src/libvlc.h
6980    M /trunk/src/playlist/item-ext.c
6981
6982 Add an "auto-preparse" option (default TRUE) - Refs:#192
6983
6984 ------------------------------------------------------------------------
6985 r13965 | courmisch | 2006-01-21 18:55:45 +0100 (Sat, 21 Jan 2006) | 2 lines
6986 Changed paths:
6987    M /trunk/modules/gui/wxwidgets/interface.cpp
6988
6989 Ugly bug-to-bug fix for wxWidgets drag'n'drop (closes #507)
6990
6991 ------------------------------------------------------------------------
6992 r13964 | zorglub | 2006-01-21 18:54:02 +0100 (Sat, 21 Jan 2006) | 2 lines
6993 Changed paths:
6994    M /trunk/src/playlist/playlist.c
6995
6996 Don't bother creating an input thread for non-file 
6997
6998 ------------------------------------------------------------------------
6999 r13963 | zorglub | 2006-01-21 18:50:55 +0100 (Sat, 21 Jan 2006) | 2 lines
7000 Changed paths:
7001    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
7002
7003 Don't preparse if we are about to play - Refs:#192
7004
7005 ------------------------------------------------------------------------
7006 r13962 | zorglub | 2006-01-21 18:44:07 +0100 (Sat, 21 Jan 2006) | 2 lines
7007 Changed paths:
7008    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
7009    M /trunk/modules/gui/wxwidgets/dialogs.cpp
7010    M /trunk/src/network/httpd.c
7011    M /trunk/src/playlist/item-ext.c
7012
7013 Preparse items added through the directory access or directly to the interface (Refs:#192)
7014
7015 ------------------------------------------------------------------------
7016 r13961 | sam | 2006-01-21 17:49:53 +0100 (Sat, 21 Jan 2006) | 3 lines
7017 Changed paths:
7018    M /trunk/modules/codec/spudec/parse.c
7019    M /trunk/modules/codec/spudec/spudec.c
7020    M /trunk/modules/codec/spudec/spudec.h
7021
7022   * modules/codec/spudec: fixed various (innocuous) buffer overflows and
7023     paved the way for private SPU commands.
7024
7025 ------------------------------------------------------------------------
7026 r13960 | zorglub | 2006-01-21 17:44:36 +0100 (Sat, 21 Jan 2006) | 5 lines
7027 Changed paths:
7028    M /trunk/include/vlc/vlc.h
7029    M /trunk/include/vlc_playlist.h
7030    M /trunk/modules/access/directory.c
7031    M /trunk/src/playlist/playlist.c
7032
7033 Enqueue the item ID instead of pointer for preparse
7034 Add a PLAYLIST_PREPARSE flag to tell that the item must be enqueued for preparse on add (not implemented yet).
7035
7036 Refs:#192
7037
7038 ------------------------------------------------------------------------
7039 r13959 | zorglub | 2006-01-21 17:37:34 +0100 (Sat, 21 Jan 2006) | 2 lines
7040 Changed paths:
7041    M /trunk/src/playlist/item.c
7042
7043 Don't block item name (Closes:#506)
7044
7045 ------------------------------------------------------------------------
7046 r13958 | zorglub | 2006-01-21 15:14:36 +0100 (Sat, 21 Jan 2006) | 2 lines
7047 Changed paths:
7048    M /trunk/include/aout_internal.h
7049    M /trunk/include/vlc_messages.h
7050    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
7051    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
7052    M /trunk/src/audio_output/dec.c
7053    M /trunk/src/audio_output/input.c
7054    M /trunk/src/audio_output/mixer.c
7055    M /trunk/src/input/input.c
7056    M /trunk/src/misc/stats.c
7057    M /trunk/src/playlist/playlist.c
7058
7059 Audio - Refs:#473
7060
7061 ------------------------------------------------------------------------
7062 r13957 | zorglub | 2006-01-21 14:49:42 +0100 (Sat, 21 Jan 2006) | 2 lines
7063 Changed paths:
7064    M /trunk/modules/gui/skins2/unzip/unzip.c
7065
7066 Get rid of warning
7067
7068 ------------------------------------------------------------------------
7069 r13956 | xtophe | 2006-01-21 00:37:23 +0100 (Sat, 21 Jan 2006) | 2 lines
7070 Changed paths:
7071    M /trunk/INSTALL.win32
7072
7073 Install.win32: Add path for pkg-config
7074
7075 ------------------------------------------------------------------------
7076 r13955 | xtophe | 2006-01-20 19:50:48 +0100 (Fri, 20 Jan 2006) | 2 lines
7077 Changed paths:
7078    M /trunk/configure.ac
7079
7080 Fix X includes detection.
7081
7082 ------------------------------------------------------------------------
7083 r13954 | oaubert | 2006-01-20 12:59:13 +0100 (Fri, 20 Jan 2006) | 2 lines
7084 Changed paths:
7085    M /trunk/modules/misc/svg.c
7086
7087 svg.c: use conditional includes for system includes (unistd.h, stat.h, types.h)
7088
7089 ------------------------------------------------------------------------
7090 r13953 | damienf | 2006-01-20 01:31:44 +0100 (Fri, 20 Jan 2006) | 2 lines
7091 Changed paths:
7092    M /trunk/extras/MacOSX/plugin/Info.plist
7093    M /trunk/mozilla/Makefile.am
7094
7095 all: updated mozilla MacOS X bundle, Safari can 'see' it now (didn't run it though)
7096
7097 ------------------------------------------------------------------------
7098 r13952 | hartman | 2006-01-19 17:10:14 +0100 (Thu, 19 Jan 2006) | 2 lines
7099 Changed paths:
7100    M /trunk/modules/audio_output/auhal.c
7101
7102 * auhal.c: Another workaround for devices not supporting hogmode
7103
7104 ------------------------------------------------------------------------
7105 r13951 | sigmunau | 2006-01-19 13:47:08 +0100 (Thu, 19 Jan 2006) | 2 lines
7106 Changed paths:
7107    M /trunk/modules/access/dvb/linux_dvb.c
7108
7109 linux_dvb.c: output "Tuning failed" in dvb status page rather than nothing when we have no lock
7110
7111 ------------------------------------------------------------------------
7112 r13950 | xtophe | 2006-01-19 10:01:34 +0100 (Thu, 19 Jan 2006) | 2 lines
7113 Changed paths:
7114    M /trunk/configure.ac
7115
7116 Oops. I shall read the diff before commiting
7117
7118 ------------------------------------------------------------------------
7119 r13949 | xtophe | 2006-01-19 01:01:17 +0100 (Thu, 19 Jan 2006) | 2 lines
7120 Changed paths:
7121    M /trunk/configure.ac
7122
7123 configure.ac: Try harder to find the X headers and libs.
7124
7125 ------------------------------------------------------------------------
7126 r13948 | xtophe | 2006-01-18 13:08:03 +0100 (Wed, 18 Jan 2006) | 2 lines
7127 Changed paths:
7128    M /trunk/include/vlc_interaction.h
7129    M /trunk/src/interface/interaction.c
7130    M /trunk/src/misc/stats.c
7131
7132 Copyright dates and svn properties
7133
7134 ------------------------------------------------------------------------
7135 r13947 | hartman | 2006-01-18 02:39:30 +0100 (Wed, 18 Jan 2006) | 2 lines
7136 Changed paths:
7137    M /trunk/modules/audio_output/auhal.c
7138
7139 * auhal.c: Some drivers don't support hogmode. Don't fail entirely if this is the case.
7140
7141 ------------------------------------------------------------------------
7142 r13946 | damienf | 2006-01-17 16:38:42 +0100 (Tue, 17 Jan 2006) | 3 lines
7143 Changed paths:
7144    M /trunk/activex/README.TXT
7145
7146 README.TXT: updated documentation
7147
7148
7149 ------------------------------------------------------------------------
7150 r13945 | oaubert | 2006-01-17 12:58:26 +0100 (Tue, 17 Jan 2006) | 2 lines
7151 Changed paths:
7152    M /trunk/include/mediacontrol_internal.h
7153
7154 mediacontrol_internal.h: oops. Superfluous typedef (defined in vlc/mediacontrol.h)
7155
7156 ------------------------------------------------------------------------
7157 r13944 | oaubert | 2006-01-17 11:26:59 +0100 (Tue, 17 Jan 2006) | 2 lines
7158 Changed paths:
7159    M /trunk/include/mediacontrol_internal.h
7160    M /trunk/include/vlc/mediacontrol.h
7161
7162 mediacontrol API: proper fix for mediacontrol_Instance forward declaration
7163
7164 ------------------------------------------------------------------------
7165 r13943 | damienf | 2006-01-17 11:19:03 +0100 (Tue, 17 Jan 2006) | 7 lines
7166 Changed paths:
7167    M /trunk/modules/access/dshow/dshow.cpp
7168
7169 dshow.cpp: Removed default preferred media types (I420) as it was reported by Paul Sokolovsky to cause kernel crashes
7170            with some buggy drivers. I added these media types a while back to get around another bug for drivers that
7171            didn't offer any preferred media types.
7172            Hopefully, the latter bug should be indirectly fixed when I added support for IAMStreamConfig.
7173            Moreover, I modified the selection of a default format in IAMStreamConfig to take
7174            GetFourCCPriority into a account.
7175
7176 ------------------------------------------------------------------------
7177 r13942 | jpsaman | 2006-01-16 22:32:56 +0100 (Mon, 16 Jan 2006) | 1 line
7178 Changed paths:
7179    M /trunk/modules/stream_out/transcode.c
7180
7181 Whitespace cleanup
7182 ------------------------------------------------------------------------
7183 r13941 | hartman | 2006-01-16 21:22:40 +0100 (Mon, 16 Jan 2006) | 2 lines
7184 Changed paths:
7185    M /trunk/modules/access/rtsp/access.c
7186
7187 * Real RTSP sometimes uses pnm://
7188
7189 ------------------------------------------------------------------------
7190 r13940 | damienf | 2006-01-16 20:44:18 +0100 (Mon, 16 Jan 2006) | 2 lines
7191 Changed paths:
7192    M /trunk/mozilla/Makefile.am
7193
7194 Makefile.am: thou shalt test thy changes (self flagellation in progress)
7195
7196 ------------------------------------------------------------------------
7197 r13939 | jpsaman | 2006-01-16 20:01:58 +0100 (Mon, 16 Jan 2006) | 1 line
7198 Changed paths:
7199    M /trunk/src/control/mediacontrol_core.c
7200
7201 Codingstyle fixes
7202 ------------------------------------------------------------------------
7203 r13938 | jpsaman | 2006-01-16 20:01:24 +0100 (Mon, 16 Jan 2006) | 1 line
7204 Changed paths:
7205    M /trunk/include/vlc_symbols.h
7206
7207 Define vlc_curent_object in include/vlc_objects.h
7208 ------------------------------------------------------------------------
7209 r13937 | jpsaman | 2006-01-16 20:00:22 +0100 (Mon, 16 Jan 2006) | 1 line
7210 Changed paths:
7211    M /trunk/extras/zsh.cpp
7212    M /trunk/include/vlc_objects.h
7213    M /trunk/src/control/core.c
7214
7215 Define vlc_curent_object in include/vlc_objects.h
7216 ------------------------------------------------------------------------
7217 r13936 | jpsaman | 2006-01-16 19:58:15 +0100 (Mon, 16 Jan 2006) | 1 line
7218 Changed paths:
7219    M /trunk/include/mediacontrol_internal.h
7220    M /trunk/include/vlc/mediacontrol.h
7221
7222 Define mediacontrol_Instance in the right place
7223 ------------------------------------------------------------------------
7224 r13935 | jpsaman | 2006-01-16 19:50:48 +0100 (Mon, 16 Jan 2006) | 1 line
7225 Changed paths:
7226    M /trunk/src/control/mediacontrol_audio_video.c
7227
7228 Indentation and coding style fixes
7229 ------------------------------------------------------------------------
7230 r13934 | jpsaman | 2006-01-16 19:03:14 +0100 (Mon, 16 Jan 2006) | 1 line
7231 Changed paths:
7232    M /trunk/include/vlc/libvlc.h
7233
7234 Define libvlc_exception_raise() in the proper place
7235 ------------------------------------------------------------------------
7236 r13933 | damienf | 2006-01-16 19:01:38 +0100 (Mon, 16 Jan 2006) | 2 lines
7237 Changed paths:
7238    M /trunk/mozilla/Makefile.am
7239
7240 Makefile.am: should fix compilation (or non-compilation) on all platforms
7241
7242 ------------------------------------------------------------------------
7243 r13932 | jpsaman | 2006-01-16 18:49:34 +0100 (Mon, 16 Jan 2006) | 1 line
7244 Changed paths:
7245    M /trunk/modules/gui/skins2/x11/x11_popup.cpp
7246
7247 Compiler warning about a missing return statement in a non-void function.
7248 ------------------------------------------------------------------------
7249 r13931 | jpsaman | 2006-01-16 18:48:33 +0100 (Mon, 16 Jan 2006) | 1 line
7250 Changed paths:
7251    M /trunk/modules/gui/skins2/unzip/unzip.c
7252
7253 Use brackets to avoid ambiguos else
7254 ------------------------------------------------------------------------
7255 r13930 | jpsaman | 2006-01-16 18:45:11 +0100 (Mon, 16 Jan 2006) | 1 line
7256 Changed paths:
7257    M /trunk/src/video_output/vout_intf.c
7258
7259 Fix identation
7260 ------------------------------------------------------------------------
7261 r13929 | jpsaman | 2006-01-16 18:44:38 +0100 (Mon, 16 Jan 2006) | 1 line
7262 Changed paths:
7263    M /trunk/src/control/playlist.c
7264
7265 return NULL properly in libvlc_playlist_get_input()
7266 ------------------------------------------------------------------------
7267 r13928 | jpsaman | 2006-01-16 18:42:57 +0100 (Mon, 16 Jan 2006) | 1 line
7268 Changed paths:
7269    M /trunk/src/input/input.c
7270
7271 Fix segmentation fault in core and use of non-initialised variable compiler warning.
7272 ------------------------------------------------------------------------
7273 r13927 | damienf | 2006-01-16 17:56:40 +0100 (Mon, 16 Jan 2006) | 2 lines
7274 Changed paths:
7275    M /trunk/mozilla/Makefile.am
7276
7277 hopefully, this will fix previous commit
7278
7279 ------------------------------------------------------------------------
7280 r13926 | damienf | 2006-01-16 17:35:19 +0100 (Mon, 16 Jan 2006) | 2 lines
7281 Changed paths:
7282    M /trunk/mozilla/Makefile.am
7283    M /trunk/mozilla/vlcshell.cpp
7284
7285 all: fixed mozilla plugin compilation for MacOS X
7286
7287 ------------------------------------------------------------------------
7288 r13925 | xtophe | 2006-01-16 16:45:07 +0100 (Mon, 16 Jan 2006) | 2 lines
7289 Changed paths:
7290    M /trunk/po/ka.po
7291
7292 Fix
7293
7294 ------------------------------------------------------------------------
7295 r13924 | hartman | 2006-01-16 15:37:46 +0100 (Mon, 16 Jan 2006) | 2 lines
7296 Changed paths:
7297    M /trunk/extras/contrib/src/Makefile
7298
7299 * stupid tabs in Makefiles....
7300
7301 ------------------------------------------------------------------------
7302 r13923 | xtophe | 2006-01-16 15:37:08 +0100 (Mon, 16 Jan 2006) | 2 lines
7303 Changed paths:
7304    M /trunk/po/ka.po
7305
7306 Update of the Georgian localization. Thanks to Alexander Didebulidze
7307
7308 ------------------------------------------------------------------------
7309 r13922 | hartman | 2006-01-16 15:33:06 +0100 (Mon, 16 Jan 2006) | 2 lines
7310 Changed paths:
7311    M /trunk/extras/contrib/src/Makefile
7312
7313 * Add a dummy .dvdread entry to trigger the INSTALL_NAME script on OSX.
7314
7315 ------------------------------------------------------------------------
7316 r13921 | hartman | 2006-01-16 02:54:55 +0100 (Mon, 16 Jan 2006) | 7 lines
7317 Changed paths:
7318    M /trunk/modules/demux/vobsub.c
7319
7320 modules/demux/vobsub.c:
7321 * add support for negative timestamps
7322 * add support for the delay parameter
7323 * add support for reading the DVD palette of vobsubs
7324 * free the used memory when we close the vobsubs
7325
7326
7327 ------------------------------------------------------------------------
7328 r13920 | zorglub | 2006-01-15 23:21:21 +0100 (Sun, 15 Jan 2006) | 2 lines
7329 Changed paths:
7330    M /trunk/src/misc/stats.c
7331
7332 Fix
7333
7334 ------------------------------------------------------------------------
7335 r13919 | zorglub | 2006-01-15 23:10:41 +0100 (Sun, 15 Jan 2006) | 2 lines
7336 Changed paths:
7337    M /trunk/include/vlc_messages.h
7338    M /trunk/include/vlc_symbols.h
7339    M /trunk/src/libvlc.c
7340    M /trunk/src/misc/stats.c
7341    M /trunk/src/misc/vlm.c
7342
7343 Fix some memleaks
7344
7345 ------------------------------------------------------------------------
7346 r13918 | hartman | 2006-01-15 21:52:30 +0100 (Sun, 15 Jan 2006) | 2 lines
7347 Changed paths:
7348    M /trunk/src/input/subtitles.c
7349
7350 * Fix free of the directory listing of the subtitle scan.
7351
7352 ------------------------------------------------------------------------
7353 r13917 | zorglub | 2006-01-15 21:33:26 +0100 (Sun, 15 Jan 2006) | 2 lines
7354 Changed paths:
7355    M /trunk/src/misc/objects.c
7356
7357 Free
7358
7359 ------------------------------------------------------------------------
7360 r13916 | zorglub | 2006-01-15 21:29:38 +0100 (Sun, 15 Jan 2006) | 4 lines
7361 Changed paths:
7362    M /trunk/include/vlc_common.h
7363    M /trunk/include/vlc_input.h
7364    M /trunk/include/vlc_messages.h
7365    M /trunk/include/vlc_symbols.h
7366    M /trunk/src/input/input.c
7367    M /trunk/src/misc/messages.c
7368    M /trunk/src/misc/objects.c
7369    M /trunk/src/misc/vlm.c
7370
7371 Add ability to prepend headers to messages (object-specific) and use it for VLM media (Closes:#496)
7372
7373 To use it, put a string in p_object->psz_header, all messages from this object and its parent will have the header prepended
7374
7375 ------------------------------------------------------------------------
7376 r13915 | zorglub | 2006-01-15 20:04:43 +0100 (Sun, 15 Jan 2006) | 2 lines
7377 Changed paths:
7378    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
7379    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
7380    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
7381    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
7382
7383 Layout stuff
7384
7385 ------------------------------------------------------------------------
7386 r13914 | zorglub | 2006-01-15 19:13:34 +0100 (Sun, 15 Jan 2006) | 3 lines
7387 Changed paths:
7388    M /trunk/src/input/input.c
7389    M /trunk/src/misc/stats.c
7390
7391 Fix calculation for demux bitrate (Refs:#473)
7392
7393
7394 ------------------------------------------------------------------------
7395 r13913 | zorglub | 2006-01-15 18:30:45 +0100 (Sun, 15 Jan 2006) | 2 lines
7396 Changed paths:
7397    M /trunk/include/vlc_messages.h
7398    M /trunk/include/vlc_symbols.h
7399    M /trunk/modules/gui/wxwidgets/Modules.am
7400    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
7401    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
7402    A /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
7403    A /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
7404    M /trunk/modules/gui/wxwidgets/dialogs.cpp
7405    M /trunk/src/input/decoder.c
7406    M /trunk/src/input/es_out.c
7407    M /trunk/src/input/input.c
7408    M /trunk/src/misc/stats.c
7409    M /trunk/src/playlist/playlist.c
7410
7411 Show stats in interface (Refs:#473)
7412
7413 ------------------------------------------------------------------------
7414 r13912 | damienf | 2006-01-14 21:03:43 +0100 (Sat, 14 Jan 2006) | 2 lines
7415 Changed paths:
7416    M /trunk/extras/contrib/src/Patches/ffmpeg-cvs.patch
7417
7418 updated patch for latest CVS
7419
7420 ------------------------------------------------------------------------
7421 r13911 | xtophe | 2006-01-14 13:37:19 +0100 (Sat, 14 Jan 2006) | 2 lines
7422 Changed paths:
7423    M /trunk/src/libvlc.h
7424
7425 Inversion
7426
7427 ------------------------------------------------------------------------
7428 r13910 | zorglub | 2006-01-14 11:57:44 +0100 (Sat, 14 Jan 2006) | 2 lines
7429 Changed paths:
7430    M /trunk/include/main.h
7431    M /trunk/src/libvlc.c
7432    M /trunk/src/libvlc.h
7433    M /trunk/src/misc/stats.c
7434    M /trunk/src/playlist/playlist.c
7435
7436 Add an option to disable stats (Refs:#473)
7437
7438 ------------------------------------------------------------------------
7439 r13909 | jpsaman | 2006-01-14 10:36:16 +0100 (Sat, 14 Jan 2006) | 1 line
7440 Changed paths:
7441    M /trunk/modules/access/dshow/common.h
7442    M /trunk/modules/access/dshow/dshow.cpp
7443
7444 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.
7445 ------------------------------------------------------------------------
7446 r13908 | hartman | 2006-01-14 01:03:13 +0100 (Sat, 14 Jan 2006) | 4 lines
7447 Changed paths:
7448    M /trunk/modules/codec/subsdec.c
7449    M /trunk/src/input/stream.c
7450
7451 * Revert the Default charset encoding back to ISO-8859-1
7452   No longer use the charset of the OS. OS X is UTF-8 for instance, but most subs are simply in Latin-1.
7453 * In case we did BOM detection with stream_ReadLine, set subsdec-encoding to UTF-8 automatically.
7454
7455 ------------------------------------------------------------------------
7456 r13907 | zorglub | 2006-01-14 00:01:34 +0100 (Sat, 14 Jan 2006) | 2 lines
7457 Changed paths:
7458    M /trunk/src/misc/stats.c
7459
7460 Fix stats crash
7461
7462 ------------------------------------------------------------------------
7463 r13906 | courmisch | 2006-01-13 13:16:06 +0100 (Fri, 13 Jan 2006) | 2 lines
7464 Changed paths:
7465    M /trunk/modules/access/vcdx/Modules.am
7466    M /trunk/po/POTFILES.in
7467
7468 Partial distcheck fix
7469
7470 ------------------------------------------------------------------------
7471 r13905 | dionoea | 2006-01-13 00:10:04 +0100 (Fri, 13 Jan 2006) | 2 lines
7472 Changed paths:
7473    M /trunk/activex/axvlc.idl
7474    M /trunk/activex/connectioncontainer.cpp
7475    M /trunk/activex/connectioncontainer.h
7476    M /trunk/activex/dataobject.cpp
7477    M /trunk/activex/dataobject.h
7478    M /trunk/activex/main.cpp
7479    M /trunk/activex/objectsafety.cpp
7480    M /trunk/activex/objectsafety.h
7481    M /trunk/activex/olecontrol.cpp
7482    M /trunk/activex/olecontrol.h
7483    M /trunk/activex/oleinplaceactiveobject.cpp
7484    M /trunk/activex/oleinplaceactiveobject.h
7485    M /trunk/activex/oleinplaceobject.cpp
7486    M /trunk/activex/oleinplaceobject.h
7487    M /trunk/activex/oleobject.cpp
7488    M /trunk/activex/oleobject.h
7489    M /trunk/activex/persistpropbag.cpp
7490    M /trunk/activex/persistpropbag.h
7491    M /trunk/activex/persiststorage.cpp
7492    M /trunk/activex/persiststorage.h
7493    M /trunk/activex/persiststreaminit.cpp
7494    M /trunk/activex/persiststreaminit.h
7495    M /trunk/activex/plugin.cpp
7496    M /trunk/activex/plugin.h
7497    M /trunk/activex/provideclassinfo.cpp
7498    M /trunk/activex/provideclassinfo.h
7499    M /trunk/activex/utils.cpp
7500    M /trunk/activex/utils.h
7501    M /trunk/activex/viewobject.cpp
7502    M /trunk/activex/viewobject.h
7503    M /trunk/activex/vlccontrol.cpp
7504    M /trunk/activex/vlccontrol.h
7505    M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
7506    M /trunk/bindings/java/org/videolan/jvlc/JVLCBoolVariable.java
7507    M /trunk/bindings/java/org/videolan/jvlc/JVLCFloatVariable.java
7508    M /trunk/bindings/java/org/videolan/jvlc/JVLCIntVariable.java
7509    M /trunk/bindings/java/org/videolan/jvlc/JVLCStringVariable.java
7510    M /trunk/bindings/java/org/videolan/jvlc/JVLCTimeVariable.java
7511    M /trunk/bindings/java/org/videolan/jvlc/JVLCVarValue.java
7512    M /trunk/bindings/java/org/videolan/jvlc/JVLCVarVariable.java
7513    M /trunk/bindings/java/org/videolan/jvlc/JVLCVariable.java
7514    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControl.java
7515    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlException.java
7516    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlInstance.java
7517    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPlaylistSeq.java
7518    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPosition.java
7519    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPositionKeyEnum.java
7520    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPositionOrigin.java
7521    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPositionOriginEnum.java
7522    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlRGBPicture.java
7523    M /trunk/bindings/java/vlc-glue-cni.cc
7524    M /trunk/bindings/java/vlc-glue-jni.cc
7525    M /trunk/bindings/java/vlc-graphics-jni.cc
7526    M /trunk/bindings/java-gcj/JVLC.java
7527    M /trunk/bindings/python/vlcglue.c
7528    M /trunk/bindings/python/vlcglue.h
7529    M /trunk/evc/modules_builtin_evc.h
7530    M /trunk/extras/contrib/Makefile
7531    M /trunk/extras/contrib/bootstrap
7532    M /trunk/extras/contrib/change_prefix.sh
7533    M /trunk/extras/contrib/src/Makefile
7534    M /trunk/extras/contrib/src/packages.mak
7535    M /trunk/extras/zsh.cpp
7536    M /trunk/include/aout_internal.h
7537    M /trunk/include/audio_output.h
7538    M /trunk/include/beos_specific.h
7539    M /trunk/include/charset.h
7540    M /trunk/include/codecs.h
7541    M /trunk/include/configuration.h
7542    M /trunk/include/darwin_specific.h
7543    M /trunk/include/intf_eject.h
7544    M /trunk/include/iso_lang.h
7545    M /trunk/include/libvlc_internal.h
7546    M /trunk/include/main.h
7547    M /trunk/include/mediacontrol_internal.h
7548    M /trunk/include/modules.h
7549    M /trunk/include/modules_inner.h
7550    M /trunk/include/mtime.h
7551    M /trunk/include/network.h
7552    M /trunk/include/os_specific.h
7553    M /trunk/include/stream_output.h
7554    M /trunk/include/variables.h
7555    M /trunk/include/video_output.h
7556    M /trunk/include/vlc/aout.h
7557    M /trunk/include/vlc/decoder.h
7558    M /trunk/include/vlc/input.h
7559    M /trunk/include/vlc/intf.h
7560    M /trunk/include/vlc/libvlc.h
7561    M /trunk/include/vlc/mediacontrol.h
7562    M /trunk/include/vlc/mediacontrol_structures.h
7563    M /trunk/include/vlc/sout.h
7564    M /trunk/include/vlc/vlc.h
7565    M /trunk/include/vlc/vout.h
7566    M /trunk/include/vlc_access.h
7567    M /trunk/include/vlc_acl.h
7568    M /trunk/include/vlc_bits.h
7569    M /trunk/include/vlc_block.h
7570    M /trunk/include/vlc_block_helper.h
7571    M /trunk/include/vlc_codec.h
7572    M /trunk/include/vlc_common.h
7573    M /trunk/include/vlc_config.h
7574    M /trunk/include/vlc_config_cat.h
7575    M /trunk/include/vlc_cpu.h
7576    M /trunk/include/vlc_demux.h
7577    M /trunk/include/vlc_error.h
7578    M /trunk/include/vlc_es.h
7579    M /trunk/include/vlc_es_out.h
7580    M /trunk/include/vlc_filter.h
7581    M /trunk/include/vlc_httpd.h
7582    M /trunk/include/vlc_image.h
7583    M /trunk/include/vlc_input.h
7584    M /trunk/include/vlc_interaction.h
7585    M /trunk/include/vlc_interface.h
7586    M /trunk/include/vlc_keys.h
7587    M /trunk/include/vlc_md5.h
7588    M /trunk/include/vlc_messages.h
7589    M /trunk/include/vlc_meta.h
7590    M /trunk/include/vlc_objects.h
7591    M /trunk/include/vlc_osd.h
7592    M /trunk/include/vlc_playlist.h
7593    M /trunk/include/vlc_spu.h
7594    M /trunk/include/vlc_stream.h
7595    M /trunk/include/vlc_threads.h
7596    M /trunk/include/vlc_threads_funcs.h
7597    M /trunk/include/vlc_tls.h
7598    M /trunk/include/vlc_video.h
7599    M /trunk/include/vlc_vlm.h
7600    M /trunk/include/vlc_vod.h
7601    M /trunk/include/vlc_xml.h
7602    M /trunk/include/vout_synchro.h
7603    M /trunk/include/win32_specific.h
7604    M /trunk/modules/access/cdda/access.c
7605    M /trunk/modules/access/cdda/access.h
7606    M /trunk/modules/access/cdda/callback.c
7607    M /trunk/modules/access/cdda/callback.h
7608    M /trunk/modules/access/cdda/cdda.c
7609    M /trunk/modules/access/cdda/cdda.h
7610    M /trunk/modules/access/cdda/info.c
7611    M /trunk/modules/access/cdda/info.h
7612    M /trunk/modules/access/cdda.c
7613    M /trunk/modules/access/directory.c
7614    M /trunk/modules/access/dshow/common.h
7615    M /trunk/modules/access/dshow/crossbar.cpp
7616    M /trunk/modules/access/dshow/dshow.cpp
7617    M /trunk/modules/access/dshow/filter.cpp
7618    M /trunk/modules/access/dshow/filter.h
7619    M /trunk/modules/access/dv.c
7620    M /trunk/modules/access/dvb/access.c
7621    M /trunk/modules/access/dvb/http.c
7622    M /trunk/modules/access/dvdnav.c
7623    M /trunk/modules/access/dvdread.c
7624    M /trunk/modules/access/fake.c
7625    M /trunk/modules/access/file.c
7626    M /trunk/modules/access/ftp.c
7627    M /trunk/modules/access/gnomevfs.c
7628    M /trunk/modules/access/http.c
7629    M /trunk/modules/access/mms/asf.c
7630    M /trunk/modules/access/mms/asf.h
7631    M /trunk/modules/access/mms/buffer.c
7632    M /trunk/modules/access/mms/buffer.h
7633    M /trunk/modules/access/mms/mms.c
7634    M /trunk/modules/access/mms/mms.h
7635    M /trunk/modules/access/mms/mmsh.c
7636    M /trunk/modules/access/mms/mmsh.h
7637    M /trunk/modules/access/mms/mmstu.c
7638    M /trunk/modules/access/mms/mmstu.h
7639    M /trunk/modules/access/pvr/pvr.c
7640    M /trunk/modules/access/rtsp/access.c
7641    M /trunk/modules/access/rtsp/real.c
7642    M /trunk/modules/access/rtsp/real.h
7643    M /trunk/modules/access/rtsp/real_rmff.c
7644    M /trunk/modules/access/rtsp/real_rmff.h
7645    M /trunk/modules/access/rtsp/real_sdpplin.h
7646    M /trunk/modules/access/rtsp/rtsp.c
7647    M /trunk/modules/access/rtsp/rtsp.h
7648    M /trunk/modules/access/screen/beos.cpp
7649    M /trunk/modules/access/screen/mac.c
7650    M /trunk/modules/access/screen/screen.c
7651    M /trunk/modules/access/screen/screen.h
7652    M /trunk/modules/access/screen/win32.c
7653    M /trunk/modules/access/screen/x11.c
7654    M /trunk/modules/access/smb.c
7655    M /trunk/modules/access/tcp.c
7656    M /trunk/modules/access/udp.c
7657    M /trunk/modules/access/v4l/v4l.c
7658    M /trunk/modules/access/v4l/videodev_mjpeg.h
7659    M /trunk/modules/access/vcd/cdrom.c
7660    M /trunk/modules/access/vcd/cdrom.h
7661    M /trunk/modules/access/vcd/cdrom_internals.h
7662    M /trunk/modules/access/vcd/vcd.c
7663    M /trunk/modules/access/vcdx/access.c
7664    M /trunk/modules/access/vcdx/demux.c
7665    M /trunk/modules/access/vcdx/info.c
7666    M /trunk/modules/access/vcdx/info.h
7667    M /trunk/modules/access/vcdx/intf.c
7668    M /trunk/modules/access/vcdx/intf.h
7669    M /trunk/modules/access/vcdx/vcd.c
7670    M /trunk/modules/access/vcdx/vcd.h
7671    M /trunk/modules/access/vcdx/vcdplayer.c
7672    M /trunk/modules/access/vcdx/vcdplayer.h
7673    M /trunk/modules/access_filter/record.c
7674    M /trunk/modules/access_filter/timeshift.c
7675    M /trunk/modules/access_output/bonjour.c
7676    M /trunk/modules/access_output/bonjour.h
7677    M /trunk/modules/access_output/dummy.c
7678    M /trunk/modules/access_output/file.c
7679    M /trunk/modules/access_output/http.c
7680    M /trunk/modules/access_output/shout.c
7681    M /trunk/modules/access_output/udp.c
7682    M /trunk/modules/audio_filter/channel_mixer/dolby.c
7683    M /trunk/modules/audio_filter/channel_mixer/headphone.c
7684    M /trunk/modules/audio_filter/channel_mixer/simple.c
7685    M /trunk/modules/audio_filter/channel_mixer/trivial.c
7686    M /trunk/modules/audio_filter/converter/a52tofloat32.c
7687    M /trunk/modules/audio_filter/converter/a52tospdif.c
7688    M /trunk/modules/audio_filter/converter/dtstofloat32.c
7689    M /trunk/modules/audio_filter/converter/dtstospdif.c
7690    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
7691    M /trunk/modules/audio_filter/converter/fixed32tos16.c
7692    M /trunk/modules/audio_filter/converter/float32tos16.c
7693    M /trunk/modules/audio_filter/converter/float32tos8.c
7694    M /trunk/modules/audio_filter/converter/float32tou16.c
7695    M /trunk/modules/audio_filter/converter/float32tou8.c
7696    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
7697    M /trunk/modules/audio_filter/converter/s16tofixed32.c
7698    M /trunk/modules/audio_filter/converter/s16tofloat32.c
7699    M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
7700    M /trunk/modules/audio_filter/converter/s8tofloat32.c
7701    M /trunk/modules/audio_filter/converter/u8tofixed32.c
7702    M /trunk/modules/audio_filter/converter/u8tofloat32.c
7703    M /trunk/modules/audio_filter/equalizer.c
7704    M /trunk/modules/audio_filter/equalizer_presets.h
7705    M /trunk/modules/audio_filter/format.c
7706    M /trunk/modules/audio_filter/normvol.c
7707    M /trunk/modules/audio_filter/resampler/bandlimited.c
7708    M /trunk/modules/audio_filter/resampler/bandlimited.h
7709    M /trunk/modules/audio_filter/resampler/linear.c
7710    M /trunk/modules/audio_filter/resampler/trivial.c
7711    M /trunk/modules/audio_filter/resampler/ugly.c
7712    M /trunk/modules/audio_mixer/float32.c
7713    M /trunk/modules/audio_mixer/spdif.c
7714    M /trunk/modules/audio_mixer/trivial.c
7715    M /trunk/modules/audio_output/alsa.c
7716    M /trunk/modules/audio_output/arts.c
7717    M /trunk/modules/audio_output/auhal.c
7718    M /trunk/modules/audio_output/directx.c
7719    M /trunk/modules/audio_output/esd.c
7720    M /trunk/modules/audio_output/file.c
7721    M /trunk/modules/audio_output/hd1000a.cpp
7722    M /trunk/modules/audio_output/jack.c
7723    M /trunk/modules/audio_output/oss.c
7724    M /trunk/modules/audio_output/portaudio.c
7725    M /trunk/modules/audio_output/sdl.c
7726    M /trunk/modules/audio_output/waveout.c
7727    M /trunk/modules/codec/a52.c
7728    M /trunk/modules/codec/adpcm.c
7729    M /trunk/modules/codec/araw.c
7730    M /trunk/modules/codec/cinepak.c
7731    M /trunk/modules/codec/cmml/browser_open.c
7732    M /trunk/modules/codec/cmml/browser_open.h
7733    M /trunk/modules/codec/cmml/cmml.c
7734    M /trunk/modules/codec/cmml/history.c
7735    M /trunk/modules/codec/cmml/history.h
7736    M /trunk/modules/codec/cmml/intf.c
7737    M /trunk/modules/codec/cmml/xarray.c
7738    M /trunk/modules/codec/cmml/xarray.h
7739    M /trunk/modules/codec/cmml/xlist.c
7740    M /trunk/modules/codec/cmml/xlist.h
7741    M /trunk/modules/codec/cmml/xstrcat.h
7742    M /trunk/modules/codec/cmml/xtag.c
7743    M /trunk/modules/codec/cmml/xtag.h
7744    M /trunk/modules/codec/cmml/xurl.c
7745    M /trunk/modules/codec/cmml/xurl.h
7746    M /trunk/modules/codec/cvdsub.c
7747    M /trunk/modules/codec/dirac.c
7748    M /trunk/modules/codec/dmo/buffer.c
7749    M /trunk/modules/codec/dmo/dmo.c
7750    M /trunk/modules/codec/dmo/dmo.h
7751    M /trunk/modules/codec/dts.c
7752    M /trunk/modules/codec/dvbsub.c
7753    M /trunk/modules/codec/faad.c
7754    M /trunk/modules/codec/fake.c
7755    M /trunk/modules/codec/ffmpeg/audio.c
7756    M /trunk/modules/codec/ffmpeg/chroma.c
7757    M /trunk/modules/codec/ffmpeg/demux.c
7758    M /trunk/modules/codec/ffmpeg/encoder.c
7759    M /trunk/modules/codec/ffmpeg/ffmpeg.c
7760    M /trunk/modules/codec/ffmpeg/ffmpeg.h
7761    M /trunk/modules/codec/ffmpeg/postprocess.c
7762    M /trunk/modules/codec/ffmpeg/video.c
7763    M /trunk/modules/codec/ffmpeg/video_filter.c
7764    M /trunk/modules/codec/flac.c
7765    M /trunk/modules/codec/libmpeg2.c
7766    M /trunk/modules/codec/lpcm.c
7767    M /trunk/modules/codec/mash.cpp
7768    M /trunk/modules/codec/mpeg_audio.c
7769    M /trunk/modules/codec/png.c
7770    M /trunk/modules/codec/quicktime.c
7771    M /trunk/modules/codec/rawvideo.c
7772    M /trunk/modules/codec/realaudio.c
7773    M /trunk/modules/codec/sdl_image.c
7774    M /trunk/modules/codec/speex.c
7775    M /trunk/modules/codec/spudec/parse.c
7776    M /trunk/modules/codec/spudec/spudec.c
7777    M /trunk/modules/codec/spudec/spudec.h
7778    M /trunk/modules/codec/subsdec.c
7779    M /trunk/modules/codec/svcdsub.c
7780    M /trunk/modules/codec/tarkin.c
7781    M /trunk/modules/codec/theora.c
7782    M /trunk/modules/codec/twolame.c
7783    M /trunk/modules/codec/vorbis.c
7784    M /trunk/modules/codec/x264.c
7785    M /trunk/modules/control/corba/corba.c
7786    M /trunk/modules/control/gestures.c
7787    M /trunk/modules/control/hotkeys.c
7788    M /trunk/modules/control/http/http.c
7789    M /trunk/modules/control/http/http.h
7790    M /trunk/modules/control/http/macro.c
7791    M /trunk/modules/control/http/macros.h
7792    M /trunk/modules/control/http/mvar.c
7793    M /trunk/modules/control/http/rpn.c
7794    M /trunk/modules/control/http/util.c
7795    M /trunk/modules/control/lirc.c
7796    M /trunk/modules/control/netsync.c
7797    M /trunk/modules/control/ntservice.c
7798    M /trunk/modules/control/rc.c
7799    M /trunk/modules/control/showintf.c
7800    M /trunk/modules/control/telnet.c
7801    M /trunk/modules/demux/a52.c
7802    M /trunk/modules/demux/aiff.c
7803    M /trunk/modules/demux/asf/asf.c
7804    M /trunk/modules/demux/asf/libasf.c
7805    M /trunk/modules/demux/asf/libasf.h
7806    M /trunk/modules/demux/au.c
7807    M /trunk/modules/demux/avi/avi.c
7808    M /trunk/modules/demux/avi/libavi.c
7809    M /trunk/modules/demux/avi/libavi.h
7810    M /trunk/modules/demux/demuxdump.c
7811    M /trunk/modules/demux/dts.c
7812    M /trunk/modules/demux/flac.c
7813    M /trunk/modules/demux/livedotcom.cpp
7814    M /trunk/modules/demux/m3u.c
7815    M /trunk/modules/demux/mjpeg.c
7816    M /trunk/modules/demux/mkv.cpp
7817    M /trunk/modules/demux/mod.c
7818    M /trunk/modules/demux/mp4/drms.c
7819    M /trunk/modules/demux/mp4/drms.h
7820    M /trunk/modules/demux/mp4/drmstables.h
7821    M /trunk/modules/demux/mp4/libmp4.c
7822    M /trunk/modules/demux/mp4/libmp4.h
7823    M /trunk/modules/demux/mp4/mp4.c
7824    M /trunk/modules/demux/mpc.c
7825    M /trunk/modules/demux/mpeg/h264.c
7826    M /trunk/modules/demux/mpeg/m4a.c
7827    M /trunk/modules/demux/mpeg/m4v.c
7828    M /trunk/modules/demux/mpeg/mpga.c
7829    M /trunk/modules/demux/mpeg/mpgv.c
7830    M /trunk/modules/demux/nsc.c
7831    M /trunk/modules/demux/nsv.c
7832    M /trunk/modules/demux/nuv.c
7833    M /trunk/modules/demux/ogg.c
7834    M /trunk/modules/demux/playlist/b4s.c
7835    M /trunk/modules/demux/playlist/dvb.c
7836    M /trunk/modules/demux/playlist/m3u.c
7837    M /trunk/modules/demux/playlist/old.c
7838    M /trunk/modules/demux/playlist/playlist.c
7839    M /trunk/modules/demux/playlist/playlist.h
7840    M /trunk/modules/demux/playlist/pls.c
7841    M /trunk/modules/demux/playlist/podcast.c
7842    M /trunk/modules/demux/ps.c
7843    M /trunk/modules/demux/ps.h
7844    M /trunk/modules/demux/pva.c
7845    M /trunk/modules/demux/rawdv.c
7846    M /trunk/modules/demux/real.c
7847    M /trunk/modules/demux/sgimb.c
7848    M /trunk/modules/demux/subtitle.c
7849    M /trunk/modules/demux/ts.c
7850    M /trunk/modules/demux/ty.c
7851    M /trunk/modules/demux/util/id3genres.h
7852    M /trunk/modules/demux/util/id3tag.c
7853    M /trunk/modules/demux/vobsub.c
7854    M /trunk/modules/demux/voc.c
7855    M /trunk/modules/demux/wav.c
7856    M /trunk/modules/demux/xa.c
7857    M /trunk/modules/gui/beos/AudioOutput.cpp
7858    M /trunk/modules/gui/beos/BeOS.cpp
7859    M /trunk/modules/gui/beos/Bitmaps.h
7860    M /trunk/modules/gui/beos/DrawingTidbits.cpp
7861    M /trunk/modules/gui/beos/DrawingTidbits.h
7862    M /trunk/modules/gui/beos/Interface.cpp
7863    M /trunk/modules/gui/beos/InterfaceWindow.cpp
7864    M /trunk/modules/gui/beos/InterfaceWindow.h
7865    M /trunk/modules/gui/beos/ListViews.cpp
7866    M /trunk/modules/gui/beos/ListViews.h
7867    M /trunk/modules/gui/beos/MediaControlView.cpp
7868    M /trunk/modules/gui/beos/MediaControlView.h
7869    M /trunk/modules/gui/beos/MessagesWindow.cpp
7870    M /trunk/modules/gui/beos/MessagesWindow.h
7871    M /trunk/modules/gui/beos/MsgVals.h
7872    M /trunk/modules/gui/beos/PlayListWindow.cpp
7873    M /trunk/modules/gui/beos/PlayListWindow.h
7874    M /trunk/modules/gui/beos/PreferencesWindow.cpp
7875    M /trunk/modules/gui/beos/PreferencesWindow.h
7876    M /trunk/modules/gui/beos/TransportButton.cpp
7877    M /trunk/modules/gui/beos/TransportButton.h
7878    M /trunk/modules/gui/beos/VideoOutput.cpp
7879    M /trunk/modules/gui/beos/VideoWindow.h
7880    M /trunk/modules/gui/macosx/about.h
7881    M /trunk/modules/gui/macosx/about.m
7882    M /trunk/modules/gui/macosx/applescript.h
7883    M /trunk/modules/gui/macosx/applescript.m
7884    M /trunk/modules/gui/macosx/bookmarks.h
7885    M /trunk/modules/gui/macosx/bookmarks.m
7886    M /trunk/modules/gui/macosx/controls.h
7887    M /trunk/modules/gui/macosx/controls.m
7888    M /trunk/modules/gui/macosx/embeddedwindow.h
7889    M /trunk/modules/gui/macosx/embeddedwindow.m
7890    M /trunk/modules/gui/macosx/equalizer.h
7891    M /trunk/modules/gui/macosx/equalizer.m
7892    M /trunk/modules/gui/macosx/extended.h
7893    M /trunk/modules/gui/macosx/extended.m
7894    M /trunk/modules/gui/macosx/interaction.h
7895    M /trunk/modules/gui/macosx/interaction.m
7896    M /trunk/modules/gui/macosx/intf.h
7897    M /trunk/modules/gui/macosx/intf.m
7898    M /trunk/modules/gui/macosx/macosx.m
7899    M /trunk/modules/gui/macosx/misc.h
7900    M /trunk/modules/gui/macosx/misc.m
7901    M /trunk/modules/gui/macosx/open.h
7902    M /trunk/modules/gui/macosx/open.m
7903    M /trunk/modules/gui/macosx/output.h
7904    M /trunk/modules/gui/macosx/output.m
7905    M /trunk/modules/gui/macosx/playlist.h
7906    M /trunk/modules/gui/macosx/playlist.m
7907    M /trunk/modules/gui/macosx/playlistinfo.h
7908    M /trunk/modules/gui/macosx/playlistinfo.m
7909    M /trunk/modules/gui/macosx/prefs.h
7910    M /trunk/modules/gui/macosx/prefs.m
7911    M /trunk/modules/gui/macosx/prefs_widgets.h
7912    M /trunk/modules/gui/macosx/prefs_widgets.m
7913    M /trunk/modules/gui/macosx/sfilters.h
7914    M /trunk/modules/gui/macosx/sfilters.m
7915    M /trunk/modules/gui/macosx/vout.h
7916    M /trunk/modules/gui/macosx/vout.m
7917    M /trunk/modules/gui/macosx/voutgl.m
7918    M /trunk/modules/gui/macosx/voutqt.m
7919    M /trunk/modules/gui/macosx/wizard.h
7920    M /trunk/modules/gui/macosx/wizard.m
7921    M /trunk/modules/gui/ncurses.c
7922    M /trunk/modules/gui/pda/pda.c
7923    M /trunk/modules/gui/pda/pda.h
7924    M /trunk/modules/gui/pda/pda_callbacks.c
7925    M /trunk/modules/gui/pda/pda_callbacks.h
7926    M /trunk/modules/gui/qnx/aout.c
7927    M /trunk/modules/gui/qnx/qnx.c
7928    M /trunk/modules/gui/qnx/vout.c
7929    M /trunk/modules/gui/skins2/commands/async_queue.cpp
7930    M /trunk/modules/gui/skins2/commands/async_queue.hpp
7931    M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
7932    M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
7933    M /trunk/modules/gui/skins2/commands/cmd_audio.cpp
7934    M /trunk/modules/gui/skins2/commands/cmd_audio.hpp
7935    M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
7936    M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
7937    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
7938    M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
7939    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
7940    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
7941    M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
7942    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
7943    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
7944    M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
7945    M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
7946    M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
7947    M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
7948    M /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
7949    M /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
7950    M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
7951    M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
7952    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
7953    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
7954    M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
7955    M /trunk/modules/gui/skins2/commands/cmd_playtree.hpp
7956    M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
7957    M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
7958    M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
7959    M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
7960    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
7961    M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
7962    M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
7963    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
7964    M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
7965    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
7966    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
7967    M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
7968    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
7969    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
7970    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
7971    M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
7972    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
7973    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
7974    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
7975    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
7976    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
7977    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
7978    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
7979    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
7980    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
7981    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
7982    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
7983    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
7984    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
7985    M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
7986    M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
7987    M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
7988    M /trunk/modules/gui/skins2/events/evt_enter.hpp
7989    M /trunk/modules/gui/skins2/events/evt_focus.hpp
7990    M /trunk/modules/gui/skins2/events/evt_generic.hpp
7991    M /trunk/modules/gui/skins2/events/evt_input.cpp
7992    M /trunk/modules/gui/skins2/events/evt_input.hpp
7993    M /trunk/modules/gui/skins2/events/evt_key.cpp
7994    M /trunk/modules/gui/skins2/events/evt_key.hpp
7995    M /trunk/modules/gui/skins2/events/evt_leave.hpp
7996    M /trunk/modules/gui/skins2/events/evt_menu.hpp
7997    M /trunk/modules/gui/skins2/events/evt_motion.hpp
7998    M /trunk/modules/gui/skins2/events/evt_mouse.cpp
7999    M /trunk/modules/gui/skins2/events/evt_mouse.hpp
8000    M /trunk/modules/gui/skins2/events/evt_refresh.hpp
8001    M /trunk/modules/gui/skins2/events/evt_scroll.cpp
8002    M /trunk/modules/gui/skins2/events/evt_scroll.hpp
8003    M /trunk/modules/gui/skins2/events/evt_special.cpp
8004    M /trunk/modules/gui/skins2/events/evt_special.hpp
8005    M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.cpp
8006    M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.hpp
8007    M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
8008    M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
8009    M /trunk/modules/gui/skins2/macosx/macosx_graphics.cpp
8010    M /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
8011    M /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
8012    M /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
8013    M /trunk/modules/gui/skins2/macosx/macosx_popup.cpp
8014    M /trunk/modules/gui/skins2/macosx/macosx_popup.hpp
8015    M /trunk/modules/gui/skins2/macosx/macosx_timer.cpp
8016    M /trunk/modules/gui/skins2/macosx/macosx_timer.hpp
8017    M /trunk/modules/gui/skins2/macosx/macosx_tooltip.cpp
8018    M /trunk/modules/gui/skins2/macosx/macosx_tooltip.hpp
8019    M /trunk/modules/gui/skins2/macosx/macosx_window.cpp
8020    M /trunk/modules/gui/skins2/macosx/macosx_window.hpp
8021    M /trunk/modules/gui/skins2/parser/builder.cpp
8022    M /trunk/modules/gui/skins2/parser/builder.hpp
8023    M /trunk/modules/gui/skins2/parser/builder_data.hpp
8024    M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
8025    M /trunk/modules/gui/skins2/parser/expr_evaluator.hpp
8026    M /trunk/modules/gui/skins2/parser/gen_builder.py
8027    M /trunk/modules/gui/skins2/parser/interpreter.cpp
8028    M /trunk/modules/gui/skins2/parser/interpreter.hpp
8029    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
8030    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
8031    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
8032    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
8033    M /trunk/modules/gui/skins2/src/anchor.cpp
8034    M /trunk/modules/gui/skins2/src/anchor.hpp
8035    M /trunk/modules/gui/skins2/src/anim_bitmap.cpp
8036    M /trunk/modules/gui/skins2/src/anim_bitmap.hpp
8037    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
8038    M /trunk/modules/gui/skins2/src/bitmap_font.hpp
8039    M /trunk/modules/gui/skins2/src/dialogs.cpp
8040    M /trunk/modules/gui/skins2/src/dialogs.hpp
8041    M /trunk/modules/gui/skins2/src/file_bitmap.cpp
8042    M /trunk/modules/gui/skins2/src/file_bitmap.hpp
8043    M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
8044    M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
8045    M /trunk/modules/gui/skins2/src/ft2_font.cpp
8046    M /trunk/modules/gui/skins2/src/ft2_font.hpp
8047    M /trunk/modules/gui/skins2/src/generic_bitmap.cpp
8048    M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
8049    M /trunk/modules/gui/skins2/src/generic_font.hpp
8050    M /trunk/modules/gui/skins2/src/generic_layout.cpp
8051    M /trunk/modules/gui/skins2/src/generic_layout.hpp
8052    M /trunk/modules/gui/skins2/src/generic_window.cpp
8053    M /trunk/modules/gui/skins2/src/generic_window.hpp
8054    M /trunk/modules/gui/skins2/src/logger.cpp
8055    M /trunk/modules/gui/skins2/src/logger.hpp
8056    M /trunk/modules/gui/skins2/src/os_factory.cpp
8057    M /trunk/modules/gui/skins2/src/os_factory.hpp
8058    M /trunk/modules/gui/skins2/src/os_graphics.hpp
8059    M /trunk/modules/gui/skins2/src/os_loop.hpp
8060    M /trunk/modules/gui/skins2/src/os_popup.hpp
8061    M /trunk/modules/gui/skins2/src/os_timer.hpp
8062    M /trunk/modules/gui/skins2/src/os_tooltip.hpp
8063    M /trunk/modules/gui/skins2/src/os_window.hpp
8064    M /trunk/modules/gui/skins2/src/popup.cpp
8065    M /trunk/modules/gui/skins2/src/popup.hpp
8066    M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
8067    M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
8068    M /trunk/modules/gui/skins2/src/skin_common.hpp
8069    M /trunk/modules/gui/skins2/src/skin_main.cpp
8070    M /trunk/modules/gui/skins2/src/theme.cpp
8071    M /trunk/modules/gui/skins2/src/theme.hpp
8072    M /trunk/modules/gui/skins2/src/theme_loader.cpp
8073    M /trunk/modules/gui/skins2/src/theme_loader.hpp
8074    M /trunk/modules/gui/skins2/src/theme_repository.cpp
8075    M /trunk/modules/gui/skins2/src/theme_repository.hpp
8076    M /trunk/modules/gui/skins2/src/tooltip.cpp
8077    M /trunk/modules/gui/skins2/src/tooltip.hpp
8078    M /trunk/modules/gui/skins2/src/top_window.cpp
8079    M /trunk/modules/gui/skins2/src/top_window.hpp
8080    M /trunk/modules/gui/skins2/src/var_manager.cpp
8081    M /trunk/modules/gui/skins2/src/var_manager.hpp
8082    M /trunk/modules/gui/skins2/src/vlcproc.cpp
8083    M /trunk/modules/gui/skins2/src/vlcproc.hpp
8084    M /trunk/modules/gui/skins2/src/vout_window.cpp
8085    M /trunk/modules/gui/skins2/src/vout_window.hpp
8086    M /trunk/modules/gui/skins2/src/window_manager.cpp
8087    M /trunk/modules/gui/skins2/src/window_manager.hpp
8088    M /trunk/modules/gui/skins2/utils/bezier.cpp
8089    M /trunk/modules/gui/skins2/utils/bezier.hpp
8090    M /trunk/modules/gui/skins2/utils/fsm.cpp
8091    M /trunk/modules/gui/skins2/utils/fsm.hpp
8092    M /trunk/modules/gui/skins2/utils/observer.hpp
8093    M /trunk/modules/gui/skins2/utils/pointer.hpp
8094    M /trunk/modules/gui/skins2/utils/position.cpp
8095    M /trunk/modules/gui/skins2/utils/position.hpp
8096    M /trunk/modules/gui/skins2/utils/ustring.cpp
8097    M /trunk/modules/gui/skins2/utils/ustring.hpp
8098    M /trunk/modules/gui/skins2/utils/var_bool.cpp
8099    M /trunk/modules/gui/skins2/utils/var_bool.hpp
8100    M /trunk/modules/gui/skins2/utils/var_list.cpp
8101    M /trunk/modules/gui/skins2/utils/var_list.hpp
8102    M /trunk/modules/gui/skins2/utils/var_percent.cpp
8103    M /trunk/modules/gui/skins2/utils/var_percent.hpp
8104    M /trunk/modules/gui/skins2/utils/var_text.cpp
8105    M /trunk/modules/gui/skins2/utils/var_text.hpp
8106    M /trunk/modules/gui/skins2/utils/var_tree.cpp
8107    M /trunk/modules/gui/skins2/utils/var_tree.hpp
8108    M /trunk/modules/gui/skins2/utils/variable.hpp
8109    M /trunk/modules/gui/skins2/vars/equalizer.cpp
8110    M /trunk/modules/gui/skins2/vars/equalizer.hpp
8111    M /trunk/modules/gui/skins2/vars/playlist.cpp
8112    M /trunk/modules/gui/skins2/vars/playlist.hpp
8113    M /trunk/modules/gui/skins2/vars/playtree.cpp
8114    M /trunk/modules/gui/skins2/vars/playtree.hpp
8115    M /trunk/modules/gui/skins2/vars/time.cpp
8116    M /trunk/modules/gui/skins2/vars/time.hpp
8117    M /trunk/modules/gui/skins2/vars/volume.cpp
8118    M /trunk/modules/gui/skins2/vars/volume.hpp
8119    M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
8120    M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
8121    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
8122    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
8123    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
8124    M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
8125    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
8126    M /trunk/modules/gui/skins2/win32/win32_loop.hpp
8127    M /trunk/modules/gui/skins2/win32/win32_popup.cpp
8128    M /trunk/modules/gui/skins2/win32/win32_popup.hpp
8129    M /trunk/modules/gui/skins2/win32/win32_timer.cpp
8130    M /trunk/modules/gui/skins2/win32/win32_timer.hpp
8131    M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
8132    M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
8133    M /trunk/modules/gui/skins2/win32/win32_window.cpp
8134    M /trunk/modules/gui/skins2/win32/win32_window.hpp
8135    M /trunk/modules/gui/skins2/x11/x11_display.cpp
8136    M /trunk/modules/gui/skins2/x11/x11_display.hpp
8137    M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
8138    M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
8139    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
8140    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
8141    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
8142    M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
8143    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
8144    M /trunk/modules/gui/skins2/x11/x11_loop.hpp
8145    M /trunk/modules/gui/skins2/x11/x11_popup.cpp
8146    M /trunk/modules/gui/skins2/x11/x11_popup.hpp
8147    M /trunk/modules/gui/skins2/x11/x11_timer.cpp
8148    M /trunk/modules/gui/skins2/x11/x11_timer.hpp
8149    M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
8150    M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
8151    M /trunk/modules/gui/skins2/x11/x11_window.cpp
8152    M /trunk/modules/gui/skins2/x11/x11_window.hpp
8153    M /trunk/modules/gui/wince/dialogs.cpp
8154    M /trunk/modules/gui/wince/fileinfo.cpp
8155    M /trunk/modules/gui/wince/iteminfo.cpp
8156    M /trunk/modules/gui/wince/menus.cpp
8157    M /trunk/modules/gui/wince/messages.cpp
8158    M /trunk/modules/gui/wince/open.cpp
8159    M /trunk/modules/gui/wince/playlist.cpp
8160    M /trunk/modules/gui/wince/preferences.cpp
8161    M /trunk/modules/gui/wince/preferences_widgets.cpp
8162    M /trunk/modules/gui/wince/preferences_widgets.h
8163    M /trunk/modules/gui/wince/subtitles.cpp
8164    M /trunk/modules/gui/wince/timer.cpp
8165    M /trunk/modules/gui/wince/video.cpp
8166    M /trunk/modules/gui/wince/wince.h
8167    M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
8168    M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.hpp
8169    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
8170    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
8171    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
8172    M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
8173    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
8174    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp
8175    M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
8176    M /trunk/modules/gui/wxwidgets/dialogs/messages.hpp
8177    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
8178    M /trunk/modules/gui/wxwidgets/dialogs/open.hpp
8179    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
8180    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
8181    M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
8182    M /trunk/modules/gui/wxwidgets/dialogs/preferences.hpp
8183    M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
8184    M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.h
8185    M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
8186    M /trunk/modules/gui/wxwidgets/dialogs/streamout.hpp
8187    M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
8188    M /trunk/modules/gui/wxwidgets/dialogs/subtitles.hpp
8189    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
8190    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
8191    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
8192    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
8193    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
8194    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.hpp
8195    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.cpp
8196    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.hpp
8197    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
8198    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.hpp
8199    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.cpp
8200    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.hpp
8201    M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
8202    M /trunk/modules/gui/wxwidgets/dialogs/wizard.hpp
8203    M /trunk/modules/gui/wxwidgets/dialogs.cpp
8204    M /trunk/modules/gui/wxwidgets/extrapanel.cpp
8205    M /trunk/modules/gui/wxwidgets/extrapanel.hpp
8206    M /trunk/modules/gui/wxwidgets/input_manager.cpp
8207    M /trunk/modules/gui/wxwidgets/input_manager.hpp
8208    M /trunk/modules/gui/wxwidgets/interface.cpp
8209    M /trunk/modules/gui/wxwidgets/interface.hpp
8210    M /trunk/modules/gui/wxwidgets/menus.cpp
8211    M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
8212    M /trunk/modules/gui/wxwidgets/playlist_manager.hpp
8213    M /trunk/modules/gui/wxwidgets/streamdata.cpp
8214    M /trunk/modules/gui/wxwidgets/streamdata.h
8215    M /trunk/modules/gui/wxwidgets/timer.cpp
8216    M /trunk/modules/gui/wxwidgets/timer.hpp
8217    M /trunk/modules/gui/wxwidgets/video.cpp
8218    M /trunk/modules/gui/wxwidgets/video.hpp
8219    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
8220    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
8221    M /trunk/modules/misc/dummy/aout.c
8222    M /trunk/modules/misc/dummy/decoder.c
8223    M /trunk/modules/misc/dummy/dummy.c
8224    M /trunk/modules/misc/dummy/dummy.h
8225    M /trunk/modules/misc/dummy/encoder.c
8226    M /trunk/modules/misc/dummy/input.c
8227    M /trunk/modules/misc/dummy/interface.c
8228    M /trunk/modules/misc/dummy/renderer.c
8229    M /trunk/modules/misc/dummy/vout.c
8230    M /trunk/modules/misc/freetype.c
8231    M /trunk/modules/misc/gnutls.c
8232    M /trunk/modules/misc/gtk_main.c
8233    M /trunk/modules/misc/logger.c
8234    M /trunk/modules/misc/memcpy/fastmemcpy.h
8235    M /trunk/modules/misc/memcpy/memcpy.c
8236    M /trunk/modules/misc/memcpy/memcpyaltivec.c
8237    M /trunk/modules/misc/msn.c
8238    M /trunk/modules/misc/network/ipv4.c
8239    M /trunk/modules/misc/network/ipv6.c
8240    M /trunk/modules/misc/playlist/export.c
8241    M /trunk/modules/misc/playlist/m3u.c
8242    M /trunk/modules/misc/playlist/old.c
8243    M /trunk/modules/misc/qte_main.cpp
8244    M /trunk/modules/misc/rtsp.c
8245    M /trunk/modules/misc/screensaver.c
8246    M /trunk/modules/misc/svg.c
8247    M /trunk/modules/misc/testsuite/playlist.c
8248    M /trunk/modules/misc/testsuite/test1.c
8249    M /trunk/modules/misc/testsuite/test2.cpp
8250    M /trunk/modules/misc/testsuite/test3.m
8251    M /trunk/modules/misc/testsuite/test4.c
8252    M /trunk/modules/misc/win32text.c
8253    M /trunk/modules/misc/xml/libxml.c
8254    M /trunk/modules/misc/xml/xtag.c
8255    M /trunk/modules/mux/asf.c
8256    M /trunk/modules/mux/avi.c
8257    M /trunk/modules/mux/dummy.c
8258    M /trunk/modules/mux/mp4.c
8259    M /trunk/modules/mux/mpeg/bits.h
8260    M /trunk/modules/mux/mpeg/csa.c
8261    M /trunk/modules/mux/mpeg/csa.h
8262    M /trunk/modules/mux/mpeg/pes.c
8263    M /trunk/modules/mux/mpeg/pes.h
8264    M /trunk/modules/mux/mpeg/ps.c
8265    M /trunk/modules/mux/mpeg/ts.c
8266    M /trunk/modules/mux/mpjpeg.c
8267    M /trunk/modules/mux/ogg.c
8268    M /trunk/modules/mux/wav.c
8269    M /trunk/modules/packetizer/copy.c
8270    M /trunk/modules/packetizer/h264.c
8271    M /trunk/modules/packetizer/mpeg4audio.c
8272    M /trunk/modules/packetizer/mpeg4video.c
8273    M /trunk/modules/packetizer/mpegvideo.c
8274    M /trunk/modules/services_discovery/bonjour.c
8275    M /trunk/modules/services_discovery/daap.c
8276    M /trunk/modules/services_discovery/hal.c
8277    M /trunk/modules/services_discovery/podcast.c
8278    M /trunk/modules/services_discovery/sap.c
8279    M /trunk/modules/services_discovery/shout.c
8280    M /trunk/modules/services_discovery/upnp.cpp
8281    M /trunk/modules/stream_out/bridge.c
8282    M /trunk/modules/stream_out/description.c
8283    M /trunk/modules/stream_out/display.c
8284    M /trunk/modules/stream_out/dummy.c
8285    M /trunk/modules/stream_out/duplicate.c
8286    M /trunk/modules/stream_out/es.c
8287    M /trunk/modules/stream_out/gather.c
8288    M /trunk/modules/stream_out/mosaic_bridge.c
8289    M /trunk/modules/stream_out/rtp.c
8290    M /trunk/modules/stream_out/standard.c
8291    M /trunk/modules/stream_out/switcher.c
8292    M /trunk/modules/stream_out/transcode.c
8293    M /trunk/modules/stream_out/transrate/block.c
8294    M /trunk/modules/stream_out/transrate/frame.c
8295    M /trunk/modules/stream_out/transrate/transrate.c
8296    M /trunk/modules/stream_out/transrate/transrate.h
8297    M /trunk/modules/video_chroma/i420_rgb.c
8298    M /trunk/modules/video_chroma/i420_rgb.h
8299    M /trunk/modules/video_chroma/i420_rgb16.c
8300    M /trunk/modules/video_chroma/i420_rgb8.c
8301    M /trunk/modules/video_chroma/i420_rgb_c.h
8302    M /trunk/modules/video_chroma/i420_rgb_mmx.h
8303    M /trunk/modules/video_chroma/i420_ymga.c
8304    M /trunk/modules/video_chroma/i420_yuy2.c
8305    M /trunk/modules/video_chroma/i420_yuy2.h
8306    M /trunk/modules/video_chroma/i422_yuy2.c
8307    M /trunk/modules/video_chroma/i422_yuy2.h
8308    M /trunk/modules/video_filter/adjust.c
8309    M /trunk/modules/video_filter/blend.c
8310    M /trunk/modules/video_filter/clone.c
8311    M /trunk/modules/video_filter/crop.c
8312    M /trunk/modules/video_filter/deinterlace.c
8313    M /trunk/modules/video_filter/distort.c
8314    M /trunk/modules/video_filter/filter_common.h
8315    M /trunk/modules/video_filter/invert.c
8316    M /trunk/modules/video_filter/logo.c
8317    M /trunk/modules/video_filter/magnify.c
8318    M /trunk/modules/video_filter/marq.c
8319    M /trunk/modules/video_filter/mosaic.c
8320    M /trunk/modules/video_filter/mosaic.h
8321    M /trunk/modules/video_filter/motionblur.c
8322    M /trunk/modules/video_filter/motiondetect.c
8323    M /trunk/modules/video_filter/osdmenu.c
8324    M /trunk/modules/video_filter/rss.c
8325    M /trunk/modules/video_filter/rv32.c
8326    M /trunk/modules/video_filter/scale.c
8327    M /trunk/modules/video_filter/swscale/common.h
8328    M /trunk/modules/video_filter/swscale/filter.c
8329    M /trunk/modules/video_filter/time.c
8330    M /trunk/modules/video_filter/transform.c
8331    M /trunk/modules/video_filter/wall.c
8332    M /trunk/modules/video_output/aa.c
8333    M /trunk/modules/video_output/caca.c
8334    M /trunk/modules/video_output/directfb.c
8335    M /trunk/modules/video_output/directx/directx.c
8336    M /trunk/modules/video_output/directx/events.c
8337    M /trunk/modules/video_output/directx/glwin32.c
8338    M /trunk/modules/video_output/directx/vout.h
8339    M /trunk/modules/video_output/fb.c
8340    M /trunk/modules/video_output/ggi.c
8341    M /trunk/modules/video_output/glide.c
8342    M /trunk/modules/video_output/hd1000v.cpp
8343    M /trunk/modules/video_output/image.c
8344    M /trunk/modules/video_output/mga.c
8345    M /trunk/modules/video_output/opengl.c
8346    M /trunk/modules/video_output/qte/qte.cpp
8347    M /trunk/modules/video_output/qte/qte.h
8348    M /trunk/modules/video_output/sdl.c
8349    M /trunk/modules/video_output/snapshot.c
8350    M /trunk/modules/video_output/svgalib.c
8351    M /trunk/modules/video_output/wingdi.c
8352    M /trunk/modules/video_output/x11/glx.c
8353    M /trunk/modules/video_output/x11/x11.c
8354    M /trunk/modules/video_output/x11/xcommon.c
8355    M /trunk/modules/video_output/x11/xcommon.h
8356    M /trunk/modules/video_output/x11/xvideo.c
8357    M /trunk/modules/visualization/galaktos/PCM.c
8358    M /trunk/modules/visualization/galaktos/beat_detect.c
8359    M /trunk/modules/visualization/galaktos/builtin_funcs.c
8360    M /trunk/modules/visualization/galaktos/custom_shape.c
8361    M /trunk/modules/visualization/galaktos/custom_wave.c
8362    M /trunk/modules/visualization/galaktos/engine_vars.c
8363    M /trunk/modules/visualization/galaktos/eval.c
8364    M /trunk/modules/visualization/galaktos/fftsg.c
8365    M /trunk/modules/visualization/galaktos/init_cond.c
8366    M /trunk/modules/visualization/galaktos/main.c
8367    M /trunk/modules/visualization/galaktos/main.h
8368    M /trunk/modules/visualization/galaktos/param.c
8369    M /trunk/modules/visualization/galaktos/parser.c
8370    M /trunk/modules/visualization/galaktos/per_frame_eqn.c
8371    M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
8372    M /trunk/modules/visualization/galaktos/plugin.c
8373    M /trunk/modules/visualization/galaktos/plugin.h
8374    M /trunk/modules/visualization/galaktos/preset.c
8375    M /trunk/modules/visualization/galaktos/splaytree.c
8376    M /trunk/modules/visualization/galaktos/tree_types.c
8377    M /trunk/modules/visualization/galaktos/video_init.c
8378    M /trunk/modules/visualization/goom.c
8379    M /trunk/modules/visualization/visual/effects.c
8380    M /trunk/modules/visualization/visual/fft.c
8381    M /trunk/modules/visualization/visual/fft.h
8382    M /trunk/modules/visualization/visual/visual.c
8383    M /trunk/modules/visualization/visual/visual.h
8384    M /trunk/modules/visualization/xosd.c
8385    M /trunk/mozilla/vlcpeer.cpp
8386    M /trunk/mozilla/vlcpeer.h
8387    M /trunk/mozilla/vlcplugin.cpp
8388    M /trunk/mozilla/vlcplugin.h
8389    M /trunk/mozilla/vlcshell.cpp
8390    M /trunk/msvc/modules_builtin_msvc.h
8391    M /trunk/share/http/functions.js
8392    M /trunk/share/http/index.html
8393    M /trunk/share/http/requests/browse.xml
8394    M /trunk/share/http/requests/playlist.xml
8395    M /trunk/share/http/requests/status.xml
8396    M /trunk/share/http/style.css
8397    M /trunk/src/audio_output/common.c
8398    M /trunk/src/audio_output/dec.c
8399    M /trunk/src/audio_output/filters.c
8400    M /trunk/src/audio_output/input.c
8401    M /trunk/src/audio_output/intf.c
8402    M /trunk/src/audio_output/mixer.c
8403    M /trunk/src/audio_output/output.c
8404    M /trunk/src/control/core.c
8405    M /trunk/src/control/input.c
8406    M /trunk/src/control/mediacontrol_audio_video.c
8407    M /trunk/src/control/mediacontrol_core.c
8408    M /trunk/src/control/mediacontrol_util.c
8409    M /trunk/src/control/playlist.c
8410    M /trunk/src/extras/libc.c
8411    M /trunk/src/input/access.c
8412    M /trunk/src/input/clock.c
8413    M /trunk/src/input/control.c
8414    M /trunk/src/input/decoder.c
8415    M /trunk/src/input/demux.c
8416    M /trunk/src/input/es_out.c
8417    M /trunk/src/input/input.c
8418    M /trunk/src/input/input_internal.h
8419    M /trunk/src/input/mem_stream.c
8420    M /trunk/src/input/stream.c
8421    M /trunk/src/input/subtitles.c
8422    M /trunk/src/input/var.c
8423    M /trunk/src/interface/interaction.c
8424    M /trunk/src/interface/interface.c
8425    M /trunk/src/interface/intf_eject.c
8426    M /trunk/src/libvlc.c
8427    M /trunk/src/libvlc.h
8428    M /trunk/src/misc/beos_specific.cpp
8429    M /trunk/src/misc/block.c
8430    M /trunk/src/misc/charset.c
8431    M /trunk/src/misc/configuration.c
8432    M /trunk/src/misc/cpu.c
8433    M /trunk/src/misc/darwin_specific.m
8434    M /trunk/src/misc/error.c
8435    M /trunk/src/misc/image.c
8436    M /trunk/src/misc/iso-639_def.h
8437    M /trunk/src/misc/iso_lang.c
8438    M /trunk/src/misc/md5.c
8439    M /trunk/src/misc/messages.c
8440    M /trunk/src/misc/modules.c
8441    M /trunk/src/misc/modules_builtin.h.in
8442    M /trunk/src/misc/mtime.c
8443    M /trunk/src/misc/objects.c
8444    M /trunk/src/misc/stats.c
8445    M /trunk/src/misc/threads.c
8446    M /trunk/src/misc/unicode.c
8447    M /trunk/src/misc/variables.c
8448    M /trunk/src/misc/vlm.c
8449    M /trunk/src/misc/win32_specific.c
8450    M /trunk/src/misc/xml.c
8451    M /trunk/src/network/acl.c
8452    M /trunk/src/network/getaddrinfo.c
8453    M /trunk/src/network/httpd.c
8454    M /trunk/src/network/io.c
8455    M /trunk/src/network/rootwrap.c
8456    M /trunk/src/network/tcp.c
8457    M /trunk/src/network/tls.c
8458    M /trunk/src/network/udp.c
8459    M /trunk/src/osd/osd.c
8460    M /trunk/src/osd/osd_parser.c
8461    M /trunk/src/osd/osd_text.c
8462    M /trunk/src/osd/osd_widgets.c
8463    M /trunk/src/playlist/item-ext.c
8464    M /trunk/src/playlist/item.c
8465    M /trunk/src/playlist/loadsave.c
8466    M /trunk/src/playlist/playlist.c
8467    M /trunk/src/playlist/services_discovery.c
8468    M /trunk/src/playlist/sort.c
8469    M /trunk/src/playlist/view.c
8470    M /trunk/src/stream_output/announce.c
8471    M /trunk/src/stream_output/sap.c
8472    M /trunk/src/stream_output/stream_output.c
8473    M /trunk/src/video_output/video_output.c
8474    M /trunk/src/video_output/video_text.c
8475    M /trunk/src/video_output/video_widgets.c
8476    M /trunk/src/video_output/vout_intf.c
8477    M /trunk/src/video_output/vout_pictures.c
8478    M /trunk/src/video_output/vout_pictures.h
8479    M /trunk/src/video_output/vout_subpictures.c
8480    M /trunk/src/video_output/vout_synchro.c
8481    M /trunk/src/vlc.c
8482    M /trunk/vlc-api.pl
8483
8484 FSF address change.
8485
8486 ------------------------------------------------------------------------
8487 r13904 | zorglub | 2006-01-12 22:21:36 +0100 (Thu, 12 Jan 2006) | 3 lines
8488 Changed paths:
8489    M /trunk/include/vlc_messages.h
8490    M /trunk/include/vlc_symbols.h
8491    M /trunk/src/input/input.c
8492    M /trunk/src/input/stream.c
8493    M /trunk/src/misc/stats.c
8494    M /trunk/src/playlist/playlist.c
8495
8496 Support for moving averages (Refs:#473)
8497 Get input bitrate
8498
8499 ------------------------------------------------------------------------
8500 r13903 | jpsaman | 2006-01-12 22:06:07 +0100 (Thu, 12 Jan 2006) | 5 lines
8501 Changed paths:
8502    M /trunk/modules/access/dshow/dshow.cpp
8503
8504 Patch by Paul Sokolovsky <pmsicml _AT_ gmail _dot_ com>.
8505
8506 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.
8507
8508
8509 ------------------------------------------------------------------------
8510 r13902 | dionoea | 2006-01-12 17:08:50 +0100 (Thu, 12 Jan 2006) | 9 lines
8511 Changed paths:
8512    M /trunk/src/libvlc.h
8513    M /trunk/vlc.win32.nsi
8514
8515 one-instance fix. It now is disabled in vlc prefs but all windows action
8516 (like double clicking on a file or disc) use the --one-instance option.
8517
8518 People used to running 10 instances of VLC at once should now be able
8519 to do so. Normal people used to running other media players should now
8520 get the behavior they expect (ie: not open 10 different VLCs when double
8521 clicking on 10 mp3s)
8522
8523
8524 ------------------------------------------------------------------------
8525 r13901 | zorglub | 2006-01-12 00:26:53 +0100 (Thu, 12 Jan 2006) | 2 lines
8526 Changed paths:
8527    M /trunk/src/misc/messages.c
8528
8529 Fix a corner case
8530
8531 ------------------------------------------------------------------------
8532 r13900 | xtophe | 2006-01-11 23:30:31 +0100 (Wed, 11 Jan 2006) | 2 lines
8533 Changed paths:
8534    M /trunk/extras/contrib/Makefile
8535
8536 Fix the package-win32 target
8537
8538 ------------------------------------------------------------------------
8539 r13899 | courmisch | 2006-01-11 22:13:50 +0100 (Wed, 11 Jan 2006) | 3 lines
8540 Changed paths:
8541    M /trunk/configure.ac
8542
8543 Dirty check for the XML parser used by CyberLink (closes #451)
8544 (if only we had a cleaner UPnP stack)
8545
8546 ------------------------------------------------------------------------
8547 r13898 | asmax | 2006-01-11 21:47:45 +0100 (Wed, 11 Jan 2006) | 3 lines
8548 Changed paths:
8549    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
8550    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
8551    M /trunk/modules/gui/skins2/parser/builder.cpp
8552
8553 * builder.cpp: the "visible" attribute is now taken into account for all images
8554 * ctrl_checkbox.cpp: animated bitmaps are now supported in checkbox controls
8555
8556 ------------------------------------------------------------------------
8557 r13897 | zorglub | 2006-01-11 21:00:58 +0100 (Wed, 11 Jan 2006) | 2 lines
8558 Changed paths:
8559    M /trunk/include/vlc_input.h
8560    M /trunk/include/vlc_messages.h
8561    M /trunk/include/vlc_symbols.h
8562    M /trunk/src/input/input.c
8563    M /trunk/src/input/stream.c
8564    M /trunk/src/misc/stats.c
8565    M /trunk/src/playlist/item.c
8566    M /trunk/src/playlist/playlist.c
8567
8568 Misc stats work (Refs:#473)
8569
8570 ------------------------------------------------------------------------
8571 r13896 | sigmunau | 2006-01-11 15:32:43 +0100 (Wed, 11 Jan 2006) | 2 lines
8572 Changed paths:
8573    M /trunk/src/misc/vlm.c
8574
8575 vlm.c: Print an error message about what went wrong during vlm-conf loading
8576
8577 ------------------------------------------------------------------------
8578 r13895 | oaubert | 2006-01-11 14:02:54 +0100 (Wed, 11 Jan 2006) | 2 lines
8579 Changed paths:
8580    M /trunk/src/control/mediacontrol_audio_video.c
8581
8582 mediacontrol_audio_video.c: use the new snapshot-path functionality
8583
8584 ------------------------------------------------------------------------
8585 r13894 | oaubert | 2006-01-11 14:01:50 +0100 (Wed, 11 Jan 2006) | 4 lines
8586 Changed paths:
8587    M /trunk/src/video_output/vout_intf.c
8588
8589 vout_intf.c: special snapshot-path (object:NNNN) will put the snapshot
8590  into the p_private attribute of the vlc_object(NNNN). Used by embedding
8591  applications.
8592
8593 ------------------------------------------------------------------------
8594 r13893 | xtophe | 2006-01-11 13:58:26 +0100 (Wed, 11 Jan 2006) | 2 lines
8595 Changed paths:
8596    M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
8597
8598 Small whitespace fix
8599
8600 ------------------------------------------------------------------------
8601 r13892 | xtophe | 2006-01-11 10:23:31 +0100 (Wed, 11 Jan 2006) | 2 lines
8602 Changed paths:
8603    M /trunk/extras/contrib/src/Makefile
8604
8605 Don't use portaudio by default until it get fixed
8606
8607 ------------------------------------------------------------------------
8608 r13891 | dionoea | 2006-01-10 23:47:27 +0100 (Tue, 10 Jan 2006) | 5 lines
8609 Changed paths:
8610    M /trunk/src/libvlc.h
8611
8612 default enable one instance mode on windows. the 0.1% of users wanting
8613 several VLC instances at once should be able to disable this option in
8614 the prefs.
8615
8616
8617 ------------------------------------------------------------------------
8618 r13890 | hartman | 2006-01-10 23:40:29 +0100 (Tue, 10 Jan 2006) | 2 lines
8619 Changed paths:
8620    M /trunk/src/video_output/vout_intf.c
8621
8622 * Add 16:10 AR to the list of aspect-ratios. (In use by WXGA screens)
8623
8624 ------------------------------------------------------------------------
8625 r13889 | oaubert | 2006-01-10 10:52:34 +0100 (Tue, 10 Jan 2006) | 2 lines
8626 Changed paths:
8627    M /trunk/modules/control/corba/Modules.am
8628
8629 Modules.am: src/control/plugin.c is now src/control/mediacontrol_plugin.c
8630
8631 ------------------------------------------------------------------------
8632 r13888 | dionoea | 2006-01-10 01:26:35 +0100 (Tue, 10 Jan 2006) | 2 lines
8633 Changed paths:
8634    M /trunk/po/POTFILES.in
8635    M /trunk/po/ca.po
8636    M /trunk/po/da.po
8637    M /trunk/po/de.po
8638    M /trunk/po/en_GB.po
8639    M /trunk/po/es.po
8640    M /trunk/po/fr.po
8641    M /trunk/po/it.po
8642    M /trunk/po/ja.po
8643    M /trunk/po/ka.po
8644    M /trunk/po/ko.po
8645    M /trunk/po/nl.po
8646    M /trunk/po/oc.po
8647    M /trunk/po/pt_BR.po
8648    M /trunk/po/ro.po
8649    M /trunk/po/ru.po
8650    M /trunk/po/sv.po
8651    M /trunk/po/tr.po
8652    M /trunk/po/vlc.pot
8653    M /trunk/po/zh_CN.po
8654    M /trunk/po/zh_TW.po
8655
8656 make update-po . This hopefully fixes make dist
8657
8658 ------------------------------------------------------------------------
8659 r13887 | dionoea | 2006-01-10 00:39:47 +0100 (Tue, 10 Jan 2006) | 2 lines
8660 Changed paths:
8661    M /trunk/modules/control/corba/Modules.am
8662
8663 ../../src/control/plugin.c doesn't exist anymore (this should fix make dist)
8664
8665 ------------------------------------------------------------------------
8666 r13886 | dionoea | 2006-01-09 23:04:18 +0100 (Mon, 09 Jan 2006) | 2 lines
8667 Changed paths:
8668    M /trunk/src/libvlc.h
8669
8670 oops
8671
8672 ------------------------------------------------------------------------
8673 r13885 | dionoea | 2006-01-09 23:01:57 +0100 (Mon, 09 Jan 2006) | 2 lines
8674 Changed paths:
8675    M /trunk/THANKS
8676    A /trunk/po/oc.po
8677    M /trunk/src/libvlc.h
8678    M /trunk/src/misc/darwin_specific.m
8679
8680 Occitan localization. Many thanks to laurent jonqueres
8681
8682 ------------------------------------------------------------------------
8683 r13884 | xtophe | 2006-01-09 21:57:53 +0100 (Mon, 09 Jan 2006) | 2 lines
8684 Changed paths:
8685    M /trunk/THANKS
8686    M /trunk/configure.ac
8687    A /trunk/po/ka.po
8688    M /trunk/src/libvlc.h
8689    M /trunk/src/misc/darwin_specific.m
8690
8691 Add Georgian localization. Thanks to Alexander Didebulidze.
8692
8693 ------------------------------------------------------------------------
8694 r13883 | asmax | 2006-01-08 22:16:49 +0100 (Sun, 08 Jan 2006) | 2 lines
8695 Changed paths:
8696    M /trunk/modules/audio_output/jack.c
8697
8698 * jack.c: better handling of buffer underruns
8699
8700 ------------------------------------------------------------------------
8701 r13882 | asmax | 2006-01-08 21:53:51 +0100 (Sun, 08 Jan 2006) | 2 lines
8702 Changed paths:
8703    M /trunk/build-vlc
8704    M /trunk/config.in
8705    M /trunk/configure.ac
8706    M /trunk/modules/audio_output/Modules.am
8707    A /trunk/modules/audio_output/jack.c
8708
8709 * New audio output module to support the JACK Audio Connection Kit
8710
8711 ------------------------------------------------------------------------
8712 r13881 | zorglub | 2006-01-08 17:32:33 +0100 (Sun, 08 Jan 2006) | 3 lines
8713 Changed paths:
8714    M /trunk/Makefile.am
8715    M /trunk/bindings/python/setup.py
8716    M /trunk/bindings/python/vlcglue.h
8717    A /trunk/include/libvlc_internal.h
8718    A /trunk/include/mediacontrol_internal.h (from /branches/0.8.5-api/include/mediacontrol_internal.h:13843)
8719    D /trunk/include/vlc/control.h
8720    D /trunk/include/vlc/control_structures.h
8721    A /trunk/include/vlc/libvlc.h
8722    A /trunk/include/vlc/mediacontrol.h
8723    A /trunk/include/vlc/mediacontrol_structures.h (from /branches/0.8.5-api/include/vlc/mediacontrol_structures.h:13843)
8724    M /trunk/include/vlc/vlc.h
8725    M /trunk/include/vlc_common.h
8726    D /trunk/include/vlc_control.h
8727    D /trunk/src/control/audio_video.c
8728    M /trunk/src/control/core.c
8729    D /trunk/src/control/init.c
8730    A /trunk/src/control/input.c (from /branches/0.8.5-api/src/control/input.c:13845)
8731    A /trunk/src/control/mediacontrol_audio_video.c (from /branches/0.8.5-api/src/control/mediacontrol_audio_video.c:13843)
8732    A /trunk/src/control/mediacontrol_core.c (from /branches/0.8.5-api/src/control/mediacontrol_core.c:13843)
8733    A /trunk/src/control/mediacontrol_init.c (from /branches/0.8.5-api/src/control/mediacontrol_init.c:13843)
8734    A /trunk/src/control/mediacontrol_plugin.c (from /branches/0.8.5-api/src/control/mediacontrol_plugin.c:13843)
8735    A /trunk/src/control/mediacontrol_util.c (from /branches/0.8.5-api/src/control/mediacontrol_util.c:13843)
8736    A /trunk/src/control/playlist.c (from /branches/0.8.5-api/src/control/playlist.c:13843)
8737    D /trunk/src/control/plugin.c
8738    D /trunk/src/control/util.c
8739    M /trunk/src/misc/stats.c
8740    A /trunk/test/libvlc_sample.c
8741
8742 Merge 0.8.5-api changes
8743 Fix compilation
8744
8745 ------------------------------------------------------------------------
8746 r13880 | zorglub | 2006-01-08 16:50:35 +0100 (Sun, 08 Jan 2006) | 2 lines
8747 Changed paths:
8748    M /trunk/include/vlc_messages.h
8749
8750 Lalala
8751
8752 ------------------------------------------------------------------------
8753 r13879 | zorglub | 2006-01-08 16:48:41 +0100 (Sun, 08 Jan 2006) | 2 lines
8754 Changed paths:
8755    M /trunk/include/vlc_messages.h
8756    M /trunk/src/input/decoder.c
8757    M /trunk/src/input/input.c
8758    M /trunk/src/input/stream.c
8759    M /trunk/src/libvlc.c
8760    M /trunk/src/misc/stats.c
8761    M /trunk/src/network/httpd.c
8762    M /trunk/src/video_output/video_output.c
8763
8764 Some more stats preliminary work
8765
8766 ------------------------------------------------------------------------
8767 r13878 | hartman | 2006-01-08 02:32:50 +0100 (Sun, 08 Jan 2006) | 5 lines
8768 Changed paths:
8769    M /trunk/modules/audio_output/auhal.c
8770
8771 * auhal.c:
8772   - fix last bugs with SPDIF stream selection
8773   - code and debug cleanup
8774   - added more comments to clearify the code, so it is useful to others :D
8775
8776 ------------------------------------------------------------------------
8777 r13877 | hartman | 2006-01-08 00:08:42 +0100 (Sun, 08 Jan 2006) | 2 lines
8778 Changed paths:
8779    M /trunk/modules/access/file.c
8780
8781 * Compile fix for OSes without F_RDAHEAD and F_NOCACHE
8782
8783 ------------------------------------------------------------------------
8784 r13876 | hartman | 2006-01-07 23:01:17 +0100 (Sat, 07 Jan 2006) | 3 lines
8785 Changed paths:
8786    M /trunk/modules/access/file.c
8787
8788 * Set FD_RDAHEAD and FD_NOCACHE on when reading from files. improves reading from networkshares and VMEM usage.
8789   Suggested by Marko Karppinen.
8790
8791 ------------------------------------------------------------------------
8792 r13875 | xtophe | 2006-01-07 17:21:47 +0100 (Sat, 07 Jan 2006) | 2 lines
8793 Changed paths:
8794    M /trunk/extras/contrib/Makefile
8795
8796 Add a package-win32 target
8797
8798 ------------------------------------------------------------------------
8799 r13874 | sam | 2006-01-06 16:16:25 +0100 (Fri, 06 Jan 2006) | 2 lines
8800 Changed paths:
8801    M /trunk/doc/fortunes.txt
8802
8803   fortune.
8804
8805 ------------------------------------------------------------------------
8806 r13873 | damienf | 2006-01-06 13:31:19 +0100 (Fri, 06 Jan 2006) | 3 lines
8807 Changed paths:
8808    M /trunk/extras/contrib/src/Patches/dvdnav.patch
8809    M /trunk/modules/access/dvdnav.c
8810
8811 dvdnav.patch: changed code that read DVD title to use dvdread APIs, so that WIN32 and non-unix platforms can also read it
8812 dvdnav.c: add DVD title to meta information
8813
8814 ------------------------------------------------------------------------
8815 r13872 | xtophe | 2006-01-06 10:37:13 +0100 (Fri, 06 Jan 2006) | 2 lines
8816 Changed paths:
8817    M /trunk/doc/Doxyfile
8818    M /trunk/doc/Doxyfile.skins2
8819
8820 Produce include graphs.
8821
8822 ------------------------------------------------------------------------
8823 r13871 | xtophe | 2006-01-05 23:53:46 +0100 (Thu, 05 Jan 2006) | 2 lines
8824 Changed paths:
8825    D /trunk/extras/contrib/src/Patches/goom2k4-0-win32.patch.bak
8826
8827 this file was here by error
8828
8829 ------------------------------------------------------------------------
8830 r13870 | damienf | 2006-01-05 23:48:30 +0100 (Thu, 05 Jan 2006) | 2 lines
8831 Changed paths:
8832    M /trunk/modules/video_output/directx/directx.c
8833
8834 directx.c: some improvement on overlay initial grey flickering
8835
8836 ------------------------------------------------------------------------
8837 r13869 | zorglub | 2006-01-05 22:56:34 +0100 (Thu, 05 Jan 2006) | 2 lines
8838 Changed paths:
8839    M /trunk/src/misc/stats.c
8840
8841 Remove extra debug
8842
8843 ------------------------------------------------------------------------
8844 r13868 | damienf | 2006-01-05 22:33:20 +0100 (Thu, 05 Jan 2006) | 2 lines
8845 Changed paths:
8846    M /trunk/src/misc/messages.c
8847
8848 messages.c: message bank lock is still in use and still needs initializing :)
8849
8850 ------------------------------------------------------------------------
8851 r13867 | damienf | 2006-01-05 18:13:19 +0100 (Thu, 05 Jan 2006) | 2 lines
8852 Changed paths:
8853    M /trunk/configure.ac
8854
8855 configure.ac: fix previous commit when mozilla is not available
8856
8857 ------------------------------------------------------------------------
8858 r13866 | damienf | 2006-01-05 18:03:12 +0100 (Thu, 05 Jan 2006) | 2 lines
8859 Changed paths:
8860    M /trunk/configure.ac
8861
8862 configure.ac: updated for version 1.7 of gecko-sdk (only tested on cygwin)
8863
8864 ------------------------------------------------------------------------
8865 r13865 | hartman | 2006-01-05 02:56:12 +0100 (Thu, 05 Jan 2006) | 1 line
8866 Changed paths:
8867    M /trunk/src/misc/messages.c
8868
8869 More message queue WinCE fixes
8870 ------------------------------------------------------------------------
8871 r13864 | hartman | 2006-01-05 02:01:30 +0100 (Thu, 05 Jan 2006) | 1 line
8872 Changed paths:
8873    M /trunk/src/misc/messages.c
8874
8875 message queues WinCE compile fix
8876 ------------------------------------------------------------------------
8877 r13863 | hartman | 2006-01-05 00:34:52 +0100 (Thu, 05 Jan 2006) | 1 line
8878 Changed paths:
8879    M /trunk/modules/demux/mkv.cpp
8880
8881 Another message queue compile fix
8882 ------------------------------------------------------------------------
8883 r13862 | zorglub | 2006-01-05 00:22:24 +0100 (Thu, 05 Jan 2006) | 2 lines
8884 Changed paths:
8885    M /trunk/include/vlc_messages.h
8886
8887 Forgot this file
8888
8889 ------------------------------------------------------------------------
8890 r13861 | zorglub | 2006-01-05 00:11:33 +0100 (Thu, 05 Jan 2006) | 2 lines
8891 Changed paths:
8892    M /trunk/modules/codec/ffmpeg/ffmpeg.c
8893
8894 compile fix
8895
8896 ------------------------------------------------------------------------
8897 r13860 | hartman | 2006-01-05 00:02:44 +0100 (Thu, 05 Jan 2006) | 4 lines
8898 Changed paths:
8899    M /trunk/configure.ac
8900
8901 * I actually read the doc on AC_ARG_WITH this time :D
8902   this and [13857] [13858] refs #182
8903
8904
8905 ------------------------------------------------------------------------
8906 r13859 | zorglub | 2006-01-04 23:29:53 +0100 (Wed, 04 Jan 2006) | 3 lines
8907 Changed paths:
8908    M /trunk/Makefile.am
8909    M /trunk/include/vlc_common.h
8910    M /trunk/include/vlc_messages.h
8911    M /trunk/include/vlc_objects.h
8912    M /trunk/include/vlc_symbols.h
8913    M /trunk/modules/gui/beos/MessagesWindow.cpp
8914    M /trunk/modules/gui/macosx/intf.m
8915    M /trunk/modules/gui/ncurses.c
8916    M /trunk/modules/gui/skins2/src/skin_main.cpp
8917    M /trunk/modules/gui/wince/wince.cpp
8918    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
8919    M /trunk/modules/misc/logger.c
8920    M /trunk/src/misc/messages.c
8921    M /trunk/src/misc/objects.c
8922    A /trunk/src/misc/stats.c
8923    M /trunk/src/network/httpd.c
8924
8925 Add support for several message queues - please test
8926 Initial support for registering and handling some shared stats 
8927
8928 ------------------------------------------------------------------------
8929 r13858 | hartman | 2006-01-04 23:24:20 +0100 (Wed, 04 Jan 2006) | 1 line
8930 Changed paths:
8931    M /trunk/configure.ac
8932
8933 Fix the Mac OS X SDK configure check
8934 ------------------------------------------------------------------------
8935 r13857 | hartman | 2006-01-04 22:53:52 +0100 (Wed, 04 Jan 2006) | 8 lines
8936 Changed paths:
8937    M /trunk/Makefile.am
8938    M /trunk/configure.ac
8939    D /trunk/extras/MacOSX/macosx-dmg
8940
8941 * Simpler way to create the diskimage (10.3 and higher only)
8942 * realigning of some of the configure --help options
8943 * added --with-macosx-sdk
8944   - compiles VLC (not contrib) with the 10.3.9 SDK
8945   - uses a small hack to enforce the deployment target when you do make in the srcdir
8946   - requires you to use gcc 4.0 on on Mac OS X 10.4
8947
8948
8949 ------------------------------------------------------------------------
8950 r13856 | jpsaman | 2006-01-03 22:33:55 +0100 (Tue, 03 Jan 2006) | 1 line
8951 Changed paths:
8952    M /trunk/share/osdmenu/default.cfg
8953    M /trunk/share/osdmenu/dvd.cfg
8954
8955 Forward/Backward jump is set to jump-medium
8956 ------------------------------------------------------------------------
8957 r13855 | zorglub | 2006-01-03 21:29:02 +0100 (Tue, 03 Jan 2006) | 2 lines
8958 Changed paths:
8959    M /trunk/src/input/input.c
8960
8961 Fix invalid return
8962
8963 ------------------------------------------------------------------------
8964 r13854 | xtophe | 2006-01-03 17:37:05 +0100 (Tue, 03 Jan 2006) | 2 lines
8965 Changed paths:
8966    M /trunk/Makefile.am
8967
8968 Missing headder in tarball
8969
8970 ------------------------------------------------------------------------
8971 r13853 | xtophe | 2006-01-03 16:16:01 +0100 (Tue, 03 Jan 2006) | 2 lines
8972 Changed paths:
8973    M /trunk/src/libvlc.h
8974
8975 Typo
8976
8977 ------------------------------------------------------------------------
8978 r13852 | fkuehne | 2006-01-03 13:50:15 +0100 (Tue, 03 Jan 2006) | 1 line
8979 Changed paths:
8980    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
8981    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
8982    M /trunk/modules/gui/macosx/wizard.m
8983
8984 * added RTP uni-/multicast to the wizard
8985 ------------------------------------------------------------------------
8986 r13851 | fkuehne | 2006-01-02 19:25:01 +0100 (Mon, 02 Jan 2006) | 1 line
8987 Changed paths:
8988    M /trunk/modules/video_output/image.c
8989
8990 * fixed preferences
8991 ------------------------------------------------------------------------
8992 r13850 | sam | 2006-01-02 11:52:50 +0100 (Mon, 02 Jan 2006) | 4 lines
8993 Changed paths:
8994    M /trunk/modules/video_output/image.c
8995
8996   * modules/video_output/image.c:
8997     + Implemented support for --image-out-format.
8998     + Added support for JPEG output. Still defaults to PNG.
8999
9000 ------------------------------------------------------------------------
9001 r13849 | sam | 2006-01-02 11:41:38 +0100 (Mon, 02 Jan 2006) | 3 lines
9002 Changed paths:
9003    M /trunk/src/video_output/video_output.c
9004
9005   * src/video_output/video_output.c: do not drop late frames at the video
9006     output level when --no-skip-frames was specified.
9007
9008 ------------------------------------------------------------------------
9009 r13848 | courmisch | 2006-01-02 11:06:36 +0100 (Mon, 02 Jan 2006) | 2 lines
9010 Changed paths:
9011    M /trunk/po/fr.po
9012
9013 Fix spelling error
9014
9015 ------------------------------------------------------------------------
9016 r13847 | sam | 2006-01-02 10:01:27 +0100 (Mon, 02 Jan 2006) | 3 lines
9017 Changed paths:
9018    M /trunk/src/misc/image.c
9019
9020   * src/misc/image.c: don't forget to free the temporary pictures or we'll
9021     rapidly leak gigabytes of memory.
9022
9023 ------------------------------------------------------------------------
9024 r13842 | zorglub | 2006-01-01 14:39:21 +0100 (Sun, 01 Jan 2006) | 2 lines
9025 Changed paths:
9026    M /trunk/extras/make.pl
9027
9028 Improve output
9029
9030 ------------------------------------------------------------------------
9031 r13841 | hartman | 2005-12-31 16:05:12 +0100 (Sat, 31 Dec 2005) | 1 line
9032 Changed paths:
9033    M /trunk/src/input/stream.c
9034
9035 Fix an issue with AStreamRefillStream and mp4 indexes
9036 ------------------------------------------------------------------------