]> git.sesse.net Git - vlc/blob - ChangeLog
mediacontrol API: implement mediacontrol_StreamInformation__free in the public API.
[vlc] / ChangeLog
1 ------------------------------------------------------------------------
2 r16637 | courmisch | 2006-09-12 21:15:20 +0200 (Tue, 12 Sep 2006) | 2 lines
3 Changed paths:
4    M /trunk/modules/demux/asf/libasf.c
5    M /trunk/modules/demux/mp4/libmp4.c
6    M /trunk/modules/demux/mp4/mp4.c
7    M /trunk/modules/demux/nsc.c
8    M /trunk/modules/demux/playlist/b4s.c
9    M /trunk/modules/demux/real.c
10    M /trunk/modules/demux/subtitle.c
11    M /trunk/modules/demux/ts.c
12    M /trunk/modules/demux/vobsub.c
13
14 Most of demux/
15
16 ------------------------------------------------------------------------
17 r16636 | courmisch | 2006-09-12 21:00:51 +0200 (Tue, 12 Sep 2006) | 2 lines
18 Changed paths:
19    M /trunk/modules/control/http/macro.c
20    M /trunk/modules/control/http/util.c
21    M /trunk/modules/control/rc.c
22
23 control/
24
25 ------------------------------------------------------------------------
26 r16635 | courmisch | 2006-09-12 20:57:45 +0200 (Tue, 12 Sep 2006) | 2 lines
27 Changed paths:
28    M /trunk/modules/access_filter/record.c
29    M /trunk/modules/access_filter/timeshift.c
30    M /trunk/modules/audio_filter/converter/a52tospdif.c
31    M /trunk/modules/audio_filter/converter/dtstospdif.c
32    M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
33    M /trunk/modules/audio_output/alsa.c
34
35 More
36
37 ------------------------------------------------------------------------
38 r16634 | courmisch | 2006-09-12 20:52:13 +0200 (Tue, 12 Sep 2006) | 2 lines
39 Changed paths:
40    M /trunk/modules/access/ftp.c
41    M /trunk/modules/access/http.c
42
43 Warnings
44
45 ------------------------------------------------------------------------
46 r16633 | courmisch | 2006-09-12 20:49:41 +0200 (Tue, 12 Sep 2006) | 2 lines
47 Changed paths:
48    M /trunk/src/audio_output/input.c
49    M /trunk/src/input/control.c
50    M /trunk/src/input/es_out.c
51    M /trunk/src/input/var.c
52    M /trunk/src/interface/interaction.c
53    M /trunk/src/misc/messages.c
54    M /trunk/src/misc/modules.c
55    M /trunk/src/misc/mtime.c
56    M /trunk/src/misc/update.c
57    M /trunk/src/misc/vlm.c
58    M /trunk/src/network/httpd.c
59    M /trunk/src/network/io.c
60    M /trunk/src/stream_output/sap.c
61    M /trunk/src/stream_output/stream_output.c
62    M /trunk/src/video_output/video_output.c
63    M /trunk/src/video_output/vout_intf.c
64
65 Ahem: (v)asprintf requires stdio.h; strndup requires string.h
66
67 ------------------------------------------------------------------------
68 r16632 | courmisch | 2006-09-12 20:35:04 +0200 (Tue, 12 Sep 2006) | 2 lines
69 Changed paths:
70    M /trunk/configure.ac
71    M /trunk/extras/m4/autoconf260.m4
72    M /trunk/vlc-config.in.in
73
74 Modernize configure.ac a bit
75
76 ------------------------------------------------------------------------
77 r16631 | courmisch | 2006-09-12 20:03:45 +0200 (Tue, 12 Sep 2006) | 3 lines
78 Changed paths:
79    M /trunk/bootstrap
80    M /trunk/configure.ac
81    A /trunk/extras/m4
82    A /trunk/extras/m4/autoconf260.m4
83    M /trunk/m4
84
85 Revert lame revert from [16628].
86 Provide trivial work-around for users of obsolete autoconf
87
88 ------------------------------------------------------------------------
89 r16630 | courmisch | 2006-09-12 19:47:05 +0200 (Tue, 12 Sep 2006) | 2 lines
90 Changed paths:
91    M /trunk/bootstrap
92
93 Fortunately, VLC is not using CVS anymore.
94
95 ------------------------------------------------------------------------
96 r16628 | damienf | 2006-09-12 19:03:39 +0200 (Tue, 12 Sep 2006) | 3 lines
97 Changed paths:
98    M /trunk/bootstrap
99    M /trunk/configure.ac
100
101 - bootstrap: removed vlcintf.h
102 - configure.ac: autoconf 2.59c is not yet supported in Cygwin, added Wine support for ActiveX plugin
103
104 ------------------------------------------------------------------------
105 r16624 | sam | 2006-09-12 14:19:33 +0200 (Tue, 12 Sep 2006) | 3 lines
106 Changed paths:
107    M /trunk/src/network/io.c
108
109   * src/network/io.c: zorglub: gnagnagna ! :)
110     (fixed more coding style, and resolved a conflict I introduced)
111
112 ------------------------------------------------------------------------
113 r16623 | sam | 2006-09-12 14:17:41 +0200 (Tue, 12 Sep 2006) | 2 lines
114 Changed paths:
115    M /trunk/src/network/io.c
116
117   * src/misc/network/io.c: coding style fixes.
118
119 ------------------------------------------------------------------------
120 r16622 | courmisch | 2006-09-11 21:53:18 +0200 (Mon, 11 Sep 2006) | 3 lines
121 Changed paths:
122    M /trunk/src/network/rootwrap.c
123
124 ***Partial*** Solaris compile fix
125 (you don't expect me to actual try to compile VLC on puma.cti.ecp.fr, do you?)
126
127 ------------------------------------------------------------------------
128 r16621 | courmisch | 2006-09-11 18:36:07 +0200 (Mon, 11 Sep 2006) | 2 lines
129 Changed paths:
130    M /trunk/src/network/io.c
131
132 Improve socket polling logic so that errors to avoid silencing errors.
133
134 ------------------------------------------------------------------------
135 r16619 | sam | 2006-09-11 17:12:33 +0200 (Mon, 11 Sep 2006) | 2 lines
136 Changed paths:
137    M /trunk/configure.ac
138
139   * configure.ac: don't add AltiVec modules twice.
140
141 ------------------------------------------------------------------------
142 r16618 | jb | 2006-09-11 15:34:17 +0200 (Mon, 11 Sep 2006) | 4 lines
143 Changed paths:
144    M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
145
146 *Contribs: Yet another x264 patch
147
148
149
150 ------------------------------------------------------------------------
151 r16617 | jb | 2006-09-11 14:14:17 +0200 (Mon, 11 Sep 2006) | 4 lines
152 Changed paths:
153    M /trunk/extras/contrib/src/Makefile
154    D /trunk/extras/contrib/src/Patches/tiff-cross.patch
155    D /trunk/extras/contrib/src/Patches/tiff.patch
156    M /trunk/extras/contrib/src/packages.mak
157
158 * Contribs: Remove unneeded files
159 * Contribs: change gz => bz2 for autoconf package
160
161
162 ------------------------------------------------------------------------
163 r16616 | jb | 2006-09-11 13:49:57 +0200 (Mon, 11 Sep 2006) | 3 lines
164 Changed paths:
165    M /trunk/extras/contrib/src/Makefile
166    M /trunk/extras/contrib/src/packages.mak
167
168 * Contribs: attempt to update Tiff/SDL/SDL_image
169
170
171 ------------------------------------------------------------------------
172 r16615 | zorglub | 2006-09-11 13:32:31 +0200 (Mon, 11 Sep 2006) | 2 lines
173 Changed paths:
174    A /trunk/share/profiles/vsp.xsd
175
176 Up-to-date schema for profiles
177
178 ------------------------------------------------------------------------
179 r16613 | sam | 2006-09-11 12:51:16 +0200 (Mon, 11 Sep 2006) | 3 lines
180 Changed paths:
181    M /trunk/bootstrap
182    M /trunk/mozilla/Makefile.am
183    M /trunk/src/Makefile.am
184
185   * No longer use the $(pic) variable, since all flags are properly set
186     in the configure script.
187
188 ------------------------------------------------------------------------
189 r16611 | sam | 2006-09-11 11:07:58 +0200 (Mon, 11 Sep 2006) | 2 lines
190 Changed paths:
191    M /trunk/mozilla/Makefile.am
192    M /trunk/src/Makefile.am
193
194   * Don't use PIC on WIN32.
195
196 ------------------------------------------------------------------------
197 r16608 | sam | 2006-09-11 10:20:43 +0200 (Mon, 11 Sep 2006) | 2 lines
198 Changed paths:
199    M /trunk/configure.ac
200    M /trunk/mozilla/Makefile.am
201
202   * Always use PIC to build the Mozilla plugin.
203
204 ------------------------------------------------------------------------
205 r16607 | zorglub | 2006-09-11 08:07:47 +0200 (Mon, 11 Sep 2006) | 7 lines
206 Changed paths:
207    A /trunk/share/profiles
208    A /trunk/share/profiles/en
209    A /trunk/share/profiles/en/http_transcode.vsp
210
211 Profile sample.
212 * Remove the l10n stuff, we'll handle it through po4a
213 * Add the ability to put several profiles in a file
214 * Split out the name of the elements
215 * Remove the prefix
216 Schema is not yet up-to-date.
217
218 ------------------------------------------------------------------------
219 r16606 | zorglub | 2006-09-10 23:58:29 +0200 (Sun, 10 Sep 2006) | 2 lines
220 Changed paths:
221    M /trunk/src/video_output/vout_subpictures.c
222
223 Remove useless debug
224
225 ------------------------------------------------------------------------
226 r16604 | fkuehne | 2006-09-10 22:43:14 +0200 (Sun, 10 Sep 2006) | 1 line
227 Changed paths:
228    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
229
230 * remove non-committed files from target to make buildbot happy. You obviously need to restore this to get a panel with icons
231 ------------------------------------------------------------------------
232 r16602 | zorglub | 2006-09-10 22:36:09 +0200 (Sun, 10 Sep 2006) | 3 lines
233 Changed paths:
234    M /trunk/modules/gui/qt4/components/preferences.cpp
235    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
236    M /trunk/modules/gui/qt4/dialogs_provider.cpp
237    M /trunk/modules/gui/qt4/qt4.cpp
238    M /trunk/modules/gui/qt4/qt4.hpp
239
240 A bit of cleanup
241 Add the qtu (Qt To Utf8) and qta (Qt To Ascii) macros
242
243 ------------------------------------------------------------------------
244 r16600 | dionoea | 2006-09-10 22:21:14 +0200 (Sun, 10 Sep 2006) | 2 lines
245 Changed paths:
246    M /trunk/src/libvlc.h
247
248 vout-filter is now part of the video-filter option. (video output core still needs to be fixed) Based on patch by hobophobe on IRC.
249
250 ------------------------------------------------------------------------
251 r16599 | zorglub | 2006-09-10 22:20:21 +0200 (Sun, 10 Sep 2006) | 2 lines
252 Changed paths:
253    M /trunk/modules/stream_out/transcode.c
254
255 Fix typo
256
257 ------------------------------------------------------------------------
258 r16598 | fkuehne | 2006-09-10 22:17:19 +0200 (Sun, 10 Sep 2006) | 1 line
259 Changed paths:
260    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
261    M /trunk/modules/gui/macosx/controls.m
262    M /trunk/modules/gui/macosx/embeddedwindow.m
263    M /trunk/modules/gui/macosx/intf.h
264
265 * removed some further hangover from the original patch and finally added embeddedWindow to the xcode project
266 ------------------------------------------------------------------------
267 r16597 | fkuehne | 2006-09-10 22:12:12 +0200 (Sun, 10 Sep 2006) | 16 lines
268 Changed paths:
269    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
270    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
271    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
272    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
273    M /trunk/modules/gui/macosx/Modules.am
274    M /trunk/modules/gui/macosx/controls.h
275    M /trunk/modules/gui/macosx/controls.m
276    M /trunk/modules/gui/macosx/embeddedwindow.m
277    A /trunk/modules/gui/macosx/fspanel.h
278    A /trunk/modules/gui/macosx/fspanel.m
279    M /trunk/modules/gui/macosx/intf.h
280    M /trunk/modules/gui/macosx/intf.m
281    M /trunk/modules/gui/macosx/vout.m
282
283 * New Fullscreen controller panel
284 - basically written by Jerome Decoodt <djc at videolan dot org> aka DiDjCodt
285 plus
286 - various patches, coding-style fixes, etc. here and there
287 - integration to VLCControls
288 - automagic fading-in and -out when in fullscreen mode
289
290 TODO:
291 - get and use native graphics. These are currently being prepared by Simon Damkjaer Andersen, who already donated new playback mode icons (to be committed soon)
292 - implement the volume slider
293 - fix seeking with the time slider
294 - check for memory leaks
295 - further clean-up
296
297 ATTENTION:
298 for the moment, you need certain images from Jerome's patch to get this running. Put them to extras/MacOSX/Resources/ and it'll work. Otherwise, VLC won't crash, but only show strings.
299 ------------------------------------------------------------------------
300 r16596 | zorglub | 2006-09-10 21:00:21 +0200 (Sun, 10 Sep 2006) | 2 lines
301 Changed paths:
302    M /trunk/modules/gui/qt4/dialogs/playlist.cpp
303    M /trunk/modules/gui/qt4/dialogs/playlist.hpp
304    M /trunk/modules/gui/qt4/dialogs_provider.cpp
305    M /trunk/modules/gui/qt4/dialogs_provider.hpp
306    M /trunk/modules/gui/qt4/menus.cpp
307
308 Fix SD support
309
310 ------------------------------------------------------------------------
311 r16593 | courmisch | 2006-09-10 19:54:17 +0200 (Sun, 10 Sep 2006) | 2 lines
312 Changed paths:
313    M /trunk/bootstrap
314
315 Also control plugin export table
316
317 ------------------------------------------------------------------------
318 r16592 | courmisch | 2006-09-10 19:46:50 +0200 (Sun, 10 Sep 2006) | 2 lines
319 Changed paths:
320    M /trunk/src
321
322 Blind svn:ignore update
323
324 ------------------------------------------------------------------------
325 r16590 | courmisch | 2006-09-10 19:40:29 +0200 (Sun, 10 Sep 2006) | 2 lines
326 Changed paths:
327    M /trunk/src/Makefile.am
328    M /trunk/vlc-api.pl
329
330 Ensure libvlc only export symbols from libvlc API
331
332 ------------------------------------------------------------------------
333 r16589 | zorglub | 2006-09-10 19:18:33 +0200 (Sun, 10 Sep 2006) | 3 lines
334 Changed paths:
335    M /trunk/modules/gui/qt4/main_interface.cpp
336
337 Handle more hotkeys
338 Prevent the volume slider from stealing the focus
339
340 ------------------------------------------------------------------------
341 r16586 | xtophe | 2006-09-10 19:00:09 +0200 (Sun, 10 Sep 2006) | 2 lines
342 Changed paths:
343    M /trunk/configure.ac
344
345 Don't build stream_out_switcher by default
346
347 ------------------------------------------------------------------------
348 r16583 | sam | 2006-09-10 18:37:47 +0200 (Sun, 10 Sep 2006) | 2 lines
349 Changed paths:
350    M /trunk/Makefile.am
351
352   * Makefile.am: add empty versioning information to libvlc.so.
353
354 ------------------------------------------------------------------------
355 r16582 | sam | 2006-09-10 18:33:18 +0200 (Sun, 10 Sep 2006) | 2 lines
356 Changed paths:
357    M /trunk/src/Makefile.am
358
359  * src/Makefile.am: do not use -avoid-version. [ported from r16581]
360
361 ------------------------------------------------------------------------
362 r16580 | dionoea | 2006-09-09 22:19:32 +0200 (Sat, 09 Sep 2006) | 2 lines
363 Changed paths:
364    M /trunk/modules/codec/ffmpeg/ffmpeg.c
365
366 Also decode VP6 in flash ... this currently decodes video upside down (example file: http://samples.mplayerhq.hu/FLV/flash8/harrypotter-480x272-450-vp6.flv ). If someone knows how to tell the vout/codec to change line order ...
367
368 ------------------------------------------------------------------------
369 r16579 | dionoea | 2006-09-09 21:39:31 +0200 (Sat, 09 Sep 2006) | 2 lines
370 Changed paths:
371    M /trunk/modules/codec/ffmpeg/ffmpeg.c
372
373 FFmpeg now has VP5/VP6 decoding (flash uses special variant with codec id VP6F in ffmpeg ... this isn't used in VLC yet)
374
375 ------------------------------------------------------------------------
376 r16578 | courmisch | 2006-09-09 15:50:07 +0200 (Sat, 09 Sep 2006) | 2 lines
377 Changed paths:
378    M /trunk/src/network/io.c
379
380 Switch net_Write to poll() to avoid fd set overflow.
381
382 ------------------------------------------------------------------------
383 r16577 | courmisch | 2006-09-09 12:50:29 +0200 (Sat, 09 Sep 2006) | 2 lines
384 Changed paths:
385    M /trunk/src/network/io.c
386
387 Accept non-socket handles through net_Read* (closes #731)
388
389 ------------------------------------------------------------------------
390 r16576 | courmisch | 2006-09-09 12:37:37 +0200 (Sat, 09 Sep 2006) | 2 lines
391 Changed paths:
392    M /trunk/modules/access/ftp.c
393
394 Fix segfault. FTP access output is now somehow "tested"
395
396 ------------------------------------------------------------------------
397 r16575 | courmisch | 2006-09-09 12:24:52 +0200 (Sat, 09 Sep 2006) | 2 lines
398 Changed paths:
399    M /trunk/modules/access/ftp.c
400
401 More fixes
402
403 ------------------------------------------------------------------------
404 r16574 | courmisch | 2006-09-09 12:09:15 +0200 (Sat, 09 Sep 2006) | 2 lines
405 Changed paths:
406    M /trunk/modules/access/ftp.c
407
408 OSX compile fix
409
410 ------------------------------------------------------------------------
411 r16573 | courmisch | 2006-09-09 12:03:06 +0200 (Sat, 09 Sep 2006) | 2 lines
412 Changed paths:
413    M /trunk/modules/access/ftp.c
414
415 Oups
416
417 ------------------------------------------------------------------------
418 r16572 | courmisch | 2006-09-09 11:53:34 +0200 (Sat, 09 Sep 2006) | 2 lines
419 Changed paths:
420    M /trunk/modules/access/ftp.c
421
422 Untested FTP access output (closes #605)
423
424 ------------------------------------------------------------------------
425 r16571 | courmisch | 2006-09-09 11:23:02 +0200 (Sat, 09 Sep 2006) | 2 lines
426 Changed paths:
427    M /trunk/include/vlc_access.h
428
429 Fix typo
430
431 ------------------------------------------------------------------------
432 r16570 | zorglub | 2006-09-09 11:12:23 +0200 (Sat, 09 Sep 2006) | 2 lines
433 Changed paths:
434    M /trunk/src/interface/interaction.c
435
436 One more outdated copyright
437
438 ------------------------------------------------------------------------
439 r16569 | zorglub | 2006-09-09 11:05:11 +0200 (Sat, 09 Sep 2006) | 2 lines
440 Changed paths:
441    M /trunk/modules/access_output/shout.c
442    M /trunk/modules/codec/ffmpeg/mux.c
443    M /trunk/modules/demux/playlist/xspf.c
444    M /trunk/modules/demux/ts.c
445    M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
446    M /trunk/modules/gui/skins2/commands/cmd_playtree.hpp
447    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
448    M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
449    M /trunk/modules/gui/skins2/utils/var_tree.cpp
450    M /trunk/modules/gui/skins2/utils/var_tree.hpp
451    M /trunk/modules/gui/skins2/vars/playtree.cpp
452    M /trunk/modules/gui/skins2/vars/playtree.hpp
453    M /trunk/modules/mux/mpeg/ts.c
454
455 Copyright stuff
456
457 ------------------------------------------------------------------------
458 r16568 | courmisch | 2006-09-09 10:27:55 +0200 (Sat, 09 Sep 2006) | 3 lines
459 Changed paths:
460    M /trunk/modules/access/ftp.c
461
462 More cosmetic
463 (nice reinvention of the while() loop, but I prefer while())
464
465 ------------------------------------------------------------------------
466 r16567 | courmisch | 2006-09-09 10:20:18 +0200 (Sat, 09 Sep 2006) | 2 lines
467 Changed paths:
468    M /trunk/modules/access/ftp.c
469
470 Cosmetic fixes
471
472 ------------------------------------------------------------------------
473 r16566 | courmisch | 2006-09-09 10:19:23 +0200 (Sat, 09 Sep 2006) | 2 lines
474 Changed paths:
475    M /trunk/modules/access/ftp.c
476
477 Don't use someone's else domain in our default values
478
479 ------------------------------------------------------------------------
480 r16565 | courmisch | 2006-09-09 09:48:55 +0200 (Sat, 09 Sep 2006) | 2 lines
481 Changed paths:
482    M /trunk/modules/misc/rtsp.c
483    M /trunk/modules/stream_out/rtp.c
484
485 Really fix SDP ordering here too (closes #716 again)
486
487 ------------------------------------------------------------------------
488 r16564 | courmisch | 2006-09-09 09:43:58 +0200 (Sat, 09 Sep 2006) | 6 lines
489 Changed paths:
490    M /trunk/src/stream_output/sap.c
491
492 * Add multicast source filter (RFC4570),
493   so that one day we may be able to use IGMPv3/MLDv2 with VLC streams,
494 * Add recvonly attribute
495 * Really fix ordering (c= then t= then a=)
496 * Put type attribute as a session attribute (as per RFC4566)
497
498 ------------------------------------------------------------------------
499 r16563 | courmisch | 2006-09-09 09:26:22 +0200 (Sat, 09 Sep 2006) | 2 lines
500 Changed paths:
501    M /trunk/src/stream_output/sap.c
502
503 Another SDP ordering fix
504
505 ------------------------------------------------------------------------
506 r16562 | dionoea | 2006-09-09 00:41:45 +0200 (Sat, 09 Sep 2006) | 2 lines
507 Changed paths:
508    M /trunk/modules/control/rc.c
509
510 Add vcrop, vzoom and vratio commands to the rc interface (code duplication is horrible ... i know)
511
512 ------------------------------------------------------------------------
513 r16561 | thresh | 2006-09-08 23:42:19 +0200 (Fri, 08 Sep 2006) | 2 lines
514 Changed paths:
515    A /trunk/vlc.spec.alt
516
517 ALT Linux VLC specfile
518
519 ------------------------------------------------------------------------
520 r16560 | thresh | 2006-09-08 23:30:07 +0200 (Fri, 08 Sep 2006) | 2 lines
521 Changed paths:
522    M /trunk/doc/fortunes.txt
523
524 forgot to mention the last fortune is from #videolan 
525
526 ------------------------------------------------------------------------
527 r16559 | thresh | 2006-09-08 23:27:21 +0200 (Fri, 08 Sep 2006) | 2 lines
528 Changed paths:
529    M /trunk/doc/fortunes.txt
530
531 one more fortune
532
533 ------------------------------------------------------------------------
534 r16558 | courmisch | 2006-09-08 21:50:25 +0200 (Fri, 08 Sep 2006) | 2 lines
535 Changed paths:
536    M /trunk/modules/misc/rtsp.c
537    M /trunk/modules/stream_out/rtp.c
538
539 Fix SDP line ordering (closes #716)
540
541 ------------------------------------------------------------------------
542 r16557 | courmisch | 2006-09-08 21:00:04 +0200 (Fri, 08 Sep 2006) | 3 lines
543 Changed paths:
544    M /trunk/src/network/httpd.c
545    M /trunk/src/network/io.c
546
547 Complete(?) migration to net_strerror/net_errno
548 for nicer Win32 error messages
549
550 ------------------------------------------------------------------------
551 r16556 | courmisch | 2006-09-08 20:33:32 +0200 (Fri, 08 Sep 2006) | 2 lines
552 Changed paths:
553    M /trunk/src/network/error.c
554
555 Well, this time maybe
556
557 ------------------------------------------------------------------------
558 r16555 | courmisch | 2006-09-08 20:26:50 +0200 (Fri, 08 Sep 2006) | 2 lines
559 Changed paths:
560    M /trunk/src/network/error.c
561
562 Might fix Win32 compilation
563
564 ------------------------------------------------------------------------
565 r16554 | courmisch | 2006-09-08 20:14:25 +0200 (Fri, 08 Sep 2006) | 2 lines
566 Changed paths:
567    M /trunk/include/network.h
568    M /trunk/include/vlc_symbols.h
569    M /trunk/src/network/io.c
570
571 Add missing const qualifier and fix warnings
572
573 ------------------------------------------------------------------------
574 r16553 | courmisch | 2006-09-08 20:08:39 +0200 (Fri, 08 Sep 2006) | 2 lines
575 Changed paths:
576    M /trunk/share/Makefile.am
577
578 Don't rebuild the skin all the time
579
580 ------------------------------------------------------------------------
581 r16552 | courmisch | 2006-09-08 20:07:18 +0200 (Fri, 08 Sep 2006) | 2 lines
582 Changed paths:
583    M /trunk/src/network/io.c
584
585 Actually wreak havoc to the network API.
586
587 ------------------------------------------------------------------------
588 r16551 | courmisch | 2006-09-08 19:56:58 +0200 (Fri, 08 Sep 2006) | 2 lines
589 Changed paths:
590    M /trunk/src/network/io.c
591
592 Fixes
593
594 ------------------------------------------------------------------------
595 r16550 | courmisch | 2006-09-08 19:53:14 +0200 (Fri, 08 Sep 2006) | 2 lines
596 Changed paths:
597    M /trunk/src/network/io.c
598    M /trunk/src/network/tcp.c
599
600 Reallow file descriptor above FD_SETSIZE since we now use poll()
601
602 ------------------------------------------------------------------------
603 r16549 | courmisch | 2006-09-08 19:51:58 +0200 (Fri, 08 Sep 2006) | 2 lines
604 Changed paths:
605    M /trunk/configure.ac
606    M /trunk/src/network/io.c
607
608 Experimental poll()-capable merge of net_Read, net_ReadNonBlock and net_Select
609
610 ------------------------------------------------------------------------
611 r16548 | courmisch | 2006-09-08 18:29:56 +0200 (Fri, 08 Sep 2006) | 2 lines
612 Changed paths:
613    M /trunk/src/network/io.c
614
615 More cleanup
616
617 ------------------------------------------------------------------------
618 r16547 | courmisch | 2006-09-08 18:26:49 +0200 (Fri, 08 Sep 2006) | 4 lines
619 Changed paths:
620    M /trunk/src/network/error.c
621
622 Add message for most of the Winsock errors
623 (not compile tested, but since no one else wanted to do such a boring commit,
624  you can't complain)
625
626 ------------------------------------------------------------------------
627 r16546 | courmisch | 2006-09-08 18:04:29 +0200 (Fri, 08 Sep 2006) | 2 lines
628 Changed paths:
629    M /trunk/src/network/io.c
630
631 Partial cleanup and improved Windows error messages
632
633 ------------------------------------------------------------------------
634 r16545 | sam | 2006-09-08 17:48:21 +0200 (Fri, 08 Sep 2006) | 3 lines
635 Changed paths:
636    M /trunk/modules/stream_out/rtp.c
637
638   * modules/stream_out/rtp.c:
639     + Remove SDP file when bailing out. Patch by Fabrice Ollivier.
640
641 ------------------------------------------------------------------------
642 r16543 | xtophe | 2006-09-08 00:58:14 +0200 (Fri, 08 Sep 2006) | 2 lines
643 Changed paths:
644    M /trunk/po/POTFILES.in
645    M /trunk/po/ca.po
646    M /trunk/po/cs.po
647    M /trunk/po/da.po
648    M /trunk/po/de.po
649    M /trunk/po/en_GB.po
650    M /trunk/po/es.po
651    M /trunk/po/fr.po
652    M /trunk/po/gl.po
653    M /trunk/po/he.po
654    M /trunk/po/hi.po
655    M /trunk/po/hu.po
656    M /trunk/po/it.po
657    M /trunk/po/ja.po
658    M /trunk/po/ka.po
659    M /trunk/po/ko.po
660    M /trunk/po/nl.po
661    M /trunk/po/oc.po
662    M /trunk/po/pt_BR.po
663    M /trunk/po/ro.po
664    M /trunk/po/ru.po
665    M /trunk/po/sv.po
666    M /trunk/po/tr.po
667    M /trunk/po/vlc.pot
668    M /trunk/po/zh_CN.po
669    M /trunk/po/zh_TW.po
670
671 Update-po
672
673 ------------------------------------------------------------------------
674 r16542 | xtophe | 2006-09-08 00:20:04 +0200 (Fri, 08 Sep 2006) | 2 lines
675 Changed paths:
676    M /trunk/extras/contrib/src/packages.mak
677
678 We need the latest autoconf. see [16537]
679
680 ------------------------------------------------------------------------
681 r16541 | hartman | 2006-09-08 00:01:06 +0200 (Fri, 08 Sep 2006) | 2 lines
682 Changed paths:
683    M /trunk/modules/access/cdda/access.c
684    M /trunk/modules/access/vcd/vcd.c
685    M /trunk/modules/access/vcdx/access.c
686
687 * Reset access->info.b_eof when we search. After you have read up untill the end, (like ps does), you can search back to the beginning, provided the access module allows this.
688
689 ------------------------------------------------------------------------
690 r16540 | hartman | 2006-09-07 23:58:59 +0200 (Thu, 07 Sep 2006) | 2 lines
691 Changed paths:
692    M /trunk/modules/demux/ps.c
693    M /trunk/modules/demux/ps.h
694
695 * Improve duration calculation
696
697 ------------------------------------------------------------------------
698 r16539 | courmisch | 2006-09-07 21:49:30 +0200 (Thu, 07 Sep 2006) | 2 lines
699 Changed paths:
700    M /trunk/include/network.h
701    M /trunk/include/vlc_symbols.h
702    M /trunk/src/network/udp.c
703
704 Implement net_SetDSCP() to set Diffserv code point on a socket.
705
706 ------------------------------------------------------------------------
707 r16538 | courmisch | 2006-09-07 21:23:03 +0200 (Thu, 07 Sep 2006) | 4 lines
708 Changed paths:
709    M /trunk/include/vlc_threads.h
710    M /trunk/modules/misc/gnutls.c
711
712 Make GnuTLS use pthread directly rather than VLC's API when appropriate.
713 This would be needed if libvlc is ever embedded in an application that
714 also uses GnuTLS.
715
716 ------------------------------------------------------------------------
717 r16537 | courmisch | 2006-09-07 21:09:27 +0200 (Thu, 07 Sep 2006) | 3 lines
718 Changed paths:
719    M /trunk/configure.ac
720    M /trunk/modules/misc/gnutls.c
721
722 - Check x509 certificates start and end date (*ahem*)
723 - Some cleanup
724
725 ------------------------------------------------------------------------
726 r16536 | courmisch | 2006-09-07 20:27:41 +0200 (Thu, 07 Sep 2006) | 2 lines
727 Changed paths:
728    M /trunk/configure.ac
729    M /trunk/modules/misc/gnutls.c
730
731 Require more recent GnuTLS and get rid of broken algos.
732
733 ------------------------------------------------------------------------
734 r16535 | dionoea | 2006-09-07 19:02:46 +0200 (Thu, 07 Sep 2006) | 2 lines
735 Changed paths:
736    M /trunk/modules/access_output/shout.c
737
738 :%s/\t/    /g
739
740 ------------------------------------------------------------------------
741 r16534 | damienf | 2006-09-07 00:15:29 +0200 (Thu, 07 Sep 2006) | 2 lines
742 Changed paths:
743    M /trunk/mozilla/vlcplugin.cpp
744
745 vlcplugin.cpp: don't forget to increment argc
746
747 ------------------------------------------------------------------------
748 r16533 | damienf | 2006-09-07 00:07:22 +0200 (Thu, 07 Sep 2006) | 2 lines
749 Changed paths:
750    M /trunk/AUTHORS
751    M /trunk/THANKS
752    M /trunk/configure.ac
753    M /trunk/modules/video_filter/Modules.am
754    A /trunk/modules/video_filter/filter_event_info.h
755    A /trunk/modules/video_filter/opencv_example.cpp
756    A /trunk/modules/video_filter/opencv_wrapper.c
757
758 - OpenCV video filter module by Dugal Harris
759
760 ------------------------------------------------------------------------
761 r16532 | zorglub | 2006-09-06 23:32:39 +0200 (Wed, 06 Sep 2006) | 3 lines
762 Changed paths:
763    M /trunk/modules/stream_out/transcode.c
764
765 Use the "video filter2" capability for transcode's vfilter option so we don't get vfilter1.
766 We need to fix the --video-filter option to accept both vfilter1 and vfilter2 and react correctly
767
768 ------------------------------------------------------------------------
769 r16531 | xtophe | 2006-09-06 23:30:14 +0200 (Wed, 06 Sep 2006) | 2 lines
770 Changed paths:
771    M /trunk/mozilla/vlcplugin.cpp
772
773 Don't use the media library in the mozilla plugin
774
775 ------------------------------------------------------------------------
776 r16530 | zorglub | 2006-09-06 23:05:21 +0200 (Wed, 06 Sep 2006) | 2 lines
777 Changed paths:
778    M /trunk/include/vlc_config_cat.h
779    M /trunk/modules/video_filter/adjust.c
780    M /trunk/modules/video_filter/gradient.c
781    M /trunk/modules/video_filter/invert.c
782    M /trunk/modules/video_filter/psychedelic.c
783    M /trunk/modules/video_filter/ripple.c
784    M /trunk/modules/video_filter/wave.c
785
786 Preferences categories are *not* categories. They are *user* strings.
787
788 ------------------------------------------------------------------------
789 r16529 | zorglub | 2006-09-06 23:03:03 +0200 (Wed, 06 Sep 2006) | 2 lines
790 Changed paths:
791    M /trunk/modules/gui/qt4/components/preferences.cpp
792
793 One more encoding fix
794
795 ------------------------------------------------------------------------
796 r16528 | jpsaman | 2006-09-06 12:02:20 +0200 (Wed, 06 Sep 2006) | 1 line
797 Changed paths:
798    M /trunk/modules/access_filter/timeshift.c
799
800 Typo tha -> that
801 ------------------------------------------------------------------------
802 r16527 | fkuehne | 2006-09-05 23:11:46 +0200 (Tue, 05 Sep 2006) | 1 line
803 Changed paths:
804    M /trunk/configure.ac
805
806 * quick n dirty fix to get the OSX builds compiling for now
807 ------------------------------------------------------------------------
808 r16526 | dionoea | 2006-09-05 18:42:10 +0200 (Tue, 05 Sep 2006) | 2 lines
809 Changed paths:
810    M /trunk/modules/codec/ffmpeg/ffmpeg.c
811
812 FFmpeg now has support for VMware's video codec.
813
814 ------------------------------------------------------------------------
815 r16525 | thresh | 2006-09-05 15:22:38 +0200 (Tue, 05 Sep 2006) | 2 lines
816 Changed paths:
817    M /trunk/configure.ac
818
819 link stream_out_switcher with ffmpeg libs (should fix w32 build)
820
821 ------------------------------------------------------------------------
822 r16524 | thresh | 2006-09-05 14:33:53 +0200 (Tue, 05 Sep 2006) | 3 lines
823 Changed paths:
824    M /trunk/configure.ac
825
826 We can build ffmpeg and stream_out_switcher as plugins when found by pkg-config.
827 Can we?
828
829 ------------------------------------------------------------------------
830 r16523 | zorglub | 2006-09-05 13:18:44 +0200 (Tue, 05 Sep 2006) | 2 lines
831 Changed paths:
832    M /trunk/src/playlist/loadsave.c
833
834 Include errno.h
835
836 ------------------------------------------------------------------------
837 r16522 | hartman | 2006-09-05 13:07:08 +0200 (Tue, 05 Sep 2006) | 2 lines
838 Changed paths:
839    M /trunk/doc/fortunes.txt
840
841 * Quote add
842
843 ------------------------------------------------------------------------
844 r16521 | zorglub | 2006-09-05 09:16:17 +0200 (Tue, 05 Sep 2006) | 2 lines
845 Changed paths:
846    M /trunk/modules/gui/qt4/components/preferences.cpp
847
848 Convert items in the preferences tree to locale
849
850 ------------------------------------------------------------------------
851 r16520 | zorglub | 2006-09-05 08:09:42 +0200 (Tue, 05 Sep 2006) | 2 lines
852 Changed paths:
853    M /trunk/include/vlc_playlist.h
854    M /trunk/po/POTFILES.in
855    M /trunk/po/ca.po
856    M /trunk/po/cs.po
857    M /trunk/po/da.po
858    M /trunk/po/de.po
859    M /trunk/po/en_GB.po
860    M /trunk/po/es.po
861    M /trunk/po/fr.po
862    M /trunk/po/gl.po
863    M /trunk/po/he.po
864    M /trunk/po/hi.po
865    M /trunk/po/hu.po
866    M /trunk/po/it.po
867    M /trunk/po/ja.po
868    M /trunk/po/ka.po
869    M /trunk/po/ko.po
870    M /trunk/po/nl.po
871    M /trunk/po/oc.po
872    M /trunk/po/pt_BR.po
873    M /trunk/po/ro.po
874    M /trunk/po/ru.po
875    M /trunk/po/sv.po
876    M /trunk/po/tr.po
877    M /trunk/po/vlc.pot
878    M /trunk/po/zh_CN.po
879    M /trunk/po/zh_TW.po
880    M /trunk/src/Makefile.am
881    M /trunk/src/playlist/control.c
882    M /trunk/src/playlist/engine.c
883    M /trunk/src/playlist/item.c
884    M /trunk/src/playlist/loadsave.c
885    A /trunk/src/playlist/playlist_internal.h
886    M /trunk/src/playlist/search.c
887    M /trunk/src/playlist/services_discovery.c
888    M /trunk/src/playlist/sort.c
889    M /trunk/src/playlist/thread.c
890    M /trunk/src/playlist/tree.c
891
892 Split playlist include file in public/private
893
894 ------------------------------------------------------------------------
895 r16519 | damienf | 2006-09-04 23:48:45 +0200 (Mon, 04 Sep 2006) | 2 lines
896 Changed paths:
897    M /trunk/src/input/input_internal.h
898
899 input.c: fixed state (broke pause)
900
901 ------------------------------------------------------------------------
902 r16518 | xtophe | 2006-09-04 21:28:53 +0200 (Mon, 04 Sep 2006) | 2 lines
903 Changed paths:
904    M /trunk/po/pt_PT.po
905
906 New update of the Portuguese l10n
907
908 ------------------------------------------------------------------------
909 r16517 | damienf | 2006-09-04 20:19:03 +0200 (Mon, 04 Sep 2006) | 2 lines
910 Changed paths:
911    M /trunk/modules/gui/ncurses.c
912
913 fixed typo
914
915 ------------------------------------------------------------------------
916 r16516 | damienf | 2006-09-04 20:17:10 +0200 (Mon, 04 Sep 2006) | 2 lines
917 Changed paths:
918    M /trunk/mozilla/control/npolibvlc.cpp
919    M /trunk/mozilla/test.html
920    M /trunk/mozilla/vlcshell.cpp
921
922 mozilla: more clean-ups
923
924 ------------------------------------------------------------------------
925 r16515 | damienf | 2006-09-04 19:51:10 +0200 (Mon, 04 Sep 2006) | 2 lines
926 Changed paths:
927    M /trunk/include/vlc/libvlc.h
928    M /trunk/src/control/input.c
929
930 - added input state & input rate in control APIs
931
932 ------------------------------------------------------------------------
933 r16514 | damienf | 2006-09-04 19:50:19 +0200 (Mon, 04 Sep 2006) | 2 lines
934 Changed paths:
935    M /trunk/include/vlc_input.h
936
937 forgot that one in last commit
938
939 ------------------------------------------------------------------------
940 r16513 | damienf | 2006-09-04 19:48:38 +0200 (Mon, 04 Sep 2006) | 2 lines
941 Changed paths:
942    M /trunk/modules/control/http/http.c
943    M /trunk/modules/gui/beos/MediaControlView.cpp
944    M /trunk/modules/gui/ncurses.c
945    M /trunk/src/input/input.c
946    M /trunk/src/input/input_internal.h
947
948 - input: added intermediate state info opening & buffering
949
950 ------------------------------------------------------------------------
951 r16512 | xtophe | 2006-09-04 15:32:02 +0200 (Mon, 04 Sep 2006) | 2 lines
952 Changed paths:
953    M /trunk/activex/Makefile.am
954
955 As a second effect of the recent libtool/build system commits, libvlc.dll has loose the extra .a. hurray.
956
957 ------------------------------------------------------------------------
958 r16511 | xtophe | 2006-09-04 12:43:50 +0200 (Mon, 04 Sep 2006) | 2 lines
959 Changed paths:
960    M /trunk/configure.ac
961    M /trunk/po/ca.po
962    M /trunk/po/cs.po
963    M /trunk/po/da.po
964    M /trunk/po/de.po
965    M /trunk/po/en_GB.po
966    M /trunk/po/es.po
967    M /trunk/po/fr.po
968    M /trunk/po/gl.po
969    M /trunk/po/he.po
970    M /trunk/po/hi.po
971    M /trunk/po/hu.po
972    M /trunk/po/it.po
973    M /trunk/po/ja.po
974    M /trunk/po/ka.po
975    M /trunk/po/ko.po
976    M /trunk/po/nl.po
977    M /trunk/po/oc.po
978    M /trunk/po/pt_BR.po
979    M /trunk/po/ro.po
980    M /trunk/po/ru.po
981    M /trunk/po/sv.po
982    M /trunk/po/tr.po
983    M /trunk/po/vlc.pot
984    M /trunk/po/zh_CN.po
985    M /trunk/po/zh_TW.po
986
987 We don't use utf-8 in localisable string so drop the option.
988
989 ------------------------------------------------------------------------
990 r16510 | sam | 2006-09-04 12:12:03 +0200 (Mon, 04 Sep 2006) | 2 lines
991 Changed paths:
992    M /trunk/src/input/decoder.c
993
994   * src/input/decoder.c: sorry, I'm not allowed to put UTF-8 here.
995
996 ------------------------------------------------------------------------
997 r16509 | xtophe | 2006-09-04 11:27:21 +0200 (Mon, 04 Sep 2006) | 4 lines
998 Changed paths:
999    M /trunk/configure.ac
1000    M /trunk/po/POTFILES.in
1001    M /trunk/po/ca.po
1002    M /trunk/po/cs.po
1003    M /trunk/po/da.po
1004    M /trunk/po/de.po
1005    M /trunk/po/en_GB.po
1006    M /trunk/po/es.po
1007    M /trunk/po/fr.po
1008    M /trunk/po/gl.po
1009    M /trunk/po/he.po
1010    M /trunk/po/hi.po
1011    M /trunk/po/hu.po
1012    M /trunk/po/it.po
1013    M /trunk/po/ja.po
1014    M /trunk/po/ka.po
1015    M /trunk/po/ko.po
1016    M /trunk/po/nl.po
1017    M /trunk/po/oc.po
1018    M /trunk/po/pt_BR.po
1019    M /trunk/po/ro.po
1020    M /trunk/po/ru.po
1021    M /trunk/po/sv.po
1022    M /trunk/po/tr.po
1023    M /trunk/po/vlc.pot
1024    M /trunk/po/zh_CN.po
1025    M /trunk/po/zh_TW.po
1026
1027 * Tell gettext that we use UTF-8.
1028 * run update-po
1029
1030
1031 ------------------------------------------------------------------------
1032 r16508 | sam | 2006-09-04 00:18:30 +0200 (Mon, 04 Sep 2006) | 2 lines
1033 Changed paths:
1034    M /trunk/src/input/decoder.c
1035
1036   * src/input/decoder.c: use real, nice quotes.
1037
1038 ------------------------------------------------------------------------
1039 r16507 | fkuehne | 2006-09-04 00:13:20 +0200 (Mon, 04 Sep 2006) | 1 line
1040 Changed paths:
1041    M /trunk/modules/gui/macosx/controls.m
1042
1043 * save playback styles on Macs as well
1044 ------------------------------------------------------------------------
1045 r16506 | thresh | 2006-09-04 00:07:29 +0200 (Mon, 04 Sep 2006) | 4 lines
1046 Changed paths:
1047    M /trunk/configure.ac
1048
1049 Try to find seamonkey-config too.
1050
1051 TODO: test for xpidl in /usr/lib{,64}/seamonkey too.
1052
1053 ------------------------------------------------------------------------
1054 r16505 | zorglub | 2006-09-03 23:53:38 +0200 (Sun, 03 Sep 2006) | 2 lines
1055 Changed paths:
1056    M /trunk/include/vlc_playlist.h
1057    M /trunk/modules/gui/qt4/main_interface.cpp
1058    M /trunk/modules/gui/qt4/main_interface.hpp
1059
1060 Start grabbing hotkeys in Qt. Unfinished
1061
1062 ------------------------------------------------------------------------
1063 r16504 | sam | 2006-09-03 22:51:09 +0200 (Sun, 03 Sep 2006) | 2 lines
1064 Changed paths:
1065    M /trunk/src/input/decoder.c
1066
1067   * src/input/decoder.c: fix "unsupported fourcc" fatal error message.
1068
1069 ------------------------------------------------------------------------
1070 r16503 | zorglub | 2006-09-03 19:43:25 +0200 (Sun, 03 Sep 2006) | 2 lines
1071 Changed paths:
1072    M /trunk/modules/gui/qt4/menus.cpp
1073    M /trunk/modules/gui/wxwidgets/menus.cpp
1074
1075 Fix postprocessing in menu (Closes:#659)
1076
1077 ------------------------------------------------------------------------
1078 r16502 | zorglub | 2006-09-03 19:31:02 +0200 (Sun, 03 Sep 2006) | 2 lines
1079 Changed paths:
1080    M /trunk/include/vlc_messages.h
1081    M /trunk/include/vlc_playlist.h
1082    M /trunk/src/input/item.c
1083    M /trunk/src/playlist/engine.c
1084    M /trunk/src/playlist/item.c
1085    M /trunk/src/playlist/loadsave.c
1086
1087 Auto load and save media library (Closes:#433)
1088
1089 ------------------------------------------------------------------------
1090 r16501 | zorglub | 2006-09-03 18:50:22 +0200 (Sun, 03 Sep 2006) | 2 lines
1091 Changed paths:
1092    M /trunk/modules/gui/qt4/dialogs_provider.cpp
1093    M /trunk/modules/gui/qt4/dialogs_provider.hpp
1094    M /trunk/modules/gui/qt4/menus.cpp
1095
1096 open directory and playlist
1097
1098 ------------------------------------------------------------------------
1099 r16500 | zorglub | 2006-09-03 18:43:26 +0200 (Sun, 03 Sep 2006) | 2 lines
1100 Changed paths:
1101    M /trunk/modules/demux/playlist/m3u.c
1102    M /trunk/modules/demux/playlist/playlist.h
1103    M /trunk/modules/demux/playlist/xspf.c
1104
1105 Remove useless debug, fix a bug
1106
1107 ------------------------------------------------------------------------
1108 r16499 | zorglub | 2006-09-03 18:41:40 +0200 (Sun, 03 Sep 2006) | 2 lines
1109 Changed paths:
1110    M /trunk/modules/access/directory.c
1111
1112 Fix possible crash
1113
1114 ------------------------------------------------------------------------
1115 r16498 | courmisch | 2006-09-03 17:20:43 +0200 (Sun, 03 Sep 2006) | 2 lines
1116 Changed paths:
1117    M /trunk/configure.ac
1118
1119 Use LTLIBINTL instead of LIBINTL when using libtool.
1120
1121 ------------------------------------------------------------------------
1122 r16497 | xtophe | 2006-09-03 17:17:11 +0200 (Sun, 03 Sep 2006) | 2 lines
1123 Changed paths:
1124    M /trunk/THANKS
1125    A /trunk/po/pt_PT.po
1126
1127 Start of the work of Ari Constancio on Portuguese localisation
1128
1129 ------------------------------------------------------------------------
1130 r16496 | courmisch | 2006-09-03 17:08:52 +0200 (Sun, 03 Sep 2006) | 2 lines
1131 Changed paths:
1132    M /trunk/src/network/httpd.c
1133
1134 Fix type-punning breakage
1135
1136 ------------------------------------------------------------------------
1137 r16495 | courmisch | 2006-09-03 17:01:52 +0200 (Sun, 03 Sep 2006) | 2 lines
1138 Changed paths:
1139    M /trunk/src/misc/unicode.c
1140
1141 You shall not pass NULL to IsUTF8().
1142
1143 ------------------------------------------------------------------------
1144 r16494 | thresh | 2006-09-03 14:41:56 +0200 (Sun, 03 Sep 2006) | 2 lines
1145 Changed paths:
1146    M /trunk/src/misc/configuration.c
1147
1148 write comments in config file in user locale instead of utf
1149
1150 ------------------------------------------------------------------------
1151 r16493 | courmisch | 2006-09-03 13:51:11 +0200 (Sun, 03 Sep 2006) | 2 lines
1152 Changed paths:
1153    M /trunk/share/Makefile.am
1154
1155 Another GNU makism killed
1156
1157 ------------------------------------------------------------------------
1158 r16492 | courmisch | 2006-09-03 13:44:03 +0200 (Sun, 03 Sep 2006) | 3 lines
1159 Changed paths:
1160    M /trunk/modules/control/corba/Modules.am
1161
1162 Further crackdown on GNU make-isms
1163 But is the corba plugin functionnal anyway?
1164
1165 ------------------------------------------------------------------------
1166 r16491 | xtophe | 2006-09-03 01:24:38 +0200 (Sun, 03 Sep 2006) | 2 lines
1167 Changed paths:
1168    M /trunk/configure.ac
1169
1170 hmm One of yesterday commit broke binary compatibility.
1171
1172 ------------------------------------------------------------------------
1173 r16490 | zorglub | 2006-09-03 00:33:44 +0200 (Sun, 03 Sep 2006) | 2 lines
1174 Changed paths:
1175    M /trunk/modules/gui/qt4/playlist_model.cpp
1176    M /trunk/src/libvlc.h
1177    M /trunk/test/native/url.c
1178
1179 Remember random/loop/repeat
1180
1181 ------------------------------------------------------------------------
1182 r16489 | zorglub | 2006-09-02 23:22:19 +0200 (Sat, 02 Sep 2006) | 5 lines
1183 Changed paths:
1184    M /trunk/src/libvlc.h
1185    M /trunk/src/playlist/engine.c
1186
1187 Add --play-and-exit option to quit after no more items are in playlist.
1188 To be backported, but will need some manual merging (diff in vlc-devel should apply pristine to 0.8.5).
1189 Thanks to Georgi Chorbadzhiyski for the patch
1190
1191
1192 ------------------------------------------------------------------------
1193 r16488 | dionoea | 2006-09-02 22:46:57 +0200 (Sat, 02 Sep 2006) | 2 lines
1194 Changed paths:
1195    M /trunk/src/video_output/video_output.c
1196
1197 Fix refcount issues and only vlc_object_find when needed
1198
1199 ------------------------------------------------------------------------
1200 r16487 | courmisch | 2006-09-02 22:30:53 +0200 (Sat, 02 Sep 2006) | 2 lines
1201 Changed paths:
1202    M /trunk/THANKS
1203    M /trunk/modules/access/http.c
1204
1205 Merge [PATCH] http chunked encoding fix
1206
1207 ------------------------------------------------------------------------
1208 r16486 | xtophe | 2006-09-02 21:48:49 +0200 (Sat, 02 Sep 2006) | 2 lines
1209 Changed paths:
1210    M /trunk/configure.ac
1211
1212 Use our own pkg-config macro. So we don't have problems on OSX (ol pkg.m4 or wrong installation)
1213
1214 ------------------------------------------------------------------------
1215 r16485 | dionoea | 2006-09-02 19:08:08 +0200 (Sat, 02 Sep 2006) | 2 lines
1216 Changed paths:
1217    M /trunk/modules/codec/fake.c
1218
1219 Oops.
1220
1221 ------------------------------------------------------------------------
1222 r16484 | zorglub | 2006-09-02 19:07:46 +0200 (Sat, 02 Sep 2006) | 2 lines
1223 Changed paths:
1224    M /trunk/src/playlist/control.c
1225    M /trunk/src/playlist/search.c
1226    M /trunk/src/playlist/tree.c
1227
1228 Fixes for random + live search
1229
1230 ------------------------------------------------------------------------
1231 r16483 | dionoea | 2006-09-02 19:03:36 +0200 (Sat, 02 Sep 2006) | 2 lines
1232 Changed paths:
1233    M /trunk/include/vlc_spu.h
1234    M /trunk/include/vlc_symbols.h
1235    M /trunk/include/vlc_video.h
1236    M /trunk/modules/codec/cvdsub.c
1237    M /trunk/modules/codec/fake.c
1238    M /trunk/modules/codec/spudec/parse.c
1239    M /trunk/modules/codec/subsdec.c
1240    M /trunk/modules/codec/svcdsub.c
1241    M /trunk/modules/stream_out/transcode.c
1242    M /trunk/src/video_output/video_output.c
1243    M /trunk/src/video_output/vout_intf.c
1244    M /trunk/src/video_output/vout_subpictures.c
1245
1246 subpicture_t now has a b_pausable attribute. When set to VLC_TRUE (default value is VLC_FALSE), this will keep displaying the subpicture_t when the parent input is paused. This means that subtitles should now be paused when clicking on pause. (refs #29)
1247
1248 ------------------------------------------------------------------------
1249 r16482 | zorglub | 2006-09-02 18:59:50 +0200 (Sat, 02 Sep 2006) | 3 lines
1250 Changed paths:
1251    M /trunk/include/vlc_playlist.h
1252    M /trunk/src/playlist/control.c
1253    M /trunk/src/playlist/engine.c
1254    M /trunk/src/playlist/item.c
1255    M /trunk/src/playlist/tree.c
1256
1257 Re-enable random.
1258 It is now based on a shuffled array of items, so that next + prev takes you back to what you were playing
1259
1260 ------------------------------------------------------------------------
1261 r16481 | xtophe | 2006-09-02 16:49:53 +0200 (Sat, 02 Sep 2006) | 2 lines
1262 Changed paths:
1263    M /trunk/configure.ac
1264
1265 Don't compile the motion plugin on win32
1266
1267 ------------------------------------------------------------------------
1268 r16480 | Trax | 2006-09-02 16:32:19 +0200 (Sat, 02 Sep 2006) | 1 line
1269 Changed paths:
1270    M /trunk/modules/access/dshow/crossbar.cpp
1271    M /trunk/modules/video_output/directx/direct3d.c
1272
1273 * more ouput -> output typos
1274 ------------------------------------------------------------------------
1275 r16479 | courmisch | 2006-09-02 14:26:41 +0200 (Sat, 02 Sep 2006) | 3 lines
1276 Changed paths:
1277    M /trunk/configure.ac
1278
1279 Make mux_ts a plugin too.
1280 Afterall, ts is a plugin, and is probably as useful if not more.
1281
1282 ------------------------------------------------------------------------
1283 r16478 | courmisch | 2006-09-02 14:19:59 +0200 (Sat, 02 Sep 2006) | 2 lines
1284 Changed paths:
1285    M /trunk/configure.ac
1286
1287 Make theora codec a plugin
1288
1289 ------------------------------------------------------------------------
1290 r16477 | courmisch | 2006-09-02 14:15:55 +0200 (Sat, 02 Sep 2006) | 2 lines
1291 Changed paths:
1292    M /trunk/configure.ac
1293
1294 Cleanup gnutls detection
1295
1296 ------------------------------------------------------------------------
1297 r16476 | courmisch | 2006-09-02 13:20:55 +0200 (Sat, 02 Sep 2006) | 4 lines
1298 Changed paths:
1299    M /trunk/configure.ac
1300
1301 Enable libtool by default.
1302 You can still disable it manually...
1303 and well, you've had six months to fix your build system.
1304
1305 ------------------------------------------------------------------------
1306 r16475 | courmisch | 2006-09-02 13:20:07 +0200 (Sat, 02 Sep 2006) | 3 lines
1307 Changed paths:
1308    M /trunk/include/vlc_common.h
1309
1310 Remove evil kludge.
1311 Better fix broken code that would rely on this.
1312
1313 ------------------------------------------------------------------------
1314 r16474 | zorglub | 2006-09-02 12:20:26 +0200 (Sat, 02 Sep 2006) | 2 lines
1315 Changed paths:
1316    M /trunk/include/vlc_playlist.h
1317    M /trunk/src/playlist/control.c
1318    M /trunk/src/playlist/tree.c
1319
1320 Fix a few quirks with playlist filters
1321
1322 ------------------------------------------------------------------------
1323 r16473 | zorglub | 2006-09-02 10:40:01 +0200 (Sat, 02 Sep 2006) | 2 lines
1324 Changed paths:
1325    M /trunk/src/playlist/engine.c
1326
1327 Actually use the --playlist-tree option
1328
1329 ------------------------------------------------------------------------
1330 r16472 | zorglub | 2006-09-02 10:39:28 +0200 (Sat, 02 Sep 2006) | 4 lines
1331 Changed paths:
1332    M /trunk/modules/gui/qt4/components/preferences.cpp
1333    M /trunk/modules/gui/qt4/components/preferences.hpp
1334    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
1335    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
1336    M /trunk/modules/gui/qt4/components/simple_preferences.hpp
1337    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
1338    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
1339    M /trunk/modules/gui/qt4/util/qvlcframe.hpp
1340
1341 Preferences
1342 * Enable Save/Cancel. Please test heavily with already implemented stuff. There is a layout bug with simple prefs because they don't implement save yet. Also, we still have some parenting issues to fix
1343 * Remove "advanced" stuff
1344
1345 ------------------------------------------------------------------------
1346 r16471 | Trax | 2006-09-02 09:52:38 +0200 (Sat, 02 Sep 2006) | 1 line
1347 Changed paths:
1348    M /trunk/include/vlc/libvlc.h
1349    M /trunk/modules/access/dshow/crossbar.cpp
1350    M /trunk/modules/codec/dmo/dmo.c
1351
1352 * typo ouput -> output
1353 ------------------------------------------------------------------------
1354 r16470 | damienf | 2006-09-01 18:34:46 +0200 (Fri, 01 Sep 2006) | 2 lines
1355 Changed paths:
1356    M /trunk/mozilla/control/npovlc.cpp
1357    M /trunk/mozilla/vlcshell.cpp
1358
1359 - vlcshell.cpp: fix for a couple of crashing scenarios
1360
1361 ------------------------------------------------------------------------
1362 r16469 | damienf | 2006-09-01 18:32:09 +0200 (Fri, 01 Sep 2006) | 2 lines
1363 Changed paths:
1364    M /trunk/modules/demux/playlist/asx.c
1365
1366 asx.c: ignore leading empty lins during detection
1367
1368 ------------------------------------------------------------------------
1369 r16466 | thresh | 2006-09-01 10:04:55 +0200 (Fri, 01 Sep 2006) | 2 lines
1370 Changed paths:
1371    M /trunk/src/input/item.c
1372
1373 This also could be named in non-UTF, recode it
1374
1375 ------------------------------------------------------------------------
1376 r16465 | thresh | 2006-09-01 10:03:00 +0200 (Fri, 01 Sep 2006) | 2 lines
1377 Changed paths:
1378    M /trunk/modules/control/rc.c
1379
1380 Recode output in rc interface to current locale
1381
1382 ------------------------------------------------------------------------
1383 r16464 | zorglub | 2006-09-01 08:01:06 +0200 (Fri, 01 Sep 2006) | 2 lines
1384 Changed paths:
1385    M /trunk/modules/gui/qt4/dialogs/messages.cpp
1386    M /trunk/modules/gui/qt4/dialogs/messages.hpp
1387    M /trunk/modules/gui/qt4/dialogs_provider.cpp
1388
1389 Enable verbosity setting
1390
1391 ------------------------------------------------------------------------
1392 r16463 | xtophe | 2006-09-01 00:57:35 +0200 (Fri, 01 Sep 2006) | 2 lines
1393 Changed paths:
1394    M /trunk/modules/gui/qt4/dialogs/messages.cpp
1395
1396 Initialize the verbosity box
1397
1398 ------------------------------------------------------------------------
1399 r16462 | zorglub | 2006-09-01 00:17:17 +0200 (Fri, 01 Sep 2006) | 2 lines
1400 Changed paths:
1401    M /trunk/modules/gui/qt4/Modules.am
1402    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
1403    M /trunk/modules/gui/qt4/util/customwidgets.hpp
1404    D /trunk/modules/gui/qt4/util/views.hpp
1405
1406 Merge views.hpp in customwidgets
1407
1408 ------------------------------------------------------------------------
1409 r16461 | zorglub | 2006-09-01 00:10:11 +0200 (Fri, 01 Sep 2006) | 2 lines
1410 Changed paths:
1411    M /trunk/modules/gui/qt4/Modules.am
1412    A /trunk/modules/gui/qt4/dialogs/errors.cpp
1413    A /trunk/modules/gui/qt4/dialogs/errors.hpp
1414    M /trunk/modules/gui/qt4/dialogs/interaction.cpp
1415    M /trunk/modules/gui/qt4/dialogs_provider.cpp
1416
1417 Warnings/Errors dialog
1418
1419 ------------------------------------------------------------------------
1420 r16456 | zorglub | 2006-08-31 22:50:50 +0200 (Thu, 31 Aug 2006) | 3 lines
1421 Changed paths:
1422    M /trunk/modules/gui/qt4/main_interface.cpp
1423    M /trunk/src/libvlc.h
1424
1425 * Move the embedded option to libvlc
1426 * Make the interface a bit smaller
1427
1428 ------------------------------------------------------------------------
1429 r16455 | zorglub | 2006-08-31 22:39:36 +0200 (Thu, 31 Aug 2006) | 2 lines
1430 Changed paths:
1431    M /trunk/modules/gui/qt4/components/video_widget.cpp
1432    M /trunk/modules/gui/qt4/components/video_widget.hpp
1433    M /trunk/modules/gui/qt4/input_manager.cpp
1434    M /trunk/modules/gui/qt4/input_manager.hpp
1435
1436 Preliminary work for better audio visualization handling
1437
1438 ------------------------------------------------------------------------
1439 r16453 | courmisch | 2006-08-31 16:55:20 +0200 (Thu, 31 Aug 2006) | 2 lines
1440 Changed paths:
1441    M /trunk/include/charset.h
1442    M /trunk/include/vlc_symbols.h
1443    M /trunk/src/misc/unicode.c
1444
1445 Export utf8_vfprintf and utf8_fprintf
1446
1447 ------------------------------------------------------------------------
1448 r16452 | hartman | 2006-08-31 15:12:26 +0200 (Thu, 31 Aug 2006) | 2 lines
1449 Changed paths:
1450    M /trunk/modules/access/directory.c
1451
1452 * Include vlc_input.h so we don't bug out with shared vlc
1453
1454 ------------------------------------------------------------------------
1455 r16451 | jpsaman | 2006-08-31 14:37:15 +0200 (Thu, 31 Aug 2006) | 1 line
1456 Changed paths:
1457    M /trunk/modules/audio_filter/converter/mono.c
1458
1459 Do not select mono filter automatically
1460 ------------------------------------------------------------------------
1461 r16450 | hartman | 2006-08-31 14:23:54 +0200 (Thu, 31 Aug 2006) | 2 lines
1462 Changed paths:
1463    M /trunk/modules/demux/playlist/asx.c
1464
1465 Fix a bug in the asx parser. I should really finish cleaning it up :D
1466
1467 ------------------------------------------------------------------------
1468 r16449 | thresh | 2006-08-31 14:21:51 +0200 (Thu, 31 Aug 2006) | 3 lines
1469 Changed paths:
1470    M /trunk/THANKS
1471    M /trunk/po/ca.po
1472    M /trunk/po/cs.po
1473    M /trunk/po/da.po
1474    M /trunk/po/de.po
1475    M /trunk/po/en_GB.po
1476    M /trunk/po/es.po
1477    M /trunk/po/fr.po
1478    M /trunk/po/gl.po
1479    M /trunk/po/he.po
1480    M /trunk/po/hi.po
1481    M /trunk/po/hu.po
1482    M /trunk/po/it.po
1483    M /trunk/po/ja.po
1484    M /trunk/po/ka.po
1485    M /trunk/po/ko.po
1486    M /trunk/po/nl.po
1487    M /trunk/po/oc.po
1488    M /trunk/po/pt_BR.po
1489    M /trunk/po/ro.po
1490    M /trunk/po/ru.po
1491    M /trunk/po/sv.po
1492    M /trunk/po/tr.po
1493    M /trunk/po/vlc.pot
1494    M /trunk/po/zh_CN.po
1495    M /trunk/po/zh_TW.po
1496
1497 added russian translation by Vladimir Yermolayev
1498
1499
1500 ------------------------------------------------------------------------
1501 r16448 | fkuehne | 2006-08-31 13:02:17 +0200 (Thu, 31 Aug 2006) | 1 line
1502 Changed paths:
1503    M /trunk/po/sv.po
1504
1505 * updated Swedish translation by Daniel Nylander <info at danielnylander dot se>
1506 ------------------------------------------------------------------------
1507 r16447 | xtophe | 2006-08-31 11:51:05 +0200 (Thu, 31 Aug 2006) | 2 lines
1508 Changed paths:
1509    M /trunk/modules/video_filter/logo.c
1510
1511 typo
1512
1513 ------------------------------------------------------------------------
1514 r16444 | fkuehne | 2006-08-31 00:59:21 +0200 (Thu, 31 Aug 2006) | 1 line
1515 Changed paths:
1516    M /trunk/NEWS
1517    M /trunk/THANKS
1518
1519 * some updates on Apple Remote, etc.
1520 ------------------------------------------------------------------------
1521 r16443 | fkuehne | 2006-08-31 00:24:25 +0200 (Thu, 31 Aug 2006) | 1 line
1522 Changed paths:
1523    M /trunk/modules/gui/macosx/intf.m
1524
1525 * added some buttons for apple remote controlling. Save for backporting, but needs some usability testing
1526 ------------------------------------------------------------------------
1527 r16440 | damienf | 2006-08-30 23:30:28 +0200 (Wed, 30 Aug 2006) | 2 lines
1528 Changed paths:
1529    M /trunk/modules/gui/macosx/voutgl.m
1530
1531 voutgl: fix AR in mozilla plugin
1532
1533 ------------------------------------------------------------------------
1534 r16438 | zorglub | 2006-08-30 19:40:36 +0200 (Wed, 30 Aug 2006) | 2 lines
1535 Changed paths:
1536    M /trunk/test/native/url.c
1537
1538 Fix and port test
1539
1540 ------------------------------------------------------------------------
1541 r16437 | courmisch | 2006-08-30 19:27:38 +0200 (Wed, 30 Aug 2006) | 2 lines
1542 Changed paths:
1543    M /trunk/include/vlc_url.h
1544    M /trunk/src/test/url.c
1545
1546 *Really* fix base 64 encoding
1547
1548 ------------------------------------------------------------------------
1549 r16436 | zorglub | 2006-08-30 19:17:11 +0200 (Wed, 30 Aug 2006) | 3 lines
1550 Changed paths:
1551    M /trunk/test/NativeURLTest.py
1552    M /trunk/test/native/init.c
1553    M /trunk/test/native/tests.h
1554    M /trunk/test/native/url.c
1555    M /trunk/test/test.sh
1556
1557 Port new URL tests to test/
1558 Support Python 2.4
1559
1560 ------------------------------------------------------------------------
1561 r16435 | damienf | 2006-08-30 18:56:02 +0200 (Wed, 30 Aug 2006) | 2 lines
1562 Changed paths:
1563    M /trunk/mozilla/npvlc_rc.rc
1564    M /trunk/mozilla/vlc.r
1565
1566 mozilla: mimetype fixes
1567
1568 ------------------------------------------------------------------------
1569 r16433 | courmisch | 2006-08-30 16:58:18 +0200 (Wed, 30 Aug 2006) | 2 lines
1570 Changed paths:
1571    M /trunk/include/vlc_url.h
1572    M /trunk/src/test/url.c
1573
1574 Fix base64 encoding and add regression test
1575
1576 ------------------------------------------------------------------------
1577 r16432 | hartman | 2006-08-30 16:56:30 +0200 (Wed, 30 Aug 2006) | 2 lines
1578 Changed paths:
1579    M /trunk/modules/demux/ts.c
1580
1581 * forwardport [15373] which was left accidently hanging in the 0.8.5 branch 
1582
1583 ------------------------------------------------------------------------
1584 r16430 | bigben | 2006-08-30 15:35:56 +0200 (Wed, 30 Aug 2006) | 3 lines
1585 Changed paths:
1586    M /trunk/configure.ac
1587
1588 * typo
1589
1590
1591 ------------------------------------------------------------------------
1592 r16429 | hartman | 2006-08-30 01:19:23 +0200 (Wed, 30 Aug 2006) | 2 lines
1593 Changed paths:
1594    M /trunk/modules/codec/ffmpeg/encoder.c
1595
1596 * fix stupid mistake in [16427]
1597
1598 ------------------------------------------------------------------------
1599 r16428 | hartman | 2006-08-30 01:02:13 +0200 (Wed, 30 Aug 2006) | 2 lines
1600 Changed paths:
1601    M /trunk/modules/stream_out/switcher.c
1602
1603 * copy [16427] to the switcher module as well. ( is times 3 bytes enough ? perhaps i should use 4 bytes per pixel ? )
1604
1605 ------------------------------------------------------------------------
1606 r16427 | hartman | 2006-08-30 00:59:16 +0200 (Wed, 30 Aug 2006) | 2 lines
1607 Changed paths:
1608    M /trunk/modules/codec/ffmpeg/encoder.c
1609
1610 * set the proper buffer size when encoding with ffmpeg, instead of using fixed 1024x1024 maximumframe size for the buffer.
1611
1612 ------------------------------------------------------------------------
1613 r16426 | damienf | 2006-08-29 23:56:10 +0200 (Tue, 29 Aug 2006) | 3 lines
1614 Changed paths:
1615    M /trunk/mozilla/control/npolibvlc.cpp
1616    M /trunk/mozilla/support/npmac.cpp
1617    M /trunk/mozilla/test.html
1618    M /trunk/mozilla/vlcshell.cpp
1619
1620 - compatibility fixes for FireFox, Safari and Opera 9
1621 - fixed a couple of crashes on MacOS X
1622
1623 ------------------------------------------------------------------------
1624 r16425 | zorglub | 2006-08-29 23:37:20 +0200 (Tue, 29 Aug 2006) | 2 lines
1625 Changed paths:
1626    A /trunk/modules/gui/qt4/components/streaming
1627    A /trunk/modules/gui/qt4/ui/streampanel.ui
1628
1629 Some preliminary work for streaming stuff
1630
1631 ------------------------------------------------------------------------
1632 r16424 | hartman | 2006-08-29 23:05:40 +0200 (Tue, 29 Aug 2006) | 2 lines
1633 Changed paths:
1634    M /trunk/modules/demux/mkv.cpp
1635
1636 * Fix an issue with DAR vs. Canvas size with matroska files
1637
1638 ------------------------------------------------------------------------
1639 r16423 | xtophe | 2006-08-29 21:34:50 +0200 (Tue, 29 Aug 2006) | 2 lines
1640 Changed paths:
1641    M /trunk/modules/control/http/rpn.c
1642
1643 hrm, compile before you commit
1644
1645 ------------------------------------------------------------------------
1646 r16422 | xtophe | 2006-08-29 21:24:59 +0200 (Tue, 29 Aug 2006) | 2 lines
1647 Changed paths:
1648    M /trunk/modules/control/http/rpn.c
1649
1650 Fix implicit pointer function. Patch by Dann Frazier. (ref debian #385192)
1651
1652 ------------------------------------------------------------------------
1653 r16421 | jpsaman | 2006-08-29 20:54:05 +0200 (Tue, 29 Aug 2006) | 1 line
1654 Changed paths:
1655    M /trunk/modules/audio_filter/converter/mono.c
1656
1657 combine two channels into mono for the dowmix as last step.
1658 ------------------------------------------------------------------------
1659 r16420 | damienf | 2006-08-29 18:31:39 +0200 (Tue, 29 Aug 2006) | 2 lines
1660 Changed paths:
1661    M /trunk/mozilla/vlcshell.cpp
1662
1663 vlcshell.cpp: prevent browser from downloading SRC URL before passing it to plugin
1664
1665 ------------------------------------------------------------------------
1666 r16419 | zorglub | 2006-08-29 17:51:56 +0200 (Tue, 29 Aug 2006) | 2 lines
1667 Changed paths:
1668    M /trunk/modules/gui/qt4/dialogs/messages.cpp
1669
1670 Should fix the problem with messages insertion (new messages are inserted at selection point)
1671
1672 ------------------------------------------------------------------------
1673 r16418 | damienf | 2006-08-29 14:47:06 +0200 (Tue, 29 Aug 2006) | 3 lines
1674 Changed paths:
1675    M /trunk/mozilla/control/npolibvlc.cpp
1676    M /trunk/mozilla/control/npolibvlc.h
1677    M /trunk/mozilla/control/nporuntime.h
1678    M /trunk/mozilla/control/npovlc.cpp
1679    M /trunk/mozilla/control/npovlc.h
1680    A /trunk/mozilla/test.html
1681    M /trunk/mozilla/vlcplugin.cpp
1682
1683 - more javascript fixes
1684 - code cleanup
1685
1686 ------------------------------------------------------------------------
1687 r16417 | xtophe | 2006-08-29 14:31:06 +0200 (Tue, 29 Aug 2006) | 2 lines
1688 Changed paths:
1689    M /trunk/vlc.win32.nsi.in
1690
1691 no longer need to delete the .xpt
1692
1693 ------------------------------------------------------------------------
1694 r16416 | xtophe | 2006-08-29 14:23:28 +0200 (Tue, 29 Aug 2006) | 2 lines
1695 Changed paths:
1696    M /trunk/Makefile.am
1697
1698 Makefile.am: We no longer need a .xpt for the mozilla plugin
1699
1700 ------------------------------------------------------------------------
1701 r16415 | jpsaman | 2006-08-29 13:27:38 +0200 (Tue, 29 Aug 2006) | 1 line
1702 Changed paths:
1703    M /trunk/modules/audio_filter/converter/mono.c
1704
1705 Cleanup
1706 ------------------------------------------------------------------------
1707 r16414 | jpsaman | 2006-08-29 11:49:07 +0200 (Tue, 29 Aug 2006) | 1 line
1708 Changed paths:
1709    M /trunk/modules/audio_filter/converter/mono.c
1710
1711 Resample audio channels when doing real stereo to mono.
1712 ------------------------------------------------------------------------
1713 r16413 | jpsaman | 2006-08-29 11:14:57 +0200 (Tue, 29 Aug 2006) | 1 line
1714 Changed paths:
1715    M /trunk/modules/audio_filter/channel_mixer/headphone.c
1716
1717 Lower priority of headphone channel_mixer
1718 ------------------------------------------------------------------------
1719 r16412 | xtophe | 2006-08-29 11:14:34 +0200 (Tue, 29 Aug 2006) | 2 lines
1720 Changed paths:
1721    M /trunk/include/vlc_intf_strings.h
1722    M /trunk/src/Makefile.am
1723
1724 Add include/vlc_intf_strings.h to tarball
1725
1726 ------------------------------------------------------------------------
1727 r16411 | jpsaman | 2006-08-29 10:50:20 +0200 (Tue, 29 Aug 2006) | 2 lines
1728 Changed paths:
1729    M /trunk/modules/demux/avi/avi.c
1730    M /trunk/modules/demux/mjpeg.c
1731    M /trunk/modules/demux/mp4/drms.c
1732    M /trunk/modules/demux/mp4/mp4.c
1733    M /trunk/modules/demux/playlist/xspf.h
1734
1735 Fix compiler warnings about signed - unsigned comparissons and wrong datatypes.
1736
1737 ------------------------------------------------------------------------
1738 r16410 | jpsaman | 2006-08-29 10:40:57 +0200 (Tue, 29 Aug 2006) | 1 line
1739 Changed paths:
1740    M /trunk/modules/codec/ffmpeg/demux.c
1741    M /trunk/modules/codec/ffmpeg/encoder.c
1742    M /trunk/modules/codec/ffmpeg/video.c
1743
1744 Fix compiler warnings (mismatch in datatypes)
1745 ------------------------------------------------------------------------
1746 r16409 | jpsaman | 2006-08-29 10:25:59 +0200 (Tue, 29 Aug 2006) | 1 line
1747 Changed paths:
1748    M /trunk/modules/codec/dvbsub.c
1749    M /trunk/modules/codec/flac.c
1750
1751 Fix compiler warning about comparing signed and unsigned int.
1752 ------------------------------------------------------------------------
1753 r16408 | jpsaman | 2006-08-29 10:20:19 +0200 (Tue, 29 Aug 2006) | 1 line
1754 Changed paths:
1755    M /trunk/modules/access/rtsp/access.c
1756    M /trunk/modules/access/rtsp/real.c
1757    M /trunk/modules/access/rtsp/rtsp.c
1758    M /trunk/modules/access/rtsp/rtsp.h
1759
1760 Fix compiler warnings related to wrong datatypes.
1761 ------------------------------------------------------------------------
1762 r16407 | jpsaman | 2006-08-29 10:09:16 +0200 (Tue, 29 Aug 2006) | 1 line
1763 Changed paths:
1764    M /trunk/modules/access/mms/mmstu.c
1765
1766 Use correct formatting for message size_t
1767 ------------------------------------------------------------------------
1768 r16406 | jpsaman | 2006-08-29 10:07:08 +0200 (Tue, 29 Aug 2006) | 1 line
1769 Changed paths:
1770    M /trunk/src/playlist/control.c
1771
1772 Give i_skip a sensible value to start with.
1773 ------------------------------------------------------------------------
1774 r16405 | jpsaman | 2006-08-29 10:05:15 +0200 (Tue, 29 Aug 2006) | 1 line
1775 Changed paths:
1776    M /trunk/src/stream_output/profiles.c
1777
1778 Provide return statements in non-void function
1779 ------------------------------------------------------------------------
1780 r16403 | damienf | 2006-08-29 00:50:30 +0200 (Tue, 29 Aug 2006) | 2 lines
1781 Changed paths:
1782    M /trunk/mozilla/vlcshell.cpp
1783
1784 vlcshell.cpp:  no need for those printf() any more
1785
1786 ------------------------------------------------------------------------
1787 r16402 | damienf | 2006-08-29 00:48:57 +0200 (Tue, 29 Aug 2006) | 3 lines
1788 Changed paths:
1789    M /trunk/mozilla/support/npmac.cpp
1790    M /trunk/mozilla/vlcshell.cpp
1791
1792 npmac.cpp: forgot one line from Charles Duffy OS X/Intel patch
1793 vlcshell.cpp: improved FireFox/OSX support 
1794
1795 ------------------------------------------------------------------------
1796 r16401 | fkuehne | 2006-08-29 00:00:55 +0200 (Tue, 29 Aug 2006) | 1 line
1797 Changed paths:
1798    M /trunk/src/stream_output/profiles.c
1799
1800 * GCC 2.x patch by Cian Duffy <myob87@gmail.com>. BTW. This method should return something but doesn't, so someone with more knowledge of this part might want to have a look at it ;)
1801 ------------------------------------------------------------------------
1802 r16399 | xtophe | 2006-08-28 23:28:29 +0200 (Mon, 28 Aug 2006) | 2 lines
1803 Changed paths:
1804    M /trunk/po/POTFILES.in
1805    M /trunk/po/ca.po
1806    M /trunk/po/cs.po
1807    M /trunk/po/da.po
1808    M /trunk/po/de.po
1809    M /trunk/po/en_GB.po
1810    M /trunk/po/es.po
1811    M /trunk/po/fr.po
1812    M /trunk/po/gl.po
1813    M /trunk/po/he.po
1814    M /trunk/po/hi.po
1815    M /trunk/po/hu.po
1816    M /trunk/po/it.po
1817    M /trunk/po/ja.po
1818    M /trunk/po/ka.po
1819    M /trunk/po/ko.po
1820    M /trunk/po/nl.po
1821    M /trunk/po/oc.po
1822    M /trunk/po/pt_BR.po
1823    M /trunk/po/ro.po
1824    M /trunk/po/ru.po
1825    M /trunk/po/sv.po
1826    M /trunk/po/tr.po
1827    M /trunk/po/vlc.pot
1828    M /trunk/po/zh_CN.po
1829    M /trunk/po/zh_TW.po
1830
1831 po/*: Fix make dist
1832
1833 ------------------------------------------------------------------------
1834 r16398 | dionoea | 2006-08-28 21:44:02 +0200 (Mon, 28 Aug 2006) | 2 lines
1835 Changed paths:
1836    M /trunk/modules/gui/qt4/Modules.am
1837    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
1838    A /trunk/modules/gui/qt4/ui/sprefs_interface.ui
1839
1840 Begin simple prefs interface panel.
1841
1842 ------------------------------------------------------------------------
1843 r16395 | damienf | 2006-08-28 20:38:33 +0200 (Mon, 28 Aug 2006) | 3 lines
1844 Changed paths:
1845    M /trunk/mozilla/control/npolibvlc.cpp
1846    M /trunk/mozilla/control/npolibvlc.h
1847    M /trunk/mozilla/control/nporuntime.cpp
1848    M /trunk/mozilla/control/nporuntime.h
1849    M /trunk/mozilla/control/npovlc.cpp
1850    M /trunk/mozilla/control/npovlc.h
1851
1852 - formating 
1853 - javascript fixes
1854
1855 ------------------------------------------------------------------------
1856 r16394 | zorglub | 2006-08-28 20:31:00 +0200 (Mon, 28 Aug 2006) | 2 lines
1857 Changed paths:
1858    M /trunk/modules/demux/ts.c
1859
1860 Don't output debug on fprintf by default (Refs Debian #385008)
1861
1862 ------------------------------------------------------------------------
1863 r16393 | courmisch | 2006-08-28 20:24:34 +0200 (Mon, 28 Aug 2006) | 2 lines
1864 Changed paths:
1865    M /trunk/src/network/rootwrap.c
1866
1867 Work-around to not use IPv6 for braindead unusable IPv6 implementations
1868
1869 ------------------------------------------------------------------------
1870 r16392 | hartman | 2006-08-28 19:02:52 +0200 (Mon, 28 Aug 2006) | 2 lines
1871 Changed paths:
1872    M /trunk/modules/demux/subtitle.c
1873
1874 * Fix the microdvd subs. i forgot that framerate != frameduration :D
1875
1876 ------------------------------------------------------------------------
1877 r16391 | hartman | 2006-08-28 18:16:33 +0200 (Mon, 28 Aug 2006) | 3 lines
1878 Changed paths:
1879    M /trunk/modules/demux/subtitle.c
1880
1881 * Use the microdvd framerate when available
1882 * avoid the error on sub-original-fps
1883
1884 ------------------------------------------------------------------------
1885 r16390 | jpsaman | 2006-08-28 14:27:59 +0200 (Mon, 28 Aug 2006) | 1 line
1886 Changed paths:
1887    M /trunk/modules/stream_out/transcode.c
1888
1889 Try to reopen the audio encoder when channels dimensions have changed.
1890 ------------------------------------------------------------------------
1891 r16389 | jpsaman | 2006-08-28 13:45:18 +0200 (Mon, 28 Aug 2006) | 1 line
1892 Changed paths:
1893    M /trunk/modules/audio_filter/converter/mono.c
1894
1895 Reenable channel selection for mono: -1 = stereo mix of both channels, 0 = left channel, 1 = right channel, etc.
1896 ------------------------------------------------------------------------
1897 r16388 | jb | 2006-08-28 11:42:13 +0200 (Mon, 28 Aug 2006) | 4 lines
1898 Changed paths:
1899    M /trunk/extras/contrib/src/Patches/live-osx.patch
1900
1901 Contrib : repair a problem with latest live555 for Mac
1902
1903
1904
1905 ------------------------------------------------------------------------
1906 r16387 | zorglub | 2006-08-28 10:34:52 +0200 (Mon, 28 Aug 2006) | 5 lines
1907 Changed paths:
1908    M /trunk/modules/gui/qt4/dialogs/messages.cpp
1909    M /trunk/modules/gui/qt4/main_interface.cpp
1910    M /trunk/modules/gui/qt4/qt4.cpp
1911
1912 Cosmetics:
1913 * Add application icon
1914 * Make interface a bit smaller in Windows
1915 * Fix messages encoding and add header
1916
1917 ------------------------------------------------------------------------
1918 r16386 | zorglub | 2006-08-28 10:25:40 +0200 (Mon, 28 Aug 2006) | 2 lines
1919 Changed paths:
1920    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
1921
1922 People might perhaps maybe want to right-click anywhere
1923
1924 ------------------------------------------------------------------------
1925 r16385 | zorglub | 2006-08-28 10:19:38 +0200 (Mon, 28 Aug 2006) | 2 lines
1926 Changed paths:
1927    M /trunk/modules/gui/qt4/components/preferences.cpp
1928
1929 Re-enable custom fonts in preferences, without the crash
1930
1931 ------------------------------------------------------------------------
1932 r16384 | zorglub | 2006-08-28 09:37:17 +0200 (Mon, 28 Aug 2006) | 2 lines
1933 Changed paths:
1934    M /trunk/modules/gui/qt4/components/preferences.cpp
1935    M /trunk/modules/gui/qt4/main_interface.cpp
1936
1937 Fix Win32 preferences crash
1938
1939 ------------------------------------------------------------------------
1940 r16383 | dionoea | 2006-08-27 23:41:05 +0200 (Sun, 27 Aug 2006) | 2 lines
1941 Changed paths:
1942    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
1943    M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
1944
1945 Add subtitles display effect to simple prefs panel
1946
1947 ------------------------------------------------------------------------
1948 r16382 | dionoea | 2006-08-27 23:37:15 +0200 (Sun, 27 Aug 2006) | 2 lines
1949 Changed paths:
1950    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
1951    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
1952
1953 Float, Float with range and Integer with range widgets.
1954
1955 ------------------------------------------------------------------------
1956 r16381 | dionoea | 2006-08-27 23:06:28 +0200 (Sun, 27 Aug 2006) | 3 lines
1957 Changed paths:
1958    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
1959    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
1960    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
1961
1962 preferences_widgets.*: Bool prefs widget
1963 simple_preferences.cpp: Audio simple preferences category
1964
1965 ------------------------------------------------------------------------
1966 r16380 | zorglub | 2006-08-27 22:50:54 +0200 (Sun, 27 Aug 2006) | 2 lines
1967 Changed paths:
1968    M /trunk/modules/gui/qt4/components/video_widget.cpp
1969
1970 Fix crash
1971
1972 ------------------------------------------------------------------------
1973 r16379 | dionoea | 2006-08-27 22:35:11 +0200 (Sun, 27 Aug 2006) | 4 lines
1974 Changed paths:
1975    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
1976    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
1977    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
1978    M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
1979
1980 Some more prefs fun:
1981  * preferences_widgets.cpp: implement string and int with choice list
1982  * other: simple prefs subtitles dialog
1983
1984 ------------------------------------------------------------------------
1985 r16378 | zorglub | 2006-08-27 22:27:09 +0200 (Sun, 27 Aug 2006) | 2 lines
1986 Changed paths:
1987    M /trunk/modules/gui/qt4/components/preferences.cpp
1988    M /trunk/modules/gui/qt4/components/video_widget.cpp
1989    M /trunk/modules/gui/qt4/components/video_widget.hpp
1990    M /trunk/modules/gui/qt4/res.qrc
1991    M /trunk/modules/gui/qt4/util/qvlcframe.hpp
1992
1993 Improved screen for qt-always-video
1994
1995 ------------------------------------------------------------------------
1996 r16377 | damienf | 2006-08-27 21:56:17 +0200 (Sun, 27 Aug 2006) | 2 lines
1997 Changed paths:
1998    M /trunk/mozilla/vlcshell.cpp
1999
2000 vlcshell.cpp: more X11 fixes
2001
2002 ------------------------------------------------------------------------
2003 r16376 | damienf | 2006-08-27 21:26:50 +0200 (Sun, 27 Aug 2006) | 4 lines
2004 Changed paths:
2005    M /trunk/mozilla/support/npmac.cpp
2006    M /trunk/mozilla/vlcplugin.cpp
2007    M /trunk/mozilla/vlcplugin.h
2008    M /trunk/mozilla/vlcshell.cpp
2009
2010 vlcplugin.cpp: removed hardcoded path
2011 npmac.cpp: OSX Intel patch by Charles Duffy
2012 vlcshell.cpp: fixed X11
2013
2014 ------------------------------------------------------------------------
2015 r16375 | dionoea | 2006-08-27 19:07:20 +0200 (Sun, 27 Aug 2006) | 2 lines
2016 Changed paths:
2017    M /trunk/modules/demux/playlist/pls.c
2018
2019 Fix regression from 0.8.5 when parsing microsoft [Reference] type playlists. We need to check that nothing else was forgoten in the old playlist code.
2020
2021 ------------------------------------------------------------------------
2022 r16374 | bigben | 2006-08-27 19:06:30 +0200 (Sun, 27 Aug 2006) | 4 lines
2023 Changed paths:
2024    M /trunk/modules/access/v4l2.c
2025
2026 * Some more probing
2027 * The debug output from a v4l2 capable webcam with this would help...
2028
2029
2030 ------------------------------------------------------------------------
2031 r16373 | zorglub | 2006-08-27 19:06:24 +0200 (Sun, 27 Aug 2006) | 2 lines
2032 Changed paths:
2033    M /trunk/modules/gui/qt4/components/video_widget.cpp
2034    M /trunk/modules/gui/qt4/components/video_widget.hpp
2035    M /trunk/modules/gui/qt4/main_interface.cpp
2036    M /trunk/modules/gui/qt4/ui/main_interface.ui
2037
2038 Add ability to put some background when there is no video
2039
2040 ------------------------------------------------------------------------
2041 r16372 | damienf | 2006-08-27 18:18:59 +0200 (Sun, 27 Aug 2006) | 6 lines
2042 Changed paths:
2043    M /trunk/include/video_output.h
2044    M /trunk/include/vlc/libvlc.h
2045    M /trunk/modules/gui/macosx/voutgl.m
2046    M /trunk/mozilla/Makefile.am
2047    A /trunk/mozilla/control
2048    A /trunk/mozilla/control/npolibvlc.cpp
2049    A /trunk/mozilla/control/npolibvlc.h
2050    A /trunk/mozilla/control/nporuntime.cpp
2051    A /trunk/mozilla/control/nporuntime.h
2052    A /trunk/mozilla/control/npovlc.cpp
2053    A /trunk/mozilla/control/npovlc.h
2054    D /trunk/mozilla/vlcintf.idl
2055    D /trunk/mozilla/vlcpeer.cpp
2056    D /trunk/mozilla/vlcpeer.h
2057    M /trunk/mozilla/vlcplugin.cpp
2058    M /trunk/mozilla/vlcplugin.h
2059    D /trunk/mozilla/vlcruntime.cpp
2060    D /trunk/mozilla/vlcruntime.h
2061    M /trunk/mozilla/vlcshell.cpp
2062    M /trunk/src/control/video.c
2063    M /trunk/src/libvlc.c
2064
2065 all: rewrite of mozilla plugin
2066 - added a couple of support APIs in libvlc
2067 - retired XPCOM interface, all scripting now goes through NPObject apis
2068 - new APIs using libvlc (roughly similar to java bindings)
2069
2070
2071 ------------------------------------------------------------------------
2072 r16371 | dionoea | 2006-08-27 18:19:00 +0200 (Sun, 27 Aug 2006) | 2 lines
2073 Changed paths:
2074    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
2075    M /trunk/modules/gui/qt4/components/simple_preferences.hpp
2076    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
2077
2078 Fix default category selection
2079
2080 ------------------------------------------------------------------------
2081 r16370 | dionoea | 2006-08-27 18:07:10 +0200 (Sun, 27 Aug 2006) | 2 lines
2082 Changed paths:
2083    M /trunk/modules/gui/qt4/Modules.am
2084    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
2085    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
2086    M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
2087    M /trunk/modules/gui/qt4/ui/sprefs_playlist.ui
2088    M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
2089    M /trunk/modules/gui/qt4/ui/sprefs_video.ui
2090
2091 Bind simple prefs forms to corresponding simple prefs categories
2092
2093 ------------------------------------------------------------------------
2094 r16369 | zorglub | 2006-08-27 17:34:52 +0200 (Sun, 27 Aug 2006) | 2 lines
2095 Changed paths:
2096    M /trunk/modules/gui/qt4/menus.cpp
2097
2098 Fix a bug with menu items selection
2099
2100 ------------------------------------------------------------------------
2101 r16368 | dionoea | 2006-08-27 17:34:02 +0200 (Sun, 27 Aug 2006) | 2 lines
2102 Changed paths:
2103    A /trunk/modules/gui/qt4/ui/sprefs_audio.ui
2104    A /trunk/modules/gui/qt4/ui/sprefs_playlist.ui
2105    A /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
2106    A /trunk/modules/gui/qt4/ui/sprefs_video.ui
2107
2108 Start some simple prefs panels. Different kinds of layouts used (ie audio vs video panel). This will have to be standardized (i beleive that the video panel is better).
2109
2110 ------------------------------------------------------------------------
2111 r16367 | dionoea | 2006-08-27 16:50:39 +0200 (Sun, 27 Aug 2006) | 2 lines
2112 Changed paths:
2113    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
2114    A /trunk/modules/gui/qt4/pixmaps/advanced_50x50.xpm
2115    A /trunk/modules/gui/qt4/pixmaps/audio_50x50.xpm
2116    A /trunk/modules/gui/qt4/pixmaps/input_and_codecs_50x50.xpm
2117    A /trunk/modules/gui/qt4/pixmaps/interface_50x50.xpm
2118    A /trunk/modules/gui/qt4/pixmaps/playlist_50x50.xpm
2119    A /trunk/modules/gui/qt4/pixmaps/subtitles_50x50.xpm
2120    A /trunk/modules/gui/qt4/pixmaps/video_50x50.xpm
2121
2122 Simple prefs left hand side stuff (categories). Icons will of course be changed in the future :)
2123
2124 ------------------------------------------------------------------------
2125 r16366 | zorglub | 2006-08-27 16:40:22 +0200 (Sun, 27 Aug 2006) | 2 lines
2126 Changed paths:
2127    M /trunk/modules/gui/qt4/components/preferences.cpp
2128    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
2129    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
2130
2131 Improved layout for preferences
2132
2133 ------------------------------------------------------------------------
2134 r16365 | zorglub | 2006-08-27 15:09:16 +0200 (Sun, 27 Aug 2006) | 2 lines
2135 Changed paths:
2136    M /trunk/modules/gui/qt4/dialogs_provider.cpp
2137
2138 Fix "All files"
2139
2140 ------------------------------------------------------------------------
2141 r16364 | zorglub | 2006-08-27 15:05:51 +0200 (Sun, 27 Aug 2006) | 2 lines
2142 Changed paths:
2143    M /trunk/modules/gui/qt4/main_interface.cpp
2144
2145 Ensure minimum spacing between the status bar and the text
2146
2147 ------------------------------------------------------------------------
2148 r16363 | zorglub | 2006-08-27 14:50:32 +0200 (Sun, 27 Aug 2006) | 3 lines
2149 Changed paths:
2150    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
2151    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
2152    M /trunk/modules/gui/qt4/input_manager.cpp
2153    M /trunk/modules/gui/qt4/main_interface.cpp
2154
2155 Fix play/pause icons
2156 Implement integer config control
2157
2158 ------------------------------------------------------------------------
2159 r16362 | zorglub | 2006-08-27 14:41:54 +0200 (Sun, 27 Aug 2006) | 2 lines
2160 Changed paths:
2161    M /trunk/modules/gui/qt4/util/directslider.hpp
2162    M /trunk/modules/gui/qt4/util/input_slider.cpp
2163
2164 Fix a bug with slider positionning
2165
2166 ------------------------------------------------------------------------
2167 r16361 | zorglub | 2006-08-27 13:01:22 +0200 (Sun, 27 Aug 2006) | 3 lines
2168 Changed paths:
2169    M /trunk/modules/gui/qt4/dialogs_provider.cpp
2170    M /trunk/modules/gui/qt4/dialogs_provider.hpp
2171    M /trunk/modules/gui/qt4/input_manager.cpp
2172    M /trunk/modules/gui/qt4/input_manager.hpp
2173    M /trunk/modules/gui/qt4/menus.cpp
2174    M /trunk/modules/gui/qt4/playlist_model.cpp
2175    M /trunk/modules/gui/qt4/qt4.cpp
2176
2177 Fix a refcount issue
2178 Start using media library
2179
2180 ------------------------------------------------------------------------
2181 r16360 | zorglub | 2006-08-27 12:34:35 +0200 (Sun, 27 Aug 2006) | 2 lines
2182 Changed paths:
2183    M /trunk/include/vlc_playlist.h
2184    M /trunk/src/input/item.c
2185    M /trunk/src/playlist/control.c
2186    M /trunk/src/playlist/engine.c
2187    M /trunk/src/playlist/item.c
2188
2189 Fix for deletion of current item
2190
2191 ------------------------------------------------------------------------
2192 r16359 | zorglub | 2006-08-27 01:24:23 +0200 (Sun, 27 Aug 2006) | 3 lines
2193 Changed paths:
2194    M /trunk/include/vlc_intf_strings.h
2195    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
2196    M /trunk/modules/gui/qt4/components/simple_preferences.cpp
2197    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
2198
2199 Implement basic panel change
2200 Forgot this file
2201
2202 ------------------------------------------------------------------------
2203 r16358 | zorglub | 2006-08-27 01:11:37 +0200 (Sun, 27 Aug 2006) | 2 lines
2204 Changed paths:
2205    M /trunk/modules/gui/qt4/Modules.am
2206    M /trunk/modules/gui/qt4/components/preferences.cpp
2207    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
2208    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
2209    A /trunk/modules/gui/qt4/components/simple_preferences.cpp
2210    A /trunk/modules/gui/qt4/components/simple_preferences.hpp
2211    M /trunk/modules/gui/qt4/dialogs/playlist.cpp
2212    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
2213    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
2214    A /trunk/modules/gui/qt4/ui/sprefs_trivial.ui
2215
2216 Skeleton for simple prefs
2217
2218 ------------------------------------------------------------------------
2219 r16357 | zorglub | 2006-08-26 23:33:56 +0200 (Sat, 26 Aug 2006) | 2 lines
2220 Changed paths:
2221    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
2222    M /trunk/modules/gui/qt4/dialogs/playlist.cpp
2223    M /trunk/modules/gui/qt4/playlist_model.cpp
2224
2225 Cosmetics
2226
2227 ------------------------------------------------------------------------
2228 r16356 | zorglub | 2006-08-26 23:30:49 +0200 (Sat, 26 Aug 2006) | 2 lines
2229 Changed paths:
2230    M /trunk/modules/gui/qt4/Modules.am
2231    M /trunk/modules/gui/qt4/components/playlist/panels.hpp
2232    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
2233    M /trunk/modules/gui/qt4/playlist_model.cpp
2234    M /trunk/modules/gui/qt4/playlist_model.hpp
2235    A /trunk/modules/gui/qt4/util/customwidgets.cpp
2236    A /trunk/modules/gui/qt4/util/customwidgets.hpp
2237
2238 Find as you type
2239
2240 ------------------------------------------------------------------------
2241 r16355 | zorglub | 2006-08-26 21:16:09 +0200 (Sat, 26 Aug 2006) | 2 lines
2242 Changed paths:
2243    M /trunk/modules/gui/qt4/main_interface.cpp
2244    M /trunk/modules/gui/qt4/main_interface.hpp
2245
2246 Volume control
2247
2248 ------------------------------------------------------------------------
2249 r16354 | zorglub | 2006-08-26 20:03:08 +0200 (Sat, 26 Aug 2006) | 3 lines
2250 Changed paths:
2251    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
2252    M /trunk/modules/gui/qt4/playlist_model.cpp
2253    M /trunk/modules/gui/qt4/playlist_model.hpp
2254
2255 * Sorting
2256 * Fix a memory leak / crasher
2257
2258 ------------------------------------------------------------------------
2259 r16353 | zorglub | 2006-08-26 19:06:27 +0200 (Sat, 26 Aug 2006) | 2 lines
2260 Changed paths:
2261    M /trunk/modules/gui/qt4/components/playlist/selector.cpp
2262    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
2263    M /trunk/modules/gui/qt4/dialogs/playlist.cpp
2264    M /trunk/modules/gui/qt4/dialogs_provider.cpp
2265    M /trunk/modules/gui/qt4/dialogs_provider.hpp
2266    M /trunk/modules/gui/qt4/menus.cpp
2267
2268 Cosmetics + Enable menu in playlist
2269
2270 ------------------------------------------------------------------------
2271 r16352 | zorglub | 2006-08-26 18:51:55 +0200 (Sat, 26 Aug 2006) | 3 lines
2272 Changed paths:
2273    M /trunk/include/vlc_input.h
2274    A /trunk/include/vlc_intf_strings.h
2275    M /trunk/include/vlc_playlist.h
2276    M /trunk/include/vlc_symbols.h
2277    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
2278    M /trunk/modules/gui/qt4/dialogs_provider.cpp
2279    M /trunk/modules/gui/qt4/playlist_model.cpp
2280    M /trunk/modules/services_discovery/shout.c
2281    M /trunk/src/input/item.c
2282    M /trunk/src/playlist/tree.c
2283
2284 * Allow service discoveries to state whether they prefer being displayed as tree
2285 * Start putting together all interface strings (Refs:#703)
2286
2287 ------------------------------------------------------------------------
2288 r16351 | zorglub | 2006-08-26 17:36:45 +0200 (Sat, 26 Aug 2006) | 3 lines
2289 Changed paths:
2290    M /trunk/modules/gui/qt4/Modules.am
2291    M /trunk/modules/gui/qt4/components/playlist/panels.hpp
2292    M /trunk/modules/gui/qt4/components/playlist/selector.cpp
2293    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
2294    M /trunk/modules/gui/qt4/playlist_model.cpp
2295    M /trunk/modules/gui/qt4/playlist_model.hpp
2296    M /trunk/modules/gui/qt4/util/directslider.hpp
2297    A /trunk/modules/gui/qt4/util/views.hpp
2298
2299 * Popups
2300 * Fix a nasty playlist crash
2301
2302 ------------------------------------------------------------------------
2303 r16350 | dionoea | 2006-08-26 00:11:33 +0200 (Sat, 26 Aug 2006) | 3 lines
2304 Changed paths:
2305    M /trunk/modules/control/rc.c
2306
2307  * Add atrack, vtrack and strack commands. Those can be use to display/change audio, video and subtitle tracks.
2308  * Fix compile warning in enqueue command.
2309
2310 ------------------------------------------------------------------------
2311 r16349 | thresh | 2006-08-25 23:27:56 +0200 (Fri, 25 Aug 2006) | 2 lines
2312 Changed paths:
2313    M /trunk/include/libvlc_internal.h
2314
2315 remove unneeded include
2316
2317 ------------------------------------------------------------------------
2318 r16348 | zorglub | 2006-08-25 23:10:10 +0200 (Fri, 25 Aug 2006) | 3 lines
2319 Changed paths:
2320    M /trunk/modules/gui/qt4/components/preferences.cpp
2321    M /trunk/modules/gui/qt4/components/preferences.hpp
2322    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
2323
2324 Fix flickering of panels in preferences
2325
2326
2327 ------------------------------------------------------------------------
2328 r16347 | zorglub | 2006-08-25 17:54:38 +0200 (Fri, 25 Aug 2006) | 2 lines
2329 Changed paths:
2330    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
2331    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
2332
2333 Improve Qt preferences layout handling
2334
2335 ------------------------------------------------------------------------
2336 r16346 | fkuehne | 2006-08-25 17:47:46 +0200 (Fri, 25 Aug 2006) | 1 line
2337 Changed paths:
2338    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
2339    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
2340
2341 * set the autoSaveName for the main playlist view, so re-arranged column orders are saved
2342 ------------------------------------------------------------------------
2343 r16345 | sam | 2006-08-25 14:59:00 +0200 (Fri, 25 Aug 2006) | 2 lines
2344 Changed paths:
2345    M /trunk/modules/demux/mp4/mp4.c
2346    M /trunk/modules/demux/playlist/asx.c
2347
2348   * modules/demux/playlist/asx.c modules/demux/mp4/mp4.c: add missing includes.
2349
2350 ------------------------------------------------------------------------
2351 r16344 | sam | 2006-08-25 14:54:14 +0200 (Fri, 25 Aug 2006) | 2 lines
2352 Changed paths:
2353    M /trunk/modules/misc/playlist/xspf.c
2354
2355   * modules/misc/playlist/xspf.c: fix warnings that are bugs on amd64.
2356
2357 ------------------------------------------------------------------------
2358 r16343 | sam | 2006-08-25 14:19:34 +0200 (Fri, 25 Aug 2006) | 2 lines
2359 Changed paths:
2360    M /trunk/modules/demux/playlist/xspf.c
2361
2362   * modules/demux/playlist/xspf.c: fix warnings that are bugs on amd64.
2363
2364 ------------------------------------------------------------------------
2365 r16342 | zorglub | 2006-08-24 22:47:22 +0200 (Thu, 24 Aug 2006) | 2 lines
2366 Changed paths:
2367    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
2368
2369 Multiple selection
2370
2371 ------------------------------------------------------------------------
2372 r16341 | jpsaman | 2006-08-24 21:50:23 +0200 (Thu, 24 Aug 2006) | 1 line
2373 Changed paths:
2374    M /trunk/modules/audio_filter/converter/mono.c
2375
2376 Fake the mono stream by duplicating it in both channels
2377 ------------------------------------------------------------------------
2378 r16340 | zorglub | 2006-08-24 21:45:08 +0200 (Thu, 24 Aug 2006) | 2 lines
2379 Changed paths:
2380    M /trunk/modules/misc/profile_parser.c
2381
2382 compile fix
2383
2384 ------------------------------------------------------------------------
2385 r16339 | zorglub | 2006-08-24 20:39:25 +0200 (Thu, 24 Aug 2006) | 2 lines
2386 Changed paths:
2387    M /trunk/modules/misc/profile_parser.c
2388
2389 Stupid platforms
2390
2391 ------------------------------------------------------------------------
2392 r16338 | zorglub | 2006-08-24 20:00:28 +0200 (Thu, 24 Aug 2006) | 2 lines
2393 Changed paths:
2394    M /trunk/modules/gui/qt4/components/playlist/panels.hpp
2395    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
2396    M /trunk/modules/gui/qt4/menus.cpp
2397    M /trunk/modules/gui/qt4/playlist_model.cpp
2398    M /trunk/modules/gui/qt4/playlist_model.hpp
2399
2400 Preliminary deletion support
2401
2402 ------------------------------------------------------------------------
2403 r16337 | zorglub | 2006-08-24 19:52:35 +0200 (Thu, 24 Aug 2006) | 2 lines
2404 Changed paths:
2405    M /trunk/configure.ac
2406    M /trunk/include/vlc_common.h
2407    M /trunk/include/vlc_streaming.h
2408    M /trunk/modules/misc/Modules.am
2409    A /trunk/modules/misc/profile_parser.c
2410    M /trunk/src/stream_output/profiles.c
2411
2412 Template for profile parser 
2413
2414 ------------------------------------------------------------------------
2415 r16336 | jb | 2006-08-24 18:57:39 +0200 (Thu, 24 Aug 2006) | 3 lines
2416 Changed paths:
2417    M /trunk/modules/gui/qt4/dialogs_provider.cpp
2418
2419 Qt: Small fix on the filters for simpleOpenFile
2420
2421
2422 ------------------------------------------------------------------------
2423 r16335 | sam | 2006-08-24 18:08:31 +0200 (Thu, 24 Aug 2006) | 2 lines
2424 Changed paths:
2425    M /trunk/doc/Makefile.am
2426
2427   * doc/Makefile.am: added missing ChangeLog-2005.
2428
2429 ------------------------------------------------------------------------
2430 r16334 | bigben | 2006-08-24 08:39:20 +0200 (Thu, 24 Aug 2006) | 3 lines
2431 Changed paths:
2432    M /trunk/modules/access/v4l2.c
2433
2434 * Some more debug
2435
2436
2437 ------------------------------------------------------------------------
2438 r16333 | hartman | 2006-08-24 03:20:43 +0200 (Thu, 24 Aug 2006) | 3 lines
2439 Changed paths:
2440    M /trunk/modules/packetizer/mpeg4video.c
2441
2442 * Also pass along the USER DATA of mpeg4
2443   This should help identify the producing encoder and fix some issues with codec specific problems
2444
2445 ------------------------------------------------------------------------
2446 r16332 | hartman | 2006-08-24 03:17:58 +0200 (Thu, 24 Aug 2006) | 2 lines
2447 Changed paths:
2448    M /trunk/modules/packetizer/h264.c
2449
2450 * Handle Dicas AVC FOURCC
2451
2452 ------------------------------------------------------------------------
2453 r16331 | thresh | 2006-08-24 01:40:13 +0200 (Thu, 24 Aug 2006) | 2 lines
2454 Changed paths:
2455    M /trunk/include/libvlc_internal.h
2456
2457 this should be ifdeffed in a proper way
2458
2459 ------------------------------------------------------------------------
2460 r16330 | titer | 2006-08-24 01:32:29 +0200 (Thu, 24 Aug 2006) | 2 lines
2461 Changed paths:
2462    M /trunk/include/libvlc_internal.h
2463    M /trunk/modules/codec/ffmpeg/mux.c
2464    M /trunk/modules/demux/playlist/gvp.c
2465    M /trunk/modules/gui/beos/InterfaceWindow.cpp
2466    M /trunk/src/playlist/item.c
2467
2468 BeOS / gcc 2.x fixes, patch by Cian Duffy
2469
2470 ------------------------------------------------------------------------
2471 r16329 | jpsaman | 2006-08-24 00:11:28 +0200 (Thu, 24 Aug 2006) | 1 line
2472 Changed paths:
2473    M /trunk/modules/stream_out/mosaic_bridge.c
2474    M /trunk/modules/stream_out/switcher.c
2475
2476 Fix bugs in loading of audio transcoding filters.exit
2477 ------------------------------------------------------------------------
2478 r16328 | jpsaman | 2006-08-23 23:59:47 +0200 (Wed, 23 Aug 2006) | 1 line
2479 Changed paths:
2480    M /trunk/modules/audio_filter/converter/mono.c
2481
2482 put mono audio in both (left/right) channels. For some reason AOUT_CHAN_CENTER doesn't work. Somebody explain this to me, please.
2483 ------------------------------------------------------------------------
2484 r16327 | hartman | 2006-08-23 23:47:53 +0200 (Wed, 23 Aug 2006) | 2 lines
2485 Changed paths:
2486    M /trunk/modules/demux/mkv.cpp
2487
2488 * Fix the extradata with mkv native MPEG4 SP/ASP/AP
2489
2490 ------------------------------------------------------------------------
2491 r16326 | bigben | 2006-08-23 22:20:58 +0200 (Wed, 23 Aug 2006) | 7 lines
2492 Changed paths:
2493    M /trunk/configure.ac
2494    M /trunk/modules/access/Modules.am
2495    A /trunk/modules/access/v4l2.c
2496
2497 * Very first beginning of a v4l2 access-demux
2498 * Does nothing useful at the moment (only useless device probing)
2499 * The purpose would be to make an access-demux and an access sub-module reusing part of the code
2500 * Access to a webcam or an analog card without an encoder (bt878) would help the development
2501
2502
2503
2504 ------------------------------------------------------------------------
2505 r16325 | jpsaman | 2006-08-23 22:03:48 +0200 (Wed, 23 Aug 2006) | 1 line
2506 Changed paths:
2507    M /trunk/include/vlc_es.h
2508
2509 Cosmetic
2510 ------------------------------------------------------------------------
2511 r16324 | jpsaman | 2006-08-23 22:01:21 +0200 (Wed, 23 Aug 2006) | 1 line
2512 Changed paths:
2513    M /trunk/modules/audio_filter/channel_mixer/headphone.c
2514
2515 Remove debug that shouldn't be there.
2516 ------------------------------------------------------------------------
2517 r16323 | bigben | 2006-08-23 15:25:22 +0200 (Wed, 23 Aug 2006) | 2 lines
2518 Changed paths:
2519    M /trunk/AUTHORS
2520
2521 * change my email address
2522
2523 ------------------------------------------------------------------------
2524 r16322 | sam | 2006-08-23 13:57:43 +0200 (Wed, 23 Aug 2006) | 2 lines
2525 Changed paths:
2526    M /trunk/po/POTFILES.in
2527
2528   * Fixed make dist by updating POTFILES.in.
2529
2530 ------------------------------------------------------------------------
2531 r16321 | fkuehne | 2006-08-23 11:44:27 +0200 (Wed, 23 Aug 2006) | 1 line
2532 Changed paths:
2533    M /trunk/modules/access/dshow/dshow.cpp
2534
2535 * compilation fix
2536 ------------------------------------------------------------------------
2537 r16319 | fkuehne | 2006-08-23 01:22:14 +0200 (Wed, 23 Aug 2006) | 8 lines
2538 Changed paths:
2539    M /trunk/modules/access/cdda/access.c
2540    M /trunk/modules/access/dshow/dshow.cpp
2541    M /trunk/modules/access/dvb/access.c
2542    M /trunk/modules/access/dvdnav.c
2543    M /trunk/modules/access/dvdread.c
2544    M /trunk/modules/access/file.c
2545    M /trunk/modules/access/ftp.c
2546    M /trunk/modules/access/rtsp/access.c
2547    M /trunk/modules/audio_output/alsa.c
2548    M /trunk/modules/audio_output/auhal.c
2549    M /trunk/modules/codec/ffmpeg/encoder.c
2550    M /trunk/modules/demux/asf/asf.c
2551    M /trunk/modules/stream_out/es.c
2552    M /trunk/modules/video_filter/crop.c
2553    M /trunk/src/audio_output/filters.c
2554    M /trunk/src/input/decoder.c
2555
2556 * browsed through all code files starting with A to F and added non-blocking intf_UserFatal calls next to msg_err where I think that it is necessary.
2557 I tried to select the most important msg_errs. If I missed your favourite, feel free to add it.
2558 Feedback on the wording and the placement of the interaction calls is strongly welcomed.
2559
2560 For the records: I'm using some general topics for most of the dialogues to produce less work for the translators. The current ones go like this:
2561 "Audio output failed", "Network interaction failed", "Streaming / Transcoding failed", "Audio filtering failed", "File reading failed", "Playback failure"
2562
2563 More to come.
2564 ------------------------------------------------------------------------
2565 r16318 | gbazin | 2006-08-22 21:03:20 +0200 (Tue, 22 Aug 2006) | 1 line
2566 Changed paths:
2567    M /trunk/modules/codec/ffmpeg/mux.c
2568
2569 * modules/codec/ffmpeg/mux.c: libavformat is much more happy with timestamps which start from 0.
2570 ------------------------------------------------------------------------
2571 r16317 | gbazin | 2006-08-22 20:24:57 +0200 (Tue, 22 Aug 2006) | 1 line
2572 Changed paths:
2573    M /trunk/modules/packetizer/h264.c
2574
2575 * modules/packetizer/h264.c: fixed insertion of SPS/PPS.
2576 ------------------------------------------------------------------------
2577 r16316 | jpsaman | 2006-08-22 16:31:40 +0200 (Tue, 22 Aug 2006) | 1 line
2578 Changed paths:
2579    M /trunk/modules/audio_filter/converter/mono.c
2580
2581 Downmix stereo to mono channel and choose with --sout-mono-channel <n> the destination channel.
2582 ------------------------------------------------------------------------
2583 r16315 | gbazin | 2006-08-21 09:26:31 +0200 (Mon, 21 Aug 2006) | 1 line
2584 Changed paths:
2585    M /trunk/modules/codec/ffmpeg/Modules.am
2586    M /trunk/modules/codec/ffmpeg/demux.c
2587    M /trunk/modules/codec/ffmpeg/ffmpeg.c
2588    M /trunk/modules/codec/ffmpeg/ffmpeg.h
2589    A /trunk/modules/codec/ffmpeg/mux.c
2590
2591 * modules/codec/ffmpeg: experimental muxer using ffmpeg's libavformat.
2592 ------------------------------------------------------------------------
2593 r16314 | jpsaman | 2006-08-21 00:11:27 +0200 (Mon, 21 Aug 2006) | 1 line
2594 Changed paths:
2595    M /trunk/modules/audio_filter/converter/mono.c
2596
2597 cosmetic
2598 ------------------------------------------------------------------------
2599 r16313 | zorglub | 2006-08-21 00:03:18 +0200 (Mon, 21 Aug 2006) | 3 lines
2600 Changed paths:
2601    M /trunk/modules/gui/qt4/dialogs/messages.cpp
2602
2603 Fix messages layout bug
2604 Ensure we scroll correctly
2605
2606 ------------------------------------------------------------------------
2607 r16312 | jpsaman | 2006-08-20 23:10:17 +0200 (Sun, 20 Aug 2006) | 1 line
2608 Changed paths:
2609    M /trunk/configure.ac
2610
2611 enable plugin mono audio filter 2
2612 ------------------------------------------------------------------------
2613 r16311 | jpsaman | 2006-08-20 23:00:34 +0200 (Sun, 20 Aug 2006) | 1 line
2614 Changed paths:
2615    M /trunk/modules/audio_filter/channel_mixer/headphone.c
2616
2617 Make headphone also an audio_filter2
2618 ------------------------------------------------------------------------
2619 r16310 | jpsaman | 2006-08-20 22:56:33 +0200 (Sun, 20 Aug 2006) | 1 line
2620 Changed paths:
2621    M /trunk/src/osd/osd_parser.c
2622
2623 use memset
2624 ------------------------------------------------------------------------
2625 r16309 | jpsaman | 2006-08-20 22:51:56 +0200 (Sun, 20 Aug 2006) | 6 lines
2626 Changed paths:
2627    M /trunk/modules/audio_filter/converter/Modules.am
2628    A /trunk/modules/audio_filter/converter/mono.c
2629
2630 First part of a new mono for audio filter 2. You can select the channel you want to hear all other channels are silenced.
2631
2632 TODO:
2633 - stereo_to_mono downmix
2634
2635
2636 ------------------------------------------------------------------------
2637 r16308 | jpsaman | 2006-08-20 22:48:35 +0200 (Sun, 20 Aug 2006) | 1 line
2638 Changed paths:
2639    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
2640
2641 Remove some whitespace
2642 ------------------------------------------------------------------------
2643 r16307 | jpsaman | 2006-08-20 22:47:57 +0200 (Sun, 20 Aug 2006) | 1 line
2644 Changed paths:
2645    M /trunk/modules/audio_filter/converter/a52tofloat32.c
2646
2647 Remove some whitespace
2648 ------------------------------------------------------------------------
2649 r16306 | jpsaman | 2006-08-20 22:46:40 +0200 (Sun, 20 Aug 2006) | 1 line
2650 Changed paths:
2651    M /trunk/modules/stream_out/transcode.c
2652
2653 Don't force s16l as fourcc but let that depend on the stream chain
2654 ------------------------------------------------------------------------
2655 r16305 | jb | 2006-08-20 14:57:07 +0200 (Sun, 20 Aug 2006) | 4 lines
2656 Changed paths:
2657    M /trunk/modules/gui/qt4/dialogs/messages.cpp
2658    M /trunk/modules/gui/qt4/dialogs/messages.hpp
2659    M /trunk/modules/gui/qt4/dialogs_provider.cpp
2660    M /trunk/modules/gui/qt4/dialogs_provider.hpp
2661
2662 * First implementation of the simpleOpenFile Dialog for Qt4
2663 * Cosmetic fixes in messages.
2664
2665
2666 ------------------------------------------------------------------------
2667 r16304 | gbazin | 2006-08-20 13:53:35 +0200 (Sun, 20 Aug 2006) | 1 line
2668 Changed paths:
2669    M /trunk/configure.ac
2670
2671 * configure.ac: fixed compilation when shoutcast module is enabled.
2672 ------------------------------------------------------------------------
2673 r16303 | ipkiss | 2006-08-20 11:14:00 +0200 (Sun, 20 Aug 2006) | 2 lines
2674 Changed paths:
2675    M /trunk/modules/gui/skins2/src/top_window.cpp
2676
2677  * skins2/src/top_window.cpp: Hide the tooltip when the string to display becomes empty
2678
2679 ------------------------------------------------------------------------
2680 r16302 | ipkiss | 2006-08-20 10:48:53 +0200 (Sun, 20 Aug 2006) | 5 lines
2681 Changed paths:
2682    M /trunk/modules/gui/skins2/parser/interpreter.cpp
2683    M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
2684
2685  * skins2/win32/win32_dragdrop.cpp: Added a missing encoding conversion
2686  * skins2/parser/interpreter.cpp: playtree.del() is now a synonym of
2687     playlist.del(), as it is already in use in some skins...
2688     Same thing for playtree.sort().
2689
2690 ------------------------------------------------------------------------
2691 r16301 | fkuehne | 2006-08-20 00:54:18 +0200 (Sun, 20 Aug 2006) | 1 line
2692 Changed paths:
2693    M /trunk/modules/gui/macosx/vout.m
2694
2695 * also forward the mouse events to super if no vout is present
2696 ------------------------------------------------------------------------
2697 r16300 | fkuehne | 2006-08-20 00:46:47 +0200 (Sun, 20 Aug 2006) | 1 line
2698 Changed paths:
2699    M /trunk/modules/video_output/opengl.c
2700
2701 * fixed stupid typo (fixes the highlighting of DVD menu entries)
2702 ------------------------------------------------------------------------
2703 r16299 | fkuehne | 2006-08-19 23:39:06 +0200 (Sat, 19 Aug 2006) | 1 line
2704 Changed paths:
2705    M /trunk/modules/gui/macosx/vout.m
2706
2707 * always forward the clicks to OSX's core
2708 ------------------------------------------------------------------------
2709 r16298 | Trax | 2006-08-19 23:32:19 +0200 (Sat, 19 Aug 2006) | 1 line
2710 Changed paths:
2711    M /trunk/modules/codec/x264.c
2712
2713 * modules/codec/x264.c: cosmetics and added SSIM stats computation option.
2714 ------------------------------------------------------------------------
2715 r16297 | ipkiss | 2006-08-19 19:51:41 +0200 (Sat, 19 Aug 2006) | 3 lines
2716 Changed paths:
2717    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
2718
2719  * skins2/controls/ctrl_slider.cpp: fixed 2 little offset problems, introduced
2720    by a previous commit
2721
2722 ------------------------------------------------------------------------
2723 r16296 | zorglub | 2006-08-19 18:19:56 +0200 (Sat, 19 Aug 2006) | 3 lines
2724 Changed paths:
2725    A /trunk/test/NativeAlgoTest.py
2726    A /trunk/test/native/algo.c
2727    M /trunk/test/native/gc.c
2728    M /trunk/test/native/init.c
2729    M /trunk/test/native/tests.h
2730    M /trunk/test/native/url.c
2731    M /trunk/test/pyunit.h
2732    M /trunk/test/setup.py
2733    M /trunk/test/test.py
2734    M /trunk/test/test.sh
2735
2736 * Tests for previous commit
2737 * Improve test output
2738
2739 ------------------------------------------------------------------------
2740 r16295 | zorglub | 2006-08-19 18:19:31 +0200 (Sat, 19 Aug 2006) | 3 lines
2741 Changed paths:
2742    M /trunk/include/vlc_common.h
2743    M /trunk/include/vlc_symbols.h
2744    M /trunk/src/Makefile.am
2745    M /trunk/src/input/item.c
2746    A /trunk/src/misc/dict.c (from /trunk/src/misc/hashtables.c:16248)
2747    D /trunk/src/misc/hashtables.c
2748
2749 * B-search macro
2750 * Redo dictionnary handling to remove recursion and bugs
2751
2752 ------------------------------------------------------------------------
2753 r16294 | jb | 2006-08-19 15:08:04 +0200 (Sat, 19 Aug 2006) | 7 lines
2754 Changed paths:
2755    M /trunk/modules/gui/qt4/Modules.am
2756    A /trunk/modules/gui/qt4/dialogs/messages.cpp
2757    A /trunk/modules/gui/qt4/dialogs/messages.hpp
2758    M /trunk/modules/gui/qt4/dialogs_provider.cpp
2759
2760 * First implementation of the messages dialog for qt4. 
2761   It works but it is not finished.
2762   - The changing verbosity does not work yet.
2763   - Too many messages are displayed ?
2764
2765
2766
2767 ------------------------------------------------------------------------
2768 r16293 | ipkiss | 2006-08-19 00:00:04 +0200 (Sat, 19 Aug 2006) | 2 lines
2769 Changed paths:
2770    M /trunk/modules/gui/skins2/parser/interpreter.cpp
2771
2772  * skins2/parser/interpreter.cpp: Restored action names modified in [15629]
2773
2774 ------------------------------------------------------------------------
2775 r16291 | ipkiss | 2006-08-18 20:58:16 +0200 (Fri, 18 Aug 2006) | 9 lines
2776 Changed paths:
2777    M /trunk/modules/gui/skins2/src/theme.cpp
2778
2779  * skins2/src/theme.cpp: Improved the saving/loading of skins config
2780    - the format of the skins2-config variable has changed (not backwards-compatible)
2781    - the active layout and its size are now restored
2782    - the windows and layouts are now identified by their id, instead of their
2783      order in the XML file; this fixes problems of disappearing windows
2784      when editing a skin (commenting a Window for example)
2785    - it should now be impossible to have all windows hidden at the same time
2786      (but there is no check that the windows are on screen)
2787
2788 ------------------------------------------------------------------------
2789 r16290 | damienf | 2006-08-18 17:11:02 +0200 (Fri, 18 Aug 2006) | 2 lines
2790 Changed paths:
2791    M /trunk/activex/utils.cpp
2792
2793 - minor fixes
2794
2795 ------------------------------------------------------------------------
2796 r16289 | damienf | 2006-08-18 17:10:21 +0200 (Fri, 18 Aug 2006) | 2 lines
2797 Changed paths:
2798    M /trunk/bootstrap
2799    M /trunk/src/Makefile.am
2800
2801 - fixed Cygwin issue when linking/building shared libvlc.dll
2802
2803 ------------------------------------------------------------------------
2804 r16288 | fkuehne | 2006-08-18 16:05:45 +0200 (Fri, 18 Aug 2006) | 1 line
2805 Changed paths:
2806    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
2807    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
2808    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
2809    M /trunk/modules/gui/macosx/intf.m
2810
2811 * finish the vout menu (cloeses #302)
2812 ------------------------------------------------------------------------
2813 r16287 | hartman | 2006-08-18 03:27:00 +0200 (Fri, 18 Aug 2006) | 2 lines
2814 Changed paths:
2815    M /trunk/modules/demux/live555.cpp
2816
2817 * Fix a RTSP crash
2818
2819 ------------------------------------------------------------------------
2820 r16286 | gbazin | 2006-08-17 22:53:27 +0200 (Thu, 17 Aug 2006) | 1 line
2821 Changed paths:
2822    M /trunk/modules/demux/mp4/mp4.c
2823    M /trunk/src/input/decoder.c
2824
2825 * modules/demux/mp4/mp4.c, src/input/decoder.c: support for cropping in quicktime files with H263 video.
2826 ------------------------------------------------------------------------
2827 r16285 | gbazin | 2006-08-17 22:14:14 +0200 (Thu, 17 Aug 2006) | 1 line
2828 Changed paths:
2829    M /trunk/src/input/input.c
2830    M /trunk/src/misc/messages.c
2831
2832 * src/misc/messages.c, src/input/input.c: revert 16279 and use OBJECT_FLAGS_QUIET instead when preparsing.
2833 ------------------------------------------------------------------------
2834 r16284 | gbazin | 2006-08-17 22:07:13 +0200 (Thu, 17 Aug 2006) | 1 line
2835 Changed paths:
2836    M /trunk/modules/stream_out/transcode.c
2837
2838 * modules/stream_out/transcode.c: couple of small fixes.
2839 ------------------------------------------------------------------------
2840 r16283 | zorglub | 2006-08-17 20:16:09 +0200 (Thu, 17 Aug 2006) | 2 lines
2841 Changed paths:
2842    M /trunk/modules/gui/qt4/util/qvlcframe.hpp
2843    M /trunk/src/interface/interaction.c
2844    M /trunk/test/native/gc.c
2845
2846 Fix interaction locking
2847
2848 ------------------------------------------------------------------------
2849 r16282 | gbazin | 2006-08-16 23:45:56 +0200 (Wed, 16 Aug 2006) | 1 line
2850 Changed paths:
2851    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
2852
2853 * modules/gui/wxwidgets/dialogs/playlist.cpp: remove fprintf()s and compilation warnings.
2854 ------------------------------------------------------------------------
2855 r16281 | Trax | 2006-08-16 23:36:26 +0200 (Wed, 16 Aug 2006) | 1 line
2856 Changed paths:
2857    M /trunk/modules/access_output/shout.c
2858
2859 * modules/access_output/shout.c: changed 'no bitrate information' warning to be used for both icecast and shoutcast.
2860 ------------------------------------------------------------------------
2861 r16280 | gbazin | 2006-08-16 23:19:15 +0200 (Wed, 16 Aug 2006) | 1 line
2862 Changed paths:
2863    M /trunk/modules/codec/ffmpeg/ffmpeg.c
2864
2865 * modules/codec/ffmpeg/ffmpeg.c: print AV_LOG_DEBUG messages if they were requested.
2866 ------------------------------------------------------------------------
2867 r16279 | gbazin | 2006-08-16 22:59:04 +0200 (Wed, 16 Aug 2006) | 1 line
2868 Changed paths:
2869    M /trunk/src/misc/messages.c
2870
2871 * src/misc/messages.c: if OBJECT_FLAGS_NODBG is specified, don't output any messages at all. That avoids flooding the console with useless messages when preparsing.
2872 ------------------------------------------------------------------------
2873 r16278 | gbazin | 2006-08-16 22:48:06 +0200 (Wed, 16 Aug 2006) | 1 line
2874 Changed paths:
2875    M /trunk/modules/demux/mkv.cpp
2876
2877 * modules/demux/mkv.cpp: remove useless printf()s
2878 ------------------------------------------------------------------------
2879 r16277 | gbazin | 2006-08-16 22:30:04 +0200 (Wed, 16 Aug 2006) | 1 line
2880 Changed paths:
2881    M /trunk/modules/demux/live555.cpp
2882
2883 * modules/demux/live555.cpp: fixed segfault
2884 ------------------------------------------------------------------------
2885 r16276 | ipkiss | 2006-08-16 09:03:52 +0200 (Wed, 16 Aug 2006) | 4 lines
2886 Changed paths:
2887    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
2888    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
2889    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
2890
2891  * skins2/controls/ctrl_image.cpp: Allow resizing to a width of 1 now that the
2892    bug in ScaledBitmap is fixed
2893  * skins2/controls/ctrl_slider.*: Support resizing of the SliderBackground control
2894
2895 ------------------------------------------------------------------------
2896 r16275 | Trax | 2006-08-16 01:13:46 +0200 (Wed, 16 Aug 2006) | 1 line
2897 Changed paths:
2898    M /trunk/modules/access_output/shout.c
2899
2900 * modules/access_output/shout.c: removed protocol selection and set it to automaticly try shoutcast protocol if icecast fails. added options for stream info settings, genre, url and public (yellow pages).
2901 ------------------------------------------------------------------------
2902 r16274 | asmax | 2006-08-16 00:38:49 +0200 (Wed, 16 Aug 2006) | 2 lines
2903 Changed paths:
2904    M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
2905
2906 * scaled_bitmap.cpp: better fix than [16273] ...
2907
2908 ------------------------------------------------------------------------
2909 r16273 | asmax | 2006-08-16 00:25:27 +0200 (Wed, 16 Aug 2006) | 4 lines
2910 Changed paths:
2911    M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
2912
2913 * scaled_bitmap.cpp: - fixed an infinite loop when width=1
2914    + fixed a huge bug in horizontal scaling (btw, TODO: use bresenham for
2915    vertical scaling too)
2916
2917 ------------------------------------------------------------------------
2918 r16272 | gbazin | 2006-08-16 00:10:37 +0200 (Wed, 16 Aug 2006) | 1 line
2919 Changed paths:
2920    M /trunk/modules/gui/skins2/src/vlcproc.cpp
2921    M /trunk/modules/gui/wxwidgets/video.cpp
2922    M /trunk/modules/video_output/x11/xcommon.c
2923
2924 * modules/video_output/x11/xcommon.c, modules/gui/wxwidgets/video.cpp, modules/gui/skins2/src/vlcproc.cpp: fixed crash on exit, introduced in changelist 16148 (unix VOUT_REPARENT).
2925 ------------------------------------------------------------------------
2926 r16271 | ipkiss | 2006-08-15 22:57:56 +0200 (Tue, 15 Aug 2006) | 3 lines
2927 Changed paths:
2928    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
2929
2930  * skins2/controls/ctrl_image.cpp: Avoid a crash when resizing a Image control
2931    to a very small size, in scaling mode
2932
2933 ------------------------------------------------------------------------
2934 r16270 | ipkiss | 2006-08-15 20:59:40 +0200 (Tue, 15 Aug 2006) | 2 lines
2935 Changed paths:
2936    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
2937    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
2938    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
2939    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
2940
2941  * skins2/controls/*: forward the onResize() method to the decorated controls
2942
2943 ------------------------------------------------------------------------
2944 r16269 | hartman | 2006-08-15 18:17:59 +0200 (Tue, 15 Aug 2006) | 2 lines
2945 Changed paths:
2946    M /trunk/modules/mux/mp4.c
2947
2948 * Get and write the correct profile_compat_byte
2949
2950 ------------------------------------------------------------------------
2951 r16268 | hartman | 2006-08-15 18:12:44 +0200 (Tue, 15 Aug 2006) | 2 lines
2952 Changed paths:
2953    M /trunk/modules/stream_out/rtp.c
2954
2955 * provide the SPS and PPS in the SDP when doing h264 packetization (sprop-parameters)
2956
2957 ------------------------------------------------------------------------
2958 r16264 | ipkiss | 2006-08-15 13:04:13 +0200 (Tue, 15 Aug 2006) | 2 lines
2959 Changed paths:
2960    M /trunk/modules/gui/skins2/src/skin_main.cpp
2961
2962  * skins2/src/skin_main.cpp: Fixed a crash in the preferences, reported by Trax
2963
2964 ------------------------------------------------------------------------
2965 r16263 | ipkiss | 2006-08-15 12:43:00 +0200 (Tue, 15 Aug 2006) | 2 lines
2966 Changed paths:
2967    M /trunk/modules/gui/qt4/dialogs/interaction.hpp
2968    M /trunk/modules/gui/qt4/main_interface.hpp
2969
2970  * qt4: Added a few forward declarations and includes
2971
2972 ------------------------------------------------------------------------
2973 r16262 | hartman | 2006-08-15 01:37:28 +0200 (Tue, 15 Aug 2006) | 2 lines
2974 Changed paths:
2975    M /trunk/modules/packetizer/h264.c
2976
2977 * first sps, then pps 
2978
2979 ------------------------------------------------------------------------
2980 r16261 | gbazin | 2006-08-15 00:16:07 +0200 (Tue, 15 Aug 2006) | 1 line
2981 Changed paths:
2982    M /trunk/modules/packetizer/h264.c
2983
2984 * modules/packetizer/h264.c: insert an SPS and PPS before each keyframe.
2985 ------------------------------------------------------------------------
2986 r16260 | hartman | 2006-08-14 23:46:13 +0200 (Mon, 14 Aug 2006) | 2 lines
2987 Changed paths:
2988    M /trunk/modules/demux/live555.cpp
2989
2990 * Set the SPS and PPS properly in the extradata when we receive RTP h264
2991
2992 ------------------------------------------------------------------------
2993 r16259 | hartman | 2006-08-14 23:45:19 +0200 (Mon, 14 Aug 2006) | 2 lines
2994 Changed paths:
2995    M /trunk/modules/codec/x264.c
2996
2997 * set extradata of the x264 encoder.
2998
2999 ------------------------------------------------------------------------
3000 r16258 | hartman | 2006-08-14 23:44:15 +0200 (Mon, 14 Aug 2006) | 4 lines
3001 Changed paths:
3002    M /trunk/modules/packetizer/h264.c
3003
3004 * Victory at last. The h264 packetizer is fixed. Thx to Haali and gibalou for the insights.
3005   - manage private data properly
3006   - use 4 byte startcodes
3007
3008 ------------------------------------------------------------------------
3009 r16257 | Trax | 2006-08-14 00:23:33 +0200 (Mon, 14 Aug 2006) | 1 line
3010 Changed paths:
3011    M /trunk/modules/access_output/shout.c
3012
3013 * shout.c: add support for protocol selection (icy for shoutcast and http for icecast)
3014 ------------------------------------------------------------------------
3015 r16256 | xtophe | 2006-08-13 21:33:16 +0200 (Sun, 13 Aug 2006) | 2 lines
3016 Changed paths:
3017    M /trunk/bindings/java/Makefile.am
3018    M /trunk/bindings/java/src/Makefile.am
3019
3020 Distribute the java bindings in the tarball
3021
3022 ------------------------------------------------------------------------
3023 r16255 | courmisch | 2006-08-13 20:48:17 +0200 (Sun, 13 Aug 2006) | 2 lines
3024 Changed paths:
3025    M /trunk/bindings/java/Makefile.am
3026    M /trunk/bindings/java/src/Makefile.am
3027
3028 Attempt to remove all the non standard GNU/make stuff
3029
3030 ------------------------------------------------------------------------
3031 r16254 | jpsaman | 2006-08-13 16:31:02 +0200 (Sun, 13 Aug 2006) | 1 line
3032 Changed paths:
3033    M /trunk/modules/audio_filter/converter/a52tofloat32.c
3034
3035 Fix memory leak
3036 ------------------------------------------------------------------------
3037 r16253 | ipkiss | 2006-08-13 14:34:37 +0200 (Sun, 13 Aug 2006) | 2 lines
3038 Changed paths:
3039    M /trunk/doc/skins/skins2-howto.xml
3040
3041  * doc/skins/skins2-howto.xml: xkeepratio and ykeepratio are available since VLC 0.8.6 only.
3042
3043 ------------------------------------------------------------------------
3044 r16252 | hartman | 2006-08-12 22:08:08 +0200 (Sat, 12 Aug 2006) | 2 lines
3045 Changed paths:
3046    M /trunk/extras/contrib/src/Makefile
3047    D /trunk/extras/contrib/src/Patches/ffmpeg-install.patch
3048    D /trunk/extras/contrib/src/Patches/ffmpeg-svn-mactel.patch
3049
3050 * all macintel patches have been fixed upstream now. Also remove outdated ffmpeg prefix patch
3051
3052 ------------------------------------------------------------------------
3053 r16251 | hartman | 2006-08-12 16:24:54 +0200 (Sat, 12 Aug 2006) | 2 lines
3054 Changed paths:
3055    M /trunk/modules/demux/live555.cpp
3056
3057 * fix the getlength. It needs to be after the SETUP, so that liveMedia can correct Windows Media Servers.
3058
3059 ------------------------------------------------------------------------
3060 r16250 | hartman | 2006-08-12 02:10:37 +0200 (Sat, 12 Aug 2006) | 17 lines
3061 Changed paths:
3062    M /trunk/modules/demux/live555.cpp
3063
3064 * refactoring of live555 module.
3065   - less code duplication
3066   - automaticly try HTTP tunneling if describe fails
3067   - upon authentication failure, ask for a new user/passwd and try again (untested due to lack of a rtsp source)
3068   - fix a bug with adding tracks introduced in [16114]
3069   - fix a bug closing the RTSPClient
3070   - disabled the QT VoD detection because it's unreliable like hell.
3071
3072   TODO:
3073   - test with a WMS RTSP session
3074   - test against a paswd. protected RTSP session
3075   - find a better way for error communication with live (parsing random strings is so 1990)
3076   - find a way to relay Control() calls to a subdemux (for time/pos in TS)
3077   - add the HREF support of the 0.8.5-href branch
3078   - better flushing etc. during the PAUSE (ideas anyone?)
3079
3080
3081 ------------------------------------------------------------------------
3082 r16249 | xtophe | 2006-08-12 01:30:02 +0200 (Sat, 12 Aug 2006) | 2 lines
3083 Changed paths:
3084    M /trunk/src/control/mediacontrol_core.c
3085
3086 Should fix compilation. Not tested
3087
3088 ------------------------------------------------------------------------
3089 r16248 | zorglub | 2006-08-11 15:32:42 +0200 (Fri, 11 Aug 2006) | 2 lines
3090 Changed paths:
3091    M /trunk/include/vlc_playlist.h
3092    M /trunk/include/vlc_symbols.h
3093    M /trunk/src/playlist/item.c
3094
3095 Add functions to use the media library
3096
3097 ------------------------------------------------------------------------
3098 r16247 | zorglub | 2006-08-11 08:23:56 +0200 (Fri, 11 Aug 2006) | 2 lines
3099 Changed paths:
3100    M /trunk/src/input/input.c
3101
3102 Gah, forgot to commit this: fix a potential crash in stats
3103
3104 ------------------------------------------------------------------------
3105 r16246 | hartman | 2006-08-10 23:28:56 +0200 (Thu, 10 Aug 2006) | 2 lines
3106 Changed paths:
3107    M /trunk/extras/contrib/src/Patches/ffmpeg-svn-mactel.patch
3108
3109 * nop part of ffmpeg patch was fixed upstream
3110
3111 ------------------------------------------------------------------------
3112 r16245 | dionoea | 2006-08-10 21:21:25 +0200 (Thu, 10 Aug 2006) | 2 lines
3113 Changed paths:
3114    M /trunk/THANKS
3115    M /trunk/modules/control/rc.c
3116
3117 Add "enqueue" command. Original patch by Greg Farell
3118
3119 ------------------------------------------------------------------------
3120 r16244 | ipkiss | 2006-08-10 20:26:18 +0200 (Thu, 10 Aug 2006) | 2 lines
3121 Changed paths:
3122    M /trunk/doc/skins/skins2-howto.xml
3123
3124  * doc/skins/skins2-howto.xml: Updated copyright year
3125
3126 ------------------------------------------------------------------------
3127 r16243 | ipkiss | 2006-08-10 19:25:30 +0200 (Thu, 10 Aug 2006) | 3 lines
3128 Changed paths:
3129    M /trunk/doc/skins/skins2-howto.xml
3130
3131  * doc/skins/skins2-howto.xml: Changed the structure of the sections, for a
3132    nicer output
3133
3134 ------------------------------------------------------------------------
3135 r16242 | courmisch | 2006-08-10 16:27:28 +0200 (Thu, 10 Aug 2006) | 2 lines
3136 Changed paths:
3137    M /trunk/modules/services_discovery/upnp_intel.cpp
3138
3139 Partial UPnP fix from Christian Henz, from Ralf Huvendiek.
3140
3141 ------------------------------------------------------------------------
3142 r16241 | hartman | 2006-08-10 14:51:53 +0200 (Thu, 10 Aug 2006) | 2 lines
3143 Changed paths:
3144    M /trunk/modules/video_filter/logo.c
3145    M /trunk/modules/video_filter/marq.c
3146    M /trunk/modules/video_filter/time.c
3147
3148 * p_input->p_libvlc == p_filter->p_libvlc: remove p_input dependancy here.
3149
3150 ------------------------------------------------------------------------
3151 r16240 | hartman | 2006-08-10 13:46:19 +0200 (Thu, 10 Aug 2006) | 2 lines
3152 Changed paths:
3153    M /trunk/extras/contrib/src/Patches/ffmpeg-svn-mactel.patch
3154
3155 * Part of the Intel patches are now fixed upstream
3156
3157 ------------------------------------------------------------------------
3158 r16239 | jpsaman | 2006-08-09 20:09:34 +0200 (Wed, 09 Aug 2006) | 1 line
3159 Changed paths:
3160    M /trunk/modules/codec/ffmpeg/encoder.c
3161
3162 Fix comments
3163 ------------------------------------------------------------------------
3164 r16238 | hartman | 2006-08-08 22:39:12 +0200 (Tue, 08 Aug 2006) | 2 lines
3165 Changed paths:
3166    M /trunk/modules/access/cdda/access.c
3167
3168 * Fix an #ifdef hidden error in cddax 
3169
3170 ------------------------------------------------------------------------
3171 r16237 | zorglub | 2006-08-07 19:26:02 +0200 (Mon, 07 Aug 2006) | 2 lines
3172 Changed paths:
3173    M /trunk/include/vlc_playlist.h
3174    M /trunk/include/vlc_symbols.h
3175    M /trunk/modules/control/http/macro.c
3176    M /trunk/modules/control/rc.c
3177    M /trunk/modules/gui/macosx/playlist.m
3178    M /trunk/src/playlist/sort.c
3179
3180 Fix sort by artist
3181
3182 ------------------------------------------------------------------------
3183 r16236 | fkuehne | 2006-08-07 18:36:57 +0200 (Mon, 07 Aug 2006) | 2 lines
3184 Changed paths:
3185    M /trunk/configure.ac
3186    M /trunk/modules/gui/macosx/AppleRemote.h
3187    M /trunk/modules/gui/macosx/AppleRemote.m
3188
3189 * configure.ac: enabled Obj-C exceptions in the OBJCFLAGS (they're currently used by AppleRemote only, but we should extend them to further classes)
3190 * AppleRemote.*: added svn id and proper notes about the MIT-style and GPL dual licensing
3191 ------------------------------------------------------------------------
3192 r16235 | zorglub | 2006-08-06 19:12:01 +0200 (Sun, 06 Aug 2006) | 3 lines
3193 Changed paths:
3194    M /trunk/modules/gui/qt4/components/playlist/panels.hpp
3195    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
3196    M /trunk/modules/gui/qt4/dialogs/playlist.cpp
3197    M /trunk/modules/gui/qt4/dialogs/playlist.hpp
3198    M /trunk/modules/gui/qt4/main_interface.cpp
3199    M /trunk/modules/gui/qt4/menus.cpp
3200    M /trunk/modules/gui/qt4/playlist_model.cpp
3201    M /trunk/modules/gui/qt4/playlist_model.hpp
3202    M /trunk/modules/gui/qt4/util/qvlcframe.hpp
3203
3204 * Add random/loop buttons
3205 * Improve hilighting
3206
3207 ------------------------------------------------------------------------
3208 r16234 | ipkiss | 2006-08-06 18:36:30 +0200 (Sun, 06 Aug 2006) | 2 lines
3209 Changed paths:
3210    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
3211    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
3212
3213  * skins2: Fixed resizing of the Text control
3214
3215 ------------------------------------------------------------------------
3216 r16233 | zorglub | 2006-08-06 18:14:56 +0200 (Sun, 06 Aug 2006) | 2 lines
3217 Changed paths:
3218    M /trunk/modules/demux/playlist/m3u.c
3219    M /trunk/modules/demux/playlist/shoutcast.c
3220    M /trunk/modules/services_discovery/shout.c
3221    M /trunk/src/playlist/item.c
3222
3223 Fix deletion of items when changing them to nodes
3224
3225 ------------------------------------------------------------------------
3226 r16232 | fkuehne | 2006-08-06 18:10:19 +0200 (Sun, 06 Aug 2006) | 1 line
3227 Changed paths:
3228    M /trunk/modules/gui/macosx/playlist.m
3229
3230 * fix compilation warnings by adding _defaultTableHeader*SortImage to NSOutlineView's interface
3231 ------------------------------------------------------------------------
3232 r16231 | ipkiss | 2006-08-06 17:49:56 +0200 (Sun, 06 Aug 2006) | 3 lines
3233 Changed paths:
3234    M /trunk/modules/gui/skins2/parser/builder.cpp
3235
3236  * skins2: fixed the xkeepratio/ykeepratio attributes for controls not tied to
3237    the top left corner of the layout
3238
3239 ------------------------------------------------------------------------
3240 r16230 | jpsaman | 2006-08-06 17:07:47 +0200 (Sun, 06 Aug 2006) | 1 line
3241 Changed paths:
3242    M /trunk/modules/codec/ffmpeg/ffmpeg.c
3243
3244 Oops use VLC_ error messages
3245 ------------------------------------------------------------------------
3246 r16229 | zorglub | 2006-08-06 15:53:58 +0200 (Sun, 06 Aug 2006) | 2 lines
3247 Changed paths:
3248    M /trunk/src/input/item.c
3249
3250 Oh look ! Bananas !
3251
3252 ------------------------------------------------------------------------
3253 r16228 | jpsaman | 2006-08-06 15:43:18 +0200 (Sun, 06 Aug 2006) | 1 line
3254 Changed paths:
3255    M /trunk/modules/codec/ffmpeg/ffmpeg.c
3256
3257 sanity checking
3258 ------------------------------------------------------------------------
3259 r16227 | jpsaman | 2006-08-06 15:40:11 +0200 (Sun, 06 Aug 2006) | 1 line
3260 Changed paths:
3261    M /trunk/modules/stream_out/transcode.c
3262
3263 enabled check for p_sys->i_channels>2 again for mp3 audio. It was wrongly disabled.
3264 ------------------------------------------------------------------------
3265 r16226 | jpsaman | 2006-08-06 15:27:58 +0200 (Sun, 06 Aug 2006) | 1 line
3266 Changed paths:
3267    M /trunk/modules/stream_out/transcode.c
3268
3269 Implement afilter transcode filters and renamed vfilter to ufilter (userfilter) so only one extra entry in sout_stream_id_t is needed and not one for every ES type.
3270 ------------------------------------------------------------------------
3271 r16225 | jpsaman | 2006-08-06 15:25:05 +0200 (Sun, 06 Aug 2006) | 1 line
3272 Changed paths:
3273    M /trunk/modules/video_filter/mosaic.c
3274
3275 ifdef away compiler warning
3276 ------------------------------------------------------------------------
3277 r16224 | jpsaman | 2006-08-06 15:24:29 +0200 (Sun, 06 Aug 2006) | 1 line
3278 Changed paths:
3279    M /trunk/modules/services_discovery/podcast.c
3280
3281 Remove unused variable
3282 ------------------------------------------------------------------------
3283 r16223 | jpsaman | 2006-08-06 15:24:11 +0200 (Sun, 06 Aug 2006) | 1 line
3284 Changed paths:
3285    M /trunk/modules/video_filter/psychedelic.c
3286
3287 Fix double free bug in psychedelic filter
3288 ------------------------------------------------------------------------
3289 r16222 | jpsaman | 2006-08-06 15:23:47 +0200 (Sun, 06 Aug 2006) | 1 line
3290 Changed paths:
3291    M /trunk/src/misc/image.c
3292
3293 Put just deleted objects to NULL.
3294 ------------------------------------------------------------------------
3295 r16221 | jpsaman | 2006-08-06 15:21:54 +0200 (Sun, 06 Aug 2006) | 1 line
3296 Changed paths:
3297    M /trunk/include/vlc_es.h
3298
3299 Use NULL iso 0 (is more portable)
3300 ------------------------------------------------------------------------
3301 r16220 | jpsaman | 2006-08-06 15:21:36 +0200 (Sun, 06 Aug 2006) | 1 line
3302 Changed paths:
3303    M /trunk/modules/mux/mp4.c
3304
3305 Remove some whitespace
3306 ------------------------------------------------------------------------
3307 r16219 | jpsaman | 2006-08-06 15:11:49 +0200 (Sun, 06 Aug 2006) | 1 line
3308 Changed paths:
3309    M /trunk/modules/audio_filter/resampler/bandlimited.c
3310
3311 Use C-style comments
3312 ------------------------------------------------------------------------
3313 r16218 | jpsaman | 2006-08-06 15:11:04 +0200 (Sun, 06 Aug 2006) | 1 line
3314 Changed paths:
3315    M /trunk/modules/audio_filter/resampler/linear.c
3316
3317 Cleanup whitespace
3318 ------------------------------------------------------------------------
3319 r16217 | jpsaman | 2006-08-06 15:10:27 +0200 (Sun, 06 Aug 2006) | 1 line
3320 Changed paths:
3321    M /trunk/modules/demux/mpeg/m4v.c
3322
3323 Remove unused variable.
3324 ------------------------------------------------------------------------
3325 r16216 | jpsaman | 2006-08-06 15:09:42 +0200 (Sun, 06 Aug 2006) | 1 line
3326 Changed paths:
3327    M /trunk/src/stream_output/stream_output.c
3328
3329 Fix compiler warning on uninitialized variable.
3330 ------------------------------------------------------------------------
3331 r16215 | jpsaman | 2006-08-06 15:09:24 +0200 (Sun, 06 Aug 2006) | 1 line
3332 Changed paths:
3333    M /trunk/src/input/stream.c
3334
3335 Fix compiler warning on uninitialized variable.
3336 ------------------------------------------------------------------------
3337 r16214 | zorglub | 2006-08-06 14:25:52 +0200 (Sun, 06 Aug 2006) | 2 lines
3338 Changed paths:
3339    M /trunk/src/input/input.c
3340    M /trunk/src/misc/stats.c
3341
3342 This should fix the locking problems with stats
3343
3344 ------------------------------------------------------------------------
3345 r16213 | jpsaman | 2006-08-06 12:30:30 +0200 (Sun, 06 Aug 2006) | 1 line
3346 Changed paths:
3347    M /trunk/modules/access/cdda/access.c
3348
3349 Coding Style fixes
3350 ------------------------------------------------------------------------
3351 r16212 | zorglub | 2006-08-06 12:07:35 +0200 (Sun, 06 Aug 2006) | 6 lines
3352 Changed paths:
3353    M /trunk/modules/gui/qt4/components/playlist/panels.hpp
3354    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
3355    M /trunk/modules/gui/qt4/dialogs/playlist.cpp
3356    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
3357    M /trunk/modules/gui/qt4/menus.cpp
3358    M /trunk/modules/gui/qt4/menus.hpp
3359    M /trunk/modules/gui/qt4/playlist_model.cpp
3360    M /trunk/modules/gui/qt4/playlist_model.hpp
3361
3362 Qt4:
3363 * Hilight playing item
3364 * Partial removal support, not yet correct
3365 * Reduce critical section when rebuilding playlist
3366 * Beginning of menu support
3367
3368 ------------------------------------------------------------------------
3369 r16211 | pengvado | 2006-08-06 02:48:05 +0200 (Sun, 06 Aug 2006) | 2 lines
3370 Changed paths:
3371    M /trunk/modules/codec/x264.c
3372
3373 oops in r16209
3374
3375 ------------------------------------------------------------------------
3376 r16210 | ipkiss | 2006-08-05 15:37:06 +0200 (Sat, 05 Aug 2006) | 6 lines
3377 Changed paths:
3378    M /trunk/doc/skins/skins2-howto.xml
3379    M /trunk/modules/gui/skins2/parser/builder.cpp
3380    M /trunk/modules/gui/skins2/parser/builder.hpp
3381    M /trunk/modules/gui/skins2/parser/builder_data.def
3382    M /trunk/modules/gui/skins2/parser/builder_data.hpp
3383    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
3384    M /trunk/modules/gui/skins2/utils/position.cpp
3385    M /trunk/modules/gui/skins2/utils/position.hpp
3386    M /trunk/share/skins2/skin.dtd
3387
3388  * skins2: new "xkeepratio" and "ykeepratio" attributes, common to all the
3389    controls. When set to "true", the behaviour of the resizing is changed
3390    (cf. documentation). The main use for these attributes is to keep a
3391    a control centered in the layout (horizontally, vertically or both) without
3392    resizing the control.
3393
3394 ------------------------------------------------------------------------
3395 r16209 | pengvado | 2006-08-04 20:14:40 +0200 (Fri, 04 Aug 2006) | 2 lines
3396 Changed paths:
3397    M /trunk/modules/codec/x264.c
3398
3399 fix the crf option to reflect x264's API change in its revision 537
3400
3401 ------------------------------------------------------------------------
3402 r16208 | jpsaman | 2006-08-04 17:17:15 +0200 (Fri, 04 Aug 2006) | 1 line
3403 Changed paths:
3404    M /trunk/modules/stream_out/transcode.c
3405
3406 Some cleanup of whitespace
3407 ------------------------------------------------------------------------
3408 r16207 | zorglub | 2006-08-04 00:24:42 +0200 (Fri, 04 Aug 2006) | 2 lines
3409 Changed paths:
3410    M /trunk/src/input/item.c
3411
3412 This dichotomy code apparently still is buggy. Todo: redo it
3413
3414 ------------------------------------------------------------------------
3415 r16206 | gbazin | 2006-08-03 23:57:58 +0200 (Thu, 03 Aug 2006) | 1 line
3416 Changed paths:
3417    M /trunk/modules/access/directory.c
3418    M /trunk/modules/access/file.c
3419
3420 * modules/access/file.c, directory.c: bug and memory leak fixes
3421 ------------------------------------------------------------------------
3422 r16205 | zorglub | 2006-08-03 19:03:26 +0200 (Thu, 03 Aug 2006) | 2 lines
3423 Changed paths:
3424    M /trunk/bindings/java/src
3425
3426 Fix svn:ignore
3427
3428 ------------------------------------------------------------------------
3429 r16204 | zorglub | 2006-08-03 18:58:10 +0200 (Thu, 03 Aug 2006) | 2 lines
3430 Changed paths:
3431    M /trunk/modules/control/http/macro.c
3432    M /trunk/modules/control/http/rpn.c
3433    M /trunk/modules/demux/mp4/libmp4.c
3434    M /trunk/modules/demux/mp4/libmp4.h
3435    M /trunk/modules/demux/playlist/dvb.c
3436    M /trunk/modules/demux/playlist/gvp.c
3437    M /trunk/modules/demux/playlist/shoutcast.c
3438    M /trunk/modules/misc/freetype.c
3439    M /trunk/modules/misc/logger.c
3440    M /trunk/modules/misc/rtsp.c
3441    M /trunk/modules/video_chroma/i420_rgb8.c
3442
3443 Fix a bunch of warnings and errors
3444
3445 ------------------------------------------------------------------------
3446 r16203 | zorglub | 2006-08-03 17:34:08 +0200 (Thu, 03 Aug 2006) | 2 lines
3447 Changed paths:
3448    M /trunk/modules/access/dvb/dvb.h
3449    M /trunk/modules/access/dvb/http.c
3450    M /trunk/modules/access/mms/mms.h
3451    M /trunk/modules/access/mms/mmstu.c
3452    M /trunk/modules/access/vcdx/access.c
3453    M /trunk/modules/access_output/http.c
3454    M /trunk/modules/codec/cinepak.c
3455    M /trunk/modules/demux/asf/libasf.c
3456    M /trunk/modules/demux/avi/avi.c
3457    M /trunk/modules/demux/mp4/libmp4.c
3458    M /trunk/modules/demux/mp4/mp4.c
3459    M /trunk/modules/demux/playlist/asx.c
3460    M /trunk/modules/demux/playlist/b4s.c
3461    M /trunk/modules/demux/playlist/qtl.c
3462    M /trunk/modules/demux/playlist/shoutcast.c
3463    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
3464    M /trunk/modules/mux/ogg.c
3465    M /trunk/modules/services_discovery/sap.c
3466    M /trunk/modules/stream_out/es.c
3467    M /trunk/modules/video_filter/logo.c
3468    M /trunk/modules/video_output/image.c
3469    M /trunk/src/misc/vlm.c
3470    M /trunk/src/stream_output/announce.c
3471    M /trunk/src/stream_output/sap.c
3472    M /trunk/src/stream_output/stream_output.c
3473
3474 Fix duplicate definitions of FREE
3475
3476 ------------------------------------------------------------------------
3477 r16202 | zorglub | 2006-08-03 17:27:19 +0200 (Thu, 03 Aug 2006) | 2 lines
3478 Changed paths:
3479    M /trunk/modules/gui/qt4/dialogs/interaction.cpp
3480    M /trunk/modules/gui/qt4/dialogs/interaction.hpp
3481    M /trunk/modules/gui/qt4/menus.cpp
3482
3483 Handle blocking errors, fix layout for login
3484
3485 ------------------------------------------------------------------------
3486 r16201 | jb | 2006-08-03 10:46:47 +0200 (Thu, 03 Aug 2006) | 4 lines
3487 Changed paths:
3488    M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
3489
3490
3491 Yet another x264 contrib patch for win32
3492
3493
3494 ------------------------------------------------------------------------
3495 r16200 | jb | 2006-08-03 09:48:55 +0200 (Thu, 03 Aug 2006) | 4 lines
3496 Changed paths:
3497    M /trunk/extras/contrib/src/Makefile
3498    D /trunk/extras/contrib/src/Patches/ffmpeg-vc1.patch
3499    M /trunk/extras/contrib/src/packages.mak
3500
3501 * Some small updates in the contribs
3502 * FFMpeg reactivated the WM3-codec. The patch is now useless
3503
3504
3505 ------------------------------------------------------------------------
3506 r16199 | zorglub | 2006-08-03 08:10:57 +0200 (Thu, 03 Aug 2006) | 4 lines
3507 Changed paths:
3508    M /trunk/extras/make.pl
3509    M /trunk/include/vlc_interaction.h
3510    M /trunk/modules/demux/avi/avi.c
3511    M /trunk/modules/demux/avi/libavi.c
3512    M /trunk/modules/gui/qt4/dialogs/interaction.cpp
3513    M /trunk/modules/gui/qt4/util/qvlcframe.hpp
3514    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
3515    M /trunk/src/interface/interaction.c
3516
3517 * Some Qt interaction stuff
3518 * More useless interaction cleanup
3519 * Small fix for make beautifier
3520
3521 ------------------------------------------------------------------------
3522 r16198 | zorglub | 2006-08-02 23:52:28 +0200 (Wed, 02 Aug 2006) | 2 lines
3523 Changed paths:
3524    M /trunk/modules/demux/playlist/gvp.c
3525
3526 Fix crash with GVP, if it breaks it, yell and provide samples so we can put tests for them
3527
3528 ------------------------------------------------------------------------
3529 r16197 | zorglub | 2006-08-02 21:51:46 +0200 (Wed, 02 Aug 2006) | 2 lines
3530 Changed paths:
3531    M /trunk/include/vlc_common.h
3532    M /trunk/include/vlc_interaction.h
3533    M /trunk/include/vlc_symbols.h
3534    M /trunk/modules/demux/avi/avi.c
3535    M /trunk/modules/services_discovery/shout.c
3536    M /trunk/src/interface/interaction.c
3537    M /trunk/src/misc/update.c
3538
3539 Interaction cleanup, remove some unused functions, factorize some code, ...
3540
3541 ------------------------------------------------------------------------
3542 r16196 | littlejohn | 2006-08-02 16:11:17 +0200 (Wed, 02 Aug 2006) | 3 lines
3543 Changed paths:
3544    M /trunk/bindings/java/Makefile.am
3545    M /trunk/bindings/java/VLCExample.java
3546    A /trunk/bindings/java/org/videolan/jvlc/Audio.java
3547    A /trunk/bindings/java/org/videolan/jvlc/Input.java
3548    M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
3549    M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
3550    M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
3551    M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
3552    M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
3553    D /trunk/bindings/java/org/videolan/jvlc/Status.java
3554    A /trunk/bindings/java/org/videolan/jvlc/VLM.java
3555    M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
3556    A /trunk/bindings/java/org/videolan/jvlc/Video.java
3557    M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
3558    A /trunk/bindings/java/src
3559    A /trunk/bindings/java/src/Makefile.am
3560    A /trunk/bindings/java/src/audio-jni.cc
3561    A /trunk/bindings/java/src/core-jni.cc
3562    A /trunk/bindings/java/src/graphics-jni.cc
3563    A /trunk/bindings/java/src/input-jni.cc
3564    A /trunk/bindings/java/src/playlist-jni.cc
3565    A /trunk/bindings/java/src/utils.cc
3566    A /trunk/bindings/java/src/utils.h
3567    A /trunk/bindings/java/src/video-jni.cc
3568    A /trunk/bindings/java/src/vlm-jni.cc
3569    D /trunk/bindings/java/vlc-graphics-jni.cc
3570    D /trunk/bindings/java/vlc-libvlc-jni.cc
3571    M /trunk/configure.ac
3572
3573 Java Bindings synched with lastest version.
3574
3575
3576 ------------------------------------------------------------------------
3577 r16195 | jb | 2006-08-02 00:09:34 +0200 (Wed, 02 Aug 2006) | 3 lines
3578 Changed paths:
3579    M /trunk/extras/contrib/src/Makefile
3580    A /trunk/extras/contrib/src/Patches/speex-BeOS.patch
3581    A /trunk/extras/contrib/src/Patches/twolame-BeOS.patch
3582
3583 * Some work for BeOS Contrib's should repair some of'em
3584
3585
3586 ------------------------------------------------------------------------
3587 r16194 | zorglub | 2006-08-01 17:23:46 +0200 (Tue, 01 Aug 2006) | 2 lines
3588 Changed paths:
3589    M /trunk/modules/gui/qt4/dialogs/interaction.hpp
3590
3591 Remove references to deprecated files
3592
3593 ------------------------------------------------------------------------
3594 r16193 | courmisch | 2006-08-01 17:11:33 +0200 (Tue, 01 Aug 2006) | 2 lines
3595 Changed paths:
3596    M /trunk/src/interface/interaction.c
3597
3598 Apparently, someone does not about "make".
3599
3600 ------------------------------------------------------------------------
3601 r16192 | courmisch | 2006-08-01 17:00:50 +0200 (Tue, 01 Aug 2006) | 2 lines
3602 Changed paths:
3603    M /trunk/include/vlc_access.h
3604
3605 Syntax error
3606
3607 ------------------------------------------------------------------------
3608 r16191 | courmisch | 2006-08-01 16:54:54 +0200 (Tue, 01 Aug 2006) | 2 lines
3609 Changed paths:
3610    M /trunk/configure.ac
3611
3612 Cosmetic: Don't leak internal error to the console.
3613
3614 ------------------------------------------------------------------------
3615 r16190 | zorglub | 2006-08-01 15:12:48 +0200 (Tue, 01 Aug 2006) | 2 lines
3616 Changed paths:
3617    M /trunk/include/vlc_interaction.h
3618    M /trunk/include/vlc_symbols.h
3619    M /trunk/modules/gui/macosx/interaction.m
3620    M /trunk/modules/gui/qt4/Modules.am
3621    M /trunk/modules/gui/qt4/dialogs/interaction.cpp
3622    M /trunk/modules/gui/qt4/dialogs/interaction.hpp
3623    M /trunk/modules/gui/qt4/playlist_model.cpp
3624    M /trunk/modules/gui/qt4/ui/logindialog.ui
3625    D /trunk/modules/gui/qt4/ui/okcanceldialog.ui
3626    D /trunk/modules/gui/qt4/ui/yesnocanceldialog.ui
3627    M /trunk/modules/gui/qt4/util/qvlcframe.hpp
3628
3629 Improve Qt interaction stuff
3630
3631 ------------------------------------------------------------------------
3632 r16189 | littlejohn | 2006-08-01 12:30:31 +0200 (Tue, 01 Aug 2006) | 3 lines
3633 Changed paths:
3634    M /trunk/src/control/playlist.c
3635
3636 Fixed a missing assert.h inclusion.
3637
3638
3639 ------------------------------------------------------------------------
3640 r16188 | zorglub | 2006-08-01 11:22:35 +0200 (Tue, 01 Aug 2006) | 2 lines
3641 Changed paths:
3642    M /trunk/include/libvlc_internal.h
3643    M /trunk/include/vlc/libvlc.h
3644    M /trunk/src/control/audio.c
3645    M /trunk/src/control/core.c
3646    M /trunk/src/control/input.c
3647    M /trunk/src/control/playlist.c
3648
3649 src/control: a bit of cleanup here and there
3650
3651 ------------------------------------------------------------------------
3652 r16187 | fkuehne | 2006-08-01 00:51:43 +0200 (Tue, 01 Aug 2006) | 2 lines
3653 Changed paths:
3654    M /trunk/modules/gui/macosx/interaction.h
3655    M /trunk/modules/gui/macosx/intf.m
3656    M /trunk/src/interface/interaction.c
3657
3658 * interaction.c: always show errors through the interaction framework, even if the user disabled its usage
3659 * macosx/*: minor clean-up
3660 ------------------------------------------------------------------------
3661 r16186 | fkuehne | 2006-08-01 00:21:00 +0200 (Tue, 01 Aug 2006) | 1 line
3662 Changed paths:
3663    M /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/keyedobjects.nib
3664
3665 * fix layout
3666 ------------------------------------------------------------------------
3667 r16185 | fkuehne | 2006-08-01 00:15:13 +0200 (Tue, 01 Aug 2006) | 1 line
3668 Changed paths:
3669    M /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/classes.nib
3670    M /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/info.nib
3671    M /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/keyedobjects.nib
3672    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
3673    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
3674    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
3675    M /trunk/modules/gui/macosx/interaction.h
3676    M /trunk/modules/gui/macosx/interaction.m
3677    M /trunk/modules/gui/macosx/intf.h
3678    M /trunk/modules/gui/macosx/intf.m
3679
3680 * removed the old panel which used to show msg_err completely (hopefully) and added a new menu entry to show the collective errors/warnings panel by hand. Additionally, this panel got a details button now. (thanks to thedj for the idea)
3681 ------------------------------------------------------------------------
3682 r16184 | dionoea | 2006-07-31 23:07:17 +0200 (Mon, 31 Jul 2006) | 2 lines
3683 Changed paths:
3684    M /trunk/share/http/index.html
3685
3686 This was missing to have backwards compatibility with scripts using the old intf.
3687
3688 ------------------------------------------------------------------------
3689 r16183 | jb | 2006-07-31 22:13:08 +0200 (Mon, 31 Jul 2006) | 4 lines
3690 Changed paths:
3691    M /trunk/include/vlc_symbols.h
3692
3693 - Reverting the previous commit.
3694   Something went bad. Sorry.
3695
3696
3697 ------------------------------------------------------------------------
3698 r16182 | jb | 2006-07-31 21:49:19 +0200 (Mon, 31 Jul 2006) | 5 lines
3699 Changed paths:
3700    M /trunk/include/vlc_symbols.h
3701
3702 - Should remove all the references to intf_UserOkayCancel,
3703 removed in r16159 by fkuehne and fix the nightlies.
3704
3705
3706
3707 ------------------------------------------------------------------------
3708 r16181 | gbazin | 2006-07-31 20:09:49 +0200 (Mon, 31 Jul 2006) | 1 line
3709 Changed paths:
3710    M /trunk/modules/demux/ps.c
3711
3712 * modules/demux/ps.c: fixed breakage
3713 ------------------------------------------------------------------------
3714 r16180 | hartman | 2006-07-31 17:36:36 +0200 (Mon, 31 Jul 2006) | 3 lines
3715 Changed paths:
3716    M /trunk/modules/demux/mp4/mp4.c
3717
3718 * Fix support for QT ref files. this close #700
3719  - this dupes some code from the playlist demux (FindItem).
3720
3721 ------------------------------------------------------------------------
3722 r16179 | littlejohn | 2006-07-31 14:11:51 +0200 (Mon, 31 Jul 2006) | 5 lines
3723 Changed paths:
3724    M /trunk/bindings/java/Makefile.am
3725    M /trunk/configure.ac
3726
3727 Some Java checks on --enable-java-bindings:
3728  * JAVA_HOME is set
3729  * a java compiler compiles
3730
3731
3732 ------------------------------------------------------------------------
3733 r16178 | littlejohn | 2006-07-31 11:31:35 +0200 (Mon, 31 Jul 2006) | 3 lines
3734 Changed paths:
3735    M /trunk/include/vlc/libvlc.h
3736    M /trunk/src/control/input.c
3737
3738 New input_set_(time|position) in libvlc.
3739
3740
3741 ------------------------------------------------------------------------
3742 r16177 | littlejohn | 2006-07-31 09:09:53 +0200 (Mon, 31 Jul 2006) | 5 lines
3743 Changed paths:
3744    M /trunk/include/vlc/libvlc.h
3745    M /trunk/modules/stream_out/bridge.c
3746    M /trunk/src/control/video.c
3747
3748 Video resize function added in libvlc.
3749
3750 Typo fix in modules/stream_out/bridge.c
3751
3752
3753 ------------------------------------------------------------------------
3754 r16176 | hartman | 2006-07-31 01:21:58 +0200 (Mon, 31 Jul 2006) | 2 lines
3755 Changed paths:
3756    M /trunk/configure.ac
3757
3758 * gnutls needs -lintl ldflag with newer versions. It's so nice if packages keep track of what libs they use....... hint hint
3759
3760 ------------------------------------------------------------------------
3761 r16175 | hartman | 2006-07-31 00:40:08 +0200 (Mon, 31 Jul 2006) | 2 lines
3762 Changed paths:
3763    M /trunk/extras/contrib/src/Patches/ffmpeg-vc1.patch
3764
3765 * the ffmpeg api version id was updated
3766
3767 ------------------------------------------------------------------------
3768 r16174 | fkuehne | 2006-07-31 00:35:04 +0200 (Mon, 31 Jul 2006) | 1 line
3769 Changed paths:
3770    M /trunk/modules/gui/macosx/intf.m
3771    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
3772
3773 * compilation fix
3774 ------------------------------------------------------------------------
3775 r16173 | fkuehne | 2006-07-31 00:11:36 +0200 (Mon, 31 Jul 2006) | 2 lines
3776 Changed paths:
3777    M /trunk/modules/gui/macosx/intf.m
3778    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
3779
3780 osx/intf.m: don't show msg_err's in the OSX GUI anymore. Localised errors/warnings are shown by the interaction framework now.
3781 wx/interaction.cpp: another WX compilation fix
3782 ------------------------------------------------------------------------
3783 r16172 | fkuehne | 2006-07-31 00:03:56 +0200 (Mon, 31 Jul 2006) | 1 line
3784 Changed paths:
3785    M /trunk/src/input/input.c
3786    M /trunk/src/misc/update.c
3787
3788 * forgot these in the previous commit (updated to current API)
3789 ------------------------------------------------------------------------
3790 r16171 | fkuehne | 2006-07-31 00:00:44 +0200 (Mon, 31 Jul 2006) | 7 lines
3791 Changed paths:
3792    M /trunk/Makefile.am
3793    A /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib
3794    A /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/classes.nib
3795    A /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/info.nib
3796    A /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/keyedobjects.nib
3797    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
3798    M /trunk/include/vlc_interaction.h
3799    M /trunk/modules/gui/macosx/interaction.h
3800    M /trunk/modules/gui/macosx/interaction.m
3801    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
3802    M /trunk/modules/gui/wxwidgets/interface.cpp
3803    M /trunk/src/interface/interaction.c
3804
3805 * additional interaction enhancements
3806     - intf_UserFatal takes an addition bool-argument now to set whether the error message will be blocking in the interface or not (so TRUE = blocking)
3807     - intf_UserWarn is always non-blocking and is used to check important, localised warnings to the user
3808 * wx: a compilation fix, but no update to the current API
3809 * osx: complete implementation of the interaction framework using some Carbon (!) functions, because the needed icons aren't accessible through Cocoa. Regrettably, I had to add yet another nib-file to keep the code clean and readable.
3810
3811 The Error-dialogue is no longer re-usable (so the specific ID was removed). The interface needs to keep track of the reported errors and warnings. Thus, it may discard them as requested by the user and doesn't need to care about the core.
3812 ------------------------------------------------------------------------
3813 r16170 | zorglub | 2006-07-30 23:19:38 +0200 (Sun, 30 Jul 2006) | 2 lines
3814 Changed paths:
3815    M /trunk/include/vlc_input.h
3816
3817 Forgot this
3818
3819 ------------------------------------------------------------------------
3820 r16169 | zorglub | 2006-07-30 22:28:59 +0200 (Sun, 30 Jul 2006) | 3 lines
3821 Changed paths:
3822    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
3823    M /trunk/modules/gui/qt4/components/video_widget.cpp
3824    M /trunk/modules/gui/qt4/main_interface.cpp
3825    M /trunk/modules/gui/qt4/menus.cpp
3826    A /trunk/modules/gui/qt4/pixmaps/type_afile.xpm
3827    A /trunk/modules/gui/qt4/pixmaps/type_card.xpm
3828    A /trunk/modules/gui/qt4/pixmaps/type_cdda.xpm
3829    A /trunk/modules/gui/qt4/pixmaps/type_directory.xpm
3830    A /trunk/modules/gui/qt4/pixmaps/type_disc.xpm
3831    A /trunk/modules/gui/qt4/pixmaps/type_node.xpm
3832    A /trunk/modules/gui/qt4/pixmaps/type_unknown.xpm
3833    A /trunk/modules/gui/qt4/pixmaps/type_vfile.xpm
3834    M /trunk/modules/gui/qt4/playlist_model.cpp
3835    M /trunk/modules/gui/qt4/playlist_model.hpp
3836    M /trunk/modules/gui/qt4/util/qvlcframe.hpp
3837
3838 Icons support
3839 Misc fprintf cleanup
3840
3841 ------------------------------------------------------------------------
3842 r16168 | zorglub | 2006-07-30 18:41:20 +0200 (Sun, 30 Jul 2006) | 2 lines
3843 Changed paths:
3844    M /trunk/modules/gui/qt4/components/playlist/panels.hpp
3845    M /trunk/modules/gui/qt4/components/playlist/selector.cpp
3846    M /trunk/modules/gui/qt4/components/playlist/selector.hpp
3847    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
3848    M /trunk/modules/gui/qt4/dialogs/playlist.cpp
3849    M /trunk/modules/gui/qt4/dialogs/playlist.hpp
3850    M /trunk/modules/gui/qt4/dialogs_provider.cpp
3851    M /trunk/modules/gui/qt4/playlist_model.cpp
3852    M /trunk/modules/gui/qt4/playlist_model.hpp
3853    M /trunk/modules/gui/qt4/qt4.cpp
3854
3855 Qt4 playlist dialog base stuff
3856
3857 ------------------------------------------------------------------------
3858 r16167 | ipkiss | 2006-07-30 16:34:21 +0200 (Sun, 30 Jul 2006) | 2 lines
3859 Changed paths:
3860    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
3861    M /trunk/modules/gui/skins2/src/generic_layout.hpp
3862
3863  * skins2/*: fixed some doxygen comments
3864
3865 ------------------------------------------------------------------------
3866 r16166 | ipkiss | 2006-07-30 15:04:27 +0200 (Sun, 30 Jul 2006) | 3 lines
3867 Changed paths:
3868    M /trunk/modules/gui/skins2/src/generic_layout.cpp
3869
3870  * skins2/src/generic_layout.cpp: refresh the area of the Video control when it
3871    is not visible
3872
3873 ------------------------------------------------------------------------
3874 r16165 | asmax | 2006-07-30 14:22:00 +0200 (Sun, 30 Jul 2006) | 2 lines
3875 Changed paths:
3876    M /trunk/modules/visualization/galaktos/plugin.c
3877
3878 * fixed galaktos plugin which was broken for a very long time
3879
3880 ------------------------------------------------------------------------
3881 r16164 | ipkiss | 2006-07-30 14:07:45 +0200 (Sun, 30 Jul 2006) | 3 lines
3882 Changed paths:
3883    M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
3884    M /trunk/modules/gui/skins2/src/window_manager.cpp
3885    M /trunk/modules/gui/skins2/src/window_manager.hpp
3886
3887  * skins2: when restoring the previous skin because a new one failed to load,
3888    show only the windows that were visible before
3889
3890 ------------------------------------------------------------------------
3891 r16163 | damienf | 2006-07-30 01:32:05 +0200 (Sun, 30 Jul 2006) | 4 lines
3892 Changed paths:
3893    M /trunk/include/vlc/libvlc.h
3894    M /trunk/modules/video_output/x11/xcommon.c
3895    M /trunk/src/control/core.c
3896    M /trunk/src/control/video.c
3897
3898 few fixes in libvlc APis
3899 - allow for libvlc_exception_t to be NULL in APIs
3900 - remove X11 references from libvlc, as it breaks MacOS X
3901
3902 ------------------------------------------------------------------------
3903 r16162 | hartman | 2006-07-30 00:58:49 +0200 (Sun, 30 Jul 2006) | 7 lines
3904 Changed paths:
3905    M /trunk/modules/demux/playlist/asx.c
3906    M /trunk/modules/demux/playlist/m3u.c
3907    M /trunk/modules/demux/playlist/pls.c
3908
3909 * Allow the asx module to peek instead on relying on file extension
3910 * Added the QuickTime RTSPtext redirect system. uses m3u, even though they are not related.
3911 * Added the WM Server [Reference] redirects to the pls playlist demux. it's also INI based.
3912
3913 This fixes #690
3914
3915
3916 ------------------------------------------------------------------------
3917 r16161 | fkuehne | 2006-07-29 17:47:08 +0200 (Sat, 29 Jul 2006) | 1 line
3918 Changed paths:
3919    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
3920    M /trunk/src/interface/interaction.c
3921
3922 * minor core cleanup and WX compilation fix
3923 ------------------------------------------------------------------------
3924 r16160 | fkuehne | 2006-07-29 17:32:30 +0200 (Sat, 29 Jul 2006) | 1 line
3925 Changed paths:
3926    M /trunk/AUTHORS
3927    M /trunk/src/input/input.c
3928    M /trunk/src/misc/update.c
3929
3930 * improved some error messages
3931 ------------------------------------------------------------------------
3932 r16159 | fkuehne | 2006-07-29 17:07:42 +0200 (Sat, 29 Jul 2006) | 5 lines
3933 Changed paths:
3934    M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/classes.nib
3935    M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/info.nib
3936    M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
3937    M /trunk/include/vlc_interaction.h
3938    M /trunk/modules/demux/avi/avi.c
3939    M /trunk/modules/gui/macosx/interaction.h
3940    M /trunk/modules/gui/macosx/interaction.m
3941    M /trunk/modules/services_discovery/shout.c
3942    M /trunk/src/interface/interaction.c
3943    M /trunk/src/misc/update.c
3944
3945 * enhanced the interaction core with some method additions/changes
3946 - intf_UserProgress* takes an additional argument now. use it to provide the time to go (in sec) until the process will be finished. Provide 0, if you don't have such info. The interface will hide the respective text-field.
3947 - intf_UserProgressIsCancelled can be called by the module which triggered the interaction dialogue on a regular interval, to check if the user cancelled the dialogue or not. This is for dialogues with an optional cancel-button only (like the modal progress panel), so it doesn't replace p_dialog->i_return = DIALOG_CANCELLED which is for yes/no-style dialogues
3948 - intf_UserOkayCancel was removed in favour of an enhanced intf_UserYesNo
3949 - intf_UserYesNo takes 3 additional arguments now to get the custom captions of the default (~Yes), alternate(~No) and one optional button(~Cancel). This provides a better interface experience for the user and is more compliant with OSX's HIGL. The interface automatically hides the 3rd button, if NULL is given.
3950 ------------------------------------------------------------------------
3951 r16158 | xtophe | 2006-07-29 16:38:38 +0200 (Sat, 29 Jul 2006) | 2 lines
3952 Changed paths:
3953    M /trunk/extras/contrib/src/Makefile
3954    M /trunk/extras/contrib/src/Patches/ffmpeg-vc1.patch
3955    M /trunk/modules/codec/ffmpeg/ffmpeg.c
3956
3957 fix breakqge introduce in [16152]
3958
3959 ------------------------------------------------------------------------
3960 r16157 | zorglub | 2006-07-29 15:32:12 +0200 (Sat, 29 Jul 2006) | 2 lines
3961 Changed paths:
3962    M /trunk/test/native/gc.c
3963    M /trunk/test/native/i18n.c
3964    M /trunk/test/native/init.c
3965    M /trunk/test/native/libvlc.c
3966    M /trunk/test/native/profiles.c
3967    M /trunk/test/native/stats.c
3968    M /trunk/test/native/url.c
3969
3970 svn ids and stuff
3971
3972 ------------------------------------------------------------------------
3973 r16156 | zorglub | 2006-07-29 15:31:48 +0200 (Sat, 29 Jul 2006) | 2 lines
3974 Changed paths:
3975    M /trunk/src/input/input.c
3976
3977 One more
3978
3979 ------------------------------------------------------------------------
3980 r16155 | zorglub | 2006-07-29 15:31:32 +0200 (Sat, 29 Jul 2006) | 2 lines
3981 Changed paths:
3982    M /trunk/include/vlc_messages.h
3983    M /trunk/src/misc/stats.c
3984
3985 Some old stats fixes
3986
3987 ------------------------------------------------------------------------
3988 r16154 | djc | 2006-07-29 15:01:52 +0200 (Sat, 29 Jul 2006) | 2 lines
3989 Changed paths:
3990    M /trunk/modules/gui/macosx/vout.m
3991
3992 Add Ctrl+clic to handle one button mice
3993
3994 ------------------------------------------------------------------------
3995 r16153 | zorglub | 2006-07-29 14:25:13 +0200 (Sat, 29 Jul 2006) | 2 lines
3996 Changed paths:
3997    M /trunk/include/vlc_streaming.h
3998    M /trunk/src/stream_output/profiles.c
3999
4000 Simplify transcode handling
4001
4002 ------------------------------------------------------------------------
4003 r16152 | fkuehne | 2006-07-29 14:18:48 +0200 (Sat, 29 Jul 2006) | 1 line
4004 Changed paths:
4005    M /trunk/extras/contrib/src/Makefile
4006    A /trunk/extras/contrib/src/Patches/ffmpeg-vc1.patch
4007    M /trunk/modules/codec/ffmpeg/ffmpeg.c
4008
4009 * enabled ffmpeg's beta WMV3/VC1-support
4010 ------------------------------------------------------------------------
4011 r16151 | xtophe | 2006-07-28 21:34:03 +0200 (Fri, 28 Jul 2006) | 2 lines
4012 Changed paths:
4013    M /trunk/extras/contrib/src
4014    M /trunk/m4
4015    M /trunk/src/stream_output/profiles.c
4016
4017 Cosmetics
4018
4019 ------------------------------------------------------------------------
4020 r16150 | xtophe | 2006-07-28 21:05:04 +0200 (Fri, 28 Jul 2006) | 2 lines
4021 Changed paths:
4022    M /trunk/extras/contrib/src/Patches/libpng-darwin-mactel.patch
4023
4024 Update png patch for mactel. Thanks to Jean-Baptiste Kempf
4025
4026 ------------------------------------------------------------------------
4027 r16149 | thresh | 2006-07-28 17:28:31 +0200 (Fri, 28 Jul 2006) | 2 lines
4028 Changed paths:
4029    M /trunk/src/Makefile.am
4030
4031 reverted erroneous part of 16030 commit (this will fix libtool builds)
4032
4033 ------------------------------------------------------------------------
4034 r16148 | littlejohn | 2006-07-28 17:24:07 +0200 (Fri, 28 Jul 2006) | 10 lines
4035 Changed paths:
4036    M /trunk/include/libvlc_internal.h
4037    M /trunk/include/vlc/libvlc.h
4038    M /trunk/modules/video_output/x11/xcommon.c
4039    M /trunk/src/control/video.c
4040
4041 Real VOUT_REPARENT (UNIX only ATM).
4042
4043 if (vout_Control VOUT_REPARENT is called giving a Drawable in args)
4044 then 
4045      that Drawable is used as new parent
4046 otherwise
4047      DefaultRootWindow will be the parent
4048      
4049
4050
4051 ------------------------------------------------------------------------
4052 r16147 | zorglub | 2006-07-28 15:28:08 +0200 (Fri, 28 Jul 2006) | 3 lines
4053 Changed paths:
4054    M /trunk/include/vlc_common.h
4055    A /trunk/include/vlc_streaming.h
4056    M /trunk/include/vlc_strings.h
4057    M /trunk/include/vlc_symbols.h
4058    M /trunk/src/Makefile.am
4059    A /trunk/src/stream_output/profiles.c
4060    A /trunk/test/NativeProfilesTest.py
4061    M /trunk/test/native/gc.c
4062    M /trunk/test/native/init.c
4063    A /trunk/test/native/profiles.c
4064    M /trunk/test/native/tests.h
4065    M /trunk/test/native/url.c
4066    M /trunk/test/pyunit.h
4067    M /trunk/test/setup.py
4068
4069 Some initial work for streaming profiles
4070 + some misc test cleanup
4071
4072 ------------------------------------------------------------------------
4073 r16146 | zorglub | 2006-07-28 13:58:58 +0200 (Fri, 28 Jul 2006) | 2 lines
4074 Changed paths:
4075    M /trunk/modules/gui/qt4/playlist_model.cpp
4076
4077 Check type before cast
4078
4079 ------------------------------------------------------------------------
4080 r16145 | zorglub | 2006-07-28 13:45:52 +0200 (Fri, 28 Jul 2006) | 2 lines
4081 Changed paths:
4082    M /trunk/modules/gui/qt4/dialogs_provider.cpp
4083    M /trunk/modules/gui/qt4/playlist_model.cpp
4084
4085 WTF isn't QEvent a QObject ?
4086
4087 ------------------------------------------------------------------------
4088 r16144 | zorglub | 2006-07-28 13:16:49 +0200 (Fri, 28 Jul 2006) | 2 lines
4089 Changed paths:
4090    M /trunk/modules/gui/qt4/dialogs_provider.cpp
4091    M /trunk/modules/gui/qt4/playlist_model.cpp
4092
4093 Don't use RTTI
4094
4095 ------------------------------------------------------------------------
4096 r16143 | damienf | 2006-07-28 02:01:15 +0200 (Fri, 28 Jul 2006) | 2 lines
4097 Changed paths:
4098    M /trunk/extras/contrib/src/Makefile
4099
4100 Makefile: fix cross compiling broken by my previous commit
4101
4102 ------------------------------------------------------------------------
4103 r16142 | xtophe | 2006-07-28 00:53:41 +0200 (Fri, 28 Jul 2006) | 2 lines
4104 Changed paths:
4105    M /trunk/extras/contrib/src/Makefile
4106    D /trunk/extras/contrib/src/Patches/libpng-1.2.8-makefile.patch
4107    A /trunk/extras/contrib/src/Patches/libpng-darwin-mactel.patch
4108    A /trunk/extras/contrib/src/Patches/libpng-makefile.patch (from /trunk/extras/contrib/src/Patches/libpng-1.2.8-makefile.patch:16140)
4109    M /trunk/extras/contrib/src/Patches/libpng-osx.patch
4110
4111 Update the libpng patches
4112
4113 ------------------------------------------------------------------------
4114 r16141 | damienf | 2006-07-28 00:46:48 +0200 (Fri, 28 Jul 2006) | 2 lines
4115 Changed paths:
4116    M /trunk/extras/contrib/src/Makefile
4117    A /trunk/extras/contrib/src/Patches/libgpg-error.patch
4118
4119 patch for libgpg-error when NLS is disabled
4120
4121 ------------------------------------------------------------------------
4122 r16140 | zorglub | 2006-07-27 22:12:41 +0200 (Thu, 27 Jul 2006) | 3 lines
4123 Changed paths:
4124    M /trunk/modules/demux/mp4/libmp4.c
4125    M /trunk/src/libvlc.h
4126
4127 Add --france / --no-france option to disable DRM playback.
4128 CSS is not yet disabled as it is hidden from us by libdvdnav/libdvdplay
4129
4130 ------------------------------------------------------------------------
4131 r16139 | damienf | 2006-07-27 21:51:57 +0200 (Thu, 27 Jul 2006) | 4 lines
4132 Changed paths:
4133    M /trunk/extras/contrib/bootstrap
4134    M /trunk/extras/contrib/src/Makefile
4135
4136 miscellaneous fixes when building contribs on Cygwin
4137 - boostrap: make configure.ac happy when detecting contribs build on Cygwin
4138 - Makefile: cleanup, fixed extraction of files containing invalid characters (on DOS LFN), gpg-error compiling
4139
4140 ------------------------------------------------------------------------
4141 r16138 | littlejohn | 2006-07-27 16:51:22 +0200 (Thu, 27 Jul 2006) | 3 lines
4142 Changed paths:
4143    M /trunk/bindings/java/vlc-graphics-jni.cc
4144
4145 This was overwritten by mistake. Backported to revision 15898.
4146
4147
4148 ------------------------------------------------------------------------
4149 r16137 | titer | 2006-07-27 00:48:34 +0200 (Thu, 27 Jul 2006) | 2 lines
4150 Changed paths:
4151    M /trunk/modules/video_chroma/i420_yuy2.c
4152    M /trunk/modules/video_chroma/i420_yuy2.h
4153
4154 Make I420_UYVY/MMX support widths non multiple of 8
4155
4156 ------------------------------------------------------------------------
4157 r16136 | xtophe | 2006-07-27 00:01:37 +0200 (Thu, 27 Jul 2006) | 2 lines
4158 Changed paths:
4159    M /trunk/configure.ac
4160
4161 use pic on amd64. should fix the amd64 moz plugin
4162
4163 ------------------------------------------------------------------------
4164 r16135 | xtophe | 2006-07-26 23:59:13 +0200 (Wed, 26 Jul 2006) | 2 lines
4165 Changed paths:
4166    M /trunk/configure.ac
4167
4168 add qvlc to the summary
4169
4170 ------------------------------------------------------------------------
4171 r16134 | dionoea | 2006-07-26 23:21:48 +0200 (Wed, 26 Jul 2006) | 2 lines
4172 Changed paths:
4173    M /trunk/src/video_output/vout_intf.c
4174
4175 Use 5 digits for snapshot numbering when in sequential mode (padd with 0s)
4176
4177 ------------------------------------------------------------------------
4178 r16133 | littlejohn | 2006-07-26 17:13:47 +0200 (Wed, 26 Jul 2006) | 3 lines
4179 Changed paths:
4180    M /trunk/include/vlc/libvlc.h
4181    M /trunk/src/control/vlm.c
4182
4183 More vlm functions added in libvlc (to play, pause and stop a broadcast)
4184
4185
4186 ------------------------------------------------------------------------
4187 r16132 | littlejohn | 2006-07-26 16:15:08 +0200 (Wed, 26 Jul 2006) | 3 lines
4188 Changed paths:
4189    M /trunk/bindings/java/Makefile.am
4190    M /trunk/bindings/java/VLCExample.java
4191    M /trunk/bindings/java/VlcClient.java
4192    M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
4193    M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
4194    M /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java
4195    M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
4196    M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
4197    M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
4198    A /trunk/bindings/java/org/videolan/jvlc/VLCException.java
4199    M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
4200    M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
4201    M /trunk/bindings/java/vlc-graphics-jni.cc
4202    M /trunk/bindings/java/vlc-libvlc-jni.cc
4203
4204 Sync bindings/java with jvlc head (release is close ;).
4205
4206
4207 ------------------------------------------------------------------------
4208 r16131 | xtophe | 2006-07-26 15:49:56 +0200 (Wed, 26 Jul 2006) | 2 lines
4209 Changed paths:
4210    M /trunk/extras/contrib/src/Patches/speex.patch
4211
4212 Contrib: fix speex patch. Thanks to JB Kempf
4213
4214 ------------------------------------------------------------------------
4215 r16130 | xtophe | 2006-07-26 14:04:25 +0200 (Wed, 26 Jul 2006) | 2 lines
4216 Changed paths:
4217    M /trunk/po/de.po
4218
4219 Protect the email address
4220
4221 ------------------------------------------------------------------------
4222 r16129 | xtophe | 2006-07-26 12:56:30 +0200 (Wed, 26 Jul 2006) | 5 lines
4223 Changed paths:
4224    M /trunk/extras/contrib/src/Makefile
4225    D /trunk/extras/contrib/src/Patches/ffmpeg-svn-win32.patch
4226    D /trunk/extras/contrib/src/Patches/ffmpeg-svn.patch
4227
4228 ffmpeg contribs:
4229     .pc hqve been fixed upstream
4230     delete empty win32 patch
4231     temporarly disable install patch. it works fine without on debian and macOSX. FC4 to be investigated
4232
4233 ------------------------------------------------------------------------
4234 r16128 | zorglub | 2006-07-26 00:56:37 +0200 (Wed, 26 Jul 2006) | 2 lines
4235 Changed paths:
4236    M /trunk/extras/contrib/src/Makefile
4237    M /trunk/extras/contrib/src/packages.mak
4238
4239 New Qt Contrib
4240
4241 ------------------------------------------------------------------------
4242 r16127 | ipkiss | 2006-07-25 23:23:01 +0200 (Tue, 25 Jul 2006) | 2 lines
4243 Changed paths:
4244    M /trunk/modules/gui/skins2/src/skin_common.hpp
4245
4246  * skins2/src/skin_common.hpp: Added missing header
4247
4248 ------------------------------------------------------------------------
4249 r16126 | xtophe | 2006-07-25 14:41:29 +0200 (Tue, 25 Jul 2006) | 2 lines
4250 Changed paths:
4251    M /trunk/extras/contrib/src/Patches/libpng-osx.patch
4252
4253 Upgrade patch for png on osx. Thanks to Jean-Baptiste Kempf
4254
4255 ------------------------------------------------------------------------
4256 r16125 | xtophe | 2006-07-25 11:37:31 +0200 (Tue, 25 Jul 2006) | 2 lines
4257 Changed paths:
4258    M /trunk/Makefile.am
4259    M /trunk/po/POTFILES.in
4260    M /trunk/po/ca.po
4261    M /trunk/po/cs.po
4262    M /trunk/po/da.po
4263    M /trunk/po/de.po
4264    M /trunk/po/en_GB.po
4265    M /trunk/po/es.po
4266    M /trunk/po/fr.po
4267    M /trunk/po/gl.po
4268    M /trunk/po/he.po
4269    M /trunk/po/hi.po
4270    M /trunk/po/hu.po
4271    M /trunk/po/it.po
4272    M /trunk/po/ja.po
4273    M /trunk/po/ka.po
4274    M /trunk/po/ko.po
4275    M /trunk/po/nl.po
4276    M /trunk/po/oc.po
4277    M /trunk/po/pt_BR.po
4278    M /trunk/po/ro.po
4279    M /trunk/po/ru.po
4280    M /trunk/po/sv.po
4281    M /trunk/po/tr.po
4282    M /trunk/po/vlc.pot
4283    M /trunk/po/zh_CN.po
4284    M /trunk/po/zh_TW.po
4285
4286 Don't include opie/ in the gettext stuff as it's not in the tarball.
4287
4288 ------------------------------------------------------------------------
4289 r16124 | xtophe | 2006-07-25 01:00:57 +0200 (Tue, 25 Jul 2006) | 2 lines
4290 Changed paths:
4291    M /trunk/Makefile.am
4292    M /trunk/po/POTFILES.in
4293    M /trunk/po/ca.po
4294    M /trunk/po/cs.po
4295    M /trunk/po/da.po
4296    M /trunk/po/de.po
4297    M /trunk/po/en_GB.po
4298    M /trunk/po/es.po
4299    M /trunk/po/fr.po
4300    M /trunk/po/gl.po
4301    M /trunk/po/he.po
4302    M /trunk/po/hi.po
4303    M /trunk/po/hu.po
4304    M /trunk/po/it.po
4305    M /trunk/po/ja.po
4306    M /trunk/po/ka.po
4307    M /trunk/po/ko.po
4308    M /trunk/po/nl.po
4309    M /trunk/po/oc.po
4310    M /trunk/po/pt_BR.po
4311    M /trunk/po/ro.po
4312    M /trunk/po/ru.po
4313    M /trunk/po/sv.po
4314    M /trunk/po/tr.po
4315    M /trunk/po/vlc.pot
4316    M /trunk/po/zh_CN.po
4317    M /trunk/po/zh_TW.po
4318
4319 Grrrr, silly qt4 build system
4320
4321 ------------------------------------------------------------------------
4322 r16123 | xtophe | 2006-07-25 00:56:44 +0200 (Tue, 25 Jul 2006) | 2 lines
4323 Changed paths:
4324    A /trunk/extras/contrib/src/Patches/libogg-1.1.3.patch
4325    A /trunk/extras/contrib/src/Patches/theora-1.0a7.patch
4326
4327 Oups miss that in previous commit
4328
4329 ------------------------------------------------------------------------
4330 r16122 | xtophe | 2006-07-25 00:45:26 +0200 (Tue, 25 Jul 2006) | 2 lines
4331 Changed paths:
4332    M /trunk/THANKS
4333    M /trunk/extras/contrib/src/Makefile
4334    M /trunk/extras/contrib/src/Patches/ffmpeg-svn-win32.patch
4335    M /trunk/extras/contrib/src/Patches/ffmpeg-svn.patch
4336    M /trunk/extras/contrib/src/Patches/gnutls-win32.patch
4337    M /trunk/extras/contrib/src/Patches/libogg-1.1-win32.patch
4338    M /trunk/extras/contrib/src/Patches/libogg-1.1.patch
4339    M /trunk/extras/contrib/src/Patches/libpng-1.2.8-makefile.patch
4340    M /trunk/extras/contrib/src/Patches/libpng-win32.patch
4341    M /trunk/extras/contrib/src/Patches/libvorbis-1.1.patch
4342    M /trunk/extras/contrib/src/Patches/speex.patch
4343    M /trunk/extras/contrib/src/Patches/theora.patch
4344    M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
4345    M /trunk/extras/contrib/src/packages.mak
4346
4347 Use newer version of libraries in extras/contrib. Patch courtesy of Jean-Baptiste Kempf
4348
4349 ------------------------------------------------------------------------
4350 r16121 | xtophe | 2006-07-24 23:45:56 +0200 (Mon, 24 Jul 2006) | 2 lines
4351 Changed paths:
4352    M /trunk/Makefile.am
4353    M /trunk/modules/gui/qt4/Modules.am
4354    M /trunk/modules/gui/qt4/ui/file_open.ui
4355    M /trunk/modules/gui/qt4/ui/input_stats.ui
4356    M /trunk/modules/gui/qt4/ui/inputdialog.ui
4357    M /trunk/modules/gui/qt4/ui/logindialog.ui
4358    M /trunk/modules/gui/qt4/ui/main_interface.ui
4359    M /trunk/modules/gui/qt4/ui/okcanceldialog.ui
4360    M /trunk/modules/gui/qt4/ui/progressdialog.ui
4361    M /trunk/modules/gui/qt4/ui/yesnocanceldialog.ui
4362    M /trunk/po/POTFILES.in
4363    M /trunk/po/ca.po
4364    M /trunk/po/cs.po
4365    M /trunk/po/da.po
4366    M /trunk/po/de.po
4367    M /trunk/po/en_GB.po
4368    M /trunk/po/es.po
4369    M /trunk/po/fr.po
4370    M /trunk/po/gl.po
4371    M /trunk/po/he.po
4372    M /trunk/po/hi.po
4373    M /trunk/po/hu.po
4374    M /trunk/po/it.po
4375    M /trunk/po/ja.po
4376    M /trunk/po/ka.po
4377    M /trunk/po/ko.po
4378    M /trunk/po/nl.po
4379    M /trunk/po/oc.po
4380    M /trunk/po/pt_BR.po
4381    M /trunk/po/ro.po
4382    M /trunk/po/ru.po
4383    M /trunk/po/sv.po
4384    M /trunk/po/tr.po
4385    M /trunk/po/vlc.pot
4386    M /trunk/po/zh_CN.po
4387    M /trunk/po/zh_TW.po
4388
4389 Localized the stings inside the .ui  and update the po files.
4390
4391 ------------------------------------------------------------------------
4392 r16120 | ipkiss | 2006-07-24 22:09:22 +0200 (Mon, 24 Jul 2006) | 2 lines
4393 Changed paths:
4394    M /trunk/modules/gui/skins2/src/dialogs.cpp
4395
4396  * skins2/src/dialogs.cpp: more encoding fixes
4397
4398 ------------------------------------------------------------------------
4399 r16119 | fkuehne | 2006-07-24 19:55:28 +0200 (Mon, 24 Jul 2006) | 1 line
4400 Changed paths:
4401    M /trunk/extras/contrib/src/Patches/ffmpeg-svn.patch
4402
4403 libavutil/common.h was re-worked, so it doesn't need to be patched anymore
4404 ------------------------------------------------------------------------
4405 r16118 | ipkiss | 2006-07-24 00:19:46 +0200 (Mon, 24 Jul 2006) | 4 lines
4406 Changed paths:
4407    M /trunk/modules/gui/skins2/parser/builder.cpp
4408    M /trunk/modules/gui/skins2/src/skin_common.hpp
4409    M /trunk/modules/gui/skins2/src/theme_loader.cpp
4410    M /trunk/modules/gui/skins2/src/theme_loader.hpp
4411
4412  * skins2: fixed several encoding issues. In particular, it should now be
4413    possible to load a skin on Windows when logged with an account containing
4414    non-english characters.
4415
4416 ------------------------------------------------------------------------
4417 r16117 | jpsaman | 2006-07-23 20:10:04 +0200 (Sun, 23 Jul 2006) | 1 line
4418 Changed paths:
4419    M /trunk/extras/contrib/src/Makefile
4420    A /trunk/extras/contrib/src/Patches/ffmpeg-install.patch
4421
4422 Fix installation of ffmpeg-svn version
4423 ------------------------------------------------------------------------
4424 r16115 | jpsaman | 2006-07-23 19:51:07 +0200 (Sun, 23 Jul 2006) | 1 line
4425 Changed paths:
4426    M /trunk/extras/contrib/src/Makefile
4427
4428 Revert revision 16112
4429 ------------------------------------------------------------------------
4430 r16114 | jpsaman | 2006-07-23 18:21:35 +0200 (Sun, 23 Jul 2006) | 1 line
4431 Changed paths:
4432    M /trunk/modules/demux/live555.cpp
4433
4434 Forward port of revision 16113. Fixes a bug in live555 module, that made audio packets (only for audio types that are not supported) being sent to the video decoder. This caused artefacts and segmentation faults in the decoder. VLC core handles the case for codec being not supported just fine, so removed the check for undefined codec.
4435 ------------------------------------------------------------------------
4436 r16112 | jpsaman | 2006-07-23 13:04:13 +0200 (Sun, 23 Jul 2006) | 1 line
4437 Changed paths:
4438    M /trunk/extras/contrib/src/Makefile
4439
4440 Forward port of revision 16111
4441 ------------------------------------------------------------------------
4442 r16110 | dionoea | 2006-07-22 17:41:38 +0200 (Sat, 22 Jul 2006) | 2 lines
4443 Changed paths:
4444    M /trunk/src/libvlc.h
4445
4446 Oops
4447
4448 ------------------------------------------------------------------------
4449 r16109 | dionoea | 2006-07-22 17:33:03 +0200 (Sat, 22 Jul 2006) | 2 lines
4450 Changed paths:
4451    M /trunk/src/libvlc.h
4452    M /trunk/src/video_output/vout_intf.c
4453
4454 add --snapshot-prefix and --snapshot-sequential options. --snapshot-prefix lets you choose the filename's prefix (default it "vlcsnap-"). --snapshot-sequential numbers the snapshot starting with 1 and incrementing every time.
4455
4456 ------------------------------------------------------------------------
4457 r16108 | dionoea | 2006-07-22 16:45:25 +0200 (Sat, 22 Jul 2006) | 2 lines
4458 Changed paths:
4459    M /trunk/src/video_output/video_output.c
4460
4461 Some more vfilter2 stuff
4462
4463 ------------------------------------------------------------------------
4464 r16107 | xtophe | 2006-07-21 23:14:35 +0200 (Fri, 21 Jul 2006) | 2 lines
4465 Changed paths:
4466    M /trunk/extras/contrib/src/Makefile
4467
4468 oups missed that
4469
4470 ------------------------------------------------------------------------
4471 r16106 | fkuehne | 2006-07-21 22:36:29 +0200 (Fri, 21 Jul 2006) | 1 line
4472 Changed paths:
4473    M /trunk/extras/contrib/src/Makefile
4474
4475 * minor layout improvement
4476 ------------------------------------------------------------------------
4477 r16105 | xtophe | 2006-07-21 17:19:35 +0200 (Fri, 21 Jul 2006) | 2 lines
4478 Changed paths:
4479    M /trunk/extras/contrib/src/Makefile
4480    M /trunk/extras/contrib/src/packages.mak
4481
4482 contribs: Rename the qt tarball to indicate it's a win32 binaries
4483
4484 ------------------------------------------------------------------------
4485 r16104 | zorglub | 2006-07-21 11:42:43 +0200 (Fri, 21 Jul 2006) | 2 lines
4486 Changed paths:
4487    M /trunk/extras/contrib/src/Makefile
4488
4489 Qt4 contrib fixes
4490
4491 ------------------------------------------------------------------------
4492 r16103 | zorglub | 2006-07-21 00:16:10 +0200 (Fri, 21 Jul 2006) | 2 lines
4493 Changed paths:
4494    M /trunk/extras/contrib/src/Makefile
4495    M /trunk/extras/contrib/src/packages.mak
4496
4497 Add Qt4 to contrib
4498
4499 ------------------------------------------------------------------------
4500 r16102 | fkuehne | 2006-07-20 21:45:51 +0200 (Thu, 20 Jul 2006) | 1 line
4501 Changed paths:
4502    M /trunk/modules/gui/macosx/AppleRemote.m
4503
4504 * some minor fixes (signed vs unsigned ints, removed an always ignored pragma, fixed an if)
4505 ------------------------------------------------------------------------
4506 r16101 | fkuehne | 2006-07-20 21:30:39 +0200 (Thu, 20 Jul 2006) | 1 line
4507 Changed paths:
4508    M /trunk/extras/contrib/src/Makefile
4509
4510 * compile before you commit
4511 ------------------------------------------------------------------------
4512 r16100 | fkuehne | 2006-07-20 21:26:33 +0200 (Thu, 20 Jul 2006) | 1 line
4513 Changed paths:
4514    D /trunk/extras/contrib/src/Patches/ffmpeg-configure.patch
4515    A /trunk/extras/contrib/src/Patches/ffmpeg-svn.patch (from /trunk/extras/contrib/src/Patches/ffmpeg-configure.patch:16098)
4516
4517 * another patch for ffmpeg, so make up a new ffmpeg patch-file and ditch the previous configure-specific one
4518 ------------------------------------------------------------------------
4519 r16099 | fkuehne | 2006-07-20 21:16:52 +0200 (Thu, 20 Jul 2006) | 3 lines
4520 Changed paths:
4521    M /trunk/modules/codec/x264.c
4522
4523 * compilation fix to reflect x264's API change in its revision 537 (x264 build 48)
4524
4525 It would be nice if someone with more x264-knowledge could review this.
4526 ------------------------------------------------------------------------
4527 r16098 | fkuehne | 2006-07-20 21:06:18 +0200 (Thu, 20 Jul 2006) | 1 line
4528 Changed paths:
4529    M /trunk/extras/contrib/src/Makefile
4530    A /trunk/extras/contrib/src/Patches/ffmpeg-configure.patch
4531
4532 * yet another patch for ffmpeg: its configure script doesn't recognise that (at least on OSX) variables' names are case-sensitive
4533 ------------------------------------------------------------------------
4534 r16097 | xtophe | 2006-07-20 20:54:26 +0200 (Thu, 20 Jul 2006) | 2 lines
4535 Changed paths:
4536    M /trunk/modules/gui/qt4/util/directslider.hpp
4537
4538 Compile fix. gcc doesn't like foo=foo();
4539
4540 ------------------------------------------------------------------------
4541 r16096 | zorglub | 2006-07-20 17:25:02 +0200 (Thu, 20 Jul 2006) | 2 lines
4542 Changed paths:
4543    M /trunk/modules/gui/qt4/components/preferences.cpp
4544    M /trunk/modules/gui/qt4/dialogs_provider.cpp
4545    M /trunk/modules/gui/qt4/dialogs_provider.hpp
4546    M /trunk/modules/gui/qt4/main_interface.cpp
4547    M /trunk/modules/gui/qt4/util/directslider.hpp
4548    M /trunk/modules/gui/qt4/util/qvlcframe.hpp
4549
4550 Fix a bunch of bugs
4551
4552 ------------------------------------------------------------------------
4553 r16095 | xtophe | 2006-07-20 15:44:04 +0200 (Thu, 20 Jul 2006) | 2 lines
4554 Changed paths:
4555    M /trunk/modules/video_output/directx/direct3d.c
4556
4557 Cosmetic: svn properties, Id, copyright dates
4558
4559 ------------------------------------------------------------------------
4560 r16094 | damienf | 2006-07-20 15:21:16 +0200 (Thu, 20 Jul 2006) | 2 lines
4561 Changed paths:
4562    M /trunk/configure.ac
4563    M /trunk/modules/video_output/directx/Modules.am
4564    A /trunk/modules/video_output/directx/direct3d.c
4565    M /trunk/modules/video_output/directx/directx.c
4566    M /trunk/modules/video_output/directx/events.c
4567    M /trunk/modules/video_output/directx/glwin32.c
4568    M /trunk/modules/video_output/directx/vout.h
4569
4570 - direct3d: new video output module using Direct3D 9 APIs
4571
4572 ------------------------------------------------------------------------
4573 r16093 | xtophe | 2006-07-20 10:59:14 +0200 (Thu, 20 Jul 2006) | 2 lines
4574 Changed paths:
4575    M /trunk/po/POTFILES.in
4576    M /trunk/po/ca.po
4577    M /trunk/po/cs.po
4578    M /trunk/po/da.po
4579    M /trunk/po/de.po
4580    M /trunk/po/en_GB.po
4581    M /trunk/po/es.po
4582    M /trunk/po/fr.po
4583    M /trunk/po/gl.po
4584    M /trunk/po/he.po
4585    M /trunk/po/hi.po
4586    M /trunk/po/hu.po
4587    M /trunk/po/it.po
4588    M /trunk/po/ja.po
4589    M /trunk/po/ka.po
4590    M /trunk/po/ko.po
4591    M /trunk/po/nl.po
4592    M /trunk/po/oc.po
4593    M /trunk/po/pt_BR.po
4594    M /trunk/po/ro.po
4595    M /trunk/po/ru.po
4596    M /trunk/po/sv.po
4597    M /trunk/po/tr.po
4598    M /trunk/po/vlc.pot
4599    M /trunk/po/zh_CN.po
4600    M /trunk/po/zh_TW.po
4601
4602 Run update-po. Fix make dist
4603
4604 ------------------------------------------------------------------------
4605 r16092 | dionoea | 2006-07-20 00:38:25 +0200 (Thu, 20 Jul 2006) | 2 lines
4606 Changed paths:
4607    M /trunk/modules/video_filter/gradient.c
4608
4609 Add some "const" where relevant
4610
4611 ------------------------------------------------------------------------
4612 r16091 | dionoea | 2006-07-20 00:08:38 +0200 (Thu, 20 Jul 2006) | 2 lines
4613 Changed paths:
4614    M /trunk/modules/video_filter/gradient.c
4615
4616 Make code less readable and (hopefully) faster for gradient and edge modes.
4617
4618 ------------------------------------------------------------------------
4619 r16090 | zorglub | 2006-07-19 17:17:23 +0200 (Wed, 19 Jul 2006) | 2 lines
4620 Changed paths:
4621    M /trunk/modules/gui/qt4/Modules.am
4622    M /trunk/modules/gui/qt4/components/preferences.cpp
4623    M /trunk/modules/gui/qt4/dialogs/interaction.cpp
4624    M /trunk/modules/gui/qt4/dialogs/interaction.hpp
4625    M /trunk/modules/gui/qt4/qt4.cpp
4626    A /trunk/modules/gui/qt4/ui/inputdialog.ui
4627    A /trunk/modules/gui/qt4/ui/logindialog.ui
4628    A /trunk/modules/gui/qt4/ui/progressdialog.ui
4629    A /trunk/modules/gui/qt4/ui/yesnocanceldialog.ui
4630
4631 Some more Qt interaction support
4632
4633 ------------------------------------------------------------------------
4634 r16089 | oaubert | 2006-07-19 14:55:04 +0200 (Wed, 19 Jul 2006) | 2 lines
4635 Changed paths:
4636    M /trunk/configure.ac
4637
4638 configure.ac: the svg module now needs a librsvg2 >= 2.9.0
4639
4640 ------------------------------------------------------------------------
4641 r16088 | oaubert | 2006-07-19 14:54:13 +0200 (Wed, 19 Jul 2006) | 2 lines
4642 Changed paths:
4643    M /trunk/modules/misc/svg.c
4644
4645 modules/misc/svg.c: fix SVG rendering
4646
4647 ------------------------------------------------------------------------
4648 r16087 | zorglub | 2006-07-19 13:53:51 +0200 (Wed, 19 Jul 2006) | 2 lines
4649 Changed paths:
4650    M /trunk/include/modules_inner.h
4651    M /trunk/modules/LIST
4652    M /trunk/modules/audio_filter/channel_mixer/headphone.c
4653    M /trunk/modules/gui/qt4/components/preferences.cpp
4654
4655 Add support for modules help strings (Closes:#413)
4656
4657 ------------------------------------------------------------------------
4658 r16086 | zorglub | 2006-07-19 13:53:18 +0200 (Wed, 19 Jul 2006) | 2 lines
4659 Changed paths:
4660    M /trunk/include/vlc_common.h
4661    M /trunk/modules/demux/playlist/podcast.c
4662
4663 Remove some code duplication
4664
4665 ------------------------------------------------------------------------
4666 r16085 | jpsaman | 2006-07-19 12:59:30 +0200 (Wed, 19 Jul 2006) | 1 line
4667 Changed paths:
4668    M /trunk/extras/contrib/src/Makefile
4669
4670 Don't use Patches/goom2k4-0-nommx.patch when building for MacOS X
4671 ------------------------------------------------------------------------
4672 r16084 | zorglub | 2006-07-19 11:45:02 +0200 (Wed, 19 Jul 2006) | 3 lines
4673 Changed paths:
4674    M /trunk/configure.ac
4675    M /trunk/modules/access/Modules.am
4676    D /trunk/modules/access/pvr
4677    A /trunk/modules/access/pvr.c (from /trunk/modules/access/pvr/pvr.c:16077)
4678    D /trunk/modules/access/v4l
4679    A /trunk/modules/access/v4l.c (from /trunk/modules/access/v4l/v4l.c:16077)
4680    A /trunk/modules/access/videodev2.h (from /trunk/modules/access/pvr/videodev2.h:16077)
4681    A /trunk/modules/access/videodev_mjpeg.h (from /trunk/modules/access/v4l/videodev_mjpeg.h:16077)
4682
4683 Move v4l and pvr into the main access directory.
4684 No need for a separate directory for 1 file
4685
4686 ------------------------------------------------------------------------
4687 r16083 | zorglub | 2006-07-19 11:33:41 +0200 (Wed, 19 Jul 2006) | 2 lines
4688 Changed paths:
4689    M /trunk/include/vlc_access.h
4690    M /trunk/include/vlc_demux.h
4691    M /trunk/modules/access/cdda.c
4692    M /trunk/modules/access/dv.c
4693    M /trunk/modules/access/dvdnav.c
4694    M /trunk/modules/access/dvdread.c
4695    M /trunk/modules/access/fake.c
4696    M /trunk/modules/access/file.c
4697    M /trunk/modules/access/ftp.c
4698    M /trunk/modules/access/gnomevfs.c
4699    M /trunk/modules/access/http.c
4700    M /trunk/modules/access/smb.c
4701    M /trunk/modules/access/tcp.c
4702    M /trunk/modules/access/udp.c
4703    M /trunk/modules/demux/a52.c
4704    M /trunk/modules/demux/dts.c
4705    M /trunk/modules/demux/mpeg/h264.c
4706    M /trunk/modules/demux/mpeg/m4a.c
4707    M /trunk/modules/demux/mpeg/m4v.c
4708    M /trunk/modules/demux/mpeg/mpga.c
4709    M /trunk/modules/demux/mpeg/mpgv.c
4710
4711 Some more demux and access code factorization
4712
4713 ------------------------------------------------------------------------
4714 r16080 | oaubert | 2006-07-19 11:01:15 +0200 (Wed, 19 Jul 2006) | 2 lines
4715 Changed paths:
4716    M /trunk/bindings/mediacontrol-python/vlcglue.c
4717
4718 bindings/mediacontrol-python/vlcglue.c: bind get_/set_rate and get_/set_fullscreen
4719
4720 ------------------------------------------------------------------------
4721 r16079 | oaubert | 2006-07-19 11:00:32 +0200 (Wed, 19 Jul 2006) | 2 lines
4722 Changed paths:
4723    M /trunk/include/vlc/mediacontrol.h
4724    M /trunk/src/control/mediacontrol_audio_video.c
4725
4726 include/vlc/mediacontrol.h, src/control/mediacontrol_audio_video.c: implement get_/set_rate and get_/set_fullscreen
4727
4728 ------------------------------------------------------------------------
4729 r16078 | oaubert | 2006-07-19 10:59:26 +0200 (Wed, 19 Jul 2006) | 3 lines
4730 Changed paths:
4731    M /trunk/bindings/mediacontrol-python/setup.py
4732
4733 bindings/mediacontrol-python/setup.py: deactivate PIC support for
4734 linux also (I do no quite know the current status, but it works for me this way at the moment).
4735
4736 ------------------------------------------------------------------------
4737 r16077 | zorglub | 2006-07-19 01:20:06 +0200 (Wed, 19 Jul 2006) | 2 lines
4738 Changed paths:
4739    M /trunk/modules/gui/qt4/Modules.am
4740    A /trunk/modules/gui/qt4/components/playlist/selector.cpp
4741    M /trunk/modules/gui/qt4/components/playlist/selector.hpp
4742    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
4743    M /trunk/modules/gui/qt4/components/preferences.cpp
4744    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
4745    M /trunk/modules/gui/qt4/dialogs/playlist.cpp
4746    M /trunk/modules/gui/qt4/dialogs/playlist.hpp
4747    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
4748    M /trunk/modules/gui/qt4/menus.cpp
4749    M /trunk/modules/gui/qt4/qt4.hpp
4750
4751 A bunch of various fixes (encoding, refcount, layout)
4752
4753 ------------------------------------------------------------------------
4754 r16076 | zorglub | 2006-07-18 23:29:05 +0200 (Tue, 18 Jul 2006) | 2 lines
4755 Changed paths:
4756    M /trunk/modules/gui/qt4/components/video_widget.cpp
4757    M /trunk/modules/gui/qt4/main_interface.cpp
4758    M /trunk/modules/gui/qt4/main_interface.hpp
4759    M /trunk/modules/gui/qt4/ui/main_interface.ui
4760
4761 Layout improvements
4762
4763 ------------------------------------------------------------------------
4764 r16075 | xtophe | 2006-07-18 23:25:14 +0200 (Tue, 18 Jul 2006) | 2 lines
4765 Changed paths:
4766    M /trunk/include/vlc_es.h
4767
4768 Fix compilation
4769
4770 ------------------------------------------------------------------------
4771 r16074 | jpsaman | 2006-07-18 23:00:19 +0200 (Tue, 18 Jul 2006) | 1 line
4772 Changed paths:
4773    A /trunk/extras/contrib/src/Patches/libpng-1.2.8-makefile.patch
4774
4775 Fix libpng properly (forgot this in a previous commit).
4776 ------------------------------------------------------------------------
4777 r16073 | zorglub | 2006-07-18 20:57:19 +0200 (Tue, 18 Jul 2006) | 3 lines
4778 Changed paths:
4779    M /trunk/bootstrap
4780    M /trunk/modules/gui/qt4/Modules.am
4781    M /trunk/modules/gui/qt4/menus.cpp
4782    M /trunk/modules/gui/qt4/qt4.hpp
4783
4784 * Fix a number of encoding bugs
4785 * add "make nice" in modules to call ./compile
4786
4787 ------------------------------------------------------------------------
4788 r16072 | zorglub | 2006-07-18 19:19:10 +0200 (Tue, 18 Jul 2006) | 2 lines
4789 Changed paths:
4790    M /trunk/include/vlc_demux.h
4791    M /trunk/modules/demux/a52.c
4792    M /trunk/modules/demux/dts.c
4793    M /trunk/modules/demux/flac.c
4794    M /trunk/modules/demux/mpeg/m4a.c
4795    M /trunk/modules/demux/mpeg/mpgv.c
4796
4797 Better packetizer helpers
4798
4799 ------------------------------------------------------------------------
4800 r16071 | zorglub | 2006-07-18 19:08:18 +0200 (Tue, 18 Jul 2006) | 8 lines
4801 Changed paths:
4802    M /trunk/include/vlc_common.h
4803    M /trunk/include/vlc_demux.h
4804    M /trunk/modules/demux/a52.c
4805    M /trunk/modules/demux/aiff.c
4806    M /trunk/modules/demux/au.c
4807    M /trunk/modules/demux/dts.c
4808    M /trunk/modules/demux/playlist/asx.c
4809    M /trunk/modules/demux/playlist/b4s.c
4810    M /trunk/modules/demux/playlist/dvb.c
4811    M /trunk/modules/demux/playlist/gvp.c
4812    M /trunk/modules/demux/playlist/m3u.c
4813    M /trunk/modules/demux/playlist/old.c
4814    M /trunk/modules/demux/playlist/pls.c
4815    M /trunk/modules/demux/playlist/podcast.c
4816    M /trunk/modules/demux/playlist/qtl.c
4817    M /trunk/modules/demux/playlist/sgimb.c
4818    M /trunk/modules/demux/playlist/shoutcast.c
4819    M /trunk/modules/demux/playlist/xspf.c
4820    M /trunk/modules/demux/playlist/xspf.h
4821    M /trunk/src/playlist/item.c
4822
4823 Add a bunch of helper functions/macros and start using them:
4824 * malloc with NULL check
4825 * file extension check
4826 * check if a demux was forced
4827 * try peeking, and check what we poke
4828 * init standard demuxer fields
4829 * create packetizers
4830
4831 ------------------------------------------------------------------------
4832 r16070 | oaubert | 2006-07-18 16:45:24 +0200 (Tue, 18 Jul 2006) | 2 lines
4833 Changed paths:
4834    M /trunk/bindings/mediacontrol-python/vlcwrapper.py
4835
4836 bindings/mediacontrol-python/vlcwrapper.py: make the tree() method return a string rather than print it.
4837
4838 ------------------------------------------------------------------------
4839 r16069 | zorglub | 2006-07-18 16:33:18 +0200 (Tue, 18 Jul 2006) | 3 lines
4840 Changed paths:
4841    M /trunk/modules/gui/qt4/dialogs_provider.cpp
4842    M /trunk/modules/gui/qt4/dialogs_provider.hpp
4843    M /trunk/modules/gui/qt4/input_manager.cpp
4844    M /trunk/modules/gui/qt4/input_manager.hpp
4845    M /trunk/modules/gui/qt4/main_interface.cpp
4846    M /trunk/modules/gui/qt4/main_interface.hpp
4847    M /trunk/modules/gui/qt4/menus.cpp
4848    M /trunk/modules/gui/qt4/menus.hpp
4849    M /trunk/modules/gui/qt4/qt4.hpp
4850
4851 * compiles-but-untested complete implementation of menus and popups
4852 * handle play/pause status
4853
4854 ------------------------------------------------------------------------
4855 r16068 | damienf | 2006-07-18 11:10:24 +0200 (Tue, 18 Jul 2006) | 2 lines
4856 Changed paths:
4857    M /trunk/activex/connectioncontainer.cpp
4858    M /trunk/activex/connectioncontainer.h
4859    M /trunk/activex/dataobject.h
4860    M /trunk/activex/objectsafety.h
4861    M /trunk/activex/olecontrol.h
4862    M /trunk/activex/oleinplaceactiveobject.h
4863    M /trunk/activex/oleinplaceobject.h
4864    M /trunk/activex/oleobject.h
4865    M /trunk/activex/persistpropbag.h
4866    M /trunk/activex/persiststorage.h
4867    M /trunk/activex/persiststreaminit.cpp
4868    M /trunk/activex/persiststreaminit.h
4869    M /trunk/activex/plugin.cpp
4870    M /trunk/activex/provideclassinfo.h
4871    M /trunk/activex/utils.h
4872    M /trunk/activex/viewobject.h
4873    M /trunk/activex/vlccontrol.h
4874
4875 - all: fixed object interfaces queries and other fixes as reported by Jacob Lewallen
4876
4877 ------------------------------------------------------------------------
4878 r16067 | sigmunau | 2006-07-18 10:48:53 +0200 (Tue, 18 Jul 2006) | 2 lines
4879 Changed paths:
4880    M /trunk/include/vlc_es.h
4881    M /trunk/modules/demux/ts.c
4882    M /trunk/modules/mux/mpeg/ts.c
4883
4884 support muxing and demuxing of dual mono mpeg ts streams if libdvbpsi is up to date
4885
4886 ------------------------------------------------------------------------
4887 r16065 | fkuehne | 2006-07-17 14:59:46 +0200 (Mon, 17 Jul 2006) | 2 lines
4888 Changed paths:
4889    M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/classes.nib
4890    M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/info.nib
4891    M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/keyedobjects.nib
4892    M /trunk/modules/gui/macosx/extended.h
4893    M /trunk/modules/gui/macosx/extended.m
4894    M /trunk/src/video_output/video_output.c
4895
4896 * adapted the extended panel to the latest video filter changes and re-designed the interface a bit (by introducing some additional strings and moving the invert-option to the adjust image section, etc.)
4897 * src/video_output/video_output.c: small fix to insert filters on the fly
4898 ------------------------------------------------------------------------
4899 r16064 | littlejohn | 2006-07-17 10:37:09 +0200 (Mon, 17 Jul 2006) | 3 lines
4900 Changed paths:
4901    M /trunk/bindings/java/FAQ
4902
4903 Report in the FAQ that --enable-java-bindings works in win32.
4904
4905
4906 ------------------------------------------------------------------------
4907 r16063 | dionoea | 2006-07-16 23:22:31 +0200 (Sun, 16 Jul 2006) | 2 lines
4908 Changed paths:
4909    M /trunk/modules/video_filter/scale.c
4910
4911 Don't show the scale filter in the preferences
4912
4913 ------------------------------------------------------------------------
4914 r16062 | dionoea | 2006-07-16 23:02:33 +0200 (Sun, 16 Jul 2006) | 2 lines
4915 Changed paths:
4916    M /trunk/NEWS
4917
4918 Add (verbose) NEWS
4919
4920 ------------------------------------------------------------------------
4921 r16061 | dionoea | 2006-07-16 22:57:09 +0200 (Sun, 16 Jul 2006) | 4 lines
4922 Changed paths:
4923    M /trunk/include/video_output.h
4924    M /trunk/src/libvlc.h
4925    M /trunk/src/video_output/video_output.c
4926
4927 Make "video filter2" filters selectable on the vout level.
4928 Exemple: --video-filter "adjust{hue=180}:wave"
4929 For the moment, the video filter2 filters are applied *before* subpicture filters.
4930
4931 ------------------------------------------------------------------------
4932 r16060 | courmisch | 2006-07-16 21:58:46 +0200 (Sun, 16 Jul 2006) | 2 lines
4933 Changed paths:
4934    M /trunk/po/POTFILES.in
4935
4936 (Partial?) fix for make dist
4937
4938 ------------------------------------------------------------------------
4939 r16059 | courmisch | 2006-07-16 21:37:56 +0200 (Sun, 16 Jul 2006) | 6 lines
4940 Changed paths:
4941    M /trunk/m4
4942    M /trunk/m4/Makefile.am
4943    D /trunk/m4/libtool.m4
4944    D /trunk/m4/ltoptions.m4
4945    D /trunk/m4/ltsugar.m4
4946    D /trunk/m4/ltversion.m4
4947
4948 Revert commit that breaks bootstrap/aclocal (v2.60, latest release).
4949 That has been annoying quite a bunch of users[1] including buildbots
4950 and myself.
4951
4952 [1] http://forum.videolan.org/viewtopic.php?t=21059
4953
4954 ------------------------------------------------------------------------
4955 r16058 | courmisch | 2006-07-16 21:16:48 +0200 (Sun, 16 Jul 2006) | 2 lines
4956 Changed paths:
4957    M /trunk/bootstrap
4958
4959 Don't duplicate check for automake 1.7
4960
4961 ------------------------------------------------------------------------
4962 r16052 | courmisch | 2006-07-16 20:10:22 +0200 (Sun, 16 Jul 2006) | 2 lines
4963 Changed paths:
4964    M /trunk/po/fr.po
4965
4966 Use nice apostrophe
4967
4968 ------------------------------------------------------------------------
4969 r16051 | sam | 2006-07-16 18:06:29 +0200 (Sun, 16 Jul 2006) | 1 line
4970 Changed paths:
4971    M /trunk/src/libvlc.c
4972
4973   * src/libvlc.c: fixed comment.
4974 ------------------------------------------------------------------------
4975 r16050 | fkuehne | 2006-07-15 21:50:58 +0200 (Sat, 15 Jul 2006) | 1 line
4976 Changed paths:
4977    M /trunk/modules/gui/macosx/vout.m
4978
4979 * removed useless include
4980 ------------------------------------------------------------------------
4981 r16049 | fkuehne | 2006-07-15 21:47:29 +0200 (Sat, 15 Jul 2006) | 6 lines
4982 Changed paths:
4983    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
4984    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
4985    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
4986    M /trunk/modules/gui/macosx/intf.h
4987    M /trunk/modules/gui/macosx/intf.m
4988    M /trunk/modules/gui/macosx/vout.m
4989
4990 * implemented a ctrl-click menu for the vouts (refs #302)
4991 - currently loaded through rightMouseUp because rightMouseDown, etc. don't register any NSRightMouseDowns. If anybody got an idea why, I would be willing to change this of cause, since the current way is quite slower in the user's experience.
4992 - the Snapshot item doesn't work yet (it triggers the fullscreen-event)
4993 - localisation support is complete
4994
4995 Any comments and wanteds for further items are welcome :)
4996 ------------------------------------------------------------------------
4997 r16044 | dionoea | 2006-07-15 16:53:58 +0200 (Sat, 15 Jul 2006) | 2 lines
4998 Changed paths:
4999    M /trunk/modules/video_filter/adjust.c
5000    M /trunk/modules/video_filter/gradient.c
5001    M /trunk/modules/video_filter/invert.c
5002    M /trunk/modules/video_filter/psychedelic.c
5003    M /trunk/modules/video_filter/ripple.c
5004    M /trunk/modules/video_filter/wave.c
5005
5006 check that p_pic->pf_release != NULL before calling it
5007
5008 ------------------------------------------------------------------------
5009 r16043 | dionoea | 2006-07-15 00:58:41 +0200 (Sat, 15 Jul 2006) | 2 lines
5010 Changed paths:
5011    M /trunk/configure.ac
5012    M /trunk/modules/video_filter/Modules.am
5013    D /trunk/modules/video_filter/distort.c
5014    A /trunk/modules/video_filter/gradient.c (from /trunk/modules/video_filter/distort.c:16041)
5015    A /trunk/modules/video_filter/psychedelic.c (from /trunk/modules/video_filter/distort.c:16041)
5016    A /trunk/modules/video_filter/ripple.c (from /trunk/modules/video_filter/distort.c:16041)
5017    A /trunk/modules/video_filter/wave.c (from /trunk/modules/video_filter/distort.c:16041)
5018
5019 Split the distort video filter module into several video filter2 modules.
5020
5021 ------------------------------------------------------------------------
5022 r16042 | dionoea | 2006-07-15 00:06:57 +0200 (Sat, 15 Jul 2006) | 2 lines
5023 Changed paths:
5024    M /trunk/modules/video_filter/invert.c
5025
5026 Remove unneeded include
5027
5028 ------------------------------------------------------------------------
5029 r16041 | sam | 2006-07-14 23:36:11 +0200 (Fri, 14 Jul 2006) | 2 lines
5030 Changed paths:
5031    M /trunk/m4
5032    M /trunk/m4/Makefile.am
5033    A /trunk/m4/libtool.m4
5034    A /trunk/m4/ltoptions.m4
5035    A /trunk/m4/ltsugar.m4
5036    A /trunk/m4/ltversion.m4
5037
5038   * m4: added libtool macro files. Na.
5039
5040 ------------------------------------------------------------------------
5041 r16040 | dionoea | 2006-07-14 23:33:23 +0200 (Fri, 14 Jul 2006) | 2 lines
5042 Changed paths:
5043    M /trunk/modules/video_filter/invert.c
5044
5045 Invert is now a "video filter2"
5046
5047 ------------------------------------------------------------------------
5048 r16039 | dionoea | 2006-07-14 23:32:43 +0200 (Fri, 14 Jul 2006) | 2 lines
5049 Changed paths:
5050    M /trunk/modules/video_filter/adjust.c
5051
5052 Adjust is now a "video filter2"
5053
5054 ------------------------------------------------------------------------
5055 r16037 | jpsaman | 2006-07-14 13:18:29 +0200 (Fri, 14 Jul 2006) | 1 line
5056 Changed paths:
5057    M /trunk/extras/contrib/src/Makefile
5058
5059 Remove double .gnutls from HAVE_WIN32 and UNIX targets
5060 ------------------------------------------------------------------------
5061 r16034 | xtophe | 2006-07-14 00:41:07 +0200 (Fri, 14 Jul 2006) | 2 lines
5062 Changed paths:
5063    M /trunk/modules/gui/qt4/Modules.am
5064
5065 Fix dist
5066
5067 ------------------------------------------------------------------------
5068 r16033 | xtophe | 2006-07-13 22:47:49 +0200 (Thu, 13 Jul 2006) | 2 lines
5069 Changed paths:
5070    M /trunk/m4/Makefile.am
5071
5072 Revert [16011] until someone svn add the concerned files.
5073
5074 ------------------------------------------------------------------------
5075 r16031 | jpsaman | 2006-07-13 17:31:29 +0200 (Thu, 13 Jul 2006) | 1 line
5076 Changed paths:
5077    M /trunk/extras/contrib/src/Makefile
5078
5079 Really fix goom for fc4
5080 ------------------------------------------------------------------------
5081 r16030 | sam | 2006-07-13 17:25:56 +0200 (Thu, 13 Jul 2006) | 2 lines
5082 Changed paths:
5083    M /trunk/src/Makefile.am
5084
5085   * src/Makefile.am: made the dist rule independent of --enable-libtool.
5086
5087 ------------------------------------------------------------------------
5088 r16029 | jpsaman | 2006-07-13 17:22:58 +0200 (Thu, 13 Jul 2006) | 2 lines
5089 Changed paths:
5090    M /trunk/extras/contrib/src/Makefile
5091    A /trunk/extras/contrib/src/Patches/goom2k4-0-nommx.patch
5092
5093 Disable MMX support goom for now since it doesn't compile and is probably broken.
5094
5095 ------------------------------------------------------------------------
5096 r16027 | jpsaman | 2006-07-13 17:13:10 +0200 (Thu, 13 Jul 2006) | 1 line
5097 Changed paths:
5098    M /trunk/extras/contrib/src/Makefile
5099
5100 Fix live555 compilation in contrib
5101 ------------------------------------------------------------------------
5102 r16026 | courmisch | 2006-07-13 16:29:00 +0200 (Thu, 13 Jul 2006) | 2 lines
5103 Changed paths:
5104    M /trunk/loader/loader.h
5105
5106 Another extra boilerplate
5107
5108 ------------------------------------------------------------------------
5109 r16025 | courmisch | 2006-07-13 16:19:35 +0200 (Thu, 13 Jul 2006) | 2 lines
5110 Changed paths:
5111    M /trunk/src/network/tcp.c
5112
5113 Work-around for Winsock
5114
5115 ------------------------------------------------------------------------
5116 r16024 | xtophe | 2006-07-13 15:51:05 +0200 (Thu, 13 Jul 2006) | 2 lines
5117 Changed paths:
5118    M /trunk/modules/gui/qt4/Modules.am
5119    M /trunk/modules/gui/qt4/components/infopanels.cpp
5120    M /trunk/modules/gui/qt4/components/infopanels.hpp
5121    M /trunk/modules/gui/qt4/components/open.cpp
5122    M /trunk/modules/gui/qt4/components/open.hpp
5123    M /trunk/modules/gui/qt4/components/playlist/panels.hpp
5124    M /trunk/modules/gui/qt4/components/playlist/selector.hpp
5125    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
5126    M /trunk/modules/gui/qt4/components/preferences.cpp
5127    M /trunk/modules/gui/qt4/components/preferences.hpp
5128    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
5129    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
5130    M /trunk/modules/gui/qt4/components/video_widget.cpp
5131    M /trunk/modules/gui/qt4/components/video_widget.hpp
5132    M /trunk/modules/gui/qt4/dialogs/interaction.cpp
5133    M /trunk/modules/gui/qt4/dialogs/interaction.hpp
5134    M /trunk/modules/gui/qt4/dialogs/playlist.cpp
5135    M /trunk/modules/gui/qt4/dialogs/playlist.hpp
5136    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
5137    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
5138    M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
5139    M /trunk/modules/gui/qt4/dialogs/streaminfo.hpp
5140    M /trunk/modules/gui/qt4/dialogs_provider.cpp
5141    M /trunk/modules/gui/qt4/dialogs_provider.hpp
5142    M /trunk/modules/gui/qt4/input_manager.cpp
5143    M /trunk/modules/gui/qt4/input_manager.hpp
5144    M /trunk/modules/gui/qt4/main_interface.cpp
5145    M /trunk/modules/gui/qt4/main_interface.hpp
5146    M /trunk/modules/gui/qt4/menus.cpp
5147    M /trunk/modules/gui/qt4/menus.hpp
5148    M /trunk/modules/gui/qt4/playlist_model.cpp
5149    M /trunk/modules/gui/qt4/playlist_model.hpp
5150    M /trunk/modules/gui/qt4/qt4.cpp
5151    M /trunk/modules/gui/qt4/qt4.hpp
5152    M /trunk/modules/gui/qt4/res.qrc
5153    M /trunk/modules/gui/qt4/ui/file_open.ui
5154    M /trunk/modules/gui/qt4/ui/input_stats.ui
5155    M /trunk/modules/gui/qt4/ui/main_interface.ui
5156    M /trunk/modules/gui/qt4/ui/okcanceldialog.ui
5157    M /trunk/modules/gui/qt4/util/directslider.hpp
5158    M /trunk/modules/gui/qt4/util/input_slider.cpp
5159    M /trunk/modules/gui/qt4/util/input_slider.hpp
5160    M /trunk/modules/gui/qt4/util/qvlcframe.hpp
5161
5162 qt4/*: buildsytem fix + cosmetic+ copyright dates + svn Id
5163
5164 ------------------------------------------------------------------------
5165 r16023 | sam | 2006-07-13 15:41:54 +0200 (Thu, 13 Jul 2006) | 2 lines
5166 Changed paths:
5167    M /trunk/src/audio_output
5168    M /trunk/src/control
5169    M /trunk/src/extras
5170    M /trunk/src/input
5171    M /trunk/src/interface
5172    M /trunk/src/misc
5173    M /trunk/src/network
5174    M /trunk/src/osd
5175    M /trunk/src/playlist
5176    M /trunk/src/stream_output
5177    M /trunk/src/video_output
5178
5179   * Added SVN ignore flags to src/ subdirectories.
5180
5181 ------------------------------------------------------------------------
5182 r16022 | fkuehne | 2006-07-13 14:06:22 +0200 (Thu, 13 Jul 2006) | 1 line
5183 Changed paths:
5184    M /trunk/modules/gui/macosx/interaction.m
5185
5186 * implement the error panel correctly (for the records: not < 10.3 compatible)
5187 ------------------------------------------------------------------------
5188 r16021 | sam | 2006-07-13 13:48:47 +0200 (Thu, 13 Jul 2006) | 2 lines
5189 Changed paths:
5190    M /trunk/bootstrap
5191
5192   * bootstrap: strip library version from modules.
5193
5194 ------------------------------------------------------------------------
5195 r16020 | zorglub | 2006-07-13 13:21:23 +0200 (Thu, 13 Jul 2006) | 3 lines
5196 Changed paths:
5197    M /trunk/modules/gui/qt4/Modules.am
5198    M /trunk/modules/gui/qt4/dialogs_provider.cpp
5199    M /trunk/modules/gui/qt4/dialogs_provider.hpp
5200    A /trunk/modules/gui/qt4/menus.cpp
5201    A /trunk/modules/gui/qt4/menus.hpp
5202    M /trunk/modules/gui/qt4/qt4.hpp
5203
5204 Beginning of menus implementation
5205 Fix a make dist bug
5206
5207 ------------------------------------------------------------------------
5208 r16019 | sam | 2006-07-13 12:32:06 +0200 (Thu, 13 Jul 2006) | 2 lines
5209 Changed paths:
5210    M /trunk/modules/control/hotkeys.c
5211
5212   * modules/control/hotkeys.c: nawak.
5213
5214 ------------------------------------------------------------------------
5215 r16018 | jpsaman | 2006-07-12 20:49:35 +0200 (Wed, 12 Jul 2006) | 1 line
5216 Changed paths:
5217    M /trunk/modules/misc/freetype.c
5218
5219 Removed unused variable pi_gamma
5220 ------------------------------------------------------------------------
5221 r16017 | jpsaman | 2006-07-12 20:48:21 +0200 (Wed, 12 Jul 2006) | 1 line
5222 Changed paths:
5223    M /trunk/THANKS
5224    M /trunk/include/vlc_vod.h
5225    M /trunk/modules/misc/rtsp.c
5226    M /trunk/src/misc/vlm.c
5227
5228 RTSP rewind and fastforward support (Scale option). Almost entirely rewritten a patch from K. Staring <Qdk _at_ quickdekay dot net>.
5229 ------------------------------------------------------------------------
5230 r16016 | thresh | 2006-07-12 17:49:13 +0200 (Wed, 12 Jul 2006) | 2 lines
5231 Changed paths:
5232    M /trunk/modules/gui/qt4/components/open.cpp
5233
5234 get rid of unresolved symbols
5235
5236 ------------------------------------------------------------------------
5237 r16015 | sam | 2006-07-12 17:38:08 +0200 (Wed, 12 Jul 2006) | 2 lines
5238 Changed paths:
5239    M /trunk/src/Makefile.am
5240
5241   * src/Makefile.am: fixed sed commands.
5242
5243 ------------------------------------------------------------------------
5244 r16014 | sam | 2006-07-12 17:01:55 +0200 (Wed, 12 Jul 2006) | 2 lines
5245 Changed paths:
5246    M /trunk/src/Makefile.am
5247
5248   * src/Makefile.am: reverted addition of vlc_devices.h, it was already done.
5249
5250 ------------------------------------------------------------------------
5251 r16013 | sam | 2006-07-12 15:54:29 +0200 (Wed, 12 Jul 2006) | 2 lines
5252 Changed paths:
5253    M /trunk/ChangeLog
5254
5255   * Updated changelog.
5256
5257 ------------------------------------------------------------------------
5258 r16012 | sam | 2006-07-12 15:51:51 +0200 (Wed, 12 Jul 2006) | 2 lines
5259 Changed paths:
5260    M /trunk/src/Makefile.am
5261
5262   * src/Makefile.am: yay, another missing file in Makefile.am (vlc_devices.h).
5263
5264 ------------------------------------------------------------------------
5265 r16011 | sam | 2006-07-12 15:23:26 +0200 (Wed, 12 Jul 2006) | 2 lines
5266 Changed paths:
5267    M /trunk/m4/Makefile.am
5268
5269   * m4/Makefile.am: added more missing files. olleh buglroz!
5270
5271 ------------------------------------------------------------------------
5272 r16010 | sam | 2006-07-12 15:04:37 +0200 (Wed, 12 Jul 2006) | 2 lines
5273 Changed paths:
5274    M /trunk/m4/Makefile.am
5275
5276   * m4/Makefile.am: added missing files to the distribution. happy bootstrap.
5277
5278 ------------------------------------------------------------------------
5279 r16009 | sam | 2006-07-12 14:34:07 +0200 (Wed, 12 Jul 2006) | 2 lines
5280 Changed paths:
5281    M /trunk/src/audio_output/common.c
5282
5283   * src/audio_output/common.c: moved message around so that it compiles.
5284
5285 ------------------------------------------------------------------------
5286 r16008 | sam | 2006-07-12 14:27:06 +0200 (Wed, 12 Jul 2006) | 2 lines
5287 Changed paths:
5288    M /trunk/src/audio_output/common.c
5289
5290   * src/audio_output/common.c: added error message upon invalid initialisation.
5291
5292 ------------------------------------------------------------------------
5293 r16007 | zorglub | 2006-07-12 13:29:30 +0200 (Wed, 12 Jul 2006) | 2 lines
5294 Changed paths:
5295    M /trunk/src/Makefile.am
5296
5297 Missing header in EXTRA_DIST
5298
5299 ------------------------------------------------------------------------
5300 r16006 | bigben | 2006-07-11 21:12:18 +0200 (Tue, 11 Jul 2006) | 5 lines
5301 Changed paths:
5302    M /trunk/THANKS
5303    M /trunk/modules/access/dvb/linux_dvb.c
5304
5305 * Patch to add ATSC support by Dennis Lou
5306 * This is untested, but shouldn't have any adverse effect at least
5307 * Any feedback much welcomed
5308
5309
5310 ------------------------------------------------------------------------
5311 r16005 | fkuehne | 2006-07-11 12:49:50 +0200 (Tue, 11 Jul 2006) | 1 line
5312 Changed paths:
5313    M /trunk/po/POTFILES.in
5314
5315 * fix make dist
5316 ------------------------------------------------------------------------
5317 r16004 | fkuehne | 2006-07-10 23:30:31 +0200 (Mon, 10 Jul 2006) | 1 line
5318 Changed paths:
5319    M /trunk/modules/demux/playlist/qtl.c
5320    M /trunk/po/POTFILES.in
5321    M /trunk/po/ca.po
5322    M /trunk/po/cs.po
5323    M /trunk/po/da.po
5324    M /trunk/po/de.po
5325    M /trunk/po/en_GB.po
5326    M /trunk/po/es.po
5327    M /trunk/po/fr.po
5328    M /trunk/po/gl.po
5329    M /trunk/po/he.po
5330    M /trunk/po/hi.po
5331    M /trunk/po/hu.po
5332    M /trunk/po/it.po
5333    M /trunk/po/ja.po
5334    M /trunk/po/ka.po
5335    M /trunk/po/ko.po
5336    M /trunk/po/nl.po
5337    M /trunk/po/oc.po
5338    M /trunk/po/pt_BR.po
5339    M /trunk/po/ro.po
5340    M /trunk/po/ru.po
5341    M /trunk/po/sv.po
5342    M /trunk/po/tr.po
5343    M /trunk/po/vlc.pot
5344    M /trunk/po/zh_CN.po
5345    M /trunk/po/zh_TW.po
5346    M /trunk/src/libvlc.h
5347
5348 * updated the po-files, started some work on the German translation, a minor string fix and removal of an untranslatable string
5349 ------------------------------------------------------------------------
5350 r16003 | hartman | 2006-07-10 22:52:57 +0200 (Mon, 10 Jul 2006) | 2 lines
5351 Changed paths:
5352    M /trunk/modules/demux/ps.c
5353    M /trunk/modules/demux/ps.h
5354
5355 * when possible use the PTS for GET_TIME and GET_LENGTH. Note that this isn't always reliable. If you want you can disable it.
5356
5357 ------------------------------------------------------------------------
5358 r16002 | fkuehne | 2006-07-10 20:46:46 +0200 (Mon, 10 Jul 2006) | 1 line
5359 Changed paths:
5360    M /trunk/po/de.po
5361
5362 * fixed typo pointed out by Dirk Stegemann on the forum
5363 ------------------------------------------------------------------------
5364 r16001 | dionoea | 2006-07-09 17:01:13 +0200 (Sun, 09 Jul 2006) | 2 lines
5365 Changed paths:
5366    M /trunk/include/configuration.h
5367    M /trunk/include/vlc_config_cat.h
5368    M /trunk/modules/stream_out/transcode.c
5369    M /trunk/modules/video_filter/scale.c
5370
5371 #transcode{vfilter=...} only works with video filter2 filters.
5372
5373 ------------------------------------------------------------------------
5374 r16000 | xtophe | 2006-07-08 23:42:12 +0200 (Sat, 08 Jul 2006) | 2 lines
5375 Changed paths:
5376    M /trunk/configure.ac
5377
5378 Have a module_string less confusing
5379
5380 ------------------------------------------------------------------------
5381 r15999 | xtophe | 2006-07-08 23:20:00 +0200 (Sat, 08 Jul 2006) | 2 lines
5382 Changed paths:
5383    M /trunk/modules/control/rc.c
5384
5385 Clean up
5386
5387 ------------------------------------------------------------------------
5388 r15998 | xtophe | 2006-07-08 23:19:17 +0200 (Sat, 08 Jul 2006) | 2 lines
5389 Changed paths:
5390    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
5391    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
5392
5393 Fix compilation. It inserts the playlist only in tree view local.
5394
5395 ------------------------------------------------------------------------
5396 r15997 | fkuehne | 2006-07-08 21:13:50 +0200 (Sat, 08 Jul 2006) | 1 line
5397 Changed paths:
5398    M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/info.nib
5399    M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
5400    M /trunk/modules/gui/macosx/interaction.h
5401    M /trunk/modules/gui/macosx/interaction.m
5402    M /trunk/modules/gui/macosx/intf.h
5403    M /trunk/modules/gui/macosx/intf.m
5404
5405 * complete clean-up
5406 ------------------------------------------------------------------------
5407 r15996 | fkuehne | 2006-07-08 21:12:11 +0200 (Sat, 08 Jul 2006) | 1 line
5408 Changed paths:
5409    M /trunk/modules/demux/avi/avi.c
5410
5411 * unified the GUI-presented string
5412 ------------------------------------------------------------------------
5413 r15995 | xtophe | 2006-07-08 21:11:05 +0200 (Sat, 08 Jul 2006) | 2 lines
5414 Changed paths:
5415    M /trunk/src/audio_output/dec.c
5416
5417 Fix stats collecting
5418
5419 ------------------------------------------------------------------------
5420 r15994 | fkuehne | 2006-07-08 20:32:41 +0200 (Sat, 08 Jul 2006) | 1 line
5421 Changed paths:
5422    M /trunk/modules/demux/avi/avi.c
5423
5424 * use intf_IntfProgress instead of intf_UserProgress to test the interaction-implementations. Additionally, it's nicer here IMO, so we might keep it this way.
5425 ------------------------------------------------------------------------
5426 r15993 | zorglub | 2006-07-08 19:28:51 +0200 (Sat, 08 Jul 2006) | 2 lines
5427 Changed paths:
5428    M /trunk/include/vlc_playlist.h
5429    M /trunk/include/vlc_symbols.h
5430    M /trunk/modules/control/rc.c
5431    M /trunk/modules/demux/playlist/xspf.c
5432    M /trunk/src/playlist/item.c
5433    M /trunk/src/playlist/loadsave.c
5434    M /trunk/src/playlist/search.c
5435
5436 Some infrastructure work for playlist autoload/autosave
5437
5438 ------------------------------------------------------------------------
5439 r15992 | fkuehne | 2006-07-08 18:30:21 +0200 (Sat, 08 Jul 2006) | 1 line
5440 Changed paths:
5441    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
5442
5443 * added the Google Video Playlist file-type
5444 ------------------------------------------------------------------------
5445 r15991 | adn | 2006-07-08 14:51:10 +0200 (Sat, 08 Jul 2006) | 2 lines
5446 Changed paths:
5447    M /trunk/modules/gui/qt4/Modules.am
5448    M /trunk/modules/gui/qt4/components/video_widget.cpp
5449
5450 cosmetic changes + compilation fixes
5451
5452 ------------------------------------------------------------------------
5453 r15990 | zorglub | 2006-07-08 13:16:46 +0200 (Sat, 08 Jul 2006) | 4 lines
5454 Changed paths:
5455    M /trunk/modules/gui/qt4/Modules.am
5456    M /trunk/modules/gui/qt4/components/video_widget.cpp
5457    M /trunk/modules/gui/qt4/components/video_widget.hpp
5458    A /trunk/modules/gui/qt4/dialogs/interaction.cpp
5459    A /trunk/modules/gui/qt4/dialogs/interaction.hpp
5460    M /trunk/modules/gui/qt4/dialogs_provider.cpp
5461    M /trunk/modules/gui/qt4/dialogs_provider.hpp
5462    M /trunk/modules/gui/qt4/main_interface.cpp
5463    M /trunk/modules/gui/qt4/main_interface.hpp
5464    M /trunk/modules/gui/qt4/qt4.cpp
5465    M /trunk/modules/gui/qt4/ui/main_interface.ui
5466    A /trunk/modules/gui/qt4/ui/okcanceldialog.ui
5467    M /trunk/modules/gui/qt4/util/qvlcframe.hpp
5468
5469 Improve embedded video output
5470 Skeleton for interaction
5471 Fix window settings save
5472
5473 ------------------------------------------------------------------------
5474 r15989 | zorglub | 2006-07-08 13:16:20 +0200 (Sat, 08 Jul 2006) | 2 lines
5475 Changed paths:
5476    M /trunk/modules/stream_out/transcode.c
5477    M /trunk/src/misc/stats.c
5478
5479 Fix some crashes
5480
5481 ------------------------------------------------------------------------
5482 r15988 | courmisch | 2006-07-08 11:31:56 +0200 (Sat, 08 Jul 2006) | 3 lines
5483 Changed paths:
5484    M /trunk/loader/afl.c
5485    M /trunk/loader/driver.c
5486    M /trunk/loader/kludge.c
5487    M /trunk/loader/ldt_keeper.c
5488    M /trunk/loader/module.c
5489    M /trunk/loader/pe_image.c
5490    M /trunk/loader/pe_resource.c
5491    M /trunk/loader/registry.c
5492    M /trunk/loader/resource.c
5493    M /trunk/loader/vfl.c
5494    M /trunk/loader/win32.c
5495
5496 Some legal boilerplate.
5497 Some files missing.
5498
5499 ------------------------------------------------------------------------
5500 r15987 | dionoea | 2006-07-07 23:27:14 +0200 (Fri, 07 Jul 2006) | 2 lines
5501 Changed paths:
5502    M /trunk/modules/gui/qt4/main_interface.hpp
5503
5504 Fix segfault (thanks to zorglub for the hint)
5505
5506 ------------------------------------------------------------------------
5507 r15986 | dionoea | 2006-07-07 22:24:11 +0200 (Fri, 07 Jul 2006) | 2 lines
5508 Changed paths:
5509    M /trunk/modules/demux/playlist/Modules.am
5510    A /trunk/modules/demux/playlist/gvp.c
5511    M /trunk/modules/demux/playlist/playlist.c
5512    M /trunk/modules/demux/playlist/playlist.h
5513
5514 Add Google Video Playlist parsing support (stuff like http://video.google.com/videogvp?docid=... )
5515
5516 ------------------------------------------------------------------------
5517 r15985 | xtophe | 2006-07-07 01:23:59 +0200 (Fri, 07 Jul 2006) | 3 lines
5518 Changed paths:
5519    M /trunk/configure.ac
5520    M /trunk/include/configuration.h
5521    M /trunk/include/modules_inner.h
5522    M /trunk/src/libvlc.h
5523
5524 Add a b_restart flag to indicate this option take effect only after a restart.
5525 Break binary compatibility
5526
5527 ------------------------------------------------------------------------
5528 r15984 | damienf | 2006-07-07 01:19:12 +0200 (Fri, 07 Jul 2006) | 4 lines
5529 Changed paths:
5530    M /trunk/modules/gui/macosx/vout.h
5531    M /trunk/modules/gui/macosx/vout.m
5532
5533 vout.m: change in fullscreen behaviour
5534 - toggle fullscreen mode when double clicking on video.
5535 - allow menu autoshow/autohide when moving cursor in or out the menu area while in fullscreen mode
5536
5537 ------------------------------------------------------------------------
5538 r15983 | hartman | 2006-07-06 22:43:21 +0200 (Thu, 06 Jul 2006) | 2 lines
5539 Changed paths:
5540    M /trunk/modules/services_discovery/sap.c
5541
5542 * Fix SDP file parsing of the SAP module.
5543
5544 ------------------------------------------------------------------------
5545 r15982 | zorglub | 2006-07-06 13:15:31 +0200 (Thu, 06 Jul 2006) | 2 lines
5546 Changed paths:
5547    M /trunk/doc/ChangeLog-2005
5548
5549 Fix 2005 changelog
5550
5551 ------------------------------------------------------------------------
5552 r15981 | sam | 2006-07-06 12:26:39 +0200 (Thu, 06 Jul 2006) | 2 lines
5553 Changed paths:
5554    M /trunk/doc/fortunes.txt
5555
5556   * doc/fortunes.txt: Fixed layout. We need quality quotes.
5557
5558 ------------------------------------------------------------------------
5559 r15980 | adn | 2006-07-06 12:09:47 +0200 (Thu, 06 Jul 2006) | 3 lines
5560 Changed paths:
5561    M /trunk/po/ar.po
5562
5563 partial Arabic translation.
5564 Courtesy from Zayed Al-Saidi <zayed ?\195?\183 alsaidi ?\195?\151 gmail ?\195?\183 com>.
5565
5566 ------------------------------------------------------------------------
5567 r15979 | zorglub | 2006-07-05 20:12:55 +0200 (Wed, 05 Jul 2006) | 2 lines
5568 Changed paths:
5569    M /trunk/modules/gui/qt4/dialogs/playlist.cpp
5570    M /trunk/modules/gui/qt4/main_interface.cpp
5571    M /trunk/modules/gui/qt4/main_interface.hpp
5572    M /trunk/modules/gui/qt4/util/qvlcframe.hpp
5573
5574 [Untested] Save interface position
5575
5576 ------------------------------------------------------------------------
5577 r15978 | xtophe | 2006-07-05 13:12:06 +0200 (Wed, 05 Jul 2006) | 2 lines
5578 Changed paths:
5579    M /trunk/src/misc/unicode.c
5580
5581 unicode.c: Fix MB2MB() by removing spurious ';'. Thanks to ericx on IRC.
5582
5583 ------------------------------------------------------------------------
5584 r15977 | thresh | 2006-07-04 17:23:04 +0200 (Tue, 04 Jul 2006) | 2 lines
5585 Changed paths:
5586    M /trunk/configure.ac
5587
5588 link visual plugin against math library
5589
5590 ------------------------------------------------------------------------
5591 r15976 | sam | 2006-07-04 16:06:44 +0200 (Tue, 04 Jul 2006) | 2 lines
5592 Changed paths:
5593    M /trunk/configure.ac
5594    M /trunk/modules/control/Modules.am
5595    A /trunk/modules/control/motion.c
5596
5597   * modules/control/motion.c: control VLC with laptop built-in motion sensors.
5598
5599 ------------------------------------------------------------------------
5600 r15975 | sam | 2006-07-04 14:55:43 +0200 (Tue, 04 Jul 2006) | 2 lines
5601 Changed paths:
5602    M /trunk/modules/demux/mkv.cpp
5603
5604   * modules/demux/mkv.cpp: fixed a pointer cast bug.
5605
5606 ------------------------------------------------------------------------
5607 r15974 | sam | 2006-07-04 14:28:23 +0200 (Tue, 04 Jul 2006) | 2 lines
5608 Changed paths:
5609    M /trunk/modules/stream_out/transcode.c
5610
5611   * modules/stream_out/transcode.c: improve error message verbosity.
5612
5613 ------------------------------------------------------------------------
5614 r15973 | sam | 2006-07-04 14:26:08 +0200 (Tue, 04 Jul 2006) | 2 lines
5615 Changed paths:
5616    M /trunk/modules/video_filter/transform.c
5617
5618   * modules/video_filter/transform.c: minor coding improvement.
5619
5620 ------------------------------------------------------------------------
5621 r15972 | fkuehne | 2006-07-03 13:20:02 +0200 (Mon, 03 Jul 2006) | 1 line
5622 Changed paths:
5623    M /trunk/include/vlc_interaction.h
5624
5625 * you didn't see anything
5626 ------------------------------------------------------------------------
5627 r15971 | fkuehne | 2006-07-03 12:38:09 +0200 (Mon, 03 Jul 2006) | 1 line
5628 Changed paths:
5629    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
5630    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
5631    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
5632    M /trunk/include/vlc_interaction.h
5633    M /trunk/modules/gui/macosx/interaction.m
5634    M /trunk/modules/gui/macosx/intf.h
5635    M /trunk/modules/gui/macosx/intf.m
5636    M /trunk/src/interface/interaction.c
5637
5638 * implemented a non-blocking progress-bar in the main interface; needs testing (closes #475)
5639 ------------------------------------------------------------------------
5640 r15970 | dionoea | 2006-07-02 19:47:26 +0200 (Sun, 02 Jul 2006) | 2 lines
5641 Changed paths:
5642    M /trunk/modules/demux/playlist/qtl.c
5643
5644 s/Shoutcast/QTL/
5645
5646 ------------------------------------------------------------------------
5647 r15969 | dionoea | 2006-07-02 19:28:15 +0200 (Sun, 02 Jul 2006) | 2 lines
5648 Changed paths:
5649    M /trunk/modules/demux/playlist/Modules.am
5650    M /trunk/modules/demux/playlist/playlist.c
5651    M /trunk/modules/demux/playlist/playlist.h
5652    A /trunk/modules/demux/playlist/qtl.c (from /trunk/modules/demux/playlist/shoutcast.c:15967)
5653
5654 Add QuickTime Media Link parsing. FIXME: Optional attributes (like fullscreen, volume, quitwhendone ...) are parsed but aren't used.
5655
5656 ------------------------------------------------------------------------
5657 r15968 | zorglub | 2006-07-02 11:22:05 +0200 (Sun, 02 Jul 2006) | 2 lines
5658 Changed paths:
5659    M /trunk/src/video_output/video_output.c
5660
5661 make sure that we don't use deleted objects
5662
5663 ------------------------------------------------------------------------
5664 r15967 | hartman | 2006-07-01 21:23:39 +0200 (Sat, 01 Jul 2006) | 2 lines
5665 Changed paths:
5666    M /trunk/modules/demux/Modules.am
5667    M /trunk/modules/demux/playlist/Modules.am
5668    M /trunk/modules/demux/playlist/asx.c
5669    M /trunk/modules/demux/playlist/playlist.c
5670    M /trunk/modules/demux/playlist/playlist.h
5671    A /trunk/modules/demux/playlist/sgimb.c (from /trunk/modules/demux/sgimb.c:15965)
5672    D /trunk/modules/demux/sgimb.c
5673
5674 * Move sgimb demux to the playlist demux, and port it to the new playlist API
5675
5676 ------------------------------------------------------------------------
5677 r15966 | zorglub | 2006-07-01 20:34:03 +0200 (Sat, 01 Jul 2006) | 2 lines
5678 Changed paths:
5679    M /trunk/modules/gui/qt4/Modules.am
5680    A /trunk/modules/gui/qt4/components/video_widget.cpp
5681    A /trunk/modules/gui/qt4/components/video_widget.hpp
5682    M /trunk/modules/gui/qt4/main_interface.cpp
5683    M /trunk/modules/gui/qt4/main_interface.hpp
5684    M /trunk/modules/gui/qt4/playlist_model.cpp
5685    M /trunk/modules/gui/qt4/qt4.cpp
5686    M /trunk/modules/gui/qt4/qt4.hpp
5687    M /trunk/modules/gui/qt4/ui/main_interface.ui
5688
5689 Preliminary embedded vout implementation
5690
5691 ------------------------------------------------------------------------
5692 r15965 | thresh | 2006-07-01 12:13:13 +0200 (Sat, 01 Jul 2006) | 3 lines
5693 Changed paths:
5694    M /trunk/include/main.h
5695    M /trunk/src/libvlc.c
5696
5697 fix indentation and memory leak introduced in 19564.
5698 do not use vlc_t to store psz_pidfile
5699
5700 ------------------------------------------------------------------------
5701 r15964 | thresh | 2006-06-30 18:34:46 +0200 (Fri, 30 Jun 2006) | 3 lines
5702 Changed paths:
5703    M /trunk/include/main.h
5704    M /trunk/src/libvlc.c
5705    M /trunk/src/libvlc.h
5706
5707 support for creating pid files when going daemon mode.
5708 Someone should really review it as it is my first experience in C.
5709
5710 ------------------------------------------------------------------------
5711 r15963 | hartman | 2006-06-30 00:04:35 +0200 (Fri, 30 Jun 2006) | 5 lines
5712 Changed paths:
5713    M /trunk/src/input/stream.c
5714
5715 * fix an issue with stats on inputstreams (this fixes the check for update crash)
5716 - also fixed a similar potential issue on subtitles.
5717 - lesson for today: Be careful when you use p_parent of an object.
5718 - i chose not to use vlc_object_find, but yield/release instead because of the speed implications.
5719
5720 ------------------------------------------------------------------------
5721 r15962 | hartman | 2006-06-29 22:52:30 +0200 (Thu, 29 Jun 2006) | 2 lines
5722 Changed paths:
5723    M /trunk/modules/codec/png.c
5724
5725 * MPNG support
5726
5727 ------------------------------------------------------------------------
5728 r15961 | Trax | 2006-06-29 22:15:57 +0200 (Thu, 29 Jun 2006) | 1 line
5729 Changed paths:
5730    M /trunk/modules/codec/dmo/dmo.c
5731
5732 * modules/codec/dmo/dmo.c: if an aspect ratio was specified in the input format then force it
5733 ------------------------------------------------------------------------
5734 r15960 | sigmunau | 2006-06-29 19:55:14 +0200 (Thu, 29 Jun 2006) | 2 lines
5735 Changed paths:
5736    M /trunk/modules/access/dvb/access.c
5737
5738 Fix a regression in r15404 causing people to experience artefacts and lost lock
5739
5740 ------------------------------------------------------------------------
5741 r15959 | sigmunau | 2006-06-29 19:31:28 +0200 (Thu, 29 Jun 2006) | 2 lines
5742 Changed paths:
5743    M /trunk/modules/demux/Modules.am
5744    D /trunk/modules/demux/m3u.c
5745
5746 Finnally got rid of the old m3u module. RIP
5747
5748 ------------------------------------------------------------------------
5749 r15957 | hartman | 2006-06-29 17:27:26 +0200 (Thu, 29 Jun 2006) | 6 lines
5750 Changed paths:
5751    M /trunk/modules/demux/playlist/Modules.am
5752    A /trunk/modules/demux/playlist/asx.c
5753    M /trunk/modules/demux/playlist/m3u.c
5754    M /trunk/modules/demux/playlist/playlist.c
5755    M /trunk/modules/demux/playlist/playlist.h
5756    M /trunk/modules/demux/playlist/podcast.c
5757
5758 * New ASX parser
5759   - some elements are not yet supported.
5760   - it could perhaps use a little bit more cleaning.
5761
5762 In the basics. It just works :D
5763
5764 ------------------------------------------------------------------------
5765 r15956 | hartman | 2006-06-29 15:55:23 +0200 (Thu, 29 Jun 2006) | 3 lines
5766 Changed paths:
5767    M /trunk/modules/access/http.c
5768
5769 * HTTP 1.0 is not seekable
5770 * Set Connection:Close for HTTP 1.1 streams that are not continious 
5771
5772 ------------------------------------------------------------------------
5773 r15955 | xtophe | 2006-06-29 00:11:36 +0200 (Thu, 29 Jun 2006) | 2 lines
5774 Changed paths:
5775    M /trunk/modules/gui/qt4/res.qrc
5776
5777 add the volume icons
5778
5779 ------------------------------------------------------------------------
5780 r15954 | zorglub | 2006-06-28 23:50:59 +0200 (Wed, 28 Jun 2006) | 2 lines
5781 Changed paths:
5782    M /trunk/modules/gui/qt4/Modules.am
5783    M /trunk/modules/gui/qt4/main_interface.cpp
5784    M /trunk/modules/gui/qt4/qt4.cpp
5785
5786 various fixes
5787
5788 ------------------------------------------------------------------------
5789 r15953 | hartman | 2006-06-28 22:03:15 +0200 (Wed, 28 Jun 2006) | 2 lines
5790 Changed paths:
5791    M /trunk/modules/services_discovery/sap.c
5792
5793 * Fix a potential buffer overflow, UTF-8'ify session name in a previous unhandled case.
5794
5795 ------------------------------------------------------------------------
5796 r15952 | hartman | 2006-06-28 21:02:37 +0200 (Wed, 28 Jun 2006) | 2 lines
5797 Changed paths:
5798    M /trunk/modules/services_discovery/sap.c
5799
5800 * Fix some sap SD memleaks. more to follow
5801
5802 ------------------------------------------------------------------------
5803 r15951 | xtophe | 2006-06-28 20:57:20 +0200 (Wed, 28 Jun 2006) | 2 lines
5804 Changed paths:
5805    M /trunk/modules/gui/qt4/Modules.am
5806
5807 fix compile for builddir != srcdir
5808
5809 ------------------------------------------------------------------------
5810 r15949 | zorglub | 2006-06-28 17:16:23 +0200 (Wed, 28 Jun 2006) | 2 lines
5811 Changed paths:
5812    M /trunk/src/input/es_out.c
5813
5814 Compile fix
5815
5816 ------------------------------------------------------------------------
5817 r15948 | zorglub | 2006-06-28 16:36:39 +0200 (Wed, 28 Jun 2006) | 2 lines
5818 Changed paths:
5819    M /trunk/modules/demux/asf/asf.c
5820    M /trunk/modules/demux/gme.cpp
5821
5822 Mostly fix GME meta
5823
5824 ------------------------------------------------------------------------
5825 r15947 | zorglub | 2006-06-28 16:24:22 +0200 (Wed, 28 Jun 2006) | 2 lines
5826 Changed paths:
5827    M /trunk/modules/demux/ts.c
5828    M /trunk/src/input/es_out.c
5829
5830 Gra. Fix most of TS meta
5831
5832 ------------------------------------------------------------------------
5833 r15946 | zorglub | 2006-06-28 16:22:04 +0200 (Wed, 28 Jun 2006) | 2 lines
5834 Changed paths:
5835    M /trunk/configure.ac
5836    M /trunk/modules/demux/ts.c
5837    M /trunk/src/input/es_out.c
5838
5839 Forgot that for Qt
5840
5841 ------------------------------------------------------------------------
5842 r15945 | zorglub | 2006-06-28 15:16:45 +0200 (Wed, 28 Jun 2006) | 2 lines
5843 Changed paths:
5844    M /trunk/modules/gui/qt4
5845    M /trunk/modules/gui/qt4/Modules.am
5846    M /trunk/modules/gui/qt4/components/playlist
5847    M /trunk/modules/gui/qt4/main_interface.cpp
5848    A /trunk/modules/gui/qt4/pixmaps/next.png
5849    A /trunk/modules/gui/qt4/pixmaps/play.png
5850    A /trunk/modules/gui/qt4/pixmaps/previous.png
5851    A /trunk/modules/gui/qt4/pixmaps/stop.png
5852    A /trunk/modules/gui/qt4/pixmaps/volume-high.png
5853    A /trunk/modules/gui/qt4/pixmaps/volume-low.png
5854    A /trunk/modules/gui/qt4/res.qrc
5855    M /trunk/modules/gui/qt4/ui/main_interface.ui
5856
5857 Icons
5858
5859 ------------------------------------------------------------------------
5860 r15943 | jpsaman | 2006-06-27 15:32:30 +0200 (Tue, 27 Jun 2006) | 1 line
5861 Changed paths:
5862    M /trunk/THANKS
5863    M /trunk/modules/codec/theora.c
5864
5865 Theora framesize calculation patch by Kevin H. Patterson (kevpatt at khptech dot com)
5866 ------------------------------------------------------------------------
5867 r15942 | sigmunau | 2006-06-27 12:14:58 +0200 (Tue, 27 Jun 2006) | 6 lines
5868 Changed paths:
5869    M /trunk/modules/access/dvb/en50221.c
5870
5871 Attempt to support international charsets in mmi menus according to ETS 
5872 300 468 Annex A. Please test
5873
5874 TODO: This convertion should be done on strings received from SDT and 
5875 EIT (and possibly others) in the TS demux as well.
5876
5877 ------------------------------------------------------------------------
5878 r15941 | zorglub | 2006-06-26 23:11:38 +0200 (Mon, 26 Jun 2006) | 2 lines
5879 Changed paths:
5880    M /trunk/modules/gui/qt4/components/playlist/panels.hpp
5881    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
5882    M /trunk/modules/gui/qt4/dialogs/playlist.cpp
5883    M /trunk/modules/gui/qt4/dialogs/playlist.hpp
5884    M /trunk/modules/gui/qt4/playlist_model.cpp
5885    M /trunk/modules/gui/qt4/playlist_model.hpp
5886
5887 Some more Qt playlist code
5888
5889 ------------------------------------------------------------------------
5890 r15940 | zorglub | 2006-06-26 08:26:45 +0200 (Mon, 26 Jun 2006) | 3 lines
5891 Changed paths:
5892    M /trunk/modules/gui/qt4/Modules.am
5893    M /trunk/modules/gui/qt4/components/playlist/panels.hpp
5894    M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
5895    M /trunk/modules/gui/qt4/dialogs/playlist.cpp
5896    M /trunk/modules/gui/qt4/main_interface.cpp
5897    M /trunk/modules/gui/qt4/playlist_model.cpp
5898    M /trunk/modules/gui/qt4/playlist_model.hpp
5899
5900 Some more playlist code
5901 Fix makefile
5902
5903 ------------------------------------------------------------------------
5904 r15939 | courmisch | 2006-06-25 19:05:52 +0200 (Sun, 25 Jun 2006) | 3 lines
5905 Changed paths:
5906    M /trunk/modules/misc/network/ipv6.c
5907
5908 - Work-around for IPv6 SSM with Winsock 2 from Olivier Levon
5909 - Remove old kludges (get yourself a decently recent Mingw32 or die)
5910
5911 ------------------------------------------------------------------------
5912 r15938 | zorglub | 2006-06-25 18:29:49 +0200 (Sun, 25 Jun 2006) | 2 lines
5913 Changed paths:
5914    M /trunk/modules/gui/qt4/Modules.am
5915    M /trunk/modules/gui/qt4/components/open.hpp
5916    A /trunk/modules/gui/qt4/playlist_model.cpp
5917    A /trunk/modules/gui/qt4/playlist_model.hpp
5918
5919 Playlist model
5920
5921 ------------------------------------------------------------------------
5922 r15937 | zorglub | 2006-06-22 15:45:38 +0200 (Thu, 22 Jun 2006) | 2 lines
5923 Changed paths:
5924    A /trunk/src/misc/devices.c
5925
5926 Bah, who really needs this ?
5927
5928 ------------------------------------------------------------------------
5929 r15936 | zorglub | 2006-06-22 12:03:32 +0200 (Thu, 22 Jun 2006) | 3 lines
5930 Changed paths:
5931    M /trunk/include/main.h
5932    M /trunk/include/vlc_common.h
5933    M /trunk/include/vlc_devices.h
5934    M /trunk/modules/misc/probe/hal.c
5935    M /trunk/src/Makefile.am
5936
5937 * Create new types for device probing
5938 * Beginning of core implementation
5939
5940 ------------------------------------------------------------------------
5941 r15935 | hartman | 2006-06-21 16:32:21 +0200 (Wed, 21 Jun 2006) | 2 lines
5942 Changed paths:
5943    M /trunk/modules/codec/ffmpeg/ffmpeg.c
5944
5945 * update the ffmpeg VC-1 fourcc info. Hopefully it can be enabled soon now.
5946
5947 ------------------------------------------------------------------------
5948 r15934 | zorglub | 2006-06-21 16:22:22 +0200 (Wed, 21 Jun 2006) | 2 lines
5949 Changed paths:
5950    M /trunk/configure.ac
5951    M /trunk/include/vlc_common.h
5952    M /trunk/include/vlc_devices.h
5953    M /trunk/modules/misc/probe
5954    A /trunk/modules/misc/probe/Modules.am
5955    M /trunk/modules/misc/probe/hal.c
5956
5957 HAL probing module
5958
5959 ------------------------------------------------------------------------
5960 r15933 | yoann | 2006-06-21 02:09:19 +0200 (Wed, 21 Jun 2006) | 3 lines
5961 Changed paths:
5962    M /trunk/modules/gui/wxwidgets/input_manager.cpp
5963
5964 * wxwidgets: repair slider dragging.
5965   my algorithm is still not perfect: it should take account of the "thumb length"
5966
5967 ------------------------------------------------------------------------
5968 r15932 | zorglub | 2006-06-20 22:54:16 +0200 (Tue, 20 Jun 2006) | 2 lines
5969 Changed paths:
5970    A /trunk/include/vlc_devices.h
5971    A /trunk/modules/misc/probe
5972    A /trunk/modules/misc/probe/hal.c (from /trunk/modules/services_discovery/hal.c:15925)
5973
5974 Non-working general declarations for disc probing (Refs:#565)
5975
5976 ------------------------------------------------------------------------
5977 r15931 | yoann | 2006-06-20 20:57:13 +0200 (Tue, 20 Jun 2006) | 3 lines
5978 Changed paths:
5979    M /trunk/modules/gui/wxwidgets/input_manager.cpp
5980    M /trunk/modules/gui/wxwidgets/input_manager.hpp
5981
5982 * wxwidgets: try to implement a go-where-you-click slider
5983   but I don't have a real video/audio file to test it...
5984
5985 ------------------------------------------------------------------------
5986 r15930 | yoann | 2006-06-20 17:51:23 +0200 (Tue, 20 Jun 2006) | 2 lines
5987 Changed paths:
5988    M /trunk/vlc.win32.nsi.in
5989
5990 * vlc.win32.nsi.in: set "Recommended" as the default installation type
5991
5992 ------------------------------------------------------------------------
5993 r15929 | courmisch | 2006-06-20 16:37:45 +0200 (Tue, 20 Jun 2006) | 4 lines
5994 Changed paths:
5995    M /trunk/src/network/getaddrinfo.c
5996
5997 Use the not so broken getaddrinfo implementation from ws2_32.dll
5998 instead of the painfully braindead one from wship6 that we'd rather
5999 flatly ignore
6000
6001 ------------------------------------------------------------------------
6002 r15928 | courmisch | 2006-06-20 16:33:48 +0200 (Tue, 20 Jun 2006) | 4 lines
6003 Changed paths:
6004    M /trunk/src/misc/win32_specific.c
6005
6006 There is no such a thing as Winsock 2.0. Use version 2.2 instead.
6007 Microsoft was probably too much afraid that developpers would request
6008 version 0.2 instead of 2.0 so they switched straight from 1.1 to 2.2.
6009
6010 ------------------------------------------------------------------------
6011 r15927 | jpsaman | 2006-06-20 14:51:29 +0200 (Tue, 20 Jun 2006) | 1 line
6012 Changed paths:
6013    M /trunk/extras/contrib/bootstrap
6014
6015 Add another test for MacOS X 10.4.0 with Darwin ports installed
6016 ------------------------------------------------------------------------
6017 r15926 | zorglub | 2006-06-20 08:04:43 +0200 (Tue, 20 Jun 2006) | 2 lines
6018 Changed paths:
6019    A /trunk/modules/gui/qt4/components/playlist/panels.hpp
6020    A /trunk/modules/gui/qt4/components/playlist/selector.hpp
6021    A /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
6022
6023 Some skeleton files for playlist
6024
6025 ------------------------------------------------------------------------
6026 r15925 | xtophe | 2006-06-19 20:33:11 +0200 (Mon, 19 Jun 2006) | 2 lines
6027 Changed paths:
6028    M /trunk/src/input/input.c
6029
6030 src/innput/input.c: Compile fix
6031
6032 ------------------------------------------------------------------------
6033 r15924 | zorglub | 2006-06-19 19:46:20 +0200 (Mon, 19 Jun 2006) | 2 lines
6034 Changed paths:
6035    M /trunk/modules/demux/avi/avi.c
6036
6037 Use a tristate for avi index (fix / don't fix / ask). Closes:#679
6038
6039 ------------------------------------------------------------------------
6040 r15923 | zorglub | 2006-06-19 19:33:43 +0200 (Mon, 19 Jun 2006) | 2 lines
6041 Changed paths:
6042    M /trunk/src/input/input.c
6043    M /trunk/src/misc/stats.c
6044
6045 Small stats improvements
6046
6047 ------------------------------------------------------------------------
6048 r15922 | yoann | 2006-06-17 20:42:29 +0200 (Sat, 17 Jun 2006) | 2 lines
6049 Changed paths:
6050    M /trunk/src/input/subtitles.c
6051
6052 * input/subtitles.c: fix another bug in subtitle autodetection
6053
6054 ------------------------------------------------------------------------
6055 r15921 | xtophe | 2006-06-17 16:16:51 +0200 (Sat, 17 Jun 2006) | 2 lines
6056 Changed paths:
6057    M /trunk/src/misc/stats.c
6058
6059 src/misc/stats.c: avoid buffer underflow.
6060
6061 ------------------------------------------------------------------------
6062 r15918 | yoann | 2006-06-17 06:13:04 +0200 (Sat, 17 Jun 2006) | 2 lines
6063 Changed paths:
6064    M /trunk/src/input/input.c
6065
6066 * src/input/input.c: don't clean twice the read_bytes counter
6067
6068 ------------------------------------------------------------------------
6069 r15917 | xtophe | 2006-06-17 00:42:00 +0200 (Sat, 17 Jun 2006) | 2 lines
6070 Changed paths:
6071    M /trunk/src/input/input.c
6072    M /trunk/src/misc/stats.c
6073
6074 Fix a bunch of segfaults. It may be heavy handed and breaking other stuffs. zorglub to review
6075
6076 ------------------------------------------------------------------------
6077 r15916 | yoann | 2006-06-16 21:05:55 +0200 (Fri, 16 Jun 2006) | 2 lines
6078 Changed paths:
6079    M /trunk/src/input/input.c
6080
6081 * If we are passed a SUB file as subtitle, just open the IDX instead, if there is one. (Closes: #681)
6082
6083 ------------------------------------------------------------------------
6084 r15915 | zorglub | 2006-06-15 23:22:35 +0200 (Thu, 15 Jun 2006) | 2 lines
6085 Changed paths:
6086    M /trunk/include/main.h
6087    M /trunk/include/vlc_httpd.h
6088    M /trunk/include/vlc_input.h
6089    M /trunk/include/vlc_messages.h
6090    M /trunk/include/vlc_symbols.h
6091    M /trunk/src/audio_output/dec.c
6092    M /trunk/src/audio_output/input.c
6093    M /trunk/src/input/decoder.c
6094    M /trunk/src/input/es_out.c
6095    M /trunk/src/input/input.c
6096    M /trunk/src/input/stream.c
6097    M /trunk/src/libvlc.c
6098    M /trunk/src/misc/objects.c
6099    M /trunk/src/misc/stats.c
6100    M /trunk/src/network/httpd.c
6101    M /trunk/src/playlist/control.c
6102    M /trunk/src/playlist/thread.c
6103    M /trunk/src/stream_output/stream_output.c
6104    M /trunk/src/video_output/video_output.c
6105
6106 Partial rewrite of stats to avoid lookups (Closes:#693)
6107
6108 ------------------------------------------------------------------------
6109 r15914 | damienf | 2006-06-15 00:49:57 +0200 (Thu, 15 Jun 2006) | 4 lines
6110 Changed paths:
6111    M /trunk/modules/gui/macosx/voutgl.m
6112    M /trunk/modules/video_output/opengl.c
6113
6114 fixes for crash in Safari plugin when terminating (it actually locks the computer completely on some occasion)
6115 - opengl.c: let End destroy elements created by Init, DestroyVout for CreateVout
6116 - voutgl.m: set context to NULL on exit
6117
6118 ------------------------------------------------------------------------
6119 r15913 | yoann | 2006-06-14 22:15:23 +0200 (Wed, 14 Jun 2006) | 3 lines
6120 Changed paths:
6121    M /trunk/modules/demux/playlist/xspf.c
6122
6123 * playlist/xspf.c: upgrade to new structure
6124   inputs are not yet added to the playlist
6125
6126 ------------------------------------------------------------------------
6127 r15912 | zorglub | 2006-06-14 22:09:51 +0200 (Wed, 14 Jun 2006) | 3 lines
6128 Changed paths:
6129    M /trunk/include/vlc_playlist.h
6130    M /trunk/src/libvlc.h
6131    M /trunk/src/playlist/engine.c
6132
6133 * Add a "media-library" option to enable/disable ML
6134 * Add a "playlist-tree" option to force onelevel/catgory mode
6135
6136 ------------------------------------------------------------------------
6137 r15911 | yoann | 2006-06-14 20:31:45 +0200 (Wed, 14 Jun 2006) | 2 lines
6138 Changed paths:
6139    M /trunk/modules/control/http/rpn.c
6140    M /trunk/share/http/dialogs/main
6141    A /trunk/share/http/images/snapshot.png
6142    M /trunk/share/http/js/functions.js
6143    M /trunk/share/http/requests/status.xml
6144
6145 * web interface: add a snapshot button
6146
6147 ------------------------------------------------------------------------
6148 r15910 | ipkiss | 2006-06-14 20:25:51 +0200 (Wed, 14 Jun 2006) | 2 lines
6149 Changed paths:
6150    M /trunk/modules/gui/skins2/parser/interpreter.cpp
6151
6152  * skins2/parser/interpreter.cpp: Check the VarMAnager first before trying to parse the action. This fixes a bug with dvd.isActive and LayoutID.isActive
6153
6154 ------------------------------------------------------------------------
6155 r15909 | yoann | 2006-06-14 16:48:32 +0200 (Wed, 14 Jun 2006) | 2 lines
6156 Changed paths:
6157    M /trunk/modules/misc/playlist/xspf.c
6158
6159 * playlist/xspf.c: handles empty nodes
6160
6161 ------------------------------------------------------------------------
6162 r15908 | yoann | 2006-06-14 14:05:39 +0200 (Wed, 14 Jun 2006) | 2 lines
6163 Changed paths:
6164    M /trunk/modules/control/http/util.c
6165
6166 * control/http: fix "pl.current"
6167
6168 ------------------------------------------------------------------------
6169 r15907 | yoann | 2006-06-14 06:43:47 +0200 (Wed, 14 Jun 2006) | 2 lines
6170 Changed paths:
6171    M /trunk/modules/demux/playlist/xspf.c
6172    M /trunk/modules/demux/playlist/xspf.h
6173
6174 * demux/playlist/xspf: skeleton for XSPF tree playlist import
6175
6176 ------------------------------------------------------------------------
6177 r15906 | yoann | 2006-06-14 04:00:42 +0200 (Wed, 14 Jun 2006) | 2 lines
6178 Changed paths:
6179    M /trunk/modules/misc/playlist/xspf.c
6180
6181 * xpsf.c: ...but <playlist> has... grmbl
6182
6183 ------------------------------------------------------------------------
6184 r15905 | yoann | 2006-06-14 03:51:05 +0200 (Wed, 14 Jun 2006) | 2 lines
6185 Changed paths:
6186    M /trunk/modules/misc/playlist/xspf.c
6187
6188 * xspf.c: <trackList> has no <location> or <title> element
6189
6190 ------------------------------------------------------------------------
6191 r15904 | yoann | 2006-06-14 03:46:17 +0200 (Wed, 14 Jun 2006) | 3 lines
6192 Changed paths:
6193    M /trunk/modules/demux/playlist/xspf.c
6194
6195 * demux/playlist/xspf.c: fix a bug introduced by [15757]
6196   + cosmetic changes
6197
6198 ------------------------------------------------------------------------
6199 r15903 | yoann | 2006-06-14 02:43:00 +0200 (Wed, 14 Jun 2006) | 3 lines
6200 Changed paths:
6201    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
6202    M /trunk/modules/misc/playlist/xspf.c
6203    M /trunk/modules/misc/playlist/xspf.h
6204
6205 * Tree playlist XSPF export
6206   Kids, don't try this at home...
6207
6208 ------------------------------------------------------------------------
6209 r15902 | fkuehne | 2006-06-13 23:36:37 +0200 (Tue, 13 Jun 2006) | 1 line
6210 Changed paths:
6211    M /trunk/extras/MacOSX/Resources/English.lproj/SFilters.nib/classes.nib
6212    M /trunk/extras/MacOSX/Resources/English.lproj/SFilters.nib/info.nib
6213    M /trunk/extras/MacOSX/Resources/English.lproj/SFilters.nib/keyedobjects.nib
6214    M /trunk/modules/gui/macosx/sfilters.h
6215    M /trunk/modules/gui/macosx/sfilters.m
6216
6217 * code and GUI improvements
6218 ------------------------------------------------------------------------
6219 r15901 | littlejohn | 2006-06-13 17:34:27 +0200 (Tue, 13 Jun 2006) | 3 lines
6220 Changed paths:
6221    M /trunk/bindings/java/Makefile.am
6222
6223 Java bindings Makefile tested and working on both GNU and Windows.
6224
6225
6226 ------------------------------------------------------------------------
6227 r15900 | littlejohn | 2006-06-13 15:35:49 +0200 (Tue, 13 Jun 2006) | 5 lines
6228 Changed paths:
6229    M /trunk/bindings/java/Makefile.am
6230
6231 10 PRINT "Remember to include a final endif at the end of Makefile.am."
6232 20 GOTO 10
6233
6234
6235
6236 ------------------------------------------------------------------------
6237 r15899 | littlejohn | 2006-06-13 15:19:46 +0200 (Tue, 13 Jun 2006) | 3 lines
6238 Changed paths:
6239    M /trunk/bindings/java/Makefile.am
6240
6241 make buildbot (and ppl) happy with java Makefile.am .
6242
6243
6244 ------------------------------------------------------------------------
6245 r15898 | littlejohn | 2006-06-13 15:09:37 +0200 (Tue, 13 Jun 2006) | 3 lines
6246 Changed paths:
6247    M /trunk/bindings/java/Makefile.am
6248    M /trunk/bindings/java/vlc-graphics-jni.cc
6249
6250 another attempt to make java bindings win32 friendly.
6251
6252
6253 ------------------------------------------------------------------------
6254 r15897 | littlejohn | 2006-06-13 12:40:26 +0200 (Tue, 13 Jun 2006) | 3 lines
6255 Changed paths:
6256    M /trunk/bindings/java/Makefile.am
6257
6258 Corrections in the java bindings Makefile
6259
6260
6261 ------------------------------------------------------------------------
6262 r15896 | littlejohn | 2006-06-13 11:58:56 +0200 (Tue, 13 Jun 2006) | 3 lines
6263 Changed paths:
6264    M /trunk/bindings/java/Makefile.am
6265
6266 A first try in making the Makefile crossplatform (gnu/win32)
6267
6268
6269 ------------------------------------------------------------------------
6270 r15895 | yoann | 2006-06-13 05:04:08 +0200 (Tue, 13 Jun 2006) | 2 lines
6271 Changed paths:
6272    M /trunk/src/input/input.c
6273
6274 * src/input/input.c: use input_AddSubtitles() and fix a bug with the autoselection of autodetected subtitles files.
6275
6276 ------------------------------------------------------------------------
6277 r15894 | damienf | 2006-06-13 01:29:31 +0200 (Tue, 13 Jun 2006) | 2 lines
6278 Changed paths:
6279    M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
6280
6281 - x264-svn-win32.patch: synchronized with latest on svn
6282
6283 ------------------------------------------------------------------------
6284 r15893 | damienf | 2006-06-13 01:26:38 +0200 (Tue, 13 Jun 2006) | 2 lines
6285 Changed paths:
6286    M /trunk/configure.ac
6287
6288 - configure.ac: replaced 'av_add_i' with 'av_crc_init' when testing avutil as the former is no longer compiled in lib
6289
6290 ------------------------------------------------------------------------
6291 r15892 | damienf | 2006-06-13 01:14:44 +0200 (Tue, 13 Jun 2006) | 2 lines
6292 Changed paths:
6293    M /trunk/mozilla/vlcshell.cpp
6294
6295 vlcshell.cpp: fixed plugin 'autoplay'
6296
6297 ------------------------------------------------------------------------
6298 r15891 | gbazin | 2006-06-12 22:41:22 +0200 (Mon, 12 Jun 2006) | 1 line
6299 Changed paths:
6300    M /trunk/src/misc/stats.c
6301
6302 * src/misc/stats.c: don't forget to call vlc_object_release() after a stats_HandlerGet().
6303 ------------------------------------------------------------------------
6304 r15889 | zorglub | 2006-06-12 21:56:25 +0200 (Mon, 12 Jun 2006) | 2 lines
6305 Changed paths:
6306    M /trunk/modules/access/cdda.c
6307
6308 Simplify the CDDA module. Split more between parse and play 
6309
6310 ------------------------------------------------------------------------
6311 r15888 | gbazin | 2006-06-12 21:51:14 +0200 (Mon, 12 Jun 2006) | 1 line
6312 Changed paths:
6313    M /trunk/src/video_output/video_output.c
6314
6315 * src/video_output/video_output.c: avoid calling config_GetInt in the main loop.
6316 ------------------------------------------------------------------------
6317 r15887 | Trax | 2006-06-12 21:32:00 +0200 (Mon, 12 Jun 2006) | 1 line
6318 Changed paths:
6319    M /trunk/src/input/decoder.c
6320
6321 * typo consummed -> consumed
6322 ------------------------------------------------------------------------
6323 r15886 | yoann | 2006-06-12 21:31:33 +0200 (Mon, 12 Jun 2006) | 3 lines
6324 Changed paths:
6325    M /trunk/modules/video_output/image.c
6326
6327 * modules/video_output/image.c: add --image-width and --image-height to set the size of the image output module.
6328   Thanks to Menele from the forum for submitting a patch.
6329
6330 ------------------------------------------------------------------------
6331 r15885 | zorglub | 2006-06-12 21:21:01 +0200 (Mon, 12 Jun 2006) | 4 lines
6332 Changed paths:
6333    M /trunk/src/input/item.c
6334    M /trunk/src/playlist/control.c
6335    M /trunk/src/playlist/item.c
6336    M /trunk/src/playlist/tree.c
6337
6338 * Fix skip in initial status
6339 * Don't waste ids
6340 * Fix a bug in services discoveries
6341
6342 ------------------------------------------------------------------------
6343 r15884 | thresh | 2006-06-12 16:47:01 +0200 (Mon, 12 Jun 2006) | 2 lines
6344 Changed paths:
6345    M /trunk/configure.ac
6346
6347 Second try: we should add *flags for mozilla plugin not only in the case of xulrunner.
6348
6349 ------------------------------------------------------------------------
6350 r15883 | gbazin | 2006-06-11 22:52:08 +0200 (Sun, 11 Jun 2006) | 1 line
6351 Changed paths:
6352    M /trunk/modules/packetizer/mpeg4video.c
6353
6354 * modules/packetizer/mpeg4video.c: ts/ps muxers rely on VOL being present in the stream.
6355 ------------------------------------------------------------------------
6356 r15882 | xtophe | 2006-06-11 21:21:30 +0200 (Sun, 11 Jun 2006) | 2 lines
6357 Changed paths:
6358    M /trunk/extras/contrib/src/Makefile
6359    D /trunk/extras/contrib/src/Patches/ffmpeg-svn-cross.patch
6360
6361 ffmpeg-svn-cross.patch has been applied upstream
6362
6363 ------------------------------------------------------------------------
6364 r15881 | zorglub | 2006-06-11 21:03:12 +0200 (Sun, 11 Jun 2006) | 2 lines
6365 Changed paths:
6366    M /trunk/modules/gui/qt4/Modules.am
6367    A /trunk/modules/gui/qt4/components/open.cpp
6368    A /trunk/modules/gui/qt4/components/open.hpp
6369    A /trunk/modules/gui/qt4/components/playlist
6370    A /trunk/modules/gui/qt4/ui/file_open.ui
6371
6372 Skeleton for open
6373
6374 ------------------------------------------------------------------------
6375 r15880 | gbazin | 2006-06-11 13:57:05 +0200 (Sun, 11 Jun 2006) | 1 line
6376 Changed paths:
6377    M /trunk/src/audio_output/intf.c
6378
6379 * src/audio_output/intf.c: optimise aout_VolumeGet a bit.
6380 ------------------------------------------------------------------------
6381 r15879 | gbazin | 2006-06-11 13:56:39 +0200 (Sun, 11 Jun 2006) | 1 line
6382 Changed paths:
6383    M /trunk/modules/gui/wxwidgets/interface.cpp
6384    M /trunk/modules/gui/wxwidgets/interface.hpp
6385
6386 * modules/gui/wxwidgets: don't call aout_VolumeGet so often because it is MIPS intensive.
6387 ------------------------------------------------------------------------
6388 r15878 | gbazin | 2006-06-11 13:21:59 +0200 (Sun, 11 Jun 2006) | 1 line
6389 Changed paths:
6390    M /trunk/src/misc/stats.c
6391
6392 * src/misc/stats.c: fix no-stats mode.
6393 ------------------------------------------------------------------------
6394 r15877 | fkuehne | 2006-06-11 11:43:20 +0200 (Sun, 11 Jun 2006) | 1 line
6395 Changed paths:
6396    M /trunk/extras/contrib/bootstrap
6397
6398 * disable sdk-support on ppc-macs until it is fixed (refs #692)
6399 ------------------------------------------------------------------------
6400 r15876 | xtophe | 2006-06-11 00:26:29 +0200 (Sun, 11 Jun 2006) | 3 lines
6401 Changed paths:
6402    M /trunk/extras/contrib/src/Makefile
6403    D /trunk/extras/contrib/src/Patches/ffmpeg-cvs-beos.patch
6404    D /trunk/extras/contrib/src/Patches/ffmpeg-cvs-mactel.patch
6405    D /trunk/extras/contrib/src/Patches/ffmpeg-cvs-win32.patch
6406    D /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
6407    A /trunk/extras/contrib/src/Patches/ffmpeg-svn-beos.patch (from /trunk/extras/contrib/src/Patches/ffmpeg-cvs-beos.patch:15874)
6408    A /trunk/extras/contrib/src/Patches/ffmpeg-svn-cross.patch
6409    A /trunk/extras/contrib/src/Patches/ffmpeg-svn-mactel.patch (from /trunk/extras/contrib/src/Patches/ffmpeg-cvs-mactel.patch:15874)
6410    A /trunk/extras/contrib/src/Patches/ffmpeg-svn-win32.patch (from /trunk/extras/contrib/src/Patches/ffmpeg-cvs-win32.patch:15874)
6411    A /trunk/extras/contrib/src/Patches/ffmpeg-svn-wince.patch (from /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch:15874)
6412
6413 * Patch ffmpeg configure to not use twice the cross prefix.
6414 * CVS -> SVN
6415
6416 ------------------------------------------------------------------------
6417 r15875 | gbazin | 2006-06-11 00:21:37 +0200 (Sun, 11 Jun 2006) | 1 line
6418 Changed paths:
6419    M /trunk/src/interface/interaction.c
6420    M /trunk/src/libvlc.h
6421
6422 * src/libvlc.h, src/interface/interaction.c: new config option to disable interaction mode. Default value is set to disable for now because this mode is currently broken.
6423 ------------------------------------------------------------------------
6424 r15874 | xtophe | 2006-06-10 23:17:13 +0200 (Sat, 10 Jun 2006) | 2 lines
6425 Changed paths:
6426    M /trunk/modules/misc/freetype.c
6427
6428 misc/freetype.c: Fix strings
6429
6430 ------------------------------------------------------------------------
6431 r15873 | xtophe | 2006-06-10 23:15:19 +0200 (Sat, 10 Jun 2006) | 2 lines
6432 Changed paths:
6433    M /trunk/modules/gui/qt4/input_manager.cpp
6434
6435 qt4/input_manager.cpp: compile fix
6436
6437 ------------------------------------------------------------------------
6438 r15872 | littlejohn | 2006-06-10 20:13:46 +0200 (Sat, 10 Jun 2006) | 7 lines
6439 Changed paths:
6440    M /trunk/bindings/java/Makefile.am
6441    A /trunk/bindings/java/VLCExample.java
6442    M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
6443    M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
6444    M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
6445    M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
6446    M /trunk/bindings/java/vlc-libvlc-jni.cc
6447
6448 Java bindings update.
6449
6450 - a new java example shows general jvlc use
6451 - more functions added in InputIntf (getInputFPS now works)
6452 - a little potential problem fixed in Playlist
6453
6454
6455 ------------------------------------------------------------------------
6456 r15871 | littlejohn | 2006-06-10 19:36:22 +0200 (Sat, 10 Jun 2006) | 3 lines
6457 Changed paths:
6458    M /trunk/src/control/input.c
6459
6460 a vlc_object_release added
6461
6462
6463 ------------------------------------------------------------------------
6464 r15870 | littlejohn | 2006-06-10 18:13:38 +0200 (Sat, 10 Jun 2006) | 3 lines
6465 Changed paths:
6466    M /trunk/include/vlc/libvlc.h
6467    M /trunk/src/control/input.c
6468
6469 Initial implementation of libvlc_get_input_fps.
6470
6471
6472 ------------------------------------------------------------------------
6473 r15869 | littlejohn | 2006-06-10 17:34:32 +0200 (Sat, 10 Jun 2006) | 3 lines
6474 Changed paths:
6475    M /trunk/src/control/audio.c
6476
6477 Muting and unmuting functions implemented in the control interface
6478
6479
6480 ------------------------------------------------------------------------
6481 r15868 | littlejohn | 2006-06-10 15:58:03 +0200 (Sat, 10 Jun 2006) | 8 lines
6482 Changed paths:
6483    M /trunk/bindings/java/Makefile.am
6484    M /trunk/bindings/java/THANKS
6485    A /trunk/bindings/java/org/videolan/jvlc/GenericVideoWidget.java
6486    M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
6487    M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
6488    M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
6489    M /trunk/bindings/java/vlc-libvlc-jni.cc
6490
6491 Java bindings update.
6492
6493 * new JVLC.destroy() method to cleanup a JVLC object
6494 * new GenericVideoWidget for general use (thx: Kuldipsingh Pabla)
6495 * Status class removed
6496 * new JVLC.isInputPlaying() and JVLC.hasVout() methods
6497
6498
6499 ------------------------------------------------------------------------
6500 r15867 | littlejohn | 2006-06-10 15:15:15 +0200 (Sat, 10 Jun 2006) | 9 lines
6501 Changed paths:
6502    M /trunk/src/video_output/vout_intf.c
6503
6504 New snapshot behaviour.
6505
6506 if the user specifies a directory in the snapshot-path variable, then vlc
6507 behaves as before; 
6508
6509 if the user specifies a complete path (folder/filename) then the snapshot 
6510 is named and saved after it.
6511
6512
6513 ------------------------------------------------------------------------
6514 r15866 | gbazin | 2006-06-10 12:26:17 +0200 (Sat, 10 Jun 2006) | 1 line
6515 Changed paths:
6516    M /trunk/modules/codec/ffmpeg/audio.c
6517
6518 * modules/codec/ffmpeg/audio.c: reduce memory usage a bit.
6519 ------------------------------------------------------------------------
6520 r15865 | courmisch | 2006-06-10 12:13:31 +0200 (Sat, 10 Jun 2006) | 2 lines
6521 Changed paths:
6522    M /trunk/modules/access/dshow/dshow.cpp
6523
6524 Memleak spotted by Dugal Harris.
6525
6526 ------------------------------------------------------------------------
6527 r15864 | courmisch | 2006-06-10 12:13:10 +0200 (Sat, 10 Jun 2006) | 2 lines
6528 Changed paths:
6529    M /trunk/THANKS
6530    M /trunk/modules/access/dshow/filter.cpp
6531
6532 MJPG support with DirectShow (patch from Dugal Harris)
6533
6534 ------------------------------------------------------------------------
6535 r15863 | gbazin | 2006-06-10 12:10:56 +0200 (Sat, 10 Jun 2006) | 1 line
6536 Changed paths:
6537    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
6538
6539 * modules/gui/wxwidgets/dialogs/fileinfo.hpp: compilation fix.
6540 ------------------------------------------------------------------------
6541 r15862 | courmisch | 2006-06-10 12:10:54 +0200 (Sat, 10 Jun 2006) | 3 lines
6542 Changed paths:
6543    M /trunk/THANKS
6544    M /trunk/modules/stream_out/rtp.c
6545
6546 Include bitrate in SDP when known.
6547 Patch from Ilkka Ollakka with cosmetic fixes.
6548
6549 ------------------------------------------------------------------------
6550 r15861 | gbazin | 2006-06-10 12:01:40 +0200 (Sat, 10 Jun 2006) | 1 line
6551 Changed paths:
6552    M /trunk/modules/codec/dmo/dmo.c
6553
6554 * modules/codec/dmo/dmo.c: fix typo in fourcc.
6555 ------------------------------------------------------------------------
6556 r15860 | gbazin | 2006-06-10 11:57:45 +0200 (Sat, 10 Jun 2006) | 1 line
6557 Changed paths:
6558    M /trunk/src/playlist/tree.c
6559
6560 * src/playlist/tree.c: fix memory leak.
6561 ------------------------------------------------------------------------
6562 r15859 | gbazin | 2006-06-10 00:20:11 +0200 (Sat, 10 Jun 2006) | 1 line
6563 Changed paths:
6564    M /trunk/modules/packetizer/mpeg4video.c
6565
6566 * modules/packetizer/mpeg4video.c: rewrite using the block helper facility. Fixes a few issues with the previous packetizer and is simpler.
6567 ------------------------------------------------------------------------
6568 r15858 | gbazin | 2006-06-09 23:35:13 +0200 (Fri, 09 Jun 2006) | 1 line
6569 Changed paths:
6570    M /trunk/modules/gui/wxwidgets/menus.cpp
6571
6572 * modules/gui/wxwidgets/menus.cpp: avoid using STL strings. This gets rid of weird crashes here.
6573 ------------------------------------------------------------------------
6574 r15857 | gbazin | 2006-06-09 22:45:41 +0200 (Fri, 09 Jun 2006) | 1 line
6575 Changed paths:
6576    M /trunk/modules/demux/mpeg/m4v.c
6577
6578 * modules/demux/mpeg/m4v.c: wait until we get p_extra from the packetizer before adding the stream.
6579 ------------------------------------------------------------------------
6580 r15856 | dionoea | 2006-06-09 22:44:18 +0200 (Fri, 09 Jun 2006) | 2 lines
6581 Changed paths:
6582    M /trunk/modules/access/dshow/dshow.cpp
6583
6584 Dshow input fix (suggest by "sneeze" on http://forum.videolan.org/viewtopic.php?t=21578, Thanks).
6585
6586 ------------------------------------------------------------------------
6587 r15855 | thresh | 2006-06-09 21:59:22 +0200 (Fri, 09 Jun 2006) | 2 lines
6588 Changed paths:
6589    M /trunk/configure.ac
6590
6591 revert 15853 as it brokes things
6592
6593 ------------------------------------------------------------------------
6594 r15854 | zorglub | 2006-06-09 21:17:49 +0200 (Fri, 09 Jun 2006) | 3 lines
6595 Changed paths:
6596    M /trunk/modules/gui/qt4/components/infopanels.cpp
6597    M /trunk/modules/gui/qt4/components/preferences.cpp
6598    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
6599    M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
6600    M /trunk/modules/gui/qt4/dialogs/streaminfo.hpp
6601    M /trunk/modules/gui/qt4/dialogs_provider.cpp
6602    M /trunk/modules/gui/qt4/input_manager.cpp
6603    M /trunk/modules/gui/qt4/input_manager.hpp
6604    M /trunk/modules/gui/qt4/main_interface.cpp
6605    M /trunk/modules/gui/qt4/main_interface.hpp
6606    M /trunk/modules/gui/qt4/ui/input_stats.ui
6607    M /trunk/modules/gui/qt4/util/qvlcframe.hpp
6608
6609 * Split apart gui and input management
6610 * Functional stats panel
6611
6612 ------------------------------------------------------------------------
6613 r15853 | thresh | 2006-06-09 18:56:13 +0200 (Fri, 09 Jun 2006) | 2 lines
6614 Changed paths:
6615    M /trunk/configure.ac
6616
6617 lets add *flags not only in the case of xulrunner-config
6618
6619 ------------------------------------------------------------------------
6620 r15852 | thresh | 2006-06-09 16:19:32 +0200 (Fri, 09 Jun 2006) | 3 lines
6621 Changed paths:
6622    M /trunk/configure.ac
6623
6624 Fix for building mozilla plugin with mozilla-dev on non-debian systems
6625 Needs more check, as i've only tested it on altlinux
6626
6627 ------------------------------------------------------------------------
6628 r15851 | courmisch | 2006-06-09 16:17:26 +0200 (Fri, 09 Jun 2006) | 2 lines
6629 Changed paths:
6630    M /trunk/THANKS
6631    M /trunk/modules/access/ftp.c
6632
6633 FTP cleartext authentication from Petr Vacek.
6634
6635 ------------------------------------------------------------------------
6636 r15850 | yoann | 2006-06-09 06:38:16 +0200 (Fri, 09 Jun 2006) | 2 lines
6637 Changed paths:
6638    M /trunk/include/vlc_input.h
6639    M /trunk/include/vlc_symbols.h
6640    M /trunk/modules/gui/wxwidgets/interface.cpp
6641    M /trunk/src/input/input.c
6642    M /trunk/src/input/input_internal.h
6643    M /trunk/src/input/subtitles.c
6644
6645 * proof of concept of drag & dropping a subtitle file while playing a video file. (Refs: #645)
6646
6647 ------------------------------------------------------------------------
6648 r15849 | yoann | 2006-06-09 04:08:08 +0200 (Fri, 09 Jun 2006) | 2 lines
6649 Changed paths:
6650    M /trunk/src/input/input.c
6651
6652 * the first autodetected subtitles file should now be automatically enabled
6653
6654 ------------------------------------------------------------------------
6655 r15848 | yoann | 2006-06-09 02:28:07 +0200 (Fri, 09 Jun 2006) | 4 lines
6656 Changed paths:
6657    M /trunk/src/input/subtitles.c
6658
6659 * fix subtitles file autodetection
6660   this was broken when the video file name included its directory name
6661   (for instance "vlc dir/file.avi")
6662
6663 ------------------------------------------------------------------------
6664 r15847 | zorglub | 2006-06-08 23:04:24 +0200 (Thu, 08 Jun 2006) | 2 lines
6665 Changed paths:
6666    M /trunk/modules/gui/qt4/util/input_slider.cpp
6667
6668 Don't forget to reset slider position
6669
6670 ------------------------------------------------------------------------
6671 r15846 | xtophe | 2006-06-08 23:01:09 +0200 (Thu, 08 Jun 2006) | 2 lines
6672 Changed paths:
6673    M /trunk/modules/misc/notify.c
6674
6675 Oups
6676
6677 ------------------------------------------------------------------------
6678 r15845 | zorglub | 2006-06-08 22:54:20 +0200 (Thu, 08 Jun 2006) | 2 lines
6679 Changed paths:
6680    M /trunk/modules/gui/qt4/input_manager.cpp
6681    M /trunk/modules/gui/qt4/main_interface.cpp
6682    M /trunk/modules/gui/qt4/main_interface.hpp
6683    M /trunk/modules/gui/qt4/ui/main_interface.ui
6684
6685 Don't laugh
6686
6687 ------------------------------------------------------------------------
6688 r15844 | xtophe | 2006-06-08 22:43:59 +0200 (Thu, 08 Jun 2006) | 2 lines
6689 Changed paths:
6690    M /trunk/modules/misc/notify.c
6691
6692 Don't hardcode path
6693
6694 ------------------------------------------------------------------------
6695 r15843 | zorglub | 2006-06-08 22:43:12 +0200 (Thu, 08 Jun 2006) | 2 lines
6696 Changed paths:
6697    M /trunk/src/playlist/engine.c
6698
6699 nom de dieu de putain de merde de saloperie de chiure de putasserie de bordel de couille
6700
6701 ------------------------------------------------------------------------
6702 r15842 | zorglub | 2006-06-08 21:39:15 +0200 (Thu, 08 Jun 2006) | 3 lines
6703 Changed paths:
6704    M /trunk/modules/control/rc.c
6705    M /trunk/src/playlist/engine.c
6706
6707 * Don't delete main nodes in playlist_Clear
6708 * Fix item add in RC
6709
6710 ------------------------------------------------------------------------
6711 r15841 | zorglub | 2006-06-08 21:18:11 +0200 (Thu, 08 Jun 2006) | 2 lines
6712 Changed paths:
6713    M /trunk/configure.ac
6714
6715 Get rid of some pic stuff that caused vlc-config to do baad things
6716
6717 ------------------------------------------------------------------------
6718 r15840 | zorglub | 2006-06-08 20:59:14 +0200 (Thu, 08 Jun 2006) | 2 lines
6719 Changed paths:
6720    M /trunk/include/vlc_playlist.h
6721    M /trunk/src/playlist/engine.c
6722
6723 Fix vout/sout garbage collection and input spam debug messages
6724
6725 ------------------------------------------------------------------------
6726 r15839 | zorglub | 2006-06-08 20:36:09 +0200 (Thu, 08 Jun 2006) | 2 lines
6727 Changed paths:
6728    M /trunk/modules/gui/qt4/Modules.am
6729    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
6730    M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
6731    M /trunk/modules/gui/qt4/dialogs/streaminfo.hpp
6732    M /trunk/modules/gui/qt4/dialogs_provider.hpp
6733    M /trunk/modules/gui/qt4/input_manager.cpp
6734    M /trunk/modules/gui/qt4/main_interface.cpp
6735    M /trunk/modules/gui/qt4/main_interface.hpp
6736    M /trunk/modules/gui/qt4/qt4.cpp
6737    A /trunk/modules/gui/qt4/ui/main_interface.ui
6738    M /trunk/modules/gui/qt4/util/input_slider.cpp
6739
6740 Some general clean up
6741
6742 ------------------------------------------------------------------------
6743 r15838 | gbazin | 2006-06-08 00:20:15 +0200 (Thu, 08 Jun 2006) | 2 lines
6744 Changed paths:
6745    M /trunk/configure.ac
6746
6747 * configure.ac: you can do it.
6748
6749 ------------------------------------------------------------------------
6750 r15837 | gbazin | 2006-06-08 00:02:16 +0200 (Thu, 08 Jun 2006) | 2 lines
6751 Changed paths:
6752    M /trunk/configure.ac
6753
6754 * configure.ac: libpostproc detection was more broken than I thought.
6755
6756 ------------------------------------------------------------------------
6757 r15836 | gbazin | 2006-06-07 23:42:21 +0200 (Wed, 07 Jun 2006) | 2 lines
6758 Changed paths:
6759    M /trunk/configure.ac
6760
6761 * configure.ac: fix typo in ffmpeg's libpostproc detection.
6762
6763 ------------------------------------------------------------------------
6764 r15835 | littlejohn | 2006-06-07 17:20:08 +0200 (Wed, 07 Jun 2006) | 3 lines
6765 Changed paths:
6766    M /trunk/bindings/java/FAQ
6767    M /trunk/bindings/java/README
6768    A /trunk/bindings/java/THANKS
6769
6770 Suggest to check/set JAVA_HOME if compilation fails
6771
6772
6773 ------------------------------------------------------------------------
6774 r15834 | courmisch | 2006-06-07 16:22:15 +0200 (Wed, 07 Jun 2006) | 4 lines
6775 Changed paths:
6776    M /trunk/configure.ac
6777
6778 Remove experimental flag from libtool.
6779 Several people use it and nobody complain it was broken.
6780 Besides, some stuff seem not to work without it.
6781
6782 ------------------------------------------------------------------------
6783 r15833 | fkuehne | 2006-06-07 15:25:23 +0200 (Wed, 07 Jun 2006) | 1 line
6784 Changed paths:
6785    M /trunk/extras/contrib/src/Makefile
6786
6787 * ugly compilation fix for ffmpeg on PPC-GCC 4.0.0
6788 ------------------------------------------------------------------------
6789 r15832 | hartman | 2006-06-07 13:33:30 +0200 (Wed, 07 Jun 2006) | 2 lines
6790 Changed paths:
6791    M /trunk/doc/fortunes.txt
6792
6793 * fortune
6794
6795 ------------------------------------------------------------------------
6796 r15831 | yoann | 2006-06-06 22:46:03 +0200 (Tue, 06 Jun 2006) | 2 lines
6797 Changed paths:
6798    M /trunk/modules/control/hotkeys.c
6799
6800 * use Play icon for play-only hotkey
6801
6802 ------------------------------------------------------------------------
6803 r15830 | hartman | 2006-06-06 22:44:28 +0200 (Tue, 06 Jun 2006) | 2 lines
6804 Changed paths:
6805    M /trunk/modules/demux/playlist/m3u.c
6806
6807 * blegh fprintf
6808
6809 ------------------------------------------------------------------------
6810 r15829 | yoann | 2006-06-06 20:34:42 +0200 (Tue, 06 Jun 2006) | 3 lines
6811 Changed paths:
6812    M /trunk/modules/control/hotkeys.c
6813
6814 * try to fix the pause-only hotkey
6815   this needs to be tested
6816
6817 ------------------------------------------------------------------------
6818 r15827 | littlejohn | 2006-06-06 14:51:36 +0200 (Tue, 06 Jun 2006) | 3 lines
6819 Changed paths:
6820    A /trunk/bindings/java/org/videolan/jvlc/Status.java
6821
6822 Ops.. i did it again
6823
6824
6825 ------------------------------------------------------------------------
6826 r15826 | littlejohn | 2006-06-06 13:35:28 +0200 (Tue, 06 Jun 2006) | 3 lines
6827 Changed paths:
6828    M /trunk/src/control/video.c
6829
6830 one more object release in video.c
6831
6832
6833 ------------------------------------------------------------------------
6834 r15825 | littlejohn | 2006-06-06 13:31:55 +0200 (Tue, 06 Jun 2006) | 6 lines
6835 Changed paths:
6836    M /trunk/bindings/java/FAQ
6837    M /trunk/bindings/java/Makefile.am
6838    M /trunk/bindings/java/README
6839    M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
6840    M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
6841    M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
6842    M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
6843    M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
6844    M /trunk/bindings/java/vlc-graphics-jni.cc
6845    M /trunk/bindings/java/vlc-libvlc-jni.cc
6846
6847 Java bindings update:
6848
6849 * more synchronization with playlist and input threads
6850 * new libvlc functions binded
6851
6852
6853 ------------------------------------------------------------------------
6854 r15824 | littlejohn | 2006-06-06 13:17:52 +0200 (Tue, 06 Jun 2006) | 3 lines
6855 Changed paths:
6856    M /trunk/src/control/input.c
6857    M /trunk/src/control/video.c
6858
6859 libvlc compile warnings resolved 
6860
6861
6862 ------------------------------------------------------------------------
6863 r15823 | thresh | 2006-06-06 13:07:40 +0200 (Tue, 06 Jun 2006) | 2 lines
6864 Changed paths:
6865    M /trunk/modules/gui/qt4/components/preferences.cpp
6866
6867 compile fix
6868
6869 ------------------------------------------------------------------------
6870 r15822 | md | 2006-06-06 10:47:00 +0200 (Tue, 06 Jun 2006) | 2 lines
6871 Changed paths:
6872    M /trunk/modules/mux/mpeg/ts.c
6873
6874 make --sout-ts-alignment default enabled (refs: #669)
6875
6876 ------------------------------------------------------------------------
6877 r15821 | littlejohn | 2006-06-05 20:23:56 +0200 (Mon, 05 Jun 2006) | 5 lines
6878 Changed paths:
6879    M /trunk/src/control/input.c
6880    M /trunk/src/control/video.c
6881
6882 libvlc input and video update:
6883 * video.c: added 1 release object in GetVout
6884 * input.c: added libvlc_get_input_thread helper
6885
6886
6887 ------------------------------------------------------------------------
6888 r15820 | zorglub | 2006-06-05 18:05:34 +0200 (Mon, 05 Jun 2006) | 2 lines
6889 Changed paths:
6890    M /trunk/src/playlist/tree.c
6891
6892 Fix playlist crash on quit
6893
6894 ------------------------------------------------------------------------
6895 r15819 | littlejohn | 2006-06-05 18:01:35 +0200 (Mon, 05 Jun 2006) | 3 lines
6896 Changed paths:
6897    M /trunk/configure.ac
6898    A /trunk/m4/ac_prog_java.m4
6899    A /trunk/m4/ac_prog_java_cc.m4
6900    A /trunk/m4/ac_prog_java_works.m4
6901    A /trunk/m4/ac_prog_javac.m4
6902    A /trunk/m4/ac_prog_javac_works.m4
6903    A /trunk/m4/ac_prog_javah.m4
6904
6905 if --enable-java-bindings then check a javac exists
6906
6907
6908 ------------------------------------------------------------------------
6909 r15818 | littlejohn | 2006-06-05 18:00:27 +0200 (Mon, 05 Jun 2006) | 3 lines
6910 Changed paths:
6911    M /trunk/src/control/input.c
6912    M /trunk/src/control/video.c
6913
6914 libvlc: Vout object now released when needed
6915
6916
6917 ------------------------------------------------------------------------
6918 r15817 | littlejohn | 2006-06-05 17:06:45 +0200 (Mon, 05 Jun 2006) | 5 lines
6919 Changed paths:
6920    M /trunk/include/vlc/libvlc.h
6921    M /trunk/src/control/input.c
6922    M /trunk/src/control/video.c
6923
6924 libvlc enhanced:
6925 * video height/width retrieval
6926 * input playing status check
6927
6928
6929 ------------------------------------------------------------------------
6930 r15816 | xtophe | 2006-06-05 15:43:48 +0200 (Mon, 05 Jun 2006) | 3 lines
6931 Changed paths:
6932    M /trunk/NEWS
6933
6934 * Work around automake stupid test
6935 * Add notify plugin
6936
6937 ------------------------------------------------------------------------
6938 r15815 | xtophe | 2006-06-04 23:50:01 +0200 (Sun, 04 Jun 2006) | 2 lines
6939 Changed paths:
6940    M /trunk/configure.ac
6941
6942 Libpostproc moved.
6943
6944 ------------------------------------------------------------------------
6945 r15814 | djc | 2006-06-04 22:53:54 +0200 (Sun, 04 Jun 2006) | 3 lines
6946 Changed paths:
6947    M /trunk/modules/misc/growl.c
6948
6949 OBJECT_INPUT->OBJECT_PLAYLIST
6950 Thanks to xtophe
6951
6952 ------------------------------------------------------------------------
6953 r15813 | littlejohn | 2006-06-04 21:26:55 +0200 (Sun, 04 Jun 2006) | 4 lines
6954 Changed paths:
6955    M /trunk/include/vlc/libvlc.h
6956    M /trunk/src/control/playlist.c
6957    M /trunk/src/control/video.c
6958
6959 * added video height/width getters in libvlc
6960 * libvlc playlist play uses locking
6961
6962
6963 ------------------------------------------------------------------------
6964 r15812 | courmisch | 2006-06-04 20:43:05 +0200 (Sun, 04 Jun 2006) | 2 lines
6965 Changed paths:
6966    M /trunk/Makefile.am
6967    M /trunk/vlc-config.in.in
6968
6969 Make config.status happy (muahaha)
6970
6971 ------------------------------------------------------------------------
6972 r15811 | courmisch | 2006-06-04 20:32:14 +0200 (Sun, 04 Jun 2006) | 2 lines
6973 Changed paths:
6974    M /trunk/vlc-config.in.in
6975
6976 Remove spurious warning
6977
6978 ------------------------------------------------------------------------
6979 r15810 | courmisch | 2006-06-04 20:09:30 +0200 (Sun, 04 Jun 2006) | 4 lines
6980 Changed paths:
6981    M /trunk/Makefile.am
6982    M /trunk/bootstrap
6983    M /trunk/configure.ac
6984    M /trunk/modules/gui/qt4/Modules.am
6985
6986 Some build systems clean up. Now require automake 1.7
6987
6988 Automake 1.5 and 1.6 both suck, and 1.7 is almost four years old, so there is really no excuse for not using a decent version. Besides, there seems to some problems while building the loader with old Automake versions.
6989
6990 ------------------------------------------------------------------------
6991 r15809 | courmisch | 2006-06-04 20:05:00 +0200 (Sun, 04 Jun 2006) | 2 lines
6992 Changed paths:
6993    M /trunk/src/Makefile.am
6994
6995 Another PIC fix
6996
6997 ------------------------------------------------------------------------
6998 r15808 | courmisch | 2006-06-04 19:35:56 +0200 (Sun, 04 Jun 2006) | 2 lines
6999 Changed paths:
7000    M /trunk/vlc-config.in.in
7001
7002 Remove PIC stuff too
7003
7004 ------------------------------------------------------------------------
7005 r15807 | courmisch | 2006-06-04 19:07:19 +0200 (Sun, 04 Jun 2006) | 7 lines
7006 Changed paths:
7007    M /trunk/Makefile.am
7008    M /trunk/bootstrap
7009    M /trunk/configure.ac
7010    M /trunk/mozilla/Makefile.am
7011    M /trunk/src/Makefile.am
7012
7013 Suppress support for position dependant code (except on mingw32).
7014 This simplifies the build system quite a lot, and reduce compilation
7015 times when PIC is actually needed.
7016
7017 If you really mind the extra overhead of PIC, use:
7018 ./configure --enable-libtool --enable-static --disable-shared
7019
7020 ------------------------------------------------------------------------
7021 r15806 | littlejohn | 2006-06-04 17:30:18 +0200 (Sun, 04 Jun 2006) | 5 lines
7022 Changed paths:
7023    M /trunk/bootstrap
7024    M /trunk/configure.ac
7025
7026 pic libraries are now correctly installed when needed:
7027 * --enable-pic added in configure.ac
7028 * bootstrap modified to use BUILD_PIC in place of BUILD_MOZILLA where needed
7029
7030
7031 ------------------------------------------------------------------------
7032 r15805 | ipkiss | 2006-06-04 16:17:46 +0200 (Sun, 04 Jun 2006) | 2 lines
7033 Changed paths:
7034    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
7035    M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
7036    M /trunk/modules/gui/skins2/utils/observer.hpp
7037    M /trunk/modules/gui/skins2/utils/var_tree.hpp
7038
7039  * modules/gui/skins2/*: Use ARG instead of ARG* as a template argument
7040
7041 ------------------------------------------------------------------------
7042 r15804 | ipkiss | 2006-06-04 16:03:54 +0200 (Sun, 04 Jun 2006) | 2 lines
7043 Changed paths:
7044    M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
7045    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
7046    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
7047    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
7048    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
7049    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
7050    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
7051    M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
7052    M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
7053    M /trunk/modules/gui/skins2/src/generic_window.hpp
7054    M /trunk/modules/gui/skins2/src/tooltip.hpp
7055    M /trunk/modules/gui/skins2/utils/var_bool.hpp
7056    M /trunk/modules/gui/skins2/utils/var_text.hpp
7057    M /trunk/modules/gui/skins2/vars/equalizer.hpp
7058
7059  * modules/gui/skins2/*: More simplifications of the same kind
7060
7061 ------------------------------------------------------------------------
7062 r15803 | ipkiss | 2006-06-04 15:55:41 +0200 (Sun, 04 Jun 2006) | 4 lines
7063 Changed paths:
7064    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
7065    M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
7066    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
7067    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
7068    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
7069    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
7070    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
7071    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
7072    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
7073    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
7074    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
7075    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
7076    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
7077    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
7078    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
7079    M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
7080    M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
7081    M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
7082    M /trunk/modules/gui/skins2/src/anim_bitmap.hpp
7083    M /trunk/modules/gui/skins2/src/generic_window.cpp
7084    M /trunk/modules/gui/skins2/src/generic_window.hpp
7085    M /trunk/modules/gui/skins2/src/tooltip.cpp
7086    M /trunk/modules/gui/skins2/src/tooltip.hpp
7087    M /trunk/modules/gui/skins2/utils/observer.hpp
7088    M /trunk/modules/gui/skins2/utils/position.hpp
7089    M /trunk/modules/gui/skins2/utils/var_bool.cpp
7090    M /trunk/modules/gui/skins2/utils/var_bool.hpp
7091    M /trunk/modules/gui/skins2/utils/var_list.hpp
7092    M /trunk/modules/gui/skins2/utils/var_percent.hpp
7093    M /trunk/modules/gui/skins2/utils/var_text.cpp
7094    M /trunk/modules/gui/skins2/utils/var_text.hpp
7095    M /trunk/modules/gui/skins2/vars/equalizer.cpp
7096    M /trunk/modules/gui/skins2/vars/equalizer.hpp
7097
7098  * modules/gui/skins2/*: The second template argument of the Subject and
7099    Observer classes now has a default value. This simplifies the code in many
7100    places.
7101
7102 ------------------------------------------------------------------------
7103 r15802 | zorglub | 2006-06-04 11:00:36 +0200 (Sun, 04 Jun 2006) | 3 lines
7104 Changed paths:
7105    M /trunk/modules/misc/Modules.am
7106    M /trunk/modules/misc/notify.c
7107    M /trunk/src/input/input.c
7108
7109 * Don't reset input meta information
7110 * Improve notification layout
7111
7112 ------------------------------------------------------------------------
7113 r15801 | zorglub | 2006-06-04 10:13:00 +0200 (Sun, 04 Jun 2006) | 2 lines
7114 Changed paths:
7115    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
7116    M /trunk/modules/gui/qt4/main_interface.cpp
7117    M /trunk/modules/gui/qt4/main_interface.hpp
7118    M /trunk/modules/gui/qt4/util/qvlcframe.hpp
7119
7120 More cosmetics for plastique
7121
7122 ------------------------------------------------------------------------
7123 r15800 | xtophe | 2006-06-04 02:13:40 +0200 (Sun, 04 Jun 2006) | 4 lines
7124 Changed paths:
7125    M /trunk/configure.ac
7126    A /trunk/modules/misc/notify.c (from /trunk/modules/misc/growl.c:15793)
7127
7128 New libnotify plugin.
7129 TODO: - get rid of the harcoded path for the icon
7130       - make the meta printed an option.
7131
7132 ------------------------------------------------------------------------
7133 r15799 | massiot | 2006-06-04 02:10:01 +0200 (Sun, 04 Jun 2006) | 2 lines
7134 Changed paths:
7135    M /trunk/doc/fortunes.txt
7136
7137 .
7138
7139 ------------------------------------------------------------------------
7140 r15798 | ipkiss | 2006-06-04 02:00:34 +0200 (Sun, 04 Jun 2006) | 2 lines
7141 Changed paths:
7142    M /trunk/doc/skins/skins2-howto.xml
7143
7144  * dos/skins/skins2-howto.xml: Small precision
7145
7146 ------------------------------------------------------------------------
7147 r15797 | ipkiss | 2006-06-04 01:57:40 +0200 (Sun, 04 Jun 2006) | 9 lines
7148 Changed paths:
7149    M /trunk/doc/skins/skins2-howto.xml
7150    M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
7151    M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
7152    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
7153    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
7154    M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
7155    M /trunk/modules/gui/skins2/parser/builder.cpp
7156    M /trunk/modules/gui/skins2/parser/builder_data.def
7157    M /trunk/modules/gui/skins2/parser/builder_data.hpp
7158    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
7159    M /trunk/modules/gui/skins2/src/anchor.hpp
7160    M /trunk/modules/gui/skins2/src/generic_layout.cpp
7161    M /trunk/modules/gui/skins2/src/window_manager.cpp
7162    M /trunk/modules/gui/skins2/src/window_manager.hpp
7163    M /trunk/modules/gui/skins2/utils/position.hpp
7164    M /trunk/share/skins2/skin.dtd
7165
7166  * modules/gui/skins2/*:
7167      - anchors have a new "lefttop" attribute, allowing them to follow the
7168        border of the window when resizing
7169      - the resizing is now handled by the WindowManager class (to enforce the
7170        mediator pattern). This makes it possible to handle tricky cases,
7171        such as:
7172            window B is anchored to window A, and A is resized
7173            ==> B moves accordingly, and can still be anchored by other windows
7174
7175 ------------------------------------------------------------------------
7176 r15796 | zorglub | 2006-06-04 00:27:19 +0200 (Sun, 04 Jun 2006) | 2 lines
7177 Changed paths:
7178    M /trunk/modules/gui/qt4/components/preferences.cpp
7179    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
7180
7181 Cosmetics
7182
7183 ------------------------------------------------------------------------
7184 r15795 | zorglub | 2006-06-03 23:44:25 +0200 (Sat, 03 Jun 2006) | 3 lines
7185 Changed paths:
7186    M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
7187    M /trunk/modules/gui/qt4/main_interface.cpp
7188
7189 * Fix crash
7190 * Add a prefs button
7191
7192 ------------------------------------------------------------------------
7193 r15794 | zorglub | 2006-06-03 20:03:40 +0200 (Sat, 03 Jun 2006) | 2 lines
7194 Changed paths:
7195    M /trunk/modules/gui/qt4/Modules.am
7196    A /trunk/modules/gui/qt4/components/preferences.cpp (from /trunk/modules/gui/qt4/components/preferences_tree.cpp:15791)
7197    A /trunk/modules/gui/qt4/components/preferences.hpp (from /trunk/modules/gui/qt4/components/preferences_tree.hpp:15791)
7198    D /trunk/modules/gui/qt4/components/preferences_tree.cpp
7199    D /trunk/modules/gui/qt4/components/preferences_tree.hpp
7200    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
7201    M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
7202    A /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
7203    A /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
7204    M /trunk/modules/gui/qt4/dialogs_provider.cpp
7205    A /trunk/modules/gui/qt4/pixmaps
7206    A /trunk/modules/gui/qt4/pixmaps/advanced.xpm (from /trunk/modules/gui/wxwidgets/bitmaps/advanced.xpm:15787)
7207    A /trunk/modules/gui/qt4/pixmaps/audio.xpm
7208    A /trunk/modules/gui/qt4/pixmaps/codec.xpm (from /trunk/modules/gui/wxwidgets/bitmaps/codec.xpm:15787)
7209    A /trunk/modules/gui/qt4/pixmaps/intf.xpm (from /trunk/modules/gui/wxwidgets/bitmaps/intf.xpm:15787)
7210    A /trunk/modules/gui/qt4/pixmaps/type_net.xpm (from /trunk/modules/gui/wxwidgets/bitmaps/type_net.xpm:15787)
7211    A /trunk/modules/gui/qt4/pixmaps/type_playlist.xpm (from /trunk/modules/gui/wxwidgets/bitmaps/type_playlist.xpm:15787)
7212    A /trunk/modules/gui/qt4/pixmaps/video.xpm (from /trunk/modules/gui/wxwidgets/bitmaps/video.xpm:15787)
7213
7214 Preferences
7215
7216 ------------------------------------------------------------------------
7217 r15793 | fkuehne | 2006-06-03 14:15:03 +0200 (Sat, 03 Jun 2006) | 1 line
7218 Changed paths:
7219    M /trunk/extras/contrib/src/packages.mak
7220
7221 * use ganesh instead of the official server while it is down
7222 ------------------------------------------------------------------------
7223 r15792 | fkuehne | 2006-06-03 12:45:32 +0200 (Sat, 03 Jun 2006) | 1 line
7224 Changed paths:
7225    M /trunk/extras/contrib/src/Makefile
7226
7227 * fixed compilation if svn isn't in the default path
7228 ------------------------------------------------------------------------
7229 r15791 | xtophe | 2006-06-03 00:56:38 +0200 (Sat, 03 Jun 2006) | 2 lines
7230 Changed paths:
7231    M /trunk/modules/access/http.c
7232
7233 Fix Stream title. Patch by Diego "Flameeyes" Petteno
7234
7235 ------------------------------------------------------------------------
7236 r15790 | xtophe | 2006-06-03 00:22:01 +0200 (Sat, 03 Jun 2006) | 2 lines
7237 Changed paths:
7238    M /trunk/modules/video_output/x11/glx.c
7239
7240 discriminate between the two OpenGL modules
7241
7242 ------------------------------------------------------------------------
7243 r15789 | zorglub | 2006-06-02 22:20:21 +0200 (Fri, 02 Jun 2006) | 2 lines
7244 Changed paths:
7245    A /trunk/modules/gui/qt4/components/preferences_tree.cpp
7246    A /trunk/modules/gui/qt4/components/preferences_tree.hpp
7247
7248 Empty files
7249
7250 ------------------------------------------------------------------------
7251 r15788 | bigben | 2006-06-02 21:24:36 +0200 (Fri, 02 Jun 2006) | 3 lines
7252 Changed paths:
7253    M /trunk/modules/video_output/opengl.c
7254
7255 * Don't change the FSF address
7256
7257
7258 ------------------------------------------------------------------------
7259 r15787 | bigben | 2006-06-02 20:41:31 +0200 (Fri, 02 Jun 2006) | 3 lines
7260 Changed paths:
7261    M /trunk/THANKS
7262    M /trunk/configure.ac
7263    M /trunk/modules/video_output/opengl.c
7264
7265 * Patch by C?\195?\169dric Cocquebert to add several additional video effects to the opengl vout
7266
7267
7268 ------------------------------------------------------------------------
7269 r15786 | littlejohn | 2006-06-02 15:22:58 +0200 (Fri, 02 Jun 2006) | 3 lines
7270 Changed paths:
7271    M /trunk/configure.ac
7272
7273 when testing if mozilla is required, use enable_mozilla, not just mozilla
7274
7275
7276 ------------------------------------------------------------------------
7277 r15785 | littlejohn | 2006-06-02 13:27:30 +0200 (Fri, 02 Jun 2006) | 5 lines
7278 Changed paths:
7279    M /trunk/include/vlc/libvlc.h
7280    M /trunk/src/control/input.c
7281    M /trunk/src/control/video.c
7282
7283 added in libvlc:
7284  - simple screenshot function
7285  - an helper function to check if the input item is playing 
7286
7287
7288 ------------------------------------------------------------------------
7289 r15784 | zorglub | 2006-06-02 08:06:38 +0200 (Fri, 02 Jun 2006) | 2 lines
7290 Changed paths:
7291    M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
7292
7293 Todo for prefs widgets
7294
7295 ------------------------------------------------------------------------
7296 r15783 | zorglub | 2006-06-02 08:05:11 +0200 (Fri, 02 Jun 2006) | 2 lines
7297 Changed paths:
7298    M /trunk/src/libvlc.h
7299
7300 Typo. Thanks to radius on the forum
7301
7302 ------------------------------------------------------------------------
7303 r15782 | damienf | 2006-06-02 01:22:54 +0200 (Fri, 02 Jun 2006) | 5 lines
7304 Changed paths:
7305    M /trunk/configure.ac
7306    M /trunk/modules/gui/macosx/voutgl.m
7307    M /trunk/mozilla/vlc.r
7308    M /trunk/mozilla/vlcshell.cpp
7309
7310 - voutgl.m: added OpenGL provider for MacOS X Safari/mozilla plugin
7311 - vlcshell.cpp: make opengl the default video output module for macosx
7312 - vlc.r: remove Quicktime mimetype from supported list
7313 - configure.ac: the OpenGL provider requires the AGL framework
7314
7315 ------------------------------------------------------------------------
7316 r15781 | xtophe | 2006-06-01 23:28:12 +0200 (Thu, 01 Jun 2006) | 2 lines
7317 Changed paths:
7318    M /trunk/modules/gui/wxwidgets/video.cpp
7319
7320 Don't lock the mutex twice
7321
7322 ------------------------------------------------------------------------
7323 r15780 | zorglub | 2006-06-01 22:42:03 +0200 (Thu, 01 Jun 2006) | 2 lines
7324 Changed paths:
7325    M /trunk/modules/gui/qt4/Modules.am
7326    A /trunk/modules/gui/qt4/components/preferences_widgets.cpp
7327    A /trunk/modules/gui/qt4/components/preferences_widgets.hpp
7328
7329 Skeleton for preferences widgets
7330
7331 ------------------------------------------------------------------------
7332 r15779 | zorglub | 2006-06-01 16:46:26 +0200 (Thu, 01 Jun 2006) | 2 lines
7333 Changed paths:
7334    M /trunk/modules/gui/qt4/input_manager.cpp
7335    M /trunk/modules/gui/qt4/input_manager.hpp
7336    M /trunk/modules/gui/qt4/util/input_slider.cpp
7337
7338 Manage navigation buttons, status and text
7339
7340 ------------------------------------------------------------------------
7341 r15778 | xtophe | 2006-06-01 15:10:28 +0200 (Thu, 01 Jun 2006) | 2 lines
7342 Changed paths:
7343    M /trunk/modules/video_output/caca.c
7344
7345 caca.c: compile fix
7346
7347 ------------------------------------------------------------------------
7348 r15777 | sam | 2006-06-01 12:34:32 +0200 (Thu, 01 Jun 2006) | 2 lines
7349 Changed paths:
7350    M /trunk/modules/video_output/caca.c
7351
7352   * modules/video_output/caca.c: fixed typedefs for older libcaca versions.
7353
7354 ------------------------------------------------------------------------
7355 r15776 | sam | 2006-06-01 11:57:01 +0200 (Thu, 01 Jun 2006) | 2 lines
7356 Changed paths:
7357    M /trunk/modules/video_output/caca.c
7358
7359   * modules/video_output/caca.c: many code simplifications.
7360
7361 ------------------------------------------------------------------------
7362 r15775 | sam | 2006-06-01 11:53:36 +0200 (Thu, 01 Jun 2006) | 3 lines
7363 Changed paths:
7364    M /trunk/bootstrap
7365
7366   * bootstrap: simplified automake detection and added support for the FreeBSD
7367     automake naming scheme.
7368
7369 ------------------------------------------------------------------------
7370 r15774 | Trax | 2006-06-01 01:12:09 +0200 (Thu, 01 Jun 2006) | 1 line
7371 Changed paths:
7372    M /trunk/modules/mux/asf.c
7373
7374 * modules/mux/asf.c: Experimental support for AAC (mp4a) in asf. Needs testing.
7375 ------------------------------------------------------------------------
7376 r15773 | zorglub | 2006-05-31 23:48:31 +0200 (Wed, 31 May 2006) | 2 lines
7377 Changed paths:
7378    M /trunk/modules/gui/qt4/input_manager.cpp
7379
7380 Don't crash
7381
7382 ------------------------------------------------------------------------
7383 r15772 | xtophe | 2006-05-31 23:45:06 +0200 (Wed, 31 May 2006) | 2 lines
7384 Changed paths:
7385    M /trunk/modules/gui/qt4/qt4.cpp
7386
7387 Add a qt shortcut
7388
7389 ------------------------------------------------------------------------
7390 r15771 | xtophe | 2006-05-31 23:34:01 +0200 (Wed, 31 May 2006) | 2 lines
7391 Changed paths:
7392    M /trunk/configure.ac
7393
7394 [15729] breaks binary compatibility
7395
7396 ------------------------------------------------------------------------
7397 r15770 | zorglub | 2006-05-31 23:24:58 +0200 (Wed, 31 May 2006) | 2 lines
7398 Changed paths:
7399    M /trunk/modules/gui/qt4/input_manager.cpp
7400    M /trunk/modules/gui/qt4/input_manager.hpp
7401    M /trunk/modules/gui/qt4/main_interface.cpp
7402    M /trunk/modules/gui/qt4/util/input_slider.cpp
7403    M /trunk/modules/gui/qt4/util/input_slider.hpp
7404
7405 Cleanup
7406
7407 ------------------------------------------------------------------------
7408 r15769 | zorglub | 2006-05-31 23:04:26 +0200 (Wed, 31 May 2006) | 2 lines
7409 Changed paths:
7410    M /trunk/modules/gui/qt4/input_manager.cpp
7411    M /trunk/modules/gui/qt4/main_interface.cpp
7412    M /trunk/modules/gui/qt4/main_interface.hpp
7413    M /trunk/modules/gui/qt4/util/input_slider.cpp
7414    M /trunk/modules/gui/qt4/util/input_slider.hpp
7415
7416 First benefits of QT ! A slider ! (Refs:#80)
7417
7418 ------------------------------------------------------------------------
7419 r15768 | zorglub | 2006-05-31 22:40:54 +0200 (Wed, 31 May 2006) | 3 lines
7420 Changed paths:
7421    M /trunk/include/vlc_common.h
7422    M /trunk/modules/access/cdda/info.c
7423    M /trunk/modules/access/cdda.c
7424    M /trunk/modules/control/hotkeys.c
7425    M /trunk/modules/control/http/macro.c
7426    M /trunk/modules/control/http/rpn.c
7427    M /trunk/modules/demux/playlist/playlist.h
7428    M /trunk/modules/gui/macosx/playlist.m
7429    M /trunk/modules/gui/macosx/wizard.m
7430    M /trunk/modules/gui/ncurses.c
7431    M /trunk/modules/gui/qt4/main_interface.cpp
7432    M /trunk/modules/gui/skins2/vars/playtree.cpp
7433    M /trunk/modules/gui/wince/open.cpp
7434    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
7435    M /trunk/modules/video_filter/motiondetect.c
7436    M /trunk/src/playlist/control.c
7437    M /trunk/src/playlist/tree.c
7438
7439 Fix playlist crasher and simplify a few things
7440 (Remove ITEMPLAY method, which had become redundant)
7441
7442 ------------------------------------------------------------------------
7443 r15767 | dionoea | 2006-05-30 21:57:34 +0200 (Tue, 30 May 2006) | 2 lines
7444 Changed paths:
7445    M /trunk/THANKS
7446
7447 Typo corretion. Thanks to tango_ on IRC :)
7448
7449 ------------------------------------------------------------------------
7450 r15766 | zorglub | 2006-05-30 21:17:33 +0200 (Tue, 30 May 2006) | 2 lines
7451 Changed paths:
7452    M /trunk/configure.ac
7453    M /trunk/modules/gui/qt4/Modules.am
7454    M /trunk/modules/gui/qt4/main_interface.cpp
7455
7456 QT4 detection patch by Pavlov Konstantin
7457
7458 ------------------------------------------------------------------------
7459 r15765 | zorglub | 2006-05-30 08:20:06 +0200 (Tue, 30 May 2006) | 2 lines
7460 Changed paths:
7461    M /trunk/modules/gui/qt4/components
7462    M /trunk/modules/gui/qt4/dialogs
7463    M /trunk/modules/gui/qt4/util
7464
7465 Fix properties
7466
7467 ------------------------------------------------------------------------
7468 r15764 | zorglub | 2006-05-29 22:08:14 +0200 (Mon, 29 May 2006) | 3 lines
7469 Changed paths:
7470    M /trunk/modules/gui/qt4/dialogs_provider.cpp
7471    M /trunk/modules/gui/qt4/input_manager.cpp
7472    M /trunk/modules/gui/qt4/main_interface.cpp
7473    M /trunk/modules/gui/qt4/main_interface.hpp
7474    M /trunk/modules/gui/qt4/qt4.cpp
7475    M /trunk/modules/gui/qt4/util/input_slider.cpp
7476
7477 Start handling input
7478 Quit
7479
7480 ------------------------------------------------------------------------
7481 r15763 | jpsaman | 2006-05-29 20:58:58 +0200 (Mon, 29 May 2006) | 1 line
7482 Changed paths:
7483    M /trunk/THANKS
7484
7485 Added Diego Petteno to THANKS file.
7486 ------------------------------------------------------------------------
7487 r15762 | jpsaman | 2006-05-29 20:57:20 +0200 (Mon, 29 May 2006) | 5 lines
7488 Changed paths:
7489    M /trunk/modules/codec/ffmpeg/encoder.c
7490
7491 This patch removes the usage of FFMPEG's internal ff_mpeg4_default_*_matrix
7492 symbols that would be hidden by the visibility patch, thus allowing VLC usage
7493 with patched FFMPEG code, and sanitise the need for accessing non-public
7494 symbols. Patch by Diego Petteno (flameeyes at gentoo do org).
7495
7496 ------------------------------------------------------------------------
7497 r15761 | courmisch | 2006-05-29 20:46:09 +0200 (Mon, 29 May 2006) | 2 lines
7498 Changed paths:
7499    M /trunk/configure.ac
7500    M /trunk/modules/gui/qt4/Modules.am
7501
7502 Build system fixes + cleanup
7503
7504 ------------------------------------------------------------------------
7505 r15760 | zorglub | 2006-05-29 19:28:15 +0200 (Mon, 29 May 2006) | 2 lines
7506 Changed paths:
7507    M /trunk/modules/gui/qt4/Modules.am
7508    M /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
7509    M /trunk/modules/gui/qt4/dialogs/streaminfo.hpp
7510    M /trunk/modules/gui/qt4/input_manager.cpp
7511    M /trunk/modules/gui/qt4/input_manager.hpp
7512    M /trunk/modules/gui/qt4/main_interface.cpp
7513    M /trunk/modules/gui/qt4/main_interface.hpp
7514    A /trunk/modules/gui/qt4/util/input_slider.cpp
7515    A /trunk/modules/gui/qt4/util/input_slider.hpp
7516
7517 Some progress
7518
7519 ------------------------------------------------------------------------
7520 r15759 | zorglub | 2006-05-29 15:23:48 +0200 (Mon, 29 May 2006) | 2 lines
7521 Changed paths:
7522    M /trunk/modules/gui/qt4/Modules.am
7523
7524 Fix a typo
7525
7526 ------------------------------------------------------------------------
7527 r15758 | zorglub | 2006-05-29 08:07:36 +0200 (Mon, 29 May 2006) | 4 lines
7528 Changed paths:
7529    M /trunk/configure.ac
7530    M /trunk/modules/gui/qt4/Modules.am
7531    M /trunk/modules/gui/qt4/components
7532    A /trunk/modules/gui/qt4/components/infopanels.cpp
7533    A /trunk/modules/gui/qt4/components/infopanels.hpp
7534    A /trunk/modules/gui/qt4/dialogs/streaminfo.cpp
7535    A /trunk/modules/gui/qt4/dialogs/streaminfo.hpp
7536    M /trunk/modules/gui/qt4/dialogs_provider.cpp
7537    M /trunk/modules/gui/qt4/dialogs_provider.hpp
7538    A /trunk/modules/gui/qt4/input_manager.cpp
7539    A /trunk/modules/gui/qt4/input_manager.hpp
7540    M /trunk/modules/gui/qt4/qt4.cpp
7541    M /trunk/modules/gui/qt4/qt4.hpp
7542    A /trunk/modules/gui/qt4/ui/input_stats.ui
7543
7544 * Fix QT detection and make dist
7545 * First dialog
7546 * Start of input management
7547
7548 ------------------------------------------------------------------------
7549 r15757 | hartman | 2006-05-28 18:26:13 +0200 (Sun, 28 May 2006) | 2 lines
7550 Changed paths:
7551    M /trunk/modules/demux/playlist/xspf.c
7552
7553 this patch allows xml comments directly before the root node. Patch by Daniel Stranger.
7554
7555 ------------------------------------------------------------------------
7556 r15756 | zorglub | 2006-05-28 15:18:21 +0200 (Sun, 28 May 2006) | 2 lines
7557 Changed paths:
7558    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
7559
7560 Fix
7561
7562 ------------------------------------------------------------------------
7563 r15755 | zorglub | 2006-05-28 14:04:19 +0200 (Sun, 28 May 2006) | 3 lines
7564 Changed paths:
7565    M /trunk/include/vlc_interface.h
7566    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
7567    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
7568    M /trunk/modules/gui/wxwidgets/dialogs.cpp
7569
7570 File type filters and implementation in WX. Refs:#24
7571 Thanks to Steven Sheehy and sorry for the delay :)
7572
7573 ------------------------------------------------------------------------
7574 r15754 | sam | 2006-05-28 01:12:26 +0200 (Sun, 28 May 2006) | 3 lines
7575 Changed paths:
7576    M /trunk/modules/codec/realaudio.c
7577
7578   * modules/codec/realaudio.c: oh, after all, let's use WINAPI for function
7579     declarations :-)
7580
7581 ------------------------------------------------------------------------
7582 r15753 | sam | 2006-05-28 01:10:52 +0200 (Sun, 28 May 2006) | 3 lines
7583 Changed paths:
7584    M /trunk/modules/codec/realaudio.c
7585
7586   * modules/codec/realaudio.c: only use WINAPI for function declarations, not
7587     for function pointers.
7588
7589 ------------------------------------------------------------------------
7590 r15752 | courmisch | 2006-05-27 19:40:15 +0200 (Sat, 27 May 2006) | 7 lines
7591 Changed paths:
7592    M /trunk/configure.ac
7593    M /trunk/src/misc/mtime.c
7594
7595 src/misc/mtime.c:
7596  - Don't use TIMER_ABSTIME which sucks (at least on Linux with HZ=1000)
7597  - Cosmetic
7598 configure.ac:
7599  - Check for clock_nanosleep() rather than clock_gettime(), as it is more
7600    recent and we need both.
7601
7602 ------------------------------------------------------------------------
7603 r15751 | fkuehne | 2006-05-27 19:00:27 +0200 (Sat, 27 May 2006) | 2 lines
7604 Changed paths:
7605    M /trunk/modules/gui/macosx/playlist.m
7606    M /trunk/modules/gui/macosx/playlistinfo.m
7607
7608 * playlistinfo.m: fixed a rare crash and made sure that the timer is run in every case
7609 * playlist.m: minor update to the new playlist plus removal of an unpurposelly commited debug-msg
7610 ------------------------------------------------------------------------
7611 r15750 | dionoea | 2006-05-27 14:49:06 +0200 (Sat, 27 May 2006) | 2 lines
7612 Changed paths:
7613    M /trunk/modules/gui/qt4/qt4.cpp
7614
7615 set_program( "qvlc" ); to make it look "official"
7616
7617 ------------------------------------------------------------------------
7618 r15749 | Trax | 2006-05-27 13:12:22 +0200 (Sat, 27 May 2006) | 1 line
7619 Changed paths:
7620    M /trunk/modules/codec/flac.c
7621    M /trunk/modules/demux/sgimb.c
7622    M /trunk/modules/demux/subtitle.c
7623    M /trunk/modules/video_filter/deinterlace.c
7624
7625 minor typo loose -> lose
7626 ------------------------------------------------------------------------
7627 r15748 | zorglub | 2006-05-27 13:09:56 +0200 (Sat, 27 May 2006) | 2 lines
7628 Changed paths:
7629    M /trunk/modules/gui/qt4
7630    M /trunk/modules/gui/qt4/Modules.am
7631    A /trunk/modules/gui/qt4/components
7632    A /trunk/modules/gui/qt4/dialogs
7633    A /trunk/modules/gui/qt4/dialogs/playlist.cpp
7634    A /trunk/modules/gui/qt4/dialogs/playlist.hpp
7635    A /trunk/modules/gui/qt4/dialogs_provider.cpp
7636    A /trunk/modules/gui/qt4/dialogs_provider.hpp
7637    A /trunk/modules/gui/qt4/main_interface.cpp
7638    A /trunk/modules/gui/qt4/main_interface.hpp
7639    A /trunk/modules/gui/qt4/qt4.cpp
7640    A /trunk/modules/gui/qt4/qt4.hpp
7641    A /trunk/modules/gui/qt4/ui
7642    A /trunk/modules/gui/qt4/util
7643    A /trunk/modules/gui/qt4/util/directslider.hpp
7644    A /trunk/modules/gui/qt4/util/qvlcframe.hpp
7645
7646 Initial layout
7647
7648 ------------------------------------------------------------------------
7649 r15747 | zorglub | 2006-05-27 13:08:56 +0200 (Sat, 27 May 2006) | 2 lines
7650 Changed paths:
7651    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
7652
7653 Here too
7654
7655 ------------------------------------------------------------------------
7656 r15746 | zorglub | 2006-05-27 13:08:39 +0200 (Sat, 27 May 2006) | 2 lines
7657 Changed paths:
7658    M /trunk/src/playlist/item.c
7659
7660 Re-enable PLAYLIST_GO
7661
7662 ------------------------------------------------------------------------
7663 r15745 | Trax | 2006-05-27 13:07:31 +0200 (Sat, 27 May 2006) | 1 line
7664 Changed paths:
7665    M /trunk/modules/codec/dmo/dmo.c
7666
7667 Add support for Windows Media Video (VC-1) Advanced Profile Decoder
7668 ------------------------------------------------------------------------
7669 r15744 | xtophe | 2006-05-26 21:43:32 +0200 (Fri, 26 May 2006) | 2 lines
7670 Changed paths:
7671    M /trunk/configure.ac
7672
7673 s/cvs/svn for ffmpeg
7674
7675 ------------------------------------------------------------------------
7676 r15743 | xtophe | 2006-05-26 21:00:36 +0200 (Fri, 26 May 2006) | 3 lines
7677 Changed paths:
7678    M /trunk/extras/contrib/src/Makefile
7679    M /trunk/extras/contrib/src/packages.mak
7680
7681 extras/contrib: FFMpeg has switched to SVN
7682                 wxWidgets 2.6.3
7683
7684 ------------------------------------------------------------------------
7685 r15742 | adn | 2006-05-26 07:41:42 +0200 (Fri, 26 May 2006) | 2 lines
7686 Changed paths:
7687    M /trunk/po/fr.po
7688
7689 s/Conttr?\195?\180le/Contr?\195?\180le/ (thanks to OuTman <outman52 free fr>)
7690
7691 ------------------------------------------------------------------------
7692 r15741 | fkuehne | 2006-05-26 00:16:27 +0200 (Fri, 26 May 2006) | 1 line
7693 Changed paths:
7694    M /trunk/modules/gui/macosx/playlist.m
7695
7696 * disabled the debug-msg which prints the pointer to each p_item. this produces so many msgs, that you can't see others
7697 ------------------------------------------------------------------------
7698 r15740 | fkuehne | 2006-05-25 23:44:11 +0200 (Thu, 25 May 2006) | 1 line
7699 Changed paths:
7700    M /trunk/modules/demux/real.c
7701
7702 * meta fixes
7703 ------------------------------------------------------------------------
7704 r15738 | zorglub | 2006-05-25 21:58:32 +0200 (Thu, 25 May 2006) | 2 lines
7705 Changed paths:
7706    M /trunk/configure.ac
7707    A /trunk/modules/gui/qt4/Modules.am
7708
7709 Fix build
7710
7711 ------------------------------------------------------------------------
7712 r15737 | zorglub | 2006-05-25 21:38:45 +0200 (Thu, 25 May 2006) | 2 lines
7713 Changed paths:
7714    M /trunk/configure.ac
7715    M /trunk/modules/access/cdda.c
7716    M /trunk/src/playlist/control.c
7717    M /trunk/src/playlist/engine.c
7718
7719 Fix CDDA and a corner-case in playlist handling
7720
7721 ------------------------------------------------------------------------
7722 r15736 | hartman | 2006-05-25 20:34:32 +0200 (Thu, 25 May 2006) | 5 lines
7723 Changed paths:
7724    M /trunk/THANKS
7725    M /trunk/modules/misc/rtsp.c
7726    M /trunk/modules/stream_out/rtp.c
7727
7728 * H264 RTP packetization by Vitaly V. Bursov <vitalyvb at ukr dotnet> refs #132
7729   NAL and FU-A modes of RFC 3984
7730   works for VLC -> VLC
7731   Does not work with QT yet, because QT requires the optional params profile-level-id and sprop-parameter-sets. these are usually provided in QT hinted tracks I guess. I'm not sure if we can reconstruct them manually. If someone would care to investigate..
7732
7733 ------------------------------------------------------------------------
7734 r15735 | zorglub | 2006-05-25 20:27:39 +0200 (Thu, 25 May 2006) | 2 lines
7735 Changed paths:
7736    M /trunk/configure.ac
7737    M /trunk/extras/contrib/src/Makefile
7738    M /trunk/include/vlc_messages.h
7739    M /trunk/modules/access/directory.c
7740    M /trunk/modules/gui/beos/InterfaceWindow.cpp
7741    M /trunk/modules/gui/beos/InterfaceWindow.h
7742    M /trunk/modules/gui/beos/ListViews.cpp
7743    M /trunk/modules/gui/beos/PlayListWindow.cpp
7744    M /trunk/modules/gui/beos/PlayListWindow.h
7745    M /trunk/src/playlist/item.c
7746    M /trunk/src/playlist/thread.c
7747
7748 Cumulative fix for BeOS - by Cian Duffy < myob87 4t gmail dot com >
7749
7750 ------------------------------------------------------------------------
7751 r15734 | titer | 2006-05-25 17:26:51 +0200 (Thu, 25 May 2006) | 2 lines
7752 Changed paths:
7753    M /trunk/modules/gui/macosx/intf.m
7754
7755 Handle Volume Up/Down as well
7756
7757 ------------------------------------------------------------------------
7758 r15733 | titer | 2006-05-25 16:59:57 +0200 (Thu, 25 May 2006) | 5 lines
7759 Changed paths:
7760    M /trunk/Makefile.am
7761    A /trunk/modules/gui/macosx/AppleRemote.h
7762    A /trunk/modules/gui/macosx/AppleRemote.m
7763    M /trunk/modules/gui/macosx/Modules.am
7764    M /trunk/modules/gui/macosx/intf.h
7765    M /trunk/modules/gui/macosx/intf.m
7766
7767 Adds support for Apple's remote (only handles Play/Pause at the moment).
7768
7769 AppleRemote.[mh] is MIT licensed code from Martin Kahr:
7770 http://www.martinkahr.com/source-code
7771
7772 ------------------------------------------------------------------------
7773 r15732 | dionoea | 2006-05-25 16:52:17 +0200 (Thu, 25 May 2006) | 2 lines
7774 Changed paths:
7775    M /trunk/include/configuration.h
7776
7777 Spell fix
7778
7779 ------------------------------------------------------------------------
7780 r15731 | zorglub | 2006-05-25 16:43:53 +0200 (Thu, 25 May 2006) | 2 lines
7781 Changed paths:
7782    M /trunk/modules/demux/playlist/playlist.c
7783    M /trunk/modules/gui/skins2/src/skin_main.cpp
7784    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
7785
7786 Mark skins2-config, wx-config and parent-item as internal
7787
7788 ------------------------------------------------------------------------
7789 r15730 | hartman | 2006-05-25 16:40:20 +0200 (Thu, 25 May 2006) | 2 lines
7790 Changed paths:
7791    M /trunk/include/vlc_meta.h
7792
7793 * Fix id3tag new meta
7794
7795 ------------------------------------------------------------------------
7796 r15729 | zorglub | 2006-05-25 16:24:17 +0200 (Thu, 25 May 2006) | 2 lines
7797 Changed paths:
7798    M /trunk/include/configuration.h
7799    M /trunk/include/modules_inner.h
7800    M /trunk/modules/access/cdda.c
7801    M /trunk/modules/gui/macosx/prefs.m
7802    M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
7803
7804 Add a change_internal modifier to options. Please check OS X implementation
7805
7806 ------------------------------------------------------------------------
7807 r15728 | zorglub | 2006-05-25 15:58:28 +0200 (Thu, 25 May 2006) | 2 lines
7808 Changed paths:
7809    M /trunk/src/playlist/item.c
7810
7811 Sanity checks
7812
7813 ------------------------------------------------------------------------
7814 r15727 | zorglub | 2006-05-25 15:45:33 +0200 (Thu, 25 May 2006) | 2 lines
7815 Changed paths:
7816    M /trunk/modules/demux/playlist/playlist.c
7817    M /trunk/modules/demux/playlist/xspf.c
7818    M /trunk/modules/demux/playlist/xspf.h
7819
7820 Fix XSPF (Closes:#651)
7821
7822 ------------------------------------------------------------------------
7823 r15726 | hartman | 2006-05-25 15:19:44 +0200 (Thu, 25 May 2006) | 2 lines
7824 Changed paths:
7825    M /trunk/modules/demux/util/id3tag.c
7826
7827 * Compile before you commit :D
7828
7829 ------------------------------------------------------------------------
7830 r15725 | hartman | 2006-05-25 15:04:51 +0200 (Thu, 25 May 2006) | 2 lines
7831 Changed paths:
7832    M /trunk/modules/demux/util/id3tag.c
7833
7834 * Another ID3 tag supported :D
7835
7836 ------------------------------------------------------------------------
7837 r15724 | zorglub | 2006-05-25 13:45:32 +0200 (Thu, 25 May 2006) | 3 lines
7838 Changed paths:
7839    M /trunk/modules/demux/playlist/pls.c
7840    M /trunk/modules/demux/playlist/shoutcast.c
7841    M /trunk/modules/gui/wxwidgets/dialogs.cpp
7842    M /trunk/src/playlist/item.c
7843
7844 * Almost fix shoutcast (still some problems in "flat" view)
7845 * Disable interaction in WX until it's fixed
7846
7847 ------------------------------------------------------------------------
7848 r15723 | courmisch | 2006-05-25 12:51:17 +0200 (Thu, 25 May 2006) | 2 lines
7849 Changed paths:
7850    M /trunk/src/misc/mtime.c
7851
7852 Fix overflows
7853
7854 ------------------------------------------------------------------------
7855 r15722 | zorglub | 2006-05-25 12:11:06 +0200 (Thu, 25 May 2006) | 2 lines
7856 Changed paths:
7857    M /trunk/modules/demux/playlist/b4s.c
7858    M /trunk/modules/demux/playlist/dvb.c
7859    M /trunk/modules/demux/playlist/m3u.c
7860    M /trunk/modules/demux/playlist/playlist.h
7861    M /trunk/modules/demux/playlist/podcast.c
7862
7863 Fix DVB demuxer. Barely tested
7864
7865 ------------------------------------------------------------------------
7866 r15721 | courmisch | 2006-05-25 11:54:35 +0200 (Thu, 25 May 2006) | 2 lines
7867 Changed paths:
7868    M /trunk/src/misc/mtime.c
7869
7870 Also implement msleep() wrt _POSIX_MONOTONIC_CLOCK
7871
7872 ------------------------------------------------------------------------
7873 r15720 | zorglub | 2006-05-25 11:52:57 +0200 (Thu, 25 May 2006) | 3 lines
7874 Changed paths:
7875    M /trunk/include/vlc_playlist.h
7876    M /trunk/include/vlc_symbols.h
7877    M /trunk/src/playlist/control.c
7878    M /trunk/src/playlist/engine.c
7879    M /trunk/src/playlist/item.c
7880    M /trunk/src/playlist/search.c
7881    M /trunk/src/playlist/tree.c
7882
7883 * Remove unused playlist_ItemCopy
7884 * Fix some debug
7885
7886 ------------------------------------------------------------------------
7887 r15719 | zorglub | 2006-05-25 11:20:03 +0200 (Thu, 25 May 2006) | 2 lines
7888 Changed paths:
7889    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
7890
7891 Fix playing from popup
7892
7893 ------------------------------------------------------------------------
7894 r15718 | zorglub | 2006-05-25 11:19:25 +0200 (Thu, 25 May 2006) | 2 lines
7895 Changed paths:
7896    M /trunk/src/playlist/engine.c
7897
7898 Fix a bug in preparse throttling
7899
7900 ------------------------------------------------------------------------
7901 r15717 | zorglub | 2006-05-25 11:04:19 +0200 (Thu, 25 May 2006) | 3 lines
7902 Changed paths:
7903    A /trunk/modules/gui/qt4
7904    M /trunk/src/playlist/item.c
7905    M /trunk/src/playlist/search.c
7906
7907 * Search on artist and album
7908 * Remove some debug
7909
7910 ------------------------------------------------------------------------
7911 r15716 | zorglub | 2006-05-25 10:55:05 +0200 (Thu, 25 May 2006) | 2 lines
7912 Changed paths:
7913    M /trunk/modules/demux/util/id3tag.c
7914
7915 Fix m3u unhandled meta
7916
7917 ------------------------------------------------------------------------
7918 r15713 | courmisch | 2006-05-24 22:39:21 +0200 (Wed, 24 May 2006) | 2 lines
7919 Changed paths:
7920    M /trunk/src/misc/mtime.c
7921
7922 Fix monotonic clock POSIX option detection
7923
7924 ------------------------------------------------------------------------
7925 r15712 | courmisch | 2006-05-24 21:35:31 +0200 (Wed, 24 May 2006) | 4 lines
7926 Changed paths:
7927    M /trunk/configure.ac
7928    M /trunk/src/misc/mtime.c
7929
7930 Use the monotonic clock from POSIX real time extension when available.
7931 That one goes at the same ?\226?\128?\156speed?\226?\128?\157 as the real time clock, but it is
7932 warp-less. Now it should be safe to call ntpdate while performing.
7933
7934 ------------------------------------------------------------------------
7935 r15711 | xtophe | 2006-05-24 01:05:34 +0200 (Wed, 24 May 2006) | 2 lines
7936 Changed paths:
7937    M /trunk/configure.ac
7938
7939 configure.ac: Forgot this one.
7940
7941 ------------------------------------------------------------------------
7942 r15710 | Trax | 2006-05-22 23:34:50 +0200 (Mon, 22 May 2006) | 1 line
7943 Changed paths:
7944    M /trunk/modules/codec/x264.c
7945
7946 proper subme integer range
7947 ------------------------------------------------------------------------
7948 r15709 | xtophe | 2006-05-22 22:06:40 +0200 (Mon, 22 May 2006) | 2 lines
7949 Changed paths:
7950    M /trunk/configure.ac
7951
7952 configure.ac: More strict test fot GL stuff
7953
7954 ------------------------------------------------------------------------
7955 r15708 | fkuehne | 2006-05-22 17:45:01 +0200 (Mon, 22 May 2006) | 1 line
7956 Changed paths:
7957    M /trunk/configure.ac
7958
7959 * fixed a typo
7960 ------------------------------------------------------------------------
7961 r15707 | xtophe | 2006-05-22 11:42:08 +0200 (Mon, 22 May 2006) | 3 lines
7962 Changed paths:
7963    M /trunk/INSTALL.win32
7964
7965 s/livedotcom/live555
7966
7967
7968 ------------------------------------------------------------------------
7969 r15706 | xtophe | 2006-05-22 10:53:17 +0200 (Mon, 22 May 2006) | 2 lines
7970 Changed paths:
7971    M /trunk/po/Makefile.in.in
7972    M /trunk/po/POTFILES.in
7973    M /trunk/po/ca.po
7974    M /trunk/po/cs.po
7975    M /trunk/po/da.po
7976    M /trunk/po/de.po
7977    M /trunk/po/en_GB.po
7978    M /trunk/po/es.po
7979    M /trunk/po/fr.po
7980    M /trunk/po/gl.po
7981    M /trunk/po/he.po
7982    M /trunk/po/hi.po
7983    M /trunk/po/hu.po
7984    M /trunk/po/it.po
7985    M /trunk/po/ja.po
7986    M /trunk/po/ka.po
7987    M /trunk/po/ko.po
7988    M /trunk/po/nl.po
7989    M /trunk/po/oc.po
7990    M /trunk/po/pt_BR.po
7991    M /trunk/po/ro.po
7992    M /trunk/po/ru.po
7993    M /trunk/po/sv.po
7994    M /trunk/po/tr.po
7995    M /trunk/po/vlc.pot
7996    M /trunk/po/zh_CN.po
7997    M /trunk/po/zh_TW.po
7998
7999 Update po file after filename change ( we should do a post-commit hook one day)
8000
8001 ------------------------------------------------------------------------
8002 r15705 | yoann | 2006-05-22 00:17:25 +0200 (Mon, 22 May 2006) | 2 lines
8003 Changed paths:
8004    M /trunk/modules/control/hotkeys.c
8005
8006 * control/hotkeys.c: Fix Play/Pause hotkey
8007
8008 ------------------------------------------------------------------------
8009 r15704 | dionoea | 2006-05-22 00:01:14 +0200 (Mon, 22 May 2006) | 2 lines
8010 Changed paths:
8011    M /trunk/include/vlc_keys.h
8012    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
8013    M /trunk/modules/video_output/directx/events.c
8014
8015 Add support for keyboard multimedia keys on win32. This is of course untested.
8016
8017 ------------------------------------------------------------------------
8018 r15703 | xtophe | 2006-05-21 23:39:34 +0200 (Sun, 21 May 2006) | 2 lines
8019 Changed paths:
8020    M /trunk/NEWS
8021
8022 Update
8023
8024 ------------------------------------------------------------------------
8025 r15702 | xtophe | 2006-05-21 23:20:06 +0200 (Sun, 21 May 2006) | 2 lines
8026 Changed paths:
8027    A /trunk/modules/demux/live555.cpp (from /trunk/modules/demux/livedotcom.cpp:15701)
8028    D /trunk/modules/demux/livedotcom.cpp
8029
8030 s/livedotcom/live555/
8031
8032 ------------------------------------------------------------------------
8033 r15701 | xtophe | 2006-05-21 23:17:52 +0200 (Sun, 21 May 2006) | 2 lines
8034 Changed paths:
8035    M /trunk/configure.ac
8036    M /trunk/modules/demux/Modules.am
8037    M /trunk/modules/demux/livedotcom.cpp
8038
8039 ALL: s/livedotcom/live555/
8040
8041 ------------------------------------------------------------------------
8042 r15700 | bigben | 2006-05-21 22:00:27 +0200 (Sun, 21 May 2006) | 3 lines
8043 Changed paths:
8044    M /trunk/configure.ac
8045
8046 * Fix hal detection
8047
8048
8049 ------------------------------------------------------------------------
8050 r15699 | xtophe | 2006-05-21 19:31:06 +0200 (Sun, 21 May 2006) | 2 lines
8051 Changed paths:
8052    M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
8053
8054 Fix the integer widget
8055
8056 ------------------------------------------------------------------------
8057 r15698 | bigben | 2006-05-20 15:38:04 +0200 (Sat, 20 May 2006) | 3 lines
8058 Changed paths:
8059    M /trunk/configure.ac
8060
8061 * HAL / DBUS / GnomeVFS aren't linux only
8062
8063
8064 ------------------------------------------------------------------------
8065 r15697 | courmisch | 2006-05-20 15:17:00 +0200 (Sat, 20 May 2006) | 2 lines
8066 Changed paths:
8067    M /trunk/modules/demux/asf/libasf.c
8068
8069 Add missing const qualifier
8070
8071 ------------------------------------------------------------------------
8072 r15696 | courmisch | 2006-05-20 15:16:46 +0200 (Sat, 20 May 2006) | 2 lines
8073 Changed paths:
8074    M /trunk/modules/demux/real.c
8075
8076 missing #include
8077
8078 ------------------------------------------------------------------------
8079 r15695 | jpsaman | 2006-05-20 15:10:30 +0200 (Sat, 20 May 2006) | 1 line
8080 Changed paths:
8081    M /trunk/modules/demux/sgimb.c
8082
8083 Use correct datatype in srtncasecmp
8084 ------------------------------------------------------------------------
8085 r15694 | jpsaman | 2006-05-20 15:05:21 +0200 (Sat, 20 May 2006) | 1 line
8086 Changed paths:
8087    M /trunk/modules/demux/mp4/drms.c
8088
8089 Use correct datatype
8090 ------------------------------------------------------------------------
8091 r15693 | jpsaman | 2006-05-20 14:55:15 +0200 (Sat, 20 May 2006) | 1 line
8092 Changed paths:
8093    M /trunk/modules/demux/ts.c
8094
8095 Use correct types
8096 ------------------------------------------------------------------------
8097 r15692 | jpsaman | 2006-05-20 13:46:26 +0200 (Sat, 20 May 2006) | 1 line
8098 Changed paths:
8099    M /trunk/modules/codec/cmml/history.c
8100    M /trunk/modules/codec/cmml/intf.c
8101
8102 Remove unused variables
8103 ------------------------------------------------------------------------
8104 r15691 | jpsaman | 2006-05-20 13:45:33 +0200 (Sat, 20 May 2006) | 1 line
8105 Changed paths:
8106    M /trunk/modules/codec/spudec/parse.c
8107
8108 Remove unused variables and #ifdef DEBUG_SPUDEC the variables used when DEBUG_SPUDEC is active.
8109 ------------------------------------------------------------------------
8110 r15690 | jpsaman | 2006-05-20 13:43:35 +0200 (Sat, 20 May 2006) | 1 line
8111 Changed paths:
8112    M /trunk/modules/access/rtsp/rtsp.c
8113
8114 Compare the right datatypes
8115 ------------------------------------------------------------------------
8116 r15689 | jpsaman | 2006-05-20 13:42:40 +0200 (Sat, 20 May 2006) | 1 line
8117 Changed paths:
8118    M /trunk/modules/access/rtsp/real.c
8119
8120 Default value for pointer that could be used uninitalised
8121 ------------------------------------------------------------------------
8122 r15688 | jpsaman | 2006-05-20 13:41:26 +0200 (Sat, 20 May 2006) | 1 line
8123 Changed paths:
8124    M /trunk/modules/demux/playlist/dvb.c
8125
8126 Return in a non-void function
8127 ------------------------------------------------------------------------
8128 r15687 | jpsaman | 2006-05-20 13:41:08 +0200 (Sat, 20 May 2006) | 1 line
8129 Changed paths:
8130    M /trunk/modules/demux/playlist/b4s.c
8131
8132 Remove unused variables
8133 ------------------------------------------------------------------------
8134 r15686 | jpsaman | 2006-05-20 13:40:50 +0200 (Sat, 20 May 2006) | 1 line
8135 Changed paths:
8136    M /trunk/modules/demux/playlist/xspf.c
8137
8138 Return in a non-void function
8139 ------------------------------------------------------------------------
8140 r15685 | jpsaman | 2006-05-20 13:40:35 +0200 (Sat, 20 May 2006) | 1 line
8141 Changed paths:
8142    M /trunk/modules/demux/playlist/pls.c
8143
8144 Return in a non-void function
8145 ------------------------------------------------------------------------
8146 r15684 | jpsaman | 2006-05-20 13:40:15 +0200 (Sat, 20 May 2006) | 1 line
8147 Changed paths:
8148    M /trunk/modules/demux/ogg.c
8149
8150 Compare using the right data types
8151 ------------------------------------------------------------------------
8152 r15683 | jpsaman | 2006-05-20 13:39:53 +0200 (Sat, 20 May 2006) | 1 line
8153 Changed paths:
8154    M /trunk/modules/demux/sgimb.c
8155
8156 Remove unused variables
8157 ------------------------------------------------------------------------
8158 r15682 | jpsaman | 2006-05-20 13:39:32 +0200 (Sat, 20 May 2006) | 1 line
8159 Changed paths:
8160    M /trunk/modules/demux/mp4/drms.c
8161
8162 Remove unused variables
8163 ------------------------------------------------------------------------
8164 r15681 | jpsaman | 2006-05-20 13:39:19 +0200 (Sat, 20 May 2006) | 1 line
8165 Changed paths:
8166    M /trunk/modules/audio_output/alsa.c
8167
8168 Remove unused variables
8169 ------------------------------------------------------------------------
8170 r15680 | jpsaman | 2006-05-20 13:38:50 +0200 (Sat, 20 May 2006) | 1 line
8171 Changed paths:
8172    M /trunk/modules/access_output/file.c
8173
8174 Fix data type: Compiler warning
8175 ------------------------------------------------------------------------
8176 r15679 | jpsaman | 2006-05-20 13:38:26 +0200 (Sat, 20 May 2006) | 1 line
8177 Changed paths:
8178    M /trunk/modules/control/rc.c
8179
8180 Remove unused variables
8181 ------------------------------------------------------------------------
8182 r15678 | jpsaman | 2006-05-20 13:38:04 +0200 (Sat, 20 May 2006) | 1 line
8183 Changed paths:
8184    M /trunk/src/libvlc.h
8185
8186 Compiler warning
8187 ------------------------------------------------------------------------
8188 r15677 | jpsaman | 2006-05-20 13:37:41 +0200 (Sat, 20 May 2006) | 1 line
8189 Changed paths:
8190    M /trunk/src/playlist/thread.c
8191
8192 Add missing vlc_es.h
8193 ------------------------------------------------------------------------
8194 r15676 | jpsaman | 2006-05-20 13:37:26 +0200 (Sat, 20 May 2006) | 1 line
8195 Changed paths:
8196    M /trunk/src/playlist/item.c
8197
8198 return -1 in a non-void function
8199 ------------------------------------------------------------------------
8200 r15675 | jpsaman | 2006-05-20 13:37:01 +0200 (Sat, 20 May 2006) | 1 line
8201 Changed paths:
8202    M /trunk/src/libvlc.c
8203
8204 Compiler warnings
8205 ------------------------------------------------------------------------
8206 r15674 | jpsaman | 2006-05-20 13:36:38 +0200 (Sat, 20 May 2006) | 1 line
8207 Changed paths:
8208    M /trunk/src/video_output/vout_intf.c
8209
8210 Compiler warnings
8211 ------------------------------------------------------------------------
8212 r15673 | jpsaman | 2006-05-20 12:16:21 +0200 (Sat, 20 May 2006) | 1 line
8213 Changed paths:
8214    M /trunk/modules/codec/x264.c
8215
8216 x264 options patch from Dennis van Amerongen (Trax) (dennis dot vanAmerongen at nob dot nl)
8217 ------------------------------------------------------------------------
8218 r15670 | zorglub | 2006-05-19 12:00:39 +0200 (Fri, 19 May 2006) | 2 lines
8219 Changed paths:
8220    M /trunk/modules/video_filter/mosaic.c
8221
8222 gcc 2.95 compile fix
8223
8224 ------------------------------------------------------------------------
8225 r15669 | xtophe | 2006-05-19 01:00:48 +0200 (Fri, 19 May 2006) | 2 lines
8226 Changed paths:
8227    M /trunk/THANKS
8228    M /trunk/configure.ac
8229    A /trunk/po/cs.po
8230    M /trunk/src/libvlc.h
8231    M /trunk/src/misc/darwin_specific.m
8232
8233 Add Czech translation. Many thaks to Miroslav Oujesky
8234
8235 ------------------------------------------------------------------------
8236 r15668 | damienf | 2006-05-19 00:01:31 +0200 (Fri, 19 May 2006) | 2 lines
8237 Changed paths:
8238    M /trunk/src/video_output/vout_intf.c
8239
8240 - using strcmp with a NULL string isn't really a good thing to do
8241
8242 ------------------------------------------------------------------------
8243 r15667 | fkuehne | 2006-05-18 19:50:19 +0200 (Thu, 18 May 2006) | 1 line
8244 Changed paths:
8245    M /trunk/po/de.po
8246
8247 * address the user formally instead of informally (comparable to tu <-> vous in French)
8248 ------------------------------------------------------------------------
8249 r15663 | hartman | 2006-05-17 21:38:53 +0200 (Wed, 17 May 2006) | 3 lines
8250 Changed paths:
8251    M /trunk/modules/access/cdda/access.c
8252    M /trunk/modules/access/cdda/info.c
8253    M /trunk/modules/access/vcdx/access.c
8254
8255 * This makes the cddax and vcdx modules compile again. meta is disabled. functionality is untested.
8256 refs #649
8257
8258 ------------------------------------------------------------------------
8259 r15662 | jpsaman | 2006-05-17 13:17:31 +0200 (Wed, 17 May 2006) | 1 line
8260 Changed paths:
8261    M /trunk/po/Makefile.in.in
8262
8263 Fix po/Makefile.in.in
8264 ------------------------------------------------------------------------
8265 r15661 | zorglub | 2006-05-17 08:04:37 +0200 (Wed, 17 May 2006) | 2 lines
8266 Changed paths:
8267    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
8268
8269 Forgot to change the deletion function
8270
8271 ------------------------------------------------------------------------
8272 r15660 | yoann | 2006-05-17 04:59:48 +0200 (Wed, 17 May 2006) | 3 lines
8273 Changed paths:
8274    M /trunk/modules/gui/ncurses.c
8275
8276 * gui/ncurses.c: first attempt to fix ncurses with new playlist
8277                  still not working: Add something to playlist
8278
8279 ------------------------------------------------------------------------
8280 r15659 | yoann | 2006-05-17 04:31:30 +0200 (Wed, 17 May 2006) | 2 lines
8281 Changed paths:
8282    M /trunk/src/playlist/tree.c
8283
8284 * playlist/tree.c: when removing a node, don't forget to remove it from its parent!
8285
8286 ------------------------------------------------------------------------
8287 r15658 | xtophe | 2006-05-17 01:40:52 +0200 (Wed, 17 May 2006) | 2 lines
8288 Changed paths:
8289    M /trunk/configure.ac
8290
8291 Fix mozilla and xpidl detection
8292
8293 ------------------------------------------------------------------------
8294 r15657 | hartman | 2006-05-17 00:29:39 +0200 (Wed, 17 May 2006) | 3 lines
8295 Changed paths:
8296    M /trunk/modules/gui/macosx/playlist.m
8297    M /trunk/modules/gui/macosx/playlistinfo.m
8298
8299 * Fixed Meta for OSX, so i know what music i'm listening to.
8300 (debug left in place. when you run into a crash please not the console info so we can investigate)
8301
8302 ------------------------------------------------------------------------
8303 r15656 | fkuehne | 2006-05-16 21:25:18 +0200 (Tue, 16 May 2006) | 1 line
8304 Changed paths:
8305    M /trunk/modules/gui/macosx/interaction.m
8306
8307 * sorry, this part wasn't supposed to be committed yet
8308 ------------------------------------------------------------------------
8309 r15655 | fkuehne | 2006-05-16 21:22:02 +0200 (Tue, 16 May 2006) | 1 line
8310 Changed paths:
8311    M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
8312    M /trunk/modules/gui/macosx/interaction.m
8313    M /trunk/modules/gui/macosx/playlist.h
8314    M /trunk/modules/gui/macosx/playlist.m
8315
8316 * ask for the name of the new node through the interaction framework (node creation runs in a separate thread now to avoid interface blocking)
8317 ------------------------------------------------------------------------
8318 r15654 | hartman | 2006-05-16 20:23:37 +0200 (Tue, 16 May 2006) | 2 lines
8319 Changed paths:
8320    M /trunk/modules/access_output/http.c
8321
8322 * don't fail http output if AVAHI support is enabled, but the avahi daemon is not running. Just generate an error and continue.
8323
8324 ------------------------------------------------------------------------
8325 r15653 | hartman | 2006-05-16 20:09:47 +0200 (Tue, 16 May 2006) | 2 lines
8326 Changed paths:
8327    M /trunk/modules/demux/util/id3tag.c
8328
8329 * detail what id3tag handling is unimplemented.
8330
8331 ------------------------------------------------------------------------
8332 r15652 | fkuehne | 2006-05-16 18:45:57 +0200 (Tue, 16 May 2006) | 1 line
8333 Changed paths:
8334    M /trunk/po/de.po
8335
8336 * update of the German translation by Mathias C. Berens | welcome-soft with some few additions by myself
8337 ------------------------------------------------------------------------
8338 r15651 | jpsaman | 2006-05-16 18:04:06 +0200 (Tue, 16 May 2006) | 1 line
8339 Changed paths:
8340    M /trunk/modules/control/telnet.c
8341
8342 coding style fix
8343 ------------------------------------------------------------------------
8344 r15650 | jpsaman | 2006-05-16 18:02:56 +0200 (Tue, 16 May 2006) | 1 line
8345 Changed paths:
8346    M /trunk/modules/access/dv.c
8347
8348 Fix potential segmentation fault
8349 ------------------------------------------------------------------------
8350 r15649 | jpsaman | 2006-05-16 18:01:59 +0200 (Tue, 16 May 2006) | 1 line
8351 Changed paths:
8352    M /trunk/po/Makefile.in.in
8353
8354 Fix po installation
8355 ------------------------------------------------------------------------
8356 r15648 | jpsaman | 2006-05-16 18:01:01 +0200 (Tue, 16 May 2006) | 1 line
8357 Changed paths:
8358    M /trunk/modules/control/http/rpn.c
8359
8360 Fix Segmentation fault in RPN while parsing pathnames.
8361 ------------------------------------------------------------------------
8362 r15647 | fkuehne | 2006-05-15 22:08:30 +0200 (Mon, 15 May 2006) | 1 line
8363 Changed paths:
8364    M /trunk/src/video_output/vout_intf.c
8365
8366 * a plain %s can't be localised IMHO ;)
8367 ------------------------------------------------------------------------
8368 r15646 | xtophe | 2006-05-15 16:47:23 +0200 (Mon, 15 May 2006) | 2 lines
8369 Changed paths:
8370    M /trunk/src/control/mediacontrol_core.c
8371    M /trunk/src/control/playlist.c
8372
8373 New playlist API fix. 
8374
8375 ------------------------------------------------------------------------
8376 r15645 | zorglub | 2006-05-15 14:50:39 +0200 (Mon, 15 May 2006) | 2 lines
8377 Changed paths:
8378    M /trunk/src/misc/win32_specific.c
8379
8380 Last fix for win32 ?
8381
8382 ------------------------------------------------------------------------
8383 r15644 | zorglub | 2006-05-15 14:28:44 +0200 (Mon, 15 May 2006) | 2 lines
8384 Changed paths:
8385    M /trunk/modules/visualization/xosd.c
8386
8387 Should fix Xosd compilation
8388
8389 ------------------------------------------------------------------------
8390 r15643 | zorglub | 2006-05-15 14:26:49 +0200 (Mon, 15 May 2006) | 2 lines
8391 Changed paths:
8392    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
8393
8394 Should fix win32 WX compile
8395
8396 ------------------------------------------------------------------------
8397 r15642 | zorglub | 2006-05-15 14:07:26 +0200 (Mon, 15 May 2006) | 2 lines
8398 Changed paths:
8399    M /trunk/modules/services_discovery/bonjour.c
8400
8401 Fix bonjour compilation. Completely untested
8402
8403 ------------------------------------------------------------------------
8404 r15641 | xtophe | 2006-05-15 11:37:08 +0200 (Mon, 15 May 2006) | 2 lines
8405 Changed paths:
8406    M /trunk/po/POTFILES.in
8407    M /trunk/po/ca.po
8408    M /trunk/po/da.po
8409    M /trunk/po/de.po
8410    M /trunk/po/en_GB.po
8411    M /trunk/po/es.po
8412    M /trunk/po/fr.po
8413    M /trunk/po/gl.po
8414    M /trunk/po/he.po
8415    M /trunk/po/hi.po
8416    M /trunk/po/hu.po
8417    M /trunk/po/it.po
8418    M /trunk/po/ja.po
8419    M /trunk/po/ka.po
8420    M /trunk/po/ko.po
8421    M /trunk/po/nl.po
8422    M /trunk/po/oc.po
8423    M /trunk/po/pt_BR.po
8424    M /trunk/po/ro.po
8425    M /trunk/po/ru.po
8426    M /trunk/po/sv.po
8427    M /trunk/po/tr.po
8428    M /trunk/po/vlc.pot
8429    M /trunk/po/zh_CN.po
8430    M /trunk/po/zh_TW.po
8431
8432 Run make update-po. Fix make dist
8433
8434 ------------------------------------------------------------------------
8435 r15640 | zorglub | 2006-05-15 07:57:19 +0200 (Mon, 15 May 2006) | 2 lines
8436 Changed paths:
8437    M /trunk/include/vlc_playlist.h
8438    M /trunk/include/vlc_symbols.h
8439    M /trunk/modules/services_discovery/bonjour.c
8440    M /trunk/modules/services_discovery/hal.c
8441    M /trunk/modules/services_discovery/sap.c
8442    M /trunk/src/playlist/tree.c
8443
8444 New helper to create nodes for services discovery
8445
8446 ------------------------------------------------------------------------
8447 r15639 | ipkiss | 2006-05-15 00:16:59 +0200 (Mon, 15 May 2006) | 2 lines
8448 Changed paths:
8449    M /trunk/doc/skins/skins2-howto.xml
8450    M /trunk/modules/gui/skins2/parser/interpreter.cpp
8451    M /trunk/modules/gui/skins2/src/generic_layout.cpp
8452    M /trunk/modules/gui/skins2/src/generic_layout.hpp
8453    M /trunk/modules/gui/skins2/src/top_window.cpp
8454
8455  * skins2: new LayoutID.isActive boolean variable
8456
8457 ------------------------------------------------------------------------
8458 r15638 | fkuehne | 2006-05-14 23:57:37 +0200 (Sun, 14 May 2006) | 1 line
8459 Changed paths:
8460    M /trunk/modules/gui/macosx/intf.m
8461    M /trunk/modules/gui/macosx/playlist.m
8462
8463 * more compilation fixes
8464 ------------------------------------------------------------------------
8465 r15637 | ipkiss | 2006-05-14 23:51:37 +0200 (Sun, 14 May 2006) | 2 lines
8466 Changed paths:
8467    M /trunk/modules/gui/skins2/src/skin_main.cpp
8468
8469  * skins2/src/skin_main.cpp: Do not forget to return a value
8470
8471 ------------------------------------------------------------------------
8472 r15636 | ipkiss | 2006-05-14 23:43:22 +0200 (Sun, 14 May 2006) | 2 lines
8473 Changed paths:
8474    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
8475
8476  * skins2/parser/skin_parser.cpp: make sure the IDs are unique in the whole skin
8477
8478 ------------------------------------------------------------------------
8479 r15635 | fkuehne | 2006-05-14 23:10:07 +0200 (Sun, 14 May 2006) | 1 line
8480 Changed paths:
8481    M /trunk/modules/demux/mpc.c
8482    M /trunk/modules/demux/real.c
8483
8484 * vlc-meta fixes
8485 ------------------------------------------------------------------------
8486 r15634 | zorglub | 2006-05-14 22:40:23 +0200 (Sun, 14 May 2006) | 2 lines
8487 Changed paths:
8488    M /trunk/modules/codec/ffmpeg/demux.c
8489
8490 Fix ffmpeg linking
8491
8492 ------------------------------------------------------------------------
8493 r15633 | zorglub | 2006-05-14 21:52:42 +0200 (Sun, 14 May 2006) | 2 lines
8494 Changed paths:
8495    M /trunk/modules/services_discovery/shout.c
8496
8497 Fix shout compile
8498
8499 ------------------------------------------------------------------------
8500 r15632 | zorglub | 2006-05-14 20:49:50 +0200 (Sun, 14 May 2006) | 2 lines
8501 Changed paths:
8502    M /trunk/src/playlist/tree.c
8503
8504 Change some error message to assertions
8505
8506 ------------------------------------------------------------------------
8507 r15631 | zorglub | 2006-05-14 20:44:21 +0200 (Sun, 14 May 2006) | 2 lines
8508 Changed paths:
8509    M /trunk/modules/access_output/http.c
8510
8511 Fix http access output with bonjour
8512
8513 ------------------------------------------------------------------------
8514 r15630 | ipkiss | 2006-05-14 20:30:19 +0200 (Sun, 14 May 2006) | 2 lines
8515 Changed paths:
8516    M /trunk/src/input/input.c
8517
8518  * src/input/input.c: msg_Warn --> msg_Dbg
8519
8520 ------------------------------------------------------------------------
8521 r15629 | zorglub | 2006-05-14 20:29:00 +0200 (Sun, 14 May 2006) | 13 lines
8522 Changed paths:
8523    M /trunk/configure.ac
8524    M /trunk/include/vlc/vlc.h
8525    M /trunk/include/vlc_common.h
8526    M /trunk/include/vlc_config.h
8527    M /trunk/include/vlc_input.h
8528    M /trunk/include/vlc_messages.h
8529    M /trunk/include/vlc_meta.h
8530    M /trunk/include/vlc_objects.h
8531    M /trunk/include/vlc_playlist.h
8532    M /trunk/include/vlc_symbols.h
8533    M /trunk/modules/access/cdda/cdda.c
8534    M /trunk/modules/access/cdda.c
8535    M /trunk/modules/access/directory.c
8536    M /trunk/modules/access/dvdnav.c
8537    M /trunk/modules/access/http.c
8538    M /trunk/modules/access/mms/mmsh.c
8539    M /trunk/modules/codec/cmml/intf.c
8540    M /trunk/modules/control/hotkeys.c
8541    M /trunk/modules/control/http/http.h
8542    M /trunk/modules/control/http/macro.c
8543    M /trunk/modules/control/http/mvar.c
8544    M /trunk/modules/control/http/rpn.c
8545    M /trunk/modules/control/http/util.c
8546    M /trunk/modules/control/rc.c
8547    M /trunk/modules/demux/asf/asf.c
8548    M /trunk/modules/demux/avi/avi.c
8549    M /trunk/modules/demux/flac.c
8550    M /trunk/modules/demux/m3u.c
8551    M /trunk/modules/demux/mkv.cpp
8552    M /trunk/modules/demux/mp4/mp4.c
8553    M /trunk/modules/demux/mpeg/mpga.c
8554    M /trunk/modules/demux/playlist/b4s.c
8555    M /trunk/modules/demux/playlist/dvb.c
8556    M /trunk/modules/demux/playlist/m3u.c
8557    M /trunk/modules/demux/playlist/old.c
8558    M /trunk/modules/demux/playlist/playlist.c
8559    M /trunk/modules/demux/playlist/playlist.h
8560    M /trunk/modules/demux/playlist/pls.c
8561    M /trunk/modules/demux/playlist/podcast.c
8562    M /trunk/modules/demux/playlist/shoutcast.c
8563    M /trunk/modules/demux/playlist/xspf.c
8564    M /trunk/modules/demux/sgimb.c
8565    M /trunk/modules/demux/ts.c
8566    M /trunk/modules/demux/util/id3tag.c
8567    M /trunk/modules/gui/macosx/applescript.m
8568    M /trunk/modules/gui/macosx/intf.m
8569    M /trunk/modules/gui/macosx/playlist.h
8570    M /trunk/modules/gui/macosx/playlist.m
8571    M /trunk/modules/gui/macosx/playlistinfo.m
8572    M /trunk/modules/gui/macosx/wizard.m
8573    M /trunk/modules/gui/skins2/Modules.am
8574    M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
8575    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
8576    M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
8577    M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
8578    M /trunk/modules/gui/skins2/parser/interpreter.cpp
8579    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
8580    M /trunk/modules/gui/skins2/src/skin_main.cpp
8581    M /trunk/modules/gui/skins2/src/vlcproc.cpp
8582    M /trunk/modules/gui/skins2/src/vlcproc.hpp
8583    D /trunk/modules/gui/skins2/vars/playlist.cpp
8584    D /trunk/modules/gui/skins2/vars/playlist.hpp
8585    M /trunk/modules/gui/skins2/vars/playtree.cpp
8586    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
8587    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
8588    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
8589    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
8590    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
8591    M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
8592    M /trunk/modules/gui/wxwidgets/dialogs.cpp
8593    M /trunk/modules/gui/wxwidgets/input_manager.cpp
8594    M /trunk/modules/gui/wxwidgets/interface.cpp
8595    M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
8596    M /trunk/modules/misc/growl.c
8597    M /trunk/modules/misc/msn.c
8598    M /trunk/modules/misc/playlist/m3u.c
8599    M /trunk/modules/misc/playlist/old.c
8600    M /trunk/modules/misc/playlist/xspf.c
8601    M /trunk/modules/mux/mp4.c
8602    M /trunk/modules/services_discovery/daap.c
8603    M /trunk/modules/services_discovery/hal.c
8604    M /trunk/modules/services_discovery/podcast.c
8605    M /trunk/modules/services_discovery/sap.c
8606    M /trunk/modules/visualization/xosd.c
8607    M /trunk/src/Makefile.am
8608    M /trunk/src/control/mediacontrol_core.c
8609    M /trunk/src/control/playlist.c
8610    M /trunk/src/input/es_out.c
8611    M /trunk/src/input/input.c
8612    A /trunk/src/input/item.c (from /branches/0.8.6-playlist-vlm/src/input/item.c:15624)
8613    M /trunk/src/libvlc.c
8614    A /trunk/src/playlist/control.c (from /branches/0.8.6-playlist-vlm/src/playlist/control.c:15624)
8615    A /trunk/src/playlist/engine.c (from /branches/0.8.6-playlist-vlm/src/playlist/engine.c:15624)
8616    D /trunk/src/playlist/item-ext.c
8617    M /trunk/src/playlist/item.c
8618    M /trunk/src/playlist/loadsave.c
8619    D /trunk/src/playlist/playlist.c
8620    A /trunk/src/playlist/search.c (from /branches/0.8.6-playlist-vlm/src/playlist/search.c:15624)
8621    M /trunk/src/playlist/sort.c
8622    A /trunk/src/playlist/thread.c (from /branches/0.8.6-playlist-vlm/src/playlist/thread.c:15624)
8623    A /trunk/src/playlist/tree.c (from /branches/0.8.6-playlist-vlm/src/playlist/tree.c:15624)
8624    D /trunk/src/playlist/view.c
8625    A /trunk/test/NativeGcTest.py (from /branches/0.8.6-playlist-vlm/test/NativeGcTest.py:15624)
8626    A /trunk/test/native/gc.c (from /branches/0.8.6-playlist-vlm/test/native/gc.c:15624)
8627
8628 Merge back branch 0.8.6-playlist-vlm to trunk.
8629
8630 What is currently broken:
8631  * Some playlist demuxers (shout, dvb and pls)
8632  * DAAP
8633  * BeOS playlist
8634  * GPE playlist, I suppose
8635
8636 What has some trouble:
8637  * Meta handling in several demuxers (most notably TS)
8638  * Skins2 playlist (doesn't refresh correctly)
8639  * OS X playlist (see bigben's latest commits)
8640
8641 ------------------------------------------------------------------------
8642 r15628 | ipkiss | 2006-05-14 20:17:14 +0200 (Sun, 14 May 2006) | 2 lines
8643 Changed paths:
8644    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
8645
8646  * skins2/win32/win32_factory.cpp: msg_Err --> msg_Dbg
8647
8648 ------------------------------------------------------------------------
8649 r15627 | courmisch | 2006-05-14 17:27:30 +0200 (Sun, 14 May 2006) | 2 lines
8650 Changed paths:
8651    M /trunk/configure.ac
8652
8653 Remove non breakable space
8654
8655 ------------------------------------------------------------------------
8656 r15626 | asmax | 2006-05-14 17:21:25 +0200 (Sun, 14 May 2006) | 3 lines
8657 Changed paths:
8658    M /trunk/modules/gui/skins2/src/vlcproc.cpp
8659
8660 * vlcproc.cpp: fixed detection of play/pause status (when the popup menu or
8661 keyboard shortcut is used to toggle pause instead of a skin button)
8662
8663 ------------------------------------------------------------------------
8664 r15625 | zorglub | 2006-05-14 16:59:12 +0200 (Sun, 14 May 2006) | 2 lines
8665 Changed paths:
8666    M /trunk/test/mangle/mangle.py
8667
8668 Be more resilient
8669
8670 ------------------------------------------------------------------------
8671 r15622 | fkuehne | 2006-05-14 16:44:12 +0200 (Sun, 14 May 2006) | 1 line
8672 Changed paths:
8673    M /trunk/include/vlc_interaction.h
8674
8675 * forgot to add UserOkayCancel to the header (creates the same dialogue as UserYesNo, but with different labels)
8676 ------------------------------------------------------------------------
8677 r15620 | fkuehne | 2006-05-14 16:36:08 +0200 (Sun, 14 May 2006) | 7 lines
8678 Changed paths:
8679    M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/classes.nib
8680    M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/info.nib
8681    M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
8682    M /trunk/include/vlc_interaction.h
8683    M /trunk/modules/gui/macosx/interaction.h
8684    M /trunk/modules/gui/macosx/interaction.m
8685    M /trunk/src/interface/interaction.c
8686
8687 * new dialogue type to prompt the user for a string
8688 * the core is widget-free now (except for the header to keep wx compiling, hopefully)
8689 * updated the OSX-implementation to reflect the recent changes
8690
8691 more clean up is necessary; testing and any feedback is welcomed
8692
8693 refs #553
8694 ------------------------------------------------------------------------
8695 r15618 | fkuehne | 2006-05-14 15:20:04 +0200 (Sun, 14 May 2006) | 1 line
8696 Changed paths:
8697    M /trunk/modules/gui/macosx/interaction.m
8698
8699 * introduction of a widget-free progress bar dialogue, partially already committed in [15617] (core and OSX only, refs #553)
8700 ------------------------------------------------------------------------
8701 r15617 | fkuehne | 2006-05-14 15:07:29 +0200 (Sun, 14 May 2006) | 1 line
8702 Changed paths:
8703    M /trunk/include/vlc_interaction.h
8704    M /trunk/modules/gui/macosx/interaction.m
8705    M /trunk/src/interface/interaction.c
8706
8707 * first implementation of a widget-free authentication-dialogue (core and OSX only, refs #553)
8708 ------------------------------------------------------------------------
8709 r15616 | courmisch | 2006-05-14 15:06:09 +0200 (Sun, 14 May 2006) | 3 lines
8710 Changed paths:
8711    M /trunk/modules/access/http.c
8712
8713 Recognize XSPF MIME type when there is a charset parameter.
8714 Thanks to ?\226?\128?\156DS?\226?\128?\157 for pointing this out.
8715
8716 ------------------------------------------------------------------------
8717 r15615 | courmisch | 2006-05-14 15:04:48 +0200 (Sun, 14 May 2006) | 3 lines
8718 Changed paths:
8719    M /trunk/src/misc/charset.c
8720
8721 Some users reported problems with subtitles encoding on Win32.
8722 Probably a setlocale() breakage. Use GetACP() instead.
8723
8724 ------------------------------------------------------------------------
8725 r15614 | fkuehne | 2006-05-14 14:41:40 +0200 (Sun, 14 May 2006) | 1 line
8726 Changed paths:
8727    M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/classes.nib
8728    M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/info.nib
8729    M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
8730    M /trunk/include/vlc_interaction.h
8731    M /trunk/modules/access/http.c
8732    M /trunk/modules/gui/macosx/interaction.h
8733    M /trunk/modules/gui/macosx/interaction.m
8734    M /trunk/src/interface/interaction.c
8735
8736 * first implementation of a widget-free authentication-dialogue (core and OSX only, refs #553)
8737 ------------------------------------------------------------------------
8738 r15613 | jpsaman | 2006-05-14 13:57:58 +0200 (Sun, 14 May 2006) | 1 line
8739 Changed paths:
8740    M /trunk/extras/contrib/src/Makefile
8741    A /trunk/extras/contrib/src/Patches/wxwidgets_uri.patch
8742
8743 Patch for wxWidgets and gcc-4.1.0, iconv fix and live555 compile fix
8744 ------------------------------------------------------------------------
8745 r15612 | jpsaman | 2006-05-14 13:56:38 +0200 (Sun, 14 May 2006) | 1 line
8746 Changed paths:
8747    M /trunk/extras/contrib/bootstrap
8748
8749 Compile fix live555 for iconv.h headerfile
8750 ------------------------------------------------------------------------
8751 r15611 | xtophe | 2006-05-14 13:41:55 +0200 (Sun, 14 May 2006) | 2 lines
8752 Changed paths:
8753    M /trunk/toolbox
8754
8755 toolbox: remove debian and woody references
8756
8757 ------------------------------------------------------------------------
8758 r15608 | courmisch | 2006-05-14 09:01:20 +0200 (Sun, 14 May 2006) | 2 lines
8759 Changed paths:
8760    M /trunk/configure.ac
8761
8762 == -> =
8763
8764 ------------------------------------------------------------------------
8765 r15607 | dionoea | 2006-05-14 01:16:24 +0200 (Sun, 14 May 2006) | 8 lines
8766 Changed paths:
8767    M /trunk/include/vlc_keys.h
8768    M /trunk/modules/control/hotkeys.c
8769    M /trunk/src/libvlc.h
8770    M /trunk/src/video_output/vout_intf.c
8771
8772 Allow on the fly cropping size change with top, left, right and bottom offsets.
8773 alt+i -> crop one more pixel from the top
8774 alt+j -> crop one more from the left
8775 alt+k -> crop one more from the bottom
8776 alt+l -> crop one more from the right
8777 alt+shift+<the letter> -> crop one less
8778
8779
8780 ------------------------------------------------------------------------
8781 r15606 | dionoea | 2006-05-13 23:49:16 +0200 (Sat, 13 May 2006) | 2 lines
8782 Changed paths:
8783    M /trunk/src/video_output/vout_intf.c
8784
8785 Add <left>+<top>+<right>+<bottom> syntax for cropping.
8786
8787 ------------------------------------------------------------------------
8788 r15605 | dionoea | 2006-05-13 23:22:27 +0200 (Sat, 13 May 2006) | 2 lines
8789 Changed paths:
8790    M /trunk/src/video_output/vout_intf.c
8791
8792 Allow the <width>x<height>+<left>+<top> syntax in video output core cropping
8793
8794 ------------------------------------------------------------------------
8795 r15603 | dionoea | 2006-05-13 23:01:05 +0200 (Sat, 13 May 2006) | 2 lines
8796 Changed paths:
8797    M /trunk/src/libvlc.h
8798
8799 Woops, this somehow got removed in previous commit.
8800
8801 ------------------------------------------------------------------------
8802 r15602 | dionoea | 2006-05-13 22:56:03 +0200 (Sat, 13 May 2006) | 2 lines
8803 Changed paths:
8804    M /trunk/src/libvlc.h
8805    M /trunk/src/video_output/vout_intf.c
8806
8807 Add the --custom-aspect-ratios and --custom-crop-ratios options which make it possible to add custom values to the video menu's aspect ratio and crop lists.
8808
8809 ------------------------------------------------------------------------
8810 r15601 | dionoea | 2006-05-13 22:22:20 +0200 (Sat, 13 May 2006) | 2 lines
8811 Changed paths:
8812    M /trunk/src/libvlc.h
8813
8814 Change DVD-next hotkey on !__APPLE__ to ctrl-f instead of ctrl-n (ctrl-n is already used to open the "open network stream" dialog)
8815
8816 ------------------------------------------------------------------------
8817 r15600 | dionoea | 2006-05-13 22:15:00 +0200 (Sat, 13 May 2006) | 2 lines
8818 Changed paths:
8819    M /trunk/src/video_output/vout_intf.c
8820
8821 Display snapshot file name on video when taking snapshot (and remove some tabs)
8822
8823 ------------------------------------------------------------------------
8824 r15599 | dionoea | 2006-05-13 22:07:33 +0200 (Sat, 13 May 2006) | 2 lines
8825 Changed paths:
8826    M /trunk/include/vlc_keys.h
8827    M /trunk/modules/control/hotkeys.c
8828    M /trunk/src/libvlc.h
8829
8830 Add zoom (z) and unzoom (shift+z) hotkeys
8831
8832 ------------------------------------------------------------------------
8833 r15598 | ipkiss | 2006-05-13 19:54:21 +0200 (Sat, 13 May 2006) | 2 lines
8834 Changed paths:
8835    M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
8836    M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
8837    M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
8838    M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
8839    M /trunk/modules/gui/skins2/src/os_factory.hpp
8840    M /trunk/modules/gui/skins2/src/skin_main.cpp
8841    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
8842    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
8843    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
8844    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
8845
8846  * skins2: new skins2-taskbar configuration option, to allow removing VLC from the task bar on Windows (changing this option takes effect on the fly)
8847
8848 ------------------------------------------------------------------------
8849 r15597 | ipkiss | 2006-05-13 19:09:21 +0200 (Sat, 13 May 2006) | 2 lines
8850 Changed paths:
8851    M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
8852    M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
8853    M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
8854    M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
8855    M /trunk/modules/gui/skins2/src/os_factory.hpp
8856    M /trunk/modules/gui/skins2/src/skin_main.cpp
8857    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
8858    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
8859    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
8860    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
8861
8862  * skins2: The skins2-systray option can now be changed on the fly
8863
8864 ------------------------------------------------------------------------
8865 r15596 | ipkiss | 2006-05-13 13:42:20 +0200 (Sat, 13 May 2006) | 2 lines
8866 Changed paths:
8867    M /trunk/modules/gui/skins2/src/skin_main.cpp
8868    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
8869    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
8870
8871  * skins2: new skins2-systray option on Windows to activate an icon in the system tray
8872
8873 ------------------------------------------------------------------------
8874 r15595 | dionoea | 2006-05-12 21:26:48 +0200 (Fri, 12 May 2006) | 2 lines
8875 Changed paths:
8876    M /trunk/vlc.win32.nsi.in
8877
8878 Fix uninstaller (i hope)
8879
8880 ------------------------------------------------------------------------
8881 r15594 | fkuehne | 2006-05-12 19:54:28 +0200 (Fri, 12 May 2006) | 3 lines
8882 Changed paths:
8883    M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/classes.nib
8884    M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/info.nib
8885    M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/keyedobjects.nib
8886    M /trunk/modules/gui/macosx/extended.h
8887    M /trunk/modules/gui/macosx/extended.m
8888
8889 * added "Magnify" to the available video filters
8890     - re-designed the view a bit, so it is smaller (and nicer IMO)
8891     - string fix
8892 ------------------------------------------------------------------------
8893 r15593 | fkuehne | 2006-05-12 18:27:35 +0200 (Fri, 12 May 2006) | 4 lines
8894 Changed paths:
8895    M /trunk/modules/gui/macosx/update.m
8896
8897 * made the look-for-update process faster and more error tolerant
8898     - we can't get release notes if vlc-version == current-release, so don't wait for them
8899     - wait only 15 sec for the r-notes, any longer can't be good
8900     - show the user that her version is up-to-date
8901 ------------------------------------------------------------------------
8902 r15592 | damienf | 2006-05-12 01:02:56 +0200 (Fri, 12 May 2006) | 2 lines
8903 Changed paths:
8904    M /trunk/activex/axvlc.inf.in
8905
8906 - modified for standalone INF file distribution (i.e. installer is no longer bundled in cab, it is downloaded instead)
8907
8908 ------------------------------------------------------------------------
8909 r15591 | xtophe | 2006-05-11 23:46:51 +0200 (Thu, 11 May 2006) | 3 lines
8910 Changed paths:
8911    M /trunk/configure.ac
8912    M /trunk/po/POTFILES.in
8913    A /trunk/po/ar.po
8914    M /trunk/po/ca.po
8915    M /trunk/po/da.po
8916    M /trunk/po/de.po
8917    M /trunk/po/en_GB.po
8918    M /trunk/po/es.po
8919    M /trunk/po/fr.po
8920    A /trunk/po/gl.po
8921    A /trunk/po/he.po
8922    M /trunk/po/hi.po
8923    M /trunk/po/hu.po
8924    M /trunk/po/it.po
8925    M /trunk/po/ja.po
8926    M /trunk/po/ka.po
8927    M /trunk/po/ko.po
8928    M /trunk/po/nl.po
8929    M /trunk/po/oc.po
8930    M /trunk/po/pt_BR.po
8931    M /trunk/po/ro.po
8932    M /trunk/po/ru.po
8933    M /trunk/po/sv.po
8934    M /trunk/po/tr.po
8935    M /trunk/po/vlc.pot
8936    M /trunk/po/zh_CN.po
8937    M /trunk/po/zh_TW.po
8938    M /trunk/src/libvlc.h
8939    M /trunk/src/misc/darwin_specific.m
8940
8941 Synchronise the po file from the 0.8.5 branch.
8942 Add gl, he, hu and sv to activated l10n.
8943
8944 ------------------------------------------------------------------------
8945 r15588 | xtophe | 2006-05-11 20:56:20 +0200 (Thu, 11 May 2006) | 2 lines
8946 Changed paths:
8947    M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
8948    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
8949    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
8950    M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
8951    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
8952    M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
8953    M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
8954    M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
8955    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
8956
8957 wxwidgets/* : Forwardport [15370]. button localisation
8958
8959 ------------------------------------------------------------------------
8960 r15587 | xtophe | 2006-05-10 23:47:22 +0200 (Wed, 10 May 2006) | 1 line
8961 Changed paths:
8962    M /trunk/modules/control/corba/corba.c
8963    M /trunk/modules/control/http/http.c
8964
8965
8966 ------------------------------------------------------------------------
8967 r15586 | dionoea | 2006-05-10 23:13:35 +0200 (Wed, 10 May 2006) | 2 lines
8968 Changed paths:
8969    M /trunk/vlc.win32.nsi.in
8970
8971 Forward port from 0.8.5
8972
8973 ------------------------------------------------------------------------
8974 r15585 | jpsaman | 2006-05-10 15:30:19 +0200 (Wed, 10 May 2006) | 1 line
8975 Changed paths:
8976    M /trunk/src/control/vlm.c
8977
8978 Readability change
8979 ------------------------------------------------------------------------
8980 r15584 | jpsaman | 2006-05-10 14:40:41 +0200 (Wed, 10 May 2006) | 2 lines
8981 Changed paths:
8982    M /trunk/modules/demux/livedotcom.cpp
8983
8984 Patch for connecting authenticated RTSP connections.
8985
8986 ------------------------------------------------------------------------
8987 r15583 | xtophe | 2006-05-10 12:56:31 +0200 (Wed, 10 May 2006) | 2 lines
8988 Changed paths:
8989    M /trunk/share/Makefile.am
8990
8991 install vlc.desktop at the good place
8992
8993 ------------------------------------------------------------------------
8994 r15582 | xtophe | 2006-05-10 00:49:36 +0200 (Wed, 10 May 2006) | 2 lines
8995 Changed paths:
8996    M /trunk/configure.ac
8997
8998 Typo
8999
9000 ------------------------------------------------------------------------
9001 r15581 | xtophe | 2006-05-10 00:41:16 +0200 (Wed, 10 May 2006) | 2 lines
9002 Changed paths:
9003    M /trunk/configure.ac
9004
9005 configure.ac: Detect the Xulrunner sdk (from sam's debian patch)
9006
9007 ------------------------------------------------------------------------
9008 r15580 | ipkiss | 2006-05-09 23:21:50 +0200 (Tue, 09 May 2006) | 2 lines
9009 Changed paths:
9010    M /trunk/doc/skins/skins2-howto.xml
9011
9012  * doc/skins/skins2-howto.xml: dialogs.playlist() is not yet available in a release
9013
9014 ------------------------------------------------------------------------
9015 r15579 | zorglub | 2006-05-09 22:42:28 +0200 (Tue, 09 May 2006) | 2 lines
9016 Changed paths:
9017    M /trunk/doc/skins/skins2-howto.xml
9018
9019 *popup is not in 0.8.5
9020
9021 ------------------------------------------------------------------------
9022 r15578 | babal | 2006-05-09 16:39:12 +0200 (Tue, 09 May 2006) | 3 lines
9023 Changed paths:
9024    M /trunk/src/video_output/vout_intf.c
9025
9026 - monitor aspect ratio, source aspect ratio and crop ratio are not
9027   octal numbers
9028
9029 ------------------------------------------------------------------------
9030 r15577 | littlejohn | 2006-05-09 09:52:31 +0200 (Tue, 09 May 2006) | 3 lines
9031 Changed paths:
9032    M /trunk/include/vlc/libvlc.h
9033
9034 Playlist item deletion added in libvlc.h for external programs use.
9035
9036
9037 ------------------------------------------------------------------------
9038 r15576 | damienf | 2006-05-09 01:39:44 +0200 (Tue, 09 May 2006) | 4 lines
9039 Changed paths:
9040    M /trunk/configure.ac
9041    M /trunk/mozilla/Makefile.am
9042
9043 - configure.ac: removed dependency on XPCOM support libs as they bloat the mozilla plugin, which does not use them.
9044 - mozilla/Makefile.am: removed dependency on PPC only flags and libs, the plugin builds for MacIntel (doesn't mean it works, though)
9045
9046
9047 ------------------------------------------------------------------------
9048 r15575 | xtophe | 2006-05-09 00:48:36 +0200 (Tue, 09 May 2006) | 2 lines
9049 Changed paths:
9050    M /trunk/share/Makefile.am
9051    A /trunk/share/applications
9052    A /trunk/share/applications/vlc.desktop (from /trunk/debian/vlc.desktop:15572)
9053
9054 Dig up .desktop from removed debian folder. Thanks to Flameeyes for noticing.
9055
9056 ------------------------------------------------------------------------
9057 r15574 | xtophe | 2006-05-08 23:51:52 +0200 (Mon, 08 May 2006) | 2 lines
9058 Changed paths:
9059    M /trunk/Makefile.am
9060    M /trunk/configure.ac
9061
9062 suppress reference to debian/
9063
9064 ------------------------------------------------------------------------
9065 r15573 | xtophe | 2006-05-08 22:59:52 +0200 (Mon, 08 May 2006) | 2 lines
9066 Changed paths:
9067    M /trunk/INSTALL
9068    D /trunk/debian
9069
9070 The Debian packaging data have been moved to svn.v.o/pkg-multimedia
9071
9072 ------------------------------------------------------------------------
9073 r15572 | xtophe | 2006-05-08 22:20:13 +0200 (Mon, 08 May 2006) | 2 lines
9074 Changed paths:
9075    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
9076    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
9077    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
9078    M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
9079
9080 * : svn:keywords
9081
9082 ------------------------------------------------------------------------
9083 r15571 | damienf | 2006-05-08 11:46:51 +0200 (Mon, 08 May 2006) | 2 lines
9084 Changed paths:
9085    M /trunk/modules/demux/wav.c
9086
9087 wav.c: added 'mlaw' fourcc, same as 'ulaw'
9088
9089 ------------------------------------------------------------------------
9090 r15570 | dionoea | 2006-05-08 00:48:27 +0200 (Mon, 08 May 2006) | 2 lines
9091 Changed paths:
9092    M /trunk/vlc.win32.nsi.in
9093
9094 Don't put --intf wx in the desktop VLC shortcut
9095
9096 ------------------------------------------------------------------------
9097 r15568 | dionoea | 2006-05-07 22:51:23 +0200 (Sun, 07 May 2006) | 2 lines
9098 Changed paths:
9099    M /trunk/modules/gui/wxwidgets/menus.cpp
9100
9101 Crash fix. Thanks to _steven_ on IRC
9102
9103 ------------------------------------------------------------------------
9104 r15567 | xtophe | 2006-05-07 18:53:18 +0200 (Sun, 07 May 2006) | 2 lines
9105 Changed paths:
9106    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
9107    M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
9108
9109 interactions.*: button order (fix #470)
9110
9111 ------------------------------------------------------------------------
9112 r15566 | ipkiss | 2006-05-07 18:02:49 +0200 (Sun, 07 May 2006) | 2 lines
9113 Changed paths:
9114    M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
9115
9116  * modules/gui/wxwidgets/dialogs/subtitles.cpp: Bigger range for the subtitles delay (useful when a movie is split in 2 files...)
9117
9118 ------------------------------------------------------------------------
9119 r15565 | courmisch | 2006-05-07 18:01:07 +0200 (Sun, 07 May 2006) | 2 lines
9120 Changed paths:
9121    M /trunk/src/network/acl.c
9122
9123 ACL_* documentation
9124
9125 ------------------------------------------------------------------------
9126 r15564 | courmisch | 2006-05-07 17:50:09 +0200 (Sun, 07 May 2006) | 2 lines
9127 Changed paths:
9128    M /trunk/src/misc/charset.c
9129
9130 Compile fix
9131
9132 ------------------------------------------------------------------------
9133 r15563 | xtophe | 2006-05-07 17:41:37 +0200 (Sun, 07 May 2006) | 2 lines
9134 Changed paths:
9135    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
9136    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
9137    M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
9138    M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
9139    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
9140
9141 wx/dilaogs/ : Fix button alignment in dialogs (refs #470)
9142
9143 ------------------------------------------------------------------------
9144 r15562 | xtophe | 2006-05-07 13:44:53 +0200 (Sun, 07 May 2006) | 2 lines
9145 Changed paths:
9146    M /trunk/configure.ac
9147
9148 Forward-port [15539]
9149
9150 ------------------------------------------------------------------------
9151 r15561 | zorglub | 2006-05-07 10:51:34 +0200 (Sun, 07 May 2006) | 2 lines
9152 Changed paths:
9153    M /trunk/modules/gui/wxwidgets/menus.cpp
9154    M /trunk/src/interface/interface.c
9155
9156 Forward-port and adapt [15500]
9157
9158 ------------------------------------------------------------------------
9159 r15560 | dionoea | 2006-05-07 00:50:11 +0200 (Sun, 07 May 2006) | 2 lines
9160 Changed paths:
9161    M /trunk/modules/control/http/rpn.c
9162
9163 Add 'GENRE' to the list of vlc_get_meta language independent wrappers.
9164
9165 ------------------------------------------------------------------------
9166 r15559 | xtophe | 2006-05-07 00:39:02 +0200 (Sun, 07 May 2006) | 2 lines
9167 Changed paths:
9168    M /trunk/NEWS
9169
9170 We release ;)
9171
9172 ------------------------------------------------------------------------
9173 r15553 | dionoea | 2006-05-06 13:50:58 +0200 (Sat, 06 May 2006) | 2 lines
9174 Changed paths:
9175    M /trunk/ChangeLog
9176
9177 Update ChangeLog
9178
9179 ------------------------------------------------------------------------
9180 r15550 | damienf | 2006-05-06 12:36:58 +0200 (Sat, 06 May 2006) | 2 lines
9181 Changed paths:
9182    M /trunk/vlc.win32.nsi.in
9183
9184 vlc.win32.nsi.in: i need holidays
9185
9186 ------------------------------------------------------------------------
9187 r15549 | littlejohn | 2006-05-06 12:04:34 +0200 (Sat, 06 May 2006) | 6 lines
9188 Changed paths:
9189    A /trunk/bindings/java/FAQ
9190    M /trunk/bindings/java/Makefile.am
9191    D /trunk/bindings/java/SWTUglyPlayer.java
9192    M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
9193    M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
9194    M /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java
9195    M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
9196    M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
9197    M /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java
9198    M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
9199    M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
9200    D /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java
9201    M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
9202    M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
9203    M /trunk/bindings/java/vlc-libvlc-jni.cc
9204
9205 Java bindings updated to latest jvlc version.
9206 SWT components removed until we are able to configure and check for swt-*.jar
9207 presence.
9208
9209
9210
9211 ------------------------------------------------------------------------
9212 r15548 | damienf | 2006-05-06 01:41:55 +0200 (Sat, 06 May 2006) | 2 lines
9213 Changed paths:
9214    M /trunk/configure.ac
9215    M /trunk/vlc.win32.nsi.in
9216
9217 - vlc.win32.nsi.in: second attempt
9218
9219 ------------------------------------------------------------------------
9220 r15547 | damienf | 2006-05-06 01:09:43 +0200 (Sat, 06 May 2006) | 2 lines
9221 Changed paths:
9222    M /trunk/configure.ac
9223    M /trunk/vlc.win32.nsi.in
9224
9225 vlc.win32.nsi: libvlc.dll needs be copied into mozilla plugins directory as well.
9226
9227 ------------------------------------------------------------------------
9228 r15546 | dionoea | 2006-05-05 22:38:58 +0200 (Fri, 05 May 2006) | 2 lines
9229 Changed paths:
9230    M /trunk/modules/services_discovery/shout.c
9231
9232 Add "shoutcast" as an alias for "shout".
9233
9234 ------------------------------------------------------------------------
9235 r15545 | dionoea | 2006-05-05 22:35:43 +0200 (Fri, 05 May 2006) | 2 lines
9236 Changed paths:
9237    M /trunk/THANKS
9238
9239 see previous commit
9240
9241 ------------------------------------------------------------------------
9242 r15544 | dionoea | 2006-05-05 22:34:42 +0200 (Fri, 05 May 2006) | 2 lines
9243 Changed paths:
9244    M /trunk/modules/control/rc.c
9245    M /trunk/modules/video_filter/mosaic.c
9246
9247 "[PATCH] for changing the mosaic-order in execution time" by Mateus Krepsky Ludwich + a few fixes. Many thanks.
9248
9249 ------------------------------------------------------------------------
9250 r15541 | xtophe | 2006-05-05 19:12:15 +0200 (Fri, 05 May 2006) | 2 lines
9251 Changed paths:
9252    M /trunk/po/zh_CN.po
9253
9254 Update chinese l10n by  Wei Mingzhi
9255
9256 ------------------------------------------------------------------------
9257 r15538 | courmisch | 2006-05-05 17:49:54 +0200 (Fri, 05 May 2006) | 2 lines
9258 Changed paths:
9259    M /trunk/modules/misc/svg.c
9260
9261 We need to include "config.h" somehow before we can use the HAVE_* defines
9262
9263 ------------------------------------------------------------------------
9264 r15537 | xtophe | 2006-05-05 14:02:55 +0200 (Fri, 05 May 2006) | 2 lines
9265 Changed paths:
9266    M /trunk/configure.ac
9267
9268 Hope it really fix it
9269
9270 ------------------------------------------------------------------------
9271 r15536 | xtophe | 2006-05-05 00:36:31 +0200 (Fri, 05 May 2006) | 2 lines
9272 Changed paths:
9273    M /trunk/configure.ac
9274
9275 Fix.
9276
9277 ------------------------------------------------------------------------
9278 r15535 | xtophe | 2006-05-05 00:00:42 +0200 (Fri, 05 May 2006) | 2 lines
9279 Changed paths:
9280    M /trunk/configure.ac
9281
9282 configure.ac: test a bit more for contribs
9283
9284 ------------------------------------------------------------------------
9285 r15534 | damienf | 2006-05-04 23:58:37 +0200 (Thu, 04 May 2006) | 2 lines
9286 Changed paths:
9287    M /trunk/src/libvlc.c
9288
9289 libvlc.c: removed debug
9290
9291 ------------------------------------------------------------------------
9292 r15532 | dionoea | 2006-05-04 23:25:07 +0200 (Thu, 04 May 2006) | 2 lines
9293 Changed paths:
9294    M /trunk/modules/control/rc.c
9295
9296 Add undocummented comments to help. Thanks to pieroxy ( http://forum.videolan.org/viewtopic.php?t=19603 )
9297
9298 ------------------------------------------------------------------------
9299 r15530 | dionoea | 2006-05-02 22:17:33 +0200 (Tue, 02 May 2006) | 2 lines
9300 Changed paths:
9301    M /trunk/modules/access/dshow/dshow.cpp
9302
9303 This should now at least compile
9304
9305 ------------------------------------------------------------------------
9306 r15528 | bigben | 2006-05-02 22:07:59 +0200 (Tue, 02 May 2006) | 4 lines
9307 Changed paths:
9308    M /trunk/modules/stream_out/es.c
9309
9310 * Hopefully fix a long lasting refcount issue in the es module that prevented the mp4 frame header to be written properly on exit
9311 * (Well, es is deprecated anyway)
9312
9313
9314 ------------------------------------------------------------------------
9315 r15527 | dionoea | 2006-05-02 21:54:29 +0200 (Tue, 02 May 2006) | 2 lines
9316 Changed paths:
9317    M /trunk/modules/access/dshow/dshow.cpp
9318
9319 Untested change to support different AMTUNER modes in dshow input (see http://forum.videolan.org/viewtopic.php?t=19814 )
9320
9321 ------------------------------------------------------------------------
9322 r15525 | bigben | 2006-05-02 21:20:28 +0200 (Tue, 02 May 2006) | 3 lines
9323 Changed paths:
9324    M /trunk/modules/video_output/x11/xcommon.c
9325
9326 * Really fix the color depth specification
9327
9328
9329 ------------------------------------------------------------------------
9330 r15524 | courmisch | 2006-05-02 17:23:39 +0200 (Tue, 02 May 2006) | 2 lines
9331 Changed paths:
9332    M /trunk/configure.ac
9333
9334 Hopefully fix linking of the mosaic plugin
9335
9336 ------------------------------------------------------------------------
9337 r15523 | damienf | 2006-05-02 17:13:28 +0200 (Tue, 02 May 2006) | 2 lines
9338 Changed paths:
9339    M /trunk/modules/gui/macosx/voutqt.m
9340
9341 voutqt.m: use kYUVSPixelFormat for MacIntel CPUs
9342
9343 ------------------------------------------------------------------------
9344 r15522 | courmisch | 2006-05-02 16:54:32 +0200 (Tue, 02 May 2006) | 2 lines
9345 Changed paths:
9346    M /trunk/THANKS
9347    M /trunk/mozilla/Makefile.am
9348
9349 Mozilla libtool fix from Pavlov Konstantin
9350
9351 ------------------------------------------------------------------------
9352 r15520 | damienf | 2006-05-02 11:23:06 +0200 (Tue, 02 May 2006) | 2 lines
9353 Changed paths:
9354    M /trunk/Makefile.am
9355
9356 Makefile.am: fixed EXTRA_DIST for MacOS X plugin
9357
9358 ------------------------------------------------------------------------
9359 r15519 | damienf | 2006-05-02 10:50:18 +0200 (Tue, 02 May 2006) | 2 lines
9360 Changed paths:
9361    M /trunk/configure.ac
9362
9363 - added support for 64 bit version of mozilla SDK, thanks to thresh for the patch
9364
9365 ------------------------------------------------------------------------
9366 r15518 | courmisch | 2006-05-02 08:57:46 +0200 (Tue, 02 May 2006) | 2 lines
9367 Changed paths:
9368    M /trunk/src/misc/unicode.c
9369
9370 Avoid code duplication
9371
9372 ------------------------------------------------------------------------
9373 r15517 | ipkiss | 2006-05-02 08:50:30 +0200 (Tue, 02 May 2006) | 2 lines
9374 Changed paths:
9375    M /trunk/share/skins2/default/theme.xml
9376
9377  * forwardport of [15426] and [15516]
9378
9379 ------------------------------------------------------------------------
9380 r15515 | fox | 2006-05-02 00:06:57 +0200 (Tue, 02 May 2006) | 5 lines
9381 Changed paths:
9382    M /trunk/configure.ac
9383    M /trunk/modules/demux/Modules.am
9384    A /trunk/modules/demux/gme.cpp
9385
9386 First rough demux2 implementation for game music files using Game_Music_Emu 
9387 (Super Nintendo (SPC), Nintendo NES (NSF), Nintendo Game Boy (GBS), 
9388 Sega Genesis/Mega Drive (VGM/VGZ/GYM), and Sega Master System (VGM/VGZ)).
9389
9390
9391 ------------------------------------------------------------------------
9392 r15513 | fox | 2006-05-01 23:20:09 +0200 (Mon, 01 May 2006) | 2 lines
9393 Changed paths:
9394    M /trunk/modules/demux/mod.c
9395
9396  Use strrchr to extract the file's extension
9397
9398 ------------------------------------------------------------------------
9399 r15512 | dionoea | 2006-05-01 21:13:45 +0200 (Mon, 01 May 2006) | 2 lines
9400 Changed paths:
9401    M /trunk/src/misc/unicode.c
9402
9403 Win95/98/Me file opening and stat "fix". Thanks to Quovodis for the help (even though we finaly came back to an easy solution).
9404
9405 ------------------------------------------------------------------------
9406 r15511 | courmisch | 2006-05-01 17:18:01 +0200 (Mon, 01 May 2006) | 3 lines
9407 Changed paths:
9408    M /trunk/src/misc/unicode.c
9409
9410 - Save one malloc()
9411 - Return NULL in case of error
9412
9413 ------------------------------------------------------------------------
9414 r15510 | dionoea | 2006-05-01 16:47:24 +0200 (Mon, 01 May 2006) | 2 lines
9415 Changed paths:
9416    M /trunk/src/misc/unicode.c
9417
9418 Hum
9419
9420 ------------------------------------------------------------------------
9421 r15509 | dionoea | 2006-05-01 16:25:07 +0200 (Mon, 01 May 2006) | 2 lines
9422 Changed paths:
9423    M /trunk/src/misc/unicode.c
9424
9425 Add some more debug (this is easier than compiling at home).
9426
9427 ------------------------------------------------------------------------
9428 r15507 | ipkiss | 2006-05-01 15:28:07 +0200 (Mon, 01 May 2006) | 3 lines
9429 Changed paths:
9430    M /trunk/modules/gui/skins2/src/generic_layout.cpp
9431
9432  * skins2/src/generic_layout.cpp: do not draw on top of the embedded vout when
9433    resizing
9434
9435 ------------------------------------------------------------------------
9436 r15506 | dionoea | 2006-05-01 15:18:11 +0200 (Mon, 01 May 2006) | 2 lines
9437 Changed paths:
9438    M /trunk/src/misc/unicode.c
9439
9440 Fix tabs and add some debug.
9441
9442 ------------------------------------------------------------------------
9443 r15505 | asmax | 2006-05-01 14:12:03 +0200 (Mon, 01 May 2006) | 2 lines
9444 Changed paths:
9445    M /trunk/modules/gui/skins2/src/vlcproc.cpp
9446
9447 * forward port of [15504]
9448
9449 ------------------------------------------------------------------------
9450 r15503 | fkuehne | 2006-05-01 13:47:19 +0200 (Mon, 01 May 2006) | 1 line
9451 Changed paths:
9452    M /trunk/Makefile.am
9453
9454 * forward-port [15502]
9455 ------------------------------------------------------------------------
9456 r15501 | damienf | 2006-05-01 12:41:00 +0200 (Mon, 01 May 2006) | 2 lines
9457 Changed paths:
9458    M /trunk/src/misc/unicode.c
9459
9460 - unicode.c: possible fix for UTF8 filename support under WinMe/98/95, needs testing though
9461
9462 ------------------------------------------------------------------------
9463 r15498 | zorglub | 2006-05-01 10:34:27 +0200 (Mon, 01 May 2006) | 2 lines
9464 Changed paths:
9465    M /trunk/modules/mux/mpeg/ts.c
9466
9467 Forwardport [15492]
9468
9469 ------------------------------------------------------------------------
9470 r15494 | zorglub | 2006-05-01 00:34:50 +0200 (Mon, 01 May 2006) | 3 lines
9471 Changed paths:
9472    M /trunk/modules/audio_output/alsa.c
9473
9474 Fix handling of buffer underruns in ALSA. Probably closes #461
9475 We passed the delay verbatim to ...frames_to_bytes function which doesn't like negative numbers.
9476
9477 ------------------------------------------------------------------------
9478 r15493 | hartman | 2006-05-01 00:08:18 +0200 (Mon, 01 May 2006) | 3 lines
9479 Changed paths:
9480    M /trunk/modules/misc/rtsp.c
9481
9482 * Fix searching in aggregate mode for the RTSP VoD module. (fixes #655)
9483   Pausing is still broken.
9484
9485 ------------------------------------------------------------------------
9486 r15490 | courmisch | 2006-04-30 23:01:54 +0200 (Sun, 30 Apr 2006) | 2 lines
9487 Changed paths:
9488    M /trunk/src/network/httpd.c
9489
9490 Rah forgot to commit this file
9491
9492 ------------------------------------------------------------------------
9493 r15488 | bigben | 2006-04-30 21:26:25 +0200 (Sun, 30 Apr 2006) | 5 lines
9494 Changed paths:
9495    M /trunk/THANKS
9496    M /trunk/modules/gui/macosx/controls.h
9497    M /trunk/modules/gui/macosx/controls.m
9498    M /trunk/modules/gui/macosx/misc.m
9499
9500 * Patch from Basil Achermann to handle esc and space keyboard events in VLCControl when the controller is active
9501 * It seems that corrects a bug when the controller was the acrtive window in fullscreen (that shouldn't happen, but well...)
9502 * Best thing to do would be to handle the keypresses from the vout here too, I guess...
9503
9504
9505 ------------------------------------------------------------------------
9506 r15487 | dionoea | 2006-04-30 21:16:39 +0200 (Sun, 30 Apr 2006) | 2 lines
9507 Changed paths:
9508    M /trunk/doc/skins/skins2-howto.xml
9509    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
9510    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
9511    M /trunk/modules/gui/skins2/parser/builder.cpp
9512    M /trunk/modules/services_discovery/podcast.c
9513    M /trunk/share/skins2/default/theme.xml
9514
9515 Forward port [15485] and [15486].
9516
9517 ------------------------------------------------------------------------
9518 r15480 | courmisch | 2006-04-30 19:51:34 +0200 (Sun, 30 Apr 2006) | 2 lines
9519 Changed paths:
9520    M /trunk/modules/control/http/mvar.c
9521
9522 Fix segfault
9523
9524 ------------------------------------------------------------------------
9525 r15478 | damienf | 2006-04-30 19:40:34 +0200 (Sun, 30 Apr 2006) | 2 lines
9526 Changed paths:
9527    M /trunk/Makefile.am
9528
9529 - MacOS X: bundle 'VLC Internet Plug-In' package into a disk image for online distribution
9530
9531 ------------------------------------------------------------------------
9532 r15477 | zorglub | 2006-04-30 19:40:03 +0200 (Sun, 30 Apr 2006) | 2 lines
9533 Changed paths:
9534    M /trunk/modules/demux/asf/asf.c
9535
9536 Ditto
9537
9538 ------------------------------------------------------------------------
9539 r15476 | zorglub | 2006-04-30 19:39:28 +0200 (Sun, 30 Apr 2006) | 2 lines
9540 Changed paths:
9541    M /trunk/modules/mux/asf.c
9542    M /trunk/modules/mux/avi.c
9543
9544 Woops
9545
9546 ------------------------------------------------------------------------
9547 r15475 | zorglub | 2006-04-30 19:36:48 +0200 (Sun, 30 Apr 2006) | 2 lines
9548 Changed paths:
9549    M /trunk
9550    M /trunk/doc/fortunes.txt
9551    M /trunk/modules/demux/asf/asf.c
9552    M /trunk/modules/mux/asf.c
9553    M /trunk/modules/mux/avi.c
9554
9555 Fortune
9556
9557 ------------------------------------------------------------------------
9558 r15474 | courmisch | 2006-04-30 19:19:29 +0200 (Sun, 30 Apr 2006) | 2 lines
9559 Changed paths:
9560    M /trunk/src/network/tcp.c
9561
9562 Also set SO_REUSEADDR here
9563
9564 ------------------------------------------------------------------------
9565 r15473 | courmisch | 2006-04-30 19:16:32 +0200 (Sun, 30 Apr 2006) | 2 lines
9566 Changed paths:
9567    M /trunk/src/network/httpd.c
9568
9569 Set SO_REUSEADDR on client sockets
9570
9571 ------------------------------------------------------------------------
9572 r15472 | dionoea | 2006-04-30 19:12:50 +0200 (Sun, 30 Apr 2006) | 2 lines
9573 Changed paths:
9574    M /trunk/share/Makefile.am
9575    D /trunk/share/skins2/default/main/Thumbs.db
9576    D /trunk/share/skins2/default/playlist/Thumbs.db
9577
9578 Remove the Thumbs.db files here too
9579
9580 ------------------------------------------------------------------------
9581 r15468 | courmisch | 2006-04-30 18:54:32 +0200 (Sun, 30 Apr 2006) | 2 lines
9582 Changed paths:
9583    M /trunk/src/misc/unicode.c
9584
9585 Fix memleak
9586
9587 ------------------------------------------------------------------------
9588 r15467 | dionoea | 2006-04-30 18:37:30 +0200 (Sun, 30 Apr 2006) | 2 lines
9589 Changed paths:
9590    M /trunk/modules/demux/playlist/podcast.c
9591    M /trunk/modules/services_discovery/podcast.c
9592
9593 Forward port podcast fixes [15462] and [15465].
9594
9595 ------------------------------------------------------------------------
9596 r15466 | fkuehne | 2006-04-30 18:31:38 +0200 (Sun, 30 Apr 2006) | 1 line
9597 Changed paths:
9598    M /trunk/modules/gui/macosx/playlist.m
9599
9600 * forward-port [15464] and update the TODO-list at the top of the file
9601 ------------------------------------------------------------------------
9602 r15463 | damienf | 2006-04-30 18:08:32 +0200 (Sun, 30 Apr 2006) | 3 lines
9603 Changed paths:
9604    M /trunk/Makefile.am
9605    A /trunk/extras/MacOSX/plugin/InstallerDescription.plist
9606    A /trunk/extras/MacOSX/plugin/InstallerInfo.plist
9607    M /trunk/mozilla/vlc.r
9608
9609 - added installer for MacOSX VLC Plugin
9610 - updated supported mime types in resource
9611
9612 ------------------------------------------------------------------------
9613 r15459 | dionoea | 2006-04-30 17:39:19 +0200 (Sun, 30 Apr 2006) | 2 lines
9614 Changed paths:
9615    M /trunk/doc/skins/skins2-howto.xml
9616    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
9617    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
9618    M /trunk/modules/gui/skins2/parser/builder.cpp
9619    M /trunk/share/skins2/default/theme.xml
9620
9621 Forward port [15458].
9622
9623 ------------------------------------------------------------------------
9624 r15457 | titer | 2006-04-30 17:30:35 +0200 (Sun, 30 Apr 2006) | 2 lines
9625 Changed paths:
9626    M /trunk/include/vlc_messages.h
9627
9628 Build fix
9629
9630 ------------------------------------------------------------------------
9631 r15455 | dionoea | 2006-04-30 17:19:24 +0200 (Sun, 30 Apr 2006) | 2 lines
9632 Changed paths:
9633    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
9634
9635 Fix statistics panel alignement
9636
9637 ------------------------------------------------------------------------
9638 r15454 | fkuehne | 2006-04-30 16:44:54 +0200 (Sun, 30 Apr 2006) | 1 line
9639 Changed paths:
9640    M /trunk/THANKS
9641
9642 * forward-port [15453]
9643 ------------------------------------------------------------------------
9644 r15451 | asmax | 2006-04-30 15:44:20 +0200 (Sun, 30 Apr 2006) | 2 lines
9645 Changed paths:
9646    M /trunk/modules/gui/skins2/src/generic_layout.cpp
9647    M /trunk/modules/gui/skins2/src/generic_layout.hpp
9648
9649 * generic_layout.cpp: don't draw controls of an invisible layout
9650
9651 ------------------------------------------------------------------------
9652 r15449 | zorglub | 2006-04-30 15:25:32 +0200 (Sun, 30 Apr 2006) | 2 lines
9653 Changed paths:
9654    M /trunk
9655    M /trunk/include/codecs.h
9656    M /trunk/modules/codec/dmo/dmo.c
9657
9658 Add support for Windows Media Audio 9 Speech (Closes:#606)
9659
9660 ------------------------------------------------------------------------
9661 r15447 | asmax | 2006-04-30 15:12:34 +0200 (Sun, 30 Apr 2006) | 3 lines
9662 Changed paths:
9663    M /trunk/share/Makefile.am
9664    A /trunk/share/skins2/default/main/vol_bg.png
9665    M /trunk/share/skins2/default/main/vol_slider.png
9666    M /trunk/share/skins2/default/theme.xml
9667
9668 * all: added a SliderBackground to the volume slider of the default skin
9669  (fixes an incorrect behaviour when clicking on the white part of the slider)
9670
9671 ------------------------------------------------------------------------
9672 r15445 | bigben | 2006-04-29 22:48:44 +0200 (Sat, 29 Apr 2006) | 3 lines
9673 Changed paths:
9674    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
9675    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
9676    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
9677    M /trunk/modules/gui/macosx/playlist.h
9678    M /trunk/modules/gui/macosx/playlist.m
9679
9680 * Support for saving xspf playlist files
9681
9682
9683 ------------------------------------------------------------------------
9684 r15444 | xtophe | 2006-04-29 22:18:21 +0200 (Sat, 29 Apr 2006) | 2 lines
9685 Changed paths:
9686    M /trunk/debian/control
9687    M /trunk/debian/rules
9688
9689 Re-enables the XOSD plugin in debian nightlies
9690
9691 ------------------------------------------------------------------------
9692 r15442 | dionoea | 2006-04-29 20:33:44 +0200 (Sat, 29 Apr 2006) | 2 lines
9693 Changed paths:
9694    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
9695
9696 Forward port [15418] and [15420].
9697
9698 ------------------------------------------------------------------------
9699 r15441 | courmisch | 2006-04-29 17:56:15 +0200 (Sat, 29 Apr 2006) | 2 lines
9700 Changed paths:
9701    M /trunk/modules/control/http/rpn.c
9702
9703 Hmm 512 bytes to format a decimal integer sounds a little abusive
9704
9705 ------------------------------------------------------------------------
9706 r15440 | courmisch | 2006-04-29 17:46:36 +0200 (Sat, 29 Apr 2006) | 2 lines
9707 Changed paths:
9708    M /trunk/modules/control/http/mvar.c
9709
9710 Another overflow
9711
9712 ------------------------------------------------------------------------
9713 r15439 | courmisch | 2006-04-29 17:34:09 +0200 (Sat, 29 Apr 2006) | 2 lines
9714 Changed paths:
9715    M /trunk/modules/control/http/mvar.c
9716
9717 Fix likely stack buffer overflow
9718
9719 ------------------------------------------------------------------------
9720 r15438 | courmisch | 2006-04-29 17:15:30 +0200 (Sat, 29 Apr 2006) | 3 lines
9721 Changed paths:
9722    M /trunk/modules/control/http/macro.c
9723
9724 - Don't nul-terminate after snprintf(), it does it already
9725 - Use strlcpy()
9726
9727 ------------------------------------------------------------------------
9728 r15437 | courmisch | 2006-04-29 17:11:48 +0200 (Sat, 29 Apr 2006) | 2 lines
9729 Changed paths:
9730    M /trunk/modules/access/directory.c
9731
9732 Clean up
9733
9734 ------------------------------------------------------------------------
9735 r15436 | courmisch | 2006-04-29 17:10:39 +0200 (Sat, 29 Apr 2006) | 2 lines
9736 Changed paths:
9737    M /trunk/modules/stream_out/rtp.c
9738
9739 Use strlcpy
9740
9741 ------------------------------------------------------------------------
9742 r15434 | courmisch | 2006-04-29 16:38:39 +0200 (Sat, 29 Apr 2006) | 2 lines
9743 Changed paths:
9744    M /trunk/src/input/subtitles.c
9745
9746 Also use strlcpy()
9747
9748 ------------------------------------------------------------------------
9749 r15433 | courmisch | 2006-04-29 16:34:50 +0200 (Sat, 29 Apr 2006) | 2 lines
9750 Changed paths:
9751    M /trunk/src/network/getaddrinfo.c
9752    M /trunk/src/stream_output/sap.c
9753
9754 Use strlcpy()
9755
9756 ------------------------------------------------------------------------
9757 r15432 | courmisch | 2006-04-29 16:30:49 +0200 (Sat, 29 Apr 2006) | 2 lines
9758 Changed paths:
9759    M /trunk/configure.ac
9760    M /trunk/include/vlc_common.h
9761    M /trunk/include/vlc_symbols.h
9762    M /trunk/modules/access/smb.c
9763    M /trunk/src/extras/libc.c
9764
9765 OpenBSDish strlcpy()
9766
9767 ------------------------------------------------------------------------
9768 r15430 | zorglub | 2006-04-29 16:23:44 +0200 (Sat, 29 Apr 2006) | 2 lines
9769 Changed paths:
9770    M /trunk
9771    M /trunk/po/ru.po
9772
9773 Update ru.po from rosetta
9774
9775 ------------------------------------------------------------------------
9776 r15429 | zorglub | 2006-04-29 16:23:41 +0200 (Sat, 29 Apr 2006) | 2 lines
9777 Changed paths:
9778    M /trunk
9779    M /trunk/include/variables.h
9780    M /trunk/include/vlc_messages.h
9781
9782 Initialize variables
9783
9784 ------------------------------------------------------------------------
9785 r15428 | courmisch | 2006-04-29 16:23:00 +0200 (Sat, 29 Apr 2006) | 2 lines
9786 Changed paths:
9787    M /trunk/modules/access/file.c
9788
9789 Win32 compile fix
9790
9791 ------------------------------------------------------------------------
9792 r15425 | courmisch | 2006-04-29 16:07:18 +0200 (Sat, 29 Apr 2006) | 2 lines
9793 Changed paths:
9794    M /trunk/configure.ac
9795    M /trunk/src/misc/threads.c
9796
9797 Remove some unused configure checks
9798
9799 ------------------------------------------------------------------------
9800 r15424 | courmisch | 2006-04-29 15:59:07 +0200 (Sat, 29 Apr 2006) | 4 lines
9801 Changed paths:
9802    M /trunk/modules/access/smb.c
9803
9804 Nul terminate
9805
9806 Might be a better idea to implement strlcpy()
9807
9808 ------------------------------------------------------------------------
9809 r15422 | courmisch | 2006-04-29 15:55:07 +0200 (Sat, 29 Apr 2006) | 3 lines
9810 Changed paths:
9811    M /trunk/modules/access/file.c
9812
9813 - Use poll() instead of select() so we don't depend on FD_SETSIZE
9814 - Clean up
9815
9816 ------------------------------------------------------------------------
9817 r15421 | bigben | 2006-04-29 15:53:49 +0200 (Sat, 29 Apr 2006) | 3 lines
9818 Changed paths:
9819    M /trunk/modules/video_output/x11/xcommon.c
9820
9821 * Fix for some strange x drivers that return 8 bits screens as first answer when being requested a Truecolor class one
9822
9823
9824 ------------------------------------------------------------------------
9825 r15419 | courmisch | 2006-04-29 15:38:50 +0200 (Sat, 29 Apr 2006) | 2 lines
9826 Changed paths:
9827    M /trunk/modules/access/smb.c
9828
9829 Use strncpy() rather than strncat() when the destination is empty
9830
9831 ------------------------------------------------------------------------
9832 r15415 | courmisch | 2006-04-29 15:32:36 +0200 (Sat, 29 Apr 2006) | 2 lines
9833 Changed paths:
9834    M /trunk/modules/demux/mp4/mp4.c
9835
9836 Don't use #ifdef + alloca() when we have something simpler
9837
9838 ------------------------------------------------------------------------
9839 r15414 | zorglub | 2006-04-29 15:31:39 +0200 (Sat, 29 Apr 2006) | 2 lines
9840 Changed paths:
9841    M /trunk
9842    M /trunk/modules/gui/skins2/vars/time.cpp
9843
9844 Be sure to write correct time values
9845
9846 ------------------------------------------------------------------------
9847 r15413 | courmisch | 2006-04-29 15:30:39 +0200 (Sat, 29 Apr 2006) | 2 lines
9848 Changed paths:
9849    M /trunk/modules/demux/mp4/drms.c
9850
9851 Simplification assuming that sizeof(char) = 1
9852
9853 ------------------------------------------------------------------------
9854 r15412 | courmisch | 2006-04-29 15:30:10 +0200 (Sat, 29 Apr 2006) | 2 lines
9855 Changed paths:
9856    M /trunk/modules/demux/voc.c
9857    M /trunk/modules/demux/xa.c
9858
9859 Fix copyright
9860
9861 ------------------------------------------------------------------------
9862 r15411 | dionoea | 2006-04-29 15:12:29 +0200 (Sat, 29 Apr 2006) | 2 lines
9863 Changed paths:
9864    M /trunk/share/skins2/default/theme.xml
9865
9866 Forward port [15410]
9867
9868 ------------------------------------------------------------------------
9869 r15406 | zorglub | 2006-04-28 22:21:42 +0200 (Fri, 28 Apr 2006) | 2 lines
9870 Changed paths:
9871    M /trunk
9872    M /trunk/src/libvlc.h
9873
9874 Set skip-frames to default enabled
9875
9876 ------------------------------------------------------------------------
9877 r15405 | courmisch | 2006-04-28 21:43:55 +0200 (Fri, 28 Apr 2006) | 2 lines
9878 Changed paths:
9879    M /trunk/modules/access/pvr/pvr.c
9880
9881 Compile fix
9882
9883 ------------------------------------------------------------------------
9884 r15404 | courmisch | 2006-04-28 21:38:52 +0200 (Fri, 28 Apr 2006) | 2 lines
9885 Changed paths:
9886    M /trunk/modules/access/dvb/access.c
9887
9888 Another select() -> poll()
9889
9890 ------------------------------------------------------------------------
9891 r15403 | courmisch | 2006-04-28 21:31:26 +0200 (Fri, 28 Apr 2006) | 3 lines
9892 Changed paths:
9893    M /trunk/modules/access/pvr/pvr.c
9894
9895 Use poll() instead of select() so we won't fall for the FD_SETSIZE trap
9896 in any case (however unlikely we were to fall far it on Linux)
9897
9898 ------------------------------------------------------------------------
9899 r15401 | bigben | 2006-04-28 19:18:46 +0200 (Fri, 28 Apr 2006) | 5 lines
9900 Changed paths:
9901    M /trunk/src/interface/interface.c
9902    M /trunk/src/libvlc.c
9903
9904 * Revert 15357, as it would make vlc crash if you try to load a main interface that doesn't exist
9905 * Instead, use "screensaver,none" when trying to load the screensaver interface
9906 * Same fix for onther interfaces loaded by libvlc
9907
9908
9909 ------------------------------------------------------------------------
9910 r15399 | dionoea | 2006-04-28 18:32:00 +0200 (Fri, 28 Apr 2006) | 2 lines
9911 Changed paths:
9912    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
9913
9914 Display file size instead of svn revision in update dialog
9915
9916 ------------------------------------------------------------------------
9917 r15397 | dionoea | 2006-04-28 17:19:10 +0200 (Fri, 28 Apr 2006) | 2 lines
9918 Changed paths:
9919    M /trunk/vlc.win32.nsi.in
9920
9921 Woops
9922
9923 ------------------------------------------------------------------------
9924 r15396 | dionoea | 2006-04-28 16:39:25 +0200 (Fri, 28 Apr 2006) | 3 lines
9925 Changed paths:
9926    M /trunk/vlc.win32.nsi.in
9927
9928 Remove local copies of Mozilla plugin and ActiveX dlls
9929 Fix #525 Fixes #525
9930
9931 ------------------------------------------------------------------------
9932 r15395 | courmisch | 2006-04-28 14:30:39 +0200 (Fri, 28 Apr 2006) | 2 lines
9933 Changed paths:
9934    M /trunk/src/network/tcp.c
9935
9936 Another close-on-exec
9937
9938 ------------------------------------------------------------------------
9939 r15394 | courmisch | 2006-04-28 14:29:00 +0200 (Fri, 28 Apr 2006) | 4 lines
9940 Changed paths:
9941    M /trunk/src/network/httpd.c
9942
9943 - Fix POSIX setting of non-blocking mode (we were clearing the R/W flags)
9944 - Close-on-exec: Don't leak httpd client sockets into CGI scripts or
9945   whatever child process we spawn.
9946
9947 ------------------------------------------------------------------------
9948 r15393 | courmisch | 2006-04-28 14:25:51 +0200 (Fri, 28 Apr 2006) | 2 lines
9949 Changed paths:
9950    M /trunk/src/network/httpd.c
9951
9952 Only check FD_SETSIZE limit on POSIX OSes.
9953
9954 ------------------------------------------------------------------------
9955 r15392 | courmisch | 2006-04-28 14:22:25 +0200 (Fri, 28 Apr 2006) | 11 lines
9956 Changed paths:
9957    M /trunk/src/network/io.c
9958
9959 Hmm, damn stupid fd_set implementation by Winsock does of course not
9960 work like any other one: it's actually thirty two times as big than the
9961 POSIX ones for any given FD_SETSIZE, plus FD_SET and FD_ISSET are O(n)
9962 instead of O(1). But at least, the mingw implementations of FD_SET has
9963 built-in overflow checks.
9964
9965 Also, Winsock insists on returning big socket numbers, so we can't drop
9966 those above FD_SETSIZE or we have no TCP/IP support at all, anyway.
9967
9968
9969
9970 ------------------------------------------------------------------------
9971 r15390 | dionoea | 2006-04-28 14:15:27 +0200 (Fri, 28 Apr 2006) | 2 lines
9972 Changed paths:
9973    M /trunk/NEWS
9974
9975 Shoutcast changed
9976
9977 ------------------------------------------------------------------------
9978 r15387 | dionoea | 2006-04-28 14:10:07 +0200 (Fri, 28 Apr 2006) | 2 lines
9979 Changed paths:
9980    M /trunk/NEWS
9981    M /trunk/THANKS
9982    M /trunk/share/Makefile.am
9983    A /trunk/share/skins2/default
9984    A /trunk/share/skins2/default/credits.png
9985    A /trunk/share/skins2/default/equalizer.png
9986    A /trunk/share/skins2/default/font.otf
9987    A /trunk/share/skins2/default/main
9988    A /trunk/share/skins2/default/main/Thumbs.db
9989    A /trunk/share/skins2/default/main/dvd_menu.png
9990    A /trunk/share/skins2/default/main/dvd_nextchapter.png
9991    A /trunk/share/skins2/default/main/dvd_nexttitle.png
9992    A /trunk/share/skins2/default/main/dvd_prevchapter.png
9993    A /trunk/share/skins2/default/main/dvd_prevtitle.png
9994    A /trunk/share/skins2/default/main/main.png
9995    A /trunk/share/skins2/default/main/main_down.png
9996    A /trunk/share/skins2/default/main/main_over.png
9997    A /trunk/share/skins2/default/main/main_up.png
9998    A /trunk/share/skins2/default/main/pause_down.png
9999    A /trunk/share/skins2/default/main/pause_over.png
10000    A /trunk/share/skins2/default/main/pause_up.png
10001    A /trunk/share/skins2/default/main/timeslider.png
10002    A /trunk/share/skins2/default/main/vol_mask.png
10003    A /trunk/share/skins2/default/main/vol_slider.png
10004    A /trunk/share/skins2/default/minimal.png
10005    A /trunk/share/skins2/default/playlist
10006    A /trunk/share/skins2/default/playlist/Thumbs.db
10007    A /trunk/share/skins2/default/playlist/playlist.png
10008    A /trunk/share/skins2/default/playlist/playlist_down.png
10009    A /trunk/share/skins2/default/playlist/playlist_over.png
10010    A /trunk/share/skins2/default/playlist/playlist_up.png
10011    A /trunk/share/skins2/default/playlist/playtreeglyphs.png
10012    A /trunk/share/skins2/default/playlist/plscroller.png
10013    A /trunk/share/skins2/default/switch.png
10014    A /trunk/share/skins2/default/theme.xml
10015
10016 New default skin by aLtgLasS. Many thanks for making one on such short notice.
10017
10018 ------------------------------------------------------------------------
10019 r15385 | dionoea | 2006-04-28 13:38:55 +0200 (Fri, 28 Apr 2006) | 2 lines
10020 Changed paths:
10021    D /trunk/share/skins2/playtree
10022
10023 Remove playtree skin
10024
10025 ------------------------------------------------------------------------
10026 r15384 | dionoea | 2006-04-28 13:37:38 +0200 (Fri, 28 Apr 2006) | 2 lines
10027 Changed paths:
10028    D /trunk/share/skins2/default
10029    M /trunk/share/skins2/playtree/theme.xml
10030
10031 Remove old default skin
10032
10033 ------------------------------------------------------------------------
10034 r15383 | zorglub | 2006-04-28 09:58:18 +0200 (Fri, 28 Apr 2006) | 2 lines
10035 Changed paths:
10036    M /trunk/extras/contrib/src/Makefile
10037
10038 HA HA ! (Refs:#658)
10039
10040 ------------------------------------------------------------------------
10041 r15382 | dionoea | 2006-04-28 00:31:16 +0200 (Fri, 28 Apr 2006) | 2 lines
10042 Changed paths:
10043    M /trunk/modules/demux/playlist/shoutcast.c
10044
10045 Ahem...
10046
10047 ------------------------------------------------------------------------
10048 r15381 | dionoea | 2006-04-27 23:23:34 +0200 (Thu, 27 Apr 2006) | 2 lines
10049 Changed paths:
10050    M /trunk/modules/demux/playlist/playlist.c
10051    M /trunk/modules/demux/playlist/shoutcast.c
10052
10053 Add option (--shoutcast-show-adult) to show porn^WNC17 rated video streams. Default setting is of course disabled.
10054
10055 ------------------------------------------------------------------------
10056 r15380 | jpsaman | 2006-04-27 23:15:18 +0200 (Thu, 27 Apr 2006) | 1 line
10057 Changed paths:
10058    M /trunk/THANKS
10059
10060 Added Rob Casey to THANKS file.
10061 ------------------------------------------------------------------------
10062 r15379 | courmisch | 2006-04-27 22:18:14 +0200 (Thu, 27 Apr 2006) | 15 lines
10063 Changed paths:
10064    M /trunk/modules/access/file.c
10065    M /trunk/src/network/httpd.c
10066    M /trunk/src/network/io.c
10067    M /trunk/src/network/tcp.c
10068
10069 Whenever using select() companion macro FD_SET(), one must ensure that
10070 the specified file descriptor does not exceeds the fd_set limit (FD_SETSIZE).
10071 Registering a file descriptor above this limit is not defined (read: this is
10072 a buffer overflow).
10073
10074 This is not normally exploitable on Linux because FD_SETSIZE equals the
10075 default limit for file descriptors per processes, but should work on BSDs.
10076 Cygwin is also very prone to this problem (but right, we don't use it). As
10077 for Windows, it will overflow if you try to select() more than 64 sockets at
10078 a time (regardless of the total numbers of socket), but for the sake of
10079 simplicity and portability, this patch actually prevent opening more than
10080 64 sockets at all.
10081
10082 There are still quite a bunch of plugins that needs fixing.
10083
10084 ------------------------------------------------------------------------
10085 r15378 | jpsaman | 2006-04-27 21:31:20 +0200 (Thu, 27 Apr 2006) | 1 line
10086 Changed paths:
10087    M /trunk/modules/misc/rtsp.c
10088
10089 Fix for VLM commands when 'new test vod mux mp2ts enabled' is used.
10090 ------------------------------------------------------------------------
10091 r15377 | jpsaman | 2006-04-27 21:13:42 +0200 (Thu, 27 Apr 2006) | 1 line
10092 Changed paths:
10093    M /trunk/include/vlc_httpd.h
10094    M /trunk/modules/misc/rtsp.c
10095    M /trunk/src/network/httpd.c
10096
10097 Play VOD RTSP from Amino STB with RTSP url: 'rtsp://192.168.0.5:5554//192.168.0.5:5554/dvd;type=VOD;servertype=MediaBase' Note the double slash // between the ip-addresses. Patch by Rob Casey (rob dot casey AT swishgroup dot com dot au)
10098 ------------------------------------------------------------------------
10099 r15375 | damienf | 2006-04-27 17:47:53 +0200 (Thu, 27 Apr 2006) | 2 lines
10100 Changed paths:
10101    M /trunk/modules/access/dshow/dshow.cpp
10102
10103 - fix for problem reported in http://forum.videolan.org/viewtopic.php?t=19804&sid=d4ec4d6ac1bcdc8074d8d2855d734d29
10104
10105 ------------------------------------------------------------------------
10106 r15372 | jpsaman | 2006-04-27 10:14:45 +0200 (Thu, 27 Apr 2006) | 1 line
10107 Changed paths:
10108    M /trunk/modules/codec/x264.c
10109
10110 Remove whitespace
10111 ------------------------------------------------------------------------
10112 r15371 | jpsaman | 2006-04-27 10:13:50 +0200 (Thu, 27 Apr 2006) | 1 line
10113 Changed paths:
10114    M /trunk/src/stream_output/stream_output.c
10115
10116 Remove whitespace
10117 ------------------------------------------------------------------------
10118 r15369 | fkuehne | 2006-04-26 23:32:10 +0200 (Wed, 26 Apr 2006) | 1 line
10119 Changed paths:
10120    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
10121
10122 * forward-port [15368]
10123 ------------------------------------------------------------------------
10124 r15367 | dionoea | 2006-04-26 23:04:47 +0200 (Wed, 26 Apr 2006) | 3 lines
10125 Changed paths:
10126    M /trunk/modules/access_filter/timeshift.c
10127
10128 Add option to force timeshift filter even if access can control pace or pause.
10129 The goal is to be able to timeshift on live rtsp streams. The true fix would be to fix the rtsp access ...
10130
10131 ------------------------------------------------------------------------
10132 r15365 | ipkiss | 2006-04-26 19:59:29 +0200 (Wed, 26 Apr 2006) | 2 lines
10133 Changed paths:
10134    M /trunk/doc/skins/skins2-howto.xml
10135    M /trunk/modules/gui/skins2/Modules.am
10136    A /trunk/modules/gui/skins2/commands/cmd_snapshot.cpp
10137    A /trunk/modules/gui/skins2/commands/cmd_snapshot.hpp
10138    M /trunk/modules/gui/skins2/parser/interpreter.cpp
10139
10140  * skins2: Added the vlc.snapshot() action
10141
10142 ------------------------------------------------------------------------
10143 r15363 | dionoea | 2006-04-26 11:56:04 +0200 (Wed, 26 Apr 2006) | 2 lines
10144 Changed paths:
10145    M /trunk/vlc.win32.nsi.in
10146
10147 Changes to the default selected options in the installer
10148
10149 ------------------------------------------------------------------------
10150 r15361 | zorglub | 2006-04-26 10:21:52 +0200 (Wed, 26 Apr 2006) | 2 lines
10151 Changed paths:
10152    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
10153
10154 Oh look ! Bananas !
10155
10156 ------------------------------------------------------------------------
10157 r15359 | asmax | 2006-04-25 19:25:02 +0200 (Tue, 25 Apr 2006) | 2 lines
10158 Changed paths:
10159    M /trunk/modules/gui/skins2/src/top_window.cpp
10160
10161 * top_window.cpp: stupid bug...
10162
10163 ------------------------------------------------------------------------
10164 r15357 | bigben | 2006-04-25 18:47:56 +0200 (Tue, 25 Apr 2006) | 5 lines
10165 Changed paths:
10166    M /trunk/configure.ac
10167    M /trunk/modules/misc/screensaver.c
10168    M /trunk/src/interface/interface.c
10169
10170 * screensaver.c, configure.ac: use directly dbus to disable gnome-screensaver if dbus is available upon compilation, instead of using system(gnome-screensaver-command
10171 * interface.c: use the b_strict boolean when calling module_Need upon extra interface launching. This prevents vlc to try to launch a 2nd wx gui if the screensaver module isn't available.
10172
10173
10174
10175 ------------------------------------------------------------------------
10176 r15355 | zorglub | 2006-04-25 12:17:57 +0200 (Tue, 25 Apr 2006) | 2 lines
10177 Changed paths:
10178    M /trunk/modules/gui/wxwidgets/Modules.am
10179    A /trunk/modules/gui/wxwidgets/bitmaps/edit.xpm
10180    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
10181
10182 Add edit button for VLM (Closes:#530)
10183
10184 ------------------------------------------------------------------------
10185 r15353 | ipkiss | 2006-04-24 23:57:04 +0200 (Mon, 24 Apr 2006) | 2 lines
10186 Changed paths:
10187    M /trunk/modules/gui/skins2/parser/interpreter.cpp
10188
10189  * skins2/parser/interpreter.cpp: Fixed a crash when using an action of the form "foo;"
10190
10191 ------------------------------------------------------------------------
10192 r15352 | fkuehne | 2006-04-24 23:04:54 +0200 (Mon, 24 Apr 2006) | 1 line
10193 Changed paths:
10194    M /trunk/extras/contrib/src/Makefile
10195
10196 * add --enable-pic to x264's configure on PPC as well and check out the latest revisions again
10197 ------------------------------------------------------------------------
10198 r15350 | dionoea | 2006-04-24 21:41:04 +0200 (Mon, 24 Apr 2006) | 2 lines
10199 Changed paths:
10200    M /trunk/modules/demux/playlist/shoutcast.c
10201
10202 Some more cleaning
10203
10204 ------------------------------------------------------------------------
10205 r15349 | xtophe | 2006-04-24 20:29:14 +0200 (Mon, 24 Apr 2006) | 2 lines
10206 Changed paths:
10207    M /trunk/modules/demux/playlist/shoutcast.c
10208
10209 shoutcast.c: Memleak hunt.
10210
10211 ------------------------------------------------------------------------
10212 r15348 | sam | 2006-04-24 10:53:26 +0200 (Mon, 24 Apr 2006) | 2 lines
10213 Changed paths:
10214    M /trunk/modules/video_output/caca.c
10215
10216   * modules/video_output/caca.c: synced caca output with libcaca-0.99.beta1.
10217
10218 ------------------------------------------------------------------------
10219 r15347 | dionoea | 2006-04-24 02:25:25 +0200 (Mon, 24 Apr 2006) | 3 lines
10220 Changed paths:
10221    M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
10222
10223  * Handle submodules correctly in the prefs (so we can enable/disable them).
10224  * Fix bug with modules chain if the begining or the end of one module's name matched another module's name. (like 'shoutcasttv' and 'shout')
10225
10226 ------------------------------------------------------------------------
10227 r15346 | dionoea | 2006-04-24 00:53:40 +0200 (Mon, 24 Apr 2006) | 2 lines
10228 Changed paths:
10229    M /trunk/modules/demux/playlist/shoutcast.c
10230    M /trunk/modules/services_discovery/shout.c
10231
10232 Support for Shoutcast TV. vp3 streams segfault, vp5 and 6 don't play :)
10233
10234 ------------------------------------------------------------------------
10235 r15345 | dionoea | 2006-04-24 00:52:35 +0200 (Mon, 24 Apr 2006) | 2 lines
10236 Changed paths:
10237    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
10238
10239 Hack to handle service discovery submodules correctly. This should maybe be changed in other interfaces.
10240
10241 ------------------------------------------------------------------------
10242 r15344 | dionoea | 2006-04-23 23:17:51 +0200 (Sun, 23 Apr 2006) | 3 lines
10243 Changed paths:
10244    M /trunk/configure.ac
10245    M /trunk/vlc.win32.nsi.in
10246
10247 Don't remove files added by user when uninstalling
10248 Fix #525 / Fixes #525
10249
10250 ------------------------------------------------------------------------
10251 r15342 | bigben | 2006-04-23 22:31:06 +0200 (Sun, 23 Apr 2006) | 5 lines
10252 Changed paths:
10253    M /trunk/modules/misc/screensaver.c
10254
10255 * Support for gnome-screensaver
10256 * We should test if the command is in the path before trying to launch it
10257 * Anyway, system is dirty, we should use dbus, at least for gnome-screensaver
10258
10259
10260 ------------------------------------------------------------------------
10261 r15341 | djc | 2006-04-23 22:11:23 +0200 (Sun, 23 Apr 2006) | 2 lines
10262 Changed paths:
10263    M /trunk/modules/access_output/file.c
10264
10265 Add %T modifier to filename refs: #561
10266
10267 ------------------------------------------------------------------------
10268 r15336 | courmisch | 2006-04-23 17:56:41 +0200 (Sun, 23 Apr 2006) | 2 lines
10269 Changed paths:
10270    M /trunk/po/ru.po
10271
10272 Partially updated russian localization by Pavlov Konstantin
10273
10274 ------------------------------------------------------------------------
10275 r15334 | courmisch | 2006-04-23 16:41:48 +0200 (Sun, 23 Apr 2006) | 2 lines
10276 Changed paths:
10277    M /trunk/src/network/tls.c
10278
10279 Doxygenization
10280
10281 ------------------------------------------------------------------------
10282 r15333 | bigben | 2006-04-23 16:37:54 +0200 (Sun, 23 Apr 2006) | 4 lines
10283 Changed paths:
10284    M /trunk/modules/video_output/x11/xcommon.c
10285
10286 * bit masks for RV15 and RV16 were inverted (!) (or there is something I really haven't caught)
10287 * Endianness fix for RV15 and RV16 (mostly used for x11)
10288
10289
10290 ------------------------------------------------------------------------
10291 r15332 | courmisch | 2006-04-23 16:34:44 +0200 (Sun, 23 Apr 2006) | 2 lines
10292 Changed paths:
10293    M /trunk/modules/misc/gnutls.c
10294
10295 Use Doxygen syntax for comments
10296
10297 ------------------------------------------------------------------------
10298 r15331 | courmisch | 2006-04-23 16:05:03 +0200 (Sun, 23 Apr 2006) | 2 lines
10299 Changed paths:
10300    M /trunk/po/en_GB.po
10301
10302 British translation l10n update
10303
10304 ------------------------------------------------------------------------
10305 r15330 | courmisch | 2006-04-23 16:00:23 +0200 (Sun, 23 Apr 2006) | 2 lines
10306 Changed paths:
10307    M /trunk/modules/access_output/http.c
10308
10309 Add missing white space
10310
10311 ------------------------------------------------------------------------
10312 r15329 | courmisch | 2006-04-23 15:59:33 +0200 (Sun, 23 Apr 2006) | 2 lines
10313 Changed paths:
10314    M /trunk/modules/access_output/http.c
10315
10316 Remove extra white space
10317
10318 ------------------------------------------------------------------------
10319 r15327 | courmisch | 2006-04-23 15:54:30 +0200 (Sun, 23 Apr 2006) | 2 lines
10320 Changed paths:
10321    M /trunk/src/libvlc.h
10322
10323 Fix a grammar mistake
10324
10325 ------------------------------------------------------------------------
10326 r15326 | bigben | 2006-04-23 15:51:04 +0200 (Sun, 23 Apr 2006) | 4 lines
10327 Changed paths:
10328    M /trunk/modules/video_output/opengl.c
10329
10330 * Try to fix endianness in the opengl output on unixes
10331 * RV32 works, I'm not sure of the masks for RV24 and RV16
10332
10333
10334 ------------------------------------------------------------------------
10335 r15325 | sam | 2006-04-23 15:41:42 +0200 (Sun, 23 Apr 2006) | 3 lines
10336 Changed paths:
10337    M /trunk/src/video_output/video_output.c
10338
10339   * src/video_output/video_output.c: 4th (and good) attempt at fixing mask
10340     shifts.  Thanks to bigben for testing.
10341
10342 ------------------------------------------------------------------------
10343 r15323 | sam | 2006-04-23 15:21:42 +0200 (Sun, 23 Apr 2006) | 2 lines
10344 Changed paths:
10345    M /trunk/src/video_output/video_output.c
10346
10347   * src/video_output/video_output.c: Fixed RGB mask when the 32nd bit is on.
10348
10349 ------------------------------------------------------------------------
10350 r15322 | sam | 2006-04-23 15:15:12 +0200 (Sun, 23 Apr 2006) | 2 lines
10351 Changed paths:
10352    M /trunk/include/vlc_video.h
10353
10354   * Argh, I didn't mean to commit that. Fixed my previous commit (mask types).
10355
10356 ------------------------------------------------------------------------
10357 r15321 | sam | 2006-04-23 15:13:40 +0200 (Sun, 23 Apr 2006) | 2 lines
10358 Changed paths:
10359    M /trunk/include/vlc_video.h
10360
10361   * include/vlc_video.h: Fixed mask variable types for YUV to RGB conversions.
10362
10363 ------------------------------------------------------------------------
10364 r15316 | asmax | 2006-04-23 01:16:20 +0200 (Sun, 23 Apr 2006) | 6 lines
10365 Changed paths:
10366    M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
10367    M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
10368    M /trunk/modules/gui/skins2/src/generic_layout.cpp
10369    M /trunk/modules/gui/skins2/src/generic_layout.hpp
10370    M /trunk/modules/gui/skins2/src/top_window.cpp
10371    M /trunk/modules/gui/skins2/src/top_window.hpp
10372    M /trunk/modules/gui/skins2/src/vlcproc.cpp
10373    M /trunk/modules/gui/skins2/src/vout_window.cpp
10374
10375 * all: new handling of vout controls to allow serveral layouts/windows
10376  with a vout (if only one is visible at the same time)
10377  A callback is now called when a layout becomes visible or hidden.
10378  The vout window is still not reparented correctly if the layout
10379  is changed while a video is being played...
10380
10381 ------------------------------------------------------------------------
10382 r15312 | fkuehne | 2006-04-23 00:06:39 +0200 (Sun, 23 Apr 2006) | 1 line
10383 Changed paths:
10384    M /trunk/extras/contrib/src/Makefile
10385
10386 * forward-port [15311]
10387 ------------------------------------------------------------------------
10388 r15309 | dionoea | 2006-04-22 23:06:41 +0200 (Sat, 22 Apr 2006) | 3 lines
10389 Changed paths:
10390    M /trunk/modules/demux/playlist/shoutcast.c
10391    M /trunk/modules/services_discovery/shout.c
10392
10393  * shout.c : change playlist layout (remove 1 node)
10394  * shoutcast.c : remove "debug" printf
10395
10396 ------------------------------------------------------------------------
10397 r15301 | dionoea | 2006-04-22 18:39:04 +0200 (Sat, 22 Apr 2006) | 4 lines
10398 Changed paths:
10399    M /trunk/modules/demux/playlist/Modules.am
10400    M /trunk/modules/demux/playlist/playlist.c
10401    M /trunk/modules/demux/playlist/playlist.h
10402    A /trunk/modules/demux/playlist/shoutcast.c
10403    M /trunk/modules/services_discovery/shout.c
10404
10405 Change shoutcast service discovery module and write a new demux to be compatible with the new winamp 5.2 format. See trac ticket for detailed info. I'd appreciate if people could test this and proof read the code since we'll have to include this in 0.8.5 which is due to be released soon.
10406
10407 Ref #640.
10408
10409 ------------------------------------------------------------------------
10410 r15300 | zorglub | 2006-04-22 13:28:39 +0200 (Sat, 22 Apr 2006) | 2 lines
10411 Changed paths:
10412    M /trunk
10413    M /trunk/doc/Doxyfile
10414
10415 Use search engine
10416
10417 ------------------------------------------------------------------------
10418 r15297 | xtophe | 2006-04-22 01:48:53 +0200 (Sat, 22 Apr 2006) | 2 lines
10419 Changed paths:
10420    M /trunk/src/network/httpd.c
10421
10422 Fix error pages
10423
10424 ------------------------------------------------------------------------
10425 r15296 | xtophe | 2006-04-21 23:33:39 +0200 (Fri, 21 Apr 2006) | 2 lines
10426 Changed paths:
10427    M /trunk/debian/control
10428    M /trunk/debian/rules
10429
10430 debian/*: we no longer seems to requires gcc-snapshot. I commit mainly to test on the nightlies. feel free to revert.
10431
10432 ------------------------------------------------------------------------
10433 r15295 | xtophe | 2006-04-21 23:28:36 +0200 (Fri, 21 Apr 2006) | 2 lines
10434 Changed paths:
10435    M /trunk/debian/control
10436    M /trunk/debian/rules
10437
10438 debian/*: temporarely disable the xosd plugin
10439
10440 ------------------------------------------------------------------------
10441 r15292 | fkuehne | 2006-04-20 22:32:14 +0200 (Thu, 20 Apr 2006) | 1 line
10442 Changed paths:
10443    M /trunk/modules/gui/macosx/about.m
10444
10445 * show the svn-revision only if it isn't 'exported'
10446 ------------------------------------------------------------------------
10447 r15291 | damienf | 2006-04-20 18:25:53 +0200 (Thu, 20 Apr 2006) | 2 lines
10448 Changed paths:
10449    M /trunk/configure.ac
10450
10451 - fix for shared libvlc and unicows for win32 builds
10452
10453 ------------------------------------------------------------------------
10454 r15290 | courmisch | 2006-04-20 18:15:15 +0200 (Thu, 20 Apr 2006) | 2 lines
10455 Changed paths:
10456    M /trunk/src/misc/unicode.c
10457
10458 Fix overflow on UTF-16 strings with an odd characters length
10459
10460 ------------------------------------------------------------------------
10461 r15289 | dionoea | 2006-04-20 01:30:20 +0200 (Thu, 20 Apr 2006) | 2 lines
10462 Changed paths:
10463    M /trunk/modules/control/http/rpn.c
10464
10465 Hackish fix for 'TITLE' vlc_meta_get
10466
10467 ------------------------------------------------------------------------
10468 r15287 | bigben | 2006-04-19 22:33:22 +0200 (Wed, 19 Apr 2006) | 3 lines
10469 Changed paths:
10470    M /trunk/modules/gui/macosx/vout.m
10471
10472 * Fix always on top when exiting fullscreen
10473
10474
10475 ------------------------------------------------------------------------
10476 r15286 | fkuehne | 2006-04-19 18:25:01 +0200 (Wed, 19 Apr 2006) | 1 line
10477 Changed paths:
10478    M /trunk/modules/gui/macosx/intf.m
10479
10480 * quickly forward-port the previous commit so joneskoo can test it
10481 ------------------------------------------------------------------------
10482 r15279 | littlejohn | 2006-04-19 15:51:59 +0200 (Wed, 19 Apr 2006) | 3 lines
10483 Changed paths:
10484    M /trunk/src/control/playlist.c
10485
10486 delete item added in playlist control
10487
10488
10489 ------------------------------------------------------------------------
10490 r15275 | damienf | 2006-04-19 12:13:07 +0200 (Wed, 19 Apr 2006) | 2 lines
10491 Changed paths:
10492    M /trunk/AUTHORS
10493    M /trunk/Makefile.am
10494
10495 - added 'VLC Plugin.plugin' in MacOS X Disk image
10496
10497 ------------------------------------------------------------------------
10498 r15271 | zorglub | 2006-04-18 23:48:37 +0200 (Tue, 18 Apr 2006) | 2 lines
10499 Changed paths:
10500    M /trunk
10501    M /trunk/doc/skins/skins2-howto.xml
10502
10503 Update skins doc
10504
10505 ------------------------------------------------------------------------
10506 r15270 | zorglub | 2006-04-18 23:48:34 +0200 (Tue, 18 Apr 2006) | 2 lines
10507 Changed paths:
10508    M /trunk
10509    M /trunk/modules/gui/skins2/parser/interpreter.cpp
10510
10511 Add a dialogs.playlist() command
10512
10513 ------------------------------------------------------------------------
10514 r15269 | zorglub | 2006-04-18 23:24:43 +0200 (Tue, 18 Apr 2006) | 2 lines
10515 Changed paths:
10516    M /trunk
10517    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
10518    M /trunk/modules/gui/skins2/parser/interpreter.cpp
10519    M /trunk/modules/gui/skins2/src/dialogs.cpp
10520    M /trunk/modules/gui/skins2/src/dialogs.hpp
10521
10522 Add dialogs.audioPopup, dialogs.videoPopup and dialogs.miscPopup commands
10523
10524 ------------------------------------------------------------------------
10525 r15268 | zorglub | 2006-04-18 23:24:42 +0200 (Tue, 18 Apr 2006) | 2 lines
10526 Changed paths:
10527    M /trunk
10528    M /trunk/modules/gui/skins2/src/vlcproc.cpp
10529    M /trunk/modules/gui/skins2/src/vlcproc.hpp
10530
10531 Add vlc.hasAudio variable
10532
10533 ------------------------------------------------------------------------
10534 r15267 | zorglub | 2006-04-18 23:24:38 +0200 (Tue, 18 Apr 2006) | 2 lines
10535 Changed paths:
10536    M /trunk
10537    M /trunk/modules/gui/wxwidgets/menus.cpp
10538
10539 Fix refcount bug
10540
10541 ------------------------------------------------------------------------
10542 r15266 | zorglub | 2006-04-18 23:24:36 +0200 (Tue, 18 Apr 2006) | 2 lines
10543 Changed paths:
10544    M /trunk
10545    M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
10546    M /trunk/include/vlc_interface.h
10547    M /trunk/modules/gui/wxwidgets/dialogs.cpp
10548    M /trunk/modules/gui/wxwidgets/interface.hpp
10549    M /trunk/modules/gui/wxwidgets/menus.cpp
10550
10551 Add separate audio and video popup menus
10552
10553 ------------------------------------------------------------------------
10554 r15265 | damienf | 2006-04-18 23:14:38 +0200 (Tue, 18 Apr 2006) | 4 lines
10555 Changed paths:
10556    M /trunk/configure.ac
10557    M /trunk/mozilla/support/npunix.c
10558    M /trunk/mozilla/vlcruntime.cpp
10559
10560 - fix UNIX X11 build for plugin
10561 - give myself some credit
10562 - removed unnecessary PLUGIN_TO_HOST_GLUE macro
10563
10564 ------------------------------------------------------------------------
10565 r15264 | zorglub | 2006-04-18 19:50:42 +0200 (Tue, 18 Apr 2006) | 2 lines
10566 Changed paths:
10567    M /trunk
10568    M /trunk/modules/gui/skins2/parser/interpreter.cpp
10569
10570 Make sure we hide the skins playlist
10571
10572 ------------------------------------------------------------------------
10573 r15263 | dionoea | 2006-04-18 00:52:57 +0200 (Tue, 18 Apr 2006) | 6 lines
10574 Changed paths:
10575    M /trunk/modules/control/http/rpn.c
10576
10577 Add vlc_get_meta function. Argument can be:
10578 'ARTIST' -> gets the artist
10579 'TITLE' -> gets the title
10580 'ALBUM' -> gets the album name
10581 'something else' -> get 'something else' ... meta labels are translated so don't expect this to be portable.
10582
10583 ------------------------------------------------------------------------
10584 r15262 | zorglub | 2006-04-17 23:36:36 +0200 (Mon, 17 Apr 2006) | 2 lines
10585 Changed paths:
10586    M /trunk
10587    M /trunk/modules/gui/skins2/parser/interpreter.cpp
10588    M /trunk/modules/gui/skins2/src/vlcproc.cpp
10589
10590 Add todo
10591
10592 ------------------------------------------------------------------------
10593 r15261 | zorglub | 2006-04-17 23:28:30 +0200 (Mon, 17 Apr 2006) | 4 lines
10594 Changed paths:
10595    M /trunk
10596    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
10597    M /trunk/modules/gui/skins2/parser/interpreter.cpp
10598    M /trunk/modules/gui/skins2/src/dialogs.cpp
10599    M /trunk/modules/gui/skins2/src/dialogs.hpp
10600    M /trunk/modules/gui/skins2/src/skin_main.cpp
10601
10602 Add a (default enabled) skinned-playlist option
10603
10604 It will show the dialogs provider playlist instead of the "playlist_window" window
10605
10606 ------------------------------------------------------------------------
10607 r15260 | fkuehne | 2006-04-17 19:15:43 +0200 (Mon, 17 Apr 2006) | 1 line
10608 Changed paths:
10609    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
10610
10611 * revert 2 hacky compilation fixes which were accidentelly committed in [15259]
10612 ------------------------------------------------------------------------
10613 r15259 | fkuehne | 2006-04-17 19:10:12 +0200 (Mon, 17 Apr 2006) | 1 line
10614 Changed paths:
10615    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
10616
10617 * mark some buggy strings as pointed out by Mathias C. Berens
10618 ------------------------------------------------------------------------
10619 r15257 | asmax | 2006-04-17 19:03:55 +0200 (Mon, 17 Apr 2006) | 2 lines
10620 Changed paths:
10621    M /trunk/modules/gui/skins2/src/ini_file.cpp
10622    M /trunk/share/skins2/winamp2.xml
10623
10624 * all: convert keys in INI files to lower case, to fix buggy winamp2 skins
10625
10626 ------------------------------------------------------------------------
10627 r15255 | asmax | 2006-04-17 18:29:34 +0200 (Mon, 17 Apr 2006) | 2 lines
10628 Changed paths:
10629    M /trunk/modules/audio_output/jack.c
10630
10631 * jack.c: fixed non-stereo audio streams
10632
10633 ------------------------------------------------------------------------
10634 r15253 | asmax | 2006-04-17 17:56:21 +0200 (Mon, 17 Apr 2006) | 2 lines
10635 Changed paths:
10636    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
10637
10638 * ctrl_checkbox: fixed initial image of checkbox
10639
10640 ------------------------------------------------------------------------
10641 r15251 | ipkiss | 2006-04-17 17:26:53 +0200 (Mon, 17 Apr 2006) | 2 lines
10642 Changed paths:
10643    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
10644
10645  * skins2/controls/ctrl_tree.cpp: I forgot 1 occurrence of the bug
10646
10647 ------------------------------------------------------------------------
10648 r15250 | ipkiss | 2006-04-17 17:23:13 +0200 (Mon, 17 Apr 2006) | 3 lines
10649 Changed paths:
10650    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
10651
10652  * skins2/controls/ctrl_tree.cpp: Check that the iterator is not end() before using it...
10653    This fixes random freezes when loading skins with a PlayTree control on Windows, and probably some crashes as well.
10654
10655 ------------------------------------------------------------------------
10656 r15248 | asmax | 2006-04-17 14:46:51 +0200 (Mon, 17 Apr 2006) | 9 lines
10657 Changed paths:
10658    M /trunk/modules/gui/skins2/Modules.am
10659    M /trunk/modules/gui/skins2/parser/builder.cpp
10660    M /trunk/modules/gui/skins2/parser/builder.hpp
10661    M /trunk/modules/gui/skins2/parser/builder_data.def
10662    M /trunk/modules/gui/skins2/parser/builder_data.hpp
10663    M /trunk/modules/gui/skins2/parser/interpreter.cpp
10664    M /trunk/modules/gui/skins2/parser/interpreter.hpp
10665    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
10666    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
10667    M /trunk/modules/gui/skins2/src/file_bitmap.cpp
10668    A /trunk/modules/gui/skins2/src/ini_file.cpp
10669    A /trunk/modules/gui/skins2/src/ini_file.hpp
10670    M /trunk/modules/gui/skins2/src/var_manager.cpp
10671    M /trunk/modules/gui/skins2/src/var_manager.hpp
10672    M /trunk/modules/gui/skins2/utils/var_text.cpp
10673    M /trunk/modules/gui/skins2/utils/var_text.hpp
10674    M /trunk/share/skins2/skin.dtd
10675    M /trunk/share/skins2/winamp2.xml
10676
10677 * all: added a INI file parser in skins2. For instance if the file
10678  with id "pledit" (defined in the new tag "<IniFile>" contains:
10679     [Text]
10680     Normal=#FFFFFF
10681  it will create a constant "pledit.Text.Normal" with value "#FFFFFF"
10682 * winamp2.xml: use the "pledit.txt" file to have correct playlist colors
10683
10684 is it ok to backport in 0.8.5 ?
10685
10686 ------------------------------------------------------------------------
10687 r15246 | fkuehne | 2006-04-16 17:59:33 +0200 (Sun, 16 Apr 2006) | 1 line
10688 Changed paths:
10689    M /trunk/modules/gui/macosx/sfilters.m
10690
10691 * removed instability warning, which was introduced for the 0.8.5 betas
10692 ------------------------------------------------------------------------
10693 r15244 | dionoea | 2006-04-16 00:33:27 +0200 (Sun, 16 Apr 2006) | 2 lines
10694 Changed paths:
10695    M /trunk/share/skins2/skin.dtd
10696
10697 Fix dtd (a Layout can have more than one groups)
10698
10699 ------------------------------------------------------------------------
10700 r15243 | jpsaman | 2006-04-16 00:21:18 +0200 (Sun, 16 Apr 2006) | 1 line
10701 Changed paths:
10702    M /trunk/mozilla/support/npunix.c
10703
10704 Fix compilation on FC3 linux for mozilla plugin.
10705 ------------------------------------------------------------------------
10706 r15240 | asmax | 2006-04-15 18:18:59 +0200 (Sat, 15 Apr 2006) | 4 lines
10707 Changed paths:
10708    M /trunk/doc/skins/skins2-howto.xml
10709    M /trunk/modules/gui/skins2/src/vlcproc.cpp
10710    M /trunk/modules/gui/skins2/src/vlcproc.hpp
10711    M /trunk/modules/gui/skins2/utils/var_text.cpp
10712    M /trunk/share/skins2/winamp2.xml
10713    M /trunk/src/input/es_out.c
10714    M /trunk/src/input/input.c
10715
10716 * all: added a new skin text variable "$S" to get the audio sample rate
10717  (in KHz) + fixed the bitrate ("$B") variable to use only the audio bit rate.
10718 * winamp2.xml: updated the winamp2 skin
10719
10720 ------------------------------------------------------------------------
10721 r15239 | dionoea | 2006-04-15 18:06:47 +0200 (Sat, 15 Apr 2006) | 2 lines
10722 Changed paths:
10723    M /trunk/share/http/dialogs/input
10724
10725 Comment subtitles related stuff (since it isn't coded yet)
10726
10727 ------------------------------------------------------------------------
10728 r15237 | dionoea | 2006-04-15 17:58:24 +0200 (Sat, 15 Apr 2006) | 2 lines
10729 Changed paths:
10730    M /trunk/share/http/requests/status.xml
10731
10732 rpn magic to remove slashes from the playlist item's name
10733
10734 ------------------------------------------------------------------------
10735 r15236 | dionoea | 2006-04-15 17:48:44 +0200 (Sat, 15 Apr 2006) | 2 lines
10736 Changed paths:
10737    M /trunk/share/http/js/functions.js
10738
10739 Fix interface in regards to [15116].
10740
10741 ------------------------------------------------------------------------
10742 r15234 | courmisch | 2006-04-15 16:18:13 +0200 (Sat, 15 Apr 2006) | 4 lines
10743 Changed paths:
10744    M /trunk/src/libvlc.c
10745    M /trunk/src/libvlc.h
10746
10747 Do not provide a broken language option on Linux and similar OSes
10748 where the user normally use LANG, LANGUAGE, etc to define his/her
10749 language(s). It didn't work anyway (refs #638).
10750
10751 ------------------------------------------------------------------------
10752 r15233 | damienf | 2006-04-15 15:48:34 +0200 (Sat, 15 Apr 2006) | 2 lines
10753 Changed paths:
10754    M /trunk/mozilla/support/npunix.c
10755    M /trunk/mozilla/support/npwin.cpp
10756
10757 - added support for NPRuntime to win32 and unix version of mozilla
10758
10759 ------------------------------------------------------------------------
10760 r15232 | damienf | 2006-04-15 13:51:45 +0200 (Sat, 15 Apr 2006) | 2 lines
10761 Changed paths:
10762    M /trunk/extras/MacOSX/plugin/English.lproj/InfoPlist.strings
10763    M /trunk/extras/MacOSX/plugin/Info.plist
10764    M /trunk/modules/gui/macosx/voutqt.m
10765    M /trunk/mozilla/Makefile.am
10766    M /trunk/mozilla/support/npmac.cpp
10767    M /trunk/mozilla/vlc.r
10768    M /trunk/mozilla/vlcpeer.h
10769    M /trunk/mozilla/vlcplugin.cpp
10770    M /trunk/mozilla/vlcplugin.h
10771    A /trunk/mozilla/vlcruntime.cpp
10772    A /trunk/mozilla/vlcruntime.h
10773    M /trunk/mozilla/vlcshell.cpp
10774
10775 - the resurected mozilla plugin for Safari/Firefox on MacOS X
10776
10777 ------------------------------------------------------------------------
10778 r15230 | dionoea | 2006-04-15 02:51:53 +0200 (Sat, 15 Apr 2006) | 2 lines
10779 Changed paths:
10780    M /trunk/doc/skins/skins2-howto.xml
10781
10782 Add missing itemimage attribute to playtree doc
10783
10784 ------------------------------------------------------------------------
10785 r15229 | hartman | 2006-04-15 02:07:09 +0200 (Sat, 15 Apr 2006) | 6 lines
10786 Changed paths:
10787    M /trunk/modules/demux/ts.c
10788
10789 * Support for Topfield .rec recordings. It's MPEG-TS with an exceptionally large (1MB) header in front of it.
10790   I tried adding the info in the header to meta, but the existing documention seems incorrect or at least incomplete. Instead we just accept the start of the header as identifying a MPEG-TS file, and skipping the header.
10791
10792   BTW this header is again an example of very bad format design. It is using fixed length strings, for which the used buffers clearly are not null'ed before written with new information. As such i was able to determine which programs were running before this program was recorded :D
10793   Also a PID printed to a field was clearly not printed to null'ed memory, causing an invalid (too high) PID number to be in the field. You'd think the least someone could do when designing something like this, would be to analyze a hexdump of your own custom header.
10794
10795 ------------------------------------------------------------------------
10796 r15228 | courmisch | 2006-04-14 19:37:06 +0200 (Fri, 14 Apr 2006) | 2 lines
10797 Changed paths:
10798    M /trunk/modules/demux/avi/avi.c
10799
10800 Fix missing #include
10801
10802 ------------------------------------------------------------------------
10803 r15227 | courmisch | 2006-04-14 19:31:27 +0200 (Fri, 14 Apr 2006) | 2 lines
10804 Changed paths:
10805    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
10806
10807 Same as previous commit (refs #581)
10808
10809 ------------------------------------------------------------------------
10810 r15226 | courmisch | 2006-04-14 19:28:24 +0200 (Fri, 14 Apr 2006) | 3 lines
10811 Changed paths:
10812    M /trunk/src/libvlc.c
10813
10814 Do not alter LC_NUMERIC (refs #581).
10815 *** NOT MEANT FOR BACKPORTING ***
10816
10817 ------------------------------------------------------------------------
10818 r15223 | dionoea | 2006-04-14 18:47:23 +0200 (Fri, 14 Apr 2006) | 2 lines
10819 Changed paths:
10820    M /trunk/modules/control/hotkeys.c
10821
10822 Prevent some segfaults when using hotkeys with no vout
10823
10824 ------------------------------------------------------------------------
10825 r15222 | hartman | 2006-04-14 17:16:23 +0200 (Fri, 14 Apr 2006) | 2 lines
10826 Changed paths:
10827    M /trunk/modules/gui/macosx/vout.m
10828
10829 * Fix a crash in the MacOS X vout if p_real_vout isn't available yet.
10830
10831 ------------------------------------------------------------------------
10832 r15221 | zorglub | 2006-04-14 16:25:26 +0200 (Fri, 14 Apr 2006) | 2 lines
10833 Changed paths:
10834    M /trunk/test/native/i18n.c
10835    M /trunk/test/native/init.c
10836    M /trunk/test/native/libvlc.c
10837    M /trunk/test/native/stats.c
10838    A /trunk/test/native/tests.h
10839    M /trunk/test/native/url.c
10840    M /trunk/test/setup.py
10841
10842 Clean-up test
10843
10844 ------------------------------------------------------------------------
10845 r15220 | zorglub | 2006-04-14 16:16:46 +0200 (Fri, 14 Apr 2006) | 2 lines
10846 Changed paths:
10847    A /trunk/test/NativeI18NTest.py
10848    M /trunk/test/NativeLibvlcTest.py
10849    M /trunk/test/NativeStatsTest.py
10850    A /trunk/test/NativeURLTest.py
10851    D /trunk/test/libvlc_sample.c
10852    A /trunk/test/native/i18n.c
10853    A /trunk/test/native/init.c
10854    M /trunk/test/native/libvlc.c
10855    M /trunk/test/native/stats.c
10856    A /trunk/test/native/url.c
10857    M /trunk/test/pyunit.h
10858    M /trunk/test/setup.py
10859    M /trunk/test/test.sh
10860
10861 Add I18N and URL tests in test/
10862
10863 ------------------------------------------------------------------------
10864 r15218 | bigben | 2006-04-14 15:22:44 +0200 (Fri, 14 Apr 2006) | 3 lines
10865 Changed paths:
10866    M /trunk/configure.ac
10867
10868 * What is the point in having a detection for libvc1 if we don't have a libvc1 module ? Moreover, that prevents jlj's patch with the module from applying.
10869
10870
10871 ------------------------------------------------------------------------
10872 r15216 | massiot | 2006-04-14 14:38:22 +0200 (Fri, 14 Apr 2006) | 2 lines
10873 Changed paths:
10874    M /trunk/modules/access/pvr/pvr.c
10875
10876  * modules/access/pvr/pvr.c: Be compatible with both old and new kernels.
10877
10878 ------------------------------------------------------------------------
10879 r15214 | bigben | 2006-04-14 14:30:40 +0200 (Fri, 14 Apr 2006) | 2 lines
10880 Changed paths:
10881    M /trunk/loader/module.c
10882
10883 * Marillat changed the path to the win32 codecs in his latest packages, so look for the codecs there too
10884
10885 ------------------------------------------------------------------------
10886 r15212 | zorglub | 2006-04-14 14:09:26 +0200 (Fri, 14 Apr 2006) | 2 lines
10887 Changed paths:
10888    M /trunk/configure.ac
10889    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
10890    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
10891
10892 Bump version numbers
10893
10894 ------------------------------------------------------------------------
10895 r15210 | xtophe | 2006-04-14 13:42:49 +0200 (Fri, 14 Apr 2006) | 2 lines
10896 Changed paths:
10897    M /trunk/po/zh_CN.po
10898
10899 Update Chinese translation by Wei Mingzhi.
10900
10901 ------------------------------------------------------------------------
10902 r15209 | zorglub | 2006-04-14 11:37:39 +0200 (Fri, 14 Apr 2006) | 2 lines
10903 Changed paths:
10904    M /trunk/modules/access_filter/timeshift.c
10905    M /trunk/modules/audio_filter/equalizer.c
10906    M /trunk/modules/demux/playlist/playlist.c
10907    M /trunk/modules/gui/macosx/extended.m
10908    M /trunk/modules/gui/skins2/src/skin_main.cpp
10909    M /trunk/modules/misc/freetype.c
10910    M /trunk/modules/misc/growl.c
10911    M /trunk/modules/misc/rtsp.c
10912    M /trunk/modules/misc/win32text.c
10913    M /trunk/modules/mux/mpeg/ts.c
10914    M /trunk/modules/services_discovery/shout.c
10915
10916 Strings
10917
10918 ------------------------------------------------------------------------
10919 r15206 | fkuehne | 2006-04-13 20:51:38 +0200 (Thu, 13 Apr 2006) | 1 line
10920 Changed paths:
10921    M /trunk/configure.ac
10922
10923 * fixed 2 minor typos
10924 ------------------------------------------------------------------------
10925 r15205 | fkuehne | 2006-04-13 20:51:16 +0200 (Thu, 13 Apr 2006) | 1 line
10926 Changed paths:
10927    M /trunk/modules/gui/macosx/intf.h
10928    M /trunk/modules/gui/macosx/intf.m
10929
10930 * implemented showintf-support. Thanks to ipkiss for pointing out that this was missing on OSX.
10931 ------------------------------------------------------------------------
10932 r15204 | massiot | 2006-04-13 20:32:12 +0200 (Thu, 13 Apr 2006) | 4 lines
10933 Changed paths:
10934    M /trunk/modules/access/pvr/pvr.c
10935
10936  * modules/access/pvr/pvr.c: The radio API in ivtv-0.6.1 has changed : now
10937    you are supposed to pass frequency * 16000 instead of frequency * 16.
10938    This is sooo coherent.
10939
10940 ------------------------------------------------------------------------
10941 r15203 | hartman | 2006-04-13 16:47:20 +0200 (Thu, 13 Apr 2006) | 2 lines
10942 Changed paths:
10943    M /trunk/modules/demux/mp4/libmp4.c
10944    M /trunk/modules/demux/nsv.c
10945    M /trunk/modules/stream_out/rtp.c
10946    M /trunk/src/video_output/vout_subpictures.c
10947
10948 * Revert the unintentially committed files of [15202]
10949
10950 ------------------------------------------------------------------------
10951 r15202 | hartman | 2006-04-13 16:43:40 +0200 (Thu, 13 Apr 2006) | 1 line
10952 Changed paths:
10953    M /trunk/extras/contrib/src/Makefile
10954    M /trunk/modules/demux/mp4/libmp4.c
10955    M /trunk/modules/demux/nsv.c
10956    M /trunk/modules/stream_out/rtp.c
10957    M /trunk/src/video_output/vout_subpictures.c
10958
10959 * Fix libgcrypt on MacIntel by disabling it's ASM. This fixes #620
10960 ------------------------------------------------------------------------
10961 r15201 | hartman | 2006-04-13 16:12:20 +0200 (Thu, 13 Apr 2006) | 4 lines
10962 Changed paths:
10963    M /trunk/include/vlc_video.h
10964    M /trunk/modules/misc/freetype.c
10965    M /trunk/src/video_output/vout_subpictures.c
10966
10967 * Fix subtitle  alignment if we don't have styles. fixes #619
10968
10969 I chose to re-add the align paramter to the subpicture region struct, since adding a style struct for every single subpicture for just an alignment seemed to be overkill to me. 
10970
10971 ------------------------------------------------------------------------
10972 r15200 | dionoea | 2006-04-13 15:49:45 +0200 (Thu, 13 Apr 2006) | 2 lines
10973 Changed paths:
10974    M /trunk/share/http/js/functions.js
10975    M /trunk/share/http/js/vlm.js
10976
10977 URL encode fix
10978
10979 ------------------------------------------------------------------------
10980 r15199 | zorglub | 2006-04-13 11:04:34 +0200 (Thu, 13 Apr 2006) | 2 lines
10981 Changed paths:
10982    M /trunk/modules/codec/x264.c
10983    M /trunk/modules/demux/mod.c
10984    M /trunk/modules/gui/macosx/equalizer.m
10985    M /trunk/modules/misc/freetype.c
10986    M /trunk/modules/misc/msn.c
10987    M /trunk/modules/stream_out/standard.c
10988    M /trunk/modules/video_filter/mosaic.c
10989    M /trunk/modules/video_filter/motiondetect.c
10990    M /trunk/modules/video_filter/osdmenu.c
10991
10992 String stuff
10993
10994 ------------------------------------------------------------------------
10995 r15198 | xtophe | 2006-04-13 10:31:33 +0200 (Thu, 13 Apr 2006) | 2 lines
10996 Changed paths:
10997    M /trunk/extras/contrib/src/packages.mak
10998
10999 Really fix xml url
11000
11001 ------------------------------------------------------------------------
11002 r15197 | xtophe | 2006-04-13 00:31:19 +0200 (Thu, 13 Apr 2006) | 2 lines
11003 Changed paths:
11004    M /trunk/extras/contrib/src/packages.mak
11005
11006 Fix libxml url.
11007
11008 ------------------------------------------------------------------------
11009 r15196 | xtophe | 2006-04-12 23:56:41 +0200 (Wed, 12 Apr 2006) | 2 lines
11010 Changed paths:
11011    M /trunk/Makefile.am
11012
11013 Makefile.am: Fix for introduction of vlc.win32.nsi.in
11014
11015 ------------------------------------------------------------------------
11016 r15195 | xtophe | 2006-04-12 23:22:51 +0200 (Wed, 12 Apr 2006) | 2 lines
11017 Changed paths:
11018    M /trunk/modules/control/http/macro.c
11019
11020 *macro.c: Get the name correctly
11021
11022 ------------------------------------------------------------------------
11023 r15194 | courmisch | 2006-04-12 21:25:59 +0200 (Wed, 12 Apr 2006) | 2 lines
11024 Changed paths:
11025    M /trunk/src/network/io.c
11026
11027 Set close-on-exec flag on sockets so that we don't pass them to CGI scripts
11028
11029 ------------------------------------------------------------------------
11030 r15193 | courmisch | 2006-04-12 19:27:31 +0200 (Wed, 12 Apr 2006) | 2 lines
11031 Changed paths:
11032    M /trunk/THANKS
11033    M /trunk/configure.ac
11034
11035 xvideo X.Org 7 detection fix by Pavlov Konstantin
11036
11037 ------------------------------------------------------------------------
11038 r15192 | fkuehne | 2006-04-12 18:54:42 +0200 (Wed, 12 Apr 2006) | 1 line
11039 Changed paths:
11040    M /trunk/Makefile.am
11041
11042 * be a bit more verbose when creating the disk-image
11043 ------------------------------------------------------------------------
11044 r15191 | fkuehne | 2006-04-12 18:40:47 +0200 (Wed, 12 Apr 2006) | 1 line
11045 Changed paths:
11046    M /trunk/modules/gui/macosx/wizard.m
11047
11048 * fix streaming. This section and a few others need to and will be re-written after 0.8.5
11049 ------------------------------------------------------------------------
11050 r15190 | fkuehne | 2006-04-12 18:27:30 +0200 (Wed, 12 Apr 2006) | 1 line
11051 Changed paths:
11052    M /trunk/po/de.po
11053
11054 * first update of the German translation by Mathias C. Berens | welcome-soft <berens@welcome-soft.de> and myself. More to come.
11055 ------------------------------------------------------------------------
11056 r15189 | massiot | 2006-04-12 16:26:21 +0200 (Wed, 12 Apr 2006) | 4 lines
11057 Changed paths:
11058    M /trunk/modules/control/http/macro.c
11059
11060  * modules/control/http/macro.c: Add slashes in the MVLC_ADD macro for
11061    backwards compatibility with the old http intf (anyway MVLC_ADD is
11062    obsoleted by RPN function playlist_add).
11063
11064 ------------------------------------------------------------------------
11065 r15188 | zorglub | 2006-04-12 15:03:37 +0200 (Wed, 12 Apr 2006) | 2 lines
11066 Changed paths:
11067    M /trunk
11068    M /trunk/configure.ac
11069    D /trunk/vlc.win32.nsi
11070    A /trunk/vlc.win32.nsi.in (from /trunk/vlc.win32.nsi:15184)
11071
11072 Ship libvlc.dll in installer if built in shared mode
11073
11074 ------------------------------------------------------------------------
11075 r15187 | zorglub | 2006-04-12 13:43:33 +0200 (Wed, 12 Apr 2006) | 2 lines
11076 Changed paths:
11077    M /trunk/Makefile.am
11078
11079 Package fix
11080
11081 ------------------------------------------------------------------------
11082 r15186 | zorglub | 2006-04-12 12:22:55 +0200 (Wed, 12 Apr 2006) | 2 lines
11083 Changed paths:
11084    M /trunk/share/Makefile.am
11085    D /trunk/share/http/old/favicon.ico
11086
11087 Remove useless favicon (Refs:#634)
11088
11089 ------------------------------------------------------------------------
11090 r15185 | zorglub | 2006-04-12 12:22:19 +0200 (Wed, 12 Apr 2006) | 4 lines
11091 Changed paths:
11092    M /trunk/share/Makefile.am
11093
11094 Don't ship default skin (Refs:#634)
11095
11096 If you think playtree is not ready yet, yell :)
11097
11098 ------------------------------------------------------------------------
11099 r15184 | zorglub | 2006-04-12 10:13:14 +0200 (Wed, 12 Apr 2006) | 2 lines
11100 Changed paths:
11101    M /trunk/doc/skins/skins2-howto.xml
11102
11103 Document <Playtree> (Closes:#611)
11104
11105 ------------------------------------------------------------------------
11106 r15183 | dionoea | 2006-04-12 01:56:54 +0200 (Wed, 12 Apr 2006) | 2 lines
11107 Changed paths:
11108    M /trunk/src/misc/configuration.c
11109
11110 "too"!=2=="two"
11111
11112 ------------------------------------------------------------------------
11113 r15182 | dionoea | 2006-04-12 01:51:21 +0200 (Wed, 12 Apr 2006) | 9 lines
11114 Changed paths:
11115    M /trunk/src/misc/configuration.c
11116
11117 Fix indentation.
11118
11119 I was actually trying to understand why command line option parsing on my computer with self compiled VLC behaves as "If the first character of optstring is '+' or the environment variable POSIXLY_CORRECT is set, then option processing stops as soon as a non-option argument is encountered." while neither of these conditions is true (see the while( getopt_long( ... ) != EOF ) loop).
11120 Small illustration:
11121 ./vlc -vvv -I dummy input.ts --color
11122 All options before the first non option argument work as expected (-vvv and -I dummy). All options after the first non option argument are also interpreted as being non option arguments.
11123 Help would be appreciated.
11124 (I've already had reports of other people having the same kind of issues)
11125
11126 ------------------------------------------------------------------------
11127 r15181 | hartman | 2006-04-12 00:09:20 +0200 (Wed, 12 Apr 2006) | 2 lines
11128 Changed paths:
11129    M /trunk/modules/codec/flac.c
11130
11131 * make the flac decoder errors less annoying. some are warns, some are err's.
11132
11133 ------------------------------------------------------------------------
11134 r15180 | courmisch | 2006-04-11 18:35:42 +0200 (Tue, 11 Apr 2006) | 3 lines
11135 Changed paths:
11136    M /trunk/configure.ac
11137
11138 Link some additionnal plugins against the math library
11139 Report and fix from Pavlov Konstantin ?\226?\128?\156thresh?\226?\128?\157
11140
11141 ------------------------------------------------------------------------
11142 r15179 | courmisch | 2006-04-11 18:24:46 +0200 (Tue, 11 Apr 2006) | 2 lines
11143 Changed paths:
11144    M /trunk/modules/control/http/macro.c
11145    M /trunk/modules/control/http/rpn.c
11146
11147 Restores [13132] back - break the new interface again
11148
11149 ------------------------------------------------------------------------
11150 r15178 | courmisch | 2006-04-11 18:18:39 +0200 (Tue, 11 Apr 2006) | 2 lines
11151 Changed paths:
11152    M /trunk/src/misc/strings.c
11153    M /trunk/src/test/url.c
11154
11155 Lalala
11156
11157 ------------------------------------------------------------------------
11158 r15177 | courmisch | 2006-04-11 17:59:43 +0200 (Tue, 11 Apr 2006) | 4 lines
11159 Changed paths:
11160    M /trunk/modules/control/http/macro.c
11161    M /trunk/modules/control/http/rpn.c
11162
11163 Revert [15132]:
11164 - Fix HTTPd crash
11165 - Break the old interface again
11166
11167 ------------------------------------------------------------------------
11168 r15176 | courmisch | 2006-04-11 17:52:29 +0200 (Tue, 11 Apr 2006) | 2 lines
11169 Changed paths:
11170    M /trunk/src/test/url.c
11171
11172 Even more tests
11173
11174 ------------------------------------------------------------------------
11175 r15175 | courmisch | 2006-04-11 17:47:52 +0200 (Tue, 11 Apr 2006) | 2 lines
11176 Changed paths:
11177    M /trunk/src/test/url.c
11178
11179 Additionnal unit test for decode_URI
11180
11181 ------------------------------------------------------------------------
11182 r15174 | courmisch | 2006-04-11 17:26:28 +0200 (Tue, 11 Apr 2006) | 2 lines
11183 Changed paths:
11184    M /trunk/src/network/tcp.c
11185
11186 Fix missing initializer warning
11187
11188 ------------------------------------------------------------------------
11189 r15173 | zorglub | 2006-04-11 15:57:01 +0200 (Tue, 11 Apr 2006) | 5 lines
11190 Changed paths:
11191    M /trunk/po/sv.po
11192
11193 Update of swedish translation by Daniel Nylander.
11194 Thanks.
11195
11196 For those wondering, this *is* swedish.
11197
11198 ------------------------------------------------------------------------
11199 r15172 | zorglub | 2006-04-11 15:17:20 +0200 (Tue, 11 Apr 2006) | 2 lines
11200 Changed paths:
11201    M /trunk/modules/access/dshow/dshow.cpp
11202    M /trunk/modules/access_output/http.c
11203    M /trunk/modules/audio_filter/converter/dtstofloat32.c
11204    M /trunk/modules/demux/livedotcom.cpp
11205    M /trunk/modules/demux/mod.c
11206    M /trunk/src/libvlc.h
11207
11208 More strings
11209
11210 ------------------------------------------------------------------------
11211 r15171 | fkuehne | 2006-04-11 15:05:50 +0200 (Tue, 11 Apr 2006) | 1 line
11212 Changed paths:
11213    M /trunk/modules/audio_filter/param_eq.c
11214
11215 * replaced NULL with empty strings when providing no help for an option
11216 ------------------------------------------------------------------------
11217 r15170 | fkuehne | 2006-04-11 14:37:47 +0200 (Tue, 11 Apr 2006) | 5 lines
11218 Changed paths:
11219    M /trunk/modules/gui/macosx/intf.m
11220    M /trunk/modules/gui/macosx/prefs.m
11221
11222 intf.m: * we can't localise empty strings, so don't put an error when trying to do so, but just a warning
11223     * be a bit nicer and return @"" instead of NULL strings
11224     - this fixes the display of certain modules in the preferences such as the parametric equaliser
11225
11226 prefs.m: * removed 2 unused variables
11227 ------------------------------------------------------------------------
11228 r15169 | zorglub | 2006-04-11 11:27:46 +0200 (Tue, 11 Apr 2006) | 2 lines
11229 Changed paths:
11230    M /trunk/modules/access/http.c
11231    M /trunk/modules/access/pvr/pvr.c
11232    M /trunk/modules/audio_filter/param_eq.c
11233    M /trunk/modules/codec/x264.c
11234    M /trunk/modules/control/netsync.c
11235    M /trunk/modules/demux/livedotcom.cpp
11236    M /trunk/src/libvlc.h
11237
11238 String fixes
11239
11240 ------------------------------------------------------------------------
11241 r15167 | damienf | 2006-04-11 01:55:28 +0200 (Tue, 11 Apr 2006) | 2 lines
11242 Changed paths:
11243    M /trunk/extras/contrib/src/Makefile
11244
11245 - fixed faad2 libtool so that shared library is properly built for MacOS X 
11246
11247 ------------------------------------------------------------------------
11248 r15164 | hartman | 2006-04-10 23:32:26 +0200 (Mon, 10 Apr 2006) | 3 lines
11249 Changed paths:
11250    M /trunk/configure.ac
11251    M /trunk/modules/codec/ffmpeg/demux.c
11252    M /trunk/modules/codec/ffmpeg/ffmpeg.c
11253
11254 * Fix ffmpeg libavformat linkage when we don't use --with-ffmpeg-tree (this fixes Flash playback)
11255 * Add Shorten codec. This refs #632 It doesn't seem to work, but that might be an endianness issue. will someone please check with this sample? http://www.mplayerhq.hu/MPlayer/samples/A-codecs/lossless/luckynight.shn
11256
11257 ------------------------------------------------------------------------
11258 r15163 | damienf | 2006-04-10 23:28:43 +0200 (Mon, 10 Apr 2006) | 2 lines
11259 Changed paths:
11260    M /trunk/extras/contrib/src/Makefile
11261    M /trunk/extras/contrib/src/Patches/libpng-osx.patch
11262
11263 - update darwin/macosx patch for libpng-1.2.8
11264
11265 ------------------------------------------------------------------------
11266 r15162 | damienf | 2006-04-10 23:09:09 +0200 (Mon, 10 Apr 2006) | 2 lines
11267 Changed paths:
11268    M /trunk/extras/contrib/src/Makefile
11269    D /trunk/extras/contrib/src/Patches/libpng-1.2.5-win32.patch
11270    A /trunk/extras/contrib/src/Patches/libpng-win32.patch
11271
11272 - update win32 patch for libpng-1.2.8
11273
11274 ------------------------------------------------------------------------
11275 r15160 | hartman | 2006-04-10 16:41:23 +0200 (Mon, 10 Apr 2006) | 2 lines
11276 Changed paths:
11277    M /trunk/src/video_output/vout_intf.c
11278
11279 * Fix 16:9 vs. 16:10 AR and cropping switching on the fly.
11280
11281 ------------------------------------------------------------------------
11282 r15159 | dionoea | 2006-04-09 23:43:47 +0200 (Sun, 09 Apr 2006) | 2 lines
11283 Changed paths:
11284    M /trunk/src/input/input.c
11285
11286 Hum, in fact we should remove it altogether since it is already killed in previous function code.
11287
11288 ------------------------------------------------------------------------
11289 r15158 | dionoea | 2006-04-09 23:38:34 +0200 (Sun, 09 Apr 2006) | 2 lines
11290 Changed paths:
11291    M /trunk/src/input/input.c
11292
11293 Fix what looks like a type. (someone confirm please)
11294
11295 ------------------------------------------------------------------------
11296 r15157 | courmisch | 2006-04-09 20:33:22 +0200 (Sun, 09 Apr 2006) | 2 lines
11297 Changed paths:
11298    M /trunk/src/Makefile.am
11299    A /trunk/src/test/url.c (from /trunk/src/test/i18n_atof.c:15156)
11300
11301 Basic unit test for URI decoding
11302
11303 ------------------------------------------------------------------------
11304 r15154 | asmax | 2006-04-09 16:29:26 +0200 (Sun, 09 Apr 2006) | 3 lines
11305 Changed paths:
11306    M /trunk/doc/skins/skins2-howto.xml
11307    M /trunk/modules/gui/skins2/src/file_bitmap.cpp
11308    M /trunk/modules/gui/skins2/src/vlcproc.cpp
11309    M /trunk/modules/gui/skins2/src/vlcproc.hpp
11310    M /trunk/modules/gui/skins2/utils/ustring.cpp
11311    M /trunk/modules/gui/skins2/utils/ustring.hpp
11312    M /trunk/modules/gui/skins2/utils/var_text.cpp
11313    M /trunk/share/skins2/winamp2.xml
11314
11315 * all: new skin text variable "$B" to get the stream bitrate
11316 * winamp2.xml: added "kbps" info in winamp skins
11317
11318 ------------------------------------------------------------------------
11319 r15150 | xtophe | 2006-04-09 01:00:14 +0200 (Sun, 09 Apr 2006) | 2 lines
11320 Changed paths:
11321    M /trunk/po/zh_CN.po
11322
11323 First Translation update by Wei Mingzhi
11324
11325 ------------------------------------------------------------------------
11326 r15149 | courmisch | 2006-04-08 23:41:53 +0200 (Sat, 08 Apr 2006) | 2 lines
11327 Changed paths:
11328    M /trunk/src/input/stream.c
11329
11330 Fix warning
11331
11332 ------------------------------------------------------------------------
11333 r15145 | dionoea | 2006-04-08 23:04:10 +0200 (Sat, 08 Apr 2006) | 2 lines
11334 Changed paths:
11335    M /trunk/toolbox
11336
11337 Remove .libs directories when running ./toolbox --distclean
11338
11339 ------------------------------------------------------------------------
11340 r15144 | dionoea | 2006-04-08 19:25:40 +0200 (Sat, 08 Apr 2006) | 2 lines
11341 Changed paths:
11342    M /trunk/extras/contrib/src/packages.mak
11343
11344 Update libpng to 1.2.8 (includes lots of security fixes). Thanks to MYOB for noticing
11345
11346 ------------------------------------------------------------------------
11347 r15143 | dionoea | 2006-04-08 01:40:17 +0200 (Sat, 08 Apr 2006) | 2 lines
11348 Changed paths:
11349    M /trunk/extras/contrib/src/Makefile
11350
11351 Rhaaa
11352
11353 ------------------------------------------------------------------------
11354 r15142 | dionoea | 2006-04-08 01:38:47 +0200 (Sat, 08 Apr 2006) | 2 lines
11355 Changed paths:
11356    M /trunk/extras/contrib/src/Makefile
11357
11358 3rd try
11359
11360 ------------------------------------------------------------------------
11361 r15141 | dionoea | 2006-04-08 01:36:46 +0200 (Sat, 08 Apr 2006) | 2 lines
11362 Changed paths:
11363    M /trunk/extras/contrib/src/Makefile
11364
11365 Ahem
11366
11367 ------------------------------------------------------------------------
11368 r15140 | dionoea | 2006-04-08 01:33:31 +0200 (Sat, 08 Apr 2006) | 2 lines
11369 Changed paths:
11370    M /trunk/extras/contrib/src/Makefile
11371    M /trunk/extras/contrib/src/packages.mak
11372
11373 libdca. untested
11374
11375 ------------------------------------------------------------------------
11376 r15139 | dionoea | 2006-04-07 23:52:33 +0200 (Fri, 07 Apr 2006) | 3 lines
11377 Changed paths:
11378    M /trunk/src/libvlc.h
11379    M /trunk/src/misc/win32_specific.c
11380    M /trunk/vlc.win32.nsi
11381
11382 Win32 specific changes: Add --started-from-file option to tell VLC that it was started by clicking on a file (or disc). Add --one-instance-when-started-from-file option to tell VLC to use one instance mode when --started-from-file is used. See replies to r15125 for an explanation.
11383
11384
11385 ------------------------------------------------------------------------
11386 r15138 | xtophe | 2006-04-07 23:45:01 +0200 (Fri, 07 Apr 2006) | 2 lines
11387 Changed paths:
11388    M /trunk/modules/access_filter/record.c
11389
11390 eliminate non-valid characters only on the name not on the full path (closes #628)
11391
11392 ------------------------------------------------------------------------
11393 r15137 | xtophe | 2006-04-07 23:14:52 +0200 (Fri, 07 Apr 2006) | 2 lines
11394 Changed paths:
11395    M /trunk/msvc/libvlc.dsp.in
11396    M /trunk/msvc/libvlc.vcproj.in
11397    M /trunk/msvc/plugins.dsp.in
11398    M /trunk/msvc/plugins.vcproj.in
11399    M /trunk/msvc/vlc.dsp.in
11400    M /trunk/msvc/vlc.vcproj.in
11401    M /trunk/toolbox
11402
11403 Don't use char outside ascii in shell script.
11404
11405 ------------------------------------------------------------------------
11406 r15136 | fkuehne | 2006-04-07 20:38:30 +0200 (Fri, 07 Apr 2006) | 1 line
11407 Changed paths:
11408    M /trunk/modules/gui/macosx/bookmarks.m
11409
11410 * don't free a vlc-object. Thanks to Meuuh for pointing this out.
11411 ------------------------------------------------------------------------
11412 r15135 | massiot | 2006-04-07 19:58:56 +0200 (Fri, 07 Apr 2006) | 2 lines
11413 Changed paths:
11414    M /trunk/src/misc/strings.c
11415
11416  * src/misc/strings.c: Missing break; in decode_URI().
11417
11418 ------------------------------------------------------------------------
11419 r15134 | massiot | 2006-04-07 19:45:35 +0200 (Fri, 07 Apr 2006) | 2 lines
11420 Changed paths:
11421    M /trunk/modules/codec/dvbsub.c
11422
11423  * modules/codec/dvbsub.c: add_suppressed -> add_suppressed_integer
11424
11425 ------------------------------------------------------------------------
11426 r15133 | massiot | 2006-04-07 19:20:11 +0200 (Fri, 07 Apr 2006) | 2 lines
11427 Changed paths:
11428    M /trunk/modules/codec/dvbsub.c
11429
11430  * modules/codec/dvbsub.c: add_deprecated -> add_suppressed
11431
11432 ------------------------------------------------------------------------
11433 r15132 | courmisch | 2006-04-07 19:17:53 +0200 (Fri, 07 Apr 2006) | 4 lines
11434 Changed paths:
11435    M /trunk/modules/control/http/macro.c
11436    M /trunk/modules/control/http/rpn.c
11437
11438 Restore previous URI components decoding instead of unescaping
11439 Should fix the old interface - will most likely break the new one
11440 (in particular try with non-Latin-1 characters)
11441
11442 ------------------------------------------------------------------------
11443 r15131 | massiot | 2006-04-07 18:42:18 +0200 (Fri, 07 Apr 2006) | 2 lines
11444 Changed paths:
11445    M /trunk/modules/codec/dvbsub.c
11446
11447  * modules/codec/dvbsub.c: Add deprecated option and fix option parsing.
11448
11449 ------------------------------------------------------------------------
11450 r15130 | massiot | 2006-04-07 18:33:51 +0200 (Fri, 07 Apr 2006) | 2 lines
11451 Changed paths:
11452    M /trunk/modules/codec/spudec/parse.c
11453    M /trunk/modules/codec/spudec/spudec.c
11454    M /trunk/modules/codec/spudec/spudec.h
11455
11456  * modules/codec/spudec: Decreased verbosity.
11457
11458 ------------------------------------------------------------------------
11459 r15129 | jpsaman | 2006-04-07 17:33:44 +0200 (Fri, 07 Apr 2006) | 2 lines
11460 Changed paths:
11461    M /trunk/modules/codec/dvbsub.c
11462
11463 Remove --sout-dvbsub-timeout flag
11464 it conflicts with DVD SPU.
11465 ------------------------------------------------------------------------
11466 r15128 | massiot | 2006-04-07 15:52:32 +0200 (Fri, 07 Apr 2006) | 4 lines
11467 Changed paths:
11468    M /trunk/modules/codec/dvbsub.c
11469
11470  * modules/codec/dvbsub.c: Fixed a major bug with DVBSUB_PCS_STATE_CHANGE.
11471    Partially reverted [12259] because it implied too many page
11472    recompositions.
11473
11474 ------------------------------------------------------------------------
11475 r15127 | hartman | 2006-04-07 14:19:01 +0200 (Fri, 07 Apr 2006) | 6 lines
11476 Changed paths:
11477    M /trunk/modules/misc/svg.c
11478    M /trunk/src/libvlc.h
11479    M /trunk/src/video_output/vout_subpictures.c
11480
11481 * Lower the priority of the SVG renderer
11482 * Make the "text renderer" selectable with --text-renderer
11483 fixes #627
11484
11485 Lol, totally forgot to commit this last night :D
11486
11487 ------------------------------------------------------------------------
11488 r15126 | courmisch | 2006-04-07 12:59:04 +0200 (Fri, 07 Apr 2006) | 2 lines
11489 Changed paths:
11490    M /trunk/src/misc/strings.c
11491
11492 Oops again
11493
11494 ------------------------------------------------------------------------
11495 r15125 | dionoea | 2006-04-07 01:02:30 +0200 (Fri, 07 Apr 2006) | 2 lines
11496 Changed paths:
11497    M /trunk/vlc.win32.nsi
11498
11499 Remove --one-instance option from file open targets on win32. people seemed to be frustrated about this behavior change.
11500
11501 ------------------------------------------------------------------------
11502 r15124 | adn | 2006-04-07 01:00:24 +0200 (Fri, 07 Apr 2006) | 2 lines
11503 Changed paths:
11504    M /trunk/include/vlc_config_cat.h
11505
11506 typo in a string (line 42)
11507
11508 ------------------------------------------------------------------------
11509 r15123 | dionoea | 2006-04-07 00:41:06 +0200 (Fri, 07 Apr 2006) | 2 lines
11510 Changed paths:
11511    M /trunk/include/vlc_osd.h
11512    M /trunk/include/vlc_symbols.h
11513    M /trunk/src/osd/osd_widgets.c
11514    M /trunk/src/video_output/video_text.c
11515    M /trunk/src/video_output/video_widgets.c
11516
11517 Fix OSD display when vout crop is used (so that every thing stays on the displayed image).
11518
11519 ------------------------------------------------------------------------
11520 r15122 | hartman | 2006-04-07 00:29:15 +0200 (Fri, 07 Apr 2006) | 3 lines
11521 Changed paths:
11522    M /trunk/extras/contrib/src/Makefile
11523    A /trunk/extras/contrib/src/Patches/dirac-osx.patch
11524
11525 * Fix dirac on PPC. (only compile what we need)
11526  (this is a workaround, i'm too lazy to find where they double up the LDFLAGS when they link their applications).
11527
11528 ------------------------------------------------------------------------
11529 r15121 | courmisch | 2006-04-06 23:20:33 +0200 (Thu, 06 Apr 2006) | 2 lines
11530 Changed paths:
11531    M /trunk/include/vlc_symbols.h
11532    M /trunk/include/vlc_url.h
11533
11534 Oups
11535
11536 ------------------------------------------------------------------------
11537 r15120 | courmisch | 2006-04-06 22:38:43 +0200 (Thu, 06 Apr 2006) | 3 lines
11538 Changed paths:
11539    M /trunk/include/vlc_symbols.h
11540    M /trunk/include/vlc_url.h
11541    M /trunk/src/misc/strings.c
11542
11543 - Reimplement URL component decoding separately from URL unescaping
11544 - Replace crap URL escaping with URL encoding, which is what we really need
11545
11546 ------------------------------------------------------------------------
11547 r15119 | hartman | 2006-04-06 22:04:24 +0200 (Thu, 06 Apr 2006) | 2 lines
11548 Changed paths:
11549    M /trunk/extras/contrib/bootstrap
11550
11551 * enable SDK building for Mac PPC contrib. 
11552
11553 ------------------------------------------------------------------------
11554 r15118 | massiot | 2006-04-06 19:54:21 +0200 (Thu, 06 Apr 2006) | 2 lines
11555 Changed paths:
11556    M /trunk/modules/demux/asf/libasf.c
11557    M /trunk/modules/demux/asf/libasf.h
11558    M /trunk/modules/demux/m3u.c
11559    M /trunk/modules/demux/mod.c
11560    M /trunk/modules/demux/mpc.c
11561    M /trunk/modules/mux/asf.c
11562    M /trunk/modules/mux/mpeg/pes.c
11563    M /trunk/modules/mux/mpeg/ps.c
11564    M /trunk/modules/packetizer/mpegvideo.c
11565    M /trunk/modules/stream_out/standard.c
11566    M /trunk/src/input/subtitles.c
11567
11568  * ALL: extention -> extension
11569
11570 ------------------------------------------------------------------------
11571 r15117 | massiot | 2006-04-06 19:12:32 +0200 (Thu, 06 Apr 2006) | 4 lines
11572 Changed paths:
11573    M /trunk/include/vlc_url.h
11574
11575  * include/vlc_url.h: Fixed vlc_UrlEncode to return correct values and avoid
11576    crashing with strings as simple as "/toto", but all in all the entire
11577    function seems very wrong to me, see the next mail.
11578
11579 ------------------------------------------------------------------------
11580 r15116 | massiot | 2006-04-06 18:16:02 +0200 (Thu, 06 Apr 2006) | 2 lines
11581 Changed paths:
11582    M /trunk/modules/control/http/util.c
11583
11584  * modules/control/http/util.c: Simplify MRLParse, and fix parsing of quotes.
11585
11586 ------------------------------------------------------------------------
11587 r15115 | massiot | 2006-04-06 17:53:06 +0200 (Thu, 06 Apr 2006) | 3 lines
11588 Changed paths:
11589    M /trunk/modules/codec/png.c
11590
11591  * modules/codec/png.c: More robust error checking, avoid calling abort() in
11592    case of an invalid file.
11593
11594 ------------------------------------------------------------------------
11595 r15114 | hartman | 2006-04-06 17:16:05 +0200 (Thu, 06 Apr 2006) | 2 lines
11596 Changed paths:
11597    M /trunk/configure.ac
11598
11599 * Only compile cyberlink if --enable-cyberlink is explicitly set by the user.
11600
11601 ------------------------------------------------------------------------
11602 r15113 | damienf | 2006-04-06 17:09:40 +0200 (Thu, 06 Apr 2006) | 2 lines
11603 Changed paths:
11604    M /trunk/activex/vlccontrol.cpp
11605
11606 - fixed a few return codes from APIs
11607
11608 ------------------------------------------------------------------------
11609 r15112 | hartman | 2006-04-06 16:46:30 +0200 (Thu, 06 Apr 2006) | 2 lines
11610 Changed paths:
11611    M /trunk/extras/contrib/src/Makefile
11612
11613 * Disable cyberlink and expat, the module immediatly crashes. 
11614
11615 ------------------------------------------------------------------------
11616 r15111 | hartman | 2006-04-06 15:50:12 +0200 (Thu, 06 Apr 2006) | 2 lines
11617 Changed paths:
11618    M /trunk/configure.ac
11619
11620 * Fix --with-cyberlink-tree when using contrib
11621
11622 ------------------------------------------------------------------------
11623 r15110 | xtophe | 2006-04-06 11:04:42 +0200 (Thu, 06 Apr 2006) | 2 lines
11624 Changed paths:
11625    M /trunk/src/misc/unicode.c
11626
11627 Fix if statement
11628
11629 ------------------------------------------------------------------------
11630 r15109 | zorglub | 2006-04-06 09:36:57 +0200 (Thu, 06 Apr 2006) | 2 lines
11631 Changed paths:
11632    M /trunk/lxdialog/lxdialog.c
11633    M /trunk/modules/access/dvb/linux_dvb.c
11634    M /trunk/modules/access/rtsp/real.c
11635
11636 Fix potential bugs
11637
11638 ------------------------------------------------------------------------
11639 r15108 | hartman | 2006-04-06 02:57:01 +0200 (Thu, 06 Apr 2006) | 2 lines
11640 Changed paths:
11641    M /trunk/extras/contrib/src/Makefile
11642
11643 * Evil hack to get libFLAC working with SDK building on OSX.
11644
11645 ------------------------------------------------------------------------
11646 r15107 | hartman | 2006-04-05 23:50:43 +0200 (Wed, 05 Apr 2006) | 2 lines
11647 Changed paths:
11648    M /trunk/extras/contrib/src/Makefile
11649    A /trunk/extras/contrib/src/Patches/gettext-macosx.patch
11650
11651 * Fix gettext -framework usage. This is needed for SDK support.
11652
11653 ------------------------------------------------------------------------
11654 r15106 | zorglub | 2006-04-05 23:01:55 +0200 (Wed, 05 Apr 2006) | 2 lines
11655 Changed paths:
11656    M /trunk
11657    M /trunk/debian/copyright
11658    M /trunk/extras/valgrind.suppressions
11659
11660 This commit message is Copyright (C) 2006, Cl?\195?\169ment Stenac.
11661
11662 ------------------------------------------------------------------------
11663 r15105 | massiot | 2006-04-05 19:17:22 +0200 (Wed, 05 Apr 2006) | 2 lines
11664 Changed paths:
11665    M /trunk/src/network/httpd.c
11666
11667  * src/misc/httpd.c: Do not dereference a possibly NULL pointer.
11668
11669 ------------------------------------------------------------------------
11670 r15104 | fkuehne | 2006-04-05 13:42:47 +0200 (Wed, 05 Apr 2006) | 1 line
11671 Changed paths:
11672    M /trunk/modules/gui/macosx/prefs.m
11673
11674 * don't alloc more capacity than necessary
11675 ------------------------------------------------------------------------
11676 r15103 | fkuehne | 2006-04-05 13:38:53 +0200 (Wed, 05 Apr 2006) | 1 line
11677 Changed paths:
11678    M /trunk/modules/gui/macosx/prefs.m
11679
11680 * fixed a bug which prevented the display of Input's and Interface's general-nodes. Thanks to zorglub and DiDjCodt
11681 ------------------------------------------------------------------------
11682 r15102 | xtophe | 2006-04-05 11:58:20 +0200 (Wed, 05 Apr 2006) | 2 lines
11683 Changed paths:
11684    M /trunk/modules/control/http/http.c
11685
11686 http.c: Fix string.
11687
11688 ------------------------------------------------------------------------
11689 r15101 | dionoea | 2006-04-05 01:01:11 +0200 (Wed, 05 Apr 2006) | 2 lines
11690 Changed paths:
11691    M /trunk/src/libvlc.c
11692
11693 Remove useless code (or its use was really cryptic)
11694
11695 ------------------------------------------------------------------------
11696 r15100 | damienf | 2006-04-05 00:33:50 +0200 (Wed, 05 Apr 2006) | 2 lines
11697 Changed paths:
11698    M /trunk/extras/contrib/src/Makefile
11699
11700 - compilation fix for unicows on buildbot
11701
11702 ------------------------------------------------------------------------
11703 r15099 | damienf | 2006-04-05 00:22:39 +0200 (Wed, 05 Apr 2006) | 2 lines
11704 Changed paths:
11705    M /trunk/configure.ac
11706
11707 - link vlc.exe with libunicows.a if available
11708
11709 ------------------------------------------------------------------------
11710 r15098 | damienf | 2006-04-05 00:19:13 +0200 (Wed, 05 Apr 2006) | 2 lines
11711 Changed paths:
11712    M /trunk/extras/contrib/src/Makefile
11713    M /trunk/extras/contrib/src/packages.mak
11714
11715 - added libunicows in contribs for win32 builds to support Microsoft Layer for Unicode on Win95/98/ME (http://libunicows.sourceforge.net/)
11716
11717 ------------------------------------------------------------------------
11718 r15097 | dionoea | 2006-04-04 23:21:23 +0200 (Tue, 04 Apr 2006) | 2 lines
11719 Changed paths:
11720    M /trunk/share/skins2/skin.dtd
11721
11722 Ooops, i forgot to commit this in [14771]
11723
11724 ------------------------------------------------------------------------
11725 r15096 | fkuehne | 2006-04-04 22:41:44 +0200 (Tue, 04 Apr 2006) | 1 line
11726 Changed paths:
11727    M /trunk/modules/gui/macosx/vout.h
11728    M /trunk/modules/gui/macosx/vout.m
11729
11730 * I should get some sleep now
11731 ------------------------------------------------------------------------
11732 r15095 | fkuehne | 2006-04-04 22:39:52 +0200 (Tue, 04 Apr 2006) | 1 line
11733 Changed paths:
11734    M /trunk/modules/gui/macosx/vout.m
11735
11736 * remove commented ifs o_O
11737 ------------------------------------------------------------------------
11738 r15094 | fkuehne | 2006-04-04 22:33:54 +0200 (Tue, 04 Apr 2006) | 3 lines
11739 Changed paths:
11740    M /trunk/modules/gui/macosx/vout.m
11741
11742 * store the value of 'macosx-black' as one of VLCWindow's properties to prevent rare crashes when en-/disabling vout-filters or leaving/entering fullscreen-mode really fast.
11743
11744 When going to fast to fullscreen/windowed-mode VLC can still crash (now at vout.m:375), but that scenario isn't realistic because you need to perform this function at least 5 to 10 times per second to get this done.
11745 ------------------------------------------------------------------------
11746 r15093 | bigben | 2006-04-04 22:18:16 +0200 (Tue, 04 Apr 2006) | 4 lines
11747 Changed paths:
11748    M /trunk/modules/gui/macosx/voutgl.m
11749
11750 * Reading APIs before starting to code can allow to spare time and to avoid writing silly khludges
11751
11752
11753
11754 ------------------------------------------------------------------------
11755 r15092 | jpsaman | 2006-04-04 22:11:39 +0200 (Tue, 04 Apr 2006) | 1 line
11756 Changed paths:
11757    M /trunk/modules/gui/pda/pda.c
11758    M /trunk/modules/gui/pda/pda_callbacks.c
11759
11760 Fix time update and slider movement on PDA interface. Patch from fredyd (http://forum.videolan.org/viewtopic.php?t=19028) modified by me.
11761 ------------------------------------------------------------------------
11762 r15091 | bigben | 2006-04-04 22:06:13 +0200 (Tue, 04 Apr 2006) | 3 lines
11763 Changed paths:
11764    M /trunk/modules/gui/macosx/intf.m
11765    M /trunk/modules/gui/macosx/voutqt.m
11766
11767 * Implement Aspect ratio change in the QT vout
11768
11769
11770 ------------------------------------------------------------------------
11771 r15089 | damienf | 2006-04-04 18:42:01 +0200 (Tue, 04 Apr 2006) | 2 lines
11772 Changed paths:
11773    M /trunk/modules/access/dshow/dshow.cpp
11774
11775 - should fix audio capture for Hauppagge WinTV PVR and other cards
11776
11777 ------------------------------------------------------------------------
11778 r15087 | dionoea | 2006-04-03 22:35:24 +0200 (Mon, 03 Apr 2006) | 2 lines
11779 Changed paths:
11780    M /trunk/vlc.win32.nsi
11781
11782 Fix from 0.8.4-test2 forum thread
11783
11784 ------------------------------------------------------------------------
11785 r15086 | littlejohn | 2006-04-03 20:05:47 +0200 (Mon, 03 Apr 2006) | 3 lines
11786 Changed paths:
11787    M /trunk/bindings/java/SWTUglyPlayer.java
11788    M /trunk/bindings/java/VlcClient.java
11789    M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
11790    M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
11791    M /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java
11792    M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
11793    M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
11794    M /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java
11795    M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
11796    M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
11797    M /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java
11798    M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
11799    M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
11800    M /trunk/bindings/java/vlc-graphics-jni.cc
11801    M /trunk/bindings/java/vlc-libvlc-jni.cc
11802
11803 audio / video libvlc functions binded.
11804
11805
11806 ------------------------------------------------------------------------
11807 r15085 | sigmunau | 2006-04-03 18:41:03 +0200 (Mon, 03 Apr 2006) | 2 lines
11808 Changed paths:
11809    M /trunk/modules/access/dvb/linux_dvb.c
11810
11811 linux_dvb.c: hopefully fixed CAM support for some cards (full feature cards?)
11812
11813 ------------------------------------------------------------------------
11814 r15084 | xtophe | 2006-04-03 16:06:19 +0200 (Mon, 03 Apr 2006) | 2 lines
11815 Changed paths:
11816    M /trunk/src/misc/modules.c
11817
11818 Comple fix
11819
11820 ------------------------------------------------------------------------
11821 r15083 | xtophe | 2006-04-03 13:43:16 +0200 (Mon, 03 Apr 2006) | 2 lines
11822 Changed paths:
11823    M /trunk/debian/patches/20_no-wx-updates.dpatch
11824
11825 Sync debian patch with string review
11826
11827 ------------------------------------------------------------------------
11828 r15082 | courmisch | 2006-04-03 13:39:35 +0200 (Mon, 03 Apr 2006) | 3 lines
11829 Changed paths:
11830    M /trunk/include/vlc_strings.h
11831    M /trunk/include/vlc_symbols.h
11832    M /trunk/include/vlc_url.h
11833    M /trunk/modules/control/http/http.h
11834    M /trunk/modules/control/http/macro.c
11835    M /trunk/modules/control/http/rpn.c
11836    M /trunk/modules/control/http/util.c
11837    M /trunk/modules/demux/playlist/xspf.c
11838    M /trunk/src/misc/strings.c
11839
11840 - Do not rewrite ?\226?\128?\156+?\226?\128?\157 as a white space when unescaping URL parameters (fixes #625).
11841 - Rename decode_encoded_URI as unescape_URI as it really is what is done.
11842
11843 ------------------------------------------------------------------------
11844 r15081 | hartman | 2006-04-03 03:39:59 +0200 (Mon, 03 Apr 2006) | 3 lines
11845 Changed paths:
11846    M /trunk/modules/codec/subsdec.c
11847    M /trunk/src/misc/charset.c
11848
11849 * Fix FindFallbackEncoding on Mac OS X.
11850 * More distintinctive debug messages on the selection of charset.
11851
11852 ------------------------------------------------------------------------
11853 r15080 | damienf | 2006-04-03 01:16:01 +0200 (Mon, 03 Apr 2006) | 2 lines
11854 Changed paths:
11855    M /trunk/modules/access/dshow/dshow.cpp
11856
11857 possible fix for Trac Ticket #621, whereby Hauppage WinTV capture cards (PVR-150, others ?) no longer works
11858
11859 ------------------------------------------------------------------------
11860 r15079 | dionoea | 2006-04-03 00:57:39 +0200 (Mon, 03 Apr 2006) | 2 lines
11861 Changed paths:
11862    M /trunk/share/http/requests/readme
11863
11864 Add some examples
11865
11866 ------------------------------------------------------------------------
11867 r15077 | xtophe | 2006-04-02 23:15:18 +0200 (Sun, 02 Apr 2006) | 2 lines
11868 Changed paths:
11869    M /trunk/modules/codec/x264.c
11870
11871 typo
11872
11873 ------------------------------------------------------------------------
11874 r15076 | xtophe | 2006-04-02 23:06:13 +0200 (Sun, 02 Apr 2006) | 2 lines
11875 Changed paths:
11876    M /trunk/modules/codec/x264.c
11877
11878 x264.c: the string review was a bit too strong here
11879
11880 ------------------------------------------------------------------------
11881 r15075 | courmisch | 2006-04-02 21:15:30 +0200 (Sun, 02 Apr 2006) | 2 lines
11882 Changed paths:
11883    M /trunk/src/network/acl.c
11884
11885 Fix warning
11886
11887 ------------------------------------------------------------------------
11888 r15074 | courmisch | 2006-04-02 21:12:58 +0200 (Sun, 02 Apr 2006) | 2 lines
11889 Changed paths:
11890    M /trunk/include/configuration.h
11891
11892 Big cleanup and fix hundreds of extra warnings
11893
11894 ------------------------------------------------------------------------
11895 r15073 | courmisch | 2006-04-02 20:36:51 +0200 (Sun, 02 Apr 2006) | 2 lines
11896 Changed paths:
11897    M /trunk/src/libvlc.h
11898
11899 Missing ;
11900
11901 ------------------------------------------------------------------------
11902 r15072 | damienf | 2006-04-02 20:29:08 +0200 (Sun, 02 Apr 2006) | 4 lines
11903 Changed paths:
11904    M /trunk/activex/axvlc.idl
11905    M /trunk/activex/axvlc.tlb
11906    M /trunk/activex/axvlc_idl.c
11907    M /trunk/activex/axvlc_idl.h
11908
11909 - make sure help string for propget and propput properties are identical + a couple of changes
11910 - commit output of MIDL compilation otherwise changes don't make it into the build
11911
11912
11913 ------------------------------------------------------------------------
11914 r15071 | courmisch | 2006-04-02 19:16:42 +0200 (Sun, 02 Apr 2006) | 2 lines
11915 Changed paths:
11916    M /trunk/include/configuration.h
11917
11918 Forgot memset() to actually fix the problem... shame on me
11919
11920 ------------------------------------------------------------------------
11921 r15061 | hartman | 2006-04-02 17:00:59 +0200 (Sun, 02 Apr 2006) | 2 lines
11922 Changed paths:
11923    M /trunk/modules/codec/subsdec.c
11924
11925 * Finally found a list of SSA charset id's. Add to the comments. Not used so far.
11926
11927 ------------------------------------------------------------------------
11928 r15060 | hartman | 2006-04-02 16:49:26 +0200 (Sun, 02 Apr 2006) | 2 lines
11929 Changed paths:
11930    M /trunk/modules/demux/mp4/mp4.c
11931
11932 * Force the UTF-8 encoding on mp4 text subtitles. (Note they can also be UTF-16, but that needs to be converted to UTF-8 in that case. refs #612
11933
11934 ------------------------------------------------------------------------
11935 r15059 | hartman | 2006-04-02 16:28:55 +0200 (Sun, 02 Apr 2006) | 2 lines
11936 Changed paths:
11937    M /trunk/modules/codec/spudec/parse.c
11938
11939 * Don't ignore blank alpha pallettes. Tested with all my DVDs. Fixes #560
11940
11941 ------------------------------------------------------------------------
11942 r15058 | fkuehne | 2006-04-02 16:28:18 +0200 (Sun, 02 Apr 2006) | 1 line
11943 Changed paths:
11944    M /trunk/modules/demux/real.c
11945
11946 * implement DEMUX_GET_LENGTH based upon the stream's meta data
11947 ------------------------------------------------------------------------
11948 r15057 | courmisch | 2006-04-02 15:41:47 +0200 (Sun, 02 Apr 2006) | 3 lines
11949 Changed paths:
11950    M /trunk/include/configuration.h
11951
11952 - Fix use of undefined (static) memory
11953 - Code factorization
11954
11955 ------------------------------------------------------------------------
11956 r15056 | courmisch | 2006-04-02 15:34:21 +0200 (Sun, 02 Apr 2006) | 3 lines
11957 Changed paths:
11958    M /trunk/include/configuration.h
11959    M /trunk/include/modules_inner.h
11960
11961 Fix a few warnings
11962 (struct should be fully initialized)
11963
11964 ------------------------------------------------------------------------
11965 r15055 | zorglub | 2006-04-02 15:20:55 +0200 (Sun, 02 Apr 2006) | 2 lines
11966 Changed paths:
11967    M /trunk
11968    M /trunk/modules/demux/mp4/mp4.c
11969
11970 Don't crash on null metas
11971
11972 ------------------------------------------------------------------------
11973 r15054 | courmisch | 2006-04-02 15:12:49 +0200 (Sun, 02 Apr 2006) | 2 lines
11974 Changed paths:
11975    M /trunk/src/misc/charset.c
11976
11977 Fix warning
11978
11979 ------------------------------------------------------------------------
11980 r15053 | dionoea | 2006-04-02 14:27:24 +0200 (Sun, 02 Apr 2006) | 2 lines
11981 Changed paths:
11982    M /trunk/INSTALL.win32
11983
11984 Same as previous commit
11985
11986 ------------------------------------------------------------------------
11987 r15052 | dionoea | 2006-04-02 14:23:41 +0200 (Sun, 02 Apr 2006) | 2 lines
11988 Changed paths:
11989    M /trunk/INSTALL.win32
11990
11991 We don't have a cross compiler package anymore (at least not that i know)
11992
11993 ------------------------------------------------------------------------
11994 r15051 | zorglub | 2006-04-02 14:22:55 +0200 (Sun, 02 Apr 2006) | 2 lines
11995 Changed paths:
11996    M /trunk/ChangeLog
11997    M /trunk/po/POTFILES.in
11998    M /trunk/po/ca.po
11999    M /trunk/po/da.po
12000    M /trunk/po/de.po
12001    M /trunk/po/en_GB.po
12002    M /trunk/po/es.po
12003    M /trunk/po/fr.po
12004    M /trunk/po/it.po
12005    M /trunk/po/ja.po
12006    M /trunk/po/ka.po
12007    M /trunk/po/ko.po
12008    M /trunk/po/nl.po
12009    M /trunk/po/oc.po
12010    M /trunk/po/pt_BR.po
12011    M /trunk/po/ro.po
12012    M /trunk/po/ru.po
12013    M /trunk/po/sv.po
12014    M /trunk/po/tr.po
12015    M /trunk/po/vlc.pot
12016    M /trunk/po/zh_CN.po
12017    M /trunk/po/zh_TW.po
12018
12019 Update po and changelog
12020
12021 ------------------------------------------------------------------------
12022 r15050 | fkuehne | 2006-04-02 14:17:20 +0200 (Sun, 02 Apr 2006) | 1 line
12023 Changed paths:
12024    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
12025
12026 * add XSPF and RM/RAM to the list of openable files (closes #617)
12027 ------------------------------------------------------------------------
12028 r15049 | fkuehne | 2006-04-02 13:45:32 +0200 (Sun, 02 Apr 2006) | 1 line
12029 Changed paths:
12030    M /trunk/modules/gui/macosx/extended.m
12031
12032 * merge most corrections by Steven Sheehy (taken from [15039], refs #438)
12033 ------------------------------------------------------------------------
12034 r15048 | zorglub | 2006-04-02 13:17:53 +0200 (Sun, 02 Apr 2006) | 2 lines
12035 Changed paths:
12036    M /trunk
12037    M /trunk/ChangeLog
12038    M /trunk/INSTALL.win32
12039    M /trunk/NEWS
12040    M /trunk/loader
12041
12042 Update NEWS, ChangeLog, and INSTALL.win32
12043
12044 ------------------------------------------------------------------------
12045 r15047 | zorglub | 2006-04-02 13:11:26 +0200 (Sun, 02 Apr 2006) | 2 lines
12046 Changed paths:
12047    M /trunk
12048    M /trunk/activex/axvlc.idl
12049
12050 2nd activeX review (Refs:#438)
12051
12052 ------------------------------------------------------------------------
12053 r15046 | zorglub | 2006-04-02 13:02:32 +0200 (Sun, 02 Apr 2006) | 2 lines
12054 Changed paths:
12055    M /trunk
12056    M /trunk/activex/axvlc.idl
12057
12058 ActiveX review by tonsofpcs
12059
12060 ------------------------------------------------------------------------
12061 r15045 | courmisch | 2006-04-02 11:44:19 +0200 (Sun, 02 Apr 2006) | 2 lines
12062 Changed paths:
12063    M /trunk/modules/misc/logger.c
12064
12065 Remove unused variable
12066
12067 ------------------------------------------------------------------------
12068 r15044 | zorglub | 2006-04-02 09:58:36 +0200 (Sun, 02 Apr 2006) | 2 lines
12069 Changed paths:
12070    M /trunk
12071    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
12072    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
12073    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
12074    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
12075    M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
12076    M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
12077    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
12078    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
12079    M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
12080    M /trunk/modules/gui/wxwidgets/interface.cpp
12081    M /trunk/modules/gui/wxwidgets/streamdata.cpp
12082    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
12083    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
12084
12085 WX Strings review by Steven Sheehy (Refs:#438)
12086
12087 ------------------------------------------------------------------------
12088 r15043 | xtophe | 2006-04-02 01:29:26 +0200 (Sun, 02 Apr 2006) | 2 lines
12089 Changed paths:
12090    M /trunk/modules/codec/Modules.am
12091
12092 Oups
12093
12094 ------------------------------------------------------------------------
12095 r15042 | xtophe | 2006-04-02 01:06:11 +0200 (Sun, 02 Apr 2006) | 2 lines
12096 Changed paths:
12097    M /trunk/debian/patches/20_no-wx-updates.dpatch
12098
12099 fix again
12100
12101 ------------------------------------------------------------------------
12102 r15041 | xtophe | 2006-04-02 00:44:36 +0200 (Sun, 02 Apr 2006) | 2 lines
12103 Changed paths:
12104    M /trunk/debian/patches/20_no-wx-updates.dpatch
12105
12106 Update debian patch
12107
12108 ------------------------------------------------------------------------
12109 r15040 | xtophe | 2006-04-01 23:57:41 +0200 (Sat, 01 Apr 2006) | 2 lines
12110 Changed paths:
12111    M /trunk/po/POTFILES.in
12112    M /trunk/po/ca.po
12113    M /trunk/po/da.po
12114    M /trunk/po/de.po
12115    M /trunk/po/en_GB.po
12116    M /trunk/po/es.po
12117    M /trunk/po/fr.po
12118    M /trunk/po/it.po
12119    M /trunk/po/ja.po
12120    M /trunk/po/ka.po
12121    M /trunk/po/ko.po
12122    M /trunk/po/nl.po
12123    M /trunk/po/oc.po
12124    M /trunk/po/pt_BR.po
12125    M /trunk/po/ro.po
12126    M /trunk/po/ru.po
12127    M /trunk/po/sv.po
12128    M /trunk/po/tr.po
12129    M /trunk/po/vlc.pot
12130    M /trunk/po/zh_CN.po
12131    M /trunk/po/zh_TW.po
12132
12133 Run update-po and update Spanish translation by Javier Varela.
12134
12135 ------------------------------------------------------------------------
12136 r15039 | zorglub | 2006-04-01 23:46:33 +0200 (Sat, 01 Apr 2006) | 2 lines
12137 Changed paths:
12138    M /trunk
12139    M /trunk/modules/gui/wxwidgets/extrapanel.cpp
12140
12141 String fixes to extrapanel. Thanks to Steven on IRC
12142
12143 ------------------------------------------------------------------------
12144 r15032 | xtophe | 2006-04-01 23:38:18 +0200 (Sat, 01 Apr 2006) | 2 lines
12145 Changed paths:
12146    M /trunk/modules/gui/macosx/extended.m
12147    M /trunk/modules/gui/macosx/interaction.m
12148    M /trunk/modules/gui/macosx/macosx.m
12149    M /trunk/modules/gui/macosx/open.m
12150    M /trunk/modules/gui/macosx/vout.m
12151    M /trunk/modules/gui/macosx/voutgl.m
12152    M /trunk/modules/gui/macosx/voutqt.m
12153
12154 gui/macos/*: 2nd String Review (refs #438)
12155
12156 ------------------------------------------------------------------------
12157 r15031 | dionoea | 2006-04-01 22:36:24 +0200 (Sat, 01 Apr 2006) | 3 lines
12158 Changed paths:
12159    M /trunk/configure.ac
12160
12161 Commit SSE/SSE2 detection fix when VLC is compiled with mingw32.
12162 fix #616/fixes #616
12163
12164 ------------------------------------------------------------------------
12165 r15030 | sam | 2006-04-01 22:33:59 +0200 (Sat, 01 Apr 2006) | 3 lines
12166 Changed paths:
12167    M /trunk/modules/video_filter/deinterlace.c
12168
12169   * modules/video_filter/deinterlace.c: pagvb is illegal MMX, use it when MMX
12170     EXT is available, use pavgusb when 3DNow is available, and nothing instead.
12171
12172 ------------------------------------------------------------------------
12173 r15029 | dionoea | 2006-04-01 19:28:29 +0200 (Sat, 01 Apr 2006) | 2 lines
12174 Changed paths:
12175    M /trunk/share/http/js/vlm.js
12176
12177 Fix quotes arround inputs like "fake: option fake-file=thing.png" which should be "fake:" option "fake-file=thing.png"
12178
12179 ------------------------------------------------------------------------
12180 r15028 | fkuehne | 2006-04-01 17:12:35 +0200 (Sat, 01 Apr 2006) | 1 line
12181 Changed paths:
12182    M /trunk/modules/demux/livedotcom.cpp
12183
12184 * don't try to open real streams, but quit before triggering any errors. thanks to thedj for pointing this out.
12185 ------------------------------------------------------------------------
12186 r15027 | fkuehne | 2006-04-01 16:16:10 +0200 (Sat, 01 Apr 2006) | 3 lines
12187 Changed paths:
12188    M /trunk/modules/demux/livedotcom.cpp
12189    M /trunk/modules/demux/real.c
12190
12191 * livedotcom.cpp: transform a blocking msg_err to a more descriptive msg_warn.
12192     Please revert if this breaks something I didn't know about.
12193 * real.c: minor clean up
12194 ------------------------------------------------------------------------
12195 r15026 | fkuehne | 2006-04-01 16:07:46 +0200 (Sat, 01 Apr 2006) | 1 line
12196 Changed paths:
12197    M /trunk/modules/demux/real.c
12198
12199 * show meta information for real streams (only Title, Author, Copyright, Comment for now)
12200 ------------------------------------------------------------------------
12201 r15025 | fkuehne | 2006-04-01 13:27:40 +0200 (Sat, 01 Apr 2006) | 1 line
12202 Changed paths:
12203    M /trunk/src/control/mediacontrol_audio_video.c
12204    M /trunk/src/control/mediacontrol_core.c
12205    M /trunk/src/control/mediacontrol_init.c
12206    M /trunk/src/control/mediacontrol_plugin.c
12207    M /trunk/src/input/demux.c
12208    M /trunk/src/input/input.c
12209    M /trunk/src/input/stream.c
12210    M /trunk/src/interface/interface.c
12211    M /trunk/src/interface/intf_eject.c
12212    M /trunk/src/misc/configuration.c
12213    M /trunk/src/misc/darwin_specific.m
12214    M /trunk/src/misc/modules.c
12215    M /trunk/src/misc/objects.c
12216    M /trunk/src/misc/stats.c
12217    M /trunk/src/misc/vlm.c
12218    M /trunk/src/network/getaddrinfo.c
12219    M /trunk/src/network/httpd.c
12220    M /trunk/src/network/io.c
12221    M /trunk/src/network/rootwrap.c
12222    M /trunk/src/network/tcp.c
12223    M /trunk/src/network/udp.c
12224    M /trunk/src/osd/osd.c
12225    M /trunk/src/osd/osd_parser.c
12226    M /trunk/src/playlist/item.c
12227    M /trunk/src/playlist/loadsave.c
12228    M /trunk/src/playlist/playlist.c
12229    M /trunk/src/playlist/view.c
12230    M /trunk/src/stream_output/announce.c
12231    M /trunk/src/stream_output/sap.c
12232    M /trunk/src/stream_output/stream_output.c
12233    M /trunk/src/video_output/vout_intf.c
12234
12235 * 2nd review of /src/* \ libvlc.h (refs #438)
12236 ------------------------------------------------------------------------
12237 r15024 | courmisch | 2006-04-01 13:03:08 +0200 (Sat, 01 Apr 2006) | 3 lines
12238 Changed paths:
12239    M /trunk/modules/control/http/http.c
12240
12241 - Don't assume builddir = srcdir
12242 - Fix minor memleak
12243
12244 ------------------------------------------------------------------------
12245 r15023 | littlejohn | 2006-04-01 12:29:32 +0200 (Sat, 01 Apr 2006) | 2 lines
12246 Changed paths:
12247    M /trunk/bindings/java/SWTUglyPlayer.java
12248    M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
12249    M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
12250    M /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java
12251    M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
12252    M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
12253    M /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java
12254    M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
12255    M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
12256    M /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java
12257    M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
12258
12259 Copyright year moved from 2004 to 2006
12260
12261 ------------------------------------------------------------------------
12262 r15022 | fkuehne | 2006-04-01 12:10:25 +0200 (Sat, 01 Apr 2006) | 2 lines
12263 Changed paths:
12264    M /trunk/modules/gui/macosx/wizard.m
12265
12266 * remove the extension of the input file before adding the new one
12267 * some minor string corrections and output changes
12268 ------------------------------------------------------------------------
12269 r15021 | courmisch | 2006-04-01 10:40:15 +0200 (Sat, 01 Apr 2006) | 2 lines
12270 Changed paths:
12271    M /trunk/src/misc/unicode.c
12272
12273 More useless code - at least at do try to understand what I commit
12274
12275 ------------------------------------------------------------------------
12276 r15020 | courmisch | 2006-04-01 10:34:48 +0200 (Sat, 01 Apr 2006) | 2 lines
12277 Changed paths:
12278    M /trunk/src/misc/unicode.c
12279
12280 Fixes are cool when they actually fix something
12281
12282 ------------------------------------------------------------------------
12283 r15019 | dionoea | 2006-04-01 02:25:58 +0200 (Sat, 01 Apr 2006) | 2 lines
12284 Changed paths:
12285    M /trunk/src/misc/image.c
12286
12287 Hum, this isn't needed anymore.
12288
12289 ------------------------------------------------------------------------
12290 r15018 | dionoea | 2006-04-01 02:18:25 +0200 (Sat, 01 Apr 2006) | 2 lines
12291 Changed paths:
12292    M /trunk/src/misc/unicode.c
12293
12294 Fix stat wrapper on windows... Wrappers are nice. Wrappers which work are better.
12295
12296 ------------------------------------------------------------------------
12297 r15017 | xtophe | 2006-04-01 01:30:46 +0200 (Sat, 01 Apr 2006) | 2 lines
12298 Changed paths:
12299    M /trunk/modules/access/dshow/dshow.cpp
12300
12301 Fix compile
12302
12303 ------------------------------------------------------------------------
12304 r15016 | xtophe | 2006-04-01 01:07:01 +0200 (Sat, 01 Apr 2006) | 2 lines
12305 Changed paths:
12306    M /trunk/modules/access/cdda/access.c
12307    M /trunk/modules/access/cdda/callback.c
12308    M /trunk/modules/access/cdda/cdda.c
12309    M /trunk/modules/access/cdda.c
12310    M /trunk/modules/access/directory.c
12311    M /trunk/modules/access/dshow/crossbar.cpp
12312    M /trunk/modules/access/dshow/dshow.cpp
12313    M /trunk/modules/access/dv.c
12314    M /trunk/modules/access/dvb/access.c
12315    M /trunk/modules/access/dvdnav.c
12316    M /trunk/modules/access/dvdread.c
12317    M /trunk/modules/access/fake.c
12318    M /trunk/modules/access/file.c
12319    M /trunk/modules/access/ftp.c
12320    M /trunk/modules/access/gnomevfs.c
12321    M /trunk/modules/access/http.c
12322    M /trunk/modules/access/mms/mms.c
12323    M /trunk/modules/access/mms/mmsh.c
12324    M /trunk/modules/access/mms/mmstu.c
12325    M /trunk/modules/access/rtsp/access.c
12326    M /trunk/modules/access/screen/screen.c
12327    M /trunk/modules/access/smb.c
12328    M /trunk/modules/access/tcp.c
12329    M /trunk/modules/access/udp.c
12330    M /trunk/modules/access/v4l/v4l.c
12331    M /trunk/modules/access/vcd/vcd.c
12332
12333 Access/*: Second lecture (refs #438)
12334
12335 ------------------------------------------------------------------------
12336 r15015 | dionoea | 2006-04-01 00:41:22 +0200 (Sat, 01 Apr 2006) | 3 lines
12337 Changed paths:
12338    M /trunk/src/misc/image.c
12339
12340 Prevent segfault under windows. We now have to fix the stream_Size function so it works.
12341 (exemple segfault with : $ ./vlc --fake-file="C:\Documents and Settings\Antoine\Mes documents\Mes images\vlc-1337.jpg" fake: )
12342
12343 ------------------------------------------------------------------------
12344 r15014 | ipkiss | 2006-04-01 00:33:45 +0200 (Sat, 01 Apr 2006) | 2 lines
12345 Changed paths:
12346    M /trunk/modules/gui/skins2/src/ft2_font.cpp
12347    M /trunk/modules/gui/skins2/src/ft2_font.hpp
12348
12349  skins2/src/ft2_font.*: s/initalize/initialize/
12350
12351 ------------------------------------------------------------------------
12352 r15013 | fkuehne | 2006-04-01 00:23:53 +0200 (Sat, 01 Apr 2006) | 1 line
12353 Changed paths:
12354    M /trunk/modules/gui/macosx/wizard.m
12355
12356 * do only show the destination of the first item on the summary page when transcoding to file and add a counter for the others
12357 ------------------------------------------------------------------------
12358 r15012 | dionoea | 2006-03-31 23:37:52 +0200 (Fri, 31 Mar 2006) | 2 lines
12359 Changed paths:
12360    M /trunk/src/libvlc.h
12361
12362 Libvlc strings 2nd review (Refs:#438)
12363
12364 ------------------------------------------------------------------------
12365 r15011 | courmisch | 2006-03-31 23:21:49 +0200 (Fri, 31 Mar 2006) | 2 lines
12366 Changed paths:
12367    M /trunk/src/input/subtitles.c
12368
12369 Probably a fix for crap compilers
12370
12371 ------------------------------------------------------------------------
12372 r15010 | courmisch | 2006-03-31 23:20:37 +0200 (Fri, 31 Mar 2006) | 2 lines
12373 Changed paths:
12374    M /trunk/src/input/subtitles.c
12375
12376 Fix an old overflow and two recent bugs introduced by me
12377
12378 ------------------------------------------------------------------------
12379 r15009 | zorglub | 2006-03-31 21:34:02 +0200 (Fri, 31 Mar 2006) | 2 lines
12380 Changed paths:
12381    M /trunk
12382    M /trunk/modules/codec/x264.c
12383
12384 X264 (Refs:#438)
12385
12386 ------------------------------------------------------------------------
12387 r15008 | zorglub | 2006-03-31 21:24:33 +0200 (Fri, 31 Mar 2006) | 2 lines
12388 Changed paths:
12389    M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
12390    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
12391    M /trunk/modules/gui/skins2/events/evt_mouse.cpp
12392    M /trunk/modules/gui/skins2/events/evt_scroll.cpp
12393    M /trunk/modules/gui/skins2/events/evt_special.cpp
12394    M /trunk/modules/gui/skins2/parser/builder.cpp
12395    M /trunk/modules/gui/skins2/parser/interpreter.cpp
12396    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
12397    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
12398    M /trunk/modules/gui/skins2/src/dialogs.cpp
12399    M /trunk/modules/gui/skins2/src/ft2_font.cpp
12400    M /trunk/modules/gui/skins2/src/generic_layout.cpp
12401    M /trunk/modules/gui/skins2/src/popup.cpp
12402    M /trunk/modules/gui/skins2/src/skin_main.cpp
12403    M /trunk/modules/gui/skins2/src/theme.cpp
12404    M /trunk/modules/gui/skins2/src/theme_loader.cpp
12405    M /trunk/modules/gui/skins2/src/theme_repository.cpp
12406    M /trunk/modules/gui/skins2/src/top_window.cpp
12407    M /trunk/modules/gui/skins2/src/var_manager.cpp
12408    M /trunk/modules/gui/skins2/src/window_manager.cpp
12409    M /trunk/modules/gui/skins2/utils/ustring.cpp
12410    M /trunk/modules/gui/skins2/vars/playtree.cpp
12411    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
12412    M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
12413    M /trunk/modules/gui/skins2/x11/x11_display.cpp
12414    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
12415    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
12416
12417 Skins strings (Refs:#438)
12418
12419 ------------------------------------------------------------------------
12420 r15007 | xtophe | 2006-03-31 18:46:08 +0200 (Fri, 31 Mar 2006) | 2 lines
12421 Changed paths:
12422    M /trunk/include/vlc_config_cat.h
12423
12424 typo
12425
12426 ------------------------------------------------------------------------
12427 r15006 | zorglub | 2006-03-31 18:39:23 +0200 (Fri, 31 Mar 2006) | 2 lines
12428 Changed paths:
12429    M /trunk/modules/mux/asf.c
12430    M /trunk/modules/mux/mp4.c
12431    M /trunk/modules/mux/mpeg/ps.c
12432    M /trunk/modules/mux/mpeg/ts.c
12433
12434 Muxers (Refs:#438)
12435
12436 ------------------------------------------------------------------------
12437 r15005 | xtophe | 2006-03-31 18:28:03 +0200 (Fri, 31 Mar 2006) | 2 lines
12438 Changed paths:
12439    M /trunk/modules/codec/mpeg_audio.c
12440    M /trunk/modules/codec/quicktime.c
12441    M /trunk/modules/codec/speex.c
12442    M /trunk/modules/codec/subsdec.c
12443    M /trunk/modules/codec/tarkin.c
12444    M /trunk/modules/codec/theora.c
12445    M /trunk/modules/codec/vorbis.c
12446    M /trunk/modules/codec/x264.c
12447
12448 codec 2nd round exept fo x264 (refs #438)
12449
12450 ------------------------------------------------------------------------
12451 r15004 | zorglub | 2006-03-31 18:24:32 +0200 (Fri, 31 Mar 2006) | 2 lines
12452 Changed paths:
12453    M /trunk/modules/packetizer/mpeg4audio.c
12454
12455 2nd packetizer round (Refs:#438)
12456
12457 ------------------------------------------------------------------------
12458 r15003 | zorglub | 2006-03-31 18:22:19 +0200 (Fri, 31 Mar 2006) | 2 lines
12459 Changed paths:
12460    M /trunk/include/vlc_config_cat.h
12461    M /trunk/modules/visualization/visual/visual.c
12462
12463 vlc_config_cat.h 2nd round (Refs:#438)
12464
12465 ------------------------------------------------------------------------
12466 r15002 | fkuehne | 2006-03-31 18:12:31 +0200 (Fri, 31 Mar 2006) | 1 line
12467 Changed paths:
12468    M /trunk/modules/control/telnet.c
12469    M /trunk/modules/video_filter/adjust.c
12470    M /trunk/modules/video_filter/distort.c
12471    M /trunk/modules/video_filter/logo.c
12472    M /trunk/modules/video_filter/marq.c
12473    M /trunk/modules/video_filter/mosaic.c
12474    M /trunk/modules/video_filter/motiondetect.c
12475    M /trunk/modules/video_filter/osdmenu.c
12476    M /trunk/modules/video_filter/rss.c
12477    M /trunk/modules/video_filter/time.c
12478    M /trunk/modules/video_output/aa.c
12479    M /trunk/modules/video_output/directx/directx.c
12480    M /trunk/modules/video_output/directx/events.c
12481    M /trunk/modules/video_output/directx/glwin32.c
12482    M /trunk/modules/video_output/ggi.c
12483    M /trunk/modules/video_output/opengl.c
12484    M /trunk/modules/video_output/qte/qte.cpp
12485    M /trunk/modules/video_output/sdl.c
12486    M /trunk/modules/video_output/snapshot.c
12487    M /trunk/modules/video_output/x11/glx.c
12488    M /trunk/modules/video_output/x11/xcommon.c
12489    M /trunk/modules/video_output/x11/xvideo.c
12490
12491 * 2nd review of video* and control/telnet.c
12492 ------------------------------------------------------------------------
12493 r15001 | littlejohn | 2006-03-31 17:51:47 +0200 (Fri, 31 Mar 2006) | 4 lines
12494 Changed paths:
12495    M /trunk/bindings/java/Makefile.am
12496    M /trunk/bindings/java/VlcClient.java
12497
12498 Makefile typo fixed
12499 VlcClient.java and VlcClient class now match.
12500
12501
12502 ------------------------------------------------------------------------
12503 r15000 | zorglub | 2006-03-31 17:30:32 +0200 (Fri, 31 Mar 2006) | 2 lines
12504 Changed paths:
12505    M /trunk/modules/stream_out/bridge.c
12506
12507 Be a bit more verbose (Refs:#438)
12508
12509 ------------------------------------------------------------------------
12510 r14999 | zorglub | 2006-03-31 17:30:21 +0200 (Fri, 31 Mar 2006) | 2 lines
12511 Changed paths:
12512    M /trunk/modules/services_discovery/sap.c
12513
12514 Additional string fixes (Refs:#438)
12515
12516 ------------------------------------------------------------------------
12517 r14998 | littlejohn | 2006-03-31 17:28:12 +0200 (Fri, 31 Mar 2006) | 3 lines
12518 Changed paths:
12519    M /trunk/bindings/java/Makefile.am
12520    M /trunk/bindings/java/README
12521    M /trunk/bindings/java/SWTUglyPlayer.java
12522    M /trunk/bindings/java/TODO
12523    M /trunk/bindings/java/VlcClient.java
12524    M /trunk/bindings/java/javadoc.xml
12525    M /trunk/bindings/java/org
12526    M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
12527    M /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
12528    M /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java
12529    M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
12530    M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
12531    M /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java
12532    M /trunk/bindings/java/org/videolan/jvlc/Playlist.java
12533    M /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
12534    M /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java
12535    M /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
12536    M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
12537    M /trunk/bindings/java/vlc-graphics-jni.cc
12538    M /trunk/bindings/java/vlc-libvlc-jni.cc
12539
12540 Makefile updated for new java bindings classes.
12541 copyright and svn:id fixed for new classes
12542
12543 ------------------------------------------------------------------------
12544 r14997 | fkuehne | 2006-03-31 17:15:07 +0200 (Fri, 31 Mar 2006) | 1 line
12545 Changed paths:
12546    M /trunk/modules/audio_filter/channel_mixer/dolby.c
12547    M /trunk/modules/audio_filter/channel_mixer/headphone.c
12548    M /trunk/modules/audio_filter/channel_mixer/simple.c
12549    M /trunk/modules/audio_filter/channel_mixer/trivial.c
12550    M /trunk/modules/audio_filter/converter/a52tospdif.c
12551    M /trunk/modules/audio_filter/converter/dtstofloat32.c
12552    M /trunk/modules/audio_filter/converter/dtstospdif.c
12553    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
12554    M /trunk/modules/audio_filter/converter/fixed32tos16.c
12555    M /trunk/modules/audio_filter/converter/float32tos16.c
12556    M /trunk/modules/audio_filter/converter/float32tos8.c
12557    M /trunk/modules/audio_filter/converter/float32tou16.c
12558    M /trunk/modules/audio_filter/converter/float32tou8.c
12559    M /trunk/modules/audio_filter/converter/s16tofixed32.c
12560    M /trunk/modules/audio_filter/converter/s16tofloat32.c
12561    M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
12562    M /trunk/modules/audio_filter/converter/s8tofloat32.c
12563    M /trunk/modules/audio_filter/converter/u8tofixed32.c
12564    M /trunk/modules/audio_filter/converter/u8tofloat32.c
12565    M /trunk/modules/audio_filter/equalizer.c
12566    M /trunk/modules/audio_filter/format.c
12567    M /trunk/modules/audio_filter/normvol.c
12568    M /trunk/modules/audio_filter/param_eq.c
12569    M /trunk/modules/audio_filter/resampler/bandlimited.c
12570    M /trunk/modules/audio_filter/resampler/linear.c
12571    M /trunk/modules/audio_filter/resampler/trivial.c
12572    M /trunk/modules/audio_filter/resampler/ugly.c
12573    M /trunk/modules/audio_output/alsa.c
12574    M /trunk/modules/audio_output/auhal.c
12575    M /trunk/modules/audio_output/directx.c
12576    M /trunk/modules/audio_output/file.c
12577    M /trunk/modules/audio_output/jack.c
12578    M /trunk/modules/audio_output/oss.c
12579    M /trunk/modules/audio_output/portaudio.c
12580
12581 * 2nd review of modules/audio* (refs #438)
12582 ------------------------------------------------------------------------
12583 r14996 | littlejohn | 2006-03-31 17:07:55 +0200 (Fri, 31 Mar 2006) | 3 lines
12584 Changed paths:
12585    A /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
12586    A /trunk/bindings/java/org/videolan/jvlc/InputIntf.java
12587    A /trunk/bindings/java/org/videolan/jvlc/JLibVLC.java
12588    A /trunk/bindings/java/org/videolan/jvlc/JVLC.java
12589    A /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
12590    A /trunk/bindings/java/org/videolan/jvlc/JVLCPanel.java
12591    A /trunk/bindings/java/org/videolan/jvlc/Playlist.java
12592    A /trunk/bindings/java/org/videolan/jvlc/PlaylistIntf.java
12593    A /trunk/bindings/java/org/videolan/jvlc/SWTVideoWidget.java
12594    A /trunk/bindings/java/org/videolan/jvlc/VLMIntf.java
12595    A /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
12596
12597 Java classes for Java bindings added
12598
12599
12600 ------------------------------------------------------------------------
12601 r14995 | littlejohn | 2006-03-31 17:06:39 +0200 (Fri, 31 Mar 2006) | 8 lines
12602 Changed paths:
12603    A /trunk/bindings/java/SWTUglyPlayer.java
12604    M /trunk/bindings/java/VlcClient.java
12605    D /trunk/bindings/java/org/videolan/jvlc/JVLC.java
12606    D /trunk/bindings/java/org/videolan/jvlc/JVLCBoolVariable.java
12607    D /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
12608    D /trunk/bindings/java/org/videolan/jvlc/JVLCFloatVariable.java
12609    D /trunk/bindings/java/org/videolan/jvlc/JVLCIntVariable.java
12610    D /trunk/bindings/java/org/videolan/jvlc/JVLCNoSuchVariableNameException.java
12611    D /trunk/bindings/java/org/videolan/jvlc/JVLCStringVariable.java
12612    D /trunk/bindings/java/org/videolan/jvlc/JVLCTimeVariable.java
12613    D /trunk/bindings/java/org/videolan/jvlc/JVLCVarValue.java
12614    D /trunk/bindings/java/org/videolan/jvlc/JVLCVarVariable.java
12615    D /trunk/bindings/java/org/videolan/jvlc/JVLCVariable.java
12616    D /trunk/bindings/java/org/videolan/jvlc/mediacontrol
12617    D /trunk/bindings/java/vlc-glue-cni.cc
12618    D /trunk/bindings/java/vlc-glue-jni.cc
12619    A /trunk/bindings/java/vlc-libvlc-jni.cc
12620
12621 Java bindings update to latest JVLC (step 1/2)
12622
12623 JNI: unused files removed
12624 JNI: libvlc.h dependent file added 
12625 A sample SWT (ugly) player added
12626 Old java bindings files removed
12627
12628
12629 ------------------------------------------------------------------------
12630 r14994 | fkuehne | 2006-03-31 16:24:32 +0200 (Fri, 31 Mar 2006) | 1 line
12631 Changed paths:
12632    M /trunk/NEWS
12633
12634 * add bigben's latest additions
12635 ------------------------------------------------------------------------
12636 r14993 | zorglub | 2006-03-31 15:46:39 +0200 (Fri, 31 Mar 2006) | 2 lines
12637 Changed paths:
12638    M /trunk/modules/codec/dvbsub.c
12639    M /trunk/modules/codec/fake.c
12640    M /trunk/modules/codec/ffmpeg/ffmpeg.h
12641    M /trunk/modules/codec/subsdec.c
12642    M /trunk/modules/codec/svcdsub.c
12643    M /trunk/modules/codec/theora.c
12644    M /trunk/modules/codec/twolame.c
12645    M /trunk/modules/codec/vorbis.c
12646
12647 Codecs (except x264). Refs:#438
12648
12649 ------------------------------------------------------------------------
12650 r14992 | zorglub | 2006-03-31 14:51:59 +0200 (Fri, 31 Mar 2006) | 2 lines
12651 Changed paths:
12652    M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
12653    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
12654    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
12655    M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
12656    M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
12657    M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
12658    M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
12659    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
12660    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
12661    M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
12662    M /trunk/modules/gui/wxwidgets/extrapanel.cpp
12663    M /trunk/modules/gui/wxwidgets/interface.cpp
12664    M /trunk/modules/gui/wxwidgets/streamdata.cpp
12665    M /trunk/modules/gui/wxwidgets/video.cpp
12666    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
12667
12668 wxWidgets strings (Refs:#438)
12669
12670 ------------------------------------------------------------------------
12671 r14991 | littlejohn | 2006-03-31 11:32:09 +0200 (Fri, 31 Mar 2006) | 3 lines
12672 Changed paths:
12673    M /trunk/src/control/playlist.c
12674
12675 Playlist control: libvlc_playlist_pause added
12676
12677
12678 ------------------------------------------------------------------------
12679 r14990 | zorglub | 2006-03-31 10:41:34 +0200 (Fri, 31 Mar 2006) | 2 lines
12680 Changed paths:
12681    M /trunk/ChangeLog
12682    M /trunk/NEWS
12683    M /trunk/configure.ac
12684    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
12685    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
12686
12687 Let's be proactive
12688
12689 ------------------------------------------------------------------------
12690 r14989 | xtophe | 2006-03-31 00:58:23 +0200 (Fri, 31 Mar 2006) | 2 lines
12691 Changed paths:
12692    M /trunk/modules/codec/Modules.am
12693    M /trunk/modules/codec/adpcm.c
12694    M /trunk/modules/codec/araw.c
12695    M /trunk/modules/codec/cmml/cmml.c
12696    M /trunk/modules/codec/dirac.c
12697    M /trunk/modules/codec/dvbsub.c
12698    M /trunk/modules/codec/ffmpeg/ffmpeg.c
12699    M /trunk/modules/codec/ffmpeg/ffmpeg.h
12700
12701 String review in codec. 1st part. ffmpeg.h to be improve. refs #438
12702
12703 ------------------------------------------------------------------------
12704 r14988 | bigben | 2006-03-30 23:54:07 +0200 (Thu, 30 Mar 2006) | 4 lines
12705 Changed paths:
12706    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
12707    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
12708    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
12709    M /trunk/modules/gui/macosx/intf.h
12710    M /trunk/modules/gui/macosx/intf.m
12711    M /trunk/modules/gui/macosx/voutgl.m
12712
12713 * Implement Crop in the ogl vout
12714 * The implementation is quite dirty, but I just cannot see any other easy solution...
12715
12716
12717 ------------------------------------------------------------------------
12718 r14987 | fkuehne | 2006-03-30 19:38:36 +0200 (Thu, 30 Mar 2006) | 5 lines
12719 Changed paths:
12720    M /trunk/Makefile.am
12721
12722 * added 2 options for the OSX-disk-image creation-line
12723     - scrub: removes .Trashes
12724     - imagekey zlib-level=9: uses a better compression method, which saves us something MBs, but needs a bit more CPU-time.
12725
12726 Thanks to cilly on IRC for suggesting this.
12727 ------------------------------------------------------------------------
12728 r14986 | courmisch | 2006-03-30 18:37:06 +0200 (Thu, 30 Mar 2006) | 3 lines
12729 Changed paths:
12730    M /trunk/modules/demux/mp4/mp4.c
12731
12732 Removes invalid UTF-8 byte sequences from meta data as a work-around
12733 until someone who knows how MPEG4 specifies encoding fixes the issue (refs #612)
12734
12735 ------------------------------------------------------------------------
12736 r14985 | zorglub | 2006-03-30 17:46:31 +0200 (Thu, 30 Mar 2006) | 2 lines
12737 Changed paths:
12738    M /trunk/modules/control/gestures.c
12739    M /trunk/modules/control/http/http.c
12740    M /trunk/modules/control/netsync.c
12741    M /trunk/modules/control/ntservice.c
12742    M /trunk/modules/control/showintf.c
12743    M /trunk/modules/control/telnet.c
12744
12745 2nd control review (except telnet)
12746
12747 ------------------------------------------------------------------------
12748 r14984 | oaubert | 2006-03-30 16:39:50 +0200 (Thu, 30 Mar 2006) | 5 lines
12749 Changed paths:
12750    M /trunk/modules/misc/svg.c
12751
12752 modules/misc/svg.c:
12753   * specify unit for malloc
12754   * use g_object_unref to properly free the p_rendition
12755   * remove spurious whitespace
12756
12757 ------------------------------------------------------------------------
12758 r14983 | oaubert | 2006-03-30 16:31:02 +0200 (Thu, 30 Mar 2006) | 4 lines
12759 Changed paths:
12760    M /trunk/bindings/mediacontrol-python/Makefile.am
12761
12762 bindings/mediacontrol-python/Makefile.am: 
12763   * add python binding files to EXTRA_DIST
12764   * move COMPILERARG definition inside the BUILD_PYTHON code
12765
12766 ------------------------------------------------------------------------
12767 r14982 | dionoea | 2006-03-30 16:05:13 +0200 (Thu, 30 Mar 2006) | 2 lines
12768 Changed paths:
12769    M /trunk/THANKS
12770
12771 Many thanks to Albert on the forums for his help with the http interface
12772
12773 ------------------------------------------------------------------------
12774 r14981 | dionoea | 2006-03-30 16:01:24 +0200 (Thu, 30 Mar 2006) | 2 lines
12775 Changed paths:
12776    M /trunk/share/http/style.css
12777
12778 Try dialog width style fix
12779
12780 ------------------------------------------------------------------------
12781 r14980 | courmisch | 2006-03-30 15:57:58 +0200 (Thu, 30 Mar 2006) | 2 lines
12782 Changed paths:
12783    M /trunk/include/vlc_tls.h
12784    M /trunk/modules/codec/adpcm.c
12785    M /trunk/modules/demux/voc.c
12786    M /trunk/modules/demux/xa.c
12787    M /trunk/src/network/tls.c
12788
12789 Cosmetic, Fix my name
12790
12791 ------------------------------------------------------------------------
12792 r14979 | damienf | 2006-03-30 15:16:06 +0200 (Thu, 30 Mar 2006) | 4 lines
12793 Changed paths:
12794    M /trunk/activex/olecontrol.cpp
12795    M /trunk/activex/oleinplaceactiveobject.cpp
12796    M /trunk/activex/oleinplaceobject.cpp
12797    M /trunk/activex/oleobject.cpp
12798    M /trunk/activex/oleobject.h
12799    M /trunk/activex/plugin.cpp
12800    M /trunk/activex/plugin.h
12801
12802 - cleaned up in place and UI activation: VLC Plugin should behave better with other controls (ie. don't eat TABSTOP keystrokes, etc...)
12803 - minor code cleanup and fixes
12804
12805
12806 ------------------------------------------------------------------------
12807 r14978 | damienf | 2006-03-30 12:20:26 +0200 (Thu, 30 Mar 2006) | 2 lines
12808 Changed paths:
12809    M /trunk/modules/video_output/opengl.c
12810
12811 opengl.c: fixed string declaration over multiple lines
12812
12813 ------------------------------------------------------------------------
12814 r14977 | zorglub | 2006-03-30 10:40:51 +0200 (Thu, 30 Mar 2006) | 2 lines
12815 Changed paths:
12816    M /trunk/modules/video_filter/adjust.c
12817    M /trunk/modules/video_filter/clone.c
12818    M /trunk/modules/video_filter/crop.c
12819    M /trunk/modules/video_filter/deinterlace.c
12820    M /trunk/modules/video_filter/distort.c
12821    M /trunk/modules/video_filter/logo.c
12822    M /trunk/modules/video_filter/marq.c
12823    M /trunk/modules/video_filter/mosaic.c
12824    M /trunk/modules/video_filter/osdmenu.c
12825    M /trunk/modules/video_filter/rss.c
12826    M /trunk/modules/video_filter/swscale/filter.c
12827    M /trunk/modules/video_filter/time.c
12828    M /trunk/modules/video_filter/wall.c
12829    M /trunk/modules/video_output/fb.c
12830    M /trunk/modules/video_output/ggi.c
12831    M /trunk/modules/video_output/image.c
12832    M /trunk/modules/video_output/opengl.c
12833    M /trunk/modules/video_output/qte/qte.cpp
12834    M /trunk/modules/video_output/snapshot.c
12835    M /trunk/modules/video_output/x11/glx.c
12836    M /trunk/modules/video_output/x11/x11.c
12837    M /trunk/modules/video_output/x11/xvideo.c
12838
12839 Video filters and outputs strings (Refs:#438)
12840
12841 ------------------------------------------------------------------------
12842 r14976 | zorglub | 2006-03-30 10:36:49 +0200 (Thu, 30 Mar 2006) | 2 lines
12843 Changed paths:
12844    M /trunk/modules/control/corba/corba.c
12845
12846 Use the string
12847
12848 ------------------------------------------------------------------------
12849 r14975 | zorglub | 2006-03-30 07:42:08 +0200 (Thu, 30 Mar 2006) | 2 lines
12850 Changed paths:
12851    M /trunk/modules/control/corba/corba.c
12852
12853 Corba string (Refs:#438)
12854
12855 ------------------------------------------------------------------------
12856 r14974 | zorglub | 2006-03-30 07:37:29 +0200 (Thu, 30 Mar 2006) | 2 lines
12857 Changed paths:
12858    M /trunk/modules/access_filter/record.c
12859    M /trunk/modules/access_filter/timeshift.c
12860    M /trunk/modules/access_output/http.c
12861    M /trunk/modules/access_output/shout.c
12862    M /trunk/modules/access_output/udp.c
12863
12864 Access strings (Refs:#438)
12865
12866 ------------------------------------------------------------------------
12867 r14973 | dionoea | 2006-03-30 01:59:40 +0200 (Thu, 30 Mar 2006) | 2 lines
12868 Changed paths:
12869    M /trunk/share/http/js/mosaic.js
12870
12871 Mosaic wizard: audio stuff was missing
12872
12873 ------------------------------------------------------------------------
12874 r14972 | xtophe | 2006-03-30 01:58:40 +0200 (Thu, 30 Mar 2006) | 2 lines
12875 Changed paths:
12876    M /trunk/include/vlc_config_cat.h
12877
12878 include/* : Relecture. refs #438
12879
12880 ------------------------------------------------------------------------
12881 r14971 | dionoea | 2006-03-30 00:40:26 +0200 (Thu, 30 Mar 2006) | 2 lines
12882 Changed paths:
12883    M /trunk/src/misc/unicode.c
12884
12885 Fix windows drive listing. (We have wrappers arround wrappers ... neat :p )
12886
12887 ------------------------------------------------------------------------
12888 r14970 | bigben | 2006-03-29 22:03:48 +0200 (Wed, 29 Mar 2006) | 4 lines
12889 Changed paths:
12890    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
12891    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
12892    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
12893    M /trunk/modules/gui/macosx/intf.h
12894    M /trunk/modules/gui/macosx/intf.m
12895    M /trunk/modules/gui/macosx/vout.m
12896    M /trunk/modules/gui/macosx/voutgl.m
12897
12898 * vout.m : comment the NSLog call in windowContainsEmbedded: this method is called on something else than an NSWindow in normal operation
12899 * other: implement on the fly aspect ratio change. Only works in the ogl output at the moment
12900
12901
12902 ------------------------------------------------------------------------
12903 r14969 | dionoea | 2006-03-29 19:45:59 +0200 (Wed, 29 Mar 2006) | 3 lines
12904 Changed paths:
12905    M /trunk/share/http/js/mosaic.js
12906    M /trunk/share/http/js/vlm.js
12907    M /trunk/src/misc/vlm.c
12908
12909 src/misc/vlm.c: fix FindEndCommand quote escaping
12910 share/http/js/*.js: escape inputs in vlm commands
12911
12912 ------------------------------------------------------------------------
12913 r14968 | dionoea | 2006-03-29 19:11:32 +0200 (Wed, 29 Mar 2006) | 2 lines
12914 Changed paths:
12915    M /trunk/modules/control/rc.c
12916
12917 Some more typos
12918
12919 ------------------------------------------------------------------------
12920 r14967 | dionoea | 2006-03-29 18:56:20 +0200 (Wed, 29 Mar 2006) | 2 lines
12921 Changed paths:
12922    M /trunk/modules/control/gestures.c
12923    M /trunk/modules/control/http/mvar.c
12924
12925 Fix typos. Thanks to tumu
12926
12927 ------------------------------------------------------------------------
12928 r14966 | dionoea | 2006-03-29 17:03:17 +0200 (Wed, 29 Mar 2006) | 2 lines
12929 Changed paths:
12930    M /trunk/modules/control/gestures.c
12931    M /trunk/modules/control/hotkeys.c
12932    M /trunk/modules/control/http/http.c
12933    M /trunk/modules/control/http/mvar.c
12934    M /trunk/modules/control/http/util.c
12935    M /trunk/modules/control/lirc.c
12936    M /trunk/modules/control/netsync.c
12937    M /trunk/modules/control/ntservice.c
12938    M /trunk/modules/control/showintf.c
12939
12940 Control interfaces first string review.
12941
12942 ------------------------------------------------------------------------
12943 r14965 | xtophe | 2006-03-29 16:35:58 +0200 (Wed, 29 Mar 2006) | 2 lines
12944 Changed paths:
12945    M /trunk/share/http/dialogs/input
12946
12947 typo
12948
12949 ------------------------------------------------------------------------
12950 r14964 | dionoea | 2006-03-29 16:27:14 +0200 (Wed, 29 Mar 2006) | 2 lines
12951 Changed paths:
12952    M /trunk/modules/control/rc.c
12953
12954 First rc interface string review
12955
12956 ------------------------------------------------------------------------
12957 r14963 | zorglub | 2006-03-29 16:02:00 +0200 (Wed, 29 Mar 2006) | 2 lines
12958 Changed paths:
12959    M /trunk/modules/LIST
12960
12961 LIST update (287 modules now)
12962
12963 ------------------------------------------------------------------------
12964 r14962 | zorglub | 2006-03-29 15:49:40 +0200 (Wed, 29 Mar 2006) | 2 lines
12965 Changed paths:
12966    M /trunk/modules/access/cdda.c
12967    M /trunk/modules/access/directory.c
12968    M /trunk/modules/access/dshow/dshow.cpp
12969    M /trunk/modules/access/dv.c
12970    M /trunk/modules/access/dvb/access.c
12971    M /trunk/modules/access/dvdnav.c
12972    M /trunk/modules/access/dvdread.c
12973    M /trunk/modules/access/fake.c
12974    M /trunk/modules/access/file.c
12975    M /trunk/modules/access/ftp.c
12976    M /trunk/modules/access/gnomevfs.c
12977    M /trunk/modules/access/http.c
12978    M /trunk/modules/access/mms/mms.c
12979    M /trunk/modules/access/pvr/pvr.c
12980    M /trunk/modules/access/rtsp/access.c
12981    M /trunk/modules/access/screen/screen.c
12982    M /trunk/modules/access/smb.c
12983    M /trunk/modules/access/tcp.c
12984    M /trunk/modules/access/udp.c
12985    M /trunk/modules/access/v4l/v4l.c
12986    M /trunk/modules/access/vcd/vcd.c
12987
12988 Access strings (Refs:#438)
12989
12990 ------------------------------------------------------------------------
12991 r14961 | sam | 2006-03-29 13:03:00 +0200 (Wed, 29 Mar 2006) | 2 lines
12992 Changed paths:
12993    M /trunk/modules/demux/mp4/mp4.c
12994
12995   * modules/demux/mp4/mp4.c: explicited debug message.
12996
12997 ------------------------------------------------------------------------
12998 r14960 | courmisch | 2006-03-29 12:35:41 +0200 (Wed, 29 Mar 2006) | 2 lines
12999 Changed paths:
13000    M /trunk/src/misc/modules.c
13001
13002 Fix warnings
13003
13004 ------------------------------------------------------------------------
13005 r14959 | dionoea | 2006-03-29 10:59:52 +0200 (Wed, 29 Mar 2006) | 2 lines
13006 Changed paths:
13007    M /trunk/THANKS
13008    M /trunk/modules/gui/wxwidgets/interface.cpp
13009
13010 fix #578. patch by Steven Sheehy. thanks.
13011
13012 ------------------------------------------------------------------------
13013 r14958 | fkuehne | 2006-03-29 09:33:35 +0200 (Wed, 29 Mar 2006) | 1 line
13014 Changed paths:
13015    M /trunk/modules/access/mms/mmstu.c
13016    M /trunk/modules/control/netsync.c
13017    M /trunk/modules/misc/xml/libxml.c
13018    M /trunk/src/misc/modules.c
13019
13020 * fixed a few signedness warnings. Please shout if this accidentally breaks something.
13021 ------------------------------------------------------------------------
13022 r14957 | fkuehne | 2006-03-29 08:39:21 +0200 (Wed, 29 Mar 2006) | 1 line
13023 Changed paths:
13024    M /trunk/extras/contrib/src/Makefile
13025    D /trunk/extras/contrib/src/Patches/x264-svn.patch
13026
13027 * x264-patch was committed upstream
13028 ------------------------------------------------------------------------
13029 r14956 | xtophe | 2006-03-29 00:34:41 +0200 (Wed, 29 Mar 2006) | 2 lines
13030 Changed paths:
13031    M /trunk/include/snapshot.h
13032
13033 include: first part of the relecture. refs #438
13034
13035 ------------------------------------------------------------------------
13036 r14955 | dionoea | 2006-03-28 23:29:59 +0200 (Tue, 28 Mar 2006) | 2 lines
13037 Changed paths:
13038    M /trunk/modules/control/http/http.c
13039    M /trunk/share/http/requests/status.xml
13040
13041 Export stats in http interface
13042
13043 ------------------------------------------------------------------------
13044 r14954 | zorglub | 2006-03-28 23:00:15 +0200 (Tue, 28 Mar 2006) | 2 lines
13045 Changed paths:
13046    M /trunk
13047    M /trunk/modules/audio_filter/channel_mixer/headphone.c
13048    M /trunk/modules/audio_filter/converter/a52tofloat32.c
13049    M /trunk/modules/audio_filter/converter/dtstofloat32.c
13050    M /trunk/modules/audio_filter/equalizer.c
13051    M /trunk/modules/audio_filter/normvol.c
13052
13053 Audio strings, except parametric equalizer (I just don't understand anything) - Refs:#438
13054
13055 ------------------------------------------------------------------------
13056 r14953 | zorglub | 2006-03-28 22:29:28 +0200 (Tue, 28 Mar 2006) | 2 lines
13057 Changed paths:
13058    M /trunk
13059    M /trunk/src/audio_output/input.c
13060    M /trunk/src/audio_output/intf.c
13061    M /trunk/src/audio_output/mixer.c
13062    M /trunk/src/audio_output/output.c
13063    M /trunk/src/control/mediacontrol_audio_video.c
13064    M /trunk/src/control/mediacontrol_core.c
13065    M /trunk/src/control/mediacontrol_util.c
13066    M /trunk/src/extras/libc.c
13067    M /trunk/src/input/control.c
13068    M /trunk/src/input/decoder.c
13069    M /trunk/src/input/demux.c
13070    M /trunk/src/input/es_out.c
13071    M /trunk/src/input/input.c
13072    M /trunk/src/input/subtitles.c
13073    M /trunk/src/interface/interaction.c
13074    M /trunk/src/interface/interface.c
13075    M /trunk/src/misc/objects.c
13076    M /trunk/src/misc/stats.c
13077    M /trunk/src/misc/vlm.c
13078    M /trunk/src/network/acl.c
13079
13080 String fixes in src (Refs:#438)
13081
13082 ------------------------------------------------------------------------
13083 r14952 | dionoea | 2006-03-28 19:16:52 +0200 (Tue, 28 Mar 2006) | 2 lines
13084 Changed paths:
13085    M /trunk/share/http/js/mosaic.js
13086
13087 Fix mosaic wizard on IE. Thanks to Albert on the forum for the tip
13088
13089 ------------------------------------------------------------------------
13090 r14951 | zorglub | 2006-03-28 17:50:44 +0200 (Tue, 28 Mar 2006) | 2 lines
13091 Changed paths:
13092    M /trunk/src/libvlc.h
13093
13094 Fix intf options
13095
13096 ------------------------------------------------------------------------
13097 r14950 | dionoea | 2006-03-28 17:40:43 +0200 (Tue, 28 Mar 2006) | 2 lines
13098 Changed paths:
13099    M /trunk/Makefile.am
13100
13101 Hum ... we still want to strip when using wince
13102
13103 ------------------------------------------------------------------------
13104 r14949 | zorglub | 2006-03-28 17:15:16 +0200 (Tue, 28 Mar 2006) | 2 lines
13105 Changed paths:
13106    M /trunk/debian/patches/20_no-wx-updates.dpatch
13107
13108 Update update checker debian patch
13109
13110 ------------------------------------------------------------------------
13111 r14948 | dionoea | 2006-03-28 16:02:49 +0200 (Tue, 28 Mar 2006) | 2 lines
13112 Changed paths:
13113    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
13114    M /trunk/modules/gui/wxwidgets/interface.cpp
13115
13116 Fix update dialog layout in Windows
13117
13118 ------------------------------------------------------------------------
13119 r14947 | zorglub | 2006-03-28 15:57:36 +0200 (Tue, 28 Mar 2006) | 2 lines
13120 Changed paths:
13121    M /trunk/include/codecs.h
13122    M /trunk/include/network.h
13123    M /trunk/include/vlc_interface.h
13124
13125 Strings in include/ (Refs:#438)
13126
13127 ------------------------------------------------------------------------
13128 r14946 | dionoea | 2006-03-28 15:30:33 +0200 (Tue, 28 Mar 2006) | 2 lines
13129 Changed paths:
13130    M /trunk/Makefile.am
13131
13132 Don't strip windows builds when running make package-win-common-devel
13133
13134 ------------------------------------------------------------------------
13135 r14945 | zorglub | 2006-03-27 23:44:30 +0200 (Mon, 27 Mar 2006) | 2 lines
13136 Changed paths:
13137    M /trunk/src/libvlc.h
13138
13139 Strings review for libvlc.h (Refs:#438)
13140
13141 ------------------------------------------------------------------------
13142 r14944 | fkuehne | 2006-03-27 21:06:33 +0200 (Mon, 27 Mar 2006) | 1 line
13143 Changed paths:
13144    M /trunk/extras/contrib/src/Makefile
13145    A /trunk/extras/contrib/src/Patches/x264-svn.patch
13146
13147 * fix x264 compilation
13148 ------------------------------------------------------------------------
13149 r14943 | courmisch | 2006-03-27 18:57:57 +0200 (Mon, 27 Mar 2006) | 2 lines
13150 Changed paths:
13151    M /trunk/modules/control/http/util.c
13152
13153 Remove superfluous (as in implied by the previous one) condition
13154
13155 ------------------------------------------------------------------------
13156 r14942 | courmisch | 2006-03-27 18:48:14 +0200 (Mon, 27 Mar 2006) | 2 lines
13157 Changed paths:
13158    M /trunk/include/vlc_url.h
13159
13160 Oops
13161
13162 ------------------------------------------------------------------------
13163 r14941 | courmisch | 2006-03-27 17:35:55 +0200 (Mon, 27 Mar 2006) | 3 lines
13164 Changed paths:
13165    M /trunk/src/input/subtitles.c
13166
13167 - Use utf_8scandir() and some cleanup
13168 - Fix double free()
13169
13170 ------------------------------------------------------------------------
13171 r14940 | courmisch | 2006-03-27 16:47:05 +0200 (Mon, 27 Mar 2006) | 2 lines
13172 Changed paths:
13173    M /trunk/src/misc/strings.c
13174
13175 Fix lame encoded URL decoder (closes #613)
13176
13177 ------------------------------------------------------------------------
13178 r14939 | courmisch | 2006-03-27 16:46:14 +0200 (Mon, 27 Mar 2006) | 2 lines
13179 Changed paths:
13180    M /trunk/modules/control/http/mvar.c
13181
13182 Use utf8_scandir instead of scandir
13183
13184 ------------------------------------------------------------------------
13185 r14938 | courmisch | 2006-03-27 15:28:24 +0200 (Mon, 27 Mar 2006) | 3 lines
13186 Changed paths:
13187    M /trunk/include/vlc_url.h
13188
13189 Support URL-escape non-ASCII characters properly as far as possible
13190 (ie. all characters from the Basic Multilingual Plane from Unicode)
13191
13192 ------------------------------------------------------------------------
13193 r14937 | courmisch | 2006-03-27 13:26:50 +0200 (Mon, 27 Mar 2006) | 2 lines
13194 Changed paths:
13195    M /trunk/include/charset.h
13196    M /trunk/include/vlc_symbols.h
13197    M /trunk/src/misc/unicode.c
13198
13199 utf8_scandir: Unicode wrapper for scandir()
13200
13201 ------------------------------------------------------------------------
13202 r14936 | dionoea | 2006-03-27 03:23:54 +0200 (Mon, 27 Mar 2006) | 2 lines
13203 Changed paths:
13204    M /trunk/mozilla/npvlc_rc.rc
13205    M /trunk/mozilla/vlcplugin.h
13206
13207 Add audio/wav and audio/x-wav to available mime types
13208
13209 ------------------------------------------------------------------------
13210 r14935 | fkuehne | 2006-03-26 22:50:04 +0200 (Sun, 26 Mar 2006) | 1 line
13211 Changed paths:
13212    M /trunk/modules/gui/macosx/controls.m
13213
13214 * accept %H:%M:%S and %M:%S as valid syntax as well (additionally to just %S)
13215 ------------------------------------------------------------------------
13216 r14934 | courmisch | 2006-03-26 22:25:07 +0200 (Sun, 26 Mar 2006) | 4 lines
13217 Changed paths:
13218    M /trunk/modules/control/http/http.c
13219    M /trunk/modules/control/http/util.c
13220
13221 - Use iconv transliteration instead of custom code
13222 - Supposedly fix a memleak
13223 - Fix a few warnings
13224
13225 ------------------------------------------------------------------------
13226 r14933 | hartman | 2006-03-26 00:21:31 +0100 (Sun, 26 Mar 2006) | 2 lines
13227 Changed paths:
13228    M /trunk/src/video_output/vout_subpictures.c
13229
13230 * In case we do scaling on SSA subs, we also need to adjust the canvas size in which we render. (there you go bigben :D ) fixes #562
13231
13232 ------------------------------------------------------------------------
13233 r14932 | xtophe | 2006-03-26 00:10:43 +0100 (Sun, 26 Mar 2006) | 2 lines
13234 Changed paths:
13235    M /trunk/modules/misc/dummy/interface.c
13236    M /trunk/modules/misc/freetype.c
13237    M /trunk/modules/misc/gnutls.c
13238    M /trunk/modules/misc/growl.c
13239    M /trunk/modules/misc/logger.c
13240    M /trunk/modules/misc/msn.c
13241    M /trunk/modules/misc/network/ipv4.c
13242    M /trunk/modules/misc/network/ipv6.c
13243    M /trunk/modules/misc/playlist/m3u.c
13244    M /trunk/modules/misc/playlist/old.c
13245    M /trunk/modules/misc/svg.c
13246    M /trunk/modules/misc/win32text.c
13247    M /trunk/modules/misc/xml/libxml.c
13248
13249 misc/*: 2nd lecture. refs #438
13250
13251 ------------------------------------------------------------------------
13252 r14931 | damienf | 2006-03-25 23:15:33 +0100 (Sat, 25 Mar 2006) | 4 lines
13253 Changed paths:
13254    M /trunk/activex/Makefile.am
13255    M /trunk/activex/axvlc.def
13256    M /trunk/activex/persistpropbag.cpp
13257    M /trunk/activex/plugin.cpp
13258    M /trunk/activex/plugin.h
13259    M /trunk/activex/test.html
13260    M /trunk/activex/vlccontrol.cpp
13261
13262 - added support for non OLE containers, such as Windows Script Host WScript.CreateObject.
13263 - made time property persistable, use 'StartTime' under HTML
13264 - removed functions with stdcall suffix from exported functions in DLL
13265
13266 ------------------------------------------------------------------------
13267 r14930 | zorglub | 2006-03-25 20:24:05 +0100 (Sat, 25 Mar 2006) | 9 lines
13268 Changed paths:
13269    M /trunk/include/configuration.h
13270    M /trunk/include/vlc_config_cat.h
13271    M /trunk/modules/control/hotkeys.c
13272    M /trunk/modules/control/http/http.c
13273    M /trunk/modules/control/rc.c
13274    M /trunk/modules/control/telnet.c
13275    M /trunk/modules/gui/beos/BeOS.cpp
13276    M /trunk/modules/gui/macosx/macosx.m
13277    M /trunk/modules/gui/macosx/prefs.m
13278    M /trunk/modules/gui/ncurses.c
13279    M /trunk/modules/gui/pda/pda.c
13280    M /trunk/modules/gui/qnx/qnx.c
13281    M /trunk/modules/gui/skins2/src/skin_main.cpp
13282    M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
13283    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
13284    M /trunk/modules/misc/dummy/dummy.c
13285    M /trunk/src/libvlc.h
13286
13287 * Remove Advanced/Misc
13288 * Move out Advanced/Misc/Misc options
13289 * Don't show any Stuff/General category anymore
13290 * For interfaces, split out "General" from main interface settings
13291 * Remove dummy from prefs
13292 * Clean hotkeys settings
13293
13294 (Closes:#598)
13295
13296 ------------------------------------------------------------------------
13297 r14929 | fkuehne | 2006-03-25 19:54:58 +0100 (Sat, 25 Mar 2006) | 2 lines
13298 Changed paths:
13299    M /trunk/modules/gui/macosx/playlistinfo.m
13300    M /trunk/modules/gui/macosx/prefs.m
13301
13302 * playlistinfo.m: update the stats faster after a p_item-switch
13303 * both: fixed each one 'comparison of distinct Objective-C types lacks a cast' warnings
13304 ------------------------------------------------------------------------
13305 r14928 | fkuehne | 2006-03-25 19:19:53 +0100 (Sat, 25 Mar 2006) | 1 line
13306 Changed paths:
13307    M /trunk/modules/gui/macosx/playlist.m
13308    M /trunk/modules/gui/macosx/playlistinfo.h
13309    M /trunk/modules/gui/macosx/playlistinfo.m
13310
13311 * update the info panel when switching the currently played p_item
13312 ------------------------------------------------------------------------
13313 r14927 | zorglub | 2006-03-25 19:19:13 +0100 (Sat, 25 Mar 2006) | 5 lines
13314 Changed paths:
13315    M /trunk/src/libvlc.h
13316    M /trunk/src/video_output/video_output.c
13317
13318 *EXPERIMENTAL* Default to disabling vout_synchro, but not dropping of late pictures in the video_output thread. (Refs:#593)
13319
13320 Please test heavily against MPEG1/2 streams.
13321
13322
13323 ------------------------------------------------------------------------
13324 r14926 | asmax | 2006-03-25 17:52:16 +0100 (Sat, 25 Mar 2006) | 2 lines
13325 Changed paths:
13326    M /trunk/doc/skins/skins2-howto.xml
13327    M /trunk/modules/gui/skins2/src/vlcproc.cpp
13328    M /trunk/modules/gui/skins2/src/vlcproc.hpp
13329
13330 * added a new skin variable "vlc.hasVout", true when... there is a vout !
13331
13332 ------------------------------------------------------------------------
13333 r14925 | asmax | 2006-03-25 17:36:51 +0100 (Sat, 25 Mar 2006) | 4 lines
13334 Changed paths:
13335    M /trunk/modules/gui/skins2/src/generic_window.cpp
13336    M /trunk/modules/gui/skins2/src/generic_window.hpp
13337
13338 * generic_window.cpp: register window visibility variables in
13339  the var manager, to avoid a crash at exit when an expression
13340  'not window.isVisible' is used in a skin.
13341
13342 ------------------------------------------------------------------------
13343 r14924 | zorglub | 2006-03-25 17:10:33 +0100 (Sat, 25 Mar 2006) | 2 lines
13344 Changed paths:
13345    M /trunk/modules/access/cdda.c
13346    M /trunk/modules/access/vcd/vcd.c
13347
13348 Should fix playback of cdda://D:\ under win32. Please test (Refs:#490)
13349
13350 ------------------------------------------------------------------------
13351 r14923 | zorglub | 2006-03-25 16:39:09 +0100 (Sat, 25 Mar 2006) | 2 lines
13352 Changed paths:
13353    M /trunk/modules/demux/mpeg/mpga.c
13354
13355 Retry syncing mpeg audio stream if it failed on first block (Closes:#609)
13356
13357 ------------------------------------------------------------------------
13358 r14922 | xtophe | 2006-03-25 16:14:38 +0100 (Sat, 25 Mar 2006) | 2 lines
13359 Changed paths:
13360    M /trunk/src/misc/configuration.c
13361
13362 misc/configuration.c: Use the proper directory separator
13363
13364 ------------------------------------------------------------------------
13365 r14921 | courmisch | 2006-03-25 15:43:43 +0100 (Sat, 25 Mar 2006) | 3 lines
13366 Changed paths:
13367    M /trunk/configure.ac
13368    M /trunk/loader/Makefile.am
13369
13370 Switch loader to libtool
13371 (it only works on platforms where libtool works anyway)
13372
13373 ------------------------------------------------------------------------
13374 r14920 | courmisch | 2006-03-25 15:43:10 +0100 (Sat, 25 Mar 2006) | 2 lines
13375 Changed paths:
13376    M /trunk/loader/driver.c
13377
13378 Fix previous commit
13379
13380 ------------------------------------------------------------------------
13381 r14919 | courmisch | 2006-03-25 15:37:36 +0100 (Sat, 25 Mar 2006) | 2 lines
13382 Changed paths:
13383    M /trunk/loader/driver.c
13384    M /trunk/loader/win32.c
13385
13386 Fix duplicate symbol
13387
13388 ------------------------------------------------------------------------
13389 r14918 | fkuehne | 2006-03-25 13:54:27 +0100 (Sat, 25 Mar 2006) | 1 line
13390 Changed paths:
13391    M /trunk/modules/mux/asf.c
13392    M /trunk/modules/mux/mp4.c
13393    M /trunk/modules/mux/mpjpeg.c
13394    M /trunk/modules/mux/ogg.c
13395    M /trunk/modules/mux/wav.c
13396    M /trunk/modules/packetizer/copy.c
13397    M /trunk/modules/packetizer/h264.c
13398    M /trunk/modules/packetizer/mpeg4audio.c
13399    M /trunk/modules/packetizer/mpeg4video.c
13400    M /trunk/modules/packetizer/mpegvideo.c
13401
13402 * another 1st string review, refs #438
13403 ------------------------------------------------------------------------
13404 r14917 | courmisch | 2006-03-25 13:37:31 +0100 (Sat, 25 Mar 2006) | 6 lines
13405 Changed paths:
13406    M /trunk/src/network/getaddrinfo.c
13407
13408 Bug to really-stupid-and-worrisomely-not-fixed-for-more-than-ten-years
13409 bug for Winsock DNS resolver, inasmuch as is possible - closes #445.
13410
13411 Should it fail to fix the bug, I'm afraid there would be no solution,
13412 but not to use Windows without its IPv6 stack.
13413
13414 ------------------------------------------------------------------------
13415 r14916 | fkuehne | 2006-03-25 13:28:31 +0100 (Sat, 25 Mar 2006) | 1 line
13416 Changed paths:
13417    M /trunk/include/vlc_config_cat.h
13418
13419 * 1st string review, refs #438
13420 ------------------------------------------------------------------------
13421 r14915 | zorglub | 2006-03-25 13:15:49 +0100 (Sat, 25 Mar 2006) | 2 lines
13422 Changed paths:
13423    M /trunk/mozilla/vlcpeer.cpp
13424
13425 Remove debug (Refs:#438)
13426
13427 ------------------------------------------------------------------------
13428 r14914 | jpsaman | 2006-03-25 13:15:42 +0100 (Sat, 25 Mar 2006) | 1 line
13429 Changed paths:
13430    M /trunk/modules/demux/ts.c
13431
13432 Drop support for VLS specific LPCB because it conflicts with standards. Closes #610
13433 ------------------------------------------------------------------------
13434 r14913 | asmax | 2006-03-25 12:01:03 +0100 (Sat, 25 Mar 2006) | 4 lines
13435 Changed paths:
13436    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
13437    M /trunk/share/skins2/skin.dtd
13438
13439 * attribute "nbFrames" of element Bitmap is now "nbframes", as said in the
13440  documentation (and the old name was inconsistent with other attribute names)
13441  Sorry for the compatibility break...
13442
13443 ------------------------------------------------------------------------
13444 r14912 | zorglub | 2006-03-25 11:57:34 +0100 (Sat, 25 Mar 2006) | 2 lines
13445 Changed paths:
13446    M /trunk/modules/stream_out/es.c
13447    M /trunk/modules/stream_out/gather.c
13448    M /trunk/modules/stream_out/mosaic_bridge.c
13449    M /trunk/modules/stream_out/rtp.c
13450    M /trunk/modules/stream_out/standard.c
13451    M /trunk/modules/stream_out/transcode.c
13452
13453 Strings review in stream_out (Refs:#438). Please review these once more as I changed some quite heavily
13454
13455 ------------------------------------------------------------------------
13456 r14911 | zorglub | 2006-03-25 11:34:38 +0100 (Sat, 25 Mar 2006) | 2 lines
13457 Changed paths:
13458    M /trunk/modules/misc/dummy/dummy.c
13459    M /trunk/modules/misc/win32text.c
13460
13461 Finish strings review in misc/ (Refs:#438)
13462
13463 ------------------------------------------------------------------------
13464 r14910 | zorglub | 2006-03-25 11:00:14 +0100 (Sat, 25 Mar 2006) | 2 lines
13465 Changed paths:
13466    M /trunk/modules/services_discovery/hal.c
13467    M /trunk/modules/services_discovery/podcast.c
13468    M /trunk/modules/services_discovery/sap.c
13469
13470 Strings review in services_discovery + remove unimplemented sap-cache option (Refs:#438)
13471
13472 ------------------------------------------------------------------------
13473 r14909 | xtophe | 2006-03-24 19:26:46 +0100 (Fri, 24 Mar 2006) | 2 lines
13474 Changed paths:
13475    M /trunk/modules/services_discovery/sap.c
13476
13477 sap.c: Ressucitate --sap-addr for the lucky one with M-Bone and too much sap announces.
13478
13479 ------------------------------------------------------------------------
13480 r14908 | xtophe | 2006-03-24 18:52:47 +0100 (Fri, 24 Mar 2006) | 2 lines
13481 Changed paths:
13482    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
13483
13484 wxwidgets.c: missing from [14902] commit
13485
13486 ------------------------------------------------------------------------
13487 r14907 | dionoea | 2006-03-24 15:17:28 +0100 (Fri, 24 Mar 2006) | 2 lines
13488 Changed paths:
13489    M /trunk/share/http/index.html
13490    M /trunk/share/http/mosaic.html
13491    M /trunk/share/http/requests/browse.xml
13492    M /trunk/share/http/requests/playlist.xml
13493    M /trunk/share/http/requests/status.xml
13494    M /trunk/share/http/requests/vlm.xml
13495    M /trunk/share/http/requests/vlm_cmd.xml
13496    M /trunk/share/http/vlm.html
13497
13498 Use the "charset" variable
13499
13500 ------------------------------------------------------------------------
13501 r14906 | dionoea | 2006-03-24 15:16:12 +0100 (Fri, 24 Mar 2006) | 2 lines
13502 Changed paths:
13503    M /trunk/modules/control/http/http.c
13504    M /trunk/modules/control/http/http.h
13505    M /trunk/modules/control/http/util.c
13506
13507 try fixing charset problems. I'll launch a win32 nightly, try it out and change it if it still doesn't work.
13508
13509 ------------------------------------------------------------------------
13510 r14905 | dionoea | 2006-03-24 14:41:15 +0100 (Fri, 24 Mar 2006) | 2 lines
13511 Changed paths:
13512    M /trunk/share/http/js/functions.js
13513
13514 Fix windows browser bug: first directory or filename character was removed.
13515
13516 ------------------------------------------------------------------------
13517 r14904 | dionoea | 2006-03-24 14:11:17 +0100 (Fri, 24 Mar 2006) | 2 lines
13518 Changed paths:
13519    M /trunk/share/http/dialogs/vlm
13520    M /trunk/share/http/js/vlm.js
13521
13522 Add hide/show vlm helper button. Original idea by Albert (http://forum.videolan.org/viewtopic.php?t=18573)
13523
13524 ------------------------------------------------------------------------
13525 r14903 | zorglub | 2006-03-24 12:05:28 +0100 (Fri, 24 Mar 2006) | 2 lines
13526 Changed paths:
13527    M /trunk/modules/visualization/galaktos/plugin.c
13528    M /trunk/modules/visualization/goom.c
13529    M /trunk/modules/visualization/visual/effects.c
13530    M /trunk/modules/visualization/visual/visual.c
13531    M /trunk/modules/visualization/visual/visual.h
13532    M /trunk/modules/visualization/xosd.c
13533
13534 Strings review in visualization/ (Refs:#438)
13535
13536 ------------------------------------------------------------------------
13537 r14902 | xtophe | 2006-03-23 23:54:31 +0100 (Thu, 23 Mar 2006) | 5 lines
13538 Changed paths:
13539    M /trunk/modules/gui/wxwidgets/interface.cpp
13540
13541 wx/interfaces.cpp: Add an option to display tool bar buton name. 
13542                    Warning hack inside.
13543                    refs #495 close it for linux and win32
13544                    
13545
13546 ------------------------------------------------------------------------
13547 r14901 | dionoea | 2006-03-23 23:46:18 +0100 (Thu, 23 Mar 2006) | 2 lines
13548 Changed paths:
13549    M /trunk/modules/control/http/http.c
13550
13551 use p_playlist->p_input
13552
13553 ------------------------------------------------------------------------
13554 r14900 | bigben | 2006-03-23 23:19:38 +0100 (Thu, 23 Mar 2006) | 3 lines
13555 Changed paths:
13556    M /trunk/modules/gui/macosx/intf.m
13557
13558 * Do not make a vlc_object_find to find the playlist, since we may get the item being preparsed. Use p_playlist->p_input instead
13559
13560
13561 ------------------------------------------------------------------------
13562 r14899 | hartman | 2006-03-23 22:43:34 +0100 (Thu, 23 Mar 2006) | 2 lines
13563 Changed paths:
13564    M /trunk/extras/contrib/src/packages.mak
13565
13566 * stupid mars.org being offline all the time. Pull files from our own download servers.
13567
13568 ------------------------------------------------------------------------
13569 r14898 | xtophe | 2006-03-23 22:41:12 +0100 (Thu, 23 Mar 2006) | 2 lines
13570 Changed paths:
13571    M /trunk/modules/services_discovery/daap.c
13572    M /trunk/modules/services_discovery/hal.c
13573    M /trunk/modules/services_discovery/sap.c
13574    M /trunk/modules/services_discovery/shout.c
13575
13576 services_discovery/*: String review (refs #438) and suppress the sap-addr option
13577
13578 ------------------------------------------------------------------------
13579 r14897 | hartman | 2006-03-23 21:25:07 +0100 (Thu, 23 Mar 2006) | 3 lines
13580 Changed paths:
13581    M /trunk/modules/stream_out/rtp.c
13582
13583 * Fix AMR RTP muxing. patch by Alex Antropoff <alant at transtelecom dot md>.
13584
13585
13586 ------------------------------------------------------------------------
13587 r14896 | bigben | 2006-03-23 20:57:20 +0100 (Thu, 23 Mar 2006) | 3 lines
13588 Changed paths:
13589    M /trunk/modules/gui/macosx/playlistinfo.m
13590
13591 * Use the correct limit when looping
13592
13593
13594 ------------------------------------------------------------------------
13595 r14895 | xtophe | 2006-03-22 23:39:51 +0100 (Wed, 22 Mar 2006) | 2 lines
13596 Changed paths:
13597    M /trunk/modules/visualization/galaktos/plugin.c
13598    M /trunk/modules/visualization/goom.c
13599    M /trunk/modules/visualization/visual/effects.c
13600    M /trunk/modules/visualization/visual/visual.c
13601    M /trunk/modules/visualization/xosd.c
13602
13603 String Review. refs #438
13604
13605 ------------------------------------------------------------------------
13606 r14886 | jpsaman | 2006-03-22 22:01:09 +0100 (Wed, 22 Mar 2006) | 1 line
13607 Changed paths:
13608    M /trunk/modules/misc/rtsp.c
13609    M /trunk/modules/stream_out/rtp.c
13610    M /trunk/src/network/httpd.c
13611
13612 Add support for X-Playnow RTSP option
13613 ------------------------------------------------------------------------
13614 r14882 | fkuehne | 2006-03-22 19:09:55 +0100 (Wed, 22 Mar 2006) | 1 line
13615 Changed paths:
13616    M /trunk/Makefile.am
13617
13618 * copy the http-intf-readme to the OSX-bundle as well
13619 ------------------------------------------------------------------------
13620 r14881 | sam | 2006-03-22 18:51:17 +0100 (Wed, 22 Mar 2006) | 2 lines
13621 Changed paths:
13622    M /trunk/modules/video_output/caca.c
13623
13624   * modules/video_output/caca.c: Compilation fixes.
13625
13626 ------------------------------------------------------------------------
13627 r14880 | dionoea | 2006-03-22 17:38:46 +0100 (Wed, 22 Mar 2006) | 2 lines
13628 Changed paths:
13629    M /trunk/Makefile.am
13630
13631 Add share/http/requests/readme to win target
13632
13633 ------------------------------------------------------------------------
13634 r14879 | dionoea | 2006-03-22 17:37:24 +0100 (Wed, 22 Mar 2006) | 2 lines
13635 Changed paths:
13636    M /trunk/share/Makefile.am
13637
13638 add requests/readme
13639
13640 ------------------------------------------------------------------------
13641 r14878 | dionoea | 2006-03-22 17:36:48 +0100 (Wed, 22 Mar 2006) | 2 lines
13642 Changed paths:
13643    A /trunk/share/http/requests/readme
13644
13645 List and explain available commands / requests
13646
13647 ------------------------------------------------------------------------
13648 r14877 | courmisch | 2006-03-22 17:05:11 +0100 (Wed, 22 Mar 2006) | 10 lines
13649 Changed paths:
13650    M /trunk/include/charset.h
13651    M /trunk/include/vlc_symbols.h
13652    M /trunk/modules/codec/subsdec.c
13653
13654 include:
13655  * export GetFallbackEncoding()
13656 subsdec:
13657  * autodetect UTF-8 encoding,
13658  * use better non-Unicode default encoding from language instead of
13659  CP1252 when local encoding is UTF-8, and local encoding in all other cases
13660  (should improve subtitles decoding on POSIX a lot)
13661  * some memory fixes
13662  * some cosmetic fixes
13663
13664 ------------------------------------------------------------------------
13665 r14876 | xtophe | 2006-03-22 15:14:10 +0100 (Wed, 22 Mar 2006) | 2 lines
13666 Changed paths:
13667    M /trunk/modules/misc/logger.c
13668
13669 logger.c: Compile fix
13670
13671 ------------------------------------------------------------------------
13672 r14875 | zorglub | 2006-03-22 14:38:50 +0100 (Wed, 22 Mar 2006) | 2 lines
13673 Changed paths:
13674    M /trunk/modules/misc/freetype.c
13675
13676 Compile fix
13677
13678 ------------------------------------------------------------------------
13679 r14874 | courmisch | 2006-03-22 13:26:11 +0100 (Wed, 22 Mar 2006) | 6 lines
13680 Changed paths:
13681    M /trunk/include/charset.h
13682    M /trunk/include/vlc_symbols.h
13683    M /trunk/src/misc/unicode.c
13684
13685 IsUTF8: check if a string is a valid UTF8 sequence without modifying it
13686 EnsureUTF8 would replace invalid bytes sequences with question marks.
13687
13688 Most of the code was already there anyway. This allows UTF-8 autodetection
13689 without a dedicated UTF8-to-UTF8 iconv() handle.
13690
13691 ------------------------------------------------------------------------
13692 r14873 | zorglub | 2006-03-22 13:14:30 +0100 (Wed, 22 Mar 2006) | 2 lines
13693 Changed paths:
13694    M /trunk/modules/misc/freetype.c
13695    M /trunk/modules/misc/gnutls.c
13696    M /trunk/modules/misc/growl.c
13697    M /trunk/modules/misc/logger.c
13698    M /trunk/modules/misc/msn.c
13699    M /trunk/modules/misc/rtsp.c
13700    M /trunk/modules/misc/svg.c
13701    M /trunk/modules/misc/xml/libxml.c
13702    M /trunk/modules/misc/xml/xtag.c
13703
13704 Strings review in misc/ except dummy and win32text (Refs:#438)
13705
13706 ------------------------------------------------------------------------
13707 r14872 | courmisch | 2006-03-22 12:24:45 +0100 (Wed, 22 Mar 2006) | 2 lines
13708 Changed paths:
13709    M /trunk/src/misc/unicode.c
13710
13711 Clean up
13712
13713 ------------------------------------------------------------------------
13714 r14871 | courmisch | 2006-03-22 12:14:24 +0100 (Wed, 22 Mar 2006) | 2 lines
13715 Changed paths:
13716    M /trunk/include/vlc_common.h
13717    M /trunk/include/vlc_symbols.h
13718    M /trunk/src/extras/libc.c
13719
13720 Clean up vlc_iconv prototype
13721
13722 ------------------------------------------------------------------------
13723 r14870 | zorglub | 2006-03-22 08:12:10 +0100 (Wed, 22 Mar 2006) | 2 lines
13724 Changed paths:
13725    M /trunk/modules/control/telnet.c
13726
13727 Strings review of telnet.c (Refs:#438)
13728
13729 ------------------------------------------------------------------------
13730 r14869 | dionoea | 2006-03-22 01:19:29 +0100 (Wed, 22 Mar 2006) | 2 lines
13731 Changed paths:
13732    M /trunk/share/http/dialogs/playlist
13733    M /trunk/share/http/iehacks.css
13734    M /trunk/share/http/style.css
13735
13736 Slightly better IE and Firefox compatible version of the sort and services discovery menus.
13737
13738 ------------------------------------------------------------------------
13739 r14868 | dionoea | 2006-03-22 00:41:05 +0100 (Wed, 22 Mar 2006) | 2 lines
13740 Changed paths:
13741    M /trunk/modules/misc/msn.c
13742
13743 Also update now playing info when playing a new item.
13744
13745 ------------------------------------------------------------------------
13746 r14867 | dionoea | 2006-03-22 00:26:17 +0100 (Wed, 22 Mar 2006) | 2 lines
13747 Changed paths:
13748    M /trunk/share/http/js/functions.js
13749    M /trunk/share/http/js/mosaic.js
13750    M /trunk/share/http/js/vlm.js
13751
13752 Some more IE (crap) fixes
13753
13754 ------------------------------------------------------------------------
13755 r14861 | bigben | 2006-03-21 23:08:41 +0100 (Tue, 21 Mar 2006) | 4 lines
13756 Changed paths:
13757    M /trunk/modules/gui/macosx/playlistinfo.m
13758
13759 * There is no reason not to allow to open the information panel on nodes
13760 * We now have an (ugly) way to rename nodes
13761
13762
13763 ------------------------------------------------------------------------
13764 r14860 | bigben | 2006-03-21 21:56:51 +0100 (Tue, 21 Mar 2006) | 4 lines
13765 Changed paths:
13766    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
13767    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
13768    M /trunk/modules/gui/macosx/controls.m
13769
13770 * Only enable "Jump To Time" when the stream is seekable
13771 * Fix enabling of the step forward/backward functions
13772
13773
13774 ------------------------------------------------------------------------
13775 r14859 | dionoea | 2006-03-21 21:56:35 +0100 (Tue, 21 Mar 2006) | 2 lines
13776 Changed paths:
13777    M /trunk/Makefile.am
13778
13779 Add 7zip win32 build targets
13780
13781 ------------------------------------------------------------------------
13782 r14858 | courmisch | 2006-03-21 19:20:48 +0100 (Tue, 21 Mar 2006) | 2 lines
13783 Changed paths:
13784    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
13785
13786 I knew I was foolish to expect wxWidgets to work properly.
13787
13788 ------------------------------------------------------------------------
13789 r14857 | courmisch | 2006-03-21 18:28:09 +0100 (Tue, 21 Mar 2006) | 9 lines
13790 Changed paths:
13791    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
13792
13793 Attempt to use wc_str() even if wxWidgets is not built with Unicode.
13794 According to the wxWidgets documentation, it works. But of course, you
13795 don't want to trust the wxWidgets documentation, particularly when it
13796 deals with characters encoding. Or rather, you'd like to trust the
13797 documentation, but you can't trust the actual implementation to work
13798 until you tested it.
13799
13800 So lets see if it works, and revert commit it tomorrow if it sucks.
13801
13802 ------------------------------------------------------------------------
13803 r14856 | courmisch | 2006-03-21 18:21:24 +0100 (Tue, 21 Mar 2006) | 2 lines
13804 Changed paths:
13805    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
13806
13807 Attempt to fix Unicode wxWidgets interface on Win32
13808
13809 ------------------------------------------------------------------------
13810 r14855 | courmisch | 2006-03-21 17:42:34 +0100 (Tue, 21 Mar 2006) | 4 lines
13811 Changed paths:
13812    M /trunk/include/charset.h
13813    M /trunk/include/vlc_symbols.h
13814    M /trunk/src/misc/unicode.c
13815
13816 - FromWide(): converts a wchar_t * to UTF-8 char *
13817   (if local charset is UTF-8, this is similar to wcstombs())
13818 - FromUTF16(): converts a host-order UTF-16 byte sequence to UTF-8
13819
13820 ------------------------------------------------------------------------
13821 r14854 | courmisch | 2006-03-21 17:08:35 +0100 (Tue, 21 Mar 2006) | 3 lines
13822 Changed paths:
13823    M /trunk/bootstrap
13824
13825 libtool: Compile builtins as convenience libraries rather than static ones
13826 Might fix PIC linking issues on amd64
13827
13828 ------------------------------------------------------------------------
13829 r14853 | courmisch | 2006-03-21 16:39:43 +0100 (Tue, 21 Mar 2006) | 2 lines
13830 Changed paths:
13831    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
13832
13833 A bit explanation of the wxWidgets string conversion mess won't harm
13834
13835 ------------------------------------------------------------------------
13836 r14852 | courmisch | 2006-03-21 16:34:34 +0100 (Tue, 21 Mar 2006) | 3 lines
13837 Changed paths:
13838    M /trunk/modules/gui/wxwidgets/menus.cpp
13839
13840 Fix G++ 4.1 compilation problem
13841 reported by Diego 'Flameeyes' Petten?\195?\178
13842
13843 ------------------------------------------------------------------------
13844 r14851 | dionoea | 2006-03-21 01:45:31 +0100 (Tue, 21 Mar 2006) | 2 lines
13845 Changed paths:
13846    M /trunk/share/http/requests/status.xml
13847
13848 looks like someone renamed vlc_obj_exists to vlc_object_exists.
13849
13850 ------------------------------------------------------------------------
13851 r14847 | zorglub | 2006-03-21 00:13:39 +0100 (Tue, 21 Mar 2006) | 2 lines
13852 Changed paths:
13853    M /trunk/test/NativeLibvlcTest.py
13854    M /trunk/test/NativeStatsTest.py
13855    M /trunk/test/PyMediaControlBaseTest.py
13856    M /trunk/test/PyMediaControlPlaylistTest.py
13857    M /trunk/test/PyMediaControlVariablesTest.py
13858    M /trunk/test/setup.py
13859
13860 Fix test
13861
13862 ------------------------------------------------------------------------
13863 r14846 | ipkiss | 2006-03-20 23:34:43 +0100 (Mon, 20 Mar 2006) | 2 lines
13864 Changed paths:
13865    M /trunk/doc/skins/skins2-howto.xml
13866
13867  * doc/skins/skins2-howto.xml: Fixed typos.
13868
13869 ------------------------------------------------------------------------
13870 r14845 | fkuehne | 2006-03-20 21:42:23 +0100 (Mon, 20 Mar 2006) | 1 line
13871 Changed paths:
13872    M /trunk/README.MacOSX.rtf
13873
13874 * the transitional phase of our osx-aout-modules is over :)
13875 ------------------------------------------------------------------------
13876 r14843 | dionoea | 2006-03-20 21:22:59 +0100 (Mon, 20 Mar 2006) | 6 lines
13877 Changed paths:
13878    M /trunk/src/misc/vlm.c
13879
13880 fix #478.
13881
13882 You need to escape (with \):
13883 * quotes that are part of a file's name or option's value
13884 * backslashes
13885
13886 ------------------------------------------------------------------------
13887 r14842 | damienf | 2006-03-20 15:40:42 +0100 (Mon, 20 Mar 2006) | 2 lines
13888 Changed paths:
13889    M /trunk/activex/plugin.cpp
13890
13891 plugin.cpp: as usual,I forgot to disable my own debug
13892
13893 ------------------------------------------------------------------------
13894 r14841 | damienf | 2006-03-20 15:37:41 +0100 (Mon, 20 Mar 2006) | 7 lines
13895 Changed paths:
13896    M /trunk/activex/persistpropbag.cpp
13897    M /trunk/activex/plugin.cpp
13898    M /trunk/activex/plugin.h
13899    M /trunk/activex/test.html
13900    M /trunk/activex/vlccontrol.cpp
13901
13902 plugin.cpp, plugin.h: delayed initialization of VLC until activation in place in user mode only
13903     this allows the persistable properties to be fully loaded before initialization and allow
13904     for control to initialize faster in design mode. AUTOLOOP property now works properly
13905 persistpropbag.cpp, vlccontrol.h: decoupled volume property from VLC so that value can be used
13906     without having VLC initialized
13907 test.html: added volume control
13908
13909 ------------------------------------------------------------------------
13910 r14840 | fkuehne | 2006-03-20 15:13:04 +0100 (Mon, 20 Mar 2006) | 1 line
13911 Changed paths:
13912    M /trunk/Makefile.am
13913
13914 * fixed the copying of the re-worked http-interface to our release bundle. (not really clean, but I don't know how to do this in a better way...)
13915 ------------------------------------------------------------------------
13916 r14839 | massiot | 2006-03-20 12:18:52 +0100 (Mon, 20 Mar 2006) | 2 lines
13917 Changed paths:
13918    M /trunk/modules/mux/mpeg/ts.c
13919
13920  * modules/mux/mpeg/ts.c: New --sout-ts-alignment option.
13921
13922 ------------------------------------------------------------------------
13923 r14838 | massiot | 2006-03-20 12:12:04 +0100 (Mon, 20 Mar 2006) | 2 lines
13924 Changed paths:
13925    M /trunk/modules/control/http/http.c
13926    M /trunk/modules/control/http/http.h
13927
13928  * modules/control/http: Content-Type should be case-insensitive.
13929
13930 ------------------------------------------------------------------------
13931 r14837 | dionoea | 2006-03-20 02:51:45 +0100 (Mon, 20 Mar 2006) | 2 lines
13932 Changed paths:
13933    M /trunk/share/http/dialogs/mosaic
13934    M /trunk/share/http/js/functions.js
13935
13936 mosaic wizard: change layout & make VLM command batch display optional.
13937
13938 ------------------------------------------------------------------------
13939 r14836 | dionoea | 2006-03-20 02:35:15 +0100 (Mon, 20 Mar 2006) | 2 lines
13940 Changed paths:
13941    M /trunk/share/http/js/vlm.js
13942
13943 * also do vlm options fix on sout.
13944
13945 ------------------------------------------------------------------------
13946 r14835 | dionoea | 2006-03-20 02:32:11 +0100 (Mon, 20 Mar 2006) | 4 lines
13947 Changed paths:
13948    M /trunk/share/http/dialogs/input
13949    M /trunk/share/http/dialogs/mosaic
13950    M /trunk/share/http/dialogs/sout
13951    M /trunk/share/http/js/functions.js
13952    M /trunk/share/http/js/mosaic.js
13953    M /trunk/share/http/js/vlm.js
13954    M /trunk/share/http/style.css
13955
13956 * add "fake:" input
13957 * vlm fix. change "input :foo=bar :foo2=bar2" into vlm compatible option handling
13958 * mosaic fix. always enable transcode when using an sout chain
13959
13960 ------------------------------------------------------------------------
13961 r14834 | hartman | 2006-03-19 23:03:20 +0100 (Sun, 19 Mar 2006) | 2 lines
13962 Changed paths:
13963    M /trunk/modules/demux/livedotcom.cpp
13964
13965 * Fix AMR from liveMedia decoding. Patch by Alex Antropoff <alant at transtelecom dot md>
13966
13967 ------------------------------------------------------------------------
13968 r14830 | xtophe | 2006-03-19 19:16:56 +0100 (Sun, 19 Mar 2006) | 2 lines
13969 Changed paths:
13970    M /trunk/modules/video_output/caca.c
13971
13972 caca.c: Typo
13973
13974 ------------------------------------------------------------------------
13975 r14829 | hartman | 2006-03-19 19:05:54 +0100 (Sun, 19 Mar 2006) | 2 lines
13976 Changed paths:
13977    M /trunk/modules/demux/livedotcom.cpp
13978
13979 * sorry about the missing #if
13980
13981 ------------------------------------------------------------------------
13982 r14828 | sam | 2006-03-19 18:17:57 +0100 (Sun, 19 Mar 2006) | 2 lines
13983 Changed paths:
13984    M /trunk/modules/video_output/caca.c
13985
13986   * Support for newer libcaca/libcucul versions.
13987
13988 ------------------------------------------------------------------------
13989 r14827 | bigben | 2006-03-19 14:13:09 +0100 (Sun, 19 Mar 2006) | 3 lines
13990 Changed paths:
13991    M /trunk/modules/gui/macosx/output.m
13992
13993 Forgot that one
13994
13995
13996 ------------------------------------------------------------------------
13997 r14826 | bigben | 2006-03-19 14:03:20 +0100 (Sun, 19 Mar 2006) | 3 lines
13998 Changed paths:
13999    M /trunk/modules/gui/macosx/wizard.m
14000
14001 * fix compilation
14002
14003
14004 ------------------------------------------------------------------------
14005 r14825 | bigben | 2006-03-19 13:57:26 +0100 (Sun, 19 Mar 2006) | 3 lines
14006 Changed paths:
14007    M /trunk/modules/gui/macosx/bookmarks.m
14008    M /trunk/modules/gui/macosx/controls.m
14009    M /trunk/modules/gui/macosx/equalizer.m
14010    M /trunk/modules/gui/macosx/extended.m
14011    M /trunk/modules/gui/macosx/interaction.m
14012    M /trunk/modules/gui/macosx/intf.m
14013    M /trunk/modules/gui/macosx/macosx.m
14014    M /trunk/modules/gui/macosx/open.m
14015    M /trunk/modules/gui/macosx/playlist.m
14016    M /trunk/modules/gui/macosx/playlistinfo.m
14017    M /trunk/modules/gui/macosx/prefs.m
14018    M /trunk/modules/gui/macosx/update.m
14019    M /trunk/modules/gui/macosx/voutgl.m
14020    M /trunk/modules/gui/macosx/voutqt.m
14021    M /trunk/modules/gui/macosx/wizard.m
14022
14023 * First string review of the OSX interface
14024
14025
14026 ------------------------------------------------------------------------
14027 r14824 | hartman | 2006-03-19 12:24:16 +0100 (Sun, 19 Mar 2006) | 2 lines
14028 Changed paths:
14029    M /trunk/modules/demux/livedotcom.cpp
14030
14031 * fix the liveMedia VERSION_INT (hopefully)
14032
14033 ------------------------------------------------------------------------
14034 r14823 | dionoea | 2006-03-19 02:49:11 +0100 (Sun, 19 Mar 2006) | 2 lines
14035 Changed paths:
14036    M /trunk/share/Makefile.am
14037
14038 Add iehacks.css to Makefile.am
14039
14040 ------------------------------------------------------------------------
14041 r14822 | dionoea | 2006-03-19 02:46:43 +0100 (Sun, 19 Mar 2006) | 6 lines
14042 Changed paths:
14043    M /trunk/share/http/dialogs/input
14044    M /trunk/share/http/dialogs/mosaic
14045    M /trunk/share/http/dialogs/playlist
14046    M /trunk/share/http/dialogs/sout
14047    A /trunk/share/http/iehacks.css
14048    M /trunk/share/http/images/info.png
14049    M /trunk/share/http/index.html
14050    M /trunk/share/http/js/functions.js
14051    M /trunk/share/http/style.css
14052
14053 A bunch of hacks to fix bugs on IE.
14054
14055 I really don't like the Sort menu and Services discovery menu code. If
14056 someone has a better idea feal free to change it.
14057
14058
14059 ------------------------------------------------------------------------
14060 r14821 | hartman | 2006-03-19 02:28:18 +0100 (Sun, 19 Mar 2006) | 2 lines
14061 Changed paths:
14062    M /trunk/modules/demux/livedotcom.cpp
14063
14064 * fix ifdef
14065
14066 ------------------------------------------------------------------------
14067 r14820 | xtophe | 2006-03-19 02:27:21 +0100 (Sun, 19 Mar 2006) | 2 lines
14068 Changed paths:
14069    M /trunk/modules/stream_out/bridge.c
14070    M /trunk/modules/stream_out/rtp.c
14071    M /trunk/modules/stream_out/standard.c
14072    M /trunk/modules/stream_out/switcher.c
14073    M /trunk/modules/stream_out/transcode.c
14074
14075 stream_out/*: String review (refs #438)
14076
14077 ------------------------------------------------------------------------
14078 r14819 | hartman | 2006-03-19 02:00:13 +0100 (Sun, 19 Mar 2006) | 8 lines
14079 Changed paths:
14080    M /trunk/modules/demux/livedotcom.cpp
14081
14082 * Send Keep-A-Live RTSP bogus calls for servers that do not support RTCP reports.
14083   Seems to work for WM RTSP. No support yet for Kasenna,
14084   since I don't have proper access to one at this moment.
14085
14086   refs #595
14087   refs #329
14088
14089
14090 ------------------------------------------------------------------------
14091 r14818 | dionoea | 2006-03-19 01:02:26 +0100 (Sun, 19 Mar 2006) | 2 lines
14092 Changed paths:
14093    M /trunk/share/http/dialogs/sout
14094
14095 Fix typo
14096
14097 ------------------------------------------------------------------------
14098 r14817 | jpsaman | 2006-03-19 00:11:31 +0100 (Sun, 19 Mar 2006) | 1 line
14099 Changed paths:
14100    M /trunk/src/Makefile.am
14101
14102 Undo r 14546 breakage
14103 ------------------------------------------------------------------------
14104 r14816 | zorglub | 2006-03-18 23:27:07 +0100 (Sat, 18 Mar 2006) | 2 lines
14105 Changed paths:
14106    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
14107
14108 Don't expand WX Tree root - Patch by Alexander Gall. Thanks
14109
14110 ------------------------------------------------------------------------
14111 r14815 | zorglub | 2006-03-18 23:18:16 +0100 (Sat, 18 Mar 2006) | 2 lines
14112 Changed paths:
14113    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
14114
14115 Apparently fix WX playlist crash (Closes:#205)
14116
14117 ------------------------------------------------------------------------
14118 r14814 | xtophe | 2006-03-18 19:14:49 +0100 (Sat, 18 Mar 2006) | 2 lines
14119 Changed paths:
14120    M /trunk/share/Makefile.am
14121
14122 share/makefile.am: Typo. Thanks to Albert on the forum for the report
14123
14124 ------------------------------------------------------------------------
14125 r14813 | zorglub | 2006-03-18 19:12:47 +0100 (Sat, 18 Mar 2006) | 2 lines
14126 Changed paths:
14127    M /trunk/src/input/es_out.c
14128
14129 Don't use %f in es_out (Closes:#587)
14130
14131 ------------------------------------------------------------------------
14132 r14812 | dionoea | 2006-03-18 18:56:10 +0100 (Sat, 18 Mar 2006) | 2 lines
14133 Changed paths:
14134    M /trunk/share/http/dialogs/mosaic
14135
14136 Add some comments and 'fix' display if the mosaic's width is larger than 600px.
14137
14138 ------------------------------------------------------------------------
14139 r14811 | zorglub | 2006-03-18 18:52:31 +0100 (Sat, 18 Mar 2006) | 2 lines
14140 Changed paths:
14141    M /trunk/include/vlc_httpd.h
14142    M /trunk/include/vlc_objects.h
14143    M /trunk/src/misc/messages.c
14144    M /trunk/src/misc/objects.c
14145    M /trunk/src/network/httpd.c
14146
14147 Display IP of client in debug
14148
14149 ------------------------------------------------------------------------
14150 r14810 | dionoea | 2006-03-18 18:45:40 +0100 (Sat, 18 Mar 2006) | 2 lines
14151 Changed paths:
14152    M /trunk/share/http/js/mosaic.js
14153
14154 Spelling fix, again.
14155
14156 ------------------------------------------------------------------------
14157 r14809 | dionoea | 2006-03-18 18:43:36 +0100 (Sat, 18 Mar 2006) | 2 lines
14158 Changed paths:
14159    M /trunk/share/http/dialogs/mosaic
14160
14161 Spelling fix
14162
14163 ------------------------------------------------------------------------
14164 r14808 | dionoea | 2006-03-18 18:42:37 +0100 (Sat, 18 Mar 2006) | 2 lines
14165 Changed paths:
14166    M /trunk/share/http/dialogs/input
14167    M /trunk/share/http/dialogs/mosaic
14168    M /trunk/share/http/dialogs/sout
14169    M /trunk/share/http/js/mosaic.js
14170
14171 add some help and feedback
14172
14173 ------------------------------------------------------------------------
14174 r14807 | xtophe | 2006-03-18 18:31:31 +0100 (Sat, 18 Mar 2006) | 2 lines
14175 Changed paths:
14176    M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
14177
14178 x264.patch: Sync with upstream
14179
14180 ------------------------------------------------------------------------
14181 r14806 | dionoea | 2006-03-18 18:14:54 +0100 (Sat, 18 Mar 2006) | 2 lines
14182 Changed paths:
14183    M /trunk/NEWS
14184
14185 update NEWS
14186
14187 ------------------------------------------------------------------------
14188 r14805 | dionoea | 2006-03-18 18:14:19 +0100 (Sat, 18 Mar 2006) | 2 lines
14189 Changed paths:
14190    M /trunk/share/http/dialogs/footer
14191    M /trunk/share/http/dialogs/mosaic
14192    M /trunk/share/http/dialogs/sout
14193    M /trunk/share/http/js/functions.js
14194    M /trunk/share/http/js/mosaic.js
14195    M /trunk/share/http/mosaic.html
14196    M /trunk/share/http/style.css
14197
14198 Code the mosaic wizard
14199
14200 ------------------------------------------------------------------------
14201 r14804 | zorglub | 2006-03-18 17:22:23 +0100 (Sat, 18 Mar 2006) | 2 lines
14202 Changed paths:
14203    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
14204
14205 Don't abort windows position remembering if small playlist size is invalid at the beginning (Closes:#557)
14206
14207 ------------------------------------------------------------------------
14208 r14803 | xtophe | 2006-03-18 16:52:42 +0100 (Sat, 18 Mar 2006) | 2 lines
14209 Changed paths:
14210    M /trunk/THANKS
14211    M /trunk/modules/access/dshow/dshow.cpp
14212
14213 access/dshow: Add option to configure dshow from command line. Patch by Patrick Horn.
14214
14215 ------------------------------------------------------------------------
14216 r14802 | dionoea | 2006-03-18 16:06:40 +0100 (Sat, 18 Mar 2006) | 2 lines
14217 Changed paths:
14218    A /trunk/share/http/images/white_cross_small.png
14219
14220 ooops
14221
14222 ------------------------------------------------------------------------
14223 r14801 | dionoea | 2006-03-18 16:00:52 +0100 (Sat, 18 Mar 2006) | 2 lines
14224 Changed paths:
14225    M /trunk/share/Makefile.am
14226
14227 One more image
14228
14229 ------------------------------------------------------------------------
14230 r14800 | dionoea | 2006-03-18 15:37:51 +0100 (Sat, 18 Mar 2006) | 2 lines
14231 Changed paths:
14232    M /trunk/share/Makefile.am
14233
14234 Add new http interface images
14235
14236 ------------------------------------------------------------------------
14237 r14799 | xtophe | 2006-03-18 13:49:51 +0100 (Sat, 18 Mar 2006) | 2 lines
14238 Changed paths:
14239    M /trunk/modules/demux/ts.c
14240
14241 Typo
14242
14243 ------------------------------------------------------------------------
14244 r14798 | zorglub | 2006-03-18 13:38:38 +0100 (Sat, 18 Mar 2006) | 2 lines
14245 Changed paths:
14246    M /trunk/modules/visualization/galaktos/init_cond.c
14247    M /trunk/modules/visualization/galaktos/preset.c
14248
14249 %f in galaktos (Closes:#585)
14250
14251 ------------------------------------------------------------------------
14252 r14797 | zorglub | 2006-03-18 12:27:40 +0100 (Sat, 18 Mar 2006) | 2 lines
14253 Changed paths:
14254    M /trunk/THANKS
14255
14256 Thanks
14257
14258 ------------------------------------------------------------------------
14259 r14796 | zorglub | 2006-03-18 12:27:10 +0100 (Sat, 18 Mar 2006) | 7 lines
14260 Changed paths:
14261    M /trunk/modules/codec/ffmpeg/ffmpeg.c
14262    M /trunk/modules/codec/ffmpeg/ffmpeg.h
14263    M /trunk/modules/codec/ffmpeg/video_filter.c
14264    M /trunk/modules/stream_out/transcode.c
14265
14266 Transcode cropping/padding patch by Udo Richter < udo underscore richter at gmx d0t de> (with added round-to-16 fix) . Many thanks for this.
14267
14268 Seems to work neatly, please test nevertheless.
14269
14270 Closes:#448
14271
14272
14273 ------------------------------------------------------------------------
14274 r14795 | zorglub | 2006-03-18 11:30:24 +0100 (Sat, 18 Mar 2006) | 2 lines
14275 Changed paths:
14276    M /trunk/src/misc/vlm.c
14277
14278 Don't use %f in VLM, except for display (Closes:#588)
14279
14280 ------------------------------------------------------------------------
14281 r14794 | zorglub | 2006-03-18 11:20:01 +0100 (Sat, 18 Mar 2006) | 2 lines
14282 Changed paths:
14283    M /trunk/modules/audio_filter/equalizer.c
14284
14285 Don't use %f in equalizer (Closes:#586)
14286
14287 ------------------------------------------------------------------------
14288 r14793 | zorglub | 2006-03-18 11:14:40 +0100 (Sat, 18 Mar 2006) | 2 lines
14289 Changed paths:
14290    M /trunk/modules/control/http/macro.c
14291    M /trunk/modules/control/http/rpn.c
14292
14293 Don't use %f in HTTP interface (Closes:#584)
14294
14295 ------------------------------------------------------------------------
14296 r14792 | courmisch | 2006-03-18 09:51:19 +0100 (Sat, 18 Mar 2006) | 3 lines
14297 Changed paths:
14298    M /trunk/modules/misc/network/ipv4.c
14299
14300 - Avoid using gethostbyname() which is not thread-safe
14301 - Code simplification
14302
14303 ------------------------------------------------------------------------
14304 r14791 | courmisch | 2006-03-18 09:46:59 +0100 (Sat, 18 Mar 2006) | 2 lines
14305 Changed paths:
14306    M /trunk/modules/mux/rtp
14307
14308 svn:ignore
14309
14310 ------------------------------------------------------------------------
14311 r14790 | xtophe | 2006-03-18 03:06:16 +0100 (Sat, 18 Mar 2006) | 2 lines
14312 Changed paths:
14313    M /trunk/modules/demux/asf/asf.c
14314    M /trunk/modules/demux/asf/libasf.c
14315    M /trunk/modules/demux/avi/avi.c
14316    M /trunk/modules/demux/flac.c
14317    M /trunk/modules/demux/m3u.c
14318    M /trunk/modules/demux/mjpeg.c
14319    M /trunk/modules/demux/mp4/mp4.c
14320    M /trunk/modules/demux/nsc.c
14321    M /trunk/modules/demux/playlist/b4s.c
14322    M /trunk/modules/demux/playlist/pls.c
14323    M /trunk/modules/demux/playlist/podcast.c
14324    M /trunk/modules/demux/rawdv.c
14325    M /trunk/modules/demux/sgimb.c
14326    M /trunk/modules/demux/subtitle.c
14327    M /trunk/modules/demux/ts.c
14328    M /trunk/modules/demux/ty.c
14329    M /trunk/modules/demux/vobsub.c
14330    M /trunk/modules/demux/voc.c
14331    M /trunk/modules/demux/wav.c
14332
14333 All: string review (refs: #438)
14334
14335 ------------------------------------------------------------------------
14336 r14789 | dionoea | 2006-03-18 02:22:06 +0100 (Sat, 18 Mar 2006) | 2 lines
14337 Changed paths:
14338    M /trunk/modules/control/http/util.c
14339    M /trunk/share/http/dialogs/playlist
14340    M /trunk/share/http/js/functions.js
14341    M /trunk/share/http/requests/playlist.xml
14342
14343 HTTP interface: Display estimated item time when available.
14344
14345 ------------------------------------------------------------------------
14346 r14788 | dionoea | 2006-03-18 01:51:57 +0100 (Sat, 18 Mar 2006) | 2 lines
14347 Changed paths:
14348    M /trunk/share/http/js/functions.js
14349    M /trunk/share/http/requests/playlist.xml
14350
14351 Http interface: make it possible to delete playlist nodes. Don't delete read only playlist items.
14352
14353 ------------------------------------------------------------------------
14354 r14787 | dionoea | 2006-03-18 01:45:55 +0100 (Sat, 18 Mar 2006) | 2 lines
14355 Changed paths:
14356    M /trunk/modules/control/http/util.c
14357
14358 Export the fact that a playlist item is read only or can be deleted
14359
14360 ------------------------------------------------------------------------
14361 r14786 | dionoea | 2006-03-18 01:29:57 +0100 (Sat, 18 Mar 2006) | 2 lines
14362 Changed paths:
14363    M /trunk/share/http/dialogs/playlist
14364    A /trunk/share/http/images/sd.png
14365    M /trunk/share/http/js/functions.js
14366    M /trunk/share/http/requests/status.xml
14367    M /trunk/share/http/style.css
14368
14369 Add services discovery handling in http interface.
14370
14371 ------------------------------------------------------------------------
14372 r14785 | dionoea | 2006-03-18 01:17:53 +0100 (Sat, 18 Mar 2006) | 3 lines
14373 Changed paths:
14374    M /trunk/modules/control/http/http.h
14375    M /trunk/modules/control/http/macro.c
14376    M /trunk/modules/control/http/mvar.c
14377    M /trunk/modules/control/http/rpn.c
14378
14379 * rpn.c: add "services_discovery_add", "services_discovery_remove" and "services_discovery_is_loaded" rpn functions.
14380 * macro.c, http.h, mvar.c: add new "object" param2 for foreach macro. It gives a list of all objects matching a capability.
14381
14382 ------------------------------------------------------------------------
14383 r14784 | dionoea | 2006-03-18 00:13:47 +0100 (Sat, 18 Mar 2006) | 2 lines
14384 Changed paths:
14385    M /trunk/share/http/dialogs/browse
14386    M /trunk/share/http/dialogs/input
14387    M /trunk/share/http/dialogs/main
14388    M /trunk/share/http/dialogs/playlist
14389    M /trunk/share/http/dialogs/sout
14390    M /trunk/share/http/style.css
14391
14392 Add small "close/hide" buttons on some of the dialogs
14393
14394 ------------------------------------------------------------------------
14395 r14783 | dionoea | 2006-03-18 00:05:41 +0100 (Sat, 18 Mar 2006) | 2 lines
14396 Changed paths:
14397    M /trunk/modules/demux/m3u.c
14398
14399 [14752] improved, by Daniel Stranger.
14400
14401 ------------------------------------------------------------------------
14402 r14782 | jpsaman | 2006-03-17 23:38:47 +0100 (Fri, 17 Mar 2006) | 1 line
14403 Changed paths:
14404    M /trunk/share/http/dialogs/playlist
14405
14406 Revert revision 14781 the sort button was already there.
14407 ------------------------------------------------------------------------
14408 r14781 | jpsaman | 2006-03-17 23:28:15 +0100 (Fri, 17 Mar 2006) | 1 line
14409 Changed paths:
14410    M /trunk/share/http/dialogs/playlist
14411
14412 Apply missing sort button to http interface. This was a part of Laurent Mutricy's patch
14413 ------------------------------------------------------------------------
14414 r14780 | dionoea | 2006-03-17 23:01:13 +0100 (Fri, 17 Mar 2006) | 2 lines
14415 Changed paths:
14416    M /trunk/share/http/dialogs/playlist
14417    A /trunk/share/http/images/white.png
14418    M /trunk/share/http/js/functions.js
14419    M /trunk/share/http/style.css
14420
14421 HTTP interface playlist sort commands based on patch by Laurent Mutricy.
14422
14423 ------------------------------------------------------------------------
14424 r14779 | fkuehne | 2006-03-17 21:07:25 +0100 (Fri, 17 Mar 2006) | 1 line
14425 Changed paths:
14426    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
14427    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
14428    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
14429    M /trunk/modules/gui/macosx/wizard.h
14430    M /trunk/modules/gui/macosx/wizard.m
14431
14432 * don't overwrite existing files
14433 ------------------------------------------------------------------------
14434 r14778 | xtophe | 2006-03-17 18:06:05 +0100 (Fri, 17 Mar 2006) | 2 lines
14435 Changed paths:
14436    M /trunk
14437    M /trunk/extras
14438    M /trunk/src/test
14439
14440 Add a few svn:ignore
14441
14442 ------------------------------------------------------------------------
14443 r14777 | jpsaman | 2006-03-17 15:40:59 +0100 (Fri, 17 Mar 2006) | 1 line
14444 Changed paths:
14445    M /trunk/share/http/old/admin/browse.html
14446    M /trunk/share/http/old/admin/index.html
14447    M /trunk/share/http/old/index.html
14448    M /trunk/share/http/old/info.html
14449    M /trunk/share/http/old/vlm/edit.html
14450    M /trunk/share/http/old/vlm/index.html
14451    M /trunk/share/http/old/vlm/new.html
14452    M /trunk/share/http/old/vlm/show.html
14453
14454 Fix old http interface to not refer to the new http interface. Patch by: Laurent Mutricy <laurent dot mutricy _at_ ecl2005 dot ec-lyon dot fr>
14455 ------------------------------------------------------------------------
14456 r14776 | jpsaman | 2006-03-17 15:34:06 +0100 (Fri, 17 Mar 2006) | 1 line
14457 Changed paths:
14458    M /trunk/modules/control/http/rpn.c
14459    M /trunk/share/http/js/functions.js
14460    M /trunk/share/http/requests/status.xml
14461
14462 Implement sort functionality on http interface. Patch by: Laurent Mutricy <laurent dot mutricy _at_ ecl2005 dot ec-lyon dot fr>
14463 ------------------------------------------------------------------------
14464 r14775 | damienf | 2006-03-17 02:08:13 +0100 (Fri, 17 Mar 2006) | 3 lines
14465 Changed paths:
14466    M /trunk/mozilla/Makefile.am
14467    M /trunk/mozilla/npvlc_rc.rc
14468
14469 Makefile.am: fixed linking of mozilla plugin
14470 npvlc_rc.rc: fixed description and suffixes columns
14471
14472 ------------------------------------------------------------------------
14473 r14774 | hartman | 2006-03-16 23:45:11 +0100 (Thu, 16 Mar 2006) | 2 lines
14474 Changed paths:
14475    M /trunk/modules/demux/livedotcom.cpp
14476
14477 * G726 settings for liveMedia refs #601
14478
14479 ------------------------------------------------------------------------
14480 r14773 | xtophe | 2006-03-16 21:19:54 +0100 (Thu, 16 Mar 2006) | 2 lines
14481 Changed paths:
14482    M /trunk/share/http/js/functions.js
14483    M /trunk/share/http/style.css
14484
14485 Reimplement [14768] with a CSS. Patch by Laurent Mutricy.
14486
14487 ------------------------------------------------------------------------
14488 r14772 | dionoea | 2006-03-16 18:59:41 +0100 (Thu, 16 Mar 2006) | 2 lines
14489 Changed paths:
14490    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
14491
14492 hum, forgot to set the default value
14493
14494 ------------------------------------------------------------------------
14495 r14771 | dionoea | 2006-03-16 17:59:41 +0100 (Thu, 16 Mar 2006) | 5 lines
14496 Changed paths:
14497    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
14498    M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
14499    M /trunk/modules/gui/skins2/parser/builder.cpp
14500    M /trunk/modules/gui/skins2/parser/builder_data.def
14501    M /trunk/modules/gui/skins2/parser/builder_data.hpp
14502    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
14503    M /trunk/modules/gui/skins2/utils/var_tree.cpp
14504    M /trunk/modules/gui/skins2/utils/var_tree.hpp
14505
14506 Add attribute flat="true/false" to Playtree. When flat is true, only the
14507 leafs will be displayed (like the old style playlist). Once we're sure
14508 that this works fine, we can ditch the old skins2 playlist code.
14509
14510
14511 ------------------------------------------------------------------------
14512 r14770 | titer | 2006-03-16 01:38:46 +0100 (Thu, 16 Mar 2006) | 2 lines
14513 Changed paths:
14514    M /trunk/configure.ac
14515
14516 Workarounds a BeOS segfaulting weirdness
14517
14518 ------------------------------------------------------------------------
14519 r14769 | dionoea | 2006-03-15 20:44:02 +0100 (Wed, 15 Mar 2006) | 2 lines
14520 Changed paths:
14521    M /trunk/share/http/dialogs/footer
14522
14523 change "videolan.org" to "VideoLAN website"
14524
14525 ------------------------------------------------------------------------
14526 r14768 | dionoea | 2006-03-15 20:33:10 +0100 (Wed, 15 Mar 2006) | 2 lines
14527 Changed paths:
14528    M /trunk/share/http/js/functions.js
14529    M /trunk/share/http/requests/status.xml
14530
14531 "[PATCH] http interface : fix the shuffle/loop/repeat buttons" by Laurent Mutricy
14532
14533 ------------------------------------------------------------------------
14534 r14767 | dionoea | 2006-03-15 14:23:31 +0100 (Wed, 15 Mar 2006) | 2 lines
14535 Changed paths:
14536    M /trunk/share/http/js/functions.js
14537
14538 Fix browsing when file/folder name is using a quote (').
14539
14540 ------------------------------------------------------------------------
14541 r14766 | dionoea | 2006-03-15 14:01:36 +0100 (Wed, 15 Mar 2006) | 2 lines
14542 Changed paths:
14543    M /trunk/THANKS
14544    M /trunk/share/http/js/functions.js
14545    M /trunk/share/http/requests/status.xml
14546
14547 "[PATCH] http interface workaround to make the play/pause button work well" by Laurent Mutricy.
14548
14549 ------------------------------------------------------------------------
14550 r14765 | hartman | 2006-03-15 02:12:30 +0100 (Wed, 15 Mar 2006) | 2 lines
14551 Changed paths:
14552    M /trunk/modules/demux/livedotcom.cpp
14553
14554 * Ahum.. compile before you commit...
14555
14556 ------------------------------------------------------------------------
14557 r14764 | hartman | 2006-03-15 02:07:29 +0100 (Wed, 15 Mar 2006) | 5 lines
14558 Changed paths:
14559    M /trunk/modules/demux/livedotcom.cpp
14560
14561 * Completly untested G726 support for liveMedia. refs #601
14562   If anyone has access to such a stream, please test this. The AXIS 241QA has this for instance.
14563
14564   See also: http://forum.videolan.org/viewtopic.php?t=18287&start=0&postdays=0&postorder=asc&highlight=g726
14565
14566 ------------------------------------------------------------------------
14567 r14763 | hartman | 2006-03-15 01:40:18 +0100 (Wed, 15 Mar 2006) | 2 lines
14568 Changed paths:
14569    M /trunk/src/misc/charset.c
14570
14571 * Fix src/misc/charset on platforms without setlocale. In that case we pass NULL to FindFallbackEncoding
14572
14573 ------------------------------------------------------------------------
14574 r14762 | xtophe | 2006-03-14 23:40:33 +0100 (Tue, 14 Mar 2006) | 4 lines
14575 Changed paths:
14576    M /trunk/configure.ac
14577    A /trunk/modules/mux/rtp/Modules.am
14578    M /trunk/po/POTFILES.in
14579    M /trunk/po/ca.po
14580    M /trunk/po/da.po
14581    M /trunk/po/de.po
14582    M /trunk/po/en_GB.po
14583    M /trunk/po/es.po
14584    M /trunk/po/fr.po
14585    M /trunk/po/it.po
14586    M /trunk/po/ja.po
14587    M /trunk/po/ka.po
14588    M /trunk/po/ko.po
14589    M /trunk/po/nl.po
14590    M /trunk/po/oc.po
14591    M /trunk/po/pt_BR.po
14592    M /trunk/po/ro.po
14593    M /trunk/po/ru.po
14594    M /trunk/po/sv.po
14595    M /trunk/po/tr.po
14596    M /trunk/po/vlc.pot
14597    M /trunk/po/zh_CN.po
14598    M /trunk/po/zh_TW.po
14599
14600 ALL: Fix make distcheck
14601         - add a modules.am for mux/rtp It is just there to please autotools nothing is built by default
14602         - update-po
14603
14604 ------------------------------------------------------------------------
14605 r14761 | hartman | 2006-03-14 22:59:02 +0100 (Tue, 14 Mar 2006) | 2 lines
14606 Changed paths:
14607    M /trunk/modules/stream_out/rtp.c
14608
14609 * We are not gonna start naming options to RFCs. Let's just call it LATM, even though it's technically not correct.
14610
14611 ------------------------------------------------------------------------
14612 r14760 | xtophe | 2006-03-14 22:52:53 +0100 (Tue, 14 Mar 2006) | 3 lines
14613 Changed paths:
14614    M /trunk/extras/contrib
14615    M /trunk/extras/contrib/Makefile
14616    M /trunk/extras/contrib/src
14617
14618 contrib/Makefile: fix the rights on the bin directory
14619 some more svn:ignore
14620
14621 ------------------------------------------------------------------------
14622 r14759 | courmisch | 2006-03-14 22:46:18 +0100 (Tue, 14 Mar 2006) | 3 lines
14623 Changed paths:
14624    M /trunk/modules/stream_out/rtp.c
14625
14626 Whoops. Disable by default for now.
14627 Maybe the option name could be made better.
14628
14629 ------------------------------------------------------------------------
14630 r14758 | courmisch | 2006-03-14 22:42:07 +0100 (Tue, 14 Mar 2006) | 5 lines
14631 Changed paths:
14632    M /trunk/THANKS
14633    M /trunk/modules/stream_out/rtp.c
14634
14635 Apply RFC3016 RTP packetizer patch from Alex Antropoff
14636
14637 The new format is disabled by default,
14638 so we have little risks of regression.
14639
14640 ------------------------------------------------------------------------
14641 r14757 | dionoea | 2006-03-14 15:38:45 +0100 (Tue, 14 Mar 2006) | 2 lines
14642 Changed paths:
14643    M /trunk/modules/video_filter/mosaic.c
14644
14645 Fix unsigned int vs int compilation warning.
14646
14647 ------------------------------------------------------------------------
14648 r14756 | dionoea | 2006-03-14 15:19:37 +0100 (Tue, 14 Mar 2006) | 12 lines
14649 Changed paths:
14650    M /trunk/modules/video_filter/mosaic.c
14651
14652 Fix sub picture region x and y offset values when using
14653 --mosaic-keep-picture with a picture that is bigger than on of the
14654 mosaic's small rectangles.
14655
14656 This allows creation of mosaics like :
14657 AAAAAABBB
14658 A    ABBB
14659 A    ACCC
14660 AAAAAACCC
14661 (where A, B and C are 3 sub streams)
14662
14663
14664 ------------------------------------------------------------------------
14665 r14755 | dionoea | 2006-03-14 14:08:48 +0100 (Tue, 14 Mar 2006) | 7 lines
14666 Changed paths:
14667    M /trunk/src/misc/block.c
14668
14669 Looks like we didn't malloc the right size. (If this was some dirty
14670 hack, please revert my commit and add a comment explaining why it's
14671 needed because)
14672
14673 Thanks to http://forum.videolan.org/viewtopic.php?t=18285 for noticing.
14674
14675
14676 ------------------------------------------------------------------------
14677 r14754 | xtophe | 2006-03-14 11:01:39 +0100 (Tue, 14 Mar 2006) | 2 lines
14678 Changed paths:
14679    M /trunk/debian/patches/20_no-wx-updates.dpatch
14680
14681 debian/patches: Fix the debian package creation
14682
14683 ------------------------------------------------------------------------
14684 r14753 | dionoea | 2006-03-13 23:43:25 +0100 (Mon, 13 Mar 2006) | 2 lines
14685 Changed paths:
14686    M /trunk/share/http/js/functions.js
14687    M /trunk/share/http/requests/browse.xml
14688
14689 Fix browsing directories containing the '&' character
14690
14691 ------------------------------------------------------------------------
14692 r14752 | dionoea | 2006-03-13 22:51:36 +0100 (Mon, 13 Mar 2006) | 4 lines
14693 Changed paths:
14694    M /trunk/modules/demux/m3u.c
14695
14696 Fix playing stuff like http://213.205.97.105:80/tf1jt/jt20d11032006.asf
14697 which works using mmst but not mmsh (VLC only tried mmsh previously).
14698
14699
14700 ------------------------------------------------------------------------
14701 r14751 | xtophe | 2006-03-13 17:45:00 +0100 (Mon, 13 Mar 2006) | 2 lines
14702 Changed paths:
14703    M /trunk/extras/contrib/src/packages.mak
14704
14705 Contrib: use libshout 2.2. It should solve the .pc probem ( missing theora depedancies)
14706
14707 ------------------------------------------------------------------------
14708 r14750 | courmisch | 2006-03-13 11:56:56 +0100 (Mon, 13 Mar 2006) | 2 lines
14709 Changed paths:
14710    M /trunk/src/misc/charset.c
14711
14712 Change Russian charset selection
14713
14714 ------------------------------------------------------------------------
14715 r14749 | courmisch | 2006-03-13 11:52:32 +0100 (Mon, 13 Mar 2006) | 2 lines
14716 Changed paths:
14717    M /trunk/src/misc/charset.c
14718
14719 Candidate language to likely non-UTF8 code page functions
14720
14721 ------------------------------------------------------------------------
14722 r14748 | zorglub | 2006-03-13 08:12:18 +0100 (Mon, 13 Mar 2006) | 4 lines
14723 Changed paths:
14724    M /trunk/modules/gui/wxwidgets/interface.cpp
14725    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
14726
14727 Add a tristate for WX playlist mode (normal/embedded/both).
14728
14729 For the moment, defaults to normal. (Closes:#494)
14730
14731 ------------------------------------------------------------------------
14732 r14747 | hartman | 2006-03-13 01:54:40 +0100 (Mon, 13 Mar 2006) | 2 lines
14733 Changed paths:
14734    M /trunk/extras/contrib/src/Makefile
14735    D /trunk/extras/contrib/src/Patches/x264_svn.patch
14736
14737 * Fix x264 compilation on Darwin
14738
14739 ------------------------------------------------------------------------
14740 r14746 | courmisch | 2006-03-12 23:52:25 +0100 (Sun, 12 Mar 2006) | 5 lines
14741 Changed paths:
14742    M /trunk/include/charset.h
14743    M /trunk/include/vlc_symbols.h
14744    M /trunk/src/misc/unicode.c
14745
14746 * Use uint32_t instead of wchar_t to represent UTF32 characters, given wchar_t is not 32-bits on all platforms
14747 * Cosmetic fixes
14748 * Check for invalid UTF-32 sequence
14749 * Accept all non-printable characters within UTF-8 strings (EnsureUTF8's job is to ensure valid UTF8 sequence, not to ensure printable characters)
14750
14751 ------------------------------------------------------------------------
14752 r14745 | xtophe | 2006-03-12 23:46:34 +0100 (Sun, 12 Mar 2006) | 2 lines
14753 Changed paths:
14754    M /trunk/extras/contrib/src/Makefile
14755
14756 Missing in the previous commit + don't extract gecko-sdk each time
14757
14758 ------------------------------------------------------------------------
14759 r14744 | xtophe | 2006-03-12 22:59:12 +0100 (Sun, 12 Mar 2006) | 2 lines
14760 Changed paths:
14761    M /trunk/extras/contrib/src/Makefile
14762    M /trunk/extras/contrib/src/Patches/libshout-win32.patch
14763
14764 shout: Other approach.
14765
14766 ------------------------------------------------------------------------
14767 r14743 | zorglub | 2006-03-12 22:42:19 +0100 (Sun, 12 Mar 2006) | 4 lines
14768 Changed paths:
14769    A /trunk/test/mangle
14770    A /trunk/test/mangle/VLCUtil.py
14771    A /trunk/test/mangle/mangle.py
14772
14773 File mangler 
14774
14775 This can be used to detect crashes due to bad streams (see the end of the program for the files which are tested)
14776
14777 ------------------------------------------------------------------------
14778 r14742 | xtophe | 2006-03-12 22:22:34 +0100 (Sun, 12 Mar 2006) | 2 lines
14779 Changed paths:
14780    M /trunk/extras/contrib/src/Makefile
14781    A /trunk/extras/contrib/src/Patches/libshout-win32.patch
14782
14783 Add libshout on win32
14784
14785 ------------------------------------------------------------------------
14786 r14741 | xtophe | 2006-03-12 18:30:46 +0100 (Sun, 12 Mar 2006) | 2 lines
14787 Changed paths:
14788    M /trunk/po/POTFILES.in
14789    M /trunk/po/ca.po
14790    M /trunk/po/da.po
14791    M /trunk/po/de.po
14792    M /trunk/po/en_GB.po
14793    M /trunk/po/es.po
14794    M /trunk/po/fr.po
14795    M /trunk/po/it.po
14796    M /trunk/po/ja.po
14797    M /trunk/po/ka.po
14798    M /trunk/po/ko.po
14799    M /trunk/po/nl.po
14800    M /trunk/po/oc.po
14801    M /trunk/po/pt_BR.po
14802    M /trunk/po/ro.po
14803    M /trunk/po/ru.po
14804    M /trunk/po/sv.po
14805    M /trunk/po/tr.po
14806    M /trunk/po/vlc.pot
14807    M /trunk/po/zh_CN.po
14808    M /trunk/po/zh_TW.po
14809
14810 po/*: Mea Culpa. make update-po should be run on a clean tree
14811
14812 ------------------------------------------------------------------------
14813 r14740 | zorglub | 2006-03-12 16:06:39 +0100 (Sun, 12 Mar 2006) | 2 lines
14814 Changed paths:
14815    M /trunk/m4
14816
14817 Fix svn:ignore
14818
14819 ------------------------------------------------------------------------
14820 r14739 | zorglub | 2006-03-12 15:24:54 +0100 (Sun, 12 Mar 2006) | 2 lines
14821 Changed paths:
14822    M /trunk/modules/demux/nsv.c
14823
14824 Remove buggy debug
14825
14826 ------------------------------------------------------------------------
14827 r14738 | courmisch | 2006-03-12 13:44:06 +0100 (Sun, 12 Mar 2006) | 2 lines
14828 Changed paths:
14829    M /trunk/include/vlc_common.h
14830    M /trunk/src/extras/libc.c
14831
14832 Always link libintl through libvlc on Win32
14833
14834 ------------------------------------------------------------------------
14835 r14737 | courmisch | 2006-03-12 11:41:31 +0100 (Sun, 12 Mar 2006) | 2 lines
14836 Changed paths:
14837    M /trunk/include/vlc_common.h
14838    M /trunk/modules/control/http/http.c
14839    M /trunk/modules/gui/wince/interface.cpp
14840    M /trunk/modules/gui/wxwidgets/interface.cpp
14841
14842 Propagate changes from previous commit
14843
14844 ------------------------------------------------------------------------
14845 r14736 | courmisch | 2006-03-12 10:52:42 +0100 (Sun, 12 Mar 2006) | 3 lines
14846 Changed paths:
14847    M /trunk/src/Makefile.am
14848    M /trunk/src/libvlc.c
14849
14850  * Revert my [14546] that doesn't work
14851  * Remove changeset thing from shared libvlc versioning until someone cares to implement it properly within the build system
14852
14853 ------------------------------------------------------------------------
14854 r14735 | jpsaman | 2006-03-12 10:27:48 +0100 (Sun, 12 Mar 2006) | 1 line
14855 Changed paths:
14856    M /trunk/src/control/vlm.c
14857
14858 Fix compiler warning: Add missing include
14859 ------------------------------------------------------------------------
14860 r14734 | zorglub | 2006-03-12 10:12:38 +0100 (Sun, 12 Mar 2006) | 2 lines
14861 Changed paths:
14862    M /trunk/modules/gui/wxwidgets/interface.cpp
14863
14864 Disable update checker in Win32 until it's fixed
14865
14866 ------------------------------------------------------------------------
14867 r14733 | zorglub | 2006-03-12 10:11:49 +0100 (Sun, 12 Mar 2006) | 2 lines
14868 Changed paths:
14869    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
14870    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
14871
14872 Revert [14732]
14873
14874 ------------------------------------------------------------------------
14875 r14732 | zorglub | 2006-03-12 10:08:18 +0100 (Sun, 12 Mar 2006) | 2 lines
14876 Changed paths:
14877    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
14878    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
14879
14880 Might fix a bit update layout in win32
14881
14882 ------------------------------------------------------------------------
14883 r14731 | dionoea | 2006-03-12 00:30:07 +0100 (Sun, 12 Mar 2006) | 2 lines
14884 Changed paths:
14885    M /trunk/NEWS
14886
14887 fix bluescreen description
14888
14889 ------------------------------------------------------------------------
14890 r14730 | fkuehne | 2006-03-12 00:29:09 +0100 (Sun, 12 Mar 2006) | 1 line
14891 Changed paths:
14892    M /trunk/Makefile.am
14893
14894 * fix make dist for OSX
14895 ------------------------------------------------------------------------
14896 r14729 | dionoea | 2006-03-12 00:23:32 +0100 (Sun, 12 Mar 2006) | 2 lines
14897 Changed paths:
14898    M /trunk/NEWS
14899
14900 add note about XSPF not being in 0.8.5-test1
14901
14902 ------------------------------------------------------------------------
14903 r14728 | dionoea | 2006-03-12 00:21:44 +0100 (Sun, 12 Mar 2006) | 2 lines
14904 Changed paths:
14905    M /trunk/NEWS
14906    M /trunk/THANKS
14907
14908 Thanks and news (see previous commit)
14909
14910 ------------------------------------------------------------------------
14911 r14727 | dionoea | 2006-03-12 00:19:59 +0100 (Sun, 12 Mar 2006) | 11 lines
14912 Changed paths:
14913    A /trunk/include/vlc_strings.h
14914    M /trunk/include/vlc_symbols.h
14915    M /trunk/modules/access/http.c
14916    M /trunk/modules/control/http/rpn.c
14917    M /trunk/modules/control/http/util.c
14918    M /trunk/modules/demux/playlist/Modules.am
14919    M /trunk/modules/demux/playlist/playlist.c
14920    M /trunk/modules/demux/playlist/playlist.h
14921    A /trunk/modules/demux/playlist/xspf.c
14922    A /trunk/modules/demux/playlist/xspf.h
14923    M /trunk/modules/gui/skins2/src/dialogs.cpp
14924    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
14925    M /trunk/modules/misc/playlist/Modules.am
14926    M /trunk/modules/misc/playlist/export.c
14927    A /trunk/modules/misc/playlist/xspf.c
14928    A /trunk/modules/misc/playlist/xspf.h
14929    M /trunk/modules/services_discovery/upnp_intel.cpp
14930    M /trunk/src/Makefile.am
14931    M /trunk/src/misc/modules.c
14932    A /trunk/src/misc/strings.c
14933    M /trunk/src/playlist/loadsave.c
14934
14935 src/playlist/loadsave.c, modules/demux/playlist/*, modules/gui/*,
14936 modules/misc/playlist/*, modules/access/http.c: XSPF playlist support
14937 (read and write) by Daniel Stranger. Many thanks
14938
14939 src/misc/modules.c, src/misc/strings.c, include/vlc_strings.h: string
14940 handling functions.
14941
14942 modules/control/http/*, modules/services_discovery/upnp_intel.cpp: use
14943 these string handling functions.
14944
14945
14946 ------------------------------------------------------------------------
14947 r14726 | xtophe | 2006-03-11 23:40:56 +0100 (Sat, 11 Mar 2006) | 3 lines
14948 Changed paths:
14949    M /trunk/po/POTFILES.in
14950    M /trunk/po/ca.po
14951    M /trunk/po/da.po
14952    M /trunk/po/de.po
14953    M /trunk/po/en_GB.po
14954    M /trunk/po/es.po
14955    M /trunk/po/fr.po
14956    M /trunk/po/it.po
14957    M /trunk/po/ja.po
14958    M /trunk/po/ka.po
14959    M /trunk/po/ko.po
14960    M /trunk/po/nl.po
14961    M /trunk/po/oc.po
14962    M /trunk/po/pt_BR.po
14963    M /trunk/po/ro.po
14964    M /trunk/po/ru.po
14965    M /trunk/po/sv.po
14966    M /trunk/po/tr.po
14967    M /trunk/po/vlc.pot
14968    M /trunk/po/zh_CN.po
14969    M /trunk/po/zh_TW.po
14970
14971 ka.po: new update by Alexander Dibebulize.
14972 All: Run make update-po
14973
14974 ------------------------------------------------------------------------
14975 r14725 | dionoea | 2006-03-11 22:19:12 +0100 (Sat, 11 Mar 2006) | 2 lines
14976 Changed paths:
14977    M /trunk/src/playlist/item-ext.c
14978
14979 Check that destination node is really a node.
14980
14981 ------------------------------------------------------------------------
14982 r14724 | courmisch | 2006-03-11 20:35:22 +0100 (Sat, 11 Mar 2006) | 3 lines
14983 Changed paths:
14984    M /trunk/modules/codec/subsdec.c
14985
14986  * Use run-time detection of UTF-8 as current charset instead of hard-coding to be if and only if Mac OS X
14987  * Use CP1252 as a fallback instead of ISO-8859-1 (as far as printable characters are concerned, the first is a superset of the second, and it is the most commonly used charset in the west to date)
14988
14989 ------------------------------------------------------------------------
14990 r14723 | courmisch | 2006-03-11 20:25:33 +0100 (Sat, 11 Mar 2006) | 3 lines
14991 Changed paths:
14992    M /trunk/modules/codec/subsdec.c
14993
14994 - Fix memleak when not using Mac OS
14995 - Error handling clean up
14996
14997 ------------------------------------------------------------------------
14998 r14722 | zorglub | 2006-03-11 20:23:58 +0100 (Sat, 11 Mar 2006) | 2 lines
14999 Changed paths:
15000    M /trunk/modules/misc/logger.c
15001
15002 Don't use %f in RRD output (Closes:#582)
15003
15004 ------------------------------------------------------------------------
15005 r14721 | zorglub | 2006-03-11 19:34:39 +0100 (Sat, 11 Mar 2006) | 3 lines
15006 Changed paths:
15007    M /trunk/po/fr.po
15008
15009 A number of fixes spotted by S?\195?\169bastien Raud < s d0t raud att yahoo d0t fr >
15010 Thanks.
15011
15012 ------------------------------------------------------------------------
15013 r14720 | zorglub | 2006-03-11 19:18:14 +0100 (Sat, 11 Mar 2006) | 7 lines
15014 Changed paths:
15015    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
15016
15017 Work around what looks like a ...
15018 ...
15019 WX bug !
15020 (OnActivateItem not working with enter key on Win32)
15021
15022 (Closes:#348) 
15023
15024 ------------------------------------------------------------------------
15025 r14719 | zorglub | 2006-03-11 18:35:55 +0100 (Sat, 11 Mar 2006) | 2 lines
15026 Changed paths:
15027    M /trunk/modules/demux/avi/avi.c
15028    M /trunk/modules/demux/demuxdump.c
15029    M /trunk/modules/demux/mjpeg.c
15030    M /trunk/modules/demux/mod.c
15031    M /trunk/modules/demux/mpc.c
15032    M /trunk/modules/demux/mpeg/h264.c
15033    M /trunk/modules/demux/mpeg/mpga.c
15034    M /trunk/modules/demux/nsv.c
15035    M /trunk/modules/demux/ogg.c
15036    M /trunk/modules/demux/playlist/playlist.c
15037    M /trunk/modules/demux/ps.c
15038    M /trunk/modules/demux/rawdv.c
15039    M /trunk/modules/demux/sgimb.c
15040    M /trunk/modules/demux/subtitle.c
15041    M /trunk/modules/demux/util/id3tag.c
15042    M /trunk/modules/demux/vobsub.c
15043
15044 Strings (Refs:#438)
15045
15046 ------------------------------------------------------------------------
15047 r14718 | fkuehne | 2006-03-11 18:19:37 +0100 (Sat, 11 Mar 2006) | 1 line
15048 Changed paths:
15049    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
15050
15051 * updated the copyright-string
15052 ------------------------------------------------------------------------
15053 r14717 | zorglub | 2006-03-11 14:41:49 +0100 (Sat, 11 Mar 2006) | 3 lines
15054 Changed paths:
15055    M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
15056    M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
15057
15058 Change some button orders
15059 Hide the "OK" button in the preferences (keep "Save")
15060
15061 ------------------------------------------------------------------------
15062 r14716 | zorglub | 2006-03-11 14:03:04 +0100 (Sat, 11 Mar 2006) | 5 lines
15063 Changed paths:
15064    M /trunk/modules/mux/mpeg/pes.c
15065
15066 Fix crash in TS muxer. Patch by Alex Antropoff.
15067 Thanks.
15068
15069 Closes: #552
15070
15071 ------------------------------------------------------------------------
15072 r14715 | xtophe | 2006-03-11 02:29:05 +0100 (Sat, 11 Mar 2006) | 2 lines
15073 Changed paths:
15074    M /trunk/modules/codec/flac.c
15075
15076 codec/flac.c: fix preparse with flac
15077
15078 ------------------------------------------------------------------------
15079 r14714 | courmisch | 2006-03-11 00:19:18 +0100 (Sat, 11 Mar 2006) | 2 lines
15080 Changed paths:
15081    M /trunk/modules/access/ftp.c
15082
15083 Tell user we disabled EPSV mode _before_ reconnecting so (s)he doesn't get confused
15084
15085 ------------------------------------------------------------------------
15086 r14713 | courmisch | 2006-03-10 19:21:34 +0100 (Fri, 10 Mar 2006) | 2 lines
15087 Changed paths:
15088    M /trunk/src/Makefile.am
15089
15090 Fix typo
15091
15092 ------------------------------------------------------------------------
15093 r14712 | courmisch | 2006-03-10 19:10:45 +0100 (Fri, 10 Mar 2006) | 2 lines
15094 Changed paths:
15095    M /trunk/Makefile.am
15096    M /trunk/src/Makefile.am
15097
15098 Test distcheck with libtool when using libtool so I can test
15099
15100 ------------------------------------------------------------------------
15101 r14711 | courmisch | 2006-03-10 18:57:31 +0100 (Fri, 10 Mar 2006) | 2 lines
15102 Changed paths:
15103    M /trunk/configure.ac
15104    M /trunk/include/vlc_common.h
15105    M /trunk/src/extras/libc.c
15106
15107 Remove broken lldiv check and only use lldiv replacement on BeOS
15108
15109 ------------------------------------------------------------------------
15110 r14710 | courmisch | 2006-03-10 18:48:57 +0100 (Fri, 10 Mar 2006) | 2 lines
15111 Changed paths:
15112    M /trunk/po/POTFILES.in
15113
15114 Remove non-existant files
15115
15116 ------------------------------------------------------------------------
15117 r14709 | courmisch | 2006-03-10 18:35:28 +0100 (Fri, 10 Mar 2006) | 2 lines
15118 Changed paths:
15119    M /trunk/po/POTFILES.in
15120    M /trunk/po/ca.po
15121    M /trunk/po/da.po
15122    M /trunk/po/de.po
15123    M /trunk/po/en_GB.po
15124    M /trunk/po/es.po
15125    M /trunk/po/fr.po
15126    M /trunk/po/it.po
15127    M /trunk/po/ja.po
15128    M /trunk/po/ka.po
15129    M /trunk/po/ko.po
15130    M /trunk/po/nl.po
15131    M /trunk/po/oc.po
15132    M /trunk/po/pt_BR.po
15133    M /trunk/po/ro.po
15134    M /trunk/po/ru.po
15135    M /trunk/po/sv.po
15136    M /trunk/po/tr.po
15137    M /trunk/po/vlc.pot
15138    M /trunk/po/zh_CN.po
15139    M /trunk/po/zh_TW.po
15140
15141 Update file names
15142
15143 ------------------------------------------------------------------------
15144 r14708 | courmisch | 2006-03-10 18:31:15 +0100 (Fri, 10 Mar 2006) | 2 lines
15145 Changed paths:
15146    M /trunk/src/Makefile.am
15147    A /trunk/src/network/error.c (from /trunk/src/network/net_error.c:14707)
15148    D /trunk/src/network/net_error.c
15149
15150 Use better name for newly introduced file
15151
15152 ------------------------------------------------------------------------
15153 r14707 | courmisch | 2006-03-10 18:30:32 +0100 (Fri, 10 Mar 2006) | 2 lines
15154 Changed paths:
15155    M /trunk/Makefile.am
15156    A /trunk/src/vlc.c (from /trunk/src/vlc.c:14500)
15157    D /trunk/vlc.c
15158
15159 Same as previous commit - for VLC
15160
15161 ------------------------------------------------------------------------
15162 r14706 | courmisch | 2006-03-10 18:21:33 +0100 (Fri, 10 Mar 2006) | 3 lines
15163 Changed paths:
15164    M /trunk/src/Makefile.am
15165    D /trunk/src/audio_output/ainput.c
15166    A /trunk/src/audio_output/input.c (from /trunk/src/audio_output/ainput.c:14690)
15167    A /trunk/src/control/audio.c (from /trunk/src/control/libvlc_audio.c:14705)
15168    A /trunk/src/control/core.c (from /trunk/src/control/libvlc_core.c:14705)
15169    A /trunk/src/control/input.c (from /trunk/src/control/libvlc_input.c:14705)
15170    D /trunk/src/control/libvlc_audio.c
15171    D /trunk/src/control/libvlc_core.c
15172    D /trunk/src/control/libvlc_input.c
15173    D /trunk/src/control/libvlc_playlist.c
15174    D /trunk/src/control/libvlc_video.c
15175    D /trunk/src/control/libvlc_vlm.c
15176    A /trunk/src/control/playlist.c (from /trunk/src/control/libvlc_playlist.c:14705)
15177    A /trunk/src/control/video.c (from /trunk/src/control/libvlc_video.c:14705)
15178    A /trunk/src/control/vlm.c (from /trunk/src/control/libvlc_vlm.c:14705)
15179
15180 Fix and restore nice file names
15181 Shame on me
15182
15183 ------------------------------------------------------------------------
15184 r14705 | xtophe | 2006-03-10 15:03:58 +0100 (Fri, 10 Mar 2006) | 2 lines
15185 Changed paths:
15186    M /trunk/Makefile.am
15187
15188 Makefile.am: Add the syntax files, valgrinds false positive suppressions, make nicificator to the tarball
15189
15190 ------------------------------------------------------------------------
15191 r14704 | dionoea | 2006-03-10 13:44:17 +0100 (Fri, 10 Mar 2006) | 2 lines
15192 Changed paths:
15193    M /trunk/po/POTFILES.in
15194    M /trunk/po/ca.po
15195    M /trunk/po/da.po
15196    M /trunk/po/de.po
15197    M /trunk/po/en_GB.po
15198    M /trunk/po/es.po
15199    M /trunk/po/fr.po
15200    M /trunk/po/it.po
15201    M /trunk/po/ja.po
15202    M /trunk/po/ka.po
15203    M /trunk/po/ko.po
15204    M /trunk/po/nl.po
15205    M /trunk/po/oc.po
15206    M /trunk/po/pt_BR.po
15207    M /trunk/po/ro.po
15208    M /trunk/po/ru.po
15209    M /trunk/po/sv.po
15210    M /trunk/po/tr.po
15211    M /trunk/po/vlc.pot
15212    M /trunk/po/zh_CN.po
15213    M /trunk/po/zh_TW.po
15214
15215 run make update-po
15216
15217 ------------------------------------------------------------------------
15218 r14703 | courmisch | 2006-03-10 10:31:17 +0100 (Fri, 10 Mar 2006) | 2 lines
15219 Changed paths:
15220    M /trunk/src/network/tcp.c
15221
15222 Clean up ListenTCP error handling (refs #320)
15223
15224 ------------------------------------------------------------------------
15225 r14702 | courmisch | 2006-03-10 10:28:45 +0100 (Fri, 10 Mar 2006) | 3 lines
15226 Changed paths:
15227    M /trunk/include/vlc_symbols.h
15228
15229 Someone forgot to add an exported symbol
15230 (p_symbols and vlc_symbols.h sucks time, heh? - use shared libvlc/libtool)
15231
15232 ------------------------------------------------------------------------
15233 r14701 | zorglub | 2006-03-10 08:20:41 +0100 (Fri, 10 Mar 2006) | 2 lines
15234 Changed paths:
15235    A /trunk/ChangeLog
15236
15237 Forgot this
15238
15239 ------------------------------------------------------------------------
15240 r14700 | zorglub | 2006-03-10 08:17:31 +0100 (Fri, 10 Mar 2006) | 2 lines
15241 Changed paths:
15242    D /trunk/ChangeLog
15243    M /trunk/configure.ac
15244    A /trunk/doc/ChangeLog-2005 (from /trunk/ChangeLog:14699)
15245    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
15246    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
15247
15248 Test1
15249
15250 ------------------------------------------------------------------------
15251 r14699 | courmisch | 2006-03-09 23:57:30 +0100 (Thu, 09 Mar 2006) | 3 lines
15252 Changed paths:
15253    M /trunk/src/network/tcp.c
15254
15255 - Clean up error message generation with TCP outgoing connections
15256 - Fix memleak in case of connection failure
15257
15258 ------------------------------------------------------------------------
15259 r14698 | courmisch | 2006-03-09 23:56:37 +0100 (Thu, 09 Mar 2006) | 2 lines
15260 Changed paths:
15261    M /trunk/include/network.h
15262    M /trunk/src/Makefile.am
15263    A /trunk/src/network/net_error.c
15264
15265 Common socket error handling
15266
15267 ------------------------------------------------------------------------
15268 r14697 | courmisch | 2006-03-09 23:43:01 +0100 (Thu, 09 Mar 2006) | 2 lines
15269 Changed paths:
15270    M /trunk/src/Makefile.am
15271
15272 Fix make core on Win32 with shared libvlc
15273
15274 ------------------------------------------------------------------------
15275 r14696 | xtophe | 2006-03-09 21:05:53 +0100 (Thu, 09 Mar 2006) | 2 lines
15276 Changed paths:
15277    M /trunk/src/libvlc.h
15278
15279 libvlc.h: preferences tweaking
15280
15281 ------------------------------------------------------------------------
15282 r14695 | xtophe | 2006-03-09 20:55:40 +0100 (Thu, 09 Mar 2006) | 2 lines
15283 Changed paths:
15284    M /trunk/modules/misc/logger.c
15285    M /trunk/src/libvlc.h
15286
15287 all: move the logger option from video to interface and advanced
15288
15289 ------------------------------------------------------------------------
15290 r14694 | hartman | 2006-03-09 16:57:48 +0100 (Thu, 09 Mar 2006) | 2 lines
15291 Changed paths:
15292    M /trunk/modules/gui/macosx/vout.m
15293
15294 * Use the proper parent object to do var_Get macosx-black on. Fixes the issue where we failed to mutex_lock.
15295
15296 ------------------------------------------------------------------------
15297 r14693 | hartman | 2006-03-09 16:55:13 +0100 (Thu, 09 Mar 2006) | 2 lines
15298 Changed paths:
15299    M /trunk/src/misc/messages.c
15300
15301 * Don't crash if we want to msg_Dbg on an object that doesn't exist.
15302
15303 ------------------------------------------------------------------------
15304 r14692 | courmisch | 2006-03-09 14:28:48 +0100 (Thu, 09 Mar 2006) | 2 lines
15305 Changed paths:
15306    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
15307
15308 Use the fine stack as we can
15309
15310 ------------------------------------------------------------------------
15311 r14691 | courmisch | 2006-03-09 14:08:46 +0100 (Thu, 09 Mar 2006) | 15 lines
15312 Changed paths:
15313    M /trunk/src/misc/configuration.c
15314
15315 As a work-around, accept both decimal separators when...
15316 deserializing floats from configuration (fixes #589)
15317
15318 I know this is NOT the ?\226?\128?\156right?\226?\128?\157 way to fix this.
15319 The ?\226?\128?\156right?\226?\128?\157 way would be to remove floats from the configuration...
15320 but there are approximately one float parameter in the core and 46 ones
15321 in our current plugins set, none of which I use myself. So I am
15322 defintely not going to rewrite all^H^H^Hany of them.
15323
15324 Of course, it would be cleaner to be ?\226?\128?\156strict?\226?\128?\157  in what we write to
15325 the configuration file, than ?\226?\128?\156liberal?\226?\128?\157 in what we accept... but IMHO,
15326 it is way easier and more robust to be liberal in what we accept in
15327 this particular case (ie. accepting both decimal separators is trivial,
15328 while serializing float numbers manually is complex).
15329
15330 ------------------------------------------------------------------------
15331 r14690 | courmisch | 2006-03-09 11:56:53 +0100 (Thu, 09 Mar 2006) | 3 lines
15332 Changed paths:
15333    M /trunk/modules/misc/rtsp.c
15334
15335 Revert [14683]
15336 You can definitely declare variable at the beginning of a nested block with gcc 2.95
15337
15338 ------------------------------------------------------------------------
15339 r14689 | fkuehne | 2006-03-09 11:04:01 +0100 (Thu, 09 Mar 2006) | 2 lines
15340 Changed paths:
15341    M /trunk/modules/gui/macosx/sfilters.h
15342    M /trunk/modules/gui/macosx/sfilters.m
15343
15344 * put a warning to prevent users from reporting known bugs for panel is which won't be included within 0.8.5
15345 * fixed svn propset
15346 ------------------------------------------------------------------------
15347 r14688 | jpsaman | 2006-03-09 10:47:30 +0100 (Thu, 09 Mar 2006) | 1 line
15348 Changed paths:
15349    M /trunk/modules/access/dvb/access.c
15350    M /trunk/modules/access/dvb/dvb.h
15351    M /trunk/modules/access/dvb/linux_dvb.c
15352    M /trunk/modules/access/udp.c
15353    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
15354    M /trunk/modules/audio_filter/converter/fixed32tos16.c
15355    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
15356    M /trunk/modules/gui/pda/pda.c
15357    M /trunk/modules/gui/pda/pda.h
15358    M /trunk/modules/gui/pda/pda_callbacks.c
15359    M /trunk/modules/gui/pda/pda_callbacks.h
15360    M /trunk/modules/misc/qte_main.cpp
15361    M /trunk/modules/video_output/hd1000v.cpp
15362    M /trunk/modules/video_output/qte/qte.cpp
15363    M /trunk/modules/video_output/qte/qte.h
15364
15365 Update e-mail address
15366 ------------------------------------------------------------------------
15367 r14687 | fkuehne | 2006-03-09 10:31:36 +0100 (Thu, 09 Mar 2006) | 1 line
15368 Changed paths:
15369    M /trunk/NEWS
15370
15371 * improved the wording a bit
15372 ------------------------------------------------------------------------
15373 r14686 | titer | 2006-03-09 00:52:35 +0100 (Thu, 09 Mar 2006) | 2 lines
15374 Changed paths:
15375    M /trunk/include/vlc_common.h
15376    M /trunk/src/extras/libc.c
15377
15378  Force lldiv emulation on BeOS
15379
15380 ------------------------------------------------------------------------
15381 r14685 | damienf | 2006-03-09 00:52:29 +0100 (Thu, 09 Mar 2006) | 2 lines
15382 Changed paths:
15383    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
15384    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
15385
15386 all: reworked gui layout of dialog boxes to get rid of the dark gray background colour (I hope that wasn't intentional :)
15387
15388 ------------------------------------------------------------------------
15389 r14684 | titer | 2006-03-09 00:32:08 +0100 (Thu, 09 Mar 2006) | 2 lines
15390 Changed paths:
15391    M /trunk/configure.ac
15392    M /trunk/include/vlc_common.h
15393    M /trunk/src/extras/libc.c
15394
15395  Emulate C99's lldiv() if necessary
15396
15397 ------------------------------------------------------------------------
15398 r14683 | xtophe | 2006-03-08 23:30:53 +0100 (Wed, 08 Mar 2006) | 2 lines
15399 Changed paths:
15400    M /trunk/modules/misc/rtsp.c
15401
15402 rtsp.c: BeOS fix. variables can't be declared in the middle of the function.
15403
15404 ------------------------------------------------------------------------
15405 r14682 | hartman | 2006-03-08 23:03:00 +0100 (Wed, 08 Mar 2006) | 2 lines
15406 Changed paths:
15407    M /trunk/extras/contrib/src/Patches/x264_svn.patch
15408
15409 * one part of x264 patch fixed upstream
15410
15411 ------------------------------------------------------------------------
15412 r14681 | damienf | 2006-03-08 18:50:44 +0100 (Wed, 08 Mar 2006) | 2 lines
15413 Changed paths:
15414    M /trunk/extras/contrib/src/Makefile
15415
15416 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
15417
15418 ------------------------------------------------------------------------
15419 r14680 | courmisch | 2006-03-08 18:33:29 +0100 (Wed, 08 Mar 2006) | 2 lines
15420 Changed paths:
15421    M /trunk/extras/contrib/src/Makefile
15422    A /trunk/extras/contrib/src/Patches/gnutls-win32.patch
15423
15424 Winsock non-blocking kludge for GnuTLS (refs #538)
15425
15426 ------------------------------------------------------------------------
15427 r14679 | courmisch | 2006-03-08 18:25:09 +0100 (Wed, 08 Mar 2006) | 2 lines
15428 Changed paths:
15429    M /trunk/extras/contrib/src
15430
15431 svn:ignore
15432
15433 ------------------------------------------------------------------------
15434 r14678 | dionoea | 2006-03-08 18:06:59 +0100 (Wed, 08 Mar 2006) | 2 lines
15435 Changed paths:
15436    M /trunk/include/charset.h
15437    M /trunk/include/vlc_symbols.h
15438
15439 modules/misc/rtsp.c is using us_strtod
15440
15441 ------------------------------------------------------------------------
15442 r14677 | courmisch | 2006-03-08 14:51:31 +0100 (Wed, 08 Mar 2006) | 2 lines
15443 Changed paths:
15444    M /trunk/include/charset.h
15445
15446 Missing export
15447
15448 ------------------------------------------------------------------------
15449 r14676 | courmisch | 2006-03-08 14:32:37 +0100 (Wed, 08 Mar 2006) | 2 lines
15450 Changed paths:
15451    M /trunk/modules/misc/rtsp.c
15452
15453 Don't use C (de)serialization for float numbers (closes #583)
15454
15455 ------------------------------------------------------------------------
15456 r14675 | courmisch | 2006-03-08 13:25:29 +0100 (Wed, 08 Mar 2006) | 5 lines
15457 Changed paths:
15458    M /trunk/include/charset.h
15459    M /trunk/src/misc/charset.c
15460    M /trunk/src/test/i18n_atof.c
15461
15462  * i18n_strtod: locale-agnostic strtod() (accepts both comma and dot as decimal separator)
15463  * us_strtod, us_atof: same as i18n_* but only accept dot in any case
15464    (this will be useful when parsing stream output chain which uses comma to separate
15465     options)
15466
15467 ------------------------------------------------------------------------
15468 r14674 | courmisch | 2006-03-08 13:23:34 +0100 (Wed, 08 Mar 2006) | 2 lines
15469 Changed paths:
15470    M /trunk/modules/stream_out/rtp.c
15471
15472 Fix TTL range check
15473
15474 ------------------------------------------------------------------------
15475 r14673 | courmisch | 2006-03-08 12:52:46 +0100 (Wed, 08 Mar 2006) | 2 lines
15476 Changed paths:
15477    M /trunk/src/misc/variables.c
15478
15479 Avoid ugly non-const cast
15480
15481 ------------------------------------------------------------------------
15482 r14672 | courmisch | 2006-03-08 12:32:34 +0100 (Wed, 08 Mar 2006) | 2 lines
15483 Changed paths:
15484    M /trunk/include/charset.h
15485    M /trunk/src/Makefile.am
15486    M /trunk/src/misc/charset.c
15487    A /trunk/src/test
15488    A /trunk/src/test/i18n_atof.c
15489
15490 i18n_atof(): locale-agnostic atof()
15491
15492 ------------------------------------------------------------------------
15493 r14671 | zorglub | 2006-03-08 10:47:45 +0100 (Wed, 08 Mar 2006) | 2 lines
15494 Changed paths:
15495    M /trunk/modules/gui/wxwidgets/streamdata.h
15496
15497 Fix wizard matrix on win32. Closes:#531
15498
15499 ------------------------------------------------------------------------
15500 r14670 | hartman | 2006-03-08 00:56:32 +0100 (Wed, 08 Mar 2006) | 2 lines
15501 Changed paths:
15502    M /trunk/modules/gui/macosx/vout.h
15503    M /trunk/modules/gui/macosx/vout.m
15504
15505 * Fix the issue where sometimes the Menubar wouldn't reappear after exiting fullscreen.
15506
15507 ------------------------------------------------------------------------
15508 r14669 | hartman | 2006-03-08 00:22:41 +0100 (Wed, 08 Mar 2006) | 2 lines
15509 Changed paths:
15510    M /trunk/src/input/input.c
15511
15512 * Fix an issue with a : in the subtitle-filename causing the subtitle detection to fail.
15513
15514 ------------------------------------------------------------------------
15515 r14668 | courmisch | 2006-03-07 21:06:53 +0100 (Tue, 07 Mar 2006) | 7 lines
15516 Changed paths:
15517    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
15518    M /trunk/modules/gui/wxwidgets/interface.cpp
15519    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
15520
15521 - Undo [14667]
15522  * fix memleak
15523  * remove unused variable (psz_local always NULL...)
15524  * remove free(NULL)
15525  * remove expansion-unsafe wxDnDLocaleFree() macro variant
15526 - Actually fix [14633] flawed logic
15527
15528 ------------------------------------------------------------------------
15529 r14667 | dionoea | 2006-03-07 19:48:35 +0100 (Tue, 07 Mar 2006) | 2 lines
15530 Changed paths:
15531    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
15532    M /trunk/modules/gui/wxwidgets/interface.cpp
15533    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
15534
15535 Fix wx DnD once more.
15536
15537 ------------------------------------------------------------------------
15538 r14666 | xtophe | 2006-03-07 14:30:27 +0100 (Tue, 07 Mar 2006) | 2 lines
15539 Changed paths:
15540    M /trunk/HACKING
15541
15542 HACKING: Add a note about the module cache and vlc --list
15543
15544 ------------------------------------------------------------------------
15545 r14665 | damienf | 2006-03-07 13:22:19 +0100 (Tue, 07 Mar 2006) | 2 lines
15546 Changed paths:
15547    M /trunk/extras/contrib/src/Makefile
15548
15549 Makefile: don't forget to chmod a+x gecko-sdk/bin/*
15550
15551 ------------------------------------------------------------------------
15552 r14664 | damienf | 2006-03-07 13:15:06 +0100 (Tue, 07 Mar 2006) | 2 lines
15553 Changed paths:
15554    M /trunk/extras/contrib/src/Makefile
15555    M /trunk/extras/contrib/src/packages.mak
15556
15557 all: updating mozilla SDK for cygwin builds
15558
15559 ------------------------------------------------------------------------
15560 r14663 | xtophe | 2006-03-07 11:29:41 +0100 (Tue, 07 Mar 2006) | 2 lines
15561 Changed paths:
15562    M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-mactel.patch
15563
15564 ffmpeg-cvs-mactel.patch: Mangle patch was applied upstream
15565
15566 ------------------------------------------------------------------------
15567 r14662 | dionoea | 2006-03-06 19:55:39 +0100 (Mon, 06 Mar 2006) | 2 lines
15568 Changed paths:
15569    M /trunk/doc/vlc.1
15570
15571 Add link to online documentation in VLC manpage
15572
15573 ------------------------------------------------------------------------
15574 r14661 | sam | 2006-03-06 18:51:43 +0100 (Mon, 06 Mar 2006) | 2 lines
15575 Changed paths:
15576    M /trunk/extras/contrib/src/Makefile
15577
15578   * extras/contrib/src/Makefile: build libx264.a in PIC mode on OS X x86.
15579
15580 ------------------------------------------------------------------------
15581 r14660 | damienf | 2006-03-06 17:06:41 +0100 (Mon, 06 Mar 2006) | 2 lines
15582 Changed paths:
15583    M /trunk/extras/contrib/src/Makefile
15584
15585 Makefile: fix for MacIntel package build
15586
15587 ------------------------------------------------------------------------
15588 r14659 | courmisch | 2006-03-06 11:25:12 +0100 (Mon, 06 Mar 2006) | 3 lines
15589 Changed paths:
15590    M /trunk/include/vlc_common.h
15591    M /trunk/include/vlc_symbols.h
15592    M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
15593    M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
15594    M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
15595    M /trunk/modules/gui/wxwidgets/interface.cpp
15596    M /trunk/src/extras/libc.c
15597
15598 WxWidgets: use wraptext in UTF-8 mode as that is the codeset for gettext
15599 core: remove unused ISO-8859-centric monobyte mode from vlc_wraptext()
15600
15601 ------------------------------------------------------------------------
15602 r14658 | courmisch | 2006-03-06 11:23:37 +0100 (Mon, 06 Mar 2006) | 2 lines
15603 Changed paths:
15604    M /trunk/modules/misc/gnutls.c
15605
15606 Add extra Win32-specific debug (refs #538)
15607
15608 ------------------------------------------------------------------------
15609 r14657 | xtophe | 2006-03-06 10:42:01 +0100 (Mon, 06 Mar 2006) | 2 lines
15610 Changed paths:
15611    M /trunk/src/Makefile.am
15612
15613 src/Makefile: make distcheck happy
15614
15615 ------------------------------------------------------------------------
15616 r14656 | damienf | 2006-03-06 00:49:52 +0100 (Mon, 06 Mar 2006) | 6 lines
15617 Changed paths:
15618    M /trunk/Makefile.am
15619    M /trunk/configure.ac
15620    M /trunk/extras/contrib/src/Makefile
15621
15622 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
15623 configure.ac: cleaned up Cocoa.h detection, removed link path dependency to 'vlc-lib' as it is no longer necessary
15624 Makefile.am: fixed installation of dylibs as vlc_ prefix is already appended by INSTALL_NAME
15625
15626 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
15627
15628 ------------------------------------------------------------------------
15629 r14655 | xtophe | 2006-03-05 21:08:16 +0100 (Sun, 05 Mar 2006) | 2 lines
15630 Changed paths:
15631    M /trunk/configure.ac
15632
15633 configure.ac: use the gecko-sdk in the contrib
15634
15635 ------------------------------------------------------------------------
15636 r14654 | xtophe | 2006-03-05 20:37:21 +0100 (Sun, 05 Mar 2006) | 2 lines
15637 Changed paths:
15638    M /trunk/extras/contrib/Makefile
15639
15640 contrib/Makefile: Don't put 2 include
15641
15642 ------------------------------------------------------------------------
15643 r14653 | zorglub | 2006-03-05 20:05:07 +0100 (Sun, 05 Mar 2006) | 2 lines
15644 Changed paths:
15645    M /trunk/NEWS
15646
15647 Add some news
15648
15649 ------------------------------------------------------------------------
15650 r14652 | xtophe | 2006-03-05 18:44:04 +0100 (Sun, 05 Mar 2006) | 2 lines
15651 Changed paths:
15652    M /trunk/extras/contrib/Makefile
15653
15654 contrib/Makefile: dereference the symlink. a better solution would be to transform the absolute one to relative.
15655
15656 ------------------------------------------------------------------------
15657 r14651 | xtophe | 2006-03-05 17:43:37 +0100 (Sun, 05 Mar 2006) | 2 lines
15658 Changed paths:
15659    M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
15660
15661 Update x264 patch.
15662
15663 ------------------------------------------------------------------------
15664 r14650 | fkuehne | 2006-03-05 17:41:18 +0100 (Sun, 05 Mar 2006) | 3 lines
15665 Changed paths:
15666    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
15667    M /trunk/modules/gui/macosx/playlistinfo.m
15668
15669 * make sure that the timer which is updating the stats-tab is stopped when the panel is closed
15670 * fixed a minor memory leak (the timer wasn't released after invalidating it)
15671 * VLCInfo is o_info_window's delegate now
15672 ------------------------------------------------------------------------
15673 r14649 | dionoea | 2006-03-05 16:47:17 +0100 (Sun, 05 Mar 2006) | 2 lines
15674 Changed paths:
15675    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
15676
15677 Select item after deleting items from the playlist with KEY_DEL.
15678
15679 ------------------------------------------------------------------------
15680 r14648 | fkuehne | 2006-03-05 16:42:51 +0100 (Sun, 05 Mar 2006) | 1 line
15681 Changed paths:
15682    M /trunk/modules/gui/macosx/playlistinfo.m
15683
15684 * don't show the statistics-tab if the stats aren't enabled
15685 ------------------------------------------------------------------------
15686 r14647 | courmisch | 2006-03-05 16:34:21 +0100 (Sun, 05 Mar 2006) | 2 lines
15687 Changed paths:
15688    M /trunk/src/libvlc.c
15689
15690 Don't call textdomain - it is not only useless but harmful (refs #581)
15691
15692 ------------------------------------------------------------------------
15693 r14646 | dionoea | 2006-03-05 16:33:02 +0100 (Sun, 05 Mar 2006) | 3 lines
15694 Changed paths:
15695    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
15696    M /trunk/modules/gui/skins2/vars/playtree.hpp
15697
15698 ctrl_tree.cpp: fix selection bug (when pressing KEY_DOWN if the selected item was the last visible tree item)
15699 playtree.hpp: cosmetics
15700
15701 ------------------------------------------------------------------------
15702 r14645 | courmisch | 2006-03-05 16:32:49 +0100 (Sun, 05 Mar 2006) | 3 lines
15703 Changed paths:
15704    M /trunk/include/vlc_common.h
15705    M /trunk/src/extras/libc.c
15706
15707 - Call dgettext directly with shared libvlc and libtool
15708 - Remove vlc_dcgettext in those cases
15709
15710 ------------------------------------------------------------------------
15711 r14644 | courmisch | 2006-03-05 16:32:01 +0100 (Sun, 05 Mar 2006) | 2 lines
15712 Changed paths:
15713    M /trunk/include/vlc_threads_funcs.h
15714
15715 Add some ?\226?\128?\156const?\226?\128?\157s
15716
15717 ------------------------------------------------------------------------
15718 r14643 | courmisch | 2006-03-05 16:29:52 +0100 (Sun, 05 Mar 2006) | 2 lines
15719 Changed paths:
15720    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
15721    M /trunk/modules/gui/wxwidgets/interface.cpp
15722
15723 Fix some warnings
15724
15725 ------------------------------------------------------------------------
15726 r14642 | dionoea | 2006-03-05 15:58:31 +0100 (Sun, 05 Mar 2006) | 2 lines
15727 Changed paths:
15728    M /trunk/doc/release-howto.txt
15729
15730 We won't need to warn ECP about releases now.
15731
15732 ------------------------------------------------------------------------
15733 r14641 | dionoea | 2006-03-05 15:37:35 +0100 (Sun, 05 Mar 2006) | 2 lines
15734 Changed paths:
15735    M /trunk/src/misc/configuration.c
15736
15737 Fix build on Mac (i hope)
15738
15739 ------------------------------------------------------------------------
15740 r14640 | courmisch | 2006-03-05 12:36:59 +0100 (Sun, 05 Mar 2006) | 2 lines
15741 Changed paths:
15742    M /trunk/configure.ac
15743
15744 remove now useless x509-ca-bundle option
15745
15746 ------------------------------------------------------------------------
15747 r14639 | courmisch | 2006-03-05 12:28:28 +0100 (Sun, 05 Mar 2006) | 2 lines
15748 Changed paths:
15749    M /trunk/modules/misc/gnutls.c
15750
15751 Look for Root CA certificates in VLC data dir
15752
15753 ------------------------------------------------------------------------
15754 r14638 | dionoea | 2006-03-05 12:24:59 +0100 (Sun, 05 Mar 2006) | 2 lines
15755 Changed paths:
15756    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
15757
15758 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.
15759
15760 ------------------------------------------------------------------------
15761 r14637 | dionoea | 2006-03-05 12:16:23 +0100 (Sun, 05 Mar 2006) | 2 lines
15762 Changed paths:
15763    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
15764
15765 Remove uneeded include (since playlist DnD is now different from the main controler's DnD)
15766
15767 ------------------------------------------------------------------------
15768 r14636 | courmisch | 2006-03-05 12:10:34 +0100 (Sun, 05 Mar 2006) | 2 lines
15769 Changed paths:
15770    M /trunk/include/configuration.h
15771    M /trunk/include/vlc_symbols.h
15772    M /trunk/src/misc/configuration.c
15773
15774 config_GetDataDir(): returns path to VLC installed shared data
15775
15776 ------------------------------------------------------------------------
15777 r14635 | courmisch | 2006-03-05 10:04:07 +0100 (Sun, 05 Mar 2006) | 2 lines
15778 Changed paths:
15779    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
15780
15781 Fix compilation AGAIN
15782
15783 ------------------------------------------------------------------------
15784 r14634 | xtophe | 2006-03-04 23:53:51 +0100 (Sat, 04 Mar 2006) | 2 lines
15785 Changed paths:
15786    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
15787    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
15788
15789 fileinfo.*: I should lean C++
15790
15791 ------------------------------------------------------------------------
15792 r14633 | dionoea | 2006-03-04 23:48:20 +0100 (Sat, 04 Mar 2006) | 3 lines
15793 Changed paths:
15794    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
15795    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
15796    M /trunk/modules/gui/wxwidgets/interface.cpp
15797    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
15798
15799 playlist.cpp, playlist.hpp: fix segfault when destroying playlist drop target (and use the wxDnD*Locale functions).
15800 interface.cpp, wxwidgets.hpp: put courmisch's fixes to the DnD encoding issue in wx into wxDnDFromLocale and wxDnDFreeLocale
15801
15802 ------------------------------------------------------------------------
15803 r14632 | dionoea | 2006-03-04 23:06:08 +0100 (Sat, 04 Mar 2006) | 2 lines
15804 Changed paths:
15805    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
15806
15807 Fix node insertion. Thanks to zorglub.
15808
15809 ------------------------------------------------------------------------
15810 r14631 | courmisch | 2006-03-04 23:05:10 +0100 (Sat, 04 Mar 2006) | 2 lines
15811 Changed paths:
15812    M /trunk/modules/gui/wxwidgets/interface.cpp
15813
15814 Fix off by one bugs
15815
15816 ------------------------------------------------------------------------
15817 r14630 | dionoea | 2006-03-04 22:52:53 +0100 (Sat, 04 Mar 2006) | 2 lines
15818 Changed paths:
15819    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
15820    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
15821
15822 dialogs/playlist.*: Add File Drop in playlist handling. (Still needs to include courmisch's wx encoding fix when the fix gets fixed)
15823
15824 ------------------------------------------------------------------------
15825 r14629 | jpsaman | 2006-03-04 22:17:25 +0100 (Sat, 04 Mar 2006) | 1 line
15826 Changed paths:
15827    M /trunk/include/vlc_messages.h
15828
15829 Coding Style fixes
15830 ------------------------------------------------------------------------
15831 r14628 | jpsaman | 2006-03-04 21:38:01 +0100 (Sat, 04 Mar 2006) | 1 line
15832 Changed paths:
15833    M /trunk/include/vlc_messages.h
15834
15835 Fix wrong define, luckily this one wasn't used yet.
15836 ------------------------------------------------------------------------
15837 r14627 | courmisch | 2006-03-04 21:24:19 +0100 (Sat, 04 Mar 2006) | 2 lines
15838 Changed paths:
15839    M /trunk/bootstrap
15840
15841 Remove superfluous dep
15842
15843 ------------------------------------------------------------------------
15844 r14626 | courmisch | 2006-03-04 21:19:15 +0100 (Sat, 04 Mar 2006) | 2 lines
15845 Changed paths:
15846    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
15847
15848 closes #579
15849
15850 ------------------------------------------------------------------------
15851 r14625 | courmisch | 2006-03-04 21:11:01 +0100 (Sat, 04 Mar 2006) | 5 lines
15852 Changed paths:
15853    M /trunk/configure.ac
15854    M /trunk/modules/misc/gnutls.c
15855
15856 Make the Root CA certificates bundle file for gnutls a configure-time setting
15857 (as it is highly distribution dependant)
15858 On Debian --with-x509-ca-bundle=/etc/ssl/certs/ca-certificates.crt will do
15859 (provided you have the ca-certificates package)
15860
15861 ------------------------------------------------------------------------
15862 r14624 | jpsaman | 2006-03-04 21:01:58 +0100 (Sat, 04 Mar 2006) | 1 line
15863 Changed paths:
15864    M /trunk/modules/control/telnet.c
15865
15866 Do not print extra STRING_CR on successfull command.
15867 ------------------------------------------------------------------------
15868 r14623 | dionoea | 2006-03-04 19:42:35 +0100 (Sat, 04 Mar 2006) | 2 lines
15869 Changed paths:
15870    M /trunk/src/playlist/item-ext.c
15871
15872 item-ext.c: detach from all parent nodes (fixed)
15873
15874 ------------------------------------------------------------------------
15875 r14622 | dionoea | 2006-03-04 19:41:08 +0100 (Sat, 04 Mar 2006) | 3 lines
15876 Changed paths:
15877    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
15878    M /trunk/src/playlist/item-ext.c
15879
15880 modules/gui/wxwidgets/dialogs/playlist.cpp: add some more checks. Fixes infinite loop when draging an item outside the wxTreeCtrl widget.
15881 src/playlist/item-ext.c: detach item from first matching parent node only.
15882
15883 ------------------------------------------------------------------------
15884 r14621 | xtophe | 2006-03-04 19:36:29 +0100 (Sat, 04 Mar 2006) | 2 lines
15885 Changed paths:
15886    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
15887
15888 fileinfo.hpp: we need to use b_stats in Update()
15889
15890 ------------------------------------------------------------------------
15891 r14620 | xtophe | 2006-03-04 19:07:43 +0100 (Sat, 04 Mar 2006) | 2 lines
15892 Changed paths:
15893    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
15894    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
15895
15896 fileinfo.*: Don't show stats when they qre disable.
15897
15898 ------------------------------------------------------------------------
15899 r14619 | dionoea | 2006-03-04 18:32:35 +0100 (Sat, 04 Mar 2006) | 2 lines
15900 Changed paths:
15901    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
15902    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
15903
15904 add "Add node" function to node contextual menu
15905
15906 ------------------------------------------------------------------------
15907 r14618 | dionoea | 2006-03-04 18:09:04 +0100 (Sat, 04 Mar 2006) | 3 lines
15908 Changed paths:
15909    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
15910    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
15911
15912 Drag and Drop support in wx playlist.
15913 TODO: merge this playlist code with the gibalou mini playlist code.
15914
15915 ------------------------------------------------------------------------
15916 r14617 | dionoea | 2006-03-04 18:01:14 +0100 (Sat, 04 Mar 2006) | 2 lines
15917 Changed paths:
15918    M /trunk/src/playlist/item-ext.c
15919
15920 Humm ... forgot to save before commiting.
15921
15922 ------------------------------------------------------------------------
15923 r14616 | dionoea | 2006-03-04 18:00:41 +0100 (Sat, 04 Mar 2006) | 3 lines
15924 Changed paths:
15925    M /trunk/include/vlc_playlist.h
15926    M /trunk/include/vlc_symbols.h
15927    M /trunk/src/playlist/item-ext.c
15928
15929 Code the playlist_TreeMove function.
15930 zorglub: i'm not really sure about the i_serial incrementation stuff, could you give it a look ?
15931
15932 ------------------------------------------------------------------------
15933 r14615 | courmisch | 2006-03-04 17:56:05 +0100 (Sat, 04 Mar 2006) | 4 lines
15934 Changed paths:
15935    M /trunk/modules/misc/gnutls.c
15936
15937 - Support for adding a single file rather than a directory as CA path
15938 - Use Debian default
15939   much faster, but properly only works on Debian and its derivatives
15940
15941 ------------------------------------------------------------------------
15942 r14614 | courmisch | 2006-03-04 17:06:27 +0100 (Sat, 04 Mar 2006) | 3 lines
15943 Changed paths:
15944    M /trunk/modules/misc/gnutls.c
15945
15946 - Load root certificates from /etc/ssl (currently very slow :( )
15947 - Cosmetic
15948
15949 ------------------------------------------------------------------------
15950 r14613 | courmisch | 2006-03-04 14:41:41 +0100 (Sat, 04 Mar 2006) | 2 lines
15951 Changed paths:
15952    M /trunk/modules/misc/gnutls.c
15953
15954 Missed one error case
15955
15956 ------------------------------------------------------------------------
15957 r14612 | courmisch | 2006-03-04 14:36:48 +0100 (Sat, 04 Mar 2006) | 2 lines
15958 Changed paths:
15959    M /trunk/modules/misc/gnutls.c
15960
15961 (safe) directory recursion when looking for CA certificates
15962
15963 ------------------------------------------------------------------------
15964 r14611 | courmisch | 2006-03-04 14:31:59 +0100 (Sat, 04 Mar 2006) | 2 lines
15965 Changed paths:
15966    M /trunk/configure.ac
15967
15968 Don't BUILD_PIC when the platform doesn't need PIC
15969
15970 ------------------------------------------------------------------------
15971 r14610 | courmisch | 2006-03-04 13:34:28 +0100 (Sat, 04 Mar 2006) | 2 lines
15972 Changed paths:
15973    M /trunk/bootstrap
15974
15975 Libtool: kludge^H^H^H^H^H^Hfix make (|un)install within modules/subdir/subdir
15976
15977 ------------------------------------------------------------------------
15978 r14609 | courmisch | 2006-03-04 13:20:06 +0100 (Sat, 04 Mar 2006) | 2 lines
15979 Changed paths:
15980    M /trunk/bootstrap
15981
15982 libtool: Propagate errors from make (|un)install
15983
15984 ------------------------------------------------------------------------
15985 r14608 | fkuehne | 2006-03-04 12:53:03 +0100 (Sat, 04 Mar 2006) | 1 line
15986 Changed paths:
15987    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
15988    M /trunk/modules/gui/macosx/playlistinfo.m
15989
15990 * fix the table on the second tab and added an extra check to prevent a crash in rare situations
15991 ------------------------------------------------------------------------
15992 r14607 | courmisch | 2006-03-04 11:46:27 +0100 (Sat, 04 Mar 2006) | 2 lines
15993 Changed paths:
15994    M /trunk/src/network/httpd.c
15995
15996 Cosmetic
15997
15998 ------------------------------------------------------------------------
15999 r14606 | zorglub | 2006-03-04 10:28:06 +0100 (Sat, 04 Mar 2006) | 2 lines
16000 Changed paths:
16001    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
16002
16003 Don't prepend :sout= to sout string in VLM dialog (Refs:#530)
16004
16005 ------------------------------------------------------------------------
16006 r14605 | zorglub | 2006-03-04 10:12:21 +0100 (Sat, 04 Mar 2006) | 2 lines
16007 Changed paths:
16008    M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
16009
16010 Fix ordering of widgets in sout panel (Closes:#469)
16011
16012 ------------------------------------------------------------------------
16013 r14604 | zorglub | 2006-03-04 10:00:10 +0100 (Sat, 04 Mar 2006) | 2 lines
16014 Changed paths:
16015    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
16016
16017 Shoud fix #'565
16018
16019 ------------------------------------------------------------------------
16020 r14603 | xtophe | 2006-03-04 01:59:51 +0100 (Sat, 04 Mar 2006) | 5 lines
16021 Changed paths:
16022    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
16023
16024 wx/dialogs/open.cpp: Fix the caching option. Closes #575
16025 -This line, and those below, will be ignored--
16026
16027 M    open.cpp
16028
16029 ------------------------------------------------------------------------
16030 r14602 | courmisch | 2006-03-03 23:43:22 +0100 (Fri, 03 Mar 2006) | 2 lines
16031 Changed paths:
16032    M /trunk/modules/misc/rtsp.c
16033
16034 Fix error code when server is overloaded
16035
16036 ------------------------------------------------------------------------
16037 r14601 | jpsaman | 2006-03-03 22:43:48 +0100 (Fri, 03 Mar 2006) | 1 line
16038 Changed paths:
16039    A /trunk/modules/mux/rtp
16040    A /trunk/modules/mux/rtp/rtcp.c
16041    A /trunk/modules/mux/rtp/rtcp.h
16042    A /trunk/modules/mux/rtp/rtp.h
16043
16044 Structures and functions for RTCP support. BIG FAT WARNING >>>> This code is untested <<<< but the request for it is high.
16045 ------------------------------------------------------------------------
16046 r14600 | fkuehne | 2006-03-03 18:29:13 +0100 (Fri, 03 Mar 2006) | 1 line
16047 Changed paths:
16048    M /trunk/Makefile.am
16049
16050 * added a couple of OSX-intf-files which were added after the last release
16051 ------------------------------------------------------------------------
16052 r14599 | fkuehne | 2006-03-03 18:21:16 +0100 (Fri, 03 Mar 2006) | 4 lines
16053 Changed paths:
16054    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
16055    M /trunk/modules/gui/macosx/intf.m
16056    M /trunk/modules/gui/macosx/playlist.m
16057    M /trunk/modules/gui/macosx/playlistinfo.m
16058
16059 *.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")
16060 MainMenu.nib: 
16061     - dto
16062     - let the user select the values of the Statistics-tab
16063 ------------------------------------------------------------------------
16064 r14598 | fkuehne | 2006-03-03 18:12:15 +0100 (Fri, 03 Mar 2006) | 1 line
16065 Changed paths:
16066    M /trunk/modules/gui/macosx/vout.m
16067
16068 * fixed a signed vs unsinged warning
16069 ------------------------------------------------------------------------
16070 r14597 | dionoea | 2006-03-03 15:37:24 +0100 (Fri, 03 Mar 2006) | 3 lines
16071 Changed paths:
16072    M /trunk/modules/video_output/image.c
16073
16074 image.c: add --image-out-replace option. If enabled, the image vout will
16075 always overwrite the same file.
16076
16077 ------------------------------------------------------------------------
16078 r14596 | fkuehne | 2006-03-03 14:51:04 +0100 (Fri, 03 Mar 2006) | 1 line
16079 Changed paths:
16080    M /trunk/modules/gui/macosx/playlistinfo.h
16081    M /trunk/modules/gui/macosx/playlistinfo.m
16082
16083 * added a NSTimer to update the statistics every second
16084 ------------------------------------------------------------------------
16085 r14595 | xtophe | 2006-03-03 14:08:48 +0100 (Fri, 03 Mar 2006) | 2 lines
16086 Changed paths:
16087    M /trunk/extras/contrib/src/Makefile
16088
16089 Makefile: We need autogen on win32
16090
16091 ------------------------------------------------------------------------
16092 r14594 | fkuehne | 2006-03-03 13:19:56 +0100 (Fri, 03 Mar 2006) | 1 line
16093 Changed paths:
16094    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
16095    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
16096    M /trunk/modules/gui/macosx/playlistinfo.h
16097    M /trunk/modules/gui/macosx/playlistinfo.m
16098
16099 * implemented the statistics-tab. No auto-update yet.
16100 ------------------------------------------------------------------------
16101 r14593 | hartman | 2006-03-03 12:25:18 +0100 (Fri, 03 Mar 2006) | 2 lines
16102 Changed paths:
16103    M /trunk/extras/contrib/src/Makefile
16104
16105 * Disable INSTALL_NAME now gpg-error isn't shared.
16106
16107 ------------------------------------------------------------------------
16108 r14592 | hartman | 2006-03-03 12:19:00 +0100 (Fri, 03 Mar 2006) | 2 lines
16109 Changed paths:
16110    M /trunk/extras/contrib/src/Makefile
16111
16112 * copy and tabs... sigh.
16113
16114 ------------------------------------------------------------------------
16115 r14591 | hartman | 2006-03-03 12:15:55 +0100 (Fri, 03 Mar 2006) | 2 lines
16116 Changed paths:
16117    M /trunk/extras/contrib/src/Makefile
16118
16119 * Lets avoid autogen where we can
16120
16121 ------------------------------------------------------------------------
16122 r14590 | hartman | 2006-03-03 11:40:56 +0100 (Fri, 03 Mar 2006) | 2 lines
16123 Changed paths:
16124    M /trunk/extras/contrib/src/Makefile
16125    M /trunk/extras/contrib/src/Patches/live-osx.patch
16126
16127 * Fix liveMedia on all platforms now hopefully
16128
16129 ------------------------------------------------------------------------
16130 r14589 | hartman | 2006-03-03 11:22:18 +0100 (Fri, 03 Mar 2006) | 2 lines
16131 Changed paths:
16132    M /trunk/extras/contrib/src/packages.mak
16133
16134 * www.live555.com seems unreachable. use live555.com
16135
16136 ------------------------------------------------------------------------
16137 r14588 | courmisch | 2006-03-03 10:32:20 +0100 (Fri, 03 Mar 2006) | 2 lines
16138 Changed paths:
16139    M /trunk/configure.ac
16140
16141 Solaris breakage again
16142
16143 ------------------------------------------------------------------------
16144 r14587 | jpsaman | 2006-03-03 09:52:27 +0100 (Fri, 03 Mar 2006) | 1 line
16145 Changed paths:
16146    M /trunk/modules/demux/livedotcom.cpp
16147
16148 Playing 3GPP audio only LATM AAC/HE-AAC streams. Patch by Ross Finalayson
16149 ------------------------------------------------------------------------
16150 r14586 | xtophe | 2006-03-03 00:40:17 +0100 (Fri, 03 Mar 2006) | 3 lines
16151 Changed paths:
16152    M /trunk/extras/contrib/src/Makefile
16153
16154 explicit hack. please underage hackers do not look
16155 fix lame 
16156
16157 ------------------------------------------------------------------------
16158 r14585 | xtophe | 2006-03-03 00:24:37 +0100 (Fri, 03 Mar 2006) | 2 lines
16159 Changed paths:
16160    M /trunk/extras/contrib/src/Makefile
16161    M /trunk/extras/contrib/src/packages.mak
16162
16163 Fix MacOS-Intel compilation
16164
16165 ------------------------------------------------------------------------
16166 r14584 | courmisch | 2006-03-02 23:39:03 +0100 (Thu, 02 Mar 2006) | 2 lines
16167 Changed paths:
16168    M /trunk/include/vlc_httpd.h
16169    M /trunk/include/vlc_symbols.h
16170    M /trunk/src/network/httpd.c
16171
16172 Code reuse
16173
16174 ------------------------------------------------------------------------
16175 r14583 | courmisch | 2006-03-02 23:19:14 +0100 (Thu, 02 Mar 2006) | 2 lines
16176 Changed paths:
16177    M /trunk/include/vlc_httpd.h
16178
16179 Remove outdated comment
16180
16181 ------------------------------------------------------------------------
16182 r14582 | xtophe | 2006-03-02 21:39:49 +0100 (Thu, 02 Mar 2006) | 2 lines
16183 Changed paths:
16184    M /trunk/extras/contrib/src/packages.mak
16185
16186 Update lame. Closes #482
16187
16188 ------------------------------------------------------------------------
16189 r14581 | xtophe | 2006-03-02 21:38:43 +0100 (Thu, 02 Mar 2006) | 2 lines
16190 Changed paths:
16191    M /trunk/extras/contrib/src/Patches/gcrypt.patch
16192
16193 Fix Gcrypt patch
16194
16195 ------------------------------------------------------------------------
16196 r14580 | xtophe | 2006-03-02 21:11:51 +0100 (Thu, 02 Mar 2006) | 2 lines
16197 Changed paths:
16198    M /trunk/extras/contrib/src/Makefile
16199
16200 makefile: Fix livedotcom on win32
16201
16202 ------------------------------------------------------------------------
16203 r14579 | xtophe | 2006-03-02 21:10:23 +0100 (Thu, 02 Mar 2006) | 2 lines
16204 Changed paths:
16205    M /trunk/extras/contrib/src/Makefile
16206
16207 Makefile: use sed -i where possible
16208
16209 ------------------------------------------------------------------------
16210 r14578 | xtophe | 2006-03-02 21:04:54 +0100 (Thu, 02 Mar 2006) | 2 lines
16211 Changed paths:
16212    M /trunk/extras/contrib/src/Makefile
16213    M /trunk/extras/contrib/src/Patches/gcrypt.patch
16214    M /trunk/extras/contrib/src/packages.mak
16215
16216 all: Update libgcrypt,gpg-error and gnutls (closes #570 )
16217
16218 ------------------------------------------------------------------------
16219 r14577 | xtophe | 2006-03-02 20:34:31 +0100 (Thu, 02 Mar 2006) | 2 lines
16220 Changed paths:
16221    M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
16222
16223 Update x264 patch
16224
16225 ------------------------------------------------------------------------
16226 r14576 | xtophe | 2006-03-02 20:31:36 +0100 (Thu, 02 Mar 2006) | 2 lines
16227 Changed paths:
16228    M /trunk/configure.ac
16229
16230 configure.ac: Solaris fix for live555. Patch courtesy of Alexander Gall
16231
16232 ------------------------------------------------------------------------
16233 r14575 | courmisch | 2006-03-02 19:19:03 +0100 (Thu, 02 Mar 2006) | 2 lines
16234 Changed paths:
16235    M /trunk/include/vlc_common.h
16236    M /trunk/src/misc/objects.c
16237
16238 Minor clean up
16239
16240 ------------------------------------------------------------------------
16241 r14574 | fkuehne | 2006-03-02 16:52:37 +0100 (Thu, 02 Mar 2006) | 6 lines
16242 Changed paths:
16243    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
16244    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
16245    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
16246    M /trunk/modules/gui/macosx/playlistinfo.h
16247    M /trunk/modules/gui/macosx/playlistinfo.m
16248
16249 * re-designed the information/properties panel to show meta information and statistics
16250 - the display of meta information is completely implemented and functional
16251 - 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..)
16252 - the statistics tab isn't implemented yet
16253
16254 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.
16255 ------------------------------------------------------------------------
16256 r14573 | courmisch | 2006-03-02 16:19:32 +0100 (Thu, 02 Mar 2006) | 2 lines
16257 Changed paths:
16258    M /trunk/modules/access_output/file.c
16259
16260 Locale fixes (refs #528) + clean up
16261
16262 ------------------------------------------------------------------------
16263 r14572 | courmisch | 2006-03-02 15:27:09 +0100 (Thu, 02 Mar 2006) | 2 lines
16264 Changed paths:
16265    M /trunk/modules/misc/gnutls.c
16266
16267 use intptr_t (refs #574)
16268
16269 ------------------------------------------------------------------------
16270 r14571 | courmisch | 2006-03-02 15:23:03 +0100 (Thu, 02 Mar 2006) | 2 lines
16271 Changed paths:
16272    M /trunk/modules/access_output/file.c
16273
16274 Don't try to be more clever than umask()
16275
16276 ------------------------------------------------------------------------
16277 r14570 | courmisch | 2006-03-02 15:21:23 +0100 (Thu, 02 Mar 2006) | 2 lines
16278 Changed paths:
16279    M /trunk/configure.ac
16280
16281 Fix getaddrinfo check failure because of autoconf's cache
16282
16283 ------------------------------------------------------------------------
16284 r14569 | courmisch | 2006-03-02 14:54:40 +0100 (Thu, 02 Mar 2006) | 2 lines
16285 Changed paths:
16286    M /trunk/modules/audio_output/waveout.c
16287
16288 Fix invalid syntax (aout_BufferFree is not an expansion-safe macro)
16289
16290 ------------------------------------------------------------------------
16291 r14568 | courmisch | 2006-03-02 14:35:43 +0100 (Thu, 02 Mar 2006) | 2 lines
16292 Changed paths:
16293    M /trunk/modules/audio_output/arts.c
16294    M /trunk/modules/audio_output/directx.c
16295    M /trunk/modules/audio_output/esd.c
16296    M /trunk/modules/audio_output/jack.c
16297    M /trunk/modules/audio_output/sdl.c
16298
16299 Unused header inclusion syndrome
16300
16301 ------------------------------------------------------------------------
16302 r14567 | courmisch | 2006-03-02 14:02:37 +0100 (Thu, 02 Mar 2006) | 2 lines
16303 Changed paths:
16304    M /trunk/src/Makefile.am
16305
16306 dist vlc_url.h
16307
16308 ------------------------------------------------------------------------
16309 r14566 | fkuehne | 2006-03-02 13:15:25 +0100 (Thu, 02 Mar 2006) | 1 line
16310 Changed paths:
16311    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
16312    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
16313
16314 * forgot that one in [14565]
16315 ------------------------------------------------------------------------
16316 r14565 | fkuehne | 2006-03-02 13:14:52 +0100 (Thu, 02 Mar 2006) | 5 lines
16317 Changed paths:
16318    M /trunk/modules/gui/macosx/playlist.m
16319    M /trunk/modules/gui/macosx/sfilters.m
16320    M /trunk/modules/gui/macosx/update.m
16321
16322 * 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)
16323
16324 * update.m: use mtime() instead of NSCalenderDate for the time-stamp
16325
16326 * sfilters.m: fixed 2 compilation warnings (corrected UTF8String to char casting)
16327 ------------------------------------------------------------------------
16328 r14564 | courmisch | 2006-03-02 08:52:53 +0100 (Thu, 02 Mar 2006) | 4 lines
16329 Changed paths:
16330    M /trunk/bootstrap
16331    M /trunk/src/Makefile.am
16332
16333 libtool:
16334  - Don't link builtins against anything (dependencies are linked in libvlc)
16335  - Don't mangle name of underlying libraries
16336
16337 ------------------------------------------------------------------------
16338 r14563 | fkuehne | 2006-03-01 23:21:36 +0100 (Wed, 01 Mar 2006) | 2 lines
16339 Changed paths:
16340    M /trunk/modules/gui/macosx/update.h
16341    M /trunk/modules/gui/macosx/update.m
16342
16343 * 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)
16344 * cleanup of the source
16345 ------------------------------------------------------------------------
16346 r14562 | dionoea | 2006-03-01 23:00:37 +0100 (Wed, 01 Mar 2006) | 2 lines
16347 Changed paths:
16348    M /trunk/THANKS
16349
16350 Add/Change x264 options. Patch by Dennis van Amerongen
16351
16352 ------------------------------------------------------------------------
16353 r14561 | dionoea | 2006-03-01 22:58:15 +0100 (Wed, 01 Mar 2006) | 22 lines
16354 Changed paths:
16355    M /trunk/modules/codec/x264.c
16356
16357 Add/Change x264 options. Patch by Dennis van Amerongen
16358
16359 Original email was
16360
16361 "Subject: [vlc-devel] Additional x264 options/unification
16362
16363 Patch for unification and addition of several x264 options (using x264          
16364 commandline interface as reference):                                            
16365                                                                                 
16366 8x8dct, asm, bime, chroma-me, chroma-qp-offset, cplxblur, direct,               
16367 ipratio, nr, pbratio, qblur, qcomp, qpstep, verbose. Changed (no-)psnr,         
16368 (no-)b-adapt, (no-)fast-pskip to similar usage as (no-)cabac. Deprecated        
16369 options in favor of x264 cli equivalents (subpel -> subme, frameref ->          
16370 ref, etc.) for unification.                                                     
16371                                                                                 
16372 Improved order of adding partitions in analyse modes as suggested by            
16373 Pengvado (#x264): i4x4,p8x8,i8x8+8x8dct,b8x8,p4x4 (at low bitrate i8x8          
16374 would be more important than i4x4 though). Using i8x8 results in a "High        
16375 Profile" setting (not all decoders seem to support that). i8x8 requires         
16376 8x8dct which is now a seperate option (default disabled)."
16377
16378
16379 ------------------------------------------------------------------------
16380 r14560 | xtophe | 2006-03-01 22:41:11 +0100 (Wed, 01 Mar 2006) | 2 lines
16381 Changed paths:
16382    M /trunk/extras/contrib/Makefile
16383
16384 Warning Explicit Kludge
16385
16386 ------------------------------------------------------------------------
16387 r14559 | fkuehne | 2006-03-01 22:08:17 +0100 (Wed, 01 Mar 2006) | 1 line
16388 Changed paths:
16389    M /trunk/modules/gui/macosx/update.h
16390    M /trunk/modules/gui/macosx/update.m
16391
16392 * removed unused, useless variable
16393 ------------------------------------------------------------------------
16394 r14558 | fkuehne | 2006-03-01 22:05:47 +0100 (Wed, 01 Mar 2006) | 4 lines
16395 Changed paths:
16396    M /trunk/modules/gui/macosx/interaction.m
16397    M /trunk/modules/gui/macosx/update.h
16398    M /trunk/modules/gui/macosx/update.m
16399
16400 * download the updated versions through VLC and not through your default browser
16401 * removed a crasher from interaction.m
16402
16403 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.
16404 ------------------------------------------------------------------------
16405 r14557 | hartman | 2006-03-01 22:00:49 +0100 (Wed, 01 Mar 2006) | 2 lines
16406 Changed paths:
16407    M /trunk/modules/codec/ffmpeg/ffmpeg.c
16408
16409 * Add dvcp and dvpp FOURCCs (the PAl versions of QuickTime DV and DVPro apparently)
16410
16411 ------------------------------------------------------------------------
16412 r14556 | fkuehne | 2006-03-01 20:56:34 +0100 (Wed, 01 Mar 2006) | 1 line
16413 Changed paths:
16414    M /trunk/modules/gui/wxwidgets/input_manager.cpp
16415    M /trunk/modules/gui/wxwidgets/interface.cpp
16416    M /trunk/modules/gui/wxwidgets/interface.hpp
16417    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
16418
16419 * more systray related ifndefs for the Darwin platform
16420 ------------------------------------------------------------------------
16421 r14555 | fkuehne | 2006-03-01 20:11:24 +0100 (Wed, 01 Mar 2006) | 1 line
16422 Changed paths:
16423    M /trunk/modules/gui/wxwidgets/interface.cpp
16424
16425 * Darwin compilation fix
16426 ------------------------------------------------------------------------
16427 r14554 | fkuehne | 2006-03-01 18:47:27 +0100 (Wed, 01 Mar 2006) | 1 line
16428 Changed paths:
16429    M /trunk/modules/access/screen/mac.c
16430
16431 * fixed some warnings
16432 ------------------------------------------------------------------------
16433 r14553 | hartman | 2006-03-01 17:50:08 +0100 (Wed, 01 Mar 2006) | 4 lines
16434 Changed paths:
16435    M /trunk/configure.ac
16436
16437 * Apply --enable-xinerama patch by Diego Petteno <flameeyes at gentoo dot org>
16438 This is not 100% tested, but only compared against similar situations.
16439
16440
16441 ------------------------------------------------------------------------
16442 r14552 | hartman | 2006-03-01 14:36:01 +0100 (Wed, 01 Mar 2006) | 3 lines
16443 Changed paths:
16444    M /trunk/modules/misc/rtsp.c
16445    M /trunk/modules/stream_out/rtp.c
16446
16447 * trackID changes for the VLC rtsp server as suggested by Leonardo ... <leonardo_c at libero dot it>.
16448   - apparently DSS is casesensitive on trackID.
16449
16450 ------------------------------------------------------------------------
16451 r14551 | hartman | 2006-03-01 14:23:12 +0100 (Wed, 01 Mar 2006) | 2 lines
16452 Changed paths:
16453    M /trunk/extras/contrib/src/Makefile
16454    D /trunk/extras/contrib/src/Patches/libcddb.patch
16455    M /trunk/extras/contrib/src/packages.mak
16456
16457 * Update the CDDB version from 0.9.6 to 1.2.1
16458
16459 ------------------------------------------------------------------------
16460 r14550 | hartman | 2006-03-01 14:13:03 +0100 (Wed, 01 Mar 2006) | 3 lines
16461 Changed paths:
16462    M /trunk/THANKS
16463    M /trunk/modules/access/cdda/info.c
16464
16465 * Fixes for CDDB courtesy of Alexander Gall <gall at switch dot ch>. 
16466  - added him to THANKS as well.
16467
16468 ------------------------------------------------------------------------
16469 r14549 | courmisch | 2006-03-01 12:20:10 +0100 (Wed, 01 Mar 2006) | 3 lines
16470 Changed paths:
16471    M /trunk/modules/misc/network/ipv4.c
16472    M /trunk/modules/misc/network/ipv6.c
16473
16474 Don't use connect() when the "bind" address is a multicast group
16475 Bug reported by Alexander Gall
16476
16477 ------------------------------------------------------------------------
16478 r14548 | courmisch | 2006-03-01 11:41:47 +0100 (Wed, 01 Mar 2006) | 2 lines
16479 Changed paths:
16480    M /trunk/configure.ac
16481
16482 Try to fix getaddrinfo et al. detection on Solaris
16483
16484 ------------------------------------------------------------------------
16485 r14547 | courmisch | 2006-03-01 11:20:50 +0100 (Wed, 01 Mar 2006) | 2 lines
16486 Changed paths:
16487    M /trunk/configure.ac
16488
16489 Link ipv6 with -lsocket and/or -lnsl whenever we need these for ipv4
16490
16491 ------------------------------------------------------------------------
16492 r14546 | courmisch | 2006-03-01 10:53:39 +0100 (Wed, 01 Mar 2006) | 2 lines
16493 Changed paths:
16494    M /trunk/src/Makefile.am
16495
16496 Use stamp not to recompile and relink version.c when it doesn't have to (closes #554)
16497
16498 ------------------------------------------------------------------------
16499 r14545 | zorglub | 2006-03-01 00:23:42 +0100 (Wed, 01 Mar 2006) | 2 lines
16500 Changed paths:
16501    M /trunk/modules/gui/wxwidgets/dialogs.cpp
16502
16503 Don't preparse folders using input_Preprase
16504
16505 ------------------------------------------------------------------------
16506 r14544 | ipkiss | 2006-02-28 20:12:54 +0100 (Tue, 28 Feb 2006) | 2 lines
16507 Changed paths:
16508    M /trunk/doc/skins/skins2-howto.xml
16509
16510  * doc/skins/skins2-howto.xml: fixed a typo
16511
16512 ------------------------------------------------------------------------
16513 r14543 | md | 2006-02-28 16:46:46 +0100 (Tue, 28 Feb 2006) | 5 lines
16514 Changed paths:
16515    M /trunk/src/video_output/vout_intf.c
16516
16517 * changed the order of offered aspect/crop values so that the most commonly
16518 used ones are on the top
16519 * added 5:4 aspect/crop ration for high quality PAL TV out (720x576 display
16520 resolution) and 1280x1024 LCD panels 
16521
16522 ------------------------------------------------------------------------
16523 r14542 | md | 2006-02-28 16:34:16 +0100 (Tue, 28 Feb 2006) | 2 lines
16524 Changed paths:
16525    M /trunk/src/video_output/vout_intf.c
16526
16527 make ZoomCallback work with extended GUI or deinterlace (refs #480)
16528
16529 ------------------------------------------------------------------------
16530 r14541 | hartman | 2006-02-28 16:31:04 +0100 (Tue, 28 Feb 2006) | 5 lines
16531 Changed paths:
16532    M /trunk/modules/stream_out/rtp.c
16533
16534 * Fix the rtp module to not create broken SDPs. muxed streams are unsupported in RTSP mode. fixes #452
16535 - commented a few fprintf, and changed some to msg_Dbg where possible.
16536 - fixed a couple of spelling errors.
16537 - this module really needs a big cleanup and merging with the other SDP and RTSP code.
16538
16539 ------------------------------------------------------------------------
16540 r14540 | courmisch | 2006-02-28 16:29:42 +0100 (Tue, 28 Feb 2006) | 2 lines
16541 Changed paths:
16542    M /trunk/bootstrap
16543
16544 libtool: fix make distclean
16545
16546 ------------------------------------------------------------------------
16547 r14539 | courmisch | 2006-02-28 16:12:37 +0100 (Tue, 28 Feb 2006) | 4 lines
16548 Changed paths:
16549    M /trunk/bootstrap
16550    M /trunk/src/Makefile.am
16551
16552 With libtool, compile builtins as lib*_builtin.la to avoid name collision
16553 with actual system library (seems to fix weird compilation problem with
16554 flac and theora builtins)
16555
16556 ------------------------------------------------------------------------
16557 r14538 | courmisch | 2006-02-28 15:52:40 +0100 (Tue, 28 Feb 2006) | 3 lines
16558 Changed paths:
16559    M /trunk/src/stream_output/sap.c
16560
16561 Fail when trying to advertise a stream with an out-of-scope address
16562 (avoids spamming the MBONE with incorrect private streams)
16563
16564 ------------------------------------------------------------------------
16565 r14537 | courmisch | 2006-02-28 13:58:37 +0100 (Tue, 28 Feb 2006) | 2 lines
16566 Changed paths:
16567    M /trunk/bootstrap
16568
16569 Use noinst_ rather than libvlc_ for builtins
16570
16571 ------------------------------------------------------------------------
16572 r14536 | dionoea | 2006-02-28 13:45:37 +0100 (Tue, 28 Feb 2006) | 2 lines
16573 Changed paths:
16574    M /trunk/src/misc/vlm.c
16575
16576 Use VLC stream functions to load vlm configs. Refs #567
16577
16578 ------------------------------------------------------------------------
16579 r14535 | courmisch | 2006-02-28 13:22:24 +0100 (Tue, 28 Feb 2006) | 3 lines
16580 Changed paths:
16581    M /trunk/bootstrap
16582
16583 Implement clean with --enable-libtool
16584 May fix builtins recompilation (theora, flac...)
16585
16586 ------------------------------------------------------------------------
16587 r14534 | courmisch | 2006-02-28 12:45:22 +0100 (Tue, 28 Feb 2006) | 3 lines
16588 Changed paths:
16589    M /trunk/configure.ac
16590
16591 Don't use p_symbols with libtool
16592 (this commit obviously breaks binary compatibility - clear your plugins)
16593
16594 ------------------------------------------------------------------------
16595 r14533 | courmisch | 2006-02-28 10:01:59 +0100 (Tue, 28 Feb 2006) | 2 lines
16596 Changed paths:
16597    M /trunk/bootstrap
16598
16599 Fix the work-around for the work-around
16600
16601 ------------------------------------------------------------------------
16602 r14532 | courmisch | 2006-02-28 09:55:43 +0100 (Tue, 28 Feb 2006) | 2 lines
16603 Changed paths:
16604    M /trunk/src/network/udp.c
16605
16606 Remove debug message
16607
16608 ------------------------------------------------------------------------
16609 r14531 | courmisch | 2006-02-28 09:42:23 +0100 (Tue, 28 Feb 2006) | 2 lines
16610 Changed paths:
16611    M /trunk/activex/Makefile.am
16612    M /trunk/bootstrap
16613    M /trunk/mozilla/Makefile.am
16614    M /trunk/src/Makefile.am
16615
16616 mv -> mv -f
16617
16618 ------------------------------------------------------------------------
16619 r14530 | courmisch | 2006-02-28 09:39:27 +0100 (Tue, 28 Feb 2006) | 2 lines
16620 Changed paths:
16621    M /trunk/doc/Makefile.am
16622
16623 Dist demo.sh
16624
16625 ------------------------------------------------------------------------
16626 r14529 | courmisch | 2006-02-28 09:37:44 +0100 (Tue, 28 Feb 2006) | 2 lines
16627 Changed paths:
16628    M /trunk/bootstrap
16629
16630 Missing quotes
16631
16632 ------------------------------------------------------------------------
16633 r14528 | courmisch | 2006-02-28 09:16:40 +0100 (Tue, 28 Feb 2006) | 2 lines
16634 Changed paths:
16635    M /trunk/doc/demo.sh
16636
16637 EOL style
16638
16639 ------------------------------------------------------------------------
16640 r14527 | hartman | 2006-02-28 03:03:33 +0100 (Tue, 28 Feb 2006) | 2 lines
16641 Changed paths:
16642    M /trunk/modules/demux/vobsub.c
16643
16644 * Use stream_UrlNew for vobsub loading instead of fopen. closes #567
16645
16646 ------------------------------------------------------------------------
16647 r14526 | hartman | 2006-02-28 02:28:38 +0100 (Tue, 28 Feb 2006) | 2 lines
16648 Changed paths:
16649    M /trunk/doc/demo.sh
16650
16651 * demo.sh for Mac OS X VLC command
16652
16653 ------------------------------------------------------------------------
16654 r14525 | dionoea | 2006-02-28 00:24:39 +0100 (Tue, 28 Feb 2006) | 2 lines
16655 Changed paths:
16656    M /trunk/doc/demo.sh
16657
16658 Add OpenGL rotating cube and video wall demos
16659
16660 ------------------------------------------------------------------------
16661 r14524 | dionoea | 2006-02-28 00:03:28 +0100 (Tue, 28 Feb 2006) | 2 lines
16662 Changed paths:
16663    M /trunk/doc/demo.sh
16664
16665 Small fixes/changes
16666
16667 ------------------------------------------------------------------------
16668 r14523 | dionoea | 2006-02-27 23:47:21 +0100 (Mon, 27 Feb 2006) | 2 lines
16669 Changed paths:
16670    A /trunk/doc/demo.sh
16671
16672 Small script that generates huge command lines to be used in demos. Feel free to add/change stuff.
16673
16674 ------------------------------------------------------------------------
16675 r14522 | hartman | 2006-02-27 22:13:56 +0100 (Mon, 27 Feb 2006) | 2 lines
16676 Changed paths:
16677    M /trunk/extras/contrib/src/Makefile
16678
16679 * iconv is already provided on 10.3 and 10.4, so we don't need to install it.
16680
16681 ------------------------------------------------------------------------
16682 r14521 | courmisch | 2006-02-27 22:07:25 +0100 (Mon, 27 Feb 2006) | 2 lines
16683 Changed paths:
16684    M /trunk/modules/misc/gnutls.c
16685
16686 Fix warning on 64 bits systems
16687
16688 ------------------------------------------------------------------------
16689 r14520 | courmisch | 2006-02-27 22:06:42 +0100 (Mon, 27 Feb 2006) | 2 lines
16690 Changed paths:
16691    M /trunk/modules/misc/rtsp.c
16692
16693 Silly me
16694
16695 ------------------------------------------------------------------------
16696 r14519 | courmisch | 2006-02-27 21:59:08 +0100 (Mon, 27 Feb 2006) | 2 lines
16697 Changed paths:
16698    M /trunk/activex/Makefile.am
16699    M /trunk/bootstrap
16700    M /trunk/mozilla/Makefile.am
16701    M /trunk/src/Makefile.am
16702
16703 Work-around libtool's work-around which adds .exe on Cygwin 
16704
16705 ------------------------------------------------------------------------
16706 r14518 | courmisch | 2006-02-27 21:48:49 +0100 (Mon, 27 Feb 2006) | 2 lines
16707 Changed paths:
16708    M /trunk/modules/access/gnomevfs.c
16709    M /trunk/modules/misc/rtsp.c
16710
16711 Compile fixes
16712
16713 ------------------------------------------------------------------------
16714 r14517 | courmisch | 2006-02-27 21:29:39 +0100 (Mon, 27 Feb 2006) | 2 lines
16715 Changed paths:
16716    M /trunk/bootstrap
16717
16718 Don't loop infinitely when then is no plugin to install (libtool-only)
16719
16720 ------------------------------------------------------------------------
16721 r14516 | courmisch | 2006-02-27 21:29:03 +0100 (Mon, 27 Feb 2006) | 2 lines
16722 Changed paths:
16723    M /trunk/modules/services_discovery/daap.c
16724
16725 daap.c: Attempt to fix compilation
16726
16727 ------------------------------------------------------------------------
16728 r14515 | courmisch | 2006-02-27 13:46:42 +0100 (Mon, 27 Feb 2006) | 2 lines
16729 Changed paths:
16730    M /trunk/include/network.h
16731    A /trunk/include/vlc_url.h (from /trunk/include/network.h:14514)
16732    M /trunk/modules/access/ftp.c
16733    M /trunk/modules/access/http.c
16734    M /trunk/modules/access/mms/mmsh.c
16735    M /trunk/modules/access/mms/mmstu.c
16736    M /trunk/modules/control/http/rpn.c
16737    M /trunk/modules/control/rc.c
16738    M /trunk/modules/control/telnet.c
16739    M /trunk/modules/misc/rtsp.c
16740    M /trunk/modules/stream_out/rtp.c
16741    M /trunk/modules/stream_out/standard.c
16742
16743 Separate socket/resolv stuff (network.h) from url stuff (vlc_url.h)
16744
16745 ------------------------------------------------------------------------
16746 r14514 | xtophe | 2006-02-27 13:01:58 +0100 (Mon, 27 Feb 2006) | 2 lines
16747 Changed paths:
16748    M /trunk/po/POTFILES.in
16749    M /trunk/po/ca.po
16750    M /trunk/po/da.po
16751    M /trunk/po/de.po
16752    M /trunk/po/en_GB.po
16753    M /trunk/po/es.po
16754    M /trunk/po/fr.po
16755    M /trunk/po/it.po
16756    M /trunk/po/ja.po
16757    M /trunk/po/ka.po
16758    M /trunk/po/ko.po
16759    M /trunk/po/nl.po
16760    M /trunk/po/oc.po
16761    M /trunk/po/pt_BR.po
16762    M /trunk/po/ro.po
16763    M /trunk/po/ru.po
16764    M /trunk/po/sv.po
16765    M /trunk/po/tr.po
16766    M /trunk/po/vlc.pot
16767    M /trunk/po/zh_CN.po
16768    M /trunk/po/zh_TW.po
16769
16770 po/*: run make update-po.
16771
16772 ------------------------------------------------------------------------
16773 r14513 | dionoea | 2006-02-26 22:30:50 +0100 (Sun, 26 Feb 2006) | 4 lines
16774 Changed paths:
16775    M /trunk/modules/video_filter/distort.c
16776
16777 distort.c:
16778 * new psychedelic FOSDEM demo filter. enjoy :)
16779 * misc changes          
16780
16781 ------------------------------------------------------------------------
16782 r14512 | fkuehne | 2006-02-26 17:33:56 +0100 (Sun, 26 Feb 2006) | 1 line
16783 Changed paths:
16784    M /trunk/extras/contrib/bootstrap
16785    M /trunk/extras/contrib/src/Makefile
16786    M /trunk/extras/contrib/src/packages.mak
16787
16788 * fixed the compilation of gettext&libiconv on Darwin and updated the copyright-dates
16789 ------------------------------------------------------------------------
16790 r14511 | jpsaman | 2006-02-26 16:49:54 +0100 (Sun, 26 Feb 2006) | 1 line
16791 Changed paths:
16792    M /trunk/modules/misc/rtsp.c
16793
16794 Rename --rtsp-throtle to --rtsp-throtle-users
16795 ------------------------------------------------------------------------
16796 r14510 | courmisch | 2006-02-26 16:09:47 +0100 (Sun, 26 Feb 2006) | 3 lines
16797 Changed paths:
16798    M /trunk/src/Makefile.am
16799
16800 Put some dependencies on stamp-builtins to force rebuild when the
16801 tree configuration is modified
16802
16803 ------------------------------------------------------------------------
16804 r14509 | courmisch | 2006-02-26 15:48:02 +0100 (Sun, 26 Feb 2006) | 4 lines
16805 Changed paths:
16806    M /trunk/bootstrap
16807    M /trunk/configure.ac
16808    M /trunk/src/Makefile.am
16809
16810 Get rid of --enable-shared-libvlc on non-Microsoft platforms
16811 as it did never worked properly, if at all with these
16812 (you should use libtool to build a shared libvlc instead)
16813
16814 ------------------------------------------------------------------------
16815 r14508 | zorglub | 2006-02-26 15:47:06 +0100 (Sun, 26 Feb 2006) | 2 lines
16816 Changed paths:
16817    M /trunk/src/control/libvlc_audio.c
16818
16819 Remove ref to volume_get
16820
16821 ------------------------------------------------------------------------
16822 r14507 | zorglub | 2006-02-26 15:23:16 +0100 (Sun, 26 Feb 2006) | 2 lines
16823 Changed paths:
16824    M /trunk/modules/gui/wxwidgets/menus.cpp
16825
16826 Disable intf-switch in the interface (Refs:#564) - Not working correctly, neither on win32 nor GTK
16827
16828 ------------------------------------------------------------------------
16829 r14506 | fkuehne | 2006-02-26 15:20:46 +0100 (Sun, 26 Feb 2006) | 1 line
16830 Changed paths:
16831    M /trunk/NEWS
16832
16833 * added some news. feel free to improve the wording :)
16834 ------------------------------------------------------------------------
16835 r14505 | fkuehne | 2006-02-26 13:35:30 +0100 (Sun, 26 Feb 2006) | 3 lines
16836 Changed paths:
16837    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
16838    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
16839    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
16840    M /trunk/modules/gui/macosx/controls.h
16841    M /trunk/modules/gui/macosx/controls.m
16842
16843 * added a "Go To Specific Position" feature (closes #377)
16844 - accessible by double-clicking on the time-counters and through a menu-item in "Playback"
16845 - 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.
16846 ------------------------------------------------------------------------
16847 r14504 | zorglub | 2006-02-26 13:30:22 +0100 (Sun, 26 Feb 2006) | 3 lines
16848 Changed paths:
16849    M /trunk/include/vlc/libvlc.h
16850    M /trunk/src/control/libvlc_audio.c
16851
16852 Cosmetics. 
16853 Add toggle_mute
16854
16855 ------------------------------------------------------------------------
16856 r14503 | zorglub | 2006-02-26 13:29:40 +0100 (Sun, 26 Feb 2006) | 2 lines
16857 Changed paths:
16858    M /trunk/m4
16859
16860 svn:ignore libtool stuff
16861
16862 ------------------------------------------------------------------------
16863 r14502 | jpsaman | 2006-02-26 13:18:46 +0100 (Sun, 26 Feb 2006) | 1 line
16864 Changed paths:
16865    M /trunk/modules/misc/rtsp.c
16866
16867 Implement RTSP VOD connection throtle
16868 ------------------------------------------------------------------------
16869 r14501 | courmisch | 2006-02-26 12:59:18 +0100 (Sun, 26 Feb 2006) | 2 lines
16870 Changed paths:
16871    M /trunk/Makefile.am
16872    D /trunk/src/vlc.c
16873    A /trunk/vlc.c (from /trunk/src/vlc.c:14498)
16874
16875 Move vlc.c to . to fix distclean (Automake limitation)
16876
16877 ------------------------------------------------------------------------
16878 r14500 | dionoea | 2006-02-25 22:11:18 +0100 (Sat, 25 Feb 2006) | 3 lines
16879 Changed paths:
16880    M /trunk/src/misc/win32_specific.c
16881
16882 Revert [14452] as it broke the mozilla plugin. We need to find another way
16883 to fix that.
16884
16885 ------------------------------------------------------------------------
16886 r14499 | dionoea | 2006-02-25 22:08:46 +0100 (Sat, 25 Feb 2006) | 2 lines
16887 Changed paths:
16888    M /trunk/doc/fortunes.txt
16889
16890 Nice user comment ...
16891
16892 ------------------------------------------------------------------------
16893 r14498 | courmisch | 2006-02-25 21:46:22 +0100 (Sat, 25 Feb 2006) | 2 lines
16894 Changed paths:
16895    M /trunk/Makefile.am
16896
16897 Attempt to fix core and all targets with more than one job
16898
16899 ------------------------------------------------------------------------
16900 r14497 | fkuehne | 2006-02-25 16:50:43 +0100 (Sat, 25 Feb 2006) | 5 lines
16901 Changed paths:
16902    M /trunk/modules/gui/macosx/update.h
16903    M /trunk/modules/gui/macosx/update.m
16904
16905 * retrieve the release notes and display them
16906     - they are temporarily stored in ~/Library/Caches/vlc_releasenote_temp.txt
16907     - Please shout if this location isn't okay for this purpose.
16908     - the file is automatically removed after displaying its content.
16909 * show the binary's size in MB instead of bytes
16910 ------------------------------------------------------------------------
16911 r14496 | fkuehne | 2006-02-25 14:45:07 +0100 (Sat, 25 Feb 2006) | 1 line
16912 Changed paths:
16913    M /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
16914    M /trunk/modules/gui/macosx/interaction.h
16915    M /trunk/modules/gui/macosx/interaction.m
16916
16917 * slightly enlarged the progress_for_downloads-panel-to-be and fixed some bugs in the interaction-framework
16918 ------------------------------------------------------------------------
16919 r14495 | courmisch | 2006-02-24 23:39:45 +0100 (Fri, 24 Feb 2006) | 3 lines
16920 Changed paths:
16921    M /trunk/Makefile.am
16922
16923 Fix Win32 packaging targets inter-dependencies
16924 (otherwise unusable with more than one make job)
16925
16926 ------------------------------------------------------------------------
16927 r14494 | zorglub | 2006-02-24 20:11:39 +0100 (Fri, 24 Feb 2006) | 2 lines
16928 Changed paths:
16929    M /trunk/extras/make.pl
16930
16931 Remove a bit of noise
16932
16933 ------------------------------------------------------------------------
16934 r14493 | bigben | 2006-02-24 16:00:03 +0100 (Fri, 24 Feb 2006) | 3 lines
16935 Changed paths:
16936    M /trunk/modules/audio_filter/channel_mixer/simple.c
16937
16938 Add a 7.x / 5.x -> 4.0 downmixing routine (for AAC mostly, for a52 this is done by liba52)
16939
16940
16941 ------------------------------------------------------------------------
16942 r14492 | courmisch | 2006-02-24 14:43:10 +0100 (Fri, 24 Feb 2006) | 2 lines
16943 Changed paths:
16944    M /trunk/src/libvlc.h
16945
16946 Remove abusive line feeds to fix vlc --help-verbose --advanced  -H layout.
16947
16948 ------------------------------------------------------------------------
16949 r14491 | xtophe | 2006-02-24 11:53:29 +0100 (Fri, 24 Feb 2006) | 2 lines
16950 Changed paths:
16951    M /trunk/extras/contrib/src/Makefile
16952    M /trunk/extras/contrib/src/Patches/libpng-1.2.5-win32.patch
16953
16954 ALL: Don't use character which are different in utf8 and latin*
16955
16956 ------------------------------------------------------------------------
16957 r14490 | djc | 2006-02-24 10:55:51 +0100 (Fri, 24 Feb 2006) | 3 lines
16958 Changed paths:
16959    M /trunk/modules/video_filter/distort.c
16960
16961 Simple Hough transform to detect lines in video
16962 Needs a lot of optimizations...
16963
16964 ------------------------------------------------------------------------
16965 r14489 | courmisch | 2006-02-24 09:28:12 +0100 (Fri, 24 Feb 2006) | 2 lines
16966 Changed paths:
16967    M /trunk/extras/contrib/src/Makefile
16968
16969 Silly libgpg-error's autogen doesn't call libtoolize
16970
16971 ------------------------------------------------------------------------
16972 r14488 | courmisch | 2006-02-24 08:57:54 +0100 (Fri, 24 Feb 2006) | 5 lines
16973 Changed paths:
16974    M /trunk/mozilla/Makefile.am
16975
16976 Fix typo, fix make dist
16977
16978 As for make distclean, I can't think of any solution but moving vlc.c out of
16979 src/ (I know it sucks, but you don't want to rewrite automake, do you?).
16980
16981 ------------------------------------------------------------------------
16982 r14487 | courmisch | 2006-02-23 23:59:03 +0100 (Thu, 23 Feb 2006) | 2 lines
16983 Changed paths:
16984    M /trunk/mozilla/Makefile.am
16985
16986 Make automake happy
16987
16988 ------------------------------------------------------------------------
16989 r14486 | courmisch | 2006-02-23 23:49:56 +0100 (Thu, 23 Feb 2006) | 2 lines
16990 Changed paths:
16991    M /trunk/mozilla/Makefile.am
16992
16993 Support for building Mozilla plugin with libtool + clean up
16994
16995 ------------------------------------------------------------------------
16996 r14485 | courmisch | 2006-02-23 23:08:24 +0100 (Thu, 23 Feb 2006) | 2 lines
16997 Changed paths:
16998    M /trunk/mozilla/Makefile.am
16999
17000 Clean up
17001
17002 ------------------------------------------------------------------------
17003 r14484 | courmisch | 2006-02-23 22:47:10 +0100 (Thu, 23 Feb 2006) | 2 lines
17004 Changed paths:
17005    M /trunk
17006    M /trunk/activex
17007    M /trunk/modules
17008    M /trunk/modules/access
17009    M /trunk/modules/access/cdda
17010    M /trunk/modules/access/dshow
17011    M /trunk/modules/access/dvb
17012    M /trunk/modules/access/mms
17013    M /trunk/modules/access/pvr
17014    M /trunk/modules/access/rtsp
17015    M /trunk/modules/access/screen
17016    M /trunk/modules/access/v4l
17017    M /trunk/modules/access/vcd
17018    M /trunk/modules/access/vcdx
17019    M /trunk/modules/access_filter
17020    M /trunk/modules/access_output
17021    M /trunk/modules/audio_filter
17022    M /trunk/modules/audio_filter/channel_mixer
17023    M /trunk/modules/audio_filter/converter
17024    M /trunk/modules/audio_filter/resampler
17025    M /trunk/modules/audio_mixer
17026    M /trunk/modules/audio_output
17027    M /trunk/modules/codec
17028    M /trunk/modules/codec/cmml
17029    M /trunk/modules/codec/dmo
17030    M /trunk/modules/codec/ffmpeg
17031    M /trunk/modules/codec/spudec
17032    M /trunk/modules/control
17033    M /trunk/modules/control/corba
17034    M /trunk/modules/control/http
17035    M /trunk/modules/demux
17036    M /trunk/modules/demux/asf
17037    M /trunk/modules/demux/avi
17038    M /trunk/modules/demux/mp4
17039    M /trunk/modules/demux/mpeg
17040    M /trunk/modules/demux/playlist
17041    M /trunk/modules/demux/util
17042    M /trunk/modules/gui
17043    M /trunk/modules/gui/beos
17044    M /trunk/modules/gui/macosx
17045    M /trunk/modules/gui/opie
17046    M /trunk/modules/gui/pda
17047    M /trunk/modules/gui/qnx
17048    M /trunk/modules/gui/skins2
17049    M /trunk/modules/gui/skins2/commands
17050    M /trunk/modules/gui/skins2/controls
17051    M /trunk/modules/gui/skins2/events
17052    M /trunk/modules/gui/skins2/macosx
17053    M /trunk/modules/gui/skins2/parser
17054    M /trunk/modules/gui/skins2/src
17055    M /trunk/modules/gui/skins2/unzip
17056    M /trunk/modules/gui/skins2/utils
17057    M /trunk/modules/gui/skins2/vars
17058    M /trunk/modules/gui/skins2/win32
17059    M /trunk/modules/gui/skins2/x11
17060    M /trunk/modules/gui/wince
17061    M /trunk/modules/gui/wince/bitmaps
17062    M /trunk/modules/gui/wxwidgets
17063    M /trunk/modules/gui/wxwidgets/bitmaps
17064    M /trunk/modules/gui/wxwidgets/dialogs
17065    M /trunk/modules/gui/wxwidgets/dialogs/vlm
17066    M /trunk/modules/misc
17067    M /trunk/modules/misc/dummy
17068    M /trunk/modules/misc/memcpy
17069    M /trunk/modules/misc/network
17070    M /trunk/modules/misc/playlist
17071    M /trunk/modules/misc/testsuite
17072    M /trunk/modules/misc/xml
17073    M /trunk/modules/mux
17074    M /trunk/modules/mux/mpeg
17075    M /trunk/modules/packetizer
17076    M /trunk/modules/services_discovery
17077    M /trunk/modules/stream_out
17078    M /trunk/modules/stream_out/transrate
17079    M /trunk/modules/video_chroma
17080    M /trunk/modules/video_filter
17081    M /trunk/modules/video_filter/swscale
17082    M /trunk/modules/video_output
17083    M /trunk/modules/video_output/directx
17084    M /trunk/modules/video_output/qte
17085    M /trunk/modules/video_output/x11
17086    M /trunk/modules/visualization
17087    M /trunk/modules/visualization/galaktos
17088    M /trunk/modules/visualization/visual
17089    M /trunk/mozilla
17090    M /trunk/src
17091
17092 svn:ignore
17093
17094 ------------------------------------------------------------------------
17095 r14483 | courmisch | 2006-02-23 22:41:05 +0100 (Thu, 23 Feb 2006) | 2 lines
17096 Changed paths:
17097    M /trunk/src/Makefile.am
17098
17099 Don't build old-style when libtool is enabled
17100
17101 ------------------------------------------------------------------------
17102 r14482 | dionoea | 2006-02-23 21:31:24 +0100 (Thu, 23 Feb 2006) | 2 lines
17103 Changed paths:
17104    M /trunk/modules/video_filter/mosaic.c
17105
17106 shame on me ... *cough* *cough*
17107
17108 ------------------------------------------------------------------------
17109 r14481 | zorglub | 2006-02-23 21:20:31 +0100 (Thu, 23 Feb 2006) | 2 lines
17110 Changed paths:
17111    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
17112
17113 Bitrates only
17114
17115 ------------------------------------------------------------------------
17116 r14480 | zorglub | 2006-02-23 21:18:16 +0100 (Thu, 23 Feb 2006) | 2 lines
17117 Changed paths:
17118    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
17119
17120 Display bitrates in kbps
17121
17122 ------------------------------------------------------------------------
17123 r14478 | courmisch | 2006-02-23 20:41:36 +0100 (Thu, 23 Feb 2006) | 8 lines
17124 Changed paths:
17125    M /trunk/Makefile.am
17126    M /trunk/bootstrap
17127    M /trunk/configure.ac
17128    M /trunk/modules/video_filter/Modules.am
17129    M /trunk/src/Makefile.am
17130
17131 _Experimental_ *optional* libtool support (--enable-libtool)
17132
17133 Should work fine (ie. better than --enable-shared-libvlc) on Linux,
17134 should work on Mac OS X (except for packaging), while shared libvlc doesn't.
17135
17136 Won't work on Win32 with the current Win32 contrib. Stick to static libvlc or
17137 use --enable-shared-libvlc for now.
17138
17139 ------------------------------------------------------------------------
17140 r14477 | courmisch | 2006-02-23 20:38:14 +0100 (Thu, 23 Feb 2006) | 2 lines
17141 Changed paths:
17142    M /trunk/activex/Makefile.am
17143
17144 Linking order fix
17145
17146 ------------------------------------------------------------------------
17147 r14476 | courmisch | 2006-02-23 20:37:58 +0100 (Thu, 23 Feb 2006) | 2 lines
17148 Changed paths:
17149    M /trunk/src/misc/modules.c
17150
17151 Recurse within hidden directories for module search
17152
17153 ------------------------------------------------------------------------
17154 r14475 | littlejohn | 2006-02-23 20:17:31 +0100 (Thu, 23 Feb 2006) | 3 lines
17155 Changed paths:
17156    M /trunk/src/control/libvlc_audio.c
17157
17158 added missing $Id$
17159
17160
17161 ------------------------------------------------------------------------
17162 r14474 | littlejohn | 2006-02-23 19:03:20 +0100 (Thu, 23 Feb 2006) | 3 lines
17163 Changed paths:
17164    M /trunk/include/vlc/libvlc.h
17165
17166 Header modified to include libvlc audio control functions
17167
17168
17169 ------------------------------------------------------------------------
17170 r14473 | littlejohn | 2006-02-23 18:32:49 +0100 (Thu, 23 Feb 2006) | 3 lines
17171 Changed paths:
17172    M /trunk/src/Makefile.am
17173    A /trunk/src/control/libvlc_audio.c
17174
17175 LibVLC basic audio control API
17176
17177
17178 ------------------------------------------------------------------------
17179 r14472 | oaubert | 2006-02-23 18:02:03 +0100 (Thu, 23 Feb 2006) | 2 lines
17180 Changed paths:
17181    M /trunk/bindings/mediacontrol-python/vlcglue.c
17182
17183 mediacontrol-python/vlcglue.c: transmit the snapshot->date field to python
17184
17185 ------------------------------------------------------------------------
17186 r14471 | oaubert | 2006-02-23 17:44:09 +0100 (Thu, 23 Feb 2006) | 3 lines
17187 Changed paths:
17188    M /trunk/src/video_output/vout_intf.c
17189
17190 src/vout_intf.c: move the snapshot-path == object:object-id codepath
17191 to the start of the function, to avoid unnecessary overhead of path checks.
17192
17193 ------------------------------------------------------------------------
17194 r14470 | oaubert | 2006-02-23 17:21:56 +0100 (Thu, 23 Feb 2006) | 2 lines
17195 Changed paths:
17196    M /trunk/src/control/mediacontrol_audio_video.c
17197
17198 mediacontrol_audio_video.c: release vout in mediacontrol_snapshot()
17199
17200 ------------------------------------------------------------------------
17201 r14469 | hartman | 2006-02-23 12:57:38 +0100 (Thu, 23 Feb 2006) | 2 lines
17202 Changed paths:
17203    M /trunk/extras/contrib/Makefile
17204    M /trunk/extras/contrib/bootstrap
17205    M /trunk/extras/contrib/src/Makefile
17206    D /trunk/extras/contrib/src/Patches/ffmpeg-cvs-osx.patch
17207    D /trunk/extras/contrib/src/Patches/gettext-osx.patch
17208    A /trunk/extras/contrib/src/Patches/libpng-osx.patch
17209    D /trunk/extras/contrib/src/Patches/libpng.patch
17210    A /trunk/extras/contrib/src/Patches/live-osx.patch
17211    D /trunk/extras/contrib/src/Patches/livedotcom-osx.patch
17212    M /trunk/extras/contrib/src/packages.mak
17213
17214 * make more contribs work with SDK. refs #182
17215
17216 ------------------------------------------------------------------------
17217 r14468 | courmisch | 2006-02-23 11:43:39 +0100 (Thu, 23 Feb 2006) | 2 lines
17218 Changed paths:
17219    M /trunk/activex/Makefile.am
17220
17221 Same fix for activeX
17222
17223 ------------------------------------------------------------------------
17224 r14467 | courmisch | 2006-02-23 11:41:15 +0100 (Thu, 23 Feb 2006) | 2 lines
17225 Changed paths:
17226    M /trunk/Makefile.am
17227
17228 Fix linking with included gettext
17229
17230 ------------------------------------------------------------------------
17231 r14466 | dionoea | 2006-02-23 00:34:54 +0100 (Thu, 23 Feb 2006) | 3 lines
17232 Changed paths:
17233    M /trunk/mozilla/npvlc_rc.rc
17234    M /trunk/mozilla/vlcplugin.h
17235
17236 Ogg mime type is application/ogg (see RFC 3534)
17237 Thanks to forum user http://forum.videolan.org/viewtopic.php?t=17646
17238
17239 ------------------------------------------------------------------------
17240 r14465 | dionoea | 2006-02-22 18:28:46 +0100 (Wed, 22 Feb 2006) | 4 lines
17241 Changed paths:
17242    M /trunk/modules/video_filter/distort.c
17243    M /trunk/modules/video_filter/mosaic.c
17244
17245 mosaic.c: Bluescreen enhancement. Add convolution product of alpha mask with 5x5 gaussian. Makes it look better.
17246
17247 distort.c: change line orders.
17248
17249 ------------------------------------------------------------------------
17250 r14464 | hartman | 2006-02-22 17:27:50 +0100 (Wed, 22 Feb 2006) | 2 lines
17251 Changed paths:
17252    M /trunk/modules/demux/avi/avi.c
17253
17254 * Use EnsureUTF8 on the trackname of avi's. (no garentueed charset).
17255
17256 ------------------------------------------------------------------------
17257 r14463 | hartman | 2006-02-22 17:17:24 +0100 (Wed, 22 Feb 2006) | 3 lines
17258 Changed paths:
17259    M /trunk/modules/codec/subsdec.c
17260    M /trunk/src/video_output/vout_subpictures.c
17261
17262 * Scale SSA subs if necessarry.
17263 * Scale width if only original height is known.
17264
17265 ------------------------------------------------------------------------
17266 r14462 | damienf | 2006-02-22 15:04:31 +0100 (Wed, 22 Feb 2006) | 2 lines
17267 Changed paths:
17268    M /trunk/Makefile.am
17269    M /trunk/activex/Makefile.am
17270    M /trunk/src/Makefile.am
17271
17272 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
17273
17274 ------------------------------------------------------------------------
17275 r14461 | oaubert | 2006-02-22 14:20:59 +0100 (Wed, 22 Feb 2006) | 2 lines
17276 Changed paths:
17277    M /trunk/bindings/mediacontrol-python/setup.py
17278    D /trunk/bindings/mediacontrol-python/vlcdebug.py
17279    A /trunk/bindings/mediacontrol-python/vlcwrapper.py (from /trunk/bindings/mediacontrol-python/vlcdebug.py:14460)
17280
17281 mediacontrol-python: rename vlcdebug to vlcwrapper
17282
17283 ------------------------------------------------------------------------
17284 r14460 | oaubert | 2006-02-22 14:19:29 +0100 (Wed, 22 Feb 2006) | 2 lines
17285 Changed paths:
17286    M /trunk/bindings/mediacontrol-python/vlcdebug.py
17287
17288 vlcdebug.py: add documentation
17289
17290 ------------------------------------------------------------------------
17291 r14459 | oaubert | 2006-02-22 14:15:10 +0100 (Wed, 22 Feb 2006) | 2 lines
17292 Changed paths:
17293    M /trunk/bindings/mediacontrol-python/Makefile.am
17294    M /trunk/bindings/mediacontrol-python/setup.py
17295
17296 mediacontrol-python: allow to build in a separate builddir
17297
17298 ------------------------------------------------------------------------
17299 r14458 | damienf | 2006-02-22 13:21:23 +0100 (Wed, 22 Feb 2006) | 2 lines
17300 Changed paths:
17301    M /trunk/Makefile.am
17302    M /trunk/activex/Makefile.am
17303    M /trunk/src/Makefile.am
17304
17305 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.
17306
17307 ------------------------------------------------------------------------
17308 r14457 | jpsaman | 2006-02-22 11:05:59 +0100 (Wed, 22 Feb 2006) | 1 line
17309 Changed paths:
17310    M /trunk/modules/stream_out/switcher.c
17311
17312 Use include <file.h> for include files that can be found on the include path as provided to the compiler.
17313 ------------------------------------------------------------------------
17314 r14456 | zorglub | 2006-02-21 22:30:50 +0100 (Tue, 21 Feb 2006) | 2 lines
17315 Changed paths:
17316    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
17317
17318 wxstuff
17319
17320 ------------------------------------------------------------------------
17321 r14455 | zorglub | 2006-02-21 22:19:54 +0100 (Tue, 21 Feb 2006) | 2 lines
17322 Changed paths:
17323    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
17324    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
17325
17326 Add a close button. Put "-" instead of nothing when there is no info
17327
17328 ------------------------------------------------------------------------
17329 r14454 | zorglub | 2006-02-21 20:51:15 +0100 (Tue, 21 Feb 2006) | 2 lines
17330 Changed paths:
17331    M /trunk/modules/gui/wxwidgets/streamdata.cpp
17332
17333 Fix theora in WX too (Closes:#531)
17334
17335 ------------------------------------------------------------------------
17336 r14453 | fkuehne | 2006-02-21 20:44:47 +0100 (Tue, 21 Feb 2006) | 1 line
17337 Changed paths:
17338    M /trunk/modules/gui/macosx/wizard.m
17339
17340 * fix the selection of both Theora and Vorbis on OSX (refs #503 and refs #531). They are being encapsulated in OGG now.
17341 ------------------------------------------------------------------------
17342 r14452 | dionoea | 2006-02-21 20:24:23 +0100 (Tue, 21 Feb 2006) | 3 lines
17343 Changed paths:
17344    M /trunk/src/misc/win32_specific.c
17345
17346 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 ....
17347
17348
17349 ------------------------------------------------------------------------
17350 r14450 | damienf | 2006-02-21 17:38:23 +0100 (Tue, 21 Feb 2006) | 2 lines
17351 Changed paths:
17352    M /trunk/activex/vlccontrol.cpp
17353
17354 vlccontrol.cpp: fixed bounds issue when allocating memory and iterating through a SafeArray, thanks to Walter Zheng for reporting this problem
17355
17356 ------------------------------------------------------------------------
17357 r14448 | courmisch | 2006-02-21 16:02:16 +0100 (Tue, 21 Feb 2006) | 3 lines
17358 Changed paths:
17359    M /trunk/src/Makefile.am
17360
17361 Don't rebuild static libvlc when not needed
17362 Yet to find a solution for the same problem with shared libvlc
17363
17364 ------------------------------------------------------------------------
17365 r14447 | courmisch | 2006-02-21 13:49:02 +0100 (Tue, 21 Feb 2006) | 2 lines
17366 Changed paths:
17367    M /trunk/src/misc/unicode.c
17368
17369 Favor libiconv over Win32 API for *Locale
17370
17371 ------------------------------------------------------------------------
17372 r14446 | courmisch | 2006-02-21 13:16:11 +0100 (Tue, 21 Feb 2006) | 2 lines
17373 Changed paths:
17374    M /trunk/src/misc/unicode.c
17375
17376 Fix minor typo
17377
17378 ------------------------------------------------------------------------
17379 r14445 | courmisch | 2006-02-21 13:14:27 +0100 (Tue, 21 Feb 2006) | 2 lines
17380 Changed paths:
17381    M /trunk/include/charset.h
17382
17383 Oups, forgot this file
17384
17385 ------------------------------------------------------------------------
17386 r14444 | courmisch | 2006-02-21 13:13:59 +0100 (Tue, 21 Feb 2006) | 2 lines
17387 Changed paths:
17388    M /trunk/src/libvlc.c
17389    M /trunk/src/misc/messages.c
17390
17391 Convert to local encoding before printing on console (closes #556)
17392
17393 ------------------------------------------------------------------------
17394 r14443 | courmisch | 2006-02-21 13:13:22 +0100 (Tue, 21 Feb 2006) | 2 lines
17395 Changed paths:
17396    M /trunk/src/misc/unicode.c
17397
17398 Use //translit when converting to an non-Unicode charset
17399
17400 ------------------------------------------------------------------------
17401 r14442 | adn | 2006-02-21 12:58:05 +0100 (Tue, 21 Feb 2006) | 2 lines
17402 Changed paths:
17403    M /trunk/extras/Makefile
17404
17405 libvlc.a is in src/
17406
17407 ------------------------------------------------------------------------
17408 r14441 | courmisch | 2006-02-21 12:53:49 +0100 (Tue, 21 Feb 2006) | 2 lines
17409 Changed paths:
17410    M /trunk/src/misc/unicode.c
17411
17412 A few utf8 *printf wrappers (refs #556)
17413
17414 ------------------------------------------------------------------------
17415 r14440 | courmisch | 2006-02-21 12:02:38 +0100 (Tue, 21 Feb 2006) | 2 lines
17416 Changed paths:
17417    M /trunk/Makefile.am
17418
17419 Build vlc-bundle on BeOS
17420
17421 ------------------------------------------------------------------------
17422 r14438 | xtophe | 2006-02-21 10:07:44 +0100 (Tue, 21 Feb 2006) | 2 lines
17423 Changed paths:
17424    M /trunk/po/POTFILES.in
17425    M /trunk/po/ca.po
17426    M /trunk/po/da.po
17427    M /trunk/po/de.po
17428    M /trunk/po/en_GB.po
17429    M /trunk/po/es.po
17430    M /trunk/po/fr.po
17431    M /trunk/po/it.po
17432    M /trunk/po/ja.po
17433    M /trunk/po/ka.po
17434    M /trunk/po/ko.po
17435    M /trunk/po/nl.po
17436    M /trunk/po/oc.po
17437    M /trunk/po/pt_BR.po
17438    M /trunk/po/ro.po
17439    M /trunk/po/ru.po
17440    M /trunk/po/sv.po
17441    M /trunk/po/tr.po
17442    M /trunk/po/vlc.pot
17443    M /trunk/po/zh_CN.po
17444    M /trunk/po/zh_TW.po
17445
17446 Thou shalt use a clean tree for po stuffs.
17447
17448 ------------------------------------------------------------------------
17449 r14437 | courmisch | 2006-02-21 09:30:16 +0100 (Tue, 21 Feb 2006) | 2 lines
17450 Changed paths:
17451    M /trunk/mozilla/Makefile.am
17452
17453 Attempt to fix #555 for mozilla plugin as well (refs #555)
17454
17455 ------------------------------------------------------------------------
17456 r14427 | fkuehne | 2006-02-20 22:00:10 +0100 (Mon, 20 Feb 2006) | 1 line
17457 Changed paths:
17458    M /trunk/po/POTFILES.in
17459    M /trunk/po/ca.po
17460    M /trunk/po/da.po
17461    M /trunk/po/de.po
17462    M /trunk/po/en_GB.po
17463    M /trunk/po/es.po
17464    M /trunk/po/fr.po
17465    M /trunk/po/it.po
17466    M /trunk/po/ja.po
17467    M /trunk/po/ka.po
17468    M /trunk/po/ko.po
17469    M /trunk/po/nl.po
17470    M /trunk/po/oc.po
17471    M /trunk/po/pt_BR.po
17472    M /trunk/po/ro.po
17473    M /trunk/po/ru.po
17474    M /trunk/po/sv.po
17475    M /trunk/po/tr.po
17476    M /trunk/po/vlc.pot
17477    M /trunk/po/zh_CN.po
17478    M /trunk/po/zh_TW.po
17479
17480 * first update of the po-files
17481 ------------------------------------------------------------------------
17482 r14425 | courmisch | 2006-02-20 20:53:22 +0100 (Mon, 20 Feb 2006) | 2 lines
17483 Changed paths:
17484    M /trunk/Makefile.am
17485
17486 Fix linking with C++ builtins
17487
17488 ------------------------------------------------------------------------
17489 r14423 | courmisch | 2006-02-20 19:00:28 +0100 (Mon, 20 Feb 2006) | 8 lines
17490 Changed paths:
17491    M /trunk/Makefile.am
17492    M /trunk/src/Makefile.am
17493
17494 - Remove dependency of vlc on stamp-builtin with shared libvlc
17495 - Link against -lvlc instead of src/libvlc.so otherwise installed vlc
17496   cannot be loaded (closes #555)
17497 - Remove src/libvlc.a when src/libvlc.so is built so that previous item
17498   does not break Win32 linking
17499
17500 <subliminal message>how about using libtool</subliminal message>
17501
17502 ------------------------------------------------------------------------
17503 r14422 | hartman | 2006-02-20 13:21:15 +0100 (Mon, 20 Feb 2006) | 2 lines
17504 Changed paths:
17505    M /trunk/modules/access/vcd/cdrom.c
17506    M /trunk/modules/access/vcd/cdrom_internals.h
17507
17508 * 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>.
17509
17510 ------------------------------------------------------------------------
17511 r14421 | xtophe | 2006-02-20 00:22:02 +0100 (Mon, 20 Feb 2006) | 2 lines
17512 Changed paths:
17513    M /trunk/extras/contrib/src/Makefile
17514    D /trunk/extras/contrib/src/Patches/ffmpeg-cvs.patch
17515
17516 ffmpeg-cvs.patch: fix upstream
17517
17518 ------------------------------------------------------------------------
17519 r14420 | fkuehne | 2006-02-19 23:41:29 +0100 (Sun, 19 Feb 2006) | 1 line
17520 Changed paths:
17521    M /trunk/modules/gui/macosx/interaction.h
17522    M /trunk/modules/gui/macosx/interaction.m
17523
17524 * fixed keywords and encoding
17525 ------------------------------------------------------------------------
17526 r14419 | fkuehne | 2006-02-19 23:38:07 +0100 (Sun, 19 Feb 2006) | 7 lines
17527 Changed paths:
17528    M /trunk/Makefile.am
17529    A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib
17530    A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/classes.nib
17531    A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/info.nib
17532    A /trunk/extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib
17533    M /trunk/modules/gui/macosx/interaction.h
17534    M /trunk/modules/gui/macosx/interaction.m
17535    M /trunk/modules/gui/macosx/intf.m
17536
17537 * added the progress dialogue to the set of widgets
17538 - the Cancel-button is currently disabled because the core doesn't respond correctly (might be my fault though)
17539 - note that the File's Owner of the nib-file is of type VLCInteraction because the class can't resolve its outlets otherwise
17540
17541 * WIDGET_TEXT and WIDGET_INPUT_TEXT are still missing, but will come in the next couple of days
17542
17543 As usual, comments on the implementation and the GUI-design are welcome :)
17544 ------------------------------------------------------------------------
17545 r14418 | courmisch | 2006-02-19 22:20:09 +0100 (Sun, 19 Feb 2006) | 2 lines
17546 Changed paths:
17547    M /trunk/include/vlc_common.h
17548
17549 Fix linking of C++ plugins
17550
17551 ------------------------------------------------------------------------
17552 r14417 | courmisch | 2006-02-19 21:14:07 +0100 (Sun, 19 Feb 2006) | 2 lines
17553 Changed paths:
17554    M /trunk/Makefile.am
17555
17556 Share most of binary packaging script between WinCE and Win32
17557
17558 ------------------------------------------------------------------------
17559 r14416 | courmisch | 2006-02-19 21:02:12 +0100 (Sun, 19 Feb 2006) | 3 lines
17560 Changed paths:
17561    M /trunk/Makefile.am
17562
17563 Include libvlc.dll when packaging
17564 (Hmm, there is a nice code duplication between win32 and winCE here)
17565
17566 ------------------------------------------------------------------------
17567 r14415 | courmisch | 2006-02-19 20:59:47 +0100 (Sun, 19 Feb 2006) | 2 lines
17568 Changed paths:
17569    M /trunk/Makefile.am
17570
17571 Really fix
17572
17573 ------------------------------------------------------------------------
17574 r14414 | courmisch | 2006-02-19 20:47:44 +0100 (Sun, 19 Feb 2006) | 2 lines
17575 Changed paths:
17576    M /trunk/Makefile.am
17577
17578 Attempt to fix vlc linkage with static libvlc
17579
17580 ------------------------------------------------------------------------
17581 r14413 | courmisch | 2006-02-19 19:29:08 +0100 (Sun, 19 Feb 2006) | 4 lines
17582 Changed paths:
17583    M /trunk/Makefile.am
17584    M /trunk/src/Makefile.am
17585
17586 - Build builtins before shared libvlc
17587 - Link builtins with libvlc instead of vlc
17588   (seems to fix shared libvlc on Win32)
17589
17590 ------------------------------------------------------------------------
17591 r14412 | courmisch | 2006-02-19 18:58:49 +0100 (Sun, 19 Feb 2006) | 2 lines
17592 Changed paths:
17593    M /trunk/configure.ac
17594
17595 Ahem hem typo
17596
17597 ------------------------------------------------------------------------
17598 r14411 | dionoea | 2006-02-19 18:16:05 +0100 (Sun, 19 Feb 2006) | 2 lines
17599 Changed paths:
17600    M /trunk/modules/video_filter/rss.c
17601
17602 rss.c: add some Atom stuff and some extra checks.
17603
17604 ------------------------------------------------------------------------
17605 r14410 | courmisch | 2006-02-19 18:14:36 +0100 (Sun, 19 Feb 2006) | 2 lines
17606 Changed paths:
17607    M /trunk/Makefile.am
17608
17609 Dionoea: here is "make core", your portable "make vlc" replacement
17610
17611 ------------------------------------------------------------------------
17612 r14409 | zorglub | 2006-02-19 17:25:27 +0100 (Sun, 19 Feb 2006) | 2 lines
17613 Changed paths:
17614    M /trunk/configure.ac
17615
17616 compile can now work from subdirs
17617
17618 ------------------------------------------------------------------------
17619 r14408 | zorglub | 2006-02-19 17:16:56 +0100 (Sun, 19 Feb 2006) | 3 lines
17620 Changed paths:
17621    M /trunk/include/vlc_meta.h
17622    M /trunk/modules/demux/util/id3tag.c
17623    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
17624    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
17625    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
17626    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
17627    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
17628    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp
17629
17630 * Show meta-information separately
17631 * Collect more meta-information in id3
17632
17633 ------------------------------------------------------------------------
17634 r14407 | dionoea | 2006-02-19 17:02:04 +0100 (Sun, 19 Feb 2006) | 2 lines
17635 Changed paths:
17636    M /trunk/modules/control/http/mvar.c
17637
17638 Remove debug message
17639
17640 ------------------------------------------------------------------------
17641 r14406 | fkuehne | 2006-02-19 17:01:47 +0100 (Sun, 19 Feb 2006) | 2 lines
17642 Changed paths:
17643    M /trunk/modules/gui/macosx/interaction.h
17644    M /trunk/modules/gui/macosx/interaction.m
17645
17646 * replaced all NSLog-calls by msg_***
17647 * 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)
17648 ------------------------------------------------------------------------
17649 r14405 | courmisch | 2006-02-19 16:46:44 +0100 (Sun, 19 Feb 2006) | 2 lines
17650 Changed paths:
17651    M /trunk/mozilla/Makefile.am
17652
17653 Fix Mozilla plugin on ELF architectures
17654
17655 ------------------------------------------------------------------------
17656 r14404 | asmax | 2006-02-19 16:37:05 +0100 (Sun, 19 Feb 2006) | 2 lines
17657 Changed paths:
17658    M /trunk/doc/skins/skins2-howto.xml
17659    M /trunk/modules/gui/skins2/src/vlcproc.cpp
17660    M /trunk/modules/gui/skins2/src/vlcproc.hpp
17661
17662 * all: new skin variable "vlc.isFullscreen" (guess what it does ;)
17663
17664 ------------------------------------------------------------------------
17665 r14403 | courmisch | 2006-02-19 16:21:58 +0100 (Sun, 19 Feb 2006) | 2 lines
17666 Changed paths:
17667    M /trunk/Makefile.am
17668    M /trunk/configure.ac
17669    M /trunk/src/Makefile.am
17670
17671 Really fix libintl linking
17672
17673 ------------------------------------------------------------------------
17674 r14402 | asmax | 2006-02-19 15:54:57 +0100 (Sun, 19 Feb 2006) | 2 lines
17675 Changed paths:
17676    M /trunk/AUTHORS
17677    M /trunk/NEWS
17678
17679 * JACK audio output
17680
17681 ------------------------------------------------------------------------
17682 r14401 | courmisch | 2006-02-19 15:54:38 +0100 (Sun, 19 Feb 2006) | 2 lines
17683 Changed paths:
17684    M /trunk/src/Makefile.am
17685
17686 Attempt to fix linking with "included" gettext
17687
17688 ------------------------------------------------------------------------
17689 r14400 | dionoea | 2006-02-19 15:39:53 +0100 (Sun, 19 Feb 2006) | 3 lines
17690 Changed paths:
17691    M /trunk/modules/misc/msn.c
17692
17693 Fix msn plugin.
17694 Note to zorglub: please test changes before commiting.
17695
17696 ------------------------------------------------------------------------
17697 r14399 | zorglub | 2006-02-19 15:32:13 +0100 (Sun, 19 Feb 2006) | 2 lines
17698 Changed paths:
17699    M /trunk/extras
17700
17701 More
17702
17703 ------------------------------------------------------------------------
17704 r14398 | zorglub | 2006-02-19 15:31:15 +0100 (Sun, 19 Feb 2006) | 2 lines
17705 Changed paths:
17706    M /trunk
17707    M /trunk/src
17708
17709 svn:ignore
17710
17711 ------------------------------------------------------------------------
17712 r14397 | courmisch | 2006-02-19 15:28:50 +0100 (Sun, 19 Feb 2006) | 2 lines
17713 Changed paths:
17714    M /trunk/configure.ac
17715
17716 Fix
17717
17718 ------------------------------------------------------------------------
17719 r14396 | courmisch | 2006-02-19 15:15:04 +0100 (Sun, 19 Feb 2006) | 2 lines
17720 Changed paths:
17721    M /trunk/po/POTFILES.in
17722
17723 Update files list
17724
17725 ------------------------------------------------------------------------
17726 r14395 | courmisch | 2006-02-19 15:13:29 +0100 (Sun, 19 Feb 2006) | 2 lines
17727 Changed paths:
17728    M /trunk/Makefile.am
17729    D /trunk/lib
17730
17731 Remove unused directory
17732
17733 ------------------------------------------------------------------------
17734 r14394 | courmisch | 2006-02-19 14:45:17 +0100 (Sun, 19 Feb 2006) | 2 lines
17735 Changed paths:
17736    M /trunk/mozilla/Makefile.am
17737
17738 Link Mozilla plugin against shared library when built
17739
17740 ------------------------------------------------------------------------
17741 r14393 | zorglub | 2006-02-19 14:44:29 +0100 (Sun, 19 Feb 2006) | 3 lines
17742 Changed paths:
17743    M /trunk/include/vlc_messages.h
17744    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
17745    M /trunk/modules/gui/skins2/utils/var_tree.cpp
17746
17747 Fix a warning
17748 Add some timing to playlist 
17749
17750 ------------------------------------------------------------------------
17751 r14392 | courmisch | 2006-02-19 14:40:09 +0100 (Sun, 19 Feb 2006) | 2 lines
17752 Changed paths:
17753    M /trunk/activex/Makefile.am
17754    M /trunk/bindings/mediacontrol-python/setup.py
17755    M /trunk/mozilla/Makefile.am
17756
17757 Propagate libvlc move in plugins
17758
17759 ------------------------------------------------------------------------
17760 r14391 | zorglub | 2006-02-19 14:36:15 +0100 (Sun, 19 Feb 2006) | 2 lines
17761 Changed paths:
17762    M /trunk/src/Makefile.am
17763    D /trunk/src/control/control_input.c
17764    D /trunk/src/control/control_playlist.c
17765    D /trunk/src/control/control_vlm.c
17766    D /trunk/src/control/core.c
17767    A /trunk/src/control/libvlc_core.c (from /trunk/src/control/core.c:14389)
17768    A /trunk/src/control/libvlc_input.c (from /trunk/src/control/control_input.c:14389)
17769    A /trunk/src/control/libvlc_playlist.c (from /trunk/src/control/control_playlist.c:14389)
17770    A /trunk/src/control/libvlc_video.c (from /trunk/src/control/video.c:14389)
17771    A /trunk/src/control/libvlc_vlm.c (from /trunk/src/control/control_vlm.c:14389)
17772    D /trunk/src/control/video.c
17773
17774 Be consistant in naming
17775
17776 ------------------------------------------------------------------------
17777 r14390 | courmisch | 2006-02-19 14:30:20 +0100 (Sun, 19 Feb 2006) | 2 lines
17778 Changed paths:
17779    M /trunk/configure.ac
17780
17781 Fix a bug whereby --disable-shared-libvlc would actually enable it
17782
17783 ------------------------------------------------------------------------
17784 r14389 | courmisch | 2006-02-19 14:11:21 +0100 (Sun, 19 Feb 2006) | 7 lines
17785 Changed paths:
17786    M /trunk/Makefile.am
17787    M /trunk/bootstrap
17788    M /trunk/configure.ac
17789    A /trunk/src/Makefile.am
17790    A /trunk/src/audio_output/ainput.c (from /trunk/src/audio_output/input.c:14386)
17791    D /trunk/src/audio_output/input.c
17792    A /trunk/src/control/control_input.c (from /trunk/src/control/input.c:14386)
17793    A /trunk/src/control/control_playlist.c (from /trunk/src/control/playlist.c:14386)
17794    A /trunk/src/control/control_vlm.c (from /trunk/src/control/vlm.c:14386)
17795    D /trunk/src/control/input.c
17796    D /trunk/src/control/playlist.c
17797    D /trunk/src/control/vlm.c
17798    M /trunk/toolbox
17799
17800 - Build libvlc from src/ rather than top
17801   so that it is cleanly built before all modules
17802   (step toward buildable shared libvlc on Win32)
17803 - Don't build position dependant code when building shared libvlc
17804   (that was a big waste of time)
17805 - Link builtin modules with vlc rather than libvlc
17806
17807 ------------------------------------------------------------------------
17808 r14388 | courmisch | 2006-02-19 13:13:46 +0100 (Sun, 19 Feb 2006) | 2 lines
17809 Changed paths:
17810    M /trunk/toolbox
17811
17812 Ensure src/misc exists in builddir
17813
17814 ------------------------------------------------------------------------
17815 r14387 | courmisch | 2006-02-19 12:15:01 +0100 (Sun, 19 Feb 2006) | 2 lines
17816 Changed paths:
17817    M /trunk/modules/video_filter/rss.c
17818
17819 LoadImage is a macro on Win32 API - you can't use as a function name as is
17820
17821 ------------------------------------------------------------------------
17822 r14386 | courmisch | 2006-02-19 10:52:55 +0100 (Sun, 19 Feb 2006) | 2 lines
17823 Changed paths:
17824    M /trunk/Makefile.am
17825
17826 Clean up backported from [12323]
17827
17828 ------------------------------------------------------------------------
17829 r14385 | courmisch | 2006-02-19 10:16:05 +0100 (Sun, 19 Feb 2006) | 2 lines
17830 Changed paths:
17831    M /trunk/bootstrap
17832
17833 ooups
17834
17835 ------------------------------------------------------------------------
17836 r14384 | courmisch | 2006-02-19 10:03:58 +0100 (Sun, 19 Feb 2006) | 24 lines
17837 Changed paths:
17838    M /trunk/bootstrap
17839
17840 - Seemingly fix linking of plugins with shared libvlc on Win32
17841 - Hopefully the same on Darwin
17842
17843 !!! BIG FAT WARNING !!!
17844 On architectures where you need to resolve all symbols when
17845 linking a shared library, libvlc must be built before the plugins, so
17846 that they can resolve symbols from the libvlc API. Also, the "builtins"
17847 must be built before libvlc (regardless of the architecture or use of
17848 shared libvlc). However, our build system currently builds all modules,
17849 whether builtins or plugins, then libvlc and then vlc.
17850
17851 Obviously, we could swap the build orders, so that libvlc gets built
17852 before modules/ but that will only work if there is no buitins modules.
17853 I'm not too keen on the idea of recursing twice within the modules/
17854 subdirectories (once for builtins, and once for plugins). Until the
17855 issue is settled, here is how to build and test the shared libvlc on
17856 Win32:
17857
17858 1/ run configure with --enable-shared-libvlc
17859 2/ build all built-in modules (or disable them all) one by one,
17860 3/ make libvlc.dll
17861 4/ make
17862
17863
17864 ------------------------------------------------------------------------
17865 r14383 | dionoea | 2006-02-19 00:10:54 +0100 (Sun, 19 Feb 2006) | 2 lines
17866 Changed paths:
17867    M /trunk/NEWS
17868
17869 update video filter news (again :) )
17870
17871 ------------------------------------------------------------------------
17872 r14382 | dionoea | 2006-02-19 00:08:23 +0100 (Sun, 19 Feb 2006) | 2 lines
17873 Changed paths:
17874    M /trunk/modules/video_filter/rss.c
17875
17876 rss.c: change module shortname
17877
17878 ------------------------------------------------------------------------
17879 r14381 | dionoea | 2006-02-19 00:06:12 +0100 (Sun, 19 Feb 2006) | 2 lines
17880 Changed paths:
17881    M /trunk/modules/video_filter/rss.c
17882
17883 rss.c: add 'support' for Atom feeds.
17884
17885 ------------------------------------------------------------------------
17886 r14380 | dionoea | 2006-02-18 23:20:59 +0100 (Sat, 18 Feb 2006) | 5 lines
17887 Changed paths:
17888    M /trunk/modules/video_filter/rss.c
17889
17890 rss.c: add suport for feed images (default enabled).
17891
17892 tested with 
17893 ./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>
17894
17895 ------------------------------------------------------------------------
17896 r14379 | dionoea | 2006-02-18 23:08:11 +0100 (Sat, 18 Feb 2006) | 2 lines
17897 Changed paths:
17898    M /trunk/include/vlc_osd.h
17899
17900 Comment lines now fit on a 80 char wide screen
17901
17902 ------------------------------------------------------------------------
17903 r14378 | courmisch | 2006-02-18 21:49:46 +0100 (Sat, 18 Feb 2006) | 2 lines
17904 Changed paths:
17905    M /trunk/include/vlc_common.h
17906    M /trunk/include/vlc_symbols.h
17907    M /trunk/vlc-api.pl
17908
17909 Remove ugly usage of vlc_symbols.h when building libvlc as a shared library
17910
17911 ------------------------------------------------------------------------
17912 r14377 | courmisch | 2006-02-18 21:34:32 +0100 (Sat, 18 Feb 2006) | 2 lines
17913 Changed paths:
17914    M /trunk/modules/access/vcd/cdrom.c
17915    M /trunk/modules/access_filter/record.c
17916    M /trunk/modules/access_filter/timeshift.c
17917    M /trunk/modules/audio_output/file.c
17918    M /trunk/modules/codec/fake.c
17919    M /trunk/modules/demux/demuxdump.c
17920    M /trunk/modules/demux/mp4/drms.c
17921    M /trunk/modules/demux/playlist/dvb.c
17922    M /trunk/modules/demux/playlist/m3u.c
17923    M /trunk/modules/demux/playlist/old.c
17924    M /trunk/modules/demux/ts.c
17925    M /trunk/modules/demux/vobsub.c
17926    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
17927    M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
17928    M /trunk/modules/misc/logger.c
17929    M /trunk/modules/stream_out/rtp.c
17930    M /trunk/modules/stream_out/switcher.c
17931    M /trunk/modules/video_filter/motiondetect.c
17932    M /trunk/modules/video_filter/rss.c
17933
17934 All: missing #include "charset.h"
17935
17936 ------------------------------------------------------------------------
17937 r14376 | courmisch | 2006-02-18 21:32:03 +0100 (Sat, 18 Feb 2006) | 2 lines
17938 Changed paths:
17939    M /trunk/modules/control/http/util.c
17940
17941 Fix warnings
17942
17943 ------------------------------------------------------------------------
17944 r14375 | jpsaman | 2006-02-18 21:28:47 +0100 (Sat, 18 Feb 2006) | 1 line
17945 Changed paths:
17946    M /trunk/include/vlc_vlm.h
17947
17948 Remove whitespace
17949 ------------------------------------------------------------------------
17950 r14374 | jpsaman | 2006-02-18 21:26:23 +0100 (Sat, 18 Feb 2006) | 1 line
17951 Changed paths:
17952    M /trunk/src/misc/vlm.c
17953
17954 Use #include <vlc_vlm.h> instead of local include directive
17955 ------------------------------------------------------------------------
17956 r14373 | jpsaman | 2006-02-18 21:24:27 +0100 (Sat, 18 Feb 2006) | 1 line
17957 Changed paths:
17958    M /trunk/configure.ac
17959
17960 Add with-ffmpeg-{vorbis,theora,ogg} in case ffmpeg is compiled with vorbis, theora and/or ogg support
17961 ------------------------------------------------------------------------
17962 r14372 | courmisch | 2006-02-18 21:07:55 +0100 (Sat, 18 Feb 2006) | 2 lines
17963 Changed paths:
17964    M /trunk/modules/audio_filter/resampler/linear.c
17965
17966 Remove unused variable
17967
17968 ------------------------------------------------------------------------
17969 r14371 | courmisch | 2006-02-18 21:05:50 +0100 (Sat, 18 Feb 2006) | 2 lines
17970 Changed paths:
17971    M /trunk/modules/access_output/udp.c
17972
17973 Remove unused variable
17974
17975 ------------------------------------------------------------------------
17976 r14370 | courmisch | 2006-02-18 21:04:36 +0100 (Sat, 18 Feb 2006) | 2 lines
17977 Changed paths:
17978    M /trunk/modules/access/dvb/en50221.c
17979
17980 Fix warning
17981
17982 ------------------------------------------------------------------------
17983 r14369 | sam | 2006-02-18 20:18:35 +0100 (Sat, 18 Feb 2006) | 2 lines
17984 Changed paths:
17985    M /trunk/modules/demux/mp4/drms.c
17986
17987   * modules/demux/mp4/drms.c: mostly cosmetic changes.
17988
17989 ------------------------------------------------------------------------
17990 r14368 | fkuehne | 2006-02-18 20:04:19 +0100 (Sat, 18 Feb 2006) | 1 line
17991 Changed paths:
17992    M /trunk/modules/gui/macosx/Modules.am
17993
17994 * forgot that one in [14365]
17995 ------------------------------------------------------------------------
17996 r14367 | dionoea | 2006-02-18 20:03:44 +0100 (Sat, 18 Feb 2006) | 2 lines
17997 Changed paths:
17998    M /trunk/src/misc/image.c
17999
18000 do everything with the stream functions (no more fopen)
18001
18002 ------------------------------------------------------------------------
18003 r14366 | fkuehne | 2006-02-18 19:53:24 +0100 (Sat, 18 Feb 2006) | 1 line
18004 Changed paths:
18005    M /trunk/NEWS
18006    M /trunk/modules/gui/macosx/intf.h
18007    M /trunk/modules/gui/macosx/intf.m
18008    M /trunk/modules/gui/macosx/update.h
18009    M /trunk/modules/gui/macosx/update.m
18010
18011 * added a note about the update-checker to the news and updated the copyright dates in *.h and *.m
18012 ------------------------------------------------------------------------
18013 r14365 | fkuehne | 2006-02-18 19:40:04 +0100 (Sat, 18 Feb 2006) | 4 lines
18014 Changed paths:
18015    M /trunk/Makefile.am
18016    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
18017    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
18018    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
18019    A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib
18020    A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/classes.nib
18021    A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/info.nib
18022    A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/keyedobjects.nib
18023    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
18024    M /trunk/modules/gui/macosx/intf.h
18025    M /trunk/modules/gui/macosx/intf.m
18026    A /trunk/modules/gui/macosx/update.h
18027    A /trunk/modules/gui/macosx/update.m
18028
18029 * new CheckForUpdate panel (closes #310)
18030 - the actual download is currently done by your default browser since the needed notification window isn't available on OSX yet
18031     - download through VLC is implemented, but commented for the moment
18032 - needs some checking once a complete Status.xml is available
18033 ------------------------------------------------------------------------
18034 r14364 | dionoea | 2006-02-18 18:57:47 +0100 (Sat, 18 Feb 2006) | 3 lines
18035 Changed paths:
18036    M /trunk/src/misc/image.c
18037
18038 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)
18039
18040
18041 ------------------------------------------------------------------------
18042 r14363 | dionoea | 2006-02-18 18:01:58 +0100 (Sat, 18 Feb 2006) | 2 lines
18043 Changed paths:
18044    M /trunk/modules/video_filter/rss.c
18045
18046 use EnsureUTF8 on output string
18047
18048 ------------------------------------------------------------------------
18049 r14362 | dionoea | 2006-02-18 16:45:35 +0100 (Sat, 18 Feb 2006) | 2 lines
18050 Changed paths:
18051    M /trunk/modules/video_filter/rss.c
18052
18053 Remove white characters at begining and end of element values.
18054
18055 ------------------------------------------------------------------------
18056 r14361 | courmisch | 2006-02-18 09:46:48 +0100 (Sat, 18 Feb 2006) | 4 lines
18057 Changed paths:
18058    M /trunk/configure.ac
18059
18060 Don't try to be more clever than gettext in detecting libintl
18061 (we don't seem to be). ${LIBINTL} is normally not defined when there is
18062 no libintl anyway - should fix FreeBSD libintl linking issue
18063
18064 ------------------------------------------------------------------------
18065 r14360 | courmisch | 2006-02-18 09:37:26 +0100 (Sat, 18 Feb 2006) | 2 lines
18066 Changed paths:
18067    M /trunk/configure.ac
18068
18069 Fix typo noticed by zorglub
18070
18071 ------------------------------------------------------------------------
18072 r14359 | xtophe | 2006-02-18 00:14:57 +0100 (Sat, 18 Feb 2006) | 2 lines
18073 Changed paths:
18074    M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
18075
18076 Update the x264 patch.
18077
18078 ------------------------------------------------------------------------
18079 r14358 | dionoea | 2006-02-17 23:49:12 +0100 (Fri, 17 Feb 2006) | 2 lines
18080 Changed paths:
18081    M /trunk/NEWS
18082
18083 Add bluescreen video filter
18084
18085 ------------------------------------------------------------------------
18086 r14357 | dionoea | 2006-02-17 23:44:05 +0100 (Fri, 17 Feb 2006) | 2 lines
18087 Changed paths:
18088    M /trunk/share/http/js/vlm.js
18089
18090 Show current item number for each of the instances
18091
18092 ------------------------------------------------------------------------
18093 r14356 | dionoea | 2006-02-17 23:10:56 +0100 (Fri, 17 Feb 2006) | 6 lines
18094 Changed paths:
18095    M /trunk/modules/video_filter/mosaic.c
18096    M /trunk/modules/video_filter/mosaic.h
18097
18098 * mosaic.c: Bluescreen/Greenscreen/Chromakey video background replacement
18099 method. It's still quite simple ... loads of room for improvement.
18100 Example available here: http://people.videolan.org/~dionoea/bluescreen.mpg
18101
18102 * mosaic.h: remove trailing space
18103
18104 ------------------------------------------------------------------------
18105 r14355 | oaubert | 2006-02-17 18:39:25 +0100 (Fri, 17 Feb 2006) | 2 lines
18106 Changed paths:
18107    M /trunk/src/control/mediacontrol_audio_video.c
18108
18109 mediacontrol_audio_video.c: remove debug message
18110
18111 ------------------------------------------------------------------------
18112 r14354 | oaubert | 2006-02-17 18:02:59 +0100 (Fri, 17 Feb 2006) | 2 lines
18113 Changed paths:
18114    M /trunk/bindings/mediacontrol-python/vlcglue.c
18115
18116 vlcglue.c: same bug, specify malloc unit.
18117
18118 ------------------------------------------------------------------------
18119 r14353 | oaubert | 2006-02-17 18:02:34 +0100 (Fri, 17 Feb 2006) | 2 lines
18120 Changed paths:
18121    M /trunk/src/control/mediacontrol_util.c
18122
18123 mediacontrol_util.c: better safe than sorry, specify the malloc unit.
18124
18125 ------------------------------------------------------------------------
18126 r14352 | oaubert | 2006-02-17 17:51:06 +0100 (Fri, 17 Feb 2006) | 2 lines
18127 Changed paths:
18128    M /trunk/src/control/mediacontrol_init.c
18129
18130 src/control/mediacontrol_init.c: fix a malloc() error (spotted by Christophe Massiot)
18131
18132 ------------------------------------------------------------------------
18133 r14351 | hartman | 2006-02-17 17:15:50 +0100 (Fri, 17 Feb 2006) | 4 lines
18134 Changed paths:
18135    M /trunk/include/aout_internal.h
18136    M /trunk/modules/audio_filter/resampler/linear.c
18137    M /trunk/modules/demux/mp4/mp4.c
18138
18139 * Don't use alloca for audio buffers on OSX and BSD, because the stacksize on both isn't infinite.
18140   This might explain the audio-core crashes we have seen in the past on Mac OS X 
18141 * Fix issues with platforms which don't have alloca() (defined)
18142
18143 ------------------------------------------------------------------------
18144 r14350 | oaubert | 2006-02-17 16:28:10 +0100 (Fri, 17 Feb 2006) | 2 lines
18145 Changed paths:
18146    M /trunk/src/control/mediacontrol_audio_video.c
18147
18148 mediacontrol_audio_video.c: use VLC_FOURCC to define the snapshot type
18149
18150 ------------------------------------------------------------------------
18151 r14349 | dionoea | 2006-02-17 15:59:36 +0100 (Fri, 17 Feb 2006) | 2 lines
18152 Changed paths:
18153    M /trunk/NEWS
18154
18155 update NEWS file
18156
18157 ------------------------------------------------------------------------
18158 r14348 | dionoea | 2006-02-17 15:56:06 +0100 (Fri, 17 Feb 2006) | 9 lines
18159 Changed paths:
18160    M /trunk/modules/video_filter/logo.c
18161
18162 Logo filter(s) now takes a list of images, delays and alpha as input and
18163 loops through these. The syntax is <file>[,[<delay in ms>][,[<alpha>]]][;...]
18164 Idea (and some parts of the code) by markfm
18165
18166 Note:
18167 The vout-filter segfaults upon destruction but i don't understand why...
18168 could someone have a look ?
18169
18170
18171 ------------------------------------------------------------------------
18172 r14347 | hartman | 2006-02-17 15:33:32 +0100 (Fri, 17 Feb 2006) | 2 lines
18173 Changed paths:
18174    M /trunk/include/aout_internal.h
18175
18176 * This change should be better then the one in [14346]
18177
18178 ------------------------------------------------------------------------
18179 r14346 | hartman | 2006-02-17 15:20:02 +0100 (Fri, 17 Feb 2006) | 2 lines
18180 Changed paths:
18181    M /trunk/include/aout_internal.h
18182
18183 * stricter aout_BufferFree
18184
18185 ------------------------------------------------------------------------
18186 r14345 | courmisch | 2006-02-17 12:07:57 +0100 (Fri, 17 Feb 2006) | 3 lines
18187 Changed paths:
18188    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
18189    M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
18190
18191 Minor change so that 50 is actually the number of items to be updated at a time
18192 (rather than 50 + 2)
18193
18194 ------------------------------------------------------------------------
18195 r14344 | courmisch | 2006-02-17 11:13:28 +0100 (Fri, 17 Feb 2006) | 2 lines
18196 Changed paths:
18197    M /trunk/configure.ac
18198
18199 Add /usr/local/... to CPPFLAGS and LDFLAGS automatically on FreeBSD (closes #422)
18200
18201 ------------------------------------------------------------------------
18202 r14343 | zorglub | 2006-02-17 06:50:26 +0100 (Fri, 17 Feb 2006) | 2 lines
18203 Changed paths:
18204    M /trunk/src/misc/vlm.c
18205
18206 Fix compilation when VLM is disabled
18207
18208 ------------------------------------------------------------------------
18209 r14342 | zorglub | 2006-02-17 06:46:08 +0100 (Fri, 17 Feb 2006) | 4 lines
18210 Changed paths:
18211    M /trunk/modules/access/v4l/v4l.c
18212
18213 Don't disable audio if V4L video dev does not have an audio dev too. Closes:#254
18214
18215 Thanks to Timothy Lee < timothy d0t lee @t siriushk d0t c0m > for the patch.
18216
18217 ------------------------------------------------------------------------
18218 r14341 | zorglub | 2006-02-17 06:42:13 +0100 (Fri, 17 Feb 2006) | 2 lines
18219 Changed paths:
18220    M /trunk/include/vlc/libvlc.h
18221    M /trunk/src/control/vlm.c
18222
18223 Fix some bugs
18224
18225 ------------------------------------------------------------------------
18226 r14340 | sam | 2006-02-16 23:07:36 +0100 (Thu, 16 Feb 2006) | 3 lines
18227 Changed paths:
18228    M /trunk/extras/contrib/README
18229
18230   * extras/contrib/README: keep track of what patches have been contributed
18231     back to the upstream authors so far.
18232
18233 ------------------------------------------------------------------------
18234 r14339 | sam | 2006-02-16 23:01:39 +0100 (Thu, 16 Feb 2006) | 3 lines
18235 Changed paths:
18236    M /trunk/extras/contrib/src/Patches/x264.patch
18237
18238   * extras/contrib/src/Patches/x264.patch: removed the exp2f/sqrtf part of
18239     this patch, I committed it upstream instead.
18240
18241 ------------------------------------------------------------------------
18242 r14338 | massiot | 2006-02-16 22:31:36 +0100 (Thu, 16 Feb 2006) | 2 lines
18243 Changed paths:
18244    M /trunk/doc/fortunes.txt
18245
18246 ?
18247
18248 ------------------------------------------------------------------------
18249 r14337 | massiot | 2006-02-16 22:19:47 +0100 (Thu, 16 Feb 2006) | 2 lines
18250 Changed paths:
18251    M /trunk/doc/fortunes.txt
18252
18253 !
18254
18255 ------------------------------------------------------------------------
18256 r14336 | sigmunau | 2006-02-16 22:11:11 +0100 (Thu, 16 Feb 2006) | 2 lines
18257 Changed paths:
18258    M /trunk/modules/demux/real.c
18259
18260 real.c: fix some crashes
18261
18262 ------------------------------------------------------------------------
18263 r14335 | fkuehne | 2006-02-16 21:05:18 +0100 (Thu, 16 Feb 2006) | 1 line
18264 Changed paths:
18265    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
18266    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
18267    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
18268    M /trunk/modules/gui/macosx/playlist.h
18269    M /trunk/modules/gui/macosx/playlist.m
18270
18271 * 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)
18272 ------------------------------------------------------------------------
18273 r14334 | dionoea | 2006-02-16 20:31:29 +0100 (Thu, 16 Feb 2006) | 2 lines
18274 Changed paths:
18275    M /trunk/modules/demux/playlist/podcast.c
18276
18277 Move podcast meta info to "Podcast Info" category
18278
18279 ------------------------------------------------------------------------
18280 r14333 | dionoea | 2006-02-16 18:31:31 +0100 (Thu, 16 Feb 2006) | 2 lines
18281 Changed paths:
18282    M /trunk/THANKS
18283    M /trunk/include/vlc_meta.h
18284    M /trunk/modules/access/cdda.c
18285    M /trunk/modules/codec/vorbis.c
18286    M /trunk/modules/demux/playlist/b4s.c
18287    M /trunk/modules/demux/playlist/m3u.c
18288    M /trunk/modules/demux/playlist/podcast.c
18289    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
18290    M /trunk/modules/gui/wxwidgets/input_manager.cpp
18291    M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
18292    M /trunk/modules/misc/msn.c
18293    M /trunk/modules/misc/playlist/m3u.c
18294    M /trunk/modules/services_discovery/daap.c
18295    M /trunk/src/input/es_out.c
18296    M /trunk/src/input/input.c
18297    M /trunk/src/playlist/sort.c
18298
18299 [patch] unifying meta-information access, the 2nd by Daniel Str?\195?\164nger
18300
18301 ------------------------------------------------------------------------
18302 r14332 | zorglub | 2006-02-16 08:22:57 +0100 (Thu, 16 Feb 2006) | 2 lines
18303 Changed paths:
18304    M /trunk/modules/demux/mkv.cpp
18305
18306 Fix a doxygen comment
18307
18308 ------------------------------------------------------------------------
18309 r14331 | zorglub | 2006-02-15 23:31:49 +0100 (Wed, 15 Feb 2006) | 2 lines
18310 Changed paths:
18311    M /trunk/include/vlc/libvlc.h
18312    M /trunk/src/control/vlm.c
18313    M /trunk/test/native/libvlc.c
18314
18315 More VLM API stuff
18316
18317 ------------------------------------------------------------------------
18318 r14330 | zorglub | 2006-02-15 21:35:51 +0100 (Wed, 15 Feb 2006) | 2 lines
18319 Changed paths:
18320    M /trunk/modules/misc/msn.c
18321
18322 Typo
18323
18324 ------------------------------------------------------------------------
18325 r14329 | courmisch | 2006-02-15 20:59:30 +0100 (Wed, 15 Feb 2006) | 2 lines
18326 Changed paths:
18327    M /trunk/modules/misc/growl.c
18328
18329 Fix warning
18330
18331 ------------------------------------------------------------------------
18332 r14328 | zorglub | 2006-02-15 20:48:07 +0100 (Wed, 15 Feb 2006) | 2 lines
18333 Changed paths:
18334    M /trunk/modules/misc/growl.c
18335    M /trunk/modules/misc/msn.c
18336
18337 Fix a bunch of bugs in the MSN plugin (duplicated in the Growl plugin)
18338
18339 ------------------------------------------------------------------------
18340 r14327 | djc | 2006-02-15 20:40:27 +0100 (Wed, 15 Feb 2006) | 2 lines
18341 Changed paths:
18342    M /trunk/modules/misc/growl.c
18343
18344 Stupid me... don't do twice hton*
18345
18346 ------------------------------------------------------------------------
18347 r14326 | oaubert | 2006-02-15 16:06:20 +0100 (Wed, 15 Feb 2006) | 2 lines
18348 Changed paths:
18349    M /trunk/bindings/mediacontrol-python/setup.py
18350
18351 mediacontrol-python/setup.py: do not use PIC libraries on win32 and darwin-ppc
18352
18353 ------------------------------------------------------------------------
18354 r14325 | oaubert | 2006-02-15 15:15:10 +0100 (Wed, 15 Feb 2006) | 2 lines
18355 Changed paths:
18356    M /trunk/src/control/mediacontrol_init.c
18357
18358 src/control/mediacontrol_init.c: check return values of VLC_Create and VLC_Init
18359
18360 ------------------------------------------------------------------------
18361 r14324 | oaubert | 2006-02-15 15:12:23 +0100 (Wed, 15 Feb 2006) | 2 lines
18362 Changed paths:
18363    M /trunk/bindings/mediacontrol-python/vlcglue.c
18364
18365 mediacontrol-python/vlcglue.c: check the return value of VLC_Create
18366
18367 ------------------------------------------------------------------------
18368 r14323 | oaubert | 2006-02-15 15:11:16 +0100 (Wed, 15 Feb 2006) | 2 lines
18369 Changed paths:
18370    M /trunk/bindings/mediacontrol-python/vlcglue.c
18371    M /trunk/bindings/mediacontrol-python/vlcglue.h
18372
18373 mediacontrol-python: portability fix (for Mac OS X/PPC), dirty but it works
18374
18375 ------------------------------------------------------------------------
18376 r14322 | oaubert | 2006-02-15 15:04:41 +0100 (Wed, 15 Feb 2006) | 2 lines
18377 Changed paths:
18378    M /trunk/modules/misc/svg.c
18379
18380 misc/svg.c: use char* instead of byte_t* to avoid warnings
18381
18382 ------------------------------------------------------------------------
18383 r14321 | djc | 2006-02-15 03:09:01 +0100 (Wed, 15 Feb 2006) | 2 lines
18384 Changed paths:
18385    M /trunk/configure.ac
18386
18387 -lws2_32 on win32...
18388
18389 ------------------------------------------------------------------------
18390 r14320 | djc | 2006-02-15 02:32:26 +0100 (Wed, 15 Feb 2006) | 3 lines
18391 Changed paths:
18392    M /trunk/configure.ac
18393    M /trunk/modules/misc/growl.c
18394
18395 configure.ac: try to fix beos build
18396 growl.c: add --growl-ttl option
18397
18398 ------------------------------------------------------------------------
18399 r14319 | djc | 2006-02-15 01:39:10 +0100 (Wed, 15 Feb 2006) | 2 lines
18400 Changed paths:
18401    M /trunk/configure.ac
18402
18403 Add "send" (-lsocket) dependance to growl module to fix BeOS build
18404
18405 ------------------------------------------------------------------------
18406 r14318 | djc | 2006-02-15 01:15:21 +0100 (Wed, 15 Feb 2006) | 2 lines
18407 Changed paths:
18408    M /trunk/modules/misc/growl.c
18409
18410 Takes default TTL (instead of 42...)
18411
18412 ------------------------------------------------------------------------
18413 r14317 | djc | 2006-02-15 00:59:50 +0100 (Wed, 15 Feb 2006) | 6 lines
18414 Changed paths:
18415    M /trunk/configure.ac
18416    M /trunk/modules/misc/Modules.am
18417    A /trunk/modules/misc/growl.c (from /trunk/modules/misc/msn.c:14311)
18418    M /trunk/modules/misc/msn.c
18419
18420 Add a growl (http://growl.info/) notification plugin (most of code from msn.c)
18421 It is built by default since it sends notifications to network (perhaps
18422 we should only build it on macos).
18423
18424 msn.c: should fix a refcount issue (*not?\194?\160tested*)
18425
18426 ------------------------------------------------------------------------
18427 r14316 | zorglub | 2006-02-14 23:50:13 +0100 (Tue, 14 Feb 2006) | 2 lines
18428 Changed paths:
18429    A /trunk/src/control/vlm.c
18430
18431 Missing file
18432
18433 ------------------------------------------------------------------------
18434 r14315 | zorglub | 2006-02-14 23:35:37 +0100 (Tue, 14 Feb 2006) | 2 lines
18435 Changed paths:
18436    M /trunk/src/control/core.c
18437    M /trunk/test/NativeLibvlcTest.py
18438    M /trunk/test/PyMediaControlVariablesTest.py
18439    M /trunk/test/native/libvlc.c
18440
18441 Fix some bugs
18442
18443 ------------------------------------------------------------------------
18444 r14314 | zorglub | 2006-02-14 22:41:23 +0100 (Tue, 14 Feb 2006) | 4 lines
18445 Changed paths:
18446    M /trunk/Makefile.am
18447    D /trunk/bindings/STATUS
18448    A /trunk/bindings/python
18449    M /trunk/include/libvlc_internal.h
18450    M /trunk/include/vlc/libvlc.h
18451    M /trunk/include/vlc_symbols.h
18452    M /trunk/include/vlc_vlm.h
18453    M /trunk/src/control/core.c
18454    M /trunk/src/misc/vlm.c
18455    M /trunk/test/native/libvlc.c
18456    M /trunk/test/pyunit.h
18457
18458 * Beginning of VLM API
18459 * Some test work
18460 * Export vlm_MediaSearch
18461
18462 ------------------------------------------------------------------------
18463 r14313 | courmisch | 2006-02-14 21:41:27 +0100 (Tue, 14 Feb 2006) | 2 lines
18464 Changed paths:
18465    M /trunk/src/misc/unicode.c
18466
18467 (Win32) Support stat() for file names outside ANSI Code Page
18468
18469 ------------------------------------------------------------------------
18470 r14312 | courmisch | 2006-02-14 18:20:32 +0100 (Tue, 14 Feb 2006) | 2 lines
18471 Changed paths:
18472    M /trunk/src/misc/unicode.c
18473
18474 Safer Win32 code page translation
18475
18476 ------------------------------------------------------------------------
18477 r14311 | xtophe | 2006-02-14 16:38:21 +0100 (Tue, 14 Feb 2006) | 2 lines
18478 Changed paths:
18479    M /trunk/modules/audio_filter/param_eq.c
18480
18481 param_eq.c: eol style
18482
18483 ------------------------------------------------------------------------
18484 r14310 | titer | 2006-02-14 14:48:43 +0100 (Tue, 14 Feb 2006) | 2 lines
18485 Changed paths:
18486    M /trunk/extras/contrib/src/Makefile
18487    M /trunk/extras/contrib/src/Patches/ffmpeg-cvs.patch
18488
18489 FFmpeg forgets to create include/postproc/
18490
18491 ------------------------------------------------------------------------
18492 r14309 | dionoea | 2006-02-14 13:32:50 +0100 (Tue, 14 Feb 2006) | 3 lines
18493 Changed paths:
18494    M /trunk/extras/contrib/src/packages.mak
18495
18496 update vc71-glib-1.2.10-bin.zip and libIDL-0.6.3-win32-bin.zip locations
18497 Thanks to Hobophobe on http://forum.videolan.org/viewtopic.php?t=17262
18498
18499 ------------------------------------------------------------------------
18500 r14308 | courmisch | 2006-02-14 10:57:58 +0100 (Tue, 14 Feb 2006) | 3 lines
18501 Changed paths:
18502    M /trunk/modules/gui/ncurses.c
18503
18504 - Partial fix for reading characters with multibyte local encoding (refs #548)
18505 - Fix memory leak
18506
18507 ------------------------------------------------------------------------
18508 r14307 | courmisch | 2006-02-14 10:56:42 +0100 (Tue, 14 Feb 2006) | 3 lines
18509 Changed paths:
18510    M /trunk/src/misc/unicode.c
18511
18512 Use return value of EnsureUTF8() to specify whether the bytes sequence was
18513 valid (UTF-8) or not (incomplete, incorrect non-ASCII, or overlong sequences)
18514
18515 ------------------------------------------------------------------------
18516 r14306 | xtophe | 2006-02-14 10:39:36 +0100 (Tue, 14 Feb 2006) | 2 lines
18517 Changed paths:
18518    M /trunk/modules/audio_filter/param_eq.c
18519
18520 param-eq.c: Svn keyword
18521
18522 ------------------------------------------------------------------------
18523 r14305 | zorglub | 2006-02-14 08:11:18 +0100 (Tue, 14 Feb 2006) | 2 lines
18524 Changed paths:
18525    M /trunk/modules/misc/msn.c
18526
18527 Simplify
18528
18529 ------------------------------------------------------------------------
18530 r14304 | djc | 2006-02-14 02:40:59 +0100 (Tue, 14 Feb 2006) | 4 lines
18531 Changed paths:
18532    M /trunk/modules/gui/macosx/macosx.m
18533    M /trunk/modules/gui/macosx/vout.h
18534    M /trunk/modules/gui/macosx/vout.m
18535
18536 Add --macosx-black switch to black non video screens (fix #301)
18537 If someone has a better code to maintain a black screen, change
18538 CGSetDisplayTransferByFormula which seems to be a big kludge.
18539
18540 ------------------------------------------------------------------------
18541 r14303 | sigmunau | 2006-02-13 23:44:24 +0100 (Mon, 13 Feb 2006) | 2 lines
18542 Changed paths:
18543    M /trunk/configure.ac
18544    M /trunk/modules/audio_filter/Modules.am
18545    A /trunk/modules/audio_filter/param_eq.c
18546
18547 all: parametric equalizer by  Antti Huovilainen (adapted for vlc by me)
18548
18549 ------------------------------------------------------------------------
18550 r14302 | dionoea | 2006-02-13 23:09:56 +0100 (Mon, 13 Feb 2006) | 2 lines
18551 Changed paths:
18552    M /trunk/src/misc/configuration.c
18553
18554 attempt to fix the winCE build
18555
18556 ------------------------------------------------------------------------
18557 r14301 | courmisch | 2006-02-13 22:03:32 +0100 (Mon, 13 Feb 2006) | 3 lines
18558 Changed paths:
18559    M /trunk/modules/gui/ncurses.c
18560
18561 - Unicode fixes for ncurses on non-UTF8 consoles (closes #547)
18562 - Handle backspace properly on an UTF-8 characters string (closes #548 as far as UTF-8 is concerned)
18563
18564 ------------------------------------------------------------------------
18565 r14300 | courmisch | 2006-02-13 21:11:48 +0100 (Mon, 13 Feb 2006) | 2 lines
18566 Changed paths:
18567    M /trunk/src/misc/unicode.c
18568
18569 Undo erronously commited debug preprocessing directives
18570
18571 ------------------------------------------------------------------------
18572 r14299 | xtophe | 2006-02-13 21:06:22 +0100 (Mon, 13 Feb 2006) | 2 lines
18573 Changed paths:
18574    M /trunk/src/misc/unicode.c
18575
18576 unicode.c: Fix WinCE build (well for this file only)
18577
18578 ------------------------------------------------------------------------
18579 r14298 | courmisch | 2006-02-13 20:14:30 +0100 (Mon, 13 Feb 2006) | 2 lines
18580 Changed paths:
18581    M /trunk/modules/access_filter/record.c
18582
18583 Replace forbidden characters with underscores when attempting to dump a stream (closes #423)
18584
18585 ------------------------------------------------------------------------
18586 r14297 | courmisch | 2006-02-13 20:13:05 +0100 (Mon, 13 Feb 2006) | 2 lines
18587 Changed paths:
18588    M /trunk/modules/access_filter/timeshift.c
18589
18590 Fix typo
18591
18592 ------------------------------------------------------------------------
18593 r14296 | courmisch | 2006-02-13 17:53:46 +0100 (Mon, 13 Feb 2006) | 4 lines
18594 Changed paths:
18595    M /trunk/configure.ac
18596    M /trunk/modules/video_output/x11/xcommon.c
18597
18598 - Use VidMode extension to determine the display dimensions more accurately when enabling full screen mode (fixes #534, should fix Debian #290392)
18599 - Move view port and cursor to a sane position
18600 - Check for VidMode extensions (libXxf86vm)
18601
18602 ------------------------------------------------------------------------
18603 r14295 | xtophe | 2006-02-13 17:37:42 +0100 (Mon, 13 Feb 2006) | 2 lines
18604 Changed paths:
18605    M /trunk/src/misc/unicode.c
18606
18607 unicode.c: Fix logic to set use_iconv
18608
18609 ------------------------------------------------------------------------
18610 r14294 | xtophe | 2006-02-13 16:22:59 +0100 (Mon, 13 Feb 2006) | 2 lines
18611 Changed paths:
18612    M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
18613
18614 ffmpeg-wince.patch: fix for the new ffmpeg makefile
18615
18616 ------------------------------------------------------------------------
18617 r14293 | sam | 2006-02-13 14:31:01 +0100 (Mon, 13 Feb 2006) | 2 lines
18618 Changed paths:
18619    M /trunk/modules/demux/mp4/drms.c
18620
18621   * modules/demux/mp4/drms.c: cosmetic changes to some variable names.
18622
18623 ------------------------------------------------------------------------
18624 r14292 | courmisch | 2006-02-13 14:23:20 +0100 (Mon, 13 Feb 2006) | 2 lines
18625 Changed paths:
18626    M /trunk/modules/demux/mp4/drms.c
18627
18628 Fix windows build
18629
18630 ------------------------------------------------------------------------
18631 r14291 | courmisch | 2006-02-13 14:16:08 +0100 (Mon, 13 Feb 2006) | 2 lines
18632 Changed paths:
18633    M /trunk/configure.ac
18634    M /trunk/src/misc/unicode.c
18635
18636 Fix (From|To)Locale (closes #546)
18637
18638 ------------------------------------------------------------------------
18639 r14290 | sam | 2006-02-13 12:49:38 +0100 (Mon, 13 Feb 2006) | 3 lines
18640 Changed paths:
18641    M /trunk/modules/codec/libmpeg2.c
18642
18643   * modules/codec/libmpeg2.c: tell mpeg2dec the real stride of our picture,
18644     because some Xv drivers do not necessarily pad video at 16 bytes.
18645
18646 ------------------------------------------------------------------------
18647 r14289 | courmisch | 2006-02-13 12:19:04 +0100 (Mon, 13 Feb 2006) | 2 lines
18648 Changed paths:
18649    M /trunk/modules/demux/vobsub.c
18650
18651 Fix typo
18652
18653 ------------------------------------------------------------------------
18654 r14288 | courmisch | 2006-02-13 12:15:59 +0100 (Mon, 13 Feb 2006) | 3 lines
18655 Changed paths:
18656    M /trunk/modules/misc/gnutls.c
18657
18658 - Clean up
18659 - Unicode file names fixes
18660
18661 ------------------------------------------------------------------------
18662 r14287 | courmisch | 2006-02-13 11:47:43 +0100 (Mon, 13 Feb 2006) | 3 lines
18663 Changed paths:
18664    M /trunk/modules/access_filter/timeshift.c
18665
18666 - memleak fix
18667 - getcwd() unicode fix
18668
18669 ------------------------------------------------------------------------
18670 r14286 | courmisch | 2006-02-13 11:47:12 +0100 (Mon, 13 Feb 2006) | 2 lines
18671 Changed paths:
18672    M /trunk/src/input/subtitles.c
18673
18674 getcwd() unicode fix
18675
18676 ------------------------------------------------------------------------
18677 r14285 | hartman | 2006-02-13 11:31:57 +0100 (Mon, 13 Feb 2006) | 2 lines
18678 Changed paths:
18679    M /trunk/modules/gui/macosx/voutgl.m
18680
18681 * revert unaccelerated OpenGL. it's useless :D
18682
18683 ------------------------------------------------------------------------
18684 r14284 | courmisch | 2006-02-13 11:30:30 +0100 (Mon, 13 Feb 2006) | 8 lines
18685 Changed paths:
18686    M /trunk/modules/demux/demuxdump.c
18687    M /trunk/modules/demux/ts.c
18688    M /trunk/modules/demux/vobsub.c
18689    M /trunk/modules/misc/logger.c
18690    M /trunk/modules/stream_out/rtp.c
18691    M /trunk/modules/stream_out/switcher.c
18692
18693 Further fopen() unicode fixes (refs #528)
18694
18695 skins2 and galaktos remain as I'm not sure how they (don't?) handle
18696 encodings.
18697
18698 http interface URL were purposedly not made to use Unicode. I'm open to
18699 suggestions on that one.
18700
18701 ------------------------------------------------------------------------
18702 r14283 | courmisch | 2006-02-13 10:54:15 +0100 (Mon, 13 Feb 2006) | 2 lines
18703 Changed paths:
18704    M /trunk/modules/access/file.c
18705    M /trunk/modules/access/vcd/cdrom.c
18706    M /trunk/modules/access_filter/record.c
18707    M /trunk/modules/access_filter/timeshift.c
18708    M /trunk/modules/audio_output/file.c
18709    M /trunk/modules/control/corba/corba.c
18710    M /trunk/modules/control/http/http.c
18711    M /trunk/modules/control/http/macro.c
18712    M /trunk/modules/control/http/util.c
18713    M /trunk/modules/demux/mp4/drms.c
18714    M /trunk/modules/video_filter/motiondetect.c
18715
18716 Another bunch of Unicode file names fixes (refs #528)
18717
18718 ------------------------------------------------------------------------
18719 r14282 | courmisch | 2006-02-13 09:36:52 +0100 (Mon, 13 Feb 2006) | 2 lines
18720 Changed paths:
18721    M /trunk/src/misc/unicode.c
18722
18723 Some WinCE fixes
18724
18725 ------------------------------------------------------------------------
18726 r14281 | courmisch | 2006-02-13 09:30:55 +0100 (Mon, 13 Feb 2006) | 2 lines
18727 Changed paths:
18728    M /trunk/src/input/subtitles.c
18729    M /trunk/src/misc/image.c
18730    M /trunk/src/misc/modules.c
18731    M /trunk/src/misc/update.c
18732    M /trunk/src/misc/vlm.c
18733    M /trunk/src/network/acl.c
18734    M /trunk/src/osd/osd_parser.c
18735    M /trunk/src/playlist/loadsave.c
18736
18737 All Unicode fixes for fopen() (refs #528)
18738
18739 ------------------------------------------------------------------------
18740 r14280 | ipkiss | 2006-02-13 08:18:42 +0100 (Mon, 13 Feb 2006) | 3 lines
18741 Changed paths:
18742    M /trunk/doc/skins/skins2-howto.xml
18743    M /trunk/modules/gui/skins2/src/vlcproc.cpp
18744    M /trunk/modules/gui/skins2/src/vlcproc.hpp
18745
18746  * skins2/src/vlcproc.cpp: New "dvd.isActive" boolean variable
18747  * doc/skins/skins2-howto.xml: Updated doc
18748
18749 ------------------------------------------------------------------------
18750 r14279 | hartman | 2006-02-13 03:36:14 +0100 (Mon, 13 Feb 2006) | 2 lines
18751 Changed paths:
18752    M /trunk/configure.ac
18753
18754 * It's POSTPROC, not POSPROC
18755
18756 ------------------------------------------------------------------------
18757 r14278 | courmisch | 2006-02-12 23:45:04 +0100 (Sun, 12 Feb 2006) | 3 lines
18758 Changed paths:
18759    M /trunk/include/charset.h
18760    M /trunk/include/configuration.h
18761    M /trunk/include/vlc_symbols.h
18762    M /trunk/src/misc/configuration.c
18763    M /trunk/src/misc/unicode.c
18764
18765 - mkdir Unicode wrapper (refs #543)
18766 - fix load/save of configuration and creation of configuration directory (refs #528)
18767
18768 ------------------------------------------------------------------------
18769 r14277 | ipkiss | 2006-02-12 22:39:09 +0100 (Sun, 12 Feb 2006) | 2 lines
18770 Changed paths:
18771    M /trunk/doc/skins/skins2-howto.xml
18772
18773  * doc/skins/skins2-howto.xml: Fixed a link
18774
18775 ------------------------------------------------------------------------
18776 r14276 | titer | 2006-02-12 22:22:20 +0100 (Sun, 12 Feb 2006) | 3 lines
18777 Changed paths:
18778    M /trunk/configure.ac
18779    M /trunk/modules/video_chroma/i420_yuy2.c
18780
18781 Use emms after I420_UYVY because the OpenGL vout uses floats in the same thread.
18782 Re-enabled i420_yuy2_mmx on Darwin/x86.
18783
18784 ------------------------------------------------------------------------
18785 r14275 | courmisch | 2006-02-12 22:12:12 +0100 (Sun, 12 Feb 2006) | 2 lines
18786 Changed paths:
18787    M /trunk/src/misc/configuration.c
18788
18789 utfeightize psz_homedir
18790
18791 ------------------------------------------------------------------------
18792 r14274 | ipkiss | 2006-02-12 22:11:14 +0100 (Sun, 12 Feb 2006) | 2 lines
18793 Changed paths:
18794    M /trunk/doc/skins/skins2-howto.xml
18795
18796  * doc/skins/skins2-howto.xml: Documented the DVD-related actions
18797
18798 ------------------------------------------------------------------------
18799 r14273 | ipkiss | 2006-02-12 22:05:53 +0100 (Sun, 12 Feb 2006) | 8 lines
18800 Changed paths:
18801    M /trunk/modules/gui/skins2/Modules.am
18802    A /trunk/modules/gui/skins2/commands/cmd_dvd.cpp
18803    A /trunk/modules/gui/skins2/commands/cmd_dvd.hpp
18804    M /trunk/modules/gui/skins2/parser/interpreter.cpp
18805
18806  * skins2/commands/cmd_dvd.*: New commands for DVD navigation.
18807    You can use the following actions in the XML file:
18808     - dvd.nextTitle()
18809     - dvd.previousTitle()
18810     - dvd.nextChapter()
18811     - dvd.previousChapter()
18812     - dvd.rootMenu()
18813
18814 ------------------------------------------------------------------------
18815 r14272 | courmisch | 2006-02-12 20:57:48 +0100 (Sun, 12 Feb 2006) | 2 lines
18816 Changed paths:
18817    M /trunk/include/charset.h
18818    M /trunk/include/vlc_symbols.h
18819
18820 Export FromLocaleDup()
18821
18822 ------------------------------------------------------------------------
18823 r14271 | courmisch | 2006-02-12 20:55:38 +0100 (Sun, 12 Feb 2006) | 4 lines
18824 Changed paths:
18825    M /trunk/modules/misc/svg.c
18826
18827 - Fix opening of SVG file through a symbolic
18828   (one must use stat() rather than lstat() to obtain the size of a file's content!)
18829 - Use UTF-8 wrappers (refs #528)
18830
18831 ------------------------------------------------------------------------
18832 r14270 | courmisch | 2006-02-12 20:51:12 +0100 (Sun, 12 Feb 2006) | 2 lines
18833 Changed paths:
18834    M /trunk/src/misc/unicode.c
18835
18836 Cosmetic fix
18837
18838 ------------------------------------------------------------------------
18839 r14269 | courmisch | 2006-02-12 20:48:50 +0100 (Sun, 12 Feb 2006) | 3 lines
18840 Changed paths:
18841    M /trunk/configure.ac
18842    M /trunk/include/charset.h
18843    M /trunk/include/vlc_symbols.h
18844    M /trunk/src/misc/unicode.c
18845
18846 - UF8 wrappers for stat, lstat
18847 - FromLocaleDup() returns a string to be freed with free() instead of LocaleFree()
18848
18849 ------------------------------------------------------------------------
18850 r14268 | titer | 2006-02-12 19:20:54 +0100 (Sun, 12 Feb 2006) | 3 lines
18851 Changed paths:
18852    M /trunk/configure.ac
18853
18854  Also look for libpostproc when ffmpeg is installed without ffmpeg-config
18855  nor pkg-config
18856
18857 ------------------------------------------------------------------------
18858 r14267 | xtophe | 2006-02-12 18:38:36 +0100 (Sun, 12 Feb 2006) | 2 lines
18859 Changed paths:
18860    M /trunk/configure.ac
18861
18862 configure.ac: don't fail if postproc is with avcodec
18863
18864 ------------------------------------------------------------------------
18865 r14266 | zorglub | 2006-02-12 18:31:53 +0100 (Sun, 12 Feb 2006) | 2 lines
18866 Changed paths:
18867    A /trunk/test/NativeStatsTest.py
18868    M /trunk/test/PyMediaControlPlaylistTest.py
18869    A /trunk/test/native/libvlc.c (from /trunk/test/native/native_libvlc_test.c:14264)
18870    D /trunk/test/native/native_libvlc_test.c
18871    A /trunk/test/native/stats.c
18872
18873 Improve test coverage
18874
18875 ------------------------------------------------------------------------
18876 r14265 | zorglub | 2006-02-12 18:31:39 +0100 (Sun, 12 Feb 2006) | 3 lines
18877 Changed paths:
18878    M /trunk/src/control/core.c
18879    M /trunk/src/control/playlist.c
18880
18881 Add some playlist api functions
18882 Fix a bug in exceptions handling
18883
18884 ------------------------------------------------------------------------
18885 r14264 | zorglub | 2006-02-12 18:14:07 +0100 (Sun, 12 Feb 2006) | 2 lines
18886 Changed paths:
18887    M /trunk/test/NativeLibvlcTest.py
18888    M /trunk/test/PyMediaControlBaseTest.py
18889    M /trunk/test/PyMediaControlPlaylistTest.py
18890    M /trunk/test/PyMediaControlVariablesTest.py
18891    A /trunk/test/native (from /trunk/test/native_libvlc:14259)
18892    M /trunk/test/native/native_libvlc_test.c
18893    D /trunk/test/native_libvlc
18894    M /trunk/test/setup.py
18895    M /trunk/test/test.sh
18896
18897 Change some test stuff
18898
18899 ------------------------------------------------------------------------
18900 r14263 | xtophe | 2006-02-12 18:04:45 +0100 (Sun, 12 Feb 2006) | 2 lines
18901 Changed paths:
18902    M /trunk/configure.ac
18903
18904 configure.ac: FFMPEG's libpostproc is now separated from libavcodec
18905
18906 ------------------------------------------------------------------------
18907 r14262 | titer | 2006-02-12 17:36:41 +0100 (Sun, 12 Feb 2006) | 2 lines
18908 Changed paths:
18909    M /trunk/src/network/udp.c
18910
18911  BeOS fix
18912
18913 ------------------------------------------------------------------------
18914 r14261 | titer | 2006-02-12 17:02:08 +0100 (Sun, 12 Feb 2006) | 2 lines
18915 Changed paths:
18916    M /trunk/extras/contrib/src/Makefile
18917    D /trunk/extras/contrib/src/Patches/ffmpeg-beos.patch.cvs
18918    A /trunk/extras/contrib/src/Patches/ffmpeg-cvs-beos.patch
18919
18920 Fixed ffmpeg contrib
18921
18922 ------------------------------------------------------------------------
18923 r14260 | zorglub | 2006-02-12 16:48:57 +0100 (Sun, 12 Feb 2006) | 2 lines
18924 Changed paths:
18925    M /trunk/bindings/Makefile.am
18926    A /trunk/bindings/mediacontrol-python (from /trunk/bindings/python:14188)
18927    D /trunk/bindings/python
18928    M /trunk/configure.ac
18929
18930 Move python mediacontrol bindings
18931
18932 ------------------------------------------------------------------------
18933 r14259 | xtophe | 2006-02-12 16:30:40 +0100 (Sun, 12 Feb 2006) | 2 lines
18934 Changed paths:
18935    M /trunk/modules/misc/testsuite/Modules.am
18936
18937 Fix distcheck
18938
18939 ------------------------------------------------------------------------
18940 r14258 | zorglub | 2006-02-12 16:28:56 +0100 (Sun, 12 Feb 2006) | 2 lines
18941 Changed paths:
18942    M /trunk/modules/control/hotkeys.c
18943    M /trunk/modules/gui/skins2/src/vlcproc.cpp
18944
18945 Fix refcount problems
18946
18947 ------------------------------------------------------------------------
18948 r14257 | zorglub | 2006-02-12 15:22:08 +0100 (Sun, 12 Feb 2006) | 2 lines
18949 Changed paths:
18950    M /trunk/modules/gui/skins2/utils/var_tree.cpp
18951
18952 Remove debug
18953
18954 ------------------------------------------------------------------------
18955 r14256 | courmisch | 2006-02-12 12:39:00 +0100 (Sun, 12 Feb 2006) | 3 lines
18956 Changed paths:
18957    M /trunk/include/main.h
18958    M /trunk/src/libvlc.c
18959    M /trunk/src/misc/unicode.c
18960
18961 - Attempt to implement (To|From)Locale on MSVC
18962 - Make (To|From)Locale a no-op on OSes always using UTF-8
18963
18964 ------------------------------------------------------------------------
18965 r14255 | zorglub | 2006-02-12 12:18:43 +0100 (Sun, 12 Feb 2006) | 2 lines
18966 Changed paths:
18967    M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
18968    M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
18969    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
18970    M /trunk/modules/gui/skins2/src/vlcproc.cpp
18971    M /trunk/modules/gui/skins2/src/vlcproc.hpp
18972    M /trunk/modules/gui/skins2/utils/var_tree.cpp
18973    M /trunk/modules/gui/skins2/utils/var_tree.hpp
18974    M /trunk/modules/gui/skins2/vars/playtree.cpp
18975    M /trunk/modules/gui/skins2/vars/playtree.hpp
18976
18977 Playtree: handle delete nicely
18978
18979 ------------------------------------------------------------------------
18980 r14254 | courmisch | 2006-02-11 23:05:14 +0100 (Sat, 11 Feb 2006) | 2 lines
18981 Changed paths:
18982    M /trunk/src/misc/charset.c
18983
18984 Remove always true condition
18985
18986 ------------------------------------------------------------------------
18987 r14253 | courmisch | 2006-02-11 23:04:54 +0100 (Sat, 11 Feb 2006) | 2 lines
18988 Changed paths:
18989    M /trunk/include/vlc_symbols.h
18990
18991 Fix previous commit
18992
18993 ------------------------------------------------------------------------
18994 r14252 | courmisch | 2006-02-11 22:46:06 +0100 (Sat, 11 Feb 2006) | 2 lines
18995 Changed paths:
18996    M /trunk/include/charset.h
18997    M /trunk/include/vlc_symbols.h
18998    M /trunk/src/input/subtitles.c
18999    M /trunk/src/misc/unicode.c
19000
19001 Unicode wrappers for opendir/readdir
19002
19003 ------------------------------------------------------------------------
19004 r14251 | hartman | 2006-02-11 22:20:24 +0100 (Sat, 11 Feb 2006) | 4 lines
19005 Changed paths:
19006    M /trunk/modules/demux/asf/libasf.c
19007
19008 * Do a proper UTF-16 -> UTF-8 conversion on ASF metadata, instead of ignoring one of it's bytes per char.
19009   Patch by demo-n <http://demo-n.e-neta.jp>. (Can i have your name for the THANKS file please?)
19010   
19011
19012 ------------------------------------------------------------------------
19013 r14250 | hartman | 2006-02-11 21:41:57 +0100 (Sat, 11 Feb 2006) | 10 lines
19014 Changed paths:
19015    M /trunk/THANKS
19016    M /trunk/modules/misc/xml/xtag.c
19017
19018 * xtag parser improvements by Daniel Stranger. 
19019
19020 it now ignores
19021  - commments <!-- ... -->
19022  - processing instructions <? ... ?>
19023  - doctype declarations <!DOCTYPE ... >
19024 and can handle
19025  - CDATA element content <![CDATA[ ... ]]>
19026
19027
19028 ------------------------------------------------------------------------
19029 r14249 | xtophe | 2006-02-11 21:17:20 +0100 (Sat, 11 Feb 2006) | 2 lines
19030 Changed paths:
19031    M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
19032    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
19033    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
19034    M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
19035    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
19036    M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
19037    M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
19038    M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
19039    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
19040
19041 wx/dialogs/*: Don't put labels in buttons if we have a wxID_FOO. So the buttons are themable on GTK.
19042
19043 ------------------------------------------------------------------------
19044 r14248 | courmisch | 2006-02-11 19:40:13 +0100 (Sat, 11 Feb 2006) | 2 lines
19045 Changed paths:
19046    M /trunk/src/network/udp.c
19047
19048 Fix invalid debug message
19049
19050 ------------------------------------------------------------------------
19051 r14247 | zorglub | 2006-02-11 19:11:29 +0100 (Sat, 11 Feb 2006) | 2 lines
19052 Changed paths:
19053    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
19054
19055 Add support for insert and delete in X11 skins
19056
19057 ------------------------------------------------------------------------
19058 r14246 | ipkiss | 2006-02-11 19:01:42 +0100 (Sat, 11 Feb 2006) | 2 lines
19059 Changed paths:
19060    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
19061
19062  * skins2/win32/win32_loop.cpp: Added support for the Insert and Delete keys
19063
19064 ------------------------------------------------------------------------
19065 r14245 | hartman | 2006-02-11 18:55:28 +0100 (Sat, 11 Feb 2006) | 2 lines
19066 Changed paths:
19067    M /trunk/modules/codec/subsdec.c
19068
19069 * Fix a \n bug and a memory bug in the SSA/subsdec.
19070
19071 ------------------------------------------------------------------------
19072 r14244 | fkuehne | 2006-02-11 18:50:46 +0100 (Sat, 11 Feb 2006) | 1 line
19073 Changed paths:
19074    M /trunk/NEWS
19075    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
19076    M /trunk/modules/gui/macosx/wizard.m
19077
19078 * enable multiple selections for streaming as well (closes #522) and put some news
19079 ------------------------------------------------------------------------
19080 r14243 | fkuehne | 2006-02-11 18:42:40 +0100 (Sat, 11 Feb 2006) | 8 lines
19081 Changed paths:
19082    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
19083    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
19084    M /trunk/modules/gui/macosx/wizard.h
19085    M /trunk/modules/gui/macosx/wizard.m
19086
19087 * support for applying the same settings to multiple files in single run of the wizard (just select multiple items in the playlist)
19088     - 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.
19089     - various loops are being performed during the run of the wizard now. Please shout if this is noticeably slower on older Macs
19090 * solved a UTF-8-issue which prevented the usage of certain files which were added to the playlist previously
19091 * optimised the existing code here and there
19092 * make sure that all settings are kept for a session
19093
19094 Thanks to zorglub for the playlist-hint :)
19095 ------------------------------------------------------------------------
19096 r14242 | courmisch | 2006-02-11 18:30:48 +0100 (Sat, 11 Feb 2006) | 2 lines
19097 Changed paths:
19098    M /trunk/src/misc/unicode.c
19099
19100 Support opening of non ANSI filenames on Win32
19101
19102 ------------------------------------------------------------------------
19103 r14241 | dionoea | 2006-02-11 18:28:27 +0100 (Sat, 11 Feb 2006) | 2 lines
19104 Changed paths:
19105    M /trunk/share/http/dialogs/main
19106    M /trunk/share/http/dialogs/playlist
19107
19108 Add some "title"s for image buttons.
19109
19110 ------------------------------------------------------------------------
19111 r14240 | courmisch | 2006-02-11 18:27:09 +0100 (Sat, 11 Feb 2006) | 2 lines
19112 Changed paths:
19113    M /trunk/src/input/subtitles.c
19114
19115 Fix typo
19116
19117 ------------------------------------------------------------------------
19118 r14239 | courmisch | 2006-02-11 18:00:08 +0100 (Sat, 11 Feb 2006) | 2 lines
19119 Changed paths:
19120    M /trunk/src/input/subtitles.c
19121
19122 Use vlc_fopen (access() or stat() would be more appropriate though)
19123
19124 ------------------------------------------------------------------------
19125 r14238 | zorglub | 2006-02-11 17:10:43 +0100 (Sat, 11 Feb 2006) | 2 lines
19126 Changed paths:
19127    M /trunk/src/libvlc.c
19128
19129 Should fix vlc-help.txt problem (untested) (Refs:#517)
19130
19131 ------------------------------------------------------------------------
19132 r14237 | zorglub | 2006-02-11 16:49:24 +0100 (Sat, 11 Feb 2006) | 2 lines
19133 Changed paths:
19134    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
19135    M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
19136
19137 Reposition the slider when expanding/retracting a node (Closes:#477)
19138
19139 ------------------------------------------------------------------------
19140 r14236 | zorglub | 2006-02-11 16:21:21 +0100 (Sat, 11 Feb 2006) | 2 lines
19141 Changed paths:
19142    M /trunk/modules/stream_out/transcode.c
19143
19144 only round width and scale height accordingly
19145
19146 ------------------------------------------------------------------------
19147 r14235 | courmisch | 2006-02-11 16:13:56 +0100 (Sat, 11 Feb 2006) | 2 lines
19148 Changed paths:
19149    M /trunk/include/charset.h
19150    M /trunk/include/vlc_symbols.h
19151    M /trunk/src/misc/unicode.c
19152
19153 vlc_fopen() wrapper including required file name conversion (refs #528, refs?\194?\160#543)
19154
19155 ------------------------------------------------------------------------
19156 r14234 | courmisch | 2006-02-11 16:12:06 +0100 (Sat, 11 Feb 2006) | 2 lines
19157 Changed paths:
19158    M /trunk/src/misc/charset.c
19159
19160 Don't compile dead code on Win32
19161
19162 ------------------------------------------------------------------------
19163 r14233 | courmisch | 2006-02-11 15:53:44 +0100 (Sat, 11 Feb 2006) | 2 lines
19164 Changed paths:
19165    M /trunk/src/libvlc.c
19166
19167 Use more common CP1252 rather than Latin-9 as fallback charset
19168
19169 ------------------------------------------------------------------------
19170 r14232 | zorglub | 2006-02-11 15:50:37 +0100 (Sat, 11 Feb 2006) | 2 lines
19171 Changed paths:
19172    M /trunk/modules/stream_out/transcode.c
19173
19174 Round scaled sizes to 16 (Closes:#524)
19175
19176 ------------------------------------------------------------------------
19177 r14231 | zorglub | 2006-02-11 15:26:53 +0100 (Sat, 11 Feb 2006) | 2 lines
19178 Changed paths:
19179    M /trunk/modules/access_filter/record.c
19180
19181 Don't crash in record filter (Closes:#542)
19182
19183 ------------------------------------------------------------------------
19184 r14230 | zorglub | 2006-02-11 15:14:18 +0100 (Sat, 11 Feb 2006) | 2 lines
19185 Changed paths:
19186    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
19187
19188 Don't make image when we are not interested in the item
19189
19190 ------------------------------------------------------------------------
19191 r14229 | zorglub | 2006-02-11 15:08:44 +0100 (Sat, 11 Feb 2006) | 2 lines
19192 Changed paths:
19193    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
19194    M /trunk/modules/gui/skins2/utils/var_tree.cpp
19195    M /trunk/modules/gui/skins2/utils/var_tree.hpp
19196    M /trunk/modules/gui/skins2/vars/playtree.cpp
19197
19198 Handle Page up / Page down (Refs:#477)
19199
19200 ------------------------------------------------------------------------
19201 r14228 | courmisch | 2006-02-11 14:40:43 +0100 (Sat, 11 Feb 2006) | 2 lines
19202 Changed paths:
19203    M /trunk/modules/stream_out/standard.c
19204    M /trunk/src/stream_output/sap.c
19205
19206 Handle TTL in SDP properly (IPv4 at least) for raw UDP (closes #404)
19207
19208 ------------------------------------------------------------------------
19209 r14227 | courmisch | 2006-02-11 14:39:03 +0100 (Sat, 11 Feb 2006) | 4 lines
19210 Changed paths:
19211    M /trunk/modules/stream_out/rtp.c
19212
19213 - Fix typo in previous commit
19214 - Enforce a default TTL value (one) in SDP if there is none - refs #404
19215   (it should at least be fine for IPv4 usage)
19216
19217 ------------------------------------------------------------------------
19218 r14226 | courmisch | 2006-02-11 12:58:34 +0100 (Sat, 11 Feb 2006) | 2 lines
19219 Changed paths:
19220    M /trunk/modules/stream_out/rtp.c
19221
19222 Simplify [12964]
19223
19224 ------------------------------------------------------------------------
19225 r14225 | fkuehne | 2006-02-11 12:34:31 +0100 (Sat, 11 Feb 2006) | 1 line
19226 Changed paths:
19227    M /trunk/modules/gui/macosx/macosx.m
19228    M /trunk/modules/gui/macosx/wizard.h
19229    M /trunk/modules/gui/macosx/wizard.m
19230
19231 * added an option to keep the selections in the wizard for a single session. It's enabled by default. (refs #522)
19232 ------------------------------------------------------------------------
19233 r14224 | courmisch | 2006-02-11 11:49:30 +0100 (Sat, 11 Feb 2006) | 2 lines
19234 Changed paths:
19235    M /trunk/src/stream_output/sap.c
19236
19237 SAP hop limit should always be 255 as per its specification - refs #404
19238
19239 ------------------------------------------------------------------------
19240 r14223 | courmisch | 2006-02-11 11:47:42 +0100 (Sat, 11 Feb 2006) | 2 lines
19241 Changed paths:
19242    M /trunk/src/libvlc.h
19243
19244 Good point Md - use 0 (ie. not set) as default TTL rather than 1 (refs #404)
19245
19246 ------------------------------------------------------------------------
19247 r14222 | courmisch | 2006-02-11 11:42:48 +0100 (Sat, 11 Feb 2006) | 2 lines
19248 Changed paths:
19249    M /trunk/modules/misc/network/ipv4.c
19250    M /trunk/modules/misc/network/ipv6.c
19251    M /trunk/src/libvlc.h
19252    M /trunk/src/network/udp.c
19253
19254 Implement IPv6 multicast output interface selection (closes #491)
19255
19256 ------------------------------------------------------------------------
19257 r14221 | hartman | 2006-02-11 04:04:42 +0100 (Sat, 11 Feb 2006) | 5 lines
19258 Changed paths:
19259    M /trunk/modules/video_filter/blend.c
19260
19261 * Improved renderering of YUVA/P onto YUV variants. refs #539 
19262   I420 still not fixed for this bug.
19263
19264   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. 
19265
19266 ------------------------------------------------------------------------
19267 r14220 | hartman | 2006-02-11 02:37:30 +0100 (Sat, 11 Feb 2006) | 5 lines
19268 Changed paths:
19269    M /trunk/modules/access/dvdread.c
19270
19271 * Fix the duration of the dvdread module. refs #198.
19272   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.
19273
19274 The behaviour of the dvdread module is now equal to that of the dvdnav module when it comes to time and seeking.
19275
19276 ------------------------------------------------------------------------
19277 r14219 | zorglub | 2006-02-11 01:07:40 +0100 (Sat, 11 Feb 2006) | 2 lines
19278 Changed paths:
19279    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
19280
19281 Don't invalidate selection on item change (Refs:#477)
19282
19283 ------------------------------------------------------------------------
19284 r14218 | hartman | 2006-02-11 01:01:55 +0100 (Sat, 11 Feb 2006) | 3 lines
19285 Changed paths:
19286    M /trunk/modules/video_filter/distort.c
19287
19288 * Don't put huge pictures on the stack. It is limited on some platforms. use malloc.
19289 * 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.
19290
19291 ------------------------------------------------------------------------
19292 r14217 | zorglub | 2006-02-11 00:39:53 +0100 (Sat, 11 Feb 2006) | 3 lines
19293 Changed paths:
19294    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
19295    M /trunk/share/skins2/playtree/theme.xml
19296
19297 Fix playtree deletion
19298 Should support deletion through the delete key. But the delete key is not recognized par X11 skins2.
19299
19300 ------------------------------------------------------------------------
19301 r14216 | xtophe | 2006-02-10 23:56:32 +0100 (Fri, 10 Feb 2006) | 2 lines
19302 Changed paths:
19303    M /trunk/modules/misc/testsuite/Modules.am
19304
19305 Revert brocken commit [14215]
19306
19307 ------------------------------------------------------------------------
19308 r14215 | xtophe | 2006-02-10 23:24:20 +0100 (Fri, 10 Feb 2006) | 2 lines
19309 Changed paths:
19310    M /trunk/modules/misc/testsuite/Modules.am
19311
19312 Unbreack distcheck. First step
19313
19314 ------------------------------------------------------------------------
19315 r14214 | hartman | 2006-02-10 23:03:34 +0100 (Fri, 10 Feb 2006) | 2 lines
19316 Changed paths:
19317    M /trunk/modules/video_filter/deinterlace.c
19318
19319 * Fix issues with the deinterlace filter that was using the source picture pitch when writing to the output picture.
19320
19321 ------------------------------------------------------------------------
19322 r14213 | hartman | 2006-02-10 22:46:17 +0100 (Fri, 10 Feb 2006) | 2 lines
19323 Changed paths:
19324    M /trunk/modules/access/vcd/vcd.c
19325
19326 * fprintf -> msg_Dbg
19327
19328 ------------------------------------------------------------------------
19329 r14212 | zorglub | 2006-02-10 22:14:12 +0100 (Fri, 10 Feb 2006) | 2 lines
19330 Changed paths:
19331    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
19332
19333 Disable broken stuff (Refs:#459)
19334
19335 ------------------------------------------------------------------------
19336 r14211 | fkuehne | 2006-02-10 20:56:59 +0100 (Fri, 10 Feb 2006) | 2 lines
19337 Changed paths:
19338    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
19339    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
19340    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
19341    M /trunk/modules/gui/macosx/wizard.h
19342    M /trunk/modules/gui/macosx/wizard.m
19343
19344 * clean up (mostly replacements of nestings of stringByAppendingString by stringWithFormat)
19345 * 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.
19346 ------------------------------------------------------------------------
19347 r14210 | jpsaman | 2006-02-10 20:53:09 +0100 (Fri, 10 Feb 2006) | 1 line
19348 Changed paths:
19349    M /trunk/modules/misc/rtsp.c
19350
19351 Fix breakage of other RTSP clients
19352 ------------------------------------------------------------------------
19353 r14209 | jpsaman | 2006-02-10 18:24:25 +0100 (Fri, 10 Feb 2006) | 1 line
19354 Changed paths:
19355    M /trunk/modules/misc/rtsp.c
19356
19357 Use correct Transport answer
19358 ------------------------------------------------------------------------
19359 r14208 | xtophe | 2006-02-10 18:24:14 +0100 (Fri, 10 Feb 2006) | 2 lines
19360 Changed paths:
19361    M /trunk/configure.ac
19362
19363 configure.ac: Test glide even when the user specify it
19364
19365 ------------------------------------------------------------------------
19366 r14207 | courmisch | 2006-02-10 17:46:07 +0100 (Fri, 10 Feb 2006) | 4 lines
19367 Changed paths:
19368    M /trunk/modules/misc/network/ipv4.c
19369    M /trunk/modules/misc/network/ipv6.c
19370
19371 - Use OS default TTL when not overriden
19372 - Clean up
19373 (refs #404)
19374
19375 ------------------------------------------------------------------------
19376 r14206 | courmisch | 2006-02-10 17:34:41 +0100 (Fri, 10 Feb 2006) | 2 lines
19377 Changed paths:
19378    M /trunk/modules/misc/network/ipv6.c
19379
19380 Don't enable broadcast on IPv6 sockets since IPv6 does not do broadcast anyhow
19381
19382 ------------------------------------------------------------------------
19383 r14205 | dionoea | 2006-02-10 17:30:20 +0100 (Fri, 10 Feb 2006) | 3 lines
19384 Changed paths:
19385    M /trunk/mozilla/vlcshell.cpp
19386
19387 Add esd and arts to the AOUT_PLUGINS define. If this break everything i'll
19388 have to remove it... but i doubt it.
19389
19390 ------------------------------------------------------------------------
19391 r14204 | courmisch | 2006-02-10 17:25:57 +0100 (Fri, 10 Feb 2006) | 2 lines
19392 Changed paths:
19393    M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
19394    M /trunk/modules/gui/skins2/utils/var_tree.hpp
19395    M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
19396
19397 gcc 4.1 compile fix from marvin24 #?\194?\160gmx.de
19398
19399 ------------------------------------------------------------------------
19400 r14203 | sigmunau | 2006-02-10 16:05:45 +0100 (Fri, 10 Feb 2006) | 5 lines
19401 Changed paths:
19402    M /trunk/modules/misc/rtsp.c
19403
19404 modules/misc/rtsp.c: implement support for raw udp transport for muxed streams
19405 also replaces x-playnow hack with a slightly less ugly hack
19406
19407 vlc vod server can now serve about 5 seconds of video to amino stbs
19408
19409 ------------------------------------------------------------------------
19410 r14202 | jpsaman | 2006-02-10 15:51:10 +0100 (Fri, 10 Feb 2006) | 1 line
19411 Changed paths:
19412    M /trunk/modules/misc/rtsp.c
19413
19414 Also add support for x-playNow in RtspCallback.
19415 ------------------------------------------------------------------------
19416 r14201 | jpsaman | 2006-02-10 15:44:19 +0100 (Fri, 10 Feb 2006) | 1 line
19417 Changed paths:
19418    M /trunk/modules/demux/livedotcom.cpp
19419
19420 sanity check
19421 ------------------------------------------------------------------------
19422 r14200 | jpsaman | 2006-02-10 15:43:05 +0100 (Fri, 10 Feb 2006) | 1 line
19423 Changed paths:
19424    M /trunk/src/network/httpd.c
19425
19426 Indentation and coding style fixes
19427 ------------------------------------------------------------------------
19428 r14199 | jpsaman | 2006-02-10 14:51:11 +0100 (Fri, 10 Feb 2006) | 2 lines
19429 Changed paths:
19430    M /trunk/modules/misc/rtsp.c
19431
19432 Respond to x-playNow option in RTSP SETUP request. Did some indentation fixes too.
19433
19434 ------------------------------------------------------------------------
19435 r14198 | hartman | 2006-02-10 13:58:55 +0100 (Fri, 10 Feb 2006) | 2 lines
19436 Changed paths:
19437    M /trunk/configure.ac
19438
19439 * disable i420_yuy2_mmx on Darwin, since the MMX seems to be incorrect.
19440
19441 ------------------------------------------------------------------------
19442 r14197 | hartman | 2006-02-10 03:53:57 +0100 (Fri, 10 Feb 2006) | 2 lines
19443 Changed paths:
19444    M /trunk/modules/codec/quicktime.c
19445
19446 * Fix the QT video decoder. refs #345
19447
19448 ------------------------------------------------------------------------
19449 r14196 | xtophe | 2006-02-09 13:31:17 +0100 (Thu, 09 Feb 2006) | 2 lines
19450 Changed paths:
19451    M /trunk/extras/zsh.cpp
19452
19453 Remove debug.
19454
19455 ------------------------------------------------------------------------
19456 r14195 | courmisch | 2006-02-09 13:06:02 +0100 (Thu, 09 Feb 2006) | 2 lines
19457 Changed paths:
19458    M /trunk/src/network/rootwrap.c
19459
19460 Check for AF_INET6 all the time
19461
19462 ------------------------------------------------------------------------
19463 r14194 | dionoea | 2006-02-08 17:26:56 +0100 (Wed, 08 Feb 2006) | 5 lines
19464 Changed paths:
19465    M /trunk/src/misc/configuration.c
19466
19467 Add comment about the fact that lines begining with a # are comments in the
19468 vlcrc file. This might seem obvious, but many people on the forums don't
19469 seem to understand that.
19470
19471
19472 ------------------------------------------------------------------------
19473 r14193 | sigmunau | 2006-02-08 11:39:33 +0100 (Wed, 08 Feb 2006) | 2 lines
19474 Changed paths:
19475    M /trunk/modules/access_output/udp.c
19476
19477 access_output/udp.c: Attach the writer thread. Fixes missing headers.
19478
19479 ------------------------------------------------------------------------
19480 r14192 | djc | 2006-02-08 11:33:46 +0100 (Wed, 08 Feb 2006) | 2 lines
19481 Changed paths:
19482    M /trunk/modules/gui/macosx/interaction.m
19483
19484 Fix message advice (use description.widgets instead of only description)
19485
19486 ------------------------------------------------------------------------
19487 r14191 | xtophe | 2006-02-08 00:03:45 +0100 (Wed, 08 Feb 2006) | 2 lines
19488 Changed paths:
19489    M /trunk/modules/misc/win32text.c
19490
19491 Typo.
19492
19493 ------------------------------------------------------------------------
19494 r14190 | zorglub | 2006-02-07 22:08:32 +0100 (Tue, 07 Feb 2006) | 5 lines
19495 Changed paths:
19496    M /trunk/Makefile.am
19497    M /trunk/include/vlc/libvlc.h
19498    M /trunk/src/control/playlist.c
19499    A /trunk/src/control/video.c
19500    M /trunk/test/libvlc_sample.c
19501
19502 * get/set/toggle fullscreen 
19503 * Fix a bug in playlist_play
19504
19505 (Refs:#457)
19506
19507 ------------------------------------------------------------------------
19508 r14189 | sigmunau | 2006-02-07 21:41:17 +0100 (Tue, 07 Feb 2006) | 2 lines
19509 Changed paths:
19510    M /trunk/modules/access_output/udp.c
19511
19512 access_output/udp.c: use block_Fifo for the empty blocks list. Simplifies code a lot
19513
19514 ------------------------------------------------------------------------
19515 r14188 | dionoea | 2006-02-07 18:08:18 +0100 (Tue, 07 Feb 2006) | 2 lines
19516 Changed paths:
19517    M /trunk/include/vlc_osd.h
19518
19519 looks like this was retrocommited :)
19520
19521 ------------------------------------------------------------------------
19522 r14187 | courmisch | 2006-02-07 17:37:40 +0100 (Tue, 07 Feb 2006) | 2 lines
19523 Changed paths:
19524    M /trunk/activex/dataobject.cpp
19525    M /trunk/activex/dataobject.h
19526    M /trunk/activex/viewobject.cpp
19527    M /trunk/activex/viewobject.h
19528    M /trunk/bindings/python/vlcglue.c
19529    M /trunk/bindings/python/vlcglue.h
19530    M /trunk/include/vlc/libvlc.h
19531    M /trunk/include/vlc/mediacontrol.h
19532    M /trunk/include/vlc/mediacontrol_structures.h
19533    M /trunk/modules/access/dv.c
19534    M /trunk/modules/access/dvb/http.c
19535    M /trunk/modules/access/fake.c
19536    M /trunk/modules/access/gnomevfs.c
19537    M /trunk/modules/access/rtsp/access.c
19538    M /trunk/modules/access/rtsp/real.c
19539    M /trunk/modules/access/rtsp/real.h
19540    M /trunk/modules/access/rtsp/real_asmrp.c
19541    M /trunk/modules/access/rtsp/real_rmff.c
19542    M /trunk/modules/access/rtsp/real_rmff.h
19543    M /trunk/modules/access/rtsp/real_sdpplin.c
19544    M /trunk/modules/access/rtsp/real_sdpplin.h
19545    M /trunk/modules/access/rtsp/rtsp.c
19546    M /trunk/modules/access/rtsp/rtsp.h
19547    M /trunk/modules/access_filter/record.c
19548    M /trunk/modules/access_output/bonjour.c
19549    M /trunk/modules/access_output/bonjour.h
19550    M /trunk/modules/access_output/shout.c
19551    M /trunk/modules/audio_filter/channel_mixer/dolby.c
19552    M /trunk/modules/audio_output/arts.c
19553    M /trunk/modules/audio_output/auhal.c
19554    M /trunk/modules/audio_output/jack.c
19555    M /trunk/modules/codec/fake.c
19556    M /trunk/modules/codec/realaudio.c
19557    M /trunk/modules/codec/sdl_image.c
19558    M /trunk/modules/control/http/http.h
19559    M /trunk/modules/control/http/macro.c
19560    M /trunk/modules/control/http/macros.h
19561    M /trunk/modules/control/http/mvar.c
19562    M /trunk/modules/control/http/rpn.c
19563    M /trunk/modules/control/http/util.c
19564    M /trunk/modules/demux/mpc.c
19565    M /trunk/modules/demux/nuv.c
19566    M /trunk/modules/demux/playlist/dvb.c
19567    M /trunk/modules/demux/playlist/podcast.c
19568    M /trunk/modules/gui/macosx/bookmarks.h
19569    M /trunk/modules/gui/macosx/embeddedwindow.h
19570    M /trunk/modules/gui/macosx/extended.h
19571    M /trunk/modules/gui/macosx/interaction.h
19572    M /trunk/modules/gui/macosx/sfilters.h
19573    M /trunk/modules/gui/macosx/wizard.h
19574    M /trunk/modules/gui/skins2/commands/async_queue.hpp
19575    M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
19576    M /trunk/modules/gui/skins2/commands/cmd_audio.cpp
19577    M /trunk/modules/gui/skins2/commands/cmd_audio.hpp
19578    M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
19579    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
19580    M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
19581    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
19582    M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
19583    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
19584    M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
19585    M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
19586    M /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
19587    M /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
19588    M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
19589    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
19590    M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
19591    M /trunk/modules/gui/skins2/commands/cmd_playtree.hpp
19592    M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
19593    M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
19594    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
19595    M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
19596    M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
19597    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
19598    M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
19599    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
19600    M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
19601    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
19602    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
19603    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
19604    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
19605    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
19606    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
19607    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
19608    M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
19609    M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
19610    M /trunk/modules/gui/skins2/events/evt_enter.hpp
19611    M /trunk/modules/gui/skins2/events/evt_focus.hpp
19612    M /trunk/modules/gui/skins2/events/evt_generic.hpp
19613    M /trunk/modules/gui/skins2/events/evt_input.hpp
19614    M /trunk/modules/gui/skins2/events/evt_key.hpp
19615    M /trunk/modules/gui/skins2/events/evt_leave.hpp
19616    M /trunk/modules/gui/skins2/events/evt_motion.hpp
19617    M /trunk/modules/gui/skins2/events/evt_mouse.hpp
19618    M /trunk/modules/gui/skins2/events/evt_refresh.hpp
19619    M /trunk/modules/gui/skins2/events/evt_scroll.hpp
19620    M /trunk/modules/gui/skins2/events/evt_special.hpp
19621    M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.hpp
19622    M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
19623    M /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
19624    M /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
19625    M /trunk/modules/gui/skins2/macosx/macosx_timer.hpp
19626    M /trunk/modules/gui/skins2/macosx/macosx_tooltip.hpp
19627    M /trunk/modules/gui/skins2/macosx/macosx_window.hpp
19628    M /trunk/modules/gui/skins2/parser/builder.hpp
19629    M /trunk/modules/gui/skins2/parser/builder_data.hpp
19630    M /trunk/modules/gui/skins2/parser/expr_evaluator.hpp
19631    M /trunk/modules/gui/skins2/parser/interpreter.hpp
19632    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
19633    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
19634    M /trunk/modules/gui/skins2/src/anchor.hpp
19635    M /trunk/modules/gui/skins2/src/anim_bitmap.cpp
19636    M /trunk/modules/gui/skins2/src/anim_bitmap.hpp
19637    M /trunk/modules/gui/skins2/src/bitmap_font.hpp
19638    M /trunk/modules/gui/skins2/src/dialogs.hpp
19639    M /trunk/modules/gui/skins2/src/file_bitmap.hpp
19640    M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
19641    M /trunk/modules/gui/skins2/src/ft2_font.hpp
19642    M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
19643    M /trunk/modules/gui/skins2/src/generic_font.hpp
19644    M /trunk/modules/gui/skins2/src/generic_layout.hpp
19645    M /trunk/modules/gui/skins2/src/generic_window.hpp
19646    M /trunk/modules/gui/skins2/src/logger.hpp
19647    M /trunk/modules/gui/skins2/src/os_factory.hpp
19648    M /trunk/modules/gui/skins2/src/os_graphics.hpp
19649    M /trunk/modules/gui/skins2/src/os_loop.hpp
19650    M /trunk/modules/gui/skins2/src/os_timer.hpp
19651    M /trunk/modules/gui/skins2/src/os_tooltip.hpp
19652    M /trunk/modules/gui/skins2/src/os_window.hpp
19653    M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
19654    M /trunk/modules/gui/skins2/src/skin_common.hpp
19655    M /trunk/modules/gui/skins2/src/theme.hpp
19656    M /trunk/modules/gui/skins2/src/theme_loader.hpp
19657    M /trunk/modules/gui/skins2/src/theme_repository.hpp
19658    M /trunk/modules/gui/skins2/src/tooltip.hpp
19659    M /trunk/modules/gui/skins2/src/top_window.hpp
19660    M /trunk/modules/gui/skins2/src/var_manager.hpp
19661    M /trunk/modules/gui/skins2/src/vlcproc.hpp
19662    M /trunk/modules/gui/skins2/src/vout_window.hpp
19663    M /trunk/modules/gui/skins2/src/window_manager.hpp
19664    M /trunk/modules/gui/skins2/unzip/crypt.h
19665    M /trunk/modules/gui/skins2/unzip/ioapi.c
19666    M /trunk/modules/gui/skins2/unzip/ioapi.h
19667    M /trunk/modules/gui/skins2/unzip/unzip.c
19668    M /trunk/modules/gui/skins2/unzip/unzip.h
19669    M /trunk/modules/gui/skins2/utils/bezier.hpp
19670    M /trunk/modules/gui/skins2/utils/fsm.hpp
19671    M /trunk/modules/gui/skins2/utils/observer.hpp
19672    M /trunk/modules/gui/skins2/utils/pointer.hpp
19673    M /trunk/modules/gui/skins2/utils/position.hpp
19674    M /trunk/modules/gui/skins2/utils/ustring.hpp
19675    M /trunk/modules/gui/skins2/utils/var_bool.hpp
19676    M /trunk/modules/gui/skins2/utils/var_list.hpp
19677    M /trunk/modules/gui/skins2/utils/var_percent.hpp
19678    M /trunk/modules/gui/skins2/utils/var_text.hpp
19679    M /trunk/modules/gui/skins2/utils/var_tree.cpp
19680    M /trunk/modules/gui/skins2/utils/var_tree.hpp
19681    M /trunk/modules/gui/skins2/utils/variable.hpp
19682    M /trunk/modules/gui/skins2/vars/equalizer.cpp
19683    M /trunk/modules/gui/skins2/vars/equalizer.hpp
19684    M /trunk/modules/gui/skins2/vars/playlist.hpp
19685    M /trunk/modules/gui/skins2/vars/playtree.cpp
19686    M /trunk/modules/gui/skins2/vars/playtree.hpp
19687    M /trunk/modules/gui/skins2/vars/time.hpp
19688    M /trunk/modules/gui/skins2/vars/volume.hpp
19689    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
19690    M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
19691    M /trunk/modules/gui/skins2/win32/win32_loop.hpp
19692    M /trunk/modules/gui/skins2/win32/win32_timer.hpp
19693    M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
19694    M /trunk/modules/gui/skins2/win32/win32_window.hpp
19695    M /trunk/modules/gui/skins2/x11/x11_display.hpp
19696    M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
19697    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
19698    M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
19699    M /trunk/modules/gui/skins2/x11/x11_loop.hpp
19700    M /trunk/modules/gui/skins2/x11/x11_timer.hpp
19701    M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
19702    M /trunk/modules/gui/skins2/x11/x11_window.hpp
19703    M /trunk/modules/gui/wince/dialogs.cpp
19704    M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.hpp
19705    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
19706    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
19707    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
19708    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
19709    M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
19710    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp
19711    M /trunk/modules/gui/wxwidgets/dialogs/messages.hpp
19712    M /trunk/modules/gui/wxwidgets/dialogs/open.hpp
19713    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
19714    M /trunk/modules/gui/wxwidgets/dialogs/preferences.hpp
19715    M /trunk/modules/gui/wxwidgets/dialogs/streamout.hpp
19716    M /trunk/modules/gui/wxwidgets/dialogs/subtitles.hpp
19717    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
19718    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
19719    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
19720    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
19721    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
19722    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.hpp
19723    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.cpp
19724    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.hpp
19725    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
19726    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.hpp
19727    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.cpp
19728    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.hpp
19729    M /trunk/modules/gui/wxwidgets/dialogs/wizard.hpp
19730    M /trunk/modules/gui/wxwidgets/extrapanel.hpp
19731    M /trunk/modules/gui/wxwidgets/input_manager.cpp
19732    M /trunk/modules/gui/wxwidgets/input_manager.hpp
19733    M /trunk/modules/gui/wxwidgets/interface.hpp
19734    M /trunk/modules/gui/wxwidgets/playlist_manager.hpp
19735    M /trunk/modules/gui/wxwidgets/streamdata.cpp
19736    M /trunk/modules/gui/wxwidgets/timer.hpp
19737    M /trunk/modules/gui/wxwidgets/video.hpp
19738    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
19739    M /trunk/modules/misc/msn.c
19740    M /trunk/modules/misc/win32text.c
19741    M /trunk/modules/services_discovery/bonjour.c
19742    M /trunk/modules/services_discovery/podcast.c
19743    M /trunk/modules/services_discovery/upnp_cc.cpp
19744    M /trunk/modules/stream_out/bridge.c
19745    M /trunk/modules/stream_out/switcher.c
19746    M /trunk/modules/video_filter/magnify.c
19747    M /trunk/modules/video_filter/osdmenu.c
19748    M /trunk/modules/video_filter/rss.c
19749    M /trunk/modules/video_filter/rv32.c
19750    M /trunk/modules/video_output/directfb.c
19751    M /trunk/src/control/core.c
19752    M /trunk/src/control/input.c
19753    M /trunk/src/control/mediacontrol_audio_video.c
19754    M /trunk/src/control/mediacontrol_core.c
19755    M /trunk/src/control/mediacontrol_init.c
19756    M /trunk/src/control/mediacontrol_plugin.c
19757    M /trunk/src/control/mediacontrol_util.c
19758    M /trunk/src/control/playlist.c
19759    M /trunk/src/interface/interaction.c
19760    M /trunk/src/misc/hashtables.c
19761    M /trunk/src/misc/md5.c
19762    M /trunk/src/misc/stats.c
19763    M /trunk/src/misc/update.c
19764    M /trunk/src/network/acl.c
19765    M /trunk/src/osd/osd.c
19766    M /trunk/src/osd/osd_parser.c
19767    M /trunk/test/libvlc_sample.c
19768    M /trunk/test/native_libvlc/native_libvlc_test.c
19769    M /trunk/test/pyunit.h
19770
19771 All CRLF fixes
19772
19773 ------------------------------------------------------------------------
19774 r14186 | courmisch | 2006-02-07 17:24:30 +0100 (Tue, 07 Feb 2006) | 2 lines
19775 Changed paths:
19776    M /trunk/include/libvlc_internal.h
19777    M /trunk/include/mediacontrol_internal.h
19778    M /trunk/include/vlc_acl.h
19779    M /trunk/include/vlc_interaction.h
19780    M /trunk/include/vlc_md5.h
19781    M /trunk/include/vlc_osd.h
19782    M /trunk/include/vlc_symbols.h
19783    M /trunk/include/vlc_update.h
19784
19785 Set EOL style to avoid further CRLF issues
19786
19787 ------------------------------------------------------------------------
19788 r14185 | hartman | 2006-02-07 17:07:58 +0100 (Tue, 07 Feb 2006) | 2 lines
19789 Changed paths:
19790    M /trunk/modules/misc/win32text.c
19791
19792 * Fix win32 text renderer.
19793
19794 ------------------------------------------------------------------------
19795 r14184 | hartman | 2006-02-07 16:18:06 +0100 (Tue, 07 Feb 2006) | 12 lines
19796 Changed paths:
19797    M /trunk/include/vlc_osd.h
19798    M /trunk/include/vlc_video.h
19799    M /trunk/modules/codec/cmml/intf.c
19800    M /trunk/modules/codec/subsdec.c
19801    M /trunk/modules/misc/freetype.c
19802    M /trunk/modules/video_filter/marq.c
19803    M /trunk/modules/video_filter/rss.c
19804    M /trunk/modules/video_filter/time.c
19805    M /trunk/src/video_output/vout_subpictures.c
19806
19807 * Introduced a new text_style_t
19808 * basic support for SSA formatted subs. (disable with --no-subsdec-formatted option)
19809 * 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. )
19810 * changes to modules to support text_style_t instead of the old sub options.
19811 * Some changes to subsdec to only iconv to UTF-8 if source is !UTF-8.
19812
19813 refs #82
19814
19815 not supported are style runs (styles on substrings).
19816
19817
19818
19819 ------------------------------------------------------------------------
19820 r14183 | hartman | 2006-02-07 16:09:21 +0100 (Tue, 07 Feb 2006) | 2 lines
19821 Changed paths:
19822    M /trunk/include/vlc_osd.h
19823
19824 * dos2unix of vlc_osd.h
19825
19826 ------------------------------------------------------------------------
19827 r14182 | rocky | 2006-02-06 16:30:30 +0100 (Mon, 06 Feb 2006) | 1 line
19828 Changed paths:
19829    M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
19830
19831 minor corrections
19832 ------------------------------------------------------------------------
19833 r14181 | rocky | 2006-02-06 13:41:12 +0100 (Mon, 06 Feb 2006) | 2 lines
19834 Changed paths:
19835    M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
19836
19837 Revise. perhaps a little more detail too.
19838
19839 ------------------------------------------------------------------------
19840 r14180 | dionoea | 2006-02-06 13:07:40 +0100 (Mon, 06 Feb 2006) | 2 lines
19841 Changed paths:
19842    M /trunk/src/stream_output/stream_output.c
19843
19844 Remove useless lines (which came from a missunderstanding of how it worked)
19845
19846 ------------------------------------------------------------------------
19847 r14179 | dionoea | 2006-02-05 23:14:00 +0100 (Sun, 05 Feb 2006) | 2 lines
19848 Changed paths:
19849    M /trunk/include/vlc_osd.h
19850    M /trunk/modules/access_output/shout.c
19851    M /trunk/modules/gui/macosx/output.m
19852    M /trunk/modules/gui/macosx/wizard.m
19853    M /trunk/modules/gui/pda/pda_callbacks.c
19854    M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
19855    M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
19856    M /trunk/src/stream_output/stream_output.c
19857
19858 sout-standard-url is deprecated
19859
19860 ------------------------------------------------------------------------
19861 r14178 | dionoea | 2006-02-05 23:02:12 +0100 (Sun, 05 Feb 2006) | 2 lines
19862 Changed paths:
19863    M /trunk/modules/stream_out/standard.c
19864
19865 sout-standard-url is deprecated
19866
19867 ------------------------------------------------------------------------
19868 r14177 | dionoea | 2006-02-05 23:01:23 +0100 (Sun, 05 Feb 2006) | 2 lines
19869 Changed paths:
19870    M /trunk/src/stream_output/stream_output.c
19871
19872 Deprecated options handling
19873
19874 ------------------------------------------------------------------------
19875 r14176 | courmisch | 2006-02-05 21:52:29 +0100 (Sun, 05 Feb 2006) | 2 lines
19876 Changed paths:
19877    M /trunk/src/input/subtitles.c
19878
19879 Fixes subtitles detection from within folders with non-ASCII names when the local encoding is not UTF-8 (closes #536)
19880
19881 ------------------------------------------------------------------------
19882 r14175 | zorglub | 2006-02-05 14:38:05 +0100 (Sun, 05 Feb 2006) | 2 lines
19883 Changed paths:
19884    M /trunk/modules/gui/wxwidgets/input_manager.cpp
19885
19886 Show sliders for stream with no time info but position info (Closes:#484)
19887
19888 ------------------------------------------------------------------------
19889 r14174 | hartman | 2006-02-05 13:47:47 +0100 (Sun, 05 Feb 2006) | 2 lines
19890 Changed paths:
19891    M /trunk/modules/video_filter/blend.c
19892
19893 * Added YVYU blending and fixed UYVY blending.
19894
19895 ------------------------------------------------------------------------
19896 r14173 | hartman | 2006-02-05 13:43:38 +0100 (Sun, 05 Feb 2006) | 2 lines
19897 Changed paths:
19898    M /trunk/modules/video_chroma/i420_yuy2.h
19899    M /trunk/modules/video_chroma/i422_yuy2.h
19900
19901 * Correct MMX version of UYVY chroma conversion. the UV ordered incorrectly. (untested)
19902
19903 ------------------------------------------------------------------------
19904 r14172 | zorglub | 2006-02-05 12:09:13 +0100 (Sun, 05 Feb 2006) | 2 lines
19905 Changed paths:
19906    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
19907
19908 Add a "Close" button to the errors window and fix the "Stop showing errors" string
19909
19910 ------------------------------------------------------------------------
19911 r14171 | zorglub | 2006-02-05 12:05:21 +0100 (Sun, 05 Feb 2006) | 2 lines
19912 Changed paths:
19913    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
19914    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
19915
19916 Some WX VLM dialog improvements
19917
19918 ------------------------------------------------------------------------
19919 r14170 | hartman | 2006-02-05 00:46:28 +0100 (Sun, 05 Feb 2006) | 2 lines
19920 Changed paths:
19921    M /trunk/modules/video_filter/blend.c
19922
19923 * Hopefully added UYVY blending for YUVA and YUVP. (Untested)
19924
19925 ------------------------------------------------------------------------
19926 r14169 | xtophe | 2006-02-05 00:26:40 +0100 (Sun, 05 Feb 2006) | 2 lines
19927 Changed paths:
19928    M /trunk/modules/gui/wxwidgets/Modules.am
19929
19930 Include the bitmaps in tarball
19931
19932 ------------------------------------------------------------------------
19933 r14168 | zorglub | 2006-02-04 23:57:01 +0100 (Sat, 04 Feb 2006) | 2 lines
19934 Changed paths:
19935    M /trunk/modules/gui/wxwidgets/dialogs.cpp
19936    M /trunk/modules/services_discovery/shout.c
19937    M /trunk/src/interface/interaction.c
19938
19939 Better fix
19940
19941 ------------------------------------------------------------------------
19942 r14167 | hartman | 2006-02-04 23:56:34 +0100 (Sat, 04 Feb 2006) | 2 lines
19943 Changed paths:
19944    M /trunk/modules/video_output/opengl.c
19945
19946 * Use UYVY fourcc instead of Y422, since i believe it's more common.
19947
19948 ------------------------------------------------------------------------
19949 r14166 | dionoea | 2006-02-04 23:53:09 +0100 (Sat, 04 Feb 2006) | 5 lines
19950 Changed paths:
19951    M /trunk/src/misc/update.c
19952
19953 display downloaded size / total size when downloading
19954 The download specific functions should maybe be exported (i don't know if
19955 other modules would need to download files to disk)
19956
19957
19958 ------------------------------------------------------------------------
19959 r14165 | dionoea | 2006-02-04 23:34:40 +0100 (Sat, 04 Feb 2006) | 7 lines
19960 Changed paths:
19961    M /trunk/src/interface/interaction.c
19962
19963 prevent some more segfaults.
19964
19965 zorglub: could you have a look ? this solution doesn't seem right to
19966 me because we "loose" some of the calls to the interaction system if
19967 they're sent at the wrong moment.
19968
19969
19970 ------------------------------------------------------------------------
19971 r14164 | xtophe | 2006-02-04 20:54:37 +0100 (Sat, 04 Feb 2006) | 2 lines
19972 Changed paths:
19973    M /trunk/src/misc/update.c
19974
19975 Remove C++ism to please gcc2.95 and BeOS
19976
19977 ------------------------------------------------------------------------
19978 r14163 | jpsaman | 2006-02-04 20:48:38 +0100 (Sat, 04 Feb 2006) | 1 line
19979 Changed paths:
19980    M /trunk/src/network/httpd.c
19981
19982 Weed some dead code
19983 ------------------------------------------------------------------------
19984 r14162 | zorglub | 2006-02-04 20:28:20 +0100 (Sat, 04 Feb 2006) | 2 lines
19985 Changed paths:
19986    M /trunk/include/vlc_messages.h
19987
19988 Don't fail with no-debug
19989
19990 ------------------------------------------------------------------------
19991 r14161 | jpsaman | 2006-02-04 19:16:13 +0100 (Sat, 04 Feb 2006) | 1 line
19992 Changed paths:
19993    M /trunk/modules/misc/rtsp.c
19994
19995 fprintf die die
19996 ------------------------------------------------------------------------
19997 r14160 | zorglub | 2006-02-04 18:08:44 +0100 (Sat, 04 Feb 2006) | 2 lines
19998 Changed paths:
19999    M /trunk/src/misc/messages.c
20000
20001 Memleak
20002
20003 ------------------------------------------------------------------------
20004 r14159 | zorglub | 2006-02-04 18:05:14 +0100 (Sat, 04 Feb 2006) | 2 lines
20005 Changed paths:
20006    A /trunk/extras/valgrind.suppressions
20007
20008 Valgrind errors suppression file
20009
20010 ------------------------------------------------------------------------
20011 r14158 | zorglub | 2006-02-04 18:03:40 +0100 (Sat, 04 Feb 2006) | 2 lines
20012 Changed paths:
20013    M /trunk/include/vlc_symbols.h
20014
20015 Missing file
20016
20017 ------------------------------------------------------------------------
20018 r14157 | zorglub | 2006-02-04 17:26:23 +0100 (Sat, 04 Feb 2006) | 2 lines
20019 Changed paths:
20020    M /trunk/include/vlc_messages.h
20021    M /trunk/include/vlc_symbols.h
20022    M /trunk/modules/stream_out/transcode.c
20023    M /trunk/src/audio_output/dec.c
20024    M /trunk/src/audio_output/input.c
20025    M /trunk/src/input/decoder.c
20026    M /trunk/src/input/es_out.c
20027    M /trunk/src/input/input.c
20028    M /trunk/src/input/stream.c
20029    M /trunk/src/misc/stats.c
20030    M /trunk/src/network/httpd.c
20031    M /trunk/src/playlist/playlist.c
20032    M /trunk/src/stream_output/stream_output.c
20033    M /trunk/src/video_output/video_output.c
20034
20035 Stop using strings to index stats, use integers. The list is not sorted yet, though
20036
20037 ------------------------------------------------------------------------
20038 r14156 | zorglub | 2006-02-04 16:28:36 +0100 (Sat, 04 Feb 2006) | 2 lines
20039 Changed paths:
20040    M /trunk/src/playlist/playlist.c
20041
20042 Fix memleak
20043
20044 ------------------------------------------------------------------------
20045 r14155 | zorglub | 2006-02-04 14:56:07 +0100 (Sat, 04 Feb 2006) | 2 lines
20046 Changed paths:
20047    M /trunk/src/misc/hashtables.c
20048
20049 Fix stupid bug
20050
20051 ------------------------------------------------------------------------
20052 r14154 | zorglub | 2006-02-04 13:50:41 +0100 (Sat, 04 Feb 2006) | 2 lines
20053 Changed paths:
20054    M /trunk/src/misc/hashtables.c
20055
20056 Don't read uninitialized values
20057
20058 ------------------------------------------------------------------------
20059 r14153 | zorglub | 2006-02-04 12:04:42 +0100 (Sat, 04 Feb 2006) | 3 lines
20060 Changed paths:
20061    M /trunk/NEWS
20062    M /trunk/include/main.h
20063    M /trunk/include/vlc_messages.h
20064    M /trunk/include/vlc_symbols.h
20065    M /trunk/modules/stream_out/transcode.c
20066    M /trunk/src/audio_output/dec.c
20067    M /trunk/src/audio_output/input.c
20068    M /trunk/src/input/decoder.c
20069    M /trunk/src/input/es_out.c
20070    M /trunk/src/input/stream.c
20071    M /trunk/src/libvlc.c
20072    M /trunk/src/misc/hashtables.c
20073    M /trunk/src/misc/stats.c
20074    M /trunk/src/network/httpd.c
20075    M /trunk/src/stream_output/stream_output.c
20076    M /trunk/src/video_output/video_output.c
20077
20078 * Avoid useless stats_Get calls
20079 * Reduce vlc_object_find calls
20080
20081 ------------------------------------------------------------------------
20082 r14152 | zorglub | 2006-02-04 10:24:50 +0100 (Sat, 04 Feb 2006) | 2 lines
20083 Changed paths:
20084    M /trunk/src/misc/hashtables.c
20085
20086 Don't check the full string
20087
20088 ------------------------------------------------------------------------
20089 r14151 | zorglub | 2006-02-04 01:08:50 +0100 (Sat, 04 Feb 2006) | 2 lines
20090 Changed paths:
20091    M /trunk/include/stream_output.h
20092    M /trunk/src/stream_output/stream_output.c
20093
20094 AccessOutWrite is called very often, especially for TS. Don't store stats on each call
20095
20096 ------------------------------------------------------------------------
20097 r14150 | zorglub | 2006-02-04 00:52:45 +0100 (Sat, 04 Feb 2006) | 2 lines
20098 Changed paths:
20099    M /trunk/Makefile.am
20100    M /trunk/include/vlc_common.h
20101    M /trunk/include/vlc_messages.h
20102    M /trunk/include/vlc_symbols.h
20103    A /trunk/src/misc/hashtables.c
20104    M /trunk/src/misc/stats.c
20105
20106 Use a hash for stats. Not finished
20107
20108 ------------------------------------------------------------------------
20109 r14149 | zorglub | 2006-02-03 20:53:47 +0100 (Fri, 03 Feb 2006) | 2 lines
20110 Changed paths:
20111    M /trunk/include/vlc/libvlc.h
20112    M /trunk/src/control/core.c
20113    M /trunk/src/control/playlist.c
20114    M /trunk/test/NativeLibvlcTest.py
20115    M /trunk/test/native_libvlc/native_libvlc_test.c
20116    M /trunk/test/pyunit.h
20117
20118 Play and add (Refs:#457)
20119
20120 ------------------------------------------------------------------------
20121 r14148 | sigmunau | 2006-02-03 16:10:12 +0100 (Fri, 03 Feb 2006) | 2 lines
20122 Changed paths:
20123    M /trunk/modules/access/dvb/linux_dvb.c
20124
20125 linux_dvb.c: initialize a variable
20126
20127 ------------------------------------------------------------------------
20128 r14147 | sigmunau | 2006-02-03 15:07:41 +0100 (Fri, 03 Feb 2006) | 2 lines
20129 Changed paths:
20130    M /trunk/src/input/es_out.c
20131    M /trunk/src/input/stream.c
20132    M /trunk/src/stream_output/stream_output.c
20133
20134 fix --no-stats in a few cases (there are more remaining)
20135
20136 ------------------------------------------------------------------------
20137 r14146 | xtophe | 2006-02-03 10:54:22 +0100 (Fri, 03 Feb 2006) | 2 lines
20138 Changed paths:
20139    M /trunk/po/POTFILES.in
20140    M /trunk/po/ca.po
20141    M /trunk/po/da.po
20142    M /trunk/po/de.po
20143    M /trunk/po/en_GB.po
20144    M /trunk/po/es.po
20145    M /trunk/po/fr.po
20146    M /trunk/po/it.po
20147    M /trunk/po/ja.po
20148    M /trunk/po/ka.po
20149    M /trunk/po/ko.po
20150    M /trunk/po/nl.po
20151    M /trunk/po/oc.po
20152    M /trunk/po/pt_BR.po
20153    M /trunk/po/ro.po
20154    M /trunk/po/ru.po
20155    M /trunk/po/sv.po
20156    M /trunk/po/tr.po
20157    M /trunk/po/vlc.pot
20158    M /trunk/po/zh_CN.po
20159    M /trunk/po/zh_TW.po
20160
20161 Run update-po due to the new upnp files.
20162
20163 ------------------------------------------------------------------------
20164 r14145 | xtophe | 2006-02-03 01:13:11 +0100 (Fri, 03 Feb 2006) | 2 lines
20165 Changed paths:
20166    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
20167
20168 Seems that the widget return the path in local encoding
20169
20170 ------------------------------------------------------------------------
20171 r14144 | dionoea | 2006-02-03 00:54:03 +0100 (Fri, 03 Feb 2006) | 2 lines
20172 Changed paths:
20173    M /trunk/src/misc/update.c
20174
20175 fix download (it didn't download the last (file size)%(1<<10) bytes)
20176
20177 ------------------------------------------------------------------------
20178 r14143 | dionoea | 2006-02-03 00:35:12 +0100 (Fri, 03 Feb 2006) | 2 lines
20179 Changed paths:
20180    M /trunk/doc/Doxyfile
20181
20182 update Doxyfile using "doxygen -u"
20183
20184 ------------------------------------------------------------------------
20185 r14142 | dionoea | 2006-02-03 00:31:42 +0100 (Fri, 03 Feb 2006) | 3 lines
20186 Changed paths:
20187    M /trunk/include/vlc_interaction.h
20188    M /trunk/include/vlc_update.h
20189    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
20190
20191 include/* : fix doxygen comments
20192 modules/gui/wxwidgets/dialogs/updatevlc.cpp : clean up
20193
20194 ------------------------------------------------------------------------
20195 r14141 | dionoea | 2006-02-03 00:04:59 +0100 (Fri, 03 Feb 2006) | 3 lines
20196 Changed paths:
20197    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
20198    M /trunk/src/misc/update.c
20199
20200 use VLC threads instead of wxWidgets threads.
20201 (i just had to find the suxor thread exemple in video_output.c :p )
20202
20203 ------------------------------------------------------------------------
20204 r14140 | dionoea | 2006-02-02 20:00:08 +0100 (Thu, 02 Feb 2006) | 2 lines
20205 Changed paths:
20206    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
20207
20208 lets hope that this fixes the win32 build
20209
20210 ------------------------------------------------------------------------
20211 r14139 | dionoea | 2006-02-02 19:06:20 +0100 (Thu, 02 Feb 2006) | 2 lines
20212 Changed paths:
20213    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
20214    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
20215
20216 Fix misplaced include (triggered error on win32 build only ... weird)
20217
20218 ------------------------------------------------------------------------
20219 r14138 | dionoea | 2006-02-02 18:44:07 +0100 (Thu, 02 Feb 2006) | 2 lines
20220 Changed paths:
20221    M /trunk/src/misc/update.c
20222
20223 remove old uneeded #include
20224
20225 ------------------------------------------------------------------------
20226 r14137 | dionoea | 2006-02-02 18:29:06 +0100 (Thu, 02 Feb 2006) | 9 lines
20227 Changed paths:
20228    M /trunk/Makefile.am
20229    M /trunk/include/vlc_common.h
20230    M /trunk/include/vlc_symbols.h
20231    A /trunk/include/vlc_update.h
20232    M /trunk/modules/control/rc.c
20233    A /trunk/modules/gui/wxwidgets/bitmaps/update_ascii.xpm
20234    A /trunk/modules/gui/wxwidgets/bitmaps/update_binary.xpm
20235    A /trunk/modules/gui/wxwidgets/bitmaps/update_document.xpm
20236    A /trunk/modules/gui/wxwidgets/bitmaps/update_info.xpm
20237    A /trunk/modules/gui/wxwidgets/bitmaps/update_source.xpm
20238    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
20239    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
20240    M /trunk/src/misc/modules.c
20241    A /trunk/src/misc/update.c
20242
20243 src/*, include/* : update core functions. (Should make it relatively easy
20244                    to use in interfaces)
20245                    The downloadable plugins part still needs some work.
20246
20247 modules/control/rc.c : add function to query updates (mainly used for testing)
20248
20249 modules/gui/wxwidgets/* : update pannel.
20250
20251
20252 ------------------------------------------------------------------------
20253 r14136 | dionoea | 2006-02-02 17:36:48 +0100 (Thu, 02 Feb 2006) | 2 lines
20254 Changed paths:
20255    M /trunk/src/interface/interaction.c
20256
20257 Make sure that the progress bar dialog exists before updating its status.
20258
20259 ------------------------------------------------------------------------
20260 r14135 | sigmunau | 2006-02-02 12:59:15 +0100 (Thu, 02 Feb 2006) | 4 lines
20261 Changed paths:
20262    M /trunk/src/input/es_out.c
20263
20264 es_out.c: fixed a slight memleak in "now playing" handling. 
20265 This one is slightly dangerous as it can happen over and over again during
20266 normal operation.
20267
20268 ------------------------------------------------------------------------
20269 r14134 | courmisch | 2006-02-02 11:59:17 +0100 (Thu, 02 Feb 2006) | 3 lines
20270 Changed paths:
20271    M /trunk/THANKS
20272    M /trunk/configure.ac
20273    M /trunk/modules/services_discovery/Modules.am
20274    D /trunk/modules/services_discovery/upnp.cpp
20275    A /trunk/modules/services_discovery/upnp_cc.cpp (from /trunk/modules/services_discovery/upnp.cpp:14133)
20276    A /trunk/modules/services_discovery/upnp_intel.cpp
20277
20278 Add libupnp-based UPnP discovery from Christian Henz
20279 with proper configure checks
20280
20281 ------------------------------------------------------------------------
20282 r14133 | hartman | 2006-02-02 04:22:52 +0100 (Thu, 02 Feb 2006) | 2 lines
20283 Changed paths:
20284    M /trunk/src/input/subtitles.c
20285
20286 * Forgot to add the path seperator. truly fixes the bug. refs #463
20287
20288 ------------------------------------------------------------------------
20289 r14132 | hartman | 2006-02-02 03:44:31 +0100 (Thu, 02 Feb 2006) | 2 lines
20290 Changed paths:
20291    M /trunk/extras/contrib/src/Makefile
20292
20293 * Fix the dvdread library linking in the libdvdnav dylib by hand. fixes #515
20294
20295 ------------------------------------------------------------------------
20296 r14131 | hartman | 2006-02-01 21:51:18 +0100 (Wed, 01 Feb 2006) | 3 lines
20297 Changed paths:
20298    M /trunk/src/input/subtitles.c
20299
20300 * If input file in current dir specified, then retrieve CWD when we try to look for subtitle files. fixes #463
20301 * When probing the autodetected files, probe them in the Locale, not in UTF-8. refs #528
20302
20303 ------------------------------------------------------------------------
20304 r14130 | jpsaman | 2006-02-01 21:24:23 +0100 (Wed, 01 Feb 2006) | 1 line
20305 Changed paths:
20306    M /trunk/modules/packetizer/mpegvideo.c
20307
20308 Fixed a memleak
20309 ------------------------------------------------------------------------
20310 r14129 | courmisch | 2006-02-01 21:04:09 +0100 (Wed, 01 Feb 2006) | 2 lines
20311 Changed paths:
20312    M /trunk/modules/gui/macosx/bookmarks.h
20313    M /trunk/modules/gui/macosx/bookmarks.m
20314    M /trunk/modules/gui/macosx/equalizer.h
20315    M /trunk/modules/gui/macosx/sfilters.h
20316    M /trunk/modules/gui/macosx/sfilters.m
20317
20318 Don't use weird MAC charset
20319
20320 ------------------------------------------------------------------------
20321 r14128 | courmisch | 2006-02-01 20:52:29 +0100 (Wed, 01 Feb 2006) | 2 lines
20322 Changed paths:
20323    M /trunk/bindings/python/vlcglue.h
20324
20325 One more
20326
20327 ------------------------------------------------------------------------
20328 r14127 | courmisch | 2006-02-01 20:49:08 +0100 (Wed, 01 Feb 2006) | 2 lines
20329 Changed paths:
20330    M /trunk/doc/developer2
20331
20332 svn:ignore built doc
20333
20334 ------------------------------------------------------------------------
20335 r14126 | courmisch | 2006-02-01 20:47:14 +0100 (Wed, 01 Feb 2006) | 2 lines
20336 Changed paths:
20337    M /trunk/doc/developer2/history.xml
20338    M /trunk/doc/developer2/videolan-doc.xsl
20339    M /trunk/doc/developer2/vlc-dev-doc.xml
20340
20341 Same as previous commit
20342
20343 ------------------------------------------------------------------------
20344 r14125 | courmisch | 2006-02-01 20:44:56 +0100 (Wed, 01 Feb 2006) | 2 lines
20345 Changed paths:
20346    M /trunk/doc/developer/Makefile
20347    M /trunk/doc/developer/Makefile.in
20348    M /trunk/doc/developer/history.xml
20349    M /trunk/doc/developer/manual.xml
20350    M /trunk/doc/developer/videolan-doc-chunk.xsl
20351    M /trunk/doc/developer/videolan-doc.xsl
20352
20353 Uniformize developer doc encoding
20354
20355 ------------------------------------------------------------------------
20356 r14124 | courmisch | 2006-02-01 20:40:01 +0100 (Wed, 01 Feb 2006) | 2 lines
20357 Changed paths:
20358    M /trunk/NEWS
20359    M /trunk/modules/access/vcdx/intf.h
20360    M /trunk/modules/gui/macosx/extended.h
20361    M /trunk/modules/gui/macosx/extended.m
20362    M /trunk/modules/gui/macosx/prefs_widgets.m
20363    M /trunk/modules/gui/macosx/wizard.h
20364    M /trunk/modules/gui/macosx/wizard.m
20365    M /trunk/modules/gui/wxwidgets/streamdata.h
20366    M /trunk/modules/video_chroma/i420_rgb_mmx.h
20367    M /trunk/modules/visualization/visual/visual.h
20368    M /trunk/po/sv.po
20369
20370 Additionnal conversions
20371
20372 ------------------------------------------------------------------------
20373 r14123 | courmisch | 2006-02-01 20:32:40 +0100 (Wed, 01 Feb 2006) | 2 lines
20374 Changed paths:
20375    M /trunk/modules/LIST
20376    M /trunk/modules/gui/wince/preferences_widgets.h
20377
20378 French -> English
20379
20380 ------------------------------------------------------------------------
20381 r14122 | courmisch | 2006-02-01 20:21:41 +0100 (Wed, 01 Feb 2006) | 2 lines
20382 Changed paths:
20383    M /trunk/share/skins2
20384
20385 svn:ignore built skins
20386
20387 ------------------------------------------------------------------------
20388 r14121 | courmisch | 2006-02-01 20:20:17 +0100 (Wed, 01 Feb 2006) | 2 lines
20389 Changed paths:
20390    M /trunk/include/iso_lang.h
20391    M /trunk/include/libvlc_internal.h
20392    M /trunk/include/modules_inner.h
20393    M /trunk/include/vlc/libvlc.h
20394    M /trunk/include/vlc_config_cat.h
20395    M /trunk/include/vout_synchro.h
20396
20397 More UTF8ication
20398
20399 ------------------------------------------------------------------------
20400 r14120 | hartman | 2006-02-01 19:13:49 +0100 (Wed, 01 Feb 2006) | 2 lines
20401 Changed paths:
20402    M /trunk/modules/gui/macosx/voutgl.m
20403
20404 * Enable OpenGL without Acceleration on Mac OSX. (Fallback option)
20405
20406 ------------------------------------------------------------------------
20407 r14119 | courmisch | 2006-02-01 19:08:49 +0100 (Wed, 01 Feb 2006) | 2 lines
20408 Changed paths:
20409    M /trunk/mozilla/support/npmac.cpp
20410
20411 That one wasn't even Latin-1
20412
20413 ------------------------------------------------------------------------
20414 r14118 | courmisch | 2006-02-01 19:06:48 +0100 (Wed, 01 Feb 2006) | 2 lines
20415 Changed paths:
20416    M /trunk/bindings/python/vlcglue.c
20417    M /trunk/loader/pe_image.c
20418    M /trunk/modules/access/vcdx/demux.c
20419    M /trunk/modules/access/vcdx/intf.c
20420    M /trunk/modules/audio_filter/channel_mixer/dolby.c
20421    M /trunk/modules/audio_filter/channel_mixer/headphone.c
20422    M /trunk/modules/audio_filter/converter/a52tofloat32.c
20423    M /trunk/modules/audio_filter/converter/a52tospdif.c
20424    M /trunk/modules/audio_filter/converter/dtstofloat32.c
20425    M /trunk/modules/audio_filter/normvol.c
20426    M /trunk/modules/codec/a52.c
20427    M /trunk/modules/demux/playlist/m3u.c
20428    M /trunk/modules/demux/playlist/old.c
20429    M /trunk/modules/demux/playlist/playlist.c
20430    M /trunk/modules/demux/playlist/pls.c
20431    M /trunk/modules/gui/skins2/commands/async_queue.cpp
20432    M /trunk/modules/gui/skins2/commands/async_queue.hpp
20433    M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
20434    M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
20435    M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
20436    M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
20437    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
20438    M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
20439    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
20440    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
20441    M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
20442    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
20443    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
20444    M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
20445    M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
20446    M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
20447    M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
20448    M /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
20449    M /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
20450    M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
20451    M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
20452    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
20453    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
20454    M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
20455    M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
20456    M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
20457    M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
20458    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
20459    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
20460    M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
20461    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
20462    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
20463    M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
20464    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
20465    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
20466    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
20467    M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
20468    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
20469    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
20470    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
20471    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
20472    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
20473    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
20474    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
20475    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
20476    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
20477    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
20478    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
20479    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
20480    M /trunk/modules/gui/skins2/events/evt_enter.hpp
20481    M /trunk/modules/gui/skins2/events/evt_focus.hpp
20482    M /trunk/modules/gui/skins2/events/evt_generic.hpp
20483    M /trunk/modules/gui/skins2/events/evt_input.cpp
20484    M /trunk/modules/gui/skins2/events/evt_input.hpp
20485    M /trunk/modules/gui/skins2/events/evt_key.cpp
20486    M /trunk/modules/gui/skins2/events/evt_key.hpp
20487    M /trunk/modules/gui/skins2/events/evt_leave.hpp
20488    M /trunk/modules/gui/skins2/events/evt_menu.hpp
20489    M /trunk/modules/gui/skins2/events/evt_motion.hpp
20490    M /trunk/modules/gui/skins2/events/evt_mouse.cpp
20491    M /trunk/modules/gui/skins2/events/evt_mouse.hpp
20492    M /trunk/modules/gui/skins2/events/evt_refresh.hpp
20493    M /trunk/modules/gui/skins2/events/evt_scroll.cpp
20494    M /trunk/modules/gui/skins2/events/evt_scroll.hpp
20495    M /trunk/modules/gui/skins2/events/evt_special.cpp
20496    M /trunk/modules/gui/skins2/events/evt_special.hpp
20497    M /trunk/modules/gui/skins2/macosx/macosx_popup.cpp
20498    M /trunk/modules/gui/skins2/macosx/macosx_popup.hpp
20499    M /trunk/modules/gui/skins2/parser/builder.cpp
20500    M /trunk/modules/gui/skins2/parser/builder.hpp
20501    M /trunk/modules/gui/skins2/parser/interpreter.cpp
20502    M /trunk/modules/gui/skins2/parser/interpreter.hpp
20503    M /trunk/modules/gui/skins2/src/anchor.cpp
20504    M /trunk/modules/gui/skins2/src/anchor.hpp
20505    M /trunk/modules/gui/skins2/src/dialogs.cpp
20506    M /trunk/modules/gui/skins2/src/dialogs.hpp
20507    M /trunk/modules/gui/skins2/src/file_bitmap.cpp
20508    M /trunk/modules/gui/skins2/src/file_bitmap.hpp
20509    M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
20510    M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
20511    M /trunk/modules/gui/skins2/src/ft2_font.cpp
20512    M /trunk/modules/gui/skins2/src/ft2_font.hpp
20513    M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
20514    M /trunk/modules/gui/skins2/src/generic_font.hpp
20515    M /trunk/modules/gui/skins2/src/generic_layout.cpp
20516    M /trunk/modules/gui/skins2/src/generic_layout.hpp
20517    M /trunk/modules/gui/skins2/src/generic_window.cpp
20518    M /trunk/modules/gui/skins2/src/generic_window.hpp
20519    M /trunk/modules/gui/skins2/src/logger.cpp
20520    M /trunk/modules/gui/skins2/src/logger.hpp
20521    M /trunk/modules/gui/skins2/src/os_factory.cpp
20522    M /trunk/modules/gui/skins2/src/os_factory.hpp
20523    M /trunk/modules/gui/skins2/src/os_graphics.hpp
20524    M /trunk/modules/gui/skins2/src/os_loop.hpp
20525    M /trunk/modules/gui/skins2/src/os_popup.hpp
20526    M /trunk/modules/gui/skins2/src/os_timer.hpp
20527    M /trunk/modules/gui/skins2/src/os_tooltip.hpp
20528    M /trunk/modules/gui/skins2/src/os_window.hpp
20529    M /trunk/modules/gui/skins2/src/popup.cpp
20530    M /trunk/modules/gui/skins2/src/popup.hpp
20531    M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
20532    M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
20533    M /trunk/modules/gui/skins2/src/skin_common.hpp
20534    M /trunk/modules/gui/skins2/src/skin_main.cpp
20535    M /trunk/modules/gui/skins2/src/theme.cpp
20536    M /trunk/modules/gui/skins2/src/theme.hpp
20537    M /trunk/modules/gui/skins2/src/theme_loader.cpp
20538    M /trunk/modules/gui/skins2/src/theme_loader.hpp
20539    M /trunk/modules/gui/skins2/src/tooltip.cpp
20540    M /trunk/modules/gui/skins2/src/tooltip.hpp
20541    M /trunk/modules/gui/skins2/src/top_window.cpp
20542    M /trunk/modules/gui/skins2/src/top_window.hpp
20543    M /trunk/modules/gui/skins2/src/var_manager.cpp
20544    M /trunk/modules/gui/skins2/src/var_manager.hpp
20545    M /trunk/modules/gui/skins2/src/window_manager.cpp
20546    M /trunk/modules/gui/skins2/src/window_manager.hpp
20547    M /trunk/modules/gui/skins2/utils/bezier.cpp
20548    M /trunk/modules/gui/skins2/utils/bezier.hpp
20549    M /trunk/modules/gui/skins2/utils/fsm.cpp
20550    M /trunk/modules/gui/skins2/utils/fsm.hpp
20551    M /trunk/modules/gui/skins2/utils/observer.hpp
20552    M /trunk/modules/gui/skins2/utils/pointer.hpp
20553    M /trunk/modules/gui/skins2/utils/position.cpp
20554    M /trunk/modules/gui/skins2/utils/position.hpp
20555    M /trunk/modules/gui/skins2/utils/ustring.cpp
20556    M /trunk/modules/gui/skins2/utils/ustring.hpp
20557    M /trunk/modules/gui/skins2/utils/var_bool.cpp
20558    M /trunk/modules/gui/skins2/utils/var_bool.hpp
20559    M /trunk/modules/gui/skins2/utils/var_list.cpp
20560    M /trunk/modules/gui/skins2/utils/var_list.hpp
20561    M /trunk/modules/gui/skins2/utils/var_percent.cpp
20562    M /trunk/modules/gui/skins2/utils/var_percent.hpp
20563    M /trunk/modules/gui/skins2/utils/var_text.cpp
20564    M /trunk/modules/gui/skins2/utils/var_text.hpp
20565    M /trunk/modules/gui/skins2/utils/variable.hpp
20566    M /trunk/modules/gui/skins2/vars/playlist.hpp
20567    M /trunk/modules/gui/skins2/vars/time.cpp
20568    M /trunk/modules/gui/skins2/vars/volume.cpp
20569    M /trunk/modules/gui/skins2/vars/volume.hpp
20570    M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
20571    M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
20572    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
20573    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
20574    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
20575    M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
20576    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
20577    M /trunk/modules/gui/skins2/win32/win32_loop.hpp
20578    M /trunk/modules/gui/skins2/win32/win32_popup.cpp
20579    M /trunk/modules/gui/skins2/win32/win32_popup.hpp
20580    M /trunk/modules/gui/skins2/win32/win32_timer.cpp
20581    M /trunk/modules/gui/skins2/win32/win32_timer.hpp
20582    M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
20583    M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
20584    M /trunk/modules/gui/skins2/win32/win32_window.cpp
20585    M /trunk/modules/gui/skins2/win32/win32_window.hpp
20586    M /trunk/modules/gui/skins2/x11/x11_display.cpp
20587    M /trunk/modules/gui/skins2/x11/x11_display.hpp
20588    M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
20589    M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
20590    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
20591    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
20592    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
20593    M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
20594    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
20595    M /trunk/modules/gui/skins2/x11/x11_loop.hpp
20596    M /trunk/modules/gui/skins2/x11/x11_popup.hpp
20597    M /trunk/modules/gui/skins2/x11/x11_timer.cpp
20598    M /trunk/modules/gui/skins2/x11/x11_timer.hpp
20599    M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
20600    M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
20601    M /trunk/modules/gui/skins2/x11/x11_window.cpp
20602    M /trunk/modules/gui/skins2/x11/x11_window.hpp
20603    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
20604    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
20605    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
20606    M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
20607    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
20608    M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
20609    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
20610    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
20611    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
20612    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
20613    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.hpp
20614    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.cpp
20615    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.hpp
20616    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
20617    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.hpp
20618    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.cpp
20619    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.hpp
20620    M /trunk/modules/gui/wxwidgets/dialogs/wizard.hpp
20621    M /trunk/modules/gui/wxwidgets/extrapanel.cpp
20622    M /trunk/modules/gui/wxwidgets/extrapanel.hpp
20623    M /trunk/modules/gui/wxwidgets/input_manager.cpp
20624    M /trunk/modules/gui/wxwidgets/input_manager.hpp
20625    M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
20626    M /trunk/modules/gui/wxwidgets/playlist_manager.hpp
20627    M /trunk/modules/gui/wxwidgets/streamdata.cpp
20628    M /trunk/modules/misc/playlist/export.c
20629    M /trunk/modules/misc/playlist/m3u.c
20630    M /trunk/modules/misc/testsuite/playlist.c
20631    M /trunk/modules/mux/avi.c
20632    M /trunk/modules/services_discovery/daap.c
20633    M /trunk/modules/services_discovery/hal.c
20634    M /trunk/modules/video_filter/motiondetect.c
20635    M /trunk/modules/video_filter/swscale/yuv2rgb.c
20636    M /trunk/modules/video_filter/swscale/yuv2rgb_mlib.c
20637    M /trunk/modules/video_output/image.c
20638    M /trunk/modules/visualization/visual/effects.c
20639    M /trunk/modules/visualization/visual/visual.c
20640    M /trunk/src/control/input.c
20641    M /trunk/src/control/playlist.c
20642    M /trunk/src/interface/interaction.c
20643    M /trunk/src/misc/iso_lang.c
20644    M /trunk/src/misc/stats.c
20645    M /trunk/src/playlist/item-ext.c
20646    M /trunk/src/playlist/playlist.c
20647    M /trunk/src/playlist/services_discovery.c
20648    M /trunk/src/playlist/sort.c
20649    M /trunk/src/playlist/view.c
20650    M /trunk/src/stream_output/announce.c
20651    M /trunk/src/video_output/vout_synchro.c
20652
20653 Uniformize source files encoding
20654
20655 ------------------------------------------------------------------------
20656 r14117 | courmisch | 2006-02-01 19:02:40 +0100 (Wed, 01 Feb 2006) | 2 lines
20657 Changed paths:
20658    M /trunk/modules/gui/wince/preferences.cpp
20659
20660 Translate french comment
20661
20662 ------------------------------------------------------------------------
20663 r14116 | courmisch | 2006-02-01 19:01:03 +0100 (Wed, 01 Feb 2006) | 2 lines
20664 Changed paths:
20665    M /trunk/modules/demux/m3u.c
20666
20667 Encode non-ASCII characters outside comments
20668
20669 ------------------------------------------------------------------------
20670 r14115 | courmisch | 2006-02-01 18:44:04 +0100 (Wed, 01 Feb 2006) | 2 lines
20671 Changed paths:
20672    M /trunk/modules/demux/nsc.c
20673
20674 Fix warnings
20675
20676 ------------------------------------------------------------------------
20677 r14114 | courmisch | 2006-02-01 18:41:29 +0100 (Wed, 01 Feb 2006) | 2 lines
20678 Changed paths:
20679    M /trunk/modules/codec/quicktime.c
20680
20681 Fix a bunch of warnings involving mix between uint32_t and long
20682
20683 ------------------------------------------------------------------------
20684 r14113 | hartman | 2006-02-01 17:52:42 +0100 (Wed, 01 Feb 2006) | 4 lines
20685 Changed paths:
20686    M /trunk/modules/gui/macosx/macosx.m
20687    M /trunk/modules/video_output/opengl.c
20688
20689 * Fix the fourcc of OpenGL on Mac Intel. We should check why it's set wrong on PPC.
20690 * Revert the Quartz disabling.
20691
20692
20693 ------------------------------------------------------------------------
20694 r14112 | sam | 2006-02-01 17:27:57 +0100 (Wed, 01 Feb 2006) | 2 lines
20695 Changed paths:
20696    M /trunk/modules/demux/mp4/drms.c
20697    M /trunk/modules/demux/mp4/libmp4.c
20698
20699   * modules/demux/mp4: more explicit error messages for DRMS failures.
20700
20701 ------------------------------------------------------------------------
20702 r14111 | courmisch | 2006-02-01 16:40:53 +0100 (Wed, 01 Feb 2006) | 5 lines
20703 Changed paths:
20704    M /trunk/configure.ac
20705
20706 Enable maintainer mode by default, as it is what maintainer-mode-unaware
20707 (ie. most) automake users are used to.
20708 If you DO want NOT to use maintainer mode you are free to pass
20709 --disable-maintainer-mode to configure.
20710
20711 ------------------------------------------------------------------------
20712 r14110 | courmisch | 2006-02-01 16:28:42 +0100 (Wed, 01 Feb 2006) | 2 lines
20713 Changed paths:
20714    M /trunk/src/libvlc.c
20715
20716 Simpler use of HAVE_ASSERT
20717
20718 ------------------------------------------------------------------------
20719 r14109 | courmisch | 2006-02-01 16:27:59 +0100 (Wed, 01 Feb 2006) | 2 lines
20720 Changed paths:
20721    M /trunk/configure.ac
20722
20723 Define NDEBUG when --enable-debug is not specified
20724
20725 ------------------------------------------------------------------------
20726 r14108 | sam | 2006-02-01 15:57:12 +0100 (Wed, 01 Feb 2006) | 2 lines
20727 Changed paths:
20728    M /trunk/Makefile.am
20729
20730   * Makefile.am: on Unix, use makensis -DVERSION; on Win32, use /DVERSION.
20731
20732 ------------------------------------------------------------------------
20733 r14107 | xtophe | 2006-02-01 15:39:05 +0100 (Wed, 01 Feb 2006) | 2 lines
20734 Changed paths:
20735    M /trunk/configure.ac
20736    M /trunk/src/libvlc.c
20737
20738 Test for assert() in configure.
20739
20740 ------------------------------------------------------------------------
20741 r14106 | courmisch | 2006-02-01 14:28:59 +0100 (Wed, 01 Feb 2006) | 2 lines
20742 Changed paths:
20743    M /trunk/include/vlc_common.h
20744    M /trunk/modules/control/http/http.c
20745    M /trunk/modules/control/http/http.h
20746    M /trunk/src/network/httpd.c
20747
20748 Fixed some warnings
20749
20750 ------------------------------------------------------------------------
20751 r14105 | courmisch | 2006-02-01 14:10:55 +0100 (Wed, 01 Feb 2006) | 2 lines
20752 Changed paths:
20753    M /trunk/src/input/stream.c
20754
20755 Remove unused variable
20756
20757 ------------------------------------------------------------------------
20758 r14104 | sam | 2006-02-01 14:01:06 +0100 (Wed, 01 Feb 2006) | 2 lines
20759 Changed paths:
20760    M /trunk/include/main.h
20761    M /trunk/include/os_specific.h
20762    M /trunk/include/vlc_common.h
20763    M /trunk/include/vlc_config.h
20764    M /trunk/include/vlc_threads.h
20765    M /trunk/modules/access/vcd/cdrom.c
20766    M /trunk/modules/access/vcd/cdrom_internals.h
20767    M /trunk/modules/audio_filter/resampler/bandlimited.c
20768    M /trunk/modules/codec/cmml/browser_open.c
20769    M /trunk/modules/codec/mpeg_audio.c
20770    M /trunk/modules/codec/quicktime.c
20771    M /trunk/modules/control/http/http.c
20772    M /trunk/modules/demux/mkv.cpp
20773    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
20774    M /trunk/modules/misc/freetype.c
20775    M /trunk/modules/misc/logger.c
20776    M /trunk/modules/video_output/opengl.c
20777    M /trunk/modules/video_output/x11/xcommon.c
20778    M /trunk/src/vlc.c
20779
20780   * Got rid of SYS_DARWIN everywhere.
20781
20782 ------------------------------------------------------------------------
20783 r14103 | sam | 2006-02-01 13:44:16 +0100 (Wed, 01 Feb 2006) | 3 lines
20784 Changed paths:
20785    M /trunk/src/extras/libc.c
20786    M /trunk/src/interface/interface.c
20787    M /trunk/src/interface/intf_eject.c
20788    M /trunk/src/libvlc.c
20789    M /trunk/src/libvlc.h
20790    M /trunk/src/misc/charset.c
20791    M /trunk/src/misc/configuration.c
20792    M /trunk/src/misc/cpu.c
20793    M /trunk/src/misc/messages.c
20794    M /trunk/src/misc/modules.c
20795    M /trunk/src/misc/threads.c
20796    M /trunk/src/network/httpd.c
20797    M /trunk/src/video_output/video_output.c
20798    M /trunk/src/video_output/vout_intf.c
20799
20800   * Replaced "SYS_DARWIN" with either __APPLE__ (meaning OS X) or __ppc__ and
20801     __ppc64__ (meaning PowerPC).
20802
20803 ------------------------------------------------------------------------
20804 r14102 | sam | 2006-02-01 13:22:52 +0100 (Wed, 01 Feb 2006) | 3 lines
20805 Changed paths:
20806    M /trunk/extras/contrib/src/Makefile
20807
20808   * extras/contrib/src/Makefile: oh what the hell, replaced --disable-codec
20809     with --disable-decoder.
20810
20811 ------------------------------------------------------------------------
20812 r14101 | sam | 2006-02-01 13:16:42 +0100 (Wed, 01 Feb 2006) | 4 lines
20813 Changed paths:
20814    M /trunk/extras/contrib/src/Makefile
20815    M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
20816
20817   * extras/contrib/src/Patches/ffmpeg-cvs-wince.patch: updated for current SVN.
20818   * extras/contrib/src/Makefile: re-added --disable-codec flags (the FFMPEG
20819     tree on altair was outdated) but removed the duplicate vorbis one.
20820
20821 ------------------------------------------------------------------------
20822 r14100 | xtophe | 2006-02-01 13:06:56 +0100 (Wed, 01 Feb 2006) | 2 lines
20823 Changed paths:
20824    M /trunk/extras/contrib/src/Patches/tremor.patch
20825
20826   * extras/contrib/src/Patches/tremor.patch: fixed braindead \n within string.
20827
20828 ------------------------------------------------------------------------
20829 r14099 | sam | 2006-02-01 12:45:18 +0100 (Wed, 01 Feb 2006) | 2 lines
20830 Changed paths:
20831    M /trunk/extras/contrib/src/Makefile
20832
20833   * extras/contrib/src/Makefile: --disable-codec no longer exists.
20834
20835 ------------------------------------------------------------------------
20836 r14098 | sam | 2006-02-01 12:20:52 +0100 (Wed, 01 Feb 2006) | 4 lines
20837 Changed paths:
20838    M /trunk/Makefile.am
20839
20840   * Makefile.am: "[ -x foo ]" only works if "foo" is in the current directory,
20841     there is no easy way to check for the presence of an executable, but
20842     trying to execute it ("foo --version >/dev/null") is usually safe.
20843
20844 ------------------------------------------------------------------------
20845 r14097 | sam | 2006-02-01 10:57:37 +0100 (Wed, 01 Feb 2006) | 3 lines
20846 Changed paths:
20847    M /trunk/modules/demux/mp4/drms.c
20848    M /trunk/modules/demux/mp4/drmstables.h
20849    M /trunk/modules/demux/mp4/libmp4.c
20850
20851   * modules/demux/mp4: added more comments and debug information to the DRMS
20852     code.
20853
20854 ------------------------------------------------------------------------
20855 r14096 | hartman | 2006-02-01 04:36:40 +0100 (Wed, 01 Feb 2006) | 2 lines
20856 Changed paths:
20857    M /trunk/modules/gui/macosx/controls.m
20858    M /trunk/modules/gui/macosx/intf.m
20859    M /trunk/modules/gui/macosx/vout.m
20860
20861 * A few Mac OS X intf fixes. To be honest. we should rewrite the thing from scratch. it's a mess... 
20862
20863 ------------------------------------------------------------------------
20864 r14095 | hartman | 2006-01-31 23:17:30 +0100 (Tue, 31 Jan 2006) | 2 lines
20865 Changed paths:
20866    M /trunk/modules/gui/macosx/macosx.m
20867
20868 * 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.
20869
20870 ------------------------------------------------------------------------
20871 r14094 | dionoea | 2006-01-31 21:38:35 +0100 (Tue, 31 Jan 2006) | 2 lines
20872 Changed paths:
20873    M /trunk/share/Makefile.am
20874
20875 add missing images
20876
20877 ------------------------------------------------------------------------
20878 r14093 | hartman | 2006-01-31 21:27:25 +0100 (Tue, 31 Jan 2006) | 2 lines
20879 Changed paths:
20880    M /trunk/modules/codec/libmpeg2.c
20881
20882 * SYS_DARWIN -> __ppc__ || __ppc64__
20883
20884 ------------------------------------------------------------------------
20885 r14092 | hartman | 2006-01-31 21:00:49 +0100 (Tue, 31 Jan 2006) | 2 lines
20886 Changed paths:
20887    M /trunk/src/libvlc.c
20888    M /trunk/src/libvlc.h
20889
20890 * Changed the defined( SYS_DARWIN )  of the --altivec option to a __ppc__ || __ppc64__ check
20891
20892 ------------------------------------------------------------------------
20893 r14091 | dionoea | 2006-01-31 20:50:50 +0100 (Tue, 31 Jan 2006) | 2 lines
20894 Changed paths:
20895    M /trunk/share/http/dialogs/browse
20896    M /trunk/share/http/js/functions.js
20897
20898 misc IE and windows fixes or workarounds.
20899
20900 ------------------------------------------------------------------------
20901 r14090 | dionoea | 2006-01-31 17:39:10 +0100 (Tue, 31 Jan 2006) | 2 lines
20902 Changed paths:
20903    M /trunk/share/http/dialogs/sout
20904
20905 default show full sout interface
20906
20907 ------------------------------------------------------------------------
20908 r14089 | sigmunau | 2006-01-31 17:27:50 +0100 (Tue, 31 Jan 2006) | 2 lines
20909 Changed paths:
20910    M /trunk/include/modules_inner.h
20911
20912 fixed the smallest and most elusive leak yet
20913
20914 ------------------------------------------------------------------------
20915 r14088 | sigmunau | 2006-01-31 16:18:45 +0100 (Tue, 31 Jan 2006) | 2 lines
20916 Changed paths:
20917    M /trunk/src/misc/vlm.c
20918
20919 vlm.c: fixed minor memleak
20920
20921 ------------------------------------------------------------------------
20922 r14087 | sigmunau | 2006-01-31 16:11:08 +0100 (Tue, 31 Jan 2006) | 3 lines
20923 Changed paths:
20924    M /trunk/modules/misc/logger.c
20925
20926 logger.c: put in header prefix for syslog output (still missing for text 
20927 and html)
20928
20929 ------------------------------------------------------------------------
20930 r14086 | courmisch | 2006-01-31 11:48:47 +0100 (Tue, 31 Jan 2006) | 3 lines
20931 Changed paths:
20932    M /trunk/src/stream_output/sap.c
20933
20934 Generate correct originating address in SAP header
20935 in case of IPv4 advertisement on a IPv6-enabled OS
20936
20937 ------------------------------------------------------------------------
20938 r14085 | courmisch | 2006-01-30 23:02:47 +0100 (Mon, 30 Jan 2006) | 2 lines
20939 Changed paths:
20940    M /trunk/src/libvlc.c
20941
20942 Fix error handling in (From|To)Locale
20943
20944 ------------------------------------------------------------------------
20945 r14084 | dionoea | 2006-01-30 22:47:38 +0100 (Mon, 30 Jan 2006) | 2 lines
20946 Changed paths:
20947    M /trunk/extras/contrib/src/packages.mak
20948
20949 fix nasm url
20950
20951 ------------------------------------------------------------------------
20952 r14083 | hartman | 2006-01-30 19:14:05 +0100 (Mon, 30 Jan 2006) | 2 lines
20953 Changed paths:
20954    M /trunk/extras/contrib/src/Makefile
20955    M /trunk/extras/contrib/src/packages.mak
20956
20957 * Get a NASM cvs snapshot from the VLC download servers, because their server regurly times out, which is annoying.
20958
20959 ------------------------------------------------------------------------
20960 r14082 | courmisch | 2006-01-30 18:44:38 +0100 (Mon, 30 Jan 2006) | 2 lines
20961 Changed paths:
20962    M /trunk/share/Makefile.am
20963
20964 Remove .vlt with mostlyclean
20965
20966 ------------------------------------------------------------------------
20967 r14081 | courmisch | 2006-01-30 18:39:42 +0100 (Mon, 30 Jan 2006) | 2 lines
20968 Changed paths:
20969    M /trunk/share/Makefile.am
20970
20971 Add missing file
20972
20973 ------------------------------------------------------------------------
20974 r14080 | courmisch | 2006-01-30 18:38:27 +0100 (Mon, 30 Jan 2006) | 2 lines
20975 Changed paths:
20976    M /trunk/share/Makefile.am
20977
20978 Hopefully fixes .vlt build
20979
20980 ------------------------------------------------------------------------
20981 r14079 | dionoea | 2006-01-30 18:33:05 +0100 (Mon, 30 Jan 2006) | 9 lines
20982 Changed paths:
20983    M /trunk/share/http/dialogs/main
20984    M /trunk/share/http/dialogs/sout
20985    M /trunk/share/http/dialogs/vlm
20986    A /trunk/share/http/images/info.png
20987    M /trunk/share/http/js/functions.js
20988    M /trunk/share/http/js/vlm.js
20989    M /trunk/share/http/requests/status.xml
20990    M /trunk/share/http/style.css
20991    M /trunk/src/misc/vlm.c
20992
20993 * Add "Stream and media info panel" ( http/dialogs/main,
20994   http/images/info.png, http/style.css, http/js/functions.js )
20995
20996 * Make instance playlist position consitent with position used in
20997   inputdeln (starts from 1 and not 0) ( src/misc/vlm.c, http/js/vlm.js )
20998
20999 * Make it possible to use "enter key" in some text boxes to confirm (*)
21000
21001
21002 ------------------------------------------------------------------------
21003 r14078 | courmisch | 2006-01-30 17:59:29 +0100 (Mon, 30 Jan 2006) | 2 lines
21004 Changed paths:
21005    M /trunk/share/Makefile.am
21006
21007 Don't distribute generated files - fixes build
21008
21009 ------------------------------------------------------------------------
21010 r14077 | hartman | 2006-01-30 17:07:35 +0100 (Mon, 30 Jan 2006) | 2 lines
21011 Changed paths:
21012    M /trunk/extras/contrib/src/Makefile
21013
21014 * Fix the mactel contrib of x264
21015
21016 ------------------------------------------------------------------------
21017 r14076 | sigmunau | 2006-01-30 13:20:37 +0100 (Mon, 30 Jan 2006) | 2 lines
21018 Changed paths:
21019    M /trunk/src/misc/vlm.c
21020
21021 vlm.c: changed quite a few free() into vlm_MessageDelete, fixing small memleaks here and there
21022
21023 ------------------------------------------------------------------------
21024 r14075 | sigmunau | 2006-01-30 12:13:11 +0100 (Mon, 30 Jan 2006) | 5 lines
21025 Changed paths:
21026    M /trunk/src/misc/messages.c
21027
21028 messages.c: fixed one more leak related to vlm prefix on messages.
21029 This one happened each time the message queue was overflowed.
21030 Also (hopefully) fixed a leak that would happen each time no message 
21031 queue were found. I don't know if this condition can ever appear though
21032
21033 ------------------------------------------------------------------------
21034 r14074 | zorglub | 2006-01-29 23:58:42 +0100 (Sun, 29 Jan 2006) | 2 lines
21035 Changed paths:
21036    M /trunk/share/Makefile.am
21037
21038 Should fix skins stuff build
21039
21040 ------------------------------------------------------------------------
21041 r14073 | zorglub | 2006-01-29 23:47:31 +0100 (Sun, 29 Jan 2006) | 2 lines
21042 Changed paths:
21043    M /trunk/modules/access/cdda.c
21044
21045 Should fix CDDA build
21046
21047 ------------------------------------------------------------------------
21048 r14072 | hartman | 2006-01-29 23:11:04 +0100 (Sun, 29 Jan 2006) | 2 lines
21049 Changed paths:
21050    M /trunk/modules/demux/vobsub.c
21051
21052 * 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)
21053
21054 ------------------------------------------------------------------------
21055 r14071 | zorglub | 2006-01-29 22:45:13 +0100 (Sun, 29 Jan 2006) | 2 lines
21056 Changed paths:
21057    M /trunk/share/Makefile.am
21058    A /trunk/share/skins2/default
21059    A /trunk/share/skins2/default/FreeSansBold.ttf
21060    A /trunk/share/skins2/default/add_item.png
21061    A /trunk/share/skins2/default/add_item_onclick.png
21062    A /trunk/share/skins2/default/body.png
21063    A /trunk/share/skins2/default/close.png
21064    A /trunk/share/skins2/default/close_mouseover.png
21065    A /trunk/share/skins2/default/close_onclick.png
21066    A /trunk/share/skins2/default/delete_item.png
21067    A /trunk/share/skins2/default/delete_item_onclick.png
21068    A /trunk/share/skins2/default/disabled.png
21069    A /trunk/share/skins2/default/fast.png
21070    A /trunk/share/skins2/default/fast_disabled.png
21071    A /trunk/share/skins2/default/fast_onclick.png
21072    A /trunk/share/skins2/default/next.png
21073    A /trunk/share/skins2/default/next_disabled.png
21074    A /trunk/share/skins2/default/next_onclick.png
21075    A /trunk/share/skins2/default/pause.png
21076    A /trunk/share/skins2/default/pause_onclick.png
21077    A /trunk/share/skins2/default/play.png
21078    A /trunk/share/skins2/default/play_onclick.png
21079    A /trunk/share/skins2/default/playlist.png
21080    A /trunk/share/skins2/default/playlist_body1.png
21081    A /trunk/share/skins2/default/playlist_body2.png
21082    A /trunk/share/skins2/default/playlist_body3.png
21083    A /trunk/share/skins2/default/playlist_body4.png
21084    A /trunk/share/skins2/default/playlist_body6.png
21085    A /trunk/share/skins2/default/playlist_body7.png
21086    A /trunk/share/skins2/default/playlist_body8.png
21087    A /trunk/share/skins2/default/playlist_body9.png
21088    A /trunk/share/skins2/default/playlist_button.png
21089    A /trunk/share/skins2/default/playlist_button2.png
21090    A /trunk/share/skins2/default/playlist_button_onclick.png
21091    A /trunk/share/skins2/default/playlist_button_onclick2.png
21092    A /trunk/share/skins2/default/preferences.png
21093    A /trunk/share/skins2/default/preferences_onclick.png
21094    A /trunk/share/skins2/default/previous.png
21095    A /trunk/share/skins2/default/previous_disabled.png
21096    A /trunk/share/skins2/default/previous_onclick.png
21097    A /trunk/share/skins2/default/reduce.png
21098    A /trunk/share/skins2/default/reduce_disabled.png
21099    A /trunk/share/skins2/default/reduce_mouseover.png
21100    A /trunk/share/skins2/default/reduce_onclick.png
21101    A /trunk/share/skins2/default/resize.png
21102    A /trunk/share/skins2/default/rev.png
21103    A /trunk/share/skins2/default/rev_disabled.png
21104    A /trunk/share/skins2/default/rev_onclick.png
21105    A /trunk/share/skins2/default/slider.png
21106    A /trunk/share/skins2/default/slider2.png
21107    A /trunk/share/skins2/default/slider_onclick.png
21108    A /trunk/share/skins2/default/slider_playlist.png
21109    A /trunk/share/skins2/default/slider_volume.png
21110    A /trunk/share/skins2/default/slider_volume_onclick.png
21111    A /trunk/share/skins2/default/slow.png
21112    A /trunk/share/skins2/default/slow_disabled.png
21113    A /trunk/share/skins2/default/slow_onclick.png
21114    A /trunk/share/skins2/default/sort.png
21115    A /trunk/share/skins2/default/sort_onclick.png
21116    A /trunk/share/skins2/default/stop.png
21117    A /trunk/share/skins2/default/stop_disabled.png
21118    A /trunk/share/skins2/default/stop_onclick.png
21119    A /trunk/share/skins2/default/theme.xml
21120    A /trunk/share/skins2/default/volume.png
21121    A /trunk/share/skins2/default/vout.png
21122    A /trunk/share/skins2/default/vout2.png
21123    A /trunk/share/skins2/default/vout_body.png
21124    A /trunk/share/skins2/default/vout_body1.png
21125    A /trunk/share/skins2/default/vout_bottom.png
21126    A /trunk/share/skins2/default/vout_bottom_left.png
21127    A /trunk/share/skins2/default/vout_bottom_right.png
21128    A /trunk/share/skins2/default/vout_left.png
21129    A /trunk/share/skins2/default/vout_onclick.png
21130    A /trunk/share/skins2/default/vout_right.png
21131    A /trunk/share/skins2/default/vout_top.png
21132    A /trunk/share/skins2/default/vout_top_left.png
21133    A /trunk/share/skins2/default/vout_top_right.png
21134    D /trunk/share/skins2/default.vlt
21135    A /trunk/share/skins2/playtree
21136    A /trunk/share/skins2/playtree/FreeSansBold.ttf
21137    A /trunk/share/skins2/playtree/add_item.png
21138    A /trunk/share/skins2/playtree/add_item_onclick.png
21139    A /trunk/share/skins2/playtree/body.png
21140    A /trunk/share/skins2/playtree/close.png
21141    A /trunk/share/skins2/playtree/close_mouseover.png
21142    A /trunk/share/skins2/playtree/close_onclick.png
21143    A /trunk/share/skins2/playtree/closed.png
21144    A /trunk/share/skins2/playtree/delete_item.png
21145    A /trunk/share/skins2/playtree/delete_item_onclick.png
21146    A /trunk/share/skins2/playtree/disabled.png
21147    A /trunk/share/skins2/playtree/fast.png
21148    A /trunk/share/skins2/playtree/fast_disabled.png
21149    A /trunk/share/skins2/playtree/fast_onclick.png
21150    A /trunk/share/skins2/playtree/item.png
21151    A /trunk/share/skins2/playtree/next.png
21152    A /trunk/share/skins2/playtree/next_disabled.png
21153    A /trunk/share/skins2/playtree/next_onclick.png
21154    A /trunk/share/skins2/playtree/open.png
21155    A /trunk/share/skins2/playtree/pause.png
21156    A /trunk/share/skins2/playtree/pause_onclick.png
21157    A /trunk/share/skins2/playtree/play.png
21158    A /trunk/share/skins2/playtree/play_onclick.png
21159    A /trunk/share/skins2/playtree/playlist.png
21160    A /trunk/share/skins2/playtree/playlist_body1.png
21161    A /trunk/share/skins2/playtree/playlist_body2.png
21162    A /trunk/share/skins2/playtree/playlist_body3.png
21163    A /trunk/share/skins2/playtree/playlist_body4.png
21164    A /trunk/share/skins2/playtree/playlist_body6.png
21165    A /trunk/share/skins2/playtree/playlist_body7.png
21166    A /trunk/share/skins2/playtree/playlist_body8.png
21167    A /trunk/share/skins2/playtree/playlist_body9.png
21168    A /trunk/share/skins2/playtree/playlist_button.png
21169    A /trunk/share/skins2/playtree/playlist_button2.png
21170    A /trunk/share/skins2/playtree/playlist_button_onclick.png
21171    A /trunk/share/skins2/playtree/playlist_button_onclick2.png
21172    A /trunk/share/skins2/playtree/preferences.png
21173    A /trunk/share/skins2/playtree/preferences_onclick.png
21174    A /trunk/share/skins2/playtree/previous.png
21175    A /trunk/share/skins2/playtree/previous_disabled.png
21176    A /trunk/share/skins2/playtree/previous_onclick.png
21177    A /trunk/share/skins2/playtree/reduce.png
21178    A /trunk/share/skins2/playtree/reduce_disabled.png
21179    A /trunk/share/skins2/playtree/reduce_mouseover.png
21180    A /trunk/share/skins2/playtree/reduce_onclick.png
21181    A /trunk/share/skins2/playtree/resize.png
21182    A /trunk/share/skins2/playtree/rev.png
21183    A /trunk/share/skins2/playtree/rev_disabled.png
21184    A /trunk/share/skins2/playtree/rev_onclick.png
21185    A /trunk/share/skins2/playtree/slider.png
21186    A /trunk/share/skins2/playtree/slider2.png
21187    A /trunk/share/skins2/playtree/slider_onclick.png
21188    A /trunk/share/skins2/playtree/slider_playlist.png
21189    A /trunk/share/skins2/playtree/slider_volume.png
21190    A /trunk/share/skins2/playtree/slider_volume_onclick.png
21191    A /trunk/share/skins2/playtree/slow.png
21192    A /trunk/share/skins2/playtree/slow_disabled.png
21193    A /trunk/share/skins2/playtree/slow_onclick.png
21194    A /trunk/share/skins2/playtree/sort.png
21195    A /trunk/share/skins2/playtree/sort_onclick.png
21196    A /trunk/share/skins2/playtree/stop.png
21197    A /trunk/share/skins2/playtree/stop_disabled.png
21198    A /trunk/share/skins2/playtree/stop_onclick.png
21199    A /trunk/share/skins2/playtree/theme.xml
21200    A /trunk/share/skins2/playtree/volume.png
21201    A /trunk/share/skins2/playtree/vout.png
21202    A /trunk/share/skins2/playtree/vout2.png
21203    A /trunk/share/skins2/playtree/vout_body.png
21204    A /trunk/share/skins2/playtree/vout_body1.png
21205    A /trunk/share/skins2/playtree/vout_bottom.png
21206    A /trunk/share/skins2/playtree/vout_bottom_left.png
21207    A /trunk/share/skins2/playtree/vout_bottom_right.png
21208    A /trunk/share/skins2/playtree/vout_left.png
21209    A /trunk/share/skins2/playtree/vout_onclick.png
21210    A /trunk/share/skins2/playtree/vout_right.png
21211    A /trunk/share/skins2/playtree/vout_top.png
21212    A /trunk/share/skins2/playtree/vout_top_left.png
21213    A /trunk/share/skins2/playtree/vout_top_right.png
21214    D /trunk/share/skins2/playtree.vlt
21215
21216 Use uncompressed VLT in svn instead of compressed and compress on build
21217
21218 ------------------------------------------------------------------------
21219 r14070 | zorglub | 2006-01-29 20:13:35 +0100 (Sun, 29 Jan 2006) | 2 lines
21220 Changed paths:
21221    M /trunk/test
21222    M /trunk/test/NativeLibvlcTest.py
21223    M /trunk/test/TODO
21224    M /trunk/test/native_libvlc/native_libvlc_test.c
21225    M /trunk/test/test.sh
21226
21227 Test some things
21228
21229 ------------------------------------------------------------------------
21230 r14069 | zorglub | 2006-01-29 20:04:07 +0100 (Sun, 29 Jan 2006) | 3 lines
21231 Changed paths:
21232    M /trunk/include/vlc/libvlc.h
21233    M /trunk/src/control/core.c
21234    M /trunk/src/control/playlist.c
21235
21236 Fix a crasher in exception handling
21237 Add some playlist functions
21238
21239 ------------------------------------------------------------------------
21240 r14068 | xtophe | 2006-01-29 18:33:55 +0100 (Sun, 29 Jan 2006) | 3 lines
21241 Changed paths:
21242    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
21243    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
21244    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
21245    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp
21246
21247 infopanels: Redimension the text area. implement modifiable
21248 iteminfo: Use infopanel.
21249
21250 ------------------------------------------------------------------------
21251 r14067 | zorglub | 2006-01-29 18:00:31 +0100 (Sun, 29 Jan 2006) | 2 lines
21252 Changed paths:
21253    D /trunk/test/BaseTest.py
21254    A /trunk/test/NativeLibvlcTest.py
21255    D /trunk/test/PlaylistTest.py
21256    A /trunk/test/PyMediaControlBaseTest.py
21257    A /trunk/test/PyMediaControlPlaylistTest.py (from /trunk/test/PlaylistTest.py:14062)
21258    A /trunk/test/PyMediaControlVariablesTest.py (from /trunk/test/VariablesTest.py:14062)
21259    D /trunk/test/VariablesTest.py
21260    A /trunk/test/native_libvlc
21261    A /trunk/test/native_libvlc/native_libvlc_test.c
21262    A /trunk/test/pyunit.h
21263    A /trunk/test/setup.py
21264    M /trunk/test/test.sh
21265
21266 Skeleton for testing libvlc
21267
21268 ------------------------------------------------------------------------
21269 r14066 | dionoea | 2006-01-29 17:44:04 +0100 (Sun, 29 Jan 2006) | 4 lines
21270 Changed paths:
21271    M /trunk/share/http/dialogs/main
21272    M /trunk/share/http/dialogs/vlm
21273    A /trunk/share/http/images/refresh.png
21274    A /trunk/share/http/images/slider_bar.png
21275    A /trunk/share/http/images/slider_left.png
21276    A /trunk/share/http/images/slider_point.png
21277    A /trunk/share/http/images/slider_right.png
21278    M /trunk/share/http/js/functions.js
21279    M /trunk/share/http/requests/status.xml
21280
21281 main, functions.js, slider_*.png : add position slider
21282 status.xml : add "seek" command
21283 vlm, refresh.png : add refresh buttons (page doesn't autorefresh)
21284
21285 ------------------------------------------------------------------------
21286 r14065 | hartman | 2006-01-29 16:25:07 +0100 (Sun, 29 Jan 2006) | 2 lines
21287 Changed paths:
21288    M /trunk/doc/fortunes.txt
21289
21290 * FORTUNE !!!! :D
21291
21292 ------------------------------------------------------------------------
21293 r14064 | dionoea | 2006-01-29 15:26:57 +0100 (Sun, 29 Jan 2006) | 4 lines
21294 Changed paths:
21295    M /trunk/share/http/js/functions.js
21296    M /trunk/share/http/js/vlm.js
21297    M /trunk/share/http/requests/vlm.xml
21298    M /trunk/src/misc/vlm.c
21299
21300 src/misc/vlm.c : export the current playlist item's index for each instance
21301 share/http/* : display instances for vlm media elements
21302                some layout changes (inputs and outputs)
21303
21304 ------------------------------------------------------------------------
21305 r14063 | dionoea | 2006-01-29 15:19:37 +0100 (Sun, 29 Jan 2006) | 2 lines
21306 Changed paths:
21307    M /trunk/modules/control/telnet.c
21308
21309 Prompt for password again after displaying "Wrong password."
21310
21311 ------------------------------------------------------------------------
21312 r14062 | zorglub | 2006-01-29 12:38:15 +0100 (Sun, 29 Jan 2006) | 2 lines
21313 Changed paths:
21314    M /trunk/src/interface/interaction.c
21315    M /trunk/src/misc/stats.c
21316
21317 Fix warnings
21318
21319 ------------------------------------------------------------------------
21320 r14061 | dionoea | 2006-01-29 12:01:37 +0100 (Sun, 29 Jan 2006) | 3 lines
21321 Changed paths:
21322    M /trunk/src/libvlc.h
21323    M /trunk/src/video_output/vout_intf.c
21324
21325 add boolean option "snapshot-preview" to enable/disable the snapshot's
21326 preview display in the top left corner of the screen.
21327
21328 ------------------------------------------------------------------------
21329 r14060 | courmisch | 2006-01-29 11:36:46 +0100 (Sun, 29 Jan 2006) | 2 lines
21330 Changed paths:
21331    M /trunk/modules/gui/wxwidgets/interface.cpp
21332
21333 Remove debug messages
21334
21335 ------------------------------------------------------------------------
21336 r14059 | courmisch | 2006-01-29 11:35:30 +0100 (Sun, 29 Jan 2006) | 3 lines
21337 Changed paths:
21338    M /trunk/src/network/tcp.c
21339
21340 Remove erroneous debug message
21341
21342
21343 ------------------------------------------------------------------------
21344 r14058 | courmisch | 2006-01-29 10:11:11 +0100 (Sun, 29 Jan 2006) | 2 lines
21345 Changed paths:
21346    M /trunk/modules/access_output/http.c
21347
21348 use vlc-https instead of vlc-http when using TLS
21349
21350 ------------------------------------------------------------------------
21351 r14057 | courmisch | 2006-01-29 10:03:15 +0100 (Sun, 29 Jan 2006) | 2 lines
21352 Changed paths:
21353    M /trunk/modules/access_output/http.c
21354
21355 Fix output stream leak in case of Avahi error
21356
21357 ------------------------------------------------------------------------
21358 r14056 | courmisch | 2006-01-29 10:00:31 +0100 (Sun, 29 Jan 2006) | 2 lines
21359 Changed paths:
21360    M /trunk/modules/access_output/http.c
21361
21362 Clean up
21363
21364 ------------------------------------------------------------------------
21365 r14055 | dionoea | 2006-01-29 01:11:22 +0100 (Sun, 29 Jan 2006) | 6 lines
21366 Changed paths:
21367    M /trunk/modules/control/http/mvar.c
21368    M /trunk/src/misc/vlm.c
21369
21370 modules/control/http/mvar.c : explore vlm_message_t trees all the way
21371                               (instead of stoping after a depth of 2)
21372
21373 src/misc/vlm.c : minor instance information reporting change
21374
21375
21376 ------------------------------------------------------------------------
21377 r14054 | xtophe | 2006-01-29 00:51:57 +0100 (Sun, 29 Jan 2006) | 2 lines
21378 Changed paths:
21379    M /trunk/configure.ac
21380
21381 confihure.ac: don't overwrite user options even if we have contrib
21382
21383 ------------------------------------------------------------------------
21384 r14053 | zorglub | 2006-01-28 23:31:23 +0100 (Sat, 28 Jan 2006) | 2 lines
21385 Changed paths:
21386    M /trunk/src/libvlc.c
21387
21388 Don't check syslog value if we don't have syslog.h
21389
21390 ------------------------------------------------------------------------
21391 r14052 | damienf | 2006-01-28 23:05:18 +0100 (Sat, 28 Jan 2006) | 2 lines
21392 Changed paths:
21393    M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
21394
21395 ffmpeg-cvs-wince.patch: removed duplicate patches/updated to ffmpeg latest version
21396
21397 ------------------------------------------------------------------------
21398 r14051 | damienf | 2006-01-28 21:42:36 +0100 (Sat, 28 Jan 2006) | 2 lines
21399 Changed paths:
21400    M /trunk/modules/access/cdda.c
21401
21402 cdda.c: don't forget to include <errno.h> when using errno
21403
21404 ------------------------------------------------------------------------
21405 r14050 | zorglub | 2006-01-28 19:53:58 +0100 (Sat, 28 Jan 2006) | 2 lines
21406 Changed paths:
21407    M /trunk/src/input/stream.c
21408
21409 Get stats on block inputs (Refs:#473)
21410
21411 ------------------------------------------------------------------------
21412 r14049 | zorglub | 2006-01-28 19:49:32 +0100 (Sat, 28 Jan 2006) | 2 lines
21413 Changed paths:
21414    M /trunk/configure.ac
21415
21416 Link cdda with iconv on osx
21417
21418 ------------------------------------------------------------------------
21419 r14048 | dionoea | 2006-01-28 19:44:54 +0100 (Sat, 28 Jan 2006) | 2 lines
21420 Changed paths:
21421    M /trunk/src/misc/vlm.c
21422
21423  misc/vlm.c : export some p_input variables (state, position, time, length, rate, title, chapter and seekable) when using the vlm "show (media)" command.
21424
21425 ------------------------------------------------------------------------
21426 r14047 | xtophe | 2006-01-28 19:43:13 +0100 (Sat, 28 Jan 2006) | 2 lines
21427 Changed paths:
21428    M /trunk/Makefile.am
21429
21430 win32 rules: make it more dirty to be able to produce debug package
21431
21432 ------------------------------------------------------------------------
21433 r14046 | zorglub | 2006-01-28 19:11:12 +0100 (Sat, 28 Jan 2006) | 2 lines
21434 Changed paths:
21435    M /trunk/configure.ac
21436    M /trunk/modules/access/cdda.c
21437    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
21438
21439 Add CDDB support to CDDA module (Refs:#459)
21440
21441 ------------------------------------------------------------------------
21442 r14045 | dionoea | 2006-01-28 17:10:26 +0100 (Sat, 28 Jan 2006) | 3 lines
21443 Changed paths:
21444    M /trunk/share/http/index.html
21445
21446 add warning about javascript support being needed if the browser doesn't
21447 support javascript.
21448
21449 ------------------------------------------------------------------------
21450 r14044 | dionoea | 2006-01-28 17:05:50 +0100 (Sat, 28 Jan 2006) | 2 lines
21451 Changed paths:
21452    M /trunk/share/http/js/functions.js
21453    M /trunk/share/http/js/vlm.js
21454
21455 make sure that local variables are local variables.
21456
21457 ------------------------------------------------------------------------
21458 r14043 | sigmunau | 2006-01-28 15:41:33 +0100 (Sat, 28 Jan 2006) | 5 lines
21459 Changed paths:
21460    M /trunk/modules/misc/freetype.c
21461
21462 freetype.c: don't render empty subtitles. 
21463 Some files uses an empty (only holding a space) subtitle to mark the end of
21464 the previous subtitle. These caused a little gray box to appear with
21465 --freetype-effect 3 before this change
21466
21467 ------------------------------------------------------------------------
21468 r14042 | zorglub | 2006-01-28 15:25:56 +0100 (Sat, 28 Jan 2006) | 2 lines
21469 Changed paths:
21470    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
21471
21472 Fix refcount problem
21473
21474 ------------------------------------------------------------------------
21475 r14041 | sigmunau | 2006-01-28 14:30:33 +0100 (Sat, 28 Jan 2006) | 2 lines
21476 Changed paths:
21477    M /trunk/src/interface/interaction.c
21478
21479 interaction.c: Don't crash in certain condition
21480
21481 ------------------------------------------------------------------------
21482 r14040 | sigmunau | 2006-01-28 12:49:22 +0100 (Sat, 28 Jan 2006) | 2 lines
21483 Changed paths:
21484    M /trunk/modules/control/telnet.c
21485
21486 telnet.c: a few more minor (potensial) memleaks
21487
21488 ------------------------------------------------------------------------
21489 r14039 | zorglub | 2006-01-28 12:38:49 +0100 (Sat, 28 Jan 2006) | 2 lines
21490 Changed paths:
21491    M /trunk/Makefile.am
21492    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
21493    M /trunk/share/Makefile.am
21494
21495 Fixes for prehistoric build system
21496
21497 ------------------------------------------------------------------------
21498 r14038 | sigmunau | 2006-01-28 12:36:30 +0100 (Sat, 28 Jan 2006) | 2 lines
21499 Changed paths:
21500    M /trunk/modules/control/telnet.c
21501
21502 telnet.c: fix a very minor memleak in Open
21503
21504 ------------------------------------------------------------------------
21505 r14037 | sigmunau | 2006-01-28 12:32:05 +0100 (Sat, 28 Jan 2006) | 5 lines
21506 Changed paths:
21507    M /trunk/src/misc/vlm.c
21508
21509 vlm.c: Add some asyncronity to schedule execution.
21510 Should fix issues when schedules add or delete new schedules. Closes:#510
21511
21512 Also fixes a minor memleak in schedule creation/deletion
21513
21514 ------------------------------------------------------------------------
21515 r14036 | zorglub | 2006-01-28 12:18:39 +0100 (Sat, 28 Jan 2006) | 2 lines
21516 Changed paths:
21517    A /trunk/share/http/old (from /trunk/share/http-old:14035)
21518    M /trunk/share/http/old/admin/browse.html
21519    M /trunk/share/http/old/index.html
21520    M /trunk/share/http/old/vlm/edit.html
21521    M /trunk/share/http/old/vlm/index.html
21522    M /trunk/share/http/old/vlm/new.html
21523    M /trunk/share/http/old/vlm/show.html
21524    M /trunk/share/http/old/webcam.html
21525    D /trunk/share/http-old
21526
21527 Move old HTTP interface to http/old so it can be used by ppl without JS. Todo: use <noscript> :)
21528
21529 ------------------------------------------------------------------------
21530 r14035 | zorglub | 2006-01-28 11:58:48 +0100 (Sat, 28 Jan 2006) | 2 lines
21531 Changed paths:
21532    M /trunk/doc/rrd-howto.txt
21533
21534 Improve doc
21535
21536 ------------------------------------------------------------------------
21537 r14034 | zorglub | 2006-01-28 11:56:47 +0100 (Sat, 28 Jan 2006) | 3 lines
21538 Changed paths:
21539    A /trunk/doc/rrd-howto.txt
21540    M /trunk/modules/misc/logger.c
21541
21542 RRD output (Refs:#473)
21543 This is a quick hack, which should in the end be merged in a way to expose stats
21544
21545 ------------------------------------------------------------------------
21546 r14033 | zorglub | 2006-01-28 11:45:13 +0100 (Sat, 28 Jan 2006) | 2 lines
21547 Changed paths:
21548    M /trunk/include/vlc_messages.h
21549    M /trunk/include/vlc_playlist.h
21550    M /trunk/src/misc/stats.c
21551    M /trunk/src/playlist/playlist.c
21552
21553 Compute global input/output stats (Refs:#473)
21554
21555 ------------------------------------------------------------------------
21556 r14032 | zorglub | 2006-01-27 21:35:42 +0100 (Fri, 27 Jan 2006) | 2 lines
21557 Changed paths:
21558    M /trunk/include/vlc_common.h
21559    M /trunk/include/vlc_objects.h
21560    M /trunk/src/input/input.c
21561    M /trunk/src/interface/interaction.c
21562    M /trunk/src/misc/messages.c
21563    M /trunk/src/misc/modules.c
21564    M /trunk/src/misc/objects.c
21565
21566 Don't print debug messages and don't do interaction on preparsing
21567
21568 ------------------------------------------------------------------------
21569 r14031 | zorglub | 2006-01-27 19:28:45 +0100 (Fri, 27 Jan 2006) | 3 lines
21570 Changed paths:
21571    M /trunk/src/libvlc.c
21572    M /trunk/src/misc/stats.c
21573    M /trunk/src/playlist/playlist.c
21574    M /trunk/src/stream_output/stream_output.c
21575
21576 * Improve timers (Refs:#473)
21577 * AccessOutWrite can be called with input already detached (Closes:#523)
21578
21579 ------------------------------------------------------------------------
21580 r14030 | sam | 2006-01-27 15:19:52 +0100 (Fri, 27 Jan 2006) | 2 lines
21581 Changed paths:
21582    M /trunk/extras/contrib/src
21583    M /trunk/extras/contrib/src/Makefile
21584    M /trunk/extras/contrib/src/packages.mak
21585
21586   * added NASM to the contribs (OS X x86 only) so that we can build x264.
21587
21588 ------------------------------------------------------------------------
21589 r14029 | dionoea | 2006-01-27 15:11:55 +0100 (Fri, 27 Jan 2006) | 2 lines
21590 Changed paths:
21591    M /trunk/activex/axvlc_rc.rc
21592    M /trunk/configure.ac
21593    M /trunk/debian/copyright
21594    M /trunk/modules/gui/wince/interface.cpp
21595    M /trunk/modules/gui/wxwidgets/interface.cpp
21596    M /trunk/mozilla/npvlc_rc.rc
21597    M /trunk/share/vlc_win32_rc.rc
21598
21599 Update copyright dates used in interfaces and binaries (2005 -> 2006)
21600
21601 ------------------------------------------------------------------------
21602 r14028 | dionoea | 2006-01-27 14:54:47 +0100 (Fri, 27 Jan 2006) | 3 lines
21603 Changed paths:
21604    M /trunk/AUTHORS
21605    M /trunk/modules/control/http/rpn.c
21606
21607  rpn.c : vlm_cmd now adds a "vlm_value" variable
21608  AUTHORS : add the HTTP interface rewrite
21609
21610 ------------------------------------------------------------------------
21611 r14027 | dionoea | 2006-01-27 14:48:28 +0100 (Fri, 27 Jan 2006) | 3 lines
21612 Changed paths:
21613    M /trunk/share/http/dialogs/vlm
21614    M /trunk/share/http/js/vlm.js
21615    A /trunk/share/http/vlm_export.html
21616
21617  * : it's now possible to enter a batch of commands or export the VLM
21618      configuration
21619
21620 ------------------------------------------------------------------------
21621 r14026 | dionoea | 2006-01-27 13:58:05 +0100 (Fri, 27 Jan 2006) | 3 lines
21622 Changed paths:
21623    M /trunk/src/misc/vlm.c
21624
21625 add "export" command. It behaves exactly like "save" except that commands
21626 are printed in a vlm_message and not in a file.
21627
21628 ------------------------------------------------------------------------
21629 r14025 | sam | 2006-01-27 10:48:54 +0100 (Fri, 27 Jan 2006) | 3 lines
21630 Changed paths:
21631    M /trunk/extras/contrib/src/Makefile
21632
21633   * extras/contrib/src/Makefile: removed a nonexistent patch that I did not
21634     commit.
21635
21636 ------------------------------------------------------------------------
21637 r14024 | sam | 2006-01-27 00:13:34 +0100 (Fri, 27 Jan 2006) | 17 lines
21638 Changed paths:
21639    M /trunk/extras/contrib/src
21640    M /trunk/extras/contrib/src/Makefile
21641    M /trunk/extras/contrib/src/Patches/faad2.patch
21642    A /trunk/extras/contrib/src/Patches/ffmpeg-cvs-mactel.patch
21643    A /trunk/extras/contrib/src/Patches/flac-mactel.patch
21644    A /trunk/extras/contrib/src/Patches/libdvdnav-mactel.patch
21645
21646   * Various patches to allow more contribs to build on OS X x86. Only x264
21647     and goom still do not build. I successfully built a native VLC using
21648     the current contribs and the following configuration line:
21649
21650     ./configure --disable-x11 --disable-xvideo --disable-glx --disable-gtk \
21651        --enable-sdl --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \
21652        --with-ffmpeg-zlib --enable-mad --enable-dvbpsi --enable-a52 \
21653        --disable-dvdplay --enable-dvdnav --enable-faad --enable-vorbis \
21654        --enable-ogg --enable-theora --enable-faac --enable-mkv \
21655        --enable-freetype --disable-cddax --disable-vcdx --enable-speex \
21656        --enable-flac --disable-goom --enable-livedotcom --enable-caca \
21657        --disable-skins2 --disable-wxwidgets --enable-modplug --enable-daap \
21658        --enable-x264 --enable-shout --enable-twolame --enable-debug
21659
21660     Apparently the native video output does not work yet, but sound and codecs
21661     seem rather OK.
21662
21663 ------------------------------------------------------------------------
21664 r14023 | sam | 2006-01-26 21:33:25 +0100 (Thu, 26 Jan 2006) | 2 lines
21665 Changed paths:
21666    M /trunk/extras/contrib/bootstrap
21667
21668   * extras/contrib/bootstrap: support i686-apple-darwin8.
21669
21670 ------------------------------------------------------------------------
21671 r14022 | sam | 2006-01-26 21:27:37 +0100 (Thu, 26 Jan 2006) | 3 lines
21672 Changed paths:
21673    M /trunk/modules/visualization/visual/visual.c
21674
21675   * modules/visualization/visual/visual.c: SECT_TEXT is a reserved Mach-O
21676     name, renamed it into SSECT_TEXT (for "spectral section").
21677
21678 ------------------------------------------------------------------------
21679 r14021 | sam | 2006-01-26 21:22:00 +0100 (Thu, 26 Jan 2006) | 4 lines
21680 Changed paths:
21681    M /trunk/configure.ac
21682
21683   * configure.ac: vec_ld() is not sufficient to check for AltiVec support on
21684     OS X x86, because it's just an undefined function; so we use the keyword
21685     "vector" to make sure.
21686
21687 ------------------------------------------------------------------------
21688 r14020 | sam | 2006-01-26 21:08:33 +0100 (Thu, 26 Jan 2006) | 3 lines
21689 Changed paths:
21690    M /trunk/src/misc/cpu.c
21691
21692   * src/misc/cpu.c: do not assume SYS_DARWIN means powerpc, so that we can
21693     properly detect CPU features on a MacIntel.
21694
21695 ------------------------------------------------------------------------
21696 r14019 | sam | 2006-01-26 20:51:06 +0100 (Thu, 26 Jan 2006) | 4 lines
21697 Changed paths:
21698    M /trunk/modules/video_chroma/i420_rgb16.c
21699    M /trunk/modules/video_chroma/i420_ymga.c
21700    M /trunk/modules/video_chroma/i420_yuy2.h
21701    M /trunk/modules/video_chroma/i422_yuy2.c
21702
21703   * modules/video_chroma/*: use .p2align instead of .align for data alignment,
21704     because .align's behaviour changes across platforms: on Linux x86 ELF its
21705     argument is a byte count, on OS X x86 Mach-O it's a log2.
21706
21707 ------------------------------------------------------------------------
21708 r14018 | courmisch | 2006-01-26 18:29:07 +0100 (Thu, 26 Jan 2006) | 2 lines
21709 Changed paths:
21710    M /trunk/src/network/udp.c
21711
21712 Fix UDP broadcast
21713
21714 ------------------------------------------------------------------------
21715 r14017 | sigmunau | 2006-01-26 18:14:09 +0100 (Thu, 26 Jan 2006) | 2 lines
21716 Changed paths:
21717    M /trunk/modules/demux/ts.c
21718
21719 modules/demux/ts.c: Fixed a very very minor memleak
21720
21721 ------------------------------------------------------------------------
21722 r14016 | sigmunau | 2006-01-26 18:05:57 +0100 (Thu, 26 Jan 2006) | 5 lines
21723 Changed paths:
21724    M /trunk/modules/access_output/udp.c
21725
21726 access_output/udp.c: Fixed an old  memleak.
21727 This leak is triggered each time the udp access out is started, so it 
21728 could be the cause of some of these "slow memleak with udp streaming" 
21729 reports we have had, if these users where streaming a file in repeat
21730
21731 ------------------------------------------------------------------------
21732 r14015 | sigmunau | 2006-01-26 17:51:47 +0100 (Thu, 26 Jan 2006) | 5 lines
21733 Changed paths:
21734    M /trunk/include/vlc_input.h
21735    M /trunk/src/misc/messages.c
21736
21737 src/misc/messages.c: Fixed a nasty memleak recently introduced
21738 vlc_input.h: Fixed a not so nasty memleak recently introduced
21739
21740 Thank you very much zorglub
21741
21742 ------------------------------------------------------------------------
21743 r14014 | xtophe | 2006-01-25 00:06:43 +0100 (Wed, 25 Jan 2006) | 3 lines
21744 Changed paths:
21745    M /trunk/configure.ac
21746
21747 configure.ac: Use AC_PATH_XTRA. 
21748               Still got to find a cleaner way to determine if we have Xv.so or Xv_pic, ...
21749
21750 ------------------------------------------------------------------------
21751 r14013 | xtophe | 2006-01-25 00:02:35 +0100 (Wed, 25 Jan 2006) | 2 lines
21752 Changed paths:
21753    M /trunk/configure.ac
21754
21755 configure.ac: No X11 on win32
21756
21757 ------------------------------------------------------------------------
21758 r14012 | zorglub | 2006-01-24 23:42:16 +0100 (Tue, 24 Jan 2006) | 14 lines
21759 Changed paths:
21760    M /trunk/include/vlc_common.h
21761    M /trunk/include/vlc_messages.h
21762    M /trunk/include/vlc_symbols.h
21763    M /trunk/src/misc/stats.c
21764    M /trunk/src/playlist/playlist.c
21765
21766 Add a timing facility (Refs:#473)
21767
21768 It is only available in debug mode.
21769
21770 To use: stats_TimerStart( vlc_object_t* , char *name );
21771 stats_TimerStop( vlc_object_t *, char *name );
21772
21773 stats_TimerDump( vlc_object_t* , char *name ) will print a line
21774
21775 TIMER name : last_time - total_time / number of samples (average time)
21776
21777 stats_TimersDumpAll is not implemented yet
21778  
21779
21780 ------------------------------------------------------------------------
21781 r14011 | dionoea | 2006-01-24 23:25:15 +0100 (Tue, 24 Jan 2006) | 3 lines
21782 Changed paths:
21783    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
21784
21785 use wxTR_HAS_VARIABLE_ROW_HEIGHT in the meta data tree (usefull is a line is
21786 full of \n)
21787
21788 ------------------------------------------------------------------------
21789 r14010 | sam | 2006-01-24 13:09:06 +0100 (Tue, 24 Jan 2006) | 5 lines
21790 Changed paths:
21791    M /trunk/Makefile.am
21792    M /trunk/bindings/java/Makefile.am
21793    M /trunk/configure.ac
21794
21795   * bindings/java/Makefile.am: use JAVACXXFLAGS and JAVALDFLAGS instead of
21796     the reserved words CXXFLAGS and LDFLAGS.
21797   * configure.ac: remove spaces inside parentheses that confuse automake.
21798   * Makefile.am: do not use both = and += inside conditionals.
21799
21800 ------------------------------------------------------------------------
21801 r14009 | xtophe | 2006-01-24 10:53:53 +0100 (Tue, 24 Jan 2006) | 2 lines
21802 Changed paths:
21803    M /trunk/vlc.win32.nsi
21804
21805 Don't put contextual menu on the recycle bin. Thanks to Razer in the forum (closes #511)
21806
21807 ------------------------------------------------------------------------
21808 r14008 | hartman | 2006-01-24 06:52:40 +0100 (Tue, 24 Jan 2006) | 4 lines
21809 Changed paths:
21810    M /trunk/modules/demux/ps.c
21811
21812 * Fake the PCR/SCR on MPEG PES streams (VDR for instance).
21813   Don't worry, it's if()'ed such that it's almost impossible for a normal PS file to trigger the hack.
21814   It worked for all my VDR PES files and was never triggered for my entire PS collection.
21815
21816 ------------------------------------------------------------------------
21817 r14007 | zorglub | 2006-01-23 22:21:19 +0100 (Mon, 23 Jan 2006) | 2 lines
21818 Changed paths:
21819    M /trunk/include/vlc_messages.h
21820    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
21821    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
21822    M /trunk/modules/stream_out/transcode.c
21823    M /trunk/src/misc/stats.c
21824    M /trunk/src/stream_output/stream_output.c
21825
21826 Gather some sout stats (Refs:#473)
21827
21828 ------------------------------------------------------------------------
21829 r14006 | hartman | 2006-01-23 22:10:49 +0100 (Mon, 23 Jan 2006) | 3 lines
21830 Changed paths:
21831    M /trunk/modules/demux/mp4/libmp4.c
21832
21833 * Don't crash if the hdlr in a mov has no name.
21834 * spelling correction and debug for out of bound child boxes.
21835
21836 ------------------------------------------------------------------------
21837 r14005 | zorglub | 2006-01-23 20:09:22 +0100 (Mon, 23 Jan 2006) | 2 lines
21838 Changed paths:
21839    M /trunk/modules/control/netsync.c
21840    M /trunk/modules/control/showintf.c
21841    M /trunk/src/libvlc.c
21842    M /trunk/src/libvlc.h
21843
21844 Add global options for netsync and showintf and hide them from interface (Closes:#508)
21845
21846 ------------------------------------------------------------------------
21847 r14004 | xtophe | 2006-01-23 16:35:02 +0100 (Mon, 23 Jan 2006) | 3 lines
21848 Changed paths:
21849    M /trunk/modules/access_output/http.c
21850
21851 http.c: add an option to disable bonjour (closes #509).
21852         Please review and improve the option text and longtext strings. 
21853
21854 ------------------------------------------------------------------------
21855 r14003 | damienf | 2006-01-23 13:00:00 +0100 (Mon, 23 Jan 2006) | 3 lines
21856 Changed paths:
21857    M /trunk/activex/oleobject.cpp
21858    M /trunk/activex/plugin.cpp
21859    M /trunk/activex/vlccontrol.cpp
21860
21861 plugin.cpp, oleobject.cpp: fix for ShowDisplay/Visible on activation
21862 vlccontrol.cpp: fixed small mem leak
21863
21864 ------------------------------------------------------------------------
21865 r14002 | dionoea | 2006-01-23 02:04:16 +0100 (Mon, 23 Jan 2006) | 2 lines
21866 Changed paths:
21867    M /trunk/modules/codec/dvbsub.c
21868
21869 oops, last commit wasn't meant to happen
21870
21871 ------------------------------------------------------------------------
21872 r14001 | dionoea | 2006-01-23 02:02:54 +0100 (Mon, 23 Jan 2006) | 16 lines
21873 Changed paths:
21874    M /trunk/modules/codec/dvbsub.c
21875
21876 fix subtitles position (aspect ratio)
21877
21878 the subtitle was displayed fine but since aspect ratios didn't match it
21879 wasn't positioned correctly on the vout. ie:
21880 --------------
21881 |            |
21882 |            |
21883 |      subtit|
21884 |            |
21885 -------------- ( http://people.videolan.org/~dionoea/vlcsubs.png )
21886
21887 now it's displayed in the center but the letters are scaled horrizontaly
21888 (which doesn't look too good ... but at least everything is displayed)
21889 ( http://people.videolan.org/~dionoea/vlcsubs2.png )
21890
21891
21892 ------------------------------------------------------------------------
21893 r14000 | hartman | 2006-01-23 01:34:33 +0100 (Mon, 23 Jan 2006) | 3 lines
21894 Changed paths:
21895    M /trunk/modules/misc/freetype.c
21896
21897 * Fix the opacity and color settings for the YUVA renderer.
21898 PS: It seems the YUVA blend has an UV subsample bug which can cause unwanted offsets of 1
21899
21900 ------------------------------------------------------------------------
21901 r13999 | dionoea | 2006-01-23 01:23:14 +0100 (Mon, 23 Jan 2006) | 3 lines
21902 Changed paths:
21903    M /trunk/share/http/dialogs/vlm
21904    M /trunk/share/http/js/functions.js
21905    M /trunk/share/http/js/vlm.js
21906
21907  dialogs/vlm, js/vlm.js : add schedule support
21908  * : some code cleanup.
21909
21910 ------------------------------------------------------------------------
21911 r13998 | hartman | 2006-01-22 23:54:57 +0100 (Sun, 22 Jan 2006) | 2 lines
21912 Changed paths:
21913    M /trunk/modules/demux/mkv.cpp
21914
21915 * Pass along the SSA header in mkv files to the decoder.
21916
21917 ------------------------------------------------------------------------
21918 r13997 | dionoea | 2006-01-22 23:52:20 +0100 (Sun, 22 Jan 2006) | 3 lines
21919 Changed paths:
21920    M /trunk/src/misc/vlm.c
21921
21922 If one schedule was disabled, all the folowing schedules weren't shown.
21923 Could someone explain why this return was put here in the first place ?
21924
21925 ------------------------------------------------------------------------
21926 r13996 | sigmunau | 2006-01-22 23:49:01 +0100 (Sun, 22 Jan 2006) | 14 lines
21927 Changed paths:
21928    M /trunk/modules/misc/freetype.c
21929
21930 freetype.c: Revived and revamped old yuva renderer
21931
21932 Highlights:
21933   Three rendering modes: Outline, Fat outline and background
21934   Better looking
21935 Drawbacks:
21936   White only at the moment
21937   no yuva blend filter for some chromas
21938   
21939 the old renderer is available with the --freetype-yuvp option, since this is
21940 needed at least for dvbsubs encoding. (and for people with no usable blend
21941 filter)
21942
21943
21944 ------------------------------------------------------------------------
21945 r13995 | hartman | 2006-01-22 23:27:29 +0100 (Sun, 22 Jan 2006) | 2 lines
21946 Changed paths:
21947    M /trunk/modules/demux/vobsub.c
21948
21949 * Stupid subtitles with their lack of proper specifications and implementations.....
21950
21951 ------------------------------------------------------------------------
21952 r13994 | hartman | 2006-01-22 23:20:19 +0100 (Sun, 22 Jan 2006) | 2 lines
21953 Changed paths:
21954    M /trunk/modules/demux/vobsub.c
21955
21956 * The vobsub param is Delay, not delay.
21957
21958 ------------------------------------------------------------------------
21959 r13993 | xtophe | 2006-01-22 19:13:59 +0100 (Sun, 22 Jan 2006) | 2 lines
21960 Changed paths:
21961    M /trunk/Makefile.am
21962
21963 Fix the win* package rules for the http intf.
21964
21965 ------------------------------------------------------------------------
21966 r13992 | xtophe | 2006-01-22 19:10:53 +0100 (Sun, 22 Jan 2006) | 2 lines
21967 Changed paths:
21968    M /trunk/modules/control/ntservice.c
21969
21970 missing in [13991].
21971
21972 ------------------------------------------------------------------------
21973 r13991 | zorglub | 2006-01-22 18:12:24 +0100 (Sun, 22 Jan 2006) | 6 lines
21974 Changed paths:
21975    M /trunk/include/variables.h
21976    M /trunk/include/vlc_interface.h
21977    M /trunk/include/vlc_symbols.h
21978    M /trunk/modules/codec/cmml/cmml.c
21979    M /trunk/modules/control/rc.c
21980    M /trunk/modules/misc/logger.c
21981    M /trunk/src/input/input.c
21982    M /trunk/src/interface/interface.c
21983    M /trunk/src/libvlc.c
21984    M /trunk/src/libvlc.h
21985    M /trunk/src/misc/variables.c
21986
21987 * Make ParseOption (from input) a global service (var_OptionParse)
21988 * Add i_options/pp_options to intf_Create
21989
21990 * add global options to enable file-logging and syslog (Refs:#508)
21991
21992
21993 ------------------------------------------------------------------------
21994 r13990 | zorglub | 2006-01-22 18:10:57 +0100 (Sun, 22 Jan 2006) | 2 lines
21995 Changed paths:
21996    M /trunk/include/modules.h
21997
21998 Add a psz_help field to module_t (Refs:#413)
21999
22000 ------------------------------------------------------------------------
22001 r13989 | dionoea | 2006-01-22 17:45:40 +0100 (Sun, 22 Jan 2006) | 2 lines
22002 Changed paths:
22003    M /trunk/configure.ac
22004
22005 add "oc" to the language list
22006
22007 ------------------------------------------------------------------------
22008 r13988 | dionoea | 2006-01-22 17:44:54 +0100 (Sun, 22 Jan 2006) | 2 lines
22009 Changed paths:
22010    M /trunk/Makefile.am
22011
22012 same thing for wince
22013
22014 ------------------------------------------------------------------------
22015 r13987 | dionoea | 2006-01-22 17:42:55 +0100 (Sun, 22 Jan 2006) | 3 lines
22016 Changed paths:
22017    M /trunk/Makefile.am
22018
22019 this should fix the win build. This build system is plain stupid. Why do we
22020 have references to the same stuff in http/Makefile.am and Makefile.am ?
22021
22022 ------------------------------------------------------------------------
22023 r13986 | zorglub | 2006-01-22 17:35:59 +0100 (Sun, 22 Jan 2006) | 2 lines
22024 Changed paths:
22025    M /trunk/src/network/httpd.c
22026
22027 Less HTTPd debugging
22028
22029 ------------------------------------------------------------------------
22030 r13985 | xtophe | 2006-01-22 17:18:39 +0100 (Sun, 22 Jan 2006) | 3 lines
22031 Changed paths:
22032    A /trunk/share/http/.hosts (from /trunk/share/http-old/.hosts:13982)
22033    M /trunk/share/http/dialogs/.hosts
22034
22035 .hosts: Provide a template .hosts.
22036 dialogs/.hosts: Explanation about the empty file. 
22037
22038 ------------------------------------------------------------------------
22039 r13984 | dionoea | 2006-01-22 17:18:38 +0100 (Sun, 22 Jan 2006) | 2 lines
22040 Changed paths:
22041    M /trunk/share/http/requests/vlm.xml
22042
22043 fix cut & paste error (bis).
22044
22045 ------------------------------------------------------------------------
22046 r13983 | dionoea | 2006-01-22 17:18:02 +0100 (Sun, 22 Jan 2006) | 2 lines
22047 Changed paths:
22048    M /trunk/share/http/requests/vlm.xml
22049
22050 fix cut & paste error.
22051
22052 ------------------------------------------------------------------------
22053 r13982 | zorglub | 2006-01-22 17:01:30 +0100 (Sun, 22 Jan 2006) | 2 lines
22054 Changed paths:
22055    M /trunk/modules/access/vcdx/Modules.am
22056
22057 Fix build of vcdx module
22058
22059 ------------------------------------------------------------------------
22060 r13981 | dionoea | 2006-01-22 16:59:52 +0100 (Sun, 22 Jan 2006) | 7 lines
22061 Changed paths:
22062    M /trunk/share/http/dialogs/vlm
22063    M /trunk/share/http/js/vlm.js
22064    M /trunk/share/http/style.css
22065    M /trunk/share/http/vlm.html
22066
22067  all: handle VLM broadcast and vod elements.
22068  todo: - seeking on broadcast elements
22069        - schedules
22070        - file(or textbox) load / save. might need some changes to the VLM
22071          core in order to export commands to a string (and not to a file)
22072        
22073
22074 ------------------------------------------------------------------------
22075 r13980 | sam | 2006-01-22 13:52:13 +0100 (Sun, 22 Jan 2006) | 2 lines
22076 Changed paths:
22077    M /trunk/debian/changelog
22078    M /trunk/debian/control
22079    M /trunk/debian/rules
22080
22081   * debian/*: new Debian upload.
22082
22083 ------------------------------------------------------------------------
22084 r13979 | dionoea | 2006-01-22 12:25:48 +0100 (Sun, 22 Jan 2006) | 2 lines
22085 Changed paths:
22086    M /trunk/share/Makefile.am
22087
22088 oops, i forgot to commit this
22089
22090 ------------------------------------------------------------------------
22091 r13978 | ipkiss | 2006-01-22 12:12:33 +0100 (Sun, 22 Jan 2006) | 2 lines
22092 Changed paths:
22093    M /trunk/doc/skins/skins2-howto.xml
22094
22095  * share/skins/skins2-howto.xml: SVN instead of CVS, and added a link to the DTD.
22096
22097 ------------------------------------------------------------------------
22098 r13977 | sam | 2006-01-22 11:48:06 +0100 (Sun, 22 Jan 2006) | 2 lines
22099 Changed paths:
22100    M /trunk/debian/vlc.mime
22101
22102   * debian/vlc.mime: put flags after the command, as per mailcap(5).
22103
22104 ------------------------------------------------------------------------
22105 r13976 | dionoea | 2006-01-22 02:38:28 +0100 (Sun, 22 Jan 2006) | 23 lines
22106 Changed paths:
22107    A /trunk/share/http/dialogs
22108    A /trunk/share/http/dialogs/.hosts
22109    A /trunk/share/http/dialogs/browse
22110    A /trunk/share/http/dialogs/footer
22111    A /trunk/share/http/dialogs/input
22112    A /trunk/share/http/dialogs/main
22113    A /trunk/share/http/dialogs/mosaic
22114    A /trunk/share/http/dialogs/playlist
22115    A /trunk/share/http/dialogs/sout
22116    A /trunk/share/http/dialogs/vlm
22117    D /trunk/share/http/functions.js
22118    M /trunk/share/http/index.html
22119    A /trunk/share/http/js
22120    A /trunk/share/http/js/functions.js (from /trunk/share/http/functions.js:13818)
22121    A /trunk/share/http/js/mosaic.js
22122    A /trunk/share/http/js/vlm.js
22123    A /trunk/share/http/mosaic.html
22124    M /trunk/share/http/requests/browse.xml
22125    M /trunk/share/http/requests/playlist.xml
22126    M /trunk/share/http/requests/status.xml
22127    A /trunk/share/http/requests/vlm.xml
22128    A /trunk/share/http/requests/vlm_cmd.xml
22129    M /trunk/share/http/style.css
22130    A /trunk/share/http/vlm.html
22131
22132 begining of a VLM interface and some code organisations changes. The vlm
22133 interface should be done pretty soon (i'll try to finish it tomorrow)
22134
22135  vlm.html : vlm web interface. What works: sending broadcast and vod creation
22136             commands
22137
22138  js/vlm.js : add code to handle sending vlm commands.
22139
22140  requests/vlm_cmd.xml : used to send a vlm command and get the resulting
22141                         error message
22142
22143  requests/vlm.xml : export the full vlm media/schedules "tree". I still need
22144                     to parse that in js/vlm.js in order to display it in
22145                     dialogs/vlm .
22146
22147  dialogs/* : dialogs' code which is used as building blocks for the
22148              main pages. (in order to avoid code duplication)
22149
22150  mosaic.html, js/mosaic.js, dialogs/mosaic : start of a mosaic help
22151             page. nothing works and it's almost empty but i didn't feel like
22152             sorting through the commited files.
22153
22154
22155 ------------------------------------------------------------------------
22156 r13975 | dionoea | 2006-01-22 01:11:00 +0100 (Sun, 22 Jan 2006) | 2 lines
22157 Changed paths:
22158    M /trunk/modules/control/http/rpn.c
22159
22160 remove dirty debug messages.
22161
22162 ------------------------------------------------------------------------
22163 r13974 | dionoea | 2006-01-22 01:09:06 +0100 (Sun, 22 Jan 2006) | 8 lines
22164 Changed paths:
22165    M /trunk/modules/control/http/rpn.c
22166
22167 new "vlm_cmd" (or "vlm_command") rpn function.
22168
22169 Since vlm commands are often full of spaces, you need to use the ";"
22170 command delimiter to mark the end of a command.
22171
22172 For example : <vlc id="rpn" param1="; broadcast name new vlm_cmd" />
22173
22174
22175 ------------------------------------------------------------------------
22176 r13973 | hartman | 2006-01-22 00:33:56 +0100 (Sun, 22 Jan 2006) | 2 lines
22177 Changed paths:
22178    M /trunk/modules/codec/quicktime.c
22179
22180 * Compile fix
22181
22182 ------------------------------------------------------------------------
22183 r13972 | hartman | 2006-01-22 00:05:00 +0100 (Sun, 22 Jan 2006) | 2 lines
22184 Changed paths:
22185    M /trunk/modules/codec/quicktime.c
22186
22187 * Some cleanup to the QT decoder. Still doesn't function. 
22188
22189 ------------------------------------------------------------------------
22190 r13971 | dionoea | 2006-01-21 23:05:31 +0100 (Sat, 21 Jan 2006) | 2 lines
22191 Changed paths:
22192    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
22193
22194 this looks better (thanks to Dnumgis for noticing)
22195
22196 ------------------------------------------------------------------------
22197 r13970 | hartman | 2006-01-21 22:29:07 +0100 (Sat, 21 Jan 2006) | 3 lines
22198 Changed paths:
22199    M /trunk/modules/audio_output/auhal.c
22200
22201 * workaround for device drivers that do not support "kAudioDevicePropertyPreferredChannelLayout".
22202   Grmbl @ Digidesign coders...
22203
22204 ------------------------------------------------------------------------
22205 r13969 | dionoea | 2006-01-21 21:46:09 +0100 (Sat, 21 Jan 2006) | 2 lines
22206 Changed paths:
22207    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
22208
22209 looks nicer this way
22210
22211 ------------------------------------------------------------------------
22212 r13968 | hartman | 2006-01-21 21:38:05 +0100 (Sat, 21 Jan 2006) | 2 lines
22213 Changed paths:
22214    M /trunk/modules/demux/vobsub.c
22215
22216 * One more fix for vobsubs with negative times
22217
22218 ------------------------------------------------------------------------
22219 r13967 | dionoea | 2006-01-21 21:30:57 +0100 (Sat, 21 Jan 2006) | 2 lines
22220 Changed paths:
22221    M /trunk/doc/fortunes.txt
22222
22223 Fortune !
22224
22225 ------------------------------------------------------------------------
22226 r13966 | zorglub | 2006-01-21 18:59:14 +0100 (Sat, 21 Jan 2006) | 2 lines
22227 Changed paths:
22228    M /trunk/src/libvlc.h
22229    M /trunk/src/playlist/item-ext.c
22230
22231 Add an "auto-preparse" option (default TRUE) - Refs:#192
22232
22233 ------------------------------------------------------------------------
22234 r13965 | courmisch | 2006-01-21 18:55:45 +0100 (Sat, 21 Jan 2006) | 2 lines
22235 Changed paths:
22236    M /trunk/modules/gui/wxwidgets/interface.cpp
22237
22238 Ugly bug-to-bug fix for wxWidgets drag'n'drop (closes #507)
22239
22240 ------------------------------------------------------------------------
22241 r13964 | zorglub | 2006-01-21 18:54:02 +0100 (Sat, 21 Jan 2006) | 2 lines
22242 Changed paths:
22243    M /trunk/src/playlist/playlist.c
22244
22245 Don't bother creating an input thread for non-file 
22246
22247 ------------------------------------------------------------------------
22248 r13963 | zorglub | 2006-01-21 18:50:55 +0100 (Sat, 21 Jan 2006) | 2 lines
22249 Changed paths:
22250    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
22251
22252 Don't preparse if we are about to play - Refs:#192
22253
22254 ------------------------------------------------------------------------
22255 r13962 | zorglub | 2006-01-21 18:44:07 +0100 (Sat, 21 Jan 2006) | 2 lines
22256 Changed paths:
22257    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
22258    M /trunk/modules/gui/wxwidgets/dialogs.cpp
22259    M /trunk/src/network/httpd.c
22260    M /trunk/src/playlist/item-ext.c
22261
22262 Preparse items added through the directory access or directly to the interface (Refs:#192)
22263
22264 ------------------------------------------------------------------------
22265 r13961 | sam | 2006-01-21 17:49:53 +0100 (Sat, 21 Jan 2006) | 3 lines
22266 Changed paths:
22267    M /trunk/modules/codec/spudec/parse.c
22268    M /trunk/modules/codec/spudec/spudec.c
22269    M /trunk/modules/codec/spudec/spudec.h
22270
22271   * modules/codec/spudec: fixed various (innocuous) buffer overflows and
22272     paved the way for private SPU commands.
22273
22274 ------------------------------------------------------------------------
22275 r13960 | zorglub | 2006-01-21 17:44:36 +0100 (Sat, 21 Jan 2006) | 5 lines
22276 Changed paths:
22277    M /trunk/include/vlc/vlc.h
22278    M /trunk/include/vlc_playlist.h
22279    M /trunk/modules/access/directory.c
22280    M /trunk/src/playlist/playlist.c
22281
22282 Enqueue the item ID instead of pointer for preparse
22283 Add a PLAYLIST_PREPARSE flag to tell that the item must be enqueued for preparse on add (not implemented yet).
22284
22285 Refs:#192
22286
22287 ------------------------------------------------------------------------
22288 r13959 | zorglub | 2006-01-21 17:37:34 +0100 (Sat, 21 Jan 2006) | 2 lines
22289 Changed paths:
22290    M /trunk/src/playlist/item.c
22291
22292 Don't block item name (Closes:#506)
22293
22294 ------------------------------------------------------------------------
22295 r13958 | zorglub | 2006-01-21 15:14:36 +0100 (Sat, 21 Jan 2006) | 2 lines
22296 Changed paths:
22297    M /trunk/include/aout_internal.h
22298    M /trunk/include/vlc_messages.h
22299    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
22300    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
22301    M /trunk/src/audio_output/dec.c
22302    M /trunk/src/audio_output/input.c
22303    M /trunk/src/audio_output/mixer.c
22304    M /trunk/src/input/input.c
22305    M /trunk/src/misc/stats.c
22306    M /trunk/src/playlist/playlist.c
22307
22308 Audio - Refs:#473
22309
22310 ------------------------------------------------------------------------
22311 r13957 | zorglub | 2006-01-21 14:49:42 +0100 (Sat, 21 Jan 2006) | 2 lines
22312 Changed paths:
22313    M /trunk/modules/gui/skins2/unzip/unzip.c
22314
22315 Get rid of warning
22316
22317 ------------------------------------------------------------------------
22318 r13956 | xtophe | 2006-01-21 00:37:23 +0100 (Sat, 21 Jan 2006) | 2 lines
22319 Changed paths:
22320    M /trunk/INSTALL.win32
22321
22322 Install.win32: Add path for pkg-config
22323
22324 ------------------------------------------------------------------------
22325 r13955 | xtophe | 2006-01-20 19:50:48 +0100 (Fri, 20 Jan 2006) | 2 lines
22326 Changed paths:
22327    M /trunk/configure.ac
22328
22329 Fix X includes detection.
22330
22331 ------------------------------------------------------------------------
22332 r13954 | oaubert | 2006-01-20 12:59:13 +0100 (Fri, 20 Jan 2006) | 2 lines
22333 Changed paths:
22334    M /trunk/modules/misc/svg.c
22335
22336 svg.c: use conditional includes for system includes (unistd.h, stat.h, types.h)
22337
22338 ------------------------------------------------------------------------
22339 r13953 | damienf | 2006-01-20 01:31:44 +0100 (Fri, 20 Jan 2006) | 2 lines
22340 Changed paths:
22341    M /trunk/extras/MacOSX/plugin/Info.plist
22342    M /trunk/mozilla/Makefile.am
22343
22344 all: updated mozilla MacOS X bundle, Safari can 'see' it now (didn't run it though)
22345
22346 ------------------------------------------------------------------------
22347 r13952 | hartman | 2006-01-19 17:10:14 +0100 (Thu, 19 Jan 2006) | 2 lines
22348 Changed paths:
22349    M /trunk/modules/audio_output/auhal.c
22350
22351 * auhal.c: Another workaround for devices not supporting hogmode
22352
22353 ------------------------------------------------------------------------
22354 r13951 | sigmunau | 2006-01-19 13:47:08 +0100 (Thu, 19 Jan 2006) | 2 lines
22355 Changed paths:
22356    M /trunk/modules/access/dvb/linux_dvb.c
22357
22358 linux_dvb.c: output "Tuning failed" in dvb status page rather than nothing when we have no lock
22359
22360 ------------------------------------------------------------------------
22361 r13950 | xtophe | 2006-01-19 10:01:34 +0100 (Thu, 19 Jan 2006) | 2 lines
22362 Changed paths:
22363    M /trunk/configure.ac
22364
22365 Oops. I shall read the diff before commiting
22366
22367 ------------------------------------------------------------------------
22368 r13949 | xtophe | 2006-01-19 01:01:17 +0100 (Thu, 19 Jan 2006) | 2 lines
22369 Changed paths:
22370    M /trunk/configure.ac
22371
22372 configure.ac: Try harder to find the X headers and libs.
22373
22374 ------------------------------------------------------------------------
22375 r13948 | xtophe | 2006-01-18 13:08:03 +0100 (Wed, 18 Jan 2006) | 2 lines
22376 Changed paths:
22377    M /trunk/include/vlc_interaction.h
22378    M /trunk/src/interface/interaction.c
22379    M /trunk/src/misc/stats.c
22380
22381 Copyright dates and svn properties
22382
22383 ------------------------------------------------------------------------
22384 r13947 | hartman | 2006-01-18 02:39:30 +0100 (Wed, 18 Jan 2006) | 2 lines
22385 Changed paths:
22386    M /trunk/modules/audio_output/auhal.c
22387
22388 * auhal.c: Some drivers don't support hogmode. Don't fail entirely if this is the case.
22389
22390 ------------------------------------------------------------------------
22391 r13946 | damienf | 2006-01-17 16:38:42 +0100 (Tue, 17 Jan 2006) | 3 lines
22392 Changed paths:
22393    M /trunk/activex/README.TXT
22394
22395 README.TXT: updated documentation
22396
22397
22398 ------------------------------------------------------------------------
22399 r13945 | oaubert | 2006-01-17 12:58:26 +0100 (Tue, 17 Jan 2006) | 2 lines
22400 Changed paths:
22401    M /trunk/include/mediacontrol_internal.h
22402
22403 mediacontrol_internal.h: oops. Superfluous typedef (defined in vlc/mediacontrol.h)
22404
22405 ------------------------------------------------------------------------
22406 r13944 | oaubert | 2006-01-17 11:26:59 +0100 (Tue, 17 Jan 2006) | 2 lines
22407 Changed paths:
22408    M /trunk/include/mediacontrol_internal.h
22409    M /trunk/include/vlc/mediacontrol.h
22410
22411 mediacontrol API: proper fix for mediacontrol_Instance forward declaration
22412
22413 ------------------------------------------------------------------------
22414 r13943 | damienf | 2006-01-17 11:19:03 +0100 (Tue, 17 Jan 2006) | 7 lines
22415 Changed paths:
22416    M /trunk/modules/access/dshow/dshow.cpp
22417
22418 dshow.cpp: Removed default preferred media types (I420) as it was reported by Paul Sokolovsky to cause kernel crashes
22419            with some buggy drivers. I added these media types a while back to get around another bug for drivers that
22420            didn't offer any preferred media types.
22421            Hopefully, the latter bug should be indirectly fixed when I added support for IAMStreamConfig.
22422            Moreover, I modified the selection of a default format in IAMStreamConfig to take
22423            GetFourCCPriority into a account.
22424
22425 ------------------------------------------------------------------------
22426 r13942 | jpsaman | 2006-01-16 22:32:56 +0100 (Mon, 16 Jan 2006) | 1 line
22427 Changed paths:
22428    M /trunk/modules/stream_out/transcode.c
22429
22430 Whitespace cleanup
22431 ------------------------------------------------------------------------
22432 r13941 | hartman | 2006-01-16 21:22:40 +0100 (Mon, 16 Jan 2006) | 2 lines
22433 Changed paths:
22434    M /trunk/modules/access/rtsp/access.c
22435
22436 * Real RTSP sometimes uses pnm://
22437
22438 ------------------------------------------------------------------------
22439 r13940 | damienf | 2006-01-16 20:44:18 +0100 (Mon, 16 Jan 2006) | 2 lines
22440 Changed paths:
22441    M /trunk/mozilla/Makefile.am
22442
22443 Makefile.am: thou shalt test thy changes (self flagellation in progress)
22444
22445 ------------------------------------------------------------------------
22446 r13939 | jpsaman | 2006-01-16 20:01:58 +0100 (Mon, 16 Jan 2006) | 1 line
22447 Changed paths:
22448    M /trunk/src/control/mediacontrol_core.c
22449
22450 Codingstyle fixes
22451 ------------------------------------------------------------------------
22452 r13938 | jpsaman | 2006-01-16 20:01:24 +0100 (Mon, 16 Jan 2006) | 1 line
22453 Changed paths:
22454    M /trunk/include/vlc_symbols.h
22455
22456 Define vlc_curent_object in include/vlc_objects.h
22457 ------------------------------------------------------------------------
22458 r13937 | jpsaman | 2006-01-16 20:00:22 +0100 (Mon, 16 Jan 2006) | 1 line
22459 Changed paths:
22460    M /trunk/extras/zsh.cpp
22461    M /trunk/include/vlc_objects.h
22462    M /trunk/src/control/core.c
22463
22464 Define vlc_curent_object in include/vlc_objects.h
22465 ------------------------------------------------------------------------
22466 r13936 | jpsaman | 2006-01-16 19:58:15 +0100 (Mon, 16 Jan 2006) | 1 line
22467 Changed paths:
22468    M /trunk/include/mediacontrol_internal.h
22469    M /trunk/include/vlc/mediacontrol.h
22470
22471 Define mediacontrol_Instance in the right place
22472 ------------------------------------------------------------------------
22473 r13935 | jpsaman | 2006-01-16 19:50:48 +0100 (Mon, 16 Jan 2006) | 1 line
22474 Changed paths:
22475    M /trunk/src/control/mediacontrol_audio_video.c
22476
22477 Indentation and coding style fixes
22478 ------------------------------------------------------------------------
22479 r13934 | jpsaman | 2006-01-16 19:03:14 +0100 (Mon, 16 Jan 2006) | 1 line
22480 Changed paths:
22481    M /trunk/include/vlc/libvlc.h
22482
22483 Define libvlc_exception_raise() in the proper place
22484 ------------------------------------------------------------------------
22485 r13933 | damienf | 2006-01-16 19:01:38 +0100 (Mon, 16 Jan 2006) | 2 lines
22486 Changed paths:
22487    M /trunk/mozilla/Makefile.am
22488
22489 Makefile.am: should fix compilation (or non-compilation) on all platforms
22490
22491 ------------------------------------------------------------------------
22492 r13932 | jpsaman | 2006-01-16 18:49:34 +0100 (Mon, 16 Jan 2006) | 1 line
22493 Changed paths:
22494    M /trunk/modules/gui/skins2/x11/x11_popup.cpp
22495
22496 Compiler warning about a missing return statement in a non-void function.
22497 ------------------------------------------------------------------------
22498 r13931 | jpsaman | 2006-01-16 18:48:33 +0100 (Mon, 16 Jan 2006) | 1 line
22499 Changed paths:
22500    M /trunk/modules/gui/skins2/unzip/unzip.c
22501
22502 Use brackets to avoid ambiguos else
22503 ------------------------------------------------------------------------
22504 r13930 | jpsaman | 2006-01-16 18:45:11 +0100 (Mon, 16 Jan 2006) | 1 line
22505 Changed paths:
22506    M /trunk/src/video_output/vout_intf.c
22507
22508 Fix identation
22509 ------------------------------------------------------------------------
22510 r13929 | jpsaman | 2006-01-16 18:44:38 +0100 (Mon, 16 Jan 2006) | 1 line
22511 Changed paths:
22512    M /trunk/src/control/playlist.c
22513
22514 return NULL properly in libvlc_playlist_get_input()
22515 ------------------------------------------------------------------------
22516 r13928 | jpsaman | 2006-01-16 18:42:57 +0100 (Mon, 16 Jan 2006) | 1 line
22517 Changed paths:
22518    M /trunk/src/input/input.c
22519
22520 Fix segmentation fault in core and use of non-initialised variable compiler warning.
22521 ------------------------------------------------------------------------
22522 r13927 | damienf | 2006-01-16 17:56:40 +0100 (Mon, 16 Jan 2006) | 2 lines
22523 Changed paths:
22524    M /trunk/mozilla/Makefile.am
22525
22526 hopefully, this will fix previous commit
22527
22528 ------------------------------------------------------------------------
22529 r13926 | damienf | 2006-01-16 17:35:19 +0100 (Mon, 16 Jan 2006) | 2 lines
22530 Changed paths:
22531    M /trunk/mozilla/Makefile.am
22532    M /trunk/mozilla/vlcshell.cpp
22533
22534 all: fixed mozilla plugin compilation for MacOS X
22535
22536 ------------------------------------------------------------------------
22537 r13925 | xtophe | 2006-01-16 16:45:07 +0100 (Mon, 16 Jan 2006) | 2 lines
22538 Changed paths:
22539    M /trunk/po/ka.po
22540
22541 Fix
22542
22543 ------------------------------------------------------------------------
22544 r13924 | hartman | 2006-01-16 15:37:46 +0100 (Mon, 16 Jan 2006) | 2 lines
22545 Changed paths:
22546    M /trunk/extras/contrib/src/Makefile
22547
22548 * stupid tabs in Makefiles....
22549
22550 ------------------------------------------------------------------------
22551 r13923 | xtophe | 2006-01-16 15:37:08 +0100 (Mon, 16 Jan 2006) | 2 lines
22552 Changed paths:
22553    M /trunk/po/ka.po
22554
22555 Update of the Georgian localization. Thanks to Alexander Didebulidze
22556
22557 ------------------------------------------------------------------------
22558 r13922 | hartman | 2006-01-16 15:33:06 +0100 (Mon, 16 Jan 2006) | 2 lines
22559 Changed paths:
22560    M /trunk/extras/contrib/src/Makefile
22561
22562 * Add a dummy .dvdread entry to trigger the INSTALL_NAME script on OSX.
22563
22564 ------------------------------------------------------------------------
22565 r13921 | hartman | 2006-01-16 02:54:55 +0100 (Mon, 16 Jan 2006) | 7 lines
22566 Changed paths:
22567    M /trunk/modules/demux/vobsub.c
22568
22569 modules/demux/vobsub.c:
22570 * add support for negative timestamps
22571 * add support for the delay parameter
22572 * add support for reading the DVD palette of vobsubs
22573 * free the used memory when we close the vobsubs
22574
22575
22576 ------------------------------------------------------------------------
22577 r13920 | zorglub | 2006-01-15 23:21:21 +0100 (Sun, 15 Jan 2006) | 2 lines
22578 Changed paths:
22579    M /trunk/src/misc/stats.c
22580
22581 Fix
22582
22583 ------------------------------------------------------------------------
22584 r13919 | zorglub | 2006-01-15 23:10:41 +0100 (Sun, 15 Jan 2006) | 2 lines
22585 Changed paths:
22586    M /trunk/include/vlc_messages.h
22587    M /trunk/include/vlc_symbols.h
22588    M /trunk/src/libvlc.c
22589    M /trunk/src/misc/stats.c
22590    M /trunk/src/misc/vlm.c
22591
22592 Fix some memleaks
22593
22594 ------------------------------------------------------------------------
22595 r13918 | hartman | 2006-01-15 21:52:30 +0100 (Sun, 15 Jan 2006) | 2 lines
22596 Changed paths:
22597    M /trunk/src/input/subtitles.c
22598
22599 * Fix free of the directory listing of the subtitle scan.
22600
22601 ------------------------------------------------------------------------
22602 r13917 | zorglub | 2006-01-15 21:33:26 +0100 (Sun, 15 Jan 2006) | 2 lines
22603 Changed paths:
22604    M /trunk/src/misc/objects.c
22605
22606 Free
22607
22608 ------------------------------------------------------------------------
22609 r13916 | zorglub | 2006-01-15 21:29:38 +0100 (Sun, 15 Jan 2006) | 4 lines
22610 Changed paths:
22611    M /trunk/include/vlc_common.h
22612    M /trunk/include/vlc_input.h
22613    M /trunk/include/vlc_messages.h
22614    M /trunk/include/vlc_symbols.h
22615    M /trunk/src/input/input.c
22616    M /trunk/src/misc/messages.c
22617    M /trunk/src/misc/objects.c
22618    M /trunk/src/misc/vlm.c
22619
22620 Add ability to prepend headers to messages (object-specific) and use it for VLM media (Closes:#496)
22621
22622 To use it, put a string in p_object->psz_header, all messages from this object and its parent will have the header prepended
22623
22624 ------------------------------------------------------------------------
22625 r13915 | zorglub | 2006-01-15 20:04:43 +0100 (Sun, 15 Jan 2006) | 2 lines
22626 Changed paths:
22627    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
22628    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
22629    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
22630    M /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
22631
22632 Layout stuff
22633
22634 ------------------------------------------------------------------------
22635 r13914 | zorglub | 2006-01-15 19:13:34 +0100 (Sun, 15 Jan 2006) | 3 lines
22636 Changed paths:
22637    M /trunk/src/input/input.c
22638    M /trunk/src/misc/stats.c
22639
22640 Fix calculation for demux bitrate (Refs:#473)
22641
22642
22643 ------------------------------------------------------------------------
22644 r13913 | zorglub | 2006-01-15 18:30:45 +0100 (Sun, 15 Jan 2006) | 2 lines
22645 Changed paths:
22646    M /trunk/include/vlc_messages.h
22647    M /trunk/include/vlc_symbols.h
22648    M /trunk/modules/gui/wxwidgets/Modules.am
22649    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
22650    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
22651    A /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
22652    A /trunk/modules/gui/wxwidgets/dialogs/infopanels.hpp
22653    M /trunk/modules/gui/wxwidgets/dialogs.cpp
22654    M /trunk/src/input/decoder.c
22655    M /trunk/src/input/es_out.c
22656    M /trunk/src/input/input.c
22657    M /trunk/src/misc/stats.c
22658    M /trunk/src/playlist/playlist.c
22659
22660 Show stats in interface (Refs:#473)
22661
22662 ------------------------------------------------------------------------
22663 r13912 | damienf | 2006-01-14 21:03:43 +0100 (Sat, 14 Jan 2006) | 2 lines
22664 Changed paths:
22665    M /trunk/extras/contrib/src/Patches/ffmpeg-cvs.patch
22666
22667 updated patch for latest CVS
22668
22669 ------------------------------------------------------------------------
22670 r13911 | xtophe | 2006-01-14 13:37:19 +0100 (Sat, 14 Jan 2006) | 2 lines
22671 Changed paths:
22672    M /trunk/src/libvlc.h
22673
22674 Inversion
22675
22676 ------------------------------------------------------------------------
22677 r13910 | zorglub | 2006-01-14 11:57:44 +0100 (Sat, 14 Jan 2006) | 2 lines
22678 Changed paths:
22679    M /trunk/include/main.h
22680    M /trunk/src/libvlc.c
22681    M /trunk/src/libvlc.h
22682    M /trunk/src/misc/stats.c
22683    M /trunk/src/playlist/playlist.c
22684
22685 Add an option to disable stats (Refs:#473)
22686
22687 ------------------------------------------------------------------------
22688 r13909 | jpsaman | 2006-01-14 10:36:16 +0100 (Sat, 14 Jan 2006) | 1 line
22689 Changed paths:
22690    M /trunk/modules/access/dshow/common.h
22691    M /trunk/modules/access/dshow/dshow.cpp
22692
22693 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.
22694 ------------------------------------------------------------------------
22695 r13908 | hartman | 2006-01-14 01:03:13 +0100 (Sat, 14 Jan 2006) | 4 lines
22696 Changed paths:
22697    M /trunk/modules/codec/subsdec.c
22698    M /trunk/src/input/stream.c
22699
22700 * Revert the Default charset encoding back to ISO-8859-1
22701   No longer use the charset of the OS. OS X is UTF-8 for instance, but most subs are simply in Latin-1.
22702 * In case we did BOM detection with stream_ReadLine, set subsdec-encoding to UTF-8 automatically.
22703
22704 ------------------------------------------------------------------------
22705 r13907 | zorglub | 2006-01-14 00:01:34 +0100 (Sat, 14 Jan 2006) | 2 lines
22706 Changed paths:
22707    M /trunk/src/misc/stats.c
22708
22709 Fix stats crash
22710
22711 ------------------------------------------------------------------------
22712 r13906 | courmisch | 2006-01-13 13:16:06 +0100 (Fri, 13 Jan 2006) | 2 lines
22713 Changed paths:
22714    M /trunk/modules/access/vcdx/Modules.am
22715    M /trunk/po/POTFILES.in
22716
22717 Partial distcheck fix
22718
22719 ------------------------------------------------------------------------
22720 r13905 | dionoea | 2006-01-13 00:10:04 +0100 (Fri, 13 Jan 2006) | 2 lines
22721 Changed paths:
22722    M /trunk/activex/axvlc.idl
22723    M /trunk/activex/connectioncontainer.cpp
22724    M /trunk/activex/connectioncontainer.h
22725    M /trunk/activex/dataobject.cpp
22726    M /trunk/activex/dataobject.h
22727    M /trunk/activex/main.cpp
22728    M /trunk/activex/objectsafety.cpp
22729    M /trunk/activex/objectsafety.h
22730    M /trunk/activex/olecontrol.cpp
22731    M /trunk/activex/olecontrol.h
22732    M /trunk/activex/oleinplaceactiveobject.cpp
22733    M /trunk/activex/oleinplaceactiveobject.h
22734    M /trunk/activex/oleinplaceobject.cpp
22735    M /trunk/activex/oleinplaceobject.h
22736    M /trunk/activex/oleobject.cpp
22737    M /trunk/activex/oleobject.h
22738    M /trunk/activex/persistpropbag.cpp
22739    M /trunk/activex/persistpropbag.h
22740    M /trunk/activex/persiststorage.cpp
22741    M /trunk/activex/persiststorage.h
22742    M /trunk/activex/persiststreaminit.cpp
22743    M /trunk/activex/persiststreaminit.h
22744    M /trunk/activex/plugin.cpp
22745    M /trunk/activex/plugin.h
22746    M /trunk/activex/provideclassinfo.cpp
22747    M /trunk/activex/provideclassinfo.h
22748    M /trunk/activex/utils.cpp
22749    M /trunk/activex/utils.h
22750    M /trunk/activex/viewobject.cpp
22751    M /trunk/activex/viewobject.h
22752    M /trunk/activex/vlccontrol.cpp
22753    M /trunk/activex/vlccontrol.h
22754    M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
22755    M /trunk/bindings/java/org/videolan/jvlc/JVLCBoolVariable.java
22756    M /trunk/bindings/java/org/videolan/jvlc/JVLCFloatVariable.java
22757    M /trunk/bindings/java/org/videolan/jvlc/JVLCIntVariable.java
22758    M /trunk/bindings/java/org/videolan/jvlc/JVLCStringVariable.java
22759    M /trunk/bindings/java/org/videolan/jvlc/JVLCTimeVariable.java
22760    M /trunk/bindings/java/org/videolan/jvlc/JVLCVarValue.java
22761    M /trunk/bindings/java/org/videolan/jvlc/JVLCVarVariable.java
22762    M /trunk/bindings/java/org/videolan/jvlc/JVLCVariable.java
22763    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControl.java
22764    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlException.java
22765    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlInstance.java
22766    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPlaylistSeq.java
22767    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPosition.java
22768    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPositionKeyEnum.java
22769    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPositionOrigin.java
22770    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlPositionOriginEnum.java
22771    M /trunk/bindings/java/org/videolan/jvlc/mediacontrol/MediaControlRGBPicture.java
22772    M /trunk/bindings/java/vlc-glue-cni.cc
22773    M /trunk/bindings/java/vlc-glue-jni.cc
22774    M /trunk/bindings/java/vlc-graphics-jni.cc
22775    M /trunk/bindings/java-gcj/JVLC.java
22776    M /trunk/bindings/python/vlcglue.c
22777    M /trunk/bindings/python/vlcglue.h
22778    M /trunk/evc/modules_builtin_evc.h
22779    M /trunk/extras/contrib/Makefile
22780    M /trunk/extras/contrib/bootstrap
22781    M /trunk/extras/contrib/change_prefix.sh
22782    M /trunk/extras/contrib/src/Makefile
22783    M /trunk/extras/contrib/src/packages.mak
22784    M /trunk/extras/zsh.cpp
22785    M /trunk/include/aout_internal.h
22786    M /trunk/include/audio_output.h
22787    M /trunk/include/beos_specific.h
22788    M /trunk/include/charset.h
22789    M /trunk/include/codecs.h
22790    M /trunk/include/configuration.h
22791    M /trunk/include/darwin_specific.h
22792    M /trunk/include/intf_eject.h
22793    M /trunk/include/iso_lang.h
22794    M /trunk/include/libvlc_internal.h
22795    M /trunk/include/main.h
22796    M /trunk/include/mediacontrol_internal.h
22797    M /trunk/include/modules.h
22798    M /trunk/include/modules_inner.h
22799    M /trunk/include/mtime.h
22800    M /trunk/include/network.h
22801    M /trunk/include/os_specific.h
22802    M /trunk/include/stream_output.h
22803    M /trunk/include/variables.h
22804    M /trunk/include/video_output.h
22805    M /trunk/include/vlc/aout.h
22806    M /trunk/include/vlc/decoder.h
22807    M /trunk/include/vlc/input.h
22808    M /trunk/include/vlc/intf.h
22809    M /trunk/include/vlc/libvlc.h
22810    M /trunk/include/vlc/mediacontrol.h
22811    M /trunk/include/vlc/mediacontrol_structures.h
22812    M /trunk/include/vlc/sout.h
22813    M /trunk/include/vlc/vlc.h
22814    M /trunk/include/vlc/vout.h
22815    M /trunk/include/vlc_access.h
22816    M /trunk/include/vlc_acl.h
22817    M /trunk/include/vlc_bits.h
22818    M /trunk/include/vlc_block.h
22819    M /trunk/include/vlc_block_helper.h
22820    M /trunk/include/vlc_codec.h
22821    M /trunk/include/vlc_common.h
22822    M /trunk/include/vlc_config.h
22823    M /trunk/include/vlc_config_cat.h
22824    M /trunk/include/vlc_cpu.h
22825    M /trunk/include/vlc_demux.h
22826    M /trunk/include/vlc_error.h
22827    M /trunk/include/vlc_es.h
22828    M /trunk/include/vlc_es_out.h
22829    M /trunk/include/vlc_filter.h
22830    M /trunk/include/vlc_httpd.h
22831    M /trunk/include/vlc_image.h
22832    M /trunk/include/vlc_input.h
22833    M /trunk/include/vlc_interaction.h
22834    M /trunk/include/vlc_interface.h
22835    M /trunk/include/vlc_keys.h
22836    M /trunk/include/vlc_md5.h
22837    M /trunk/include/vlc_messages.h
22838    M /trunk/include/vlc_meta.h
22839    M /trunk/include/vlc_objects.h
22840    M /trunk/include/vlc_osd.h
22841    M /trunk/include/vlc_playlist.h
22842    M /trunk/include/vlc_spu.h
22843    M /trunk/include/vlc_stream.h
22844    M /trunk/include/vlc_threads.h
22845    M /trunk/include/vlc_threads_funcs.h
22846    M /trunk/include/vlc_tls.h
22847    M /trunk/include/vlc_video.h
22848    M /trunk/include/vlc_vlm.h
22849    M /trunk/include/vlc_vod.h
22850    M /trunk/include/vlc_xml.h
22851    M /trunk/include/vout_synchro.h
22852    M /trunk/include/win32_specific.h
22853    M /trunk/modules/access/cdda/access.c
22854    M /trunk/modules/access/cdda/access.h
22855    M /trunk/modules/access/cdda/callback.c
22856    M /trunk/modules/access/cdda/callback.h
22857    M /trunk/modules/access/cdda/cdda.c
22858    M /trunk/modules/access/cdda/cdda.h
22859    M /trunk/modules/access/cdda/info.c
22860    M /trunk/modules/access/cdda/info.h
22861    M /trunk/modules/access/cdda.c
22862    M /trunk/modules/access/directory.c
22863    M /trunk/modules/access/dshow/common.h
22864    M /trunk/modules/access/dshow/crossbar.cpp
22865    M /trunk/modules/access/dshow/dshow.cpp
22866    M /trunk/modules/access/dshow/filter.cpp
22867    M /trunk/modules/access/dshow/filter.h
22868    M /trunk/modules/access/dv.c
22869    M /trunk/modules/access/dvb/access.c
22870    M /trunk/modules/access/dvb/http.c
22871    M /trunk/modules/access/dvdnav.c
22872    M /trunk/modules/access/dvdread.c
22873    M /trunk/modules/access/fake.c
22874    M /trunk/modules/access/file.c
22875    M /trunk/modules/access/ftp.c
22876    M /trunk/modules/access/gnomevfs.c
22877    M /trunk/modules/access/http.c
22878    M /trunk/modules/access/mms/asf.c
22879    M /trunk/modules/access/mms/asf.h
22880    M /trunk/modules/access/mms/buffer.c
22881    M /trunk/modules/access/mms/buffer.h
22882    M /trunk/modules/access/mms/mms.c
22883    M /trunk/modules/access/mms/mms.h
22884    M /trunk/modules/access/mms/mmsh.c
22885    M /trunk/modules/access/mms/mmsh.h
22886    M /trunk/modules/access/mms/mmstu.c
22887    M /trunk/modules/access/mms/mmstu.h
22888    M /trunk/modules/access/pvr/pvr.c
22889    M /trunk/modules/access/rtsp/access.c
22890    M /trunk/modules/access/rtsp/real.c
22891    M /trunk/modules/access/rtsp/real.h
22892    M /trunk/modules/access/rtsp/real_rmff.c
22893    M /trunk/modules/access/rtsp/real_rmff.h
22894    M /trunk/modules/access/rtsp/real_sdpplin.h
22895    M /trunk/modules/access/rtsp/rtsp.c
22896    M /trunk/modules/access/rtsp/rtsp.h
22897    M /trunk/modules/access/screen/beos.cpp
22898    M /trunk/modules/access/screen/mac.c
22899    M /trunk/modules/access/screen/screen.c
22900    M /trunk/modules/access/screen/screen.h
22901    M /trunk/modules/access/screen/win32.c
22902    M /trunk/modules/access/screen/x11.c
22903    M /trunk/modules/access/smb.c
22904    M /trunk/modules/access/tcp.c
22905    M /trunk/modules/access/udp.c
22906    M /trunk/modules/access/v4l/v4l.c
22907    M /trunk/modules/access/v4l/videodev_mjpeg.h
22908    M /trunk/modules/access/vcd/cdrom.c
22909    M /trunk/modules/access/vcd/cdrom.h
22910    M /trunk/modules/access/vcd/cdrom_internals.h
22911    M /trunk/modules/access/vcd/vcd.c
22912    M /trunk/modules/access/vcdx/access.c
22913    M /trunk/modules/access/vcdx/demux.c
22914    M /trunk/modules/access/vcdx/info.c
22915    M /trunk/modules/access/vcdx/info.h
22916    M /trunk/modules/access/vcdx/intf.c
22917    M /trunk/modules/access/vcdx/intf.h
22918    M /trunk/modules/access/vcdx/vcd.c
22919    M /trunk/modules/access/vcdx/vcd.h
22920    M /trunk/modules/access/vcdx/vcdplayer.c
22921    M /trunk/modules/access/vcdx/vcdplayer.h
22922    M /trunk/modules/access_filter/record.c
22923    M /trunk/modules/access_filter/timeshift.c
22924    M /trunk/modules/access_output/bonjour.c
22925    M /trunk/modules/access_output/bonjour.h
22926    M /trunk/modules/access_output/dummy.c
22927    M /trunk/modules/access_output/file.c
22928    M /trunk/modules/access_output/http.c
22929    M /trunk/modules/access_output/shout.c
22930    M /trunk/modules/access_output/udp.c
22931    M /trunk/modules/audio_filter/channel_mixer/dolby.c
22932    M /trunk/modules/audio_filter/channel_mixer/headphone.c
22933    M /trunk/modules/audio_filter/channel_mixer/simple.c
22934    M /trunk/modules/audio_filter/channel_mixer/trivial.c
22935    M /trunk/modules/audio_filter/converter/a52tofloat32.c
22936    M /trunk/modules/audio_filter/converter/a52tospdif.c
22937    M /trunk/modules/audio_filter/converter/dtstofloat32.c
22938    M /trunk/modules/audio_filter/converter/dtstospdif.c
22939    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
22940    M /trunk/modules/audio_filter/converter/fixed32tos16.c
22941    M /trunk/modules/audio_filter/converter/float32tos16.c
22942    M /trunk/modules/audio_filter/converter/float32tos8.c
22943    M /trunk/modules/audio_filter/converter/float32tou16.c
22944    M /trunk/modules/audio_filter/converter/float32tou8.c
22945    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
22946    M /trunk/modules/audio_filter/converter/s16tofixed32.c
22947    M /trunk/modules/audio_filter/converter/s16tofloat32.c
22948    M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
22949    M /trunk/modules/audio_filter/converter/s8tofloat32.c
22950    M /trunk/modules/audio_filter/converter/u8tofixed32.c
22951    M /trunk/modules/audio_filter/converter/u8tofloat32.c
22952    M /trunk/modules/audio_filter/equalizer.c
22953    M /trunk/modules/audio_filter/equalizer_presets.h
22954    M /trunk/modules/audio_filter/format.c
22955    M /trunk/modules/audio_filter/normvol.c
22956    M /trunk/modules/audio_filter/resampler/bandlimited.c
22957    M /trunk/modules/audio_filter/resampler/bandlimited.h
22958    M /trunk/modules/audio_filter/resampler/linear.c
22959    M /trunk/modules/audio_filter/resampler/trivial.c
22960    M /trunk/modules/audio_filter/resampler/ugly.c
22961    M /trunk/modules/audio_mixer/float32.c
22962    M /trunk/modules/audio_mixer/spdif.c
22963    M /trunk/modules/audio_mixer/trivial.c
22964    M /trunk/modules/audio_output/alsa.c
22965    M /trunk/modules/audio_output/arts.c
22966    M /trunk/modules/audio_output/auhal.c
22967    M /trunk/modules/audio_output/directx.c
22968    M /trunk/modules/audio_output/esd.c
22969    M /trunk/modules/audio_output/file.c
22970    M /trunk/modules/audio_output/hd1000a.cpp
22971    M /trunk/modules/audio_output/jack.c
22972    M /trunk/modules/audio_output/oss.c
22973    M /trunk/modules/audio_output/portaudio.c
22974    M /trunk/modules/audio_output/sdl.c
22975    M /trunk/modules/audio_output/waveout.c
22976    M /trunk/modules/codec/a52.c
22977    M /trunk/modules/codec/adpcm.c
22978    M /trunk/modules/codec/araw.c
22979    M /trunk/modules/codec/cinepak.c
22980    M /trunk/modules/codec/cmml/browser_open.c
22981    M /trunk/modules/codec/cmml/browser_open.h
22982    M /trunk/modules/codec/cmml/cmml.c
22983    M /trunk/modules/codec/cmml/history.c
22984    M /trunk/modules/codec/cmml/history.h
22985    M /trunk/modules/codec/cmml/intf.c
22986    M /trunk/modules/codec/cmml/xarray.c
22987    M /trunk/modules/codec/cmml/xarray.h
22988    M /trunk/modules/codec/cmml/xlist.c
22989    M /trunk/modules/codec/cmml/xlist.h
22990    M /trunk/modules/codec/cmml/xstrcat.h
22991    M /trunk/modules/codec/cmml/xtag.c
22992    M /trunk/modules/codec/cmml/xtag.h
22993    M /trunk/modules/codec/cmml/xurl.c
22994    M /trunk/modules/codec/cmml/xurl.h
22995    M /trunk/modules/codec/cvdsub.c
22996    M /trunk/modules/codec/dirac.c
22997    M /trunk/modules/codec/dmo/buffer.c
22998    M /trunk/modules/codec/dmo/dmo.c
22999    M /trunk/modules/codec/dmo/dmo.h
23000    M /trunk/modules/codec/dts.c
23001    M /trunk/modules/codec/dvbsub.c
23002    M /trunk/modules/codec/faad.c
23003    M /trunk/modules/codec/fake.c
23004    M /trunk/modules/codec/ffmpeg/audio.c
23005    M /trunk/modules/codec/ffmpeg/chroma.c
23006    M /trunk/modules/codec/ffmpeg/demux.c
23007    M /trunk/modules/codec/ffmpeg/encoder.c
23008    M /trunk/modules/codec/ffmpeg/ffmpeg.c
23009    M /trunk/modules/codec/ffmpeg/ffmpeg.h
23010    M /trunk/modules/codec/ffmpeg/postprocess.c
23011    M /trunk/modules/codec/ffmpeg/video.c
23012    M /trunk/modules/codec/ffmpeg/video_filter.c
23013    M /trunk/modules/codec/flac.c
23014    M /trunk/modules/codec/libmpeg2.c
23015    M /trunk/modules/codec/lpcm.c
23016    M /trunk/modules/codec/mash.cpp
23017    M /trunk/modules/codec/mpeg_audio.c
23018    M /trunk/modules/codec/png.c
23019    M /trunk/modules/codec/quicktime.c
23020    M /trunk/modules/codec/rawvideo.c
23021    M /trunk/modules/codec/realaudio.c
23022    M /trunk/modules/codec/sdl_image.c
23023    M /trunk/modules/codec/speex.c
23024    M /trunk/modules/codec/spudec/parse.c
23025    M /trunk/modules/codec/spudec/spudec.c
23026    M /trunk/modules/codec/spudec/spudec.h
23027    M /trunk/modules/codec/subsdec.c
23028    M /trunk/modules/codec/svcdsub.c
23029    M /trunk/modules/codec/tarkin.c
23030    M /trunk/modules/codec/theora.c
23031    M /trunk/modules/codec/twolame.c
23032    M /trunk/modules/codec/vorbis.c
23033    M /trunk/modules/codec/x264.c
23034    M /trunk/modules/control/corba/corba.c
23035    M /trunk/modules/control/gestures.c
23036    M /trunk/modules/control/hotkeys.c
23037    M /trunk/modules/control/http/http.c
23038    M /trunk/modules/control/http/http.h
23039    M /trunk/modules/control/http/macro.c
23040    M /trunk/modules/control/http/macros.h
23041    M /trunk/modules/control/http/mvar.c
23042    M /trunk/modules/control/http/rpn.c
23043    M /trunk/modules/control/http/util.c
23044    M /trunk/modules/control/lirc.c
23045    M /trunk/modules/control/netsync.c
23046    M /trunk/modules/control/ntservice.c
23047    M /trunk/modules/control/rc.c
23048    M /trunk/modules/control/showintf.c
23049    M /trunk/modules/control/telnet.c
23050    M /trunk/modules/demux/a52.c
23051    M /trunk/modules/demux/aiff.c
23052    M /trunk/modules/demux/asf/asf.c
23053    M /trunk/modules/demux/asf/libasf.c
23054    M /trunk/modules/demux/asf/libasf.h
23055    M /trunk/modules/demux/au.c
23056    M /trunk/modules/demux/avi/avi.c
23057    M /trunk/modules/demux/avi/libavi.c
23058    M /trunk/modules/demux/avi/libavi.h
23059    M /trunk/modules/demux/demuxdump.c
23060    M /trunk/modules/demux/dts.c
23061    M /trunk/modules/demux/flac.c
23062    M /trunk/modules/demux/livedotcom.cpp
23063    M /trunk/modules/demux/m3u.c
23064    M /trunk/modules/demux/mjpeg.c
23065    M /trunk/modules/demux/mkv.cpp
23066    M /trunk/modules/demux/mod.c
23067    M /trunk/modules/demux/mp4/drms.c
23068    M /trunk/modules/demux/mp4/drms.h
23069    M /trunk/modules/demux/mp4/drmstables.h
23070    M /trunk/modules/demux/mp4/libmp4.c
23071    M /trunk/modules/demux/mp4/libmp4.h
23072    M /trunk/modules/demux/mp4/mp4.c
23073    M /trunk/modules/demux/mpc.c
23074    M /trunk/modules/demux/mpeg/h264.c
23075    M /trunk/modules/demux/mpeg/m4a.c
23076    M /trunk/modules/demux/mpeg/m4v.c
23077    M /trunk/modules/demux/mpeg/mpga.c
23078    M /trunk/modules/demux/mpeg/mpgv.c
23079    M /trunk/modules/demux/nsc.c
23080    M /trunk/modules/demux/nsv.c
23081    M /trunk/modules/demux/nuv.c
23082    M /trunk/modules/demux/ogg.c
23083    M /trunk/modules/demux/playlist/b4s.c
23084    M /trunk/modules/demux/playlist/dvb.c
23085    M /trunk/modules/demux/playlist/m3u.c
23086    M /trunk/modules/demux/playlist/old.c
23087    M /trunk/modules/demux/playlist/playlist.c
23088    M /trunk/modules/demux/playlist/playlist.h
23089    M /trunk/modules/demux/playlist/pls.c
23090    M /trunk/modules/demux/playlist/podcast.c
23091    M /trunk/modules/demux/ps.c
23092    M /trunk/modules/demux/ps.h
23093    M /trunk/modules/demux/pva.c
23094    M /trunk/modules/demux/rawdv.c
23095    M /trunk/modules/demux/real.c
23096    M /trunk/modules/demux/sgimb.c
23097    M /trunk/modules/demux/subtitle.c
23098    M /trunk/modules/demux/ts.c
23099    M /trunk/modules/demux/ty.c
23100    M /trunk/modules/demux/util/id3genres.h
23101    M /trunk/modules/demux/util/id3tag.c
23102    M /trunk/modules/demux/vobsub.c
23103    M /trunk/modules/demux/voc.c
23104    M /trunk/modules/demux/wav.c
23105    M /trunk/modules/demux/xa.c
23106    M /trunk/modules/gui/beos/AudioOutput.cpp
23107    M /trunk/modules/gui/beos/BeOS.cpp
23108    M /trunk/modules/gui/beos/Bitmaps.h
23109    M /trunk/modules/gui/beos/DrawingTidbits.cpp
23110    M /trunk/modules/gui/beos/DrawingTidbits.h
23111    M /trunk/modules/gui/beos/Interface.cpp
23112    M /trunk/modules/gui/beos/InterfaceWindow.cpp
23113    M /trunk/modules/gui/beos/InterfaceWindow.h
23114    M /trunk/modules/gui/beos/ListViews.cpp
23115    M /trunk/modules/gui/beos/ListViews.h
23116    M /trunk/modules/gui/beos/MediaControlView.cpp
23117    M /trunk/modules/gui/beos/MediaControlView.h
23118    M /trunk/modules/gui/beos/MessagesWindow.cpp
23119    M /trunk/modules/gui/beos/MessagesWindow.h
23120    M /trunk/modules/gui/beos/MsgVals.h
23121    M /trunk/modules/gui/beos/PlayListWindow.cpp
23122    M /trunk/modules/gui/beos/PlayListWindow.h
23123    M /trunk/modules/gui/beos/PreferencesWindow.cpp
23124    M /trunk/modules/gui/beos/PreferencesWindow.h
23125    M /trunk/modules/gui/beos/TransportButton.cpp
23126    M /trunk/modules/gui/beos/TransportButton.h
23127    M /trunk/modules/gui/beos/VideoOutput.cpp
23128    M /trunk/modules/gui/beos/VideoWindow.h
23129    M /trunk/modules/gui/macosx/about.h
23130    M /trunk/modules/gui/macosx/about.m
23131    M /trunk/modules/gui/macosx/applescript.h
23132    M /trunk/modules/gui/macosx/applescript.m
23133    M /trunk/modules/gui/macosx/bookmarks.h
23134    M /trunk/modules/gui/macosx/bookmarks.m
23135    M /trunk/modules/gui/macosx/controls.h
23136    M /trunk/modules/gui/macosx/controls.m
23137    M /trunk/modules/gui/macosx/embeddedwindow.h
23138    M /trunk/modules/gui/macosx/embeddedwindow.m
23139    M /trunk/modules/gui/macosx/equalizer.h
23140    M /trunk/modules/gui/macosx/equalizer.m
23141    M /trunk/modules/gui/macosx/extended.h
23142    M /trunk/modules/gui/macosx/extended.m
23143    M /trunk/modules/gui/macosx/interaction.h
23144    M /trunk/modules/gui/macosx/interaction.m
23145    M /trunk/modules/gui/macosx/intf.h
23146    M /trunk/modules/gui/macosx/intf.m
23147    M /trunk/modules/gui/macosx/macosx.m
23148    M /trunk/modules/gui/macosx/misc.h
23149    M /trunk/modules/gui/macosx/misc.m
23150    M /trunk/modules/gui/macosx/open.h
23151    M /trunk/modules/gui/macosx/open.m
23152    M /trunk/modules/gui/macosx/output.h
23153    M /trunk/modules/gui/macosx/output.m
23154    M /trunk/modules/gui/macosx/playlist.h
23155    M /trunk/modules/gui/macosx/playlist.m
23156    M /trunk/modules/gui/macosx/playlistinfo.h
23157    M /trunk/modules/gui/macosx/playlistinfo.m
23158    M /trunk/modules/gui/macosx/prefs.h
23159    M /trunk/modules/gui/macosx/prefs.m
23160    M /trunk/modules/gui/macosx/prefs_widgets.h
23161    M /trunk/modules/gui/macosx/prefs_widgets.m
23162    M /trunk/modules/gui/macosx/sfilters.h
23163    M /trunk/modules/gui/macosx/sfilters.m
23164    M /trunk/modules/gui/macosx/vout.h
23165    M /trunk/modules/gui/macosx/vout.m
23166    M /trunk/modules/gui/macosx/voutgl.m
23167    M /trunk/modules/gui/macosx/voutqt.m
23168    M /trunk/modules/gui/macosx/wizard.h
23169    M /trunk/modules/gui/macosx/wizard.m
23170    M /trunk/modules/gui/ncurses.c
23171    M /trunk/modules/gui/pda/pda.c
23172    M /trunk/modules/gui/pda/pda.h
23173    M /trunk/modules/gui/pda/pda_callbacks.c
23174    M /trunk/modules/gui/pda/pda_callbacks.h
23175    M /trunk/modules/gui/qnx/aout.c
23176    M /trunk/modules/gui/qnx/qnx.c
23177    M /trunk/modules/gui/qnx/vout.c
23178    M /trunk/modules/gui/skins2/commands/async_queue.cpp
23179    M /trunk/modules/gui/skins2/commands/async_queue.hpp
23180    M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
23181    M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
23182    M /trunk/modules/gui/skins2/commands/cmd_audio.cpp
23183    M /trunk/modules/gui/skins2/commands/cmd_audio.hpp
23184    M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
23185    M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
23186    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
23187    M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
23188    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
23189    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
23190    M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
23191    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
23192    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
23193    M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
23194    M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
23195    M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
23196    M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
23197    M /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
23198    M /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
23199    M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
23200    M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
23201    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
23202    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
23203    M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
23204    M /trunk/modules/gui/skins2/commands/cmd_playtree.hpp
23205    M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
23206    M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
23207    M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
23208    M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
23209    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
23210    M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
23211    M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
23212    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
23213    M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
23214    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
23215    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
23216    M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
23217    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
23218    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
23219    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
23220    M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
23221    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
23222    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
23223    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
23224    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
23225    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
23226    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
23227    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
23228    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
23229    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
23230    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
23231    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
23232    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
23233    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
23234    M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
23235    M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
23236    M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
23237    M /trunk/modules/gui/skins2/events/evt_enter.hpp
23238    M /trunk/modules/gui/skins2/events/evt_focus.hpp
23239    M /trunk/modules/gui/skins2/events/evt_generic.hpp
23240    M /trunk/modules/gui/skins2/events/evt_input.cpp
23241    M /trunk/modules/gui/skins2/events/evt_input.hpp
23242    M /trunk/modules/gui/skins2/events/evt_key.cpp
23243    M /trunk/modules/gui/skins2/events/evt_key.hpp
23244    M /trunk/modules/gui/skins2/events/evt_leave.hpp
23245    M /trunk/modules/gui/skins2/events/evt_menu.hpp
23246    M /trunk/modules/gui/skins2/events/evt_motion.hpp
23247    M /trunk/modules/gui/skins2/events/evt_mouse.cpp
23248    M /trunk/modules/gui/skins2/events/evt_mouse.hpp
23249    M /trunk/modules/gui/skins2/events/evt_refresh.hpp
23250    M /trunk/modules/gui/skins2/events/evt_scroll.cpp
23251    M /trunk/modules/gui/skins2/events/evt_scroll.hpp
23252    M /trunk/modules/gui/skins2/events/evt_special.cpp
23253    M /trunk/modules/gui/skins2/events/evt_special.hpp
23254    M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.cpp
23255    M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.hpp
23256    M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
23257    M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
23258    M /trunk/modules/gui/skins2/macosx/macosx_graphics.cpp
23259    M /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
23260    M /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
23261    M /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
23262    M /trunk/modules/gui/skins2/macosx/macosx_popup.cpp
23263    M /trunk/modules/gui/skins2/macosx/macosx_popup.hpp
23264    M /trunk/modules/gui/skins2/macosx/macosx_timer.cpp
23265    M /trunk/modules/gui/skins2/macosx/macosx_timer.hpp
23266    M /trunk/modules/gui/skins2/macosx/macosx_tooltip.cpp
23267    M /trunk/modules/gui/skins2/macosx/macosx_tooltip.hpp
23268    M /trunk/modules/gui/skins2/macosx/macosx_window.cpp
23269    M /trunk/modules/gui/skins2/macosx/macosx_window.hpp
23270    M /trunk/modules/gui/skins2/parser/builder.cpp
23271    M /trunk/modules/gui/skins2/parser/builder.hpp
23272    M /trunk/modules/gui/skins2/parser/builder_data.hpp
23273    M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
23274    M /trunk/modules/gui/skins2/parser/expr_evaluator.hpp
23275    M /trunk/modules/gui/skins2/parser/gen_builder.py
23276    M /trunk/modules/gui/skins2/parser/interpreter.cpp
23277    M /trunk/modules/gui/skins2/parser/interpreter.hpp
23278    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
23279    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
23280    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
23281    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
23282    M /trunk/modules/gui/skins2/src/anchor.cpp
23283    M /trunk/modules/gui/skins2/src/anchor.hpp
23284    M /trunk/modules/gui/skins2/src/anim_bitmap.cpp
23285    M /trunk/modules/gui/skins2/src/anim_bitmap.hpp
23286    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
23287    M /trunk/modules/gui/skins2/src/bitmap_font.hpp
23288    M /trunk/modules/gui/skins2/src/dialogs.cpp
23289    M /trunk/modules/gui/skins2/src/dialogs.hpp
23290    M /trunk/modules/gui/skins2/src/file_bitmap.cpp
23291    M /trunk/modules/gui/skins2/src/file_bitmap.hpp
23292    M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
23293    M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
23294    M /trunk/modules/gui/skins2/src/ft2_font.cpp
23295    M /trunk/modules/gui/skins2/src/ft2_font.hpp
23296    M /trunk/modules/gui/skins2/src/generic_bitmap.cpp
23297    M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
23298    M /trunk/modules/gui/skins2/src/generic_font.hpp
23299    M /trunk/modules/gui/skins2/src/generic_layout.cpp
23300    M /trunk/modules/gui/skins2/src/generic_layout.hpp
23301    M /trunk/modules/gui/skins2/src/generic_window.cpp
23302    M /trunk/modules/gui/skins2/src/generic_window.hpp
23303    M /trunk/modules/gui/skins2/src/logger.cpp
23304    M /trunk/modules/gui/skins2/src/logger.hpp
23305    M /trunk/modules/gui/skins2/src/os_factory.cpp
23306    M /trunk/modules/gui/skins2/src/os_factory.hpp
23307    M /trunk/modules/gui/skins2/src/os_graphics.hpp
23308    M /trunk/modules/gui/skins2/src/os_loop.hpp
23309    M /trunk/modules/gui/skins2/src/os_popup.hpp
23310    M /trunk/modules/gui/skins2/src/os_timer.hpp
23311    M /trunk/modules/gui/skins2/src/os_tooltip.hpp
23312    M /trunk/modules/gui/skins2/src/os_window.hpp
23313    M /trunk/modules/gui/skins2/src/popup.cpp
23314    M /trunk/modules/gui/skins2/src/popup.hpp
23315    M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
23316    M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
23317    M /trunk/modules/gui/skins2/src/skin_common.hpp
23318    M /trunk/modules/gui/skins2/src/skin_main.cpp
23319    M /trunk/modules/gui/skins2/src/theme.cpp
23320    M /trunk/modules/gui/skins2/src/theme.hpp
23321    M /trunk/modules/gui/skins2/src/theme_loader.cpp
23322    M /trunk/modules/gui/skins2/src/theme_loader.hpp
23323    M /trunk/modules/gui/skins2/src/theme_repository.cpp
23324    M /trunk/modules/gui/skins2/src/theme_repository.hpp
23325    M /trunk/modules/gui/skins2/src/tooltip.cpp
23326    M /trunk/modules/gui/skins2/src/tooltip.hpp
23327    M /trunk/modules/gui/skins2/src/top_window.cpp
23328    M /trunk/modules/gui/skins2/src/top_window.hpp
23329    M /trunk/modules/gui/skins2/src/var_manager.cpp
23330    M /trunk/modules/gui/skins2/src/var_manager.hpp
23331    M /trunk/modules/gui/skins2/src/vlcproc.cpp
23332    M /trunk/modules/gui/skins2/src/vlcproc.hpp
23333    M /trunk/modules/gui/skins2/src/vout_window.cpp
23334    M /trunk/modules/gui/skins2/src/vout_window.hpp
23335    M /trunk/modules/gui/skins2/src/window_manager.cpp
23336    M /trunk/modules/gui/skins2/src/window_manager.hpp
23337    M /trunk/modules/gui/skins2/utils/bezier.cpp
23338    M /trunk/modules/gui/skins2/utils/bezier.hpp
23339    M /trunk/modules/gui/skins2/utils/fsm.cpp
23340    M /trunk/modules/gui/skins2/utils/fsm.hpp
23341    M /trunk/modules/gui/skins2/utils/observer.hpp
23342    M /trunk/modules/gui/skins2/utils/pointer.hpp
23343    M /trunk/modules/gui/skins2/utils/position.cpp
23344    M /trunk/modules/gui/skins2/utils/position.hpp
23345    M /trunk/modules/gui/skins2/utils/ustring.cpp
23346    M /trunk/modules/gui/skins2/utils/ustring.hpp
23347    M /trunk/modules/gui/skins2/utils/var_bool.cpp
23348    M /trunk/modules/gui/skins2/utils/var_bool.hpp
23349    M /trunk/modules/gui/skins2/utils/var_list.cpp
23350    M /trunk/modules/gui/skins2/utils/var_list.hpp
23351    M /trunk/modules/gui/skins2/utils/var_percent.cpp
23352    M /trunk/modules/gui/skins2/utils/var_percent.hpp
23353    M /trunk/modules/gui/skins2/utils/var_text.cpp
23354    M /trunk/modules/gui/skins2/utils/var_text.hpp
23355    M /trunk/modules/gui/skins2/utils/var_tree.cpp
23356    M /trunk/modules/gui/skins2/utils/var_tree.hpp
23357    M /trunk/modules/gui/skins2/utils/variable.hpp
23358    M /trunk/modules/gui/skins2/vars/equalizer.cpp
23359    M /trunk/modules/gui/skins2/vars/equalizer.hpp
23360    M /trunk/modules/gui/skins2/vars/playlist.cpp
23361    M /trunk/modules/gui/skins2/vars/playlist.hpp
23362    M /trunk/modules/gui/skins2/vars/playtree.cpp
23363    M /trunk/modules/gui/skins2/vars/playtree.hpp
23364    M /trunk/modules/gui/skins2/vars/time.cpp
23365    M /trunk/modules/gui/skins2/vars/time.hpp
23366    M /trunk/modules/gui/skins2/vars/volume.cpp
23367    M /trunk/modules/gui/skins2/vars/volume.hpp
23368    M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
23369    M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
23370    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
23371    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
23372    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
23373    M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
23374    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
23375    M /trunk/modules/gui/skins2/win32/win32_loop.hpp
23376    M /trunk/modules/gui/skins2/win32/win32_popup.cpp
23377    M /trunk/modules/gui/skins2/win32/win32_popup.hpp
23378    M /trunk/modules/gui/skins2/win32/win32_timer.cpp
23379    M /trunk/modules/gui/skins2/win32/win32_timer.hpp
23380    M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
23381    M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
23382    M /trunk/modules/gui/skins2/win32/win32_window.cpp
23383    M /trunk/modules/gui/skins2/win32/win32_window.hpp
23384    M /trunk/modules/gui/skins2/x11/x11_display.cpp
23385    M /trunk/modules/gui/skins2/x11/x11_display.hpp
23386    M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
23387    M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
23388    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
23389    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
23390    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
23391    M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
23392    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
23393    M /trunk/modules/gui/skins2/x11/x11_loop.hpp
23394    M /trunk/modules/gui/skins2/x11/x11_popup.cpp
23395    M /trunk/modules/gui/skins2/x11/x11_popup.hpp
23396    M /trunk/modules/gui/skins2/x11/x11_timer.cpp
23397    M /trunk/modules/gui/skins2/x11/x11_timer.hpp
23398    M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
23399    M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
23400    M /trunk/modules/gui/skins2/x11/x11_window.cpp
23401    M /trunk/modules/gui/skins2/x11/x11_window.hpp
23402    M /trunk/modules/gui/wince/dialogs.cpp
23403    M /trunk/modules/gui/wince/fileinfo.cpp
23404    M /trunk/modules/gui/wince/iteminfo.cpp
23405    M /trunk/modules/gui/wince/menus.cpp
23406    M /trunk/modules/gui/wince/messages.cpp
23407    M /trunk/modules/gui/wince/open.cpp
23408    M /trunk/modules/gui/wince/playlist.cpp
23409    M /trunk/modules/gui/wince/preferences.cpp
23410    M /trunk/modules/gui/wince/preferences_widgets.cpp
23411    M /trunk/modules/gui/wince/preferences_widgets.h
23412    M /trunk/modules/gui/wince/subtitles.cpp
23413    M /trunk/modules/gui/wince/timer.cpp
23414    M /trunk/modules/gui/wince/video.cpp
23415    M /trunk/modules/gui/wince/wince.h
23416    M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
23417    M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.hpp
23418    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.cpp
23419    M /trunk/modules/gui/wxwidgets/dialogs/fileinfo.hpp
23420    M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
23421    M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp
23422    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
23423    M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.hpp
23424    M /trunk/modules/gui/wxwidgets/dialogs/messages.cpp
23425    M /trunk/modules/gui/wxwidgets/dialogs/messages.hpp
23426    M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
23427    M /trunk/modules/gui/wxwidgets/dialogs/open.hpp
23428    M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
23429    M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
23430    M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
23431    M /trunk/modules/gui/wxwidgets/dialogs/preferences.hpp
23432    M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
23433    M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.h
23434    M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
23435    M /trunk/modules/gui/wxwidgets/dialogs/streamout.hpp
23436    M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp
23437    M /trunk/modules/gui/wxwidgets/dialogs/subtitles.hpp
23438    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
23439    M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
23440    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
23441    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.hpp
23442    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
23443    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.hpp
23444    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.cpp
23445    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.hpp
23446    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
23447    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.hpp
23448    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.cpp
23449    M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.hpp
23450    M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
23451    M /trunk/modules/gui/wxwidgets/dialogs/wizard.hpp
23452    M /trunk/modules/gui/wxwidgets/dialogs.cpp
23453    M /trunk/modules/gui/wxwidgets/extrapanel.cpp
23454    M /trunk/modules/gui/wxwidgets/extrapanel.hpp
23455    M /trunk/modules/gui/wxwidgets/input_manager.cpp
23456    M /trunk/modules/gui/wxwidgets/input_manager.hpp
23457    M /trunk/modules/gui/wxwidgets/interface.cpp
23458    M /trunk/modules/gui/wxwidgets/interface.hpp
23459    M /trunk/modules/gui/wxwidgets/menus.cpp
23460    M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
23461    M /trunk/modules/gui/wxwidgets/playlist_manager.hpp
23462    M /trunk/modules/gui/wxwidgets/streamdata.cpp
23463    M /trunk/modules/gui/wxwidgets/streamdata.h
23464    M /trunk/modules/gui/wxwidgets/timer.cpp
23465    M /trunk/modules/gui/wxwidgets/timer.hpp
23466    M /trunk/modules/gui/wxwidgets/video.cpp
23467    M /trunk/modules/gui/wxwidgets/video.hpp
23468    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
23469    M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
23470    M /trunk/modules/misc/dummy/aout.c
23471    M /trunk/modules/misc/dummy/decoder.c
23472    M /trunk/modules/misc/dummy/dummy.c
23473    M /trunk/modules/misc/dummy/dummy.h
23474    M /trunk/modules/misc/dummy/encoder.c
23475    M /trunk/modules/misc/dummy/input.c
23476    M /trunk/modules/misc/dummy/interface.c
23477    M /trunk/modules/misc/dummy/renderer.c
23478    M /trunk/modules/misc/dummy/vout.c
23479    M /trunk/modules/misc/freetype.c
23480    M /trunk/modules/misc/gnutls.c
23481    M /trunk/modules/misc/gtk_main.c
23482    M /trunk/modules/misc/logger.c
23483    M /trunk/modules/misc/memcpy/fastmemcpy.h
23484    M /trunk/modules/misc/memcpy/memcpy.c
23485    M /trunk/modules/misc/memcpy/memcpyaltivec.c
23486    M /trunk/modules/misc/msn.c
23487    M /trunk/modules/misc/network/ipv4.c
23488    M /trunk/modules/misc/network/ipv6.c
23489    M /trunk/modules/misc/playlist/export.c
23490    M /trunk/modules/misc/playlist/m3u.c
23491    M /trunk/modules/misc/playlist/old.c
23492    M /trunk/modules/misc/qte_main.cpp
23493    M /trunk/modules/misc/rtsp.c
23494    M /trunk/modules/misc/screensaver.c
23495    M /trunk/modules/misc/svg.c
23496    M /trunk/modules/misc/testsuite/playlist.c
23497    M /trunk/modules/misc/testsuite/test1.c
23498    M /trunk/modules/misc/testsuite/test2.cpp
23499    M /trunk/modules/misc/testsuite/test3.m
23500    M /trunk/modules/misc/testsuite/test4.c
23501    M /trunk/modules/misc/win32text.c
23502    M /trunk/modules/misc/xml/libxml.c
23503    M /trunk/modules/misc/xml/xtag.c
23504    M /trunk/modules/mux/asf.c
23505    M /trunk/modules/mux/avi.c
23506    M /trunk/modules/mux/dummy.c
23507    M /trunk/modules/mux/mp4.c
23508    M /trunk/modules/mux/mpeg/bits.h
23509    M /trunk/modules/mux/mpeg/csa.c
23510    M /trunk/modules/mux/mpeg/csa.h
23511    M /trunk/modules/mux/mpeg/pes.c
23512    M /trunk/modules/mux/mpeg/pes.h
23513    M /trunk/modules/mux/mpeg/ps.c
23514    M /trunk/modules/mux/mpeg/ts.c
23515    M /trunk/modules/mux/mpjpeg.c
23516    M /trunk/modules/mux/ogg.c
23517    M /trunk/modules/mux/wav.c
23518    M /trunk/modules/packetizer/copy.c
23519    M /trunk/modules/packetizer/h264.c
23520    M /trunk/modules/packetizer/mpeg4audio.c
23521    M /trunk/modules/packetizer/mpeg4video.c
23522    M /trunk/modules/packetizer/mpegvideo.c
23523    M /trunk/modules/services_discovery/bonjour.c
23524    M /trunk/modules/services_discovery/daap.c
23525    M /trunk/modules/services_discovery/hal.c
23526    M /trunk/modules/services_discovery/podcast.c
23527    M /trunk/modules/services_discovery/sap.c
23528    M /trunk/modules/services_discovery/shout.c
23529    M /trunk/modules/services_discovery/upnp.cpp
23530    M /trunk/modules/stream_out/bridge.c
23531    M /trunk/modules/stream_out/description.c
23532    M /trunk/modules/stream_out/display.c
23533    M /trunk/modules/stream_out/dummy.c
23534    M /trunk/modules/stream_out/duplicate.c
23535    M /trunk/modules/stream_out/es.c
23536    M /trunk/modules/stream_out/gather.c
23537    M /trunk/modules/stream_out/mosaic_bridge.c
23538    M /trunk/modules/stream_out/rtp.c
23539    M /trunk/modules/stream_out/standard.c
23540    M /trunk/modules/stream_out/switcher.c
23541    M /trunk/modules/stream_out/transcode.c
23542    M /trunk/modules/stream_out/transrate/block.c
23543    M /trunk/modules/stream_out/transrate/frame.c
23544    M /trunk/modules/stream_out/transrate/transrate.c
23545    M /trunk/modules/stream_out/transrate/transrate.h
23546    M /trunk/modules/video_chroma/i420_rgb.c
23547    M /trunk/modules/video_chroma/i420_rgb.h
23548    M /trunk/modules/video_chroma/i420_rgb16.c
23549    M /trunk/modules/video_chroma/i420_rgb8.c
23550    M /trunk/modules/video_chroma/i420_rgb_c.h
23551    M /trunk/modules/video_chroma/i420_rgb_mmx.h
23552    M /trunk/modules/video_chroma/i420_ymga.c
23553    M /trunk/modules/video_chroma/i420_yuy2.c
23554    M /trunk/modules/video_chroma/i420_yuy2.h
23555    M /trunk/modules/video_chroma/i422_yuy2.c
23556    M /trunk/modules/video_chroma/i422_yuy2.h
23557    M /trunk/modules/video_filter/adjust.c
23558    M /trunk/modules/video_filter/blend.c
23559    M /trunk/modules/video_filter/clone.c
23560    M /trunk/modules/video_filter/crop.c
23561    M /trunk/modules/video_filter/deinterlace.c
23562    M /trunk/modules/video_filter/distort.c
23563    M /trunk/modules/video_filter/filter_common.h
23564    M /trunk/modules/video_filter/invert.c
23565    M /trunk/modules/video_filter/logo.c
23566    M /trunk/modules/video_filter/magnify.c
23567    M /trunk/modules/video_filter/marq.c
23568    M /trunk/modules/video_filter/mosaic.c
23569    M /trunk/modules/video_filter/mosaic.h
23570    M /trunk/modules/video_filter/motionblur.c
23571    M /trunk/modules/video_filter/motiondetect.c
23572    M /trunk/modules/video_filter/osdmenu.c
23573    M /trunk/modules/video_filter/rss.c
23574    M /trunk/modules/video_filter/rv32.c
23575    M /trunk/modules/video_filter/scale.c
23576    M /trunk/modules/video_filter/swscale/common.h
23577    M /trunk/modules/video_filter/swscale/filter.c
23578    M /trunk/modules/video_filter/time.c
23579    M /trunk/modules/video_filter/transform.c
23580    M /trunk/modules/video_filter/wall.c
23581    M /trunk/modules/video_output/aa.c
23582    M /trunk/modules/video_output/caca.c
23583    M /trunk/modules/video_output/directfb.c
23584    M /trunk/modules/video_output/directx/directx.c
23585    M /trunk/modules/video_output/directx/events.c
23586    M /trunk/modules/video_output/directx/glwin32.c
23587    M /trunk/modules/video_output/directx/vout.h
23588    M /trunk/modules/video_output/fb.c
23589    M /trunk/modules/video_output/ggi.c
23590    M /trunk/modules/video_output/glide.c
23591    M /trunk/modules/video_output/hd1000v.cpp
23592    M /trunk/modules/video_output/image.c
23593    M /trunk/modules/video_output/mga.c
23594    M /trunk/modules/video_output/opengl.c
23595    M /trunk/modules/video_output/qte/qte.cpp
23596    M /trunk/modules/video_output/qte/qte.h
23597    M /trunk/modules/video_output/sdl.c
23598    M /trunk/modules/video_output/snapshot.c
23599    M /trunk/modules/video_output/svgalib.c
23600    M /trunk/modules/video_output/wingdi.c
23601    M /trunk/modules/video_output/x11/glx.c
23602    M /trunk/modules/video_output/x11/x11.c
23603    M /trunk/modules/video_output/x11/xcommon.c
23604    M /trunk/modules/video_output/x11/xcommon.h
23605    M /trunk/modules/video_output/x11/xvideo.c
23606    M /trunk/modules/visualization/galaktos/PCM.c
23607    M /trunk/modules/visualization/galaktos/beat_detect.c
23608    M /trunk/modules/visualization/galaktos/builtin_funcs.c
23609    M /trunk/modules/visualization/galaktos/custom_shape.c
23610    M /trunk/modules/visualization/galaktos/custom_wave.c
23611    M /trunk/modules/visualization/galaktos/engine_vars.c
23612    M /trunk/modules/visualization/galaktos/eval.c
23613    M /trunk/modules/visualization/galaktos/fftsg.c
23614    M /trunk/modules/visualization/galaktos/init_cond.c
23615    M /trunk/modules/visualization/galaktos/main.c
23616    M /trunk/modules/visualization/galaktos/main.h
23617    M /trunk/modules/visualization/galaktos/param.c
23618    M /trunk/modules/visualization/galaktos/parser.c
23619    M /trunk/modules/visualization/galaktos/per_frame_eqn.c
23620    M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
23621    M /trunk/modules/visualization/galaktos/plugin.c
23622    M /trunk/modules/visualization/galaktos/plugin.h
23623    M /trunk/modules/visualization/galaktos/preset.c
23624    M /trunk/modules/visualization/galaktos/splaytree.c
23625    M /trunk/modules/visualization/galaktos/tree_types.c
23626    M /trunk/modules/visualization/galaktos/video_init.c
23627    M /trunk/modules/visualization/goom.c
23628    M /trunk/modules/visualization/visual/effects.c
23629    M /trunk/modules/visualization/visual/fft.c
23630    M /trunk/modules/visualization/visual/fft.h
23631    M /trunk/modules/visualization/visual/visual.c
23632    M /trunk/modules/visualization/visual/visual.h
23633    M /trunk/modules/visualization/xosd.c
23634    M /trunk/mozilla/vlcpeer.cpp
23635    M /trunk/mozilla/vlcpeer.h
23636    M /trunk/mozilla/vlcplugin.cpp
23637    M /trunk/mozilla/vlcplugin.h
23638    M /trunk/mozilla/vlcshell.cpp
23639    M /trunk/msvc/modules_builtin_msvc.h
23640    M /trunk/share/http/functions.js
23641    M /trunk/share/http/index.html
23642    M /trunk/share/http/requests/browse.xml
23643    M /trunk/share/http/requests/playlist.xml
23644    M /trunk/share/http/requests/status.xml
23645    M /trunk/share/http/style.css
23646    M /trunk/src/audio_output/common.c
23647    M /trunk/src/audio_output/dec.c
23648    M /trunk/src/audio_output/filters.c
23649    M /trunk/src/audio_output/input.c
23650    M /trunk/src/audio_output/intf.c
23651    M /trunk/src/audio_output/mixer.c
23652    M /trunk/src/audio_output/output.c
23653    M /trunk/src/control/core.c
23654    M /trunk/src/control/input.c
23655    M /trunk/src/control/mediacontrol_audio_video.c
23656    M /trunk/src/control/mediacontrol_core.c
23657    M /trunk/src/control/mediacontrol_util.c
23658    M /trunk/src/control/playlist.c
23659    M /trunk/src/extras/libc.c
23660    M /trunk/src/input/access.c
23661    M /trunk/src/input/clock.c
23662    M /trunk/src/input/control.c
23663    M /trunk/src/input/decoder.c
23664    M /trunk/src/input/demux.c
23665    M /trunk/src/input/es_out.c
23666    M /trunk/src/input/input.c
23667    M /trunk/src/input/input_internal.h
23668    M /trunk/src/input/mem_stream.c
23669    M /trunk/src/input/stream.c
23670    M /trunk/src/input/subtitles.c
23671    M /trunk/src/input/var.c
23672    M /trunk/src/interface/interaction.c
23673    M /trunk/src/interface/interface.c
23674    M /trunk/src/interface/intf_eject.c
23675    M /trunk/src/libvlc.c
23676    M /trunk/src/libvlc.h
23677    M /trunk/src/misc/beos_specific.cpp
23678    M /trunk/src/misc/block.c
23679    M /trunk/src/misc/charset.c
23680    M /trunk/src/misc/configuration.c
23681    M /trunk/src/misc/cpu.c
23682    M /trunk/src/misc/darwin_specific.m
23683    M /trunk/src/misc/error.c
23684    M /trunk/src/misc/image.c
23685    M /trunk/src/misc/iso-639_def.h
23686    M /trunk/src/misc/iso_lang.c
23687    M /trunk/src/misc/md5.c
23688    M /trunk/src/misc/messages.c
23689    M /trunk/src/misc/modules.c
23690    M /trunk/src/misc/modules_builtin.h.in
23691    M /trunk/src/misc/mtime.c
23692    M /trunk/src/misc/objects.c
23693    M /trunk/src/misc/stats.c
23694    M /trunk/src/misc/threads.c
23695    M /trunk/src/misc/unicode.c
23696    M /trunk/src/misc/variables.c
23697    M /trunk/src/misc/vlm.c
23698    M /trunk/src/misc/win32_specific.c
23699    M /trunk/src/misc/xml.c
23700    M /trunk/src/network/acl.c
23701    M /trunk/src/network/getaddrinfo.c
23702    M /trunk/src/network/httpd.c
23703    M /trunk/src/network/io.c
23704    M /trunk/src/network/rootwrap.c
23705    M /trunk/src/network/tcp.c
23706    M /trunk/src/network/tls.c
23707    M /trunk/src/network/udp.c
23708    M /trunk/src/osd/osd.c
23709    M /trunk/src/osd/osd_parser.c
23710    M /trunk/src/osd/osd_text.c
23711    M /trunk/src/osd/osd_widgets.c
23712    M /trunk/src/playlist/item-ext.c
23713    M /trunk/src/playlist/item.c
23714    M /trunk/src/playlist/loadsave.c
23715    M /trunk/src/playlist/playlist.c
23716    M /trunk/src/playlist/services_discovery.c
23717    M /trunk/src/playlist/sort.c
23718    M /trunk/src/playlist/view.c
23719    M /trunk/src/stream_output/announce.c
23720    M /trunk/src/stream_output/sap.c
23721    M /trunk/src/stream_output/stream_output.c
23722    M /trunk/src/video_output/video_output.c
23723    M /trunk/src/video_output/video_text.c
23724    M /trunk/src/video_output/video_widgets.c
23725    M /trunk/src/video_output/vout_intf.c
23726    M /trunk/src/video_output/vout_pictures.c
23727    M /trunk/src/video_output/vout_pictures.h
23728    M /trunk/src/video_output/vout_subpictures.c
23729    M /trunk/src/video_output/vout_synchro.c
23730    M /trunk/src/vlc.c
23731    M /trunk/vlc-api.pl
23732
23733 FSF address change.
23734
23735 ------------------------------------------------------------------------
23736 r13904 | zorglub | 2006-01-12 22:21:36 +0100 (Thu, 12 Jan 2006) | 3 lines
23737 Changed paths:
23738    M /trunk/include/vlc_messages.h
23739    M /trunk/include/vlc_symbols.h
23740    M /trunk/src/input/input.c
23741    M /trunk/src/input/stream.c
23742    M /trunk/src/misc/stats.c
23743    M /trunk/src/playlist/playlist.c
23744
23745 Support for moving averages (Refs:#473)
23746 Get input bitrate
23747
23748 ------------------------------------------------------------------------
23749 r13903 | jpsaman | 2006-01-12 22:06:07 +0100 (Thu, 12 Jan 2006) | 5 lines
23750 Changed paths:
23751    M /trunk/modules/access/dshow/dshow.cpp
23752
23753 Patch by Paul Sokolovsky <pmsicml _AT_ gmail _dot_ com>.
23754
23755 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.
23756
23757
23758 ------------------------------------------------------------------------
23759 r13902 | dionoea | 2006-01-12 17:08:50 +0100 (Thu, 12 Jan 2006) | 9 lines
23760 Changed paths:
23761    M /trunk/src/libvlc.h
23762    M /trunk/vlc.win32.nsi
23763
23764 one-instance fix. It now is disabled in vlc prefs but all windows action
23765 (like double clicking on a file or disc) use the --one-instance option.
23766
23767 People used to running 10 instances of VLC at once should now be able
23768 to do so. Normal people used to running other media players should now
23769 get the behavior they expect (ie: not open 10 different VLCs when double
23770 clicking on 10 mp3s)
23771
23772
23773 ------------------------------------------------------------------------
23774 r13901 | zorglub | 2006-01-12 00:26:53 +0100 (Thu, 12 Jan 2006) | 2 lines
23775 Changed paths:
23776    M /trunk/src/misc/messages.c
23777
23778 Fix a corner case
23779
23780 ------------------------------------------------------------------------
23781 r13900 | xtophe | 2006-01-11 23:30:31 +0100 (Wed, 11 Jan 2006) | 2 lines
23782 Changed paths:
23783    M /trunk/extras/contrib/Makefile
23784
23785 Fix the package-win32 target
23786
23787 ------------------------------------------------------------------------
23788 r13899 | courmisch | 2006-01-11 22:13:50 +0100 (Wed, 11 Jan 2006) | 3 lines
23789 Changed paths:
23790    M /trunk/configure.ac
23791
23792 Dirty check for the XML parser used by CyberLink (closes #451)
23793 (if only we had a cleaner UPnP stack)
23794
23795 ------------------------------------------------------------------------
23796 r13898 | asmax | 2006-01-11 21:47:45 +0100 (Wed, 11 Jan 2006) | 3 lines
23797 Changed paths:
23798    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
23799    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
23800    M /trunk/modules/gui/skins2/parser/builder.cpp
23801
23802 * builder.cpp: the "visible" attribute is now taken into account for all images
23803 * ctrl_checkbox.cpp: animated bitmaps are now supported in checkbox controls
23804
23805 ------------------------------------------------------------------------
23806 r13897 | zorglub | 2006-01-11 21:00:58 +0100 (Wed, 11 Jan 2006) | 2 lines
23807 Changed paths:
23808    M /trunk/include/vlc_input.h
23809    M /trunk/include/vlc_messages.h
23810    M /trunk/include/vlc_symbols.h
23811    M /trunk/src/input/input.c
23812    M /trunk/src/input/stream.c
23813    M /trunk/src/misc/stats.c
23814    M /trunk/src/playlist/item.c
23815    M /trunk/src/playlist/playlist.c
23816
23817 Misc stats work (Refs:#473)
23818
23819 ------------------------------------------------------------------------
23820 r13896 | sigmunau | 2006-01-11 15:32:43 +0100 (Wed, 11 Jan 2006) | 2 lines
23821 Changed paths:
23822    M /trunk/src/misc/vlm.c
23823
23824 vlm.c: Print an error message about what went wrong during vlm-conf loading
23825
23826 ------------------------------------------------------------------------
23827 r13895 | oaubert | 2006-01-11 14:02:54 +0100 (Wed, 11 Jan 2006) | 2 lines
23828 Changed paths:
23829    M /trunk/src/control/mediacontrol_audio_video.c
23830
23831 mediacontrol_audio_video.c: use the new snapshot-path functionality
23832
23833 ------------------------------------------------------------------------
23834 r13894 | oaubert | 2006-01-11 14:01:50 +0100 (Wed, 11 Jan 2006) | 4 lines
23835 Changed paths:
23836    M /trunk/src/video_output/vout_intf.c
23837
23838 vout_intf.c: special snapshot-path (object:NNNN) will put the snapshot
23839  into the p_private attribute of the vlc_object(NNNN). Used by embedding
23840  applications.
23841
23842 ------------------------------------------------------------------------
23843 r13893 | xtophe | 2006-01-11 13:58:26 +0100 (Wed, 11 Jan 2006) | 2 lines
23844 Changed paths:
23845    M /trunk/extras/contrib/src/Patches/ffmpeg-cvs-wince.patch
23846
23847 Small whitespace fix
23848
23849 ------------------------------------------------------------------------
23850 r13892 | xtophe | 2006-01-11 10:23:31 +0100 (Wed, 11 Jan 2006) | 2 lines
23851 Changed paths:
23852    M /trunk/extras/contrib/src/Makefile
23853
23854 Don't use portaudio by default until it get fixed
23855
23856 ------------------------------------------------------------------------
23857 r13891 | dionoea | 2006-01-10 23:47:27 +0100 (Tue, 10 Jan 2006) | 5 lines
23858 Changed paths:
23859    M /trunk/src/libvlc.h
23860
23861 default enable one instance mode on windows. the 0.1% of users wanting
23862 several VLC instances at once should be able to disable this option in
23863 the prefs.
23864
23865
23866 ------------------------------------------------------------------------
23867 r13890 | hartman | 2006-01-10 23:40:29 +0100 (Tue, 10 Jan 2006) | 2 lines
23868 Changed paths:
23869    M /trunk/src/video_output/vout_intf.c
23870
23871 * Add 16:10 AR to the list of aspect-ratios. (In use by WXGA screens)
23872
23873 ------------------------------------------------------------------------
23874 r13889 | oaubert | 2006-01-10 10:52:34 +0100 (Tue, 10 Jan 2006) | 2 lines
23875 Changed paths:
23876    M /trunk/modules/control/corba/Modules.am
23877
23878 Modules.am: src/control/plugin.c is now src/control/mediacontrol_plugin.c
23879
23880 ------------------------------------------------------------------------
23881 r13888 | dionoea | 2006-01-10 01:26:35 +0100 (Tue, 10 Jan 2006) | 2 lines
23882 Changed paths:
23883    M /trunk/po/POTFILES.in
23884    M /trunk/po/ca.po
23885    M /trunk/po/da.po
23886    M /trunk/po/de.po
23887    M /trunk/po/en_GB.po
23888    M /trunk/po/es.po
23889    M /trunk/po/fr.po
23890    M /trunk/po/it.po
23891    M /trunk/po/ja.po
23892    M /trunk/po/ka.po
23893    M /trunk/po/ko.po
23894    M /trunk/po/nl.po
23895    M /trunk/po/oc.po
23896    M /trunk/po/pt_BR.po
23897    M /trunk/po/ro.po
23898    M /trunk/po/ru.po
23899    M /trunk/po/sv.po
23900    M /trunk/po/tr.po
23901    M /trunk/po/vlc.pot
23902    M /trunk/po/zh_CN.po
23903    M /trunk/po/zh_TW.po
23904
23905 make update-po . This hopefully fixes make dist
23906
23907 ------------------------------------------------------------------------
23908 r13887 | dionoea | 2006-01-10 00:39:47 +0100 (Tue, 10 Jan 2006) | 2 lines
23909 Changed paths:
23910    M /trunk/modules/control/corba/Modules.am
23911
23912 ../../src/control/plugin.c doesn't exist anymore (this should fix make dist)
23913
23914 ------------------------------------------------------------------------
23915 r13886 | dionoea | 2006-01-09 23:04:18 +0100 (Mon, 09 Jan 2006) | 2 lines
23916 Changed paths:
23917    M /trunk/src/libvlc.h
23918
23919 oops
23920
23921 ------------------------------------------------------------------------
23922 r13885 | dionoea | 2006-01-09 23:01:57 +0100 (Mon, 09 Jan 2006) | 2 lines
23923 Changed paths:
23924    M /trunk/THANKS
23925    A /trunk/po/oc.po
23926    M /trunk/src/libvlc.h
23927    M /trunk/src/misc/darwin_specific.m
23928
23929 Occitan localization. Many thanks to laurent jonqueres
23930
23931 ------------------------------------------------------------------------
23932 r13884 | xtophe | 2006-01-09 21:57:53 +0100 (Mon, 09 Jan 2006) | 2 lines
23933 Changed paths:
23934    M /trunk/THANKS
23935    M /trunk/configure.ac
23936    A /trunk/po/ka.po
23937    M /trunk/src/libvlc.h
23938    M /trunk/src/misc/darwin_specific.m
23939
23940 Add Georgian localization. Thanks to Alexander Didebulidze.
23941
23942 ------------------------------------------------------------------------
23943 r13883 | asmax | 2006-01-08 22:16:49 +0100 (Sun, 08 Jan 2006) | 2 lines
23944 Changed paths:
23945    M /trunk/modules/audio_output/jack.c
23946
23947 * jack.c: better handling of buffer underruns
23948
23949 ------------------------------------------------------------------------
23950 r13882 | asmax | 2006-01-08 21:53:51 +0100 (Sun, 08 Jan 2006) | 2 lines
23951 Changed paths:
23952    M /trunk/build-vlc
23953    M /trunk/config.in
23954    M /trunk/configure.ac
23955    M /trunk/modules/audio_output/Modules.am
23956    A /trunk/modules/audio_output/jack.c
23957
23958 * New audio output module to support the JACK Audio Connection Kit
23959
23960 ------------------------------------------------------------------------
23961 r13881 | zorglub | 2006-01-08 17:32:33 +0100 (Sun, 08 Jan 2006) | 3 lines
23962 Changed paths:
23963    M /trunk/Makefile.am
23964    M /trunk/bindings/python/setup.py
23965    M /trunk/bindings/python/vlcglue.h
23966    A /trunk/include/libvlc_internal.h
23967    A /trunk/include/mediacontrol_internal.h (from /branches/0.8.5-api/include/mediacontrol_internal.h:13843)
23968    D /trunk/include/vlc/control.h
23969    D /trunk/include/vlc/control_structures.h
23970    A /trunk/include/vlc/libvlc.h
23971    A /trunk/include/vlc/mediacontrol.h
23972    A /trunk/include/vlc/mediacontrol_structures.h (from /branches/0.8.5-api/include/vlc/mediacontrol_structures.h:13843)
23973    M /trunk/include/vlc/vlc.h
23974    M /trunk/include/vlc_common.h
23975    D /trunk/include/vlc_control.h
23976    D /trunk/src/control/audio_video.c
23977    M /trunk/src/control/core.c
23978    D /trunk/src/control/init.c
23979    A /trunk/src/control/input.c (from /branches/0.8.5-api/src/control/input.c:13845)
23980    A /trunk/src/control/mediacontrol_audio_video.c (from /branches/0.8.5-api/src/control/mediacontrol_audio_video.c:13843)
23981    A /trunk/src/control/mediacontrol_core.c (from /branches/0.8.5-api/src/control/mediacontrol_core.c:13843)
23982    A /trunk/src/control/mediacontrol_init.c (from /branches/0.8.5-api/src/control/mediacontrol_init.c:13843)
23983    A /trunk/src/control/mediacontrol_plugin.c (from /branches/0.8.5-api/src/control/mediacontrol_plugin.c:13843)
23984    A /trunk/src/control/mediacontrol_util.c (from /branches/0.8.5-api/src/control/mediacontrol_util.c:13843)
23985    A /trunk/src/control/playlist.c (from /branches/0.8.5-api/src/control/playlist.c:13843)
23986    D /trunk/src/control/plugin.c
23987    D /trunk/src/control/util.c
23988    M /trunk/src/misc/stats.c
23989    A /trunk/test/libvlc_sample.c
23990
23991 Merge 0.8.5-api changes
23992 Fix compilation
23993
23994 ------------------------------------------------------------------------
23995 r13880 | zorglub | 2006-01-08 16:50:35 +0100 (Sun, 08 Jan 2006) | 2 lines
23996 Changed paths:
23997    M /trunk/include/vlc_messages.h
23998
23999 Lalala
24000
24001 ------------------------------------------------------------------------
24002 r13879 | zorglub | 2006-01-08 16:48:41 +0100 (Sun, 08 Jan 2006) | 2 lines
24003 Changed paths:
24004    M /trunk/include/vlc_messages.h
24005    M /trunk/src/input/decoder.c
24006    M /trunk/src/input/input.c
24007    M /trunk/src/input/stream.c
24008    M /trunk/src/libvlc.c
24009    M /trunk/src/misc/stats.c
24010    M /trunk/src/network/httpd.c
24011    M /trunk/src/video_output/video_output.c
24012
24013 Some more stats preliminary work
24014
24015 ------------------------------------------------------------------------
24016 r13878 | hartman | 2006-01-08 02:32:50 +0100 (Sun, 08 Jan 2006) | 5 lines
24017 Changed paths:
24018    M /trunk/modules/audio_output/auhal.c
24019
24020 * auhal.c:
24021   - fix last bugs with SPDIF stream selection
24022   - code and debug cleanup
24023   - added more comments to clearify the code, so it is useful to others :D
24024
24025 ------------------------------------------------------------------------
24026 r13877 | hartman | 2006-01-08 00:08:42 +0100 (Sun, 08 Jan 2006) | 2 lines
24027 Changed paths:
24028    M /trunk/modules/access/file.c
24029
24030 * Compile fix for OSes without F_RDAHEAD and F_NOCACHE
24031
24032 ------------------------------------------------------------------------
24033 r13876 | hartman | 2006-01-07 23:01:17 +0100 (Sat, 07 Jan 2006) | 3 lines
24034 Changed paths:
24035    M /trunk/modules/access/file.c
24036
24037 * Set FD_RDAHEAD and FD_NOCACHE on when reading from files. improves reading from networkshares and VMEM usage.
24038   Suggested by Marko Karppinen.
24039
24040 ------------------------------------------------------------------------
24041 r13875 | xtophe | 2006-01-07 17:21:47 +0100 (Sat, 07 Jan 2006) | 2 lines
24042 Changed paths:
24043    M /trunk/extras/contrib/Makefile
24044
24045 Add a package-win32 target
24046
24047 ------------------------------------------------------------------------
24048 r13874 | sam | 2006-01-06 16:16:25 +0100 (Fri, 06 Jan 2006) | 2 lines
24049 Changed paths:
24050    M /trunk/doc/fortunes.txt
24051
24052   fortune.
24053
24054 ------------------------------------------------------------------------
24055 r13873 | damienf | 2006-01-06 13:31:19 +0100 (Fri, 06 Jan 2006) | 3 lines
24056 Changed paths:
24057    M /trunk/extras/contrib/src/Patches/dvdnav.patch
24058    M /trunk/modules/access/dvdnav.c
24059
24060 dvdnav.patch: changed code that read DVD title to use dvdread APIs, so that WIN32 and non-unix platforms can also read it
24061 dvdnav.c: add DVD title to meta information
24062
24063 ------------------------------------------------------------------------
24064 r13872 | xtophe | 2006-01-06 10:37:13 +0100 (Fri, 06 Jan 2006) | 2 lines
24065 Changed paths:
24066    M /trunk/doc/Doxyfile
24067    M /trunk/doc/Doxyfile.skins2
24068
24069 Produce include graphs.
24070
24071 ------------------------------------------------------------------------
24072 r13871 | xtophe | 2006-01-05 23:53:46 +0100 (Thu, 05 Jan 2006) | 2 lines
24073 Changed paths:
24074    D /trunk/extras/contrib/src/Patches/goom2k4-0-win32.patch.bak
24075
24076 this file was here by error
24077
24078 ------------------------------------------------------------------------
24079 r13870 | damienf | 2006-01-05 23:48:30 +0100 (Thu, 05 Jan 2006) | 2 lines
24080 Changed paths:
24081    M /trunk/modules/video_output/directx/directx.c
24082
24083 directx.c: some improvement on overlay initial grey flickering
24084
24085 ------------------------------------------------------------------------
24086 r13869 | zorglub | 2006-01-05 22:56:34 +0100 (Thu, 05 Jan 2006) | 2 lines
24087 Changed paths:
24088    M /trunk/src/misc/stats.c
24089
24090 Remove extra debug
24091
24092 ------------------------------------------------------------------------
24093 r13868 | damienf | 2006-01-05 22:33:20 +0100 (Thu, 05 Jan 2006) | 2 lines
24094 Changed paths:
24095    M /trunk/src/misc/messages.c
24096
24097 messages.c: message bank lock is still in use and still needs initializing :)
24098
24099 ------------------------------------------------------------------------
24100 r13867 | damienf | 2006-01-05 18:13:19 +0100 (Thu, 05 Jan 2006) | 2 lines
24101 Changed paths:
24102    M /trunk/configure.ac
24103
24104 configure.ac: fix previous commit when mozilla is not available
24105
24106 ------------------------------------------------------------------------
24107 r13866 | damienf | 2006-01-05 18:03:12 +0100 (Thu, 05 Jan 2006) | 2 lines
24108 Changed paths:
24109    M /trunk/configure.ac
24110
24111 configure.ac: updated for version 1.7 of gecko-sdk (only tested on cygwin)
24112
24113 ------------------------------------------------------------------------
24114 r13865 | hartman | 2006-01-05 02:56:12 +0100 (Thu, 05 Jan 2006) | 1 line
24115 Changed paths:
24116    M /trunk/src/misc/messages.c
24117
24118 More message queue WinCE fixes
24119 ------------------------------------------------------------------------
24120 r13864 | hartman | 2006-01-05 02:01:30 +0100 (Thu, 05 Jan 2006) | 1 line
24121 Changed paths:
24122    M /trunk/src/misc/messages.c
24123
24124 message queues WinCE compile fix
24125 ------------------------------------------------------------------------
24126 r13863 | hartman | 2006-01-05 00:34:52 +0100 (Thu, 05 Jan 2006) | 1 line
24127 Changed paths:
24128    M /trunk/modules/demux/mkv.cpp
24129
24130 Another message queue compile fix
24131 ------------------------------------------------------------------------
24132 r13862 | zorglub | 2006-01-05 00:22:24 +0100 (Thu, 05 Jan 2006) | 2 lines
24133 Changed paths:
24134    M /trunk/include/vlc_messages.h
24135
24136 Forgot this file
24137
24138 ------------------------------------------------------------------------
24139 r13861 | zorglub | 2006-01-05 00:11:33 +0100 (Thu, 05 Jan 2006) | 2 lines
24140 Changed paths:
24141    M /trunk/modules/codec/ffmpeg/ffmpeg.c
24142
24143 compile fix
24144
24145 ------------------------------------------------------------------------
24146 r13860 | hartman | 2006-01-05 00:02:44 +0100 (Thu, 05 Jan 2006) | 4 lines
24147 Changed paths:
24148    M /trunk/configure.ac
24149
24150 * I actually read the doc on AC_ARG_WITH this time :D
24151   this and [13857] [13858] refs #182
24152
24153
24154 ------------------------------------------------------------------------
24155 r13859 | zorglub | 2006-01-04 23:29:53 +0100 (Wed, 04 Jan 2006) | 3 lines
24156 Changed paths:
24157    M /trunk/Makefile.am
24158    M /trunk/include/vlc_common.h
24159    M /trunk/include/vlc_messages.h
24160    M /trunk/include/vlc_objects.h
24161    M /trunk/include/vlc_symbols.h
24162    M /trunk/modules/gui/beos/MessagesWindow.cpp
24163    M /trunk/modules/gui/macosx/intf.m
24164    M /trunk/modules/gui/ncurses.c
24165    M /trunk/modules/gui/skins2/src/skin_main.cpp
24166    M /trunk/modules/gui/wince/wince.cpp
24167    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
24168    M /trunk/modules/misc/logger.c
24169    M /trunk/src/misc/messages.c
24170    M /trunk/src/misc/objects.c
24171    A /trunk/src/misc/stats.c
24172    M /trunk/src/network/httpd.c
24173
24174 Add support for several message queues - please test
24175 Initial support for registering and handling some shared stats 
24176
24177 ------------------------------------------------------------------------
24178 r13858 | hartman | 2006-01-04 23:24:20 +0100 (Wed, 04 Jan 2006) | 1 line
24179 Changed paths:
24180    M /trunk/configure.ac
24181
24182 Fix the Mac OS X SDK configure check
24183 ------------------------------------------------------------------------
24184 r13857 | hartman | 2006-01-04 22:53:52 +0100 (Wed, 04 Jan 2006) | 8 lines
24185 Changed paths:
24186    M /trunk/Makefile.am
24187    M /trunk/configure.ac
24188    D /trunk/extras/MacOSX/macosx-dmg
24189
24190 * Simpler way to create the diskimage (10.3 and higher only)
24191 * realigning of some of the configure --help options
24192 * added --with-macosx-sdk
24193   - compiles VLC (not contrib) with the 10.3.9 SDK
24194   - uses a small hack to enforce the deployment target when you do make in the srcdir
24195   - requires you to use gcc 4.0 on on Mac OS X 10.4
24196
24197
24198 ------------------------------------------------------------------------
24199 r13856 | jpsaman | 2006-01-03 22:33:55 +0100 (Tue, 03 Jan 2006) | 1 line
24200 Changed paths:
24201    M /trunk/share/osdmenu/default.cfg
24202    M /trunk/share/osdmenu/dvd.cfg
24203
24204 Forward/Backward jump is set to jump-medium
24205 ------------------------------------------------------------------------
24206 r13855 | zorglub | 2006-01-03 21:29:02 +0100 (Tue, 03 Jan 2006) | 2 lines
24207 Changed paths:
24208    M /trunk/src/input/input.c
24209
24210 Fix invalid return
24211
24212 ------------------------------------------------------------------------
24213 r13854 | xtophe | 2006-01-03 17:37:05 +0100 (Tue, 03 Jan 2006) | 2 lines
24214 Changed paths:
24215    M /trunk/Makefile.am
24216
24217 Missing headder in tarball
24218
24219 ------------------------------------------------------------------------
24220 r13853 | xtophe | 2006-01-03 16:16:01 +0100 (Tue, 03 Jan 2006) | 2 lines
24221 Changed paths:
24222    M /trunk/src/libvlc.h
24223
24224 Typo
24225
24226 ------------------------------------------------------------------------
24227 r13852 | fkuehne | 2006-01-03 13:50:15 +0100 (Tue, 03 Jan 2006) | 1 line
24228 Changed paths:
24229    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
24230    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
24231    M /trunk/modules/gui/macosx/wizard.m
24232
24233 * added RTP uni-/multicast to the wizard
24234 ------------------------------------------------------------------------
24235 r13851 | fkuehne | 2006-01-02 19:25:01 +0100 (Mon, 02 Jan 2006) | 1 line
24236 Changed paths:
24237    M /trunk/modules/video_output/image.c
24238
24239 * fixed preferences
24240 ------------------------------------------------------------------------
24241 r13850 | sam | 2006-01-02 11:52:50 +0100 (Mon, 02 Jan 2006) | 4 lines
24242 Changed paths:
24243    M /trunk/modules/video_output/image.c
24244
24245   * modules/video_output/image.c:
24246     + Implemented support for --image-out-format.
24247     + Added support for JPEG output. Still defaults to PNG.
24248
24249 ------------------------------------------------------------------------
24250 r13849 | sam | 2006-01-02 11:41:38 +0100 (Mon, 02 Jan 2006) | 3 lines
24251 Changed paths:
24252    M /trunk/src/video_output/video_output.c
24253
24254   * src/video_output/video_output.c: do not drop late frames at the video
24255     output level when --no-skip-frames was specified.
24256
24257 ------------------------------------------------------------------------
24258 r13848 | courmisch | 2006-01-02 11:06:36 +0100 (Mon, 02 Jan 2006) | 2 lines
24259 Changed paths:
24260    M /trunk/po/fr.po
24261
24262 Fix spelling error
24263
24264 ------------------------------------------------------------------------
24265 r13847 | sam | 2006-01-02 10:01:27 +0100 (Mon, 02 Jan 2006) | 3 lines
24266 Changed paths:
24267    M /trunk/src/misc/image.c
24268
24269   * src/misc/image.c: don't forget to free the temporary pictures or we'll
24270     rapidly leak gigabytes of memory.
24271
24272 ------------------------------------------------------------------------
24273 r13842 | zorglub | 2006-01-01 14:39:21 +0100 (Sun, 01 Jan 2006) | 2 lines
24274 Changed paths:
24275    M /trunk/extras/make.pl
24276
24277 Improve output
24278
24279 ------------------------------------------------------------------------
24280 r13841 | hartman | 2005-12-31 16:05:12 +0100 (Sat, 31 Dec 2005) | 1 line
24281 Changed paths:
24282    M /trunk/src/input/stream.c
24283
24284 Fix an issue with AStreamRefillStream and mp4 indexes
24285 ------------------------------------------------------------------------