]> git.sesse.net Git - vlc/blob - ChangeLog
Backport of the latest alsa fix
[vlc] / ChangeLog
1 ------------------------------------------------------------------------
2 r12687 | titer | 2005-09-26 17:03:39 +0200 (Mon, 26 Sep 2005) | 2 lines
3 Changed paths:
4    M /trunk/modules/gui/beos/InterfaceWindow.cpp
5    M /trunk/modules/gui/beos/InterfaceWindow.h
6    M /trunk/modules/gui/beos/PlayListWindow.cpp
7
8  beos/*: update the playlist properly
9
10 ------------------------------------------------------------------------
11 r12686 | sam | 2005-09-26 12:42:11 +0200 (Mon, 26 Sep 2005) | 2 lines
12 Changed paths:
13    M /trunk/extras/contrib/src/Makefile
14
15   * extras/contrib/src/Makefile: additional fix for the livedotcom snapshot.
16
17 ------------------------------------------------------------------------
18 r12685 | sam | 2005-09-26 12:15:44 +0200 (Mon, 26 Sep 2005) | 2 lines
19 Changed paths:
20    M /trunk/configure.ac
21
22   * configure.ac: re-enabled i420_rgb_mmx on amd64.
23
24 ------------------------------------------------------------------------
25 r12684 | sam | 2005-09-26 12:15:02 +0200 (Mon, 26 Sep 2005) | 2 lines
26 Changed paths:
27    M /trunk/modules/video_chroma/i420_rgb16.c
28
29   * modules/video_chroma/i420_rgb16.c: fixed compiler warnings.
30
31 ------------------------------------------------------------------------
32 r12683 | sam | 2005-09-26 12:14:46 +0200 (Mon, 26 Sep 2005) | 2 lines
33 Changed paths:
34    M /trunk/modules/video_chroma/i420_rgb_mmx.h
35
36   * modules/video_chroma/i420_rgb_mmx.h: use RIP-related code on amd64.
37
38 ------------------------------------------------------------------------
39 r12682 | sam | 2005-09-26 08:08:13 +0200 (Mon, 26 Sep 2005) | 2 lines
40 Changed paths:
41    M /trunk/extras/contrib/src/packages.mak
42
43   * extras/contrib/src/packages.mak: updated livedotcom location.
44
45 ------------------------------------------------------------------------
46 r12681 | sam | 2005-09-26 01:47:23 +0200 (Mon, 26 Sep 2005) | 2 lines
47 Changed paths:
48    M /trunk/debian/rules
49
50   * debian/rules: toup?\195?\169t?\195?\169?\195?\169?\195?\169
51
52 ------------------------------------------------------------------------
53 r12680 | sam | 2005-09-26 01:10:50 +0200 (Mon, 26 Sep 2005) | 2 lines
54 Changed paths:
55    M /trunk/debian/rules
56
57   * debian/rules: build x264 in PIC mode whenever possible
58
59 ------------------------------------------------------------------------
60 r12679 | jpsaman | 2005-09-25 20:25:57 +0200 (Sun, 25 Sep 2005) | 1 line
61 Changed paths:
62    M /trunk/modules/access/rtsp/real.c
63    M /trunk/modules/access/rtsp/real_rmff.c
64    M /trunk/modules/access/rtsp/real_sdpplin.c
65
66 Undo coding style fixes to make syncing with Xine code easier
67 ------------------------------------------------------------------------
68 r12678 | asmax | 2005-09-25 19:10:55 +0200 (Sun, 25 Sep 2005) | 1 line
69 Changed paths:
70    A /trunk/msvc/libvlc.vcproj.in
71    A /trunk/msvc/plugins.vcproj.in
72    A /trunk/msvc/vlc.vcproj.in
73    M /trunk/toolbox
74
75 * toolbox: added a --update-vc7 option to generate projects for Visual Studio .NET
76 ------------------------------------------------------------------------
77 r12677 | jpsaman | 2005-09-25 19:06:08 +0200 (Sun, 25 Sep 2005) | 1 line
78 Changed paths:
79    M /trunk/modules/access/rtsp/real_sdpplin.c
80
81 Another bunch of memory leaks in realrtsp plugin
82 ------------------------------------------------------------------------
83 r12676 | babal | 2005-09-25 18:49:40 +0200 (Sun, 25 Sep 2005) | 10 lines
84 Changed paths:
85    M /trunk/configure.ac
86    M /trunk/modules/LIST
87    M /trunk/modules/audio_filter/channel_mixer/Modules.am
88    A /trunk/modules/audio_filter/channel_mixer/dolby.c
89    M /trunk/modules/audio_filter/channel_mixer/headphone.c
90    M /trunk/modules/audio_filter/equalizer.c
91    M /trunk/modules/audio_filter/normvol.c
92    M /trunk/modules/gui/macosx/extended.m
93    M /trunk/modules/gui/wxwidgets/extrapanel.cpp
94    M /trunk/src/audio_output/filters.c
95    M /trunk/src/audio_output/input.c
96    M /trunk/src/audio_output/output.c
97    M /trunk/src/input/decoder.c
98    M /trunk/src/libvlc.h
99    M /trunk/vlc.spec.mdk
100
101 - the creation of the audio filter pipeline when specifying user audio
102   channel mixers was broken (again) in 0.8.1 and 0.8.2; hopefully this
103   will fix it for good, by allowing audio filters to request a specific
104   format rather than imposing them an arbitrary one
105 - various other small fixes in the audio output core
106 - option to force detection of Dolby Surround
107 - simple module to decode Dolby Surround
108 - increase spatialization with two center speakers and fix channel
109   order for 7.1 streams in the headphone channel mixer
110
111 ------------------------------------------------------------------------
112 r12671 | jpsaman | 2005-09-25 13:16:43 +0200 (Sun, 25 Sep 2005) | 1 line
113 Changed paths:
114    M /trunk/modules/access/rtsp/access.c
115    M /trunk/modules/access/rtsp/real.c
116    M /trunk/modules/access/rtsp/rtsp.c
117
118 Fix compiler warnings
119 ------------------------------------------------------------------------
120 r12669 | jpsaman | 2005-09-25 13:09:54 +0200 (Sun, 25 Sep 2005) | 1 line
121 Changed paths:
122    M /trunk/modules/access/rtsp/real_rmff.c
123    M /trunk/modules/access/rtsp/real_sdpplin.c
124
125 Compile fixes and another memory leak fix
126 ------------------------------------------------------------------------
127 r12666 | zorglub | 2005-09-25 12:14:39 +0200 (Sun, 25 Sep 2005) | 3 lines
128 Changed paths:
129    M /trunk/modules/video_output/x11/xcommon.c
130
131 Allow setting video output title under X
132 Patch by Oscar Perez
133
134 ------------------------------------------------------------------------
135 r12665 | zorglub | 2005-09-25 12:10:24 +0200 (Sun, 25 Sep 2005) | 3 lines
136 Changed paths:
137    M /trunk/modules/services_discovery/sap.c
138
139 Handle multicast like unicast in SAP
140 I'm really sorry, I couldn't find who sent this patch. Just drop me a mail, I'll add you to the THANKS list.
141
142 ------------------------------------------------------------------------
143 r12664 | jpsaman | 2005-09-25 11:52:28 +0200 (Sun, 25 Sep 2005) | 1 line
144 Changed paths:
145    M /trunk/modules/access/rtsp/real.c
146    M /trunk/modules/access/rtsp/real_rmff.c
147    M /trunk/modules/access/rtsp/real_rmff.h
148    M /trunk/modules/access/rtsp/real_sdpplin.c
149    M /trunk/modules/access/rtsp/rtsp.c
150
151 Fix several memory leaks and do a bit of coding style cleanup.
152 ------------------------------------------------------------------------
153 r12663 | jpsaman | 2005-09-24 18:41:23 +0200 (Sat, 24 Sep 2005) | 1 line
154 Changed paths:
155    M /trunk/AUTHORS
156
157 Update my entry
158 ------------------------------------------------------------------------
159 r12662 | hartman | 2005-09-23 16:01:20 +0200 (Fri, 23 Sep 2005) | 2 lines
160 Changed paths:
161    M /trunk/extras/contrib/src/Makefile
162
163 * Update ffmpeg configure line
164
165 ------------------------------------------------------------------------
166 r12661 | sam | 2005-09-23 15:39:26 +0200 (Fri, 23 Sep 2005) | 2 lines
167 Changed paths:
168    M /trunk/debian/rules
169
170   * debian/rules: removed useless magic in the faad2/x264 build.
171
172 ------------------------------------------------------------------------
173 r12660 | sam | 2005-09-23 14:09:46 +0200 (Fri, 23 Sep 2005) | 2 lines
174 Changed paths:
175    M /trunk/bootstrap
176    M /trunk/configure.ac
177
178   * HA! HA! I ARE USING TEH AM_MAINTAINER_MODE!!!1!
179
180 ------------------------------------------------------------------------
181 r12659 | sam | 2005-09-23 13:54:46 +0200 (Fri, 23 Sep 2005) | 2 lines
182 Changed paths:
183    M /trunk/bootstrap
184
185   * bravo sam.
186
187 ------------------------------------------------------------------------
188 r12658 | sam | 2005-09-23 13:47:52 +0200 (Fri, 23 Sep 2005) | 2 lines
189 Changed paths:
190    M /trunk/bootstrap
191
192   * bootstrap: issue an error if gettextize is not present.
193
194 ------------------------------------------------------------------------
195 r12657 | gbazin | 2005-09-22 23:23:35 +0200 (Thu, 22 Sep 2005) | 1 line
196 Changed paths:
197    M /trunk/modules/control/netsync.c
198
199 * modules/control/netsync.c: compilation fix.
200 ------------------------------------------------------------------------
201 r12656 | gbazin | 2005-09-22 23:19:33 +0200 (Thu, 22 Sep 2005) | 1 line
202 Changed paths:
203    M /trunk/modules/misc/network/ipv6.c
204
205 * modules/misc/network/ipv6.c: EVC compilation fixes.
206 ------------------------------------------------------------------------
207 r12655 | titer | 2005-09-22 23:17:14 +0200 (Thu, 22 Sep 2005) | 2 lines
208 Changed paths:
209    M /trunk/configure.ac
210    M /trunk/extras/contrib/bootstrap
211
212  Fixed build on BeOS R5/BONE and Zeta
213
214 ------------------------------------------------------------------------
215 r12654 | gbazin | 2005-09-22 23:11:38 +0200 (Thu, 22 Sep 2005) | 1 line
216 Changed paths:
217    M /trunk/modules/gui/wince/dialogs.cpp
218
219 * modules/gui/wince/dialogs.cpp: EVC compilation fix.
220 ------------------------------------------------------------------------
221 r12653 | gbazin | 2005-09-22 22:56:57 +0200 (Thu, 22 Sep 2005) | 1 line
222 Changed paths:
223    M /trunk/modules/audio_filter/resampler/ugly.c
224
225 * modules/audio_filter/resampler/ugly.c: compilation fix.
226 ------------------------------------------------------------------------
227 r12652 | gbazin | 2005-09-22 22:49:37 +0200 (Thu, 22 Sep 2005) | 1 line
228 Changed paths:
229    M /trunk/src/stream_output/sap.c
230
231 * src/stream_output/sap.c: net_Write() returns an int, not an unsigned.
232 ------------------------------------------------------------------------
233 r12651 | gbazin | 2005-09-22 22:48:59 +0200 (Thu, 22 Sep 2005) | 1 line
234 Changed paths:
235    M /trunk/modules/access/mms/mmstu.c
236
237 * modules/access/mms/mmstu.c: use net_Write() instead of send().
238 ------------------------------------------------------------------------
239 r12650 | gbazin | 2005-09-22 22:31:16 +0200 (Thu, 22 Sep 2005) | 1 line
240 Changed paths:
241    M /trunk/src/misc/getaddrinfo.c
242
243 * src/misc/getaddrinfo.c: WinCE implementation + ipv6 support (not tested).
244 ------------------------------------------------------------------------
245 r12649 | gbazin | 2005-09-22 22:14:20 +0200 (Thu, 22 Sep 2005) | 1 line
246 Changed paths:
247    M /trunk/evc/config.h.in
248    M /trunk/include/network.h
249    M /trunk/include/vlc_common.h
250    M /trunk/src/control/audio_video.c
251    M /trunk/src/control/core.c
252    M /trunk/src/control/util.c
253    M /trunk/src/misc/getaddrinfo.c
254    M /trunk/src/misc/net.c
255    M /trunk/src/stream_output/acl.c
256    M /trunk/src/stream_output/sap.c
257
258 * ALL: WinCE EVC compilation fixes.
259 ------------------------------------------------------------------------
260 r12648 | sam | 2005-09-22 22:09:48 +0200 (Thu, 22 Sep 2005) | 3 lines
261 Changed paths:
262    M /trunk/configure.ac
263
264   * configure.ac: well well... until GCC is fixed, let's disable i420_rgb_mmx
265     on AMD64.
266
267 ------------------------------------------------------------------------
268 r12647 | gbazin | 2005-09-22 21:40:11 +0200 (Thu, 22 Sep 2005) | 1 line
269 Changed paths:
270    M /trunk/evc/vlc.vcw
271
272 * evc/vlc.vcw: plugin_id3 doesn't exist anymore.
273 ------------------------------------------------------------------------
274 r12646 | gbazin | 2005-09-22 21:39:38 +0200 (Thu, 22 Sep 2005) | 1 line
275 Changed paths:
276    M /trunk/include/vlc_common.h
277
278 * include/vlc_common.h: why on earth was off_t not typedefed to int64 anymore under _MSC_VER ?
279 ------------------------------------------------------------------------
280 r12644 | massiot | 2005-09-22 17:39:37 +0200 (Thu, 22 Sep 2005) | 2 lines
281 Changed paths:
282    M /trunk/INSTALL.win32
283
284  * INSTALL.win32: Added --with-sdl-config-path=/usr/win32/bin.
285
286 ------------------------------------------------------------------------
287 r12643 | gbazin | 2005-09-22 00:08:00 +0200 (Thu, 22 Sep 2005) | 2 lines
288 Changed paths:
289    M /trunk/modules/codec/x264.c
290
291 * modules/codec/x264.c: renamed analyse "all" mode to "slow" and added X264_ANALYSE_I8x8 to "all" mode.
292
293 ------------------------------------------------------------------------
294 r12638 | xtophe | 2005-09-21 19:11:02 +0200 (Wed, 21 Sep 2005) | 2 lines
295 Changed paths:
296    M /trunk/configure.ac
297
298 Don't use Hal elsewhere than Linux
299
300 ------------------------------------------------------------------------
301 r12634 | sam | 2005-09-21 12:44:17 +0200 (Wed, 21 Sep 2005) | 2 lines
302 Changed paths:
303    M /trunk/configure.ac
304
305   * configure.ac: fixed typo that prevented --disable-gnomevfs from working.
306
307 ------------------------------------------------------------------------
308 r12633 | sam | 2005-09-21 11:53:14 +0200 (Wed, 21 Sep 2005) | 2 lines
309 Changed paths:
310    M /trunk/src/libvlc.c
311
312   * src/libvlc.c: cosmetic fix.
313
314 ------------------------------------------------------------------------
315 r12632 | rocky | 2005-09-21 04:15:03 +0200 (Wed, 21 Sep 2005) | 18 lines
316 Changed paths:
317    M /trunk/modules/access/cdda/cdda.h
318
319 In libcdio < 0.76
320
321 #include <cdio/cdda.h> /* Pulls in #include <cdio/paranoia.h> */
322
323 In libcdio >= 0.76
324
325 #include <cdio/paranoia.h> /* Pulls in #include <cdio/cdda.h> */
326
327 and
328
329 #include <cdio/cdda.h>     /* These lines can be | In either order    */
330 #include <cdio/paranoia.h> /* in either order    | these lines can be */
331
332 So that's what we go with. See the libcdio-devel@gnu.org mailing list
333 for more information on why the change in 0.76
334
335
336
337 ------------------------------------------------------------------------
338 r12631 | hartman | 2005-09-21 03:24:48 +0200 (Wed, 21 Sep 2005) | 2 lines
339 Changed paths:
340    M /trunk/extras/contrib/src/Makefile
341
342 * Autodetect the liveMedia on 10.2 special case. Note that this might break current 'sed' patch lines on existing 10.2 installs, since the correct line will be patched by those as well. 
343
344 ------------------------------------------------------------------------
345 r12630 | titer | 2005-09-21 00:48:30 +0200 (Wed, 21 Sep 2005) | 2 lines
346 Changed paths:
347    M /trunk/modules/visualization/visual/effects.c
348
349  visual/effects.c: compile fix
350
351 ------------------------------------------------------------------------
352 r12629 | titer | 2005-09-20 22:14:48 +0200 (Tue, 20 Sep 2005) | 2 lines
353 Changed paths:
354    M /trunk/extras/contrib/src/Makefile
355
356  Fixed ffmpeg BeOS cross compile on x86_64 (adapted from [12575])
357
358 ------------------------------------------------------------------------
359 r12628 | titer | 2005-09-20 22:03:11 +0200 (Tue, 20 Sep 2005) | 2 lines
360 Changed paths:
361    M /trunk/extras/contrib/src/Patches/speex.patch
362
363  speex.patch: fix build with gcc < 3
364
365 ------------------------------------------------------------------------
366 r12624 | sam | 2005-09-20 19:21:42 +0200 (Tue, 20 Sep 2005) | 2 lines
367 Changed paths:
368    M /trunk/configure.ac
369
370   * configuer.ac: grmbl, fixed an old typo breaking the build with gcc-4.x on ppc.
371
372 ------------------------------------------------------------------------
373 r12623 | sam | 2005-09-20 15:06:26 +0200 (Tue, 20 Sep 2005) | 2 lines
374 Changed paths:
375    M /trunk/debian/Makefile.am
376    M /trunk/debian/changelog
377    M /trunk/debian/control
378    A /trunk/debian/gcc-snapshot
379    M /trunk/debian/rules
380
381   * New Debian upload. Uses newer x264 and faad snapshots.
382
383 ------------------------------------------------------------------------
384 r12622 | sam | 2005-09-20 14:25:03 +0200 (Tue, 20 Sep 2005) | 2 lines
385 Changed paths:
386    M /trunk/modules/control/http/rpn.c
387
388   * modules/control/http/rpn.c: don?\226?\128?\153t crash if stripslashed string ends with \
389
390 ------------------------------------------------------------------------
391 r12620 | sam | 2005-09-20 11:55:29 +0200 (Tue, 20 Sep 2005) | 2 lines
392 Changed paths:
393    M /trunk/modules/video_chroma/i420_rgb_mmx.h
394
395   * modules/video_chroma/i420_rgb_mmx.h: bypassed gcc-3.4's ICEs again.
396
397 ------------------------------------------------------------------------
398 r12618 | sam | 2005-09-20 02:11:35 +0200 (Tue, 20 Sep 2005) | 5 lines
399 Changed paths:
400    M /trunk/modules/video_chroma/i420_rgb16.c
401    M /trunk/modules/video_chroma/i420_rgb_mmx.h
402
403   * modules/video_chroma/i420_rgb_mmx.h: work around a GCC 3.4.x bug.
404     /* Using i586-mingw32msvc-gcc 3.4.2: */
405     uint32_t i; __m64 mm0 = (__m64)(uint64_t)i;           /* ICE */
406     uint32_t i; uint64_t tmp = i; __m64 mm0 = (__m64)tmp; /* OK */
407
408 ------------------------------------------------------------------------
409 r12617 | sam | 2005-09-19 23:49:27 +0200 (Mon, 19 Sep 2005) | 2 lines
410 Changed paths:
411    M /trunk/debian/copyright
412
413   * debian/copyright: fixed the FSF address and updated copyright.
414
415 ------------------------------------------------------------------------
416 r12616 | sam | 2005-09-19 23:44:49 +0200 (Mon, 19 Sep 2005) | 4 lines
417 Changed paths:
418    M /trunk/modules/video_chroma/i420_rgb16.c
419    M /trunk/modules/video_chroma/i420_rgb_mmx.h
420
421   * modules/video_chroma/i420_rgb_mmx.h: wrote an MMX intrinsics version of
422     the conversion routines. Now that we no longer use inline asm, these
423     modules do not generate non-PIC code with -fPIC.
424
425 ------------------------------------------------------------------------
426 r12615 | gbazin | 2005-09-19 23:32:04 +0200 (Mon, 19 Sep 2005) | 1 line
427 Changed paths:
428    M /trunk/modules/mux/ogg.c
429
430 * modules/mux/ogg.c: fixed potential buffer overflow.
431 ------------------------------------------------------------------------
432 r12614 | gbazin | 2005-09-19 23:21:17 +0200 (Mon, 19 Sep 2005) | 1 line
433 Changed paths:
434    M /trunk/modules/demux/real.c
435
436 * modules/demux/real.c: avoid using null pts + removed debug message.
437 ------------------------------------------------------------------------
438 r12613 | gbazin | 2005-09-19 23:16:23 +0200 (Mon, 19 Sep 2005) | 1 line
439 Changed paths:
440    M /trunk/modules/access/rtsp/access.c
441    M /trunk/modules/access/rtsp/real.c
442    M /trunk/modules/access/rtsp/real.h
443
444 * modules/access/rtsp: fixed problem in BlockRead().
445 ------------------------------------------------------------------------
446 r12612 | gbazin | 2005-09-19 22:20:07 +0200 (Mon, 19 Sep 2005) | 1 line
447 Changed paths:
448    M /trunk/modules/access/mms/mmstu.c
449
450 * modules/access/mms/mmstu.c: reverted broken commit.
451 ------------------------------------------------------------------------
452 r12611 | gbazin | 2005-09-19 22:07:04 +0200 (Mon, 19 Sep 2005) | 1 line
453 Changed paths:
454    M /trunk/modules/codec/realaudio.c
455
456 * modules/codec/realaudio.c: split the audio output buffers in chunks of 1024 samples because the audio output can't deal with big chunks.
457 ------------------------------------------------------------------------
458 r12610 | fkuehne | 2005-09-19 21:45:54 +0200 (Mon, 19 Sep 2005) | 1 line
459 Changed paths:
460    M /trunk/modules/access/mms/mmstu.c
461
462 * fixed some other signedness-issue (thanks to Trax!)
463 ------------------------------------------------------------------------
464 r12609 | fkuehne | 2005-09-19 20:30:36 +0200 (Mon, 19 Sep 2005) | 1 line
465 Changed paths:
466    M /trunk/modules/codec/ffmpeg/demux.c
467    M /trunk/modules/codec/ffmpeg/encoder.c
468
469 * fixed some 'comparison between signed and unsigned'-warnings
470 ------------------------------------------------------------------------
471 r12608 | fkuehne | 2005-09-19 20:16:32 +0200 (Mon, 19 Sep 2005) | 1 line
472 Changed paths:
473    M /trunk/modules/access/mms/mmstu.c
474
475 * fixed 2 minor compilation warnings
476 ------------------------------------------------------------------------
477 r12606 | sam | 2005-09-19 18:06:04 +0200 (Mon, 19 Sep 2005) | 4 lines
478 Changed paths:
479    M /trunk/configure.ac
480
481   * configure.ac: more robust check for MMX intrinsics support. GCC 4.1.0
482     works, but gcc 4.0.x doesn?\226?\128?\153t build some constructs properly.
483     See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23963
484
485 ------------------------------------------------------------------------
486 r12605 | massiot | 2005-09-19 14:59:58 +0200 (Mon, 19 Sep 2005) | 2 lines
487 Changed paths:
488    M /trunk/modules/demux/ts.c
489
490  * modules/demux/ts.c: PID 8191 is padding.
491
492 ------------------------------------------------------------------------
493 r12604 | massiot | 2005-09-19 14:32:57 +0200 (Mon, 19 Sep 2005) | 2 lines
494 Changed paths:
495    M /trunk/configure.ac
496    M /trunk/doc/fortunes.txt
497    M /trunk/modules/mux/mpeg/ts.c
498
499  * modules/mux/mpeg/ts.c: Detect older versions of libdvbpsi.
500
501 ------------------------------------------------------------------------
502 r12603 | sam | 2005-09-19 01:13:41 +0200 (Mon, 19 Sep 2005) | 2 lines
503 Changed paths:
504    M /trunk/configure.ac
505
506   * configure.ac: check for MMX intrinsics.
507
508 ------------------------------------------------------------------------
509 r12602 | sam | 2005-09-19 01:13:04 +0200 (Mon, 19 Sep 2005) | 2 lines
510 Changed paths:
511    M /trunk/po/POTFILES.in
512
513   * updated po/POTFILES.in.
514
515 ------------------------------------------------------------------------
516 r12601 | gbazin | 2005-09-19 00:36:46 +0200 (Mon, 19 Sep 2005) | 1 line
517 Changed paths:
518    M /trunk/modules/mux/mpeg/ts.c
519
520 * modules/mux/mpeg/ts.c: disabled some broken code.
521 ------------------------------------------------------------------------
522 r12600 | sam | 2005-09-18 22:14:45 +0200 (Sun, 18 Sep 2005) | 2 lines
523 Changed paths:
524    M /trunk/modules/access/rtsp/Modules.am
525
526   * modules/access/rtsp/Modules.am: removed nonexistent file from the sources.
527
528 ------------------------------------------------------------------------
529 r12599 | fkuehne | 2005-09-18 21:29:35 +0200 (Sun, 18 Sep 2005) | 1 line
530 Changed paths:
531    M /trunk/modules/gui/macosx/output.m
532
533 * split up hostname and following path and insert the port after the hostname (fixes #351)
534 ------------------------------------------------------------------------
535 r12598 | gbazin | 2005-09-18 20:44:04 +0200 (Sun, 18 Sep 2005) | 1 line
536 Changed paths:
537    M /trunk/configure.ac
538
539 * configure.ac: compile the realaudio plugin with -DLOADER when --enable-loader is specified.
540 ------------------------------------------------------------------------
541 r12597 | gbazin | 2005-09-18 19:50:43 +0200 (Sun, 18 Sep 2005) | 1 line
542 Changed paths:
543    M /trunk/modules/access/rtsp/rtsp.c
544
545 * modules/access/rtsp/rtsp.c: win32 compilation fix.
546 ------------------------------------------------------------------------
547 r12596 | gbazin | 2005-09-18 19:35:23 +0200 (Sun, 18 Sep 2005) | 1 line
548 Changed paths:
549    M /trunk/configure.ac
550    A /trunk/modules/access/rtsp
551    A /trunk/modules/access/rtsp/Modules.am
552    A /trunk/modules/access/rtsp/access.c
553    A /trunk/modules/access/rtsp/real.c
554    A /trunk/modules/access/rtsp/real.h
555    A /trunk/modules/access/rtsp/real_asmrp.c
556    A /trunk/modules/access/rtsp/real_rmff.c
557    A /trunk/modules/access/rtsp/real_rmff.h
558    A /trunk/modules/access/rtsp/real_sdpplin.c
559    A /trunk/modules/access/rtsp/real_sdpplin.h
560    A /trunk/modules/access/rtsp/rtsp.c
561    A /trunk/modules/access/rtsp/rtsp.h
562
563 * modules/access/rtsp: real rtsp access module.
564 ------------------------------------------------------------------------
565 r12595 | gbazin | 2005-09-18 19:23:13 +0200 (Sun, 18 Sep 2005) | 1 line
566 Changed paths:
567    M /trunk/configure.ac
568    M /trunk/modules/codec/Modules.am
569    A /trunk/modules/codec/realaudio.c
570
571 * modules/codec/realaudio.c: real audio (cook) decoder using real's libraries.
572 ------------------------------------------------------------------------
573 r12594 | gbazin | 2005-09-18 18:20:24 +0200 (Sun, 18 Sep 2005) | 1 line
574 Changed paths:
575    M /trunk/modules/demux/livedotcom.cpp
576
577 * modules/demux/livedotcom.cpp: fixed small leak.
578 ------------------------------------------------------------------------
579 r12593 | gbazin | 2005-09-18 18:03:49 +0200 (Sun, 18 Sep 2005) | 1 line
580 Changed paths:
581    M /trunk/modules/demux/livedotcom.cpp
582
583 * modules/demux/livedotcom.cpp: do not modify p_demux->psz_path.
584 ------------------------------------------------------------------------
585 r12592 | gbazin | 2005-09-18 16:42:02 +0200 (Sun, 18 Sep 2005) | 1 line
586 Changed paths:
587    M /trunk/modules/demux/real.c
588
589 * modules/demux/real.c: cleanup + added support for cook.
590 ------------------------------------------------------------------------
591 r12591 | sam | 2005-09-18 15:18:55 +0200 (Sun, 18 Sep 2005) | 2 lines
592 Changed paths:
593    M /trunk/AUTHORS
594    M /trunk/MAINTAINERS
595    M /trunk/THANKS
596
597   * UTF8ised files that get distributed with Debian.
598
599 ------------------------------------------------------------------------
600 r12590 | robux4 | 2005-09-18 14:58:25 +0200 (Sun, 18 Sep 2005) | 1 line
601 Changed paths:
602    M /trunk/modules/codec/ffmpeg/encoder.c
603    M /trunk/modules/codec/ffmpeg/ffmpeg.c
604    M /trunk/src/misc/threads.c
605    M /trunk/src/playlist/view.c
606
607 misc possible buffer/resource misuse & tidy compilation
608 ------------------------------------------------------------------------
609 r12589 | jpsaman | 2005-09-18 12:58:25 +0200 (Sun, 18 Sep 2005) | 1 line
610 Changed paths:
611    M /trunk/modules/access/gnomevfs.c
612
613 Don't access unallocated memory
614 ------------------------------------------------------------------------
615 r12588 | jpsaman | 2005-09-18 12:06:05 +0200 (Sun, 18 Sep 2005) | 1 line
616 Changed paths:
617    M /trunk/src/stream_output/sap.c
618
619 Fix compiler warning about signed and unsigned comparisons
620 ------------------------------------------------------------------------
621 r12587 | jpsaman | 2005-09-18 12:03:10 +0200 (Sun, 18 Sep 2005) | 1 line
622 Changed paths:
623    M /trunk/include/vlc_osd.h
624    M /trunk/src/osd/osd.c
625
626 Forward port of revision 12566: Ignore menu select|right|left|up|down when OSD Menu is not visible
627 ------------------------------------------------------------------------
628 r12586 | robux4 | 2005-09-18 11:43:23 +0200 (Sun, 18 Sep 2005) | 1 line
629 Changed paths:
630    M /trunk/modules/gui/wxwidgets/dialogs.cpp
631    M /trunk/modules/gui/wxwidgets/interface.cpp
632
633 * wxwidgets: fix a memory leak (patch by Brian Robb)
634 ------------------------------------------------------------------------
635 r12584 | courmisch | 2005-09-17 17:14:34 +0200 (Sat, 17 Sep 2005) | 2 lines
636 Changed paths:
637    M /trunk/src/misc/net.c
638
639 Win32 compile fix
640
641 ------------------------------------------------------------------------
642 r12583 | courmisch | 2005-09-17 17:00:58 +0200 (Sat, 17 Sep 2005) | 7 lines
643 Changed paths:
644    M /trunk/src/misc/net.c
645
646 * print unreachable host as an error in net_OpenTCP (refs #320)
647 * don't print IPv6 unreachable warning when IPv4 works fine
648 * don't attempt SOCKS negociation when TCP connection failed
649 * use "%s port %d" rather than "%s:%d" because the latter is
650   confusing with IPv6 adresses
651 * removed trailing spaces
652
653 ------------------------------------------------------------------------
654 r12582 | zorglub | 2005-09-17 16:15:32 +0200 (Sat, 17 Sep 2005) | 2 lines
655 Changed paths:
656    M /trunk/modules/gui/wxwidgets/playlist.cpp
657
658 Don't crash on items with % in name (Closes:#312)
659
660 ------------------------------------------------------------------------
661 r12581 | zorglub | 2005-09-17 15:29:37 +0200 (Sat, 17 Sep 2005) | 4 lines
662 Changed paths:
663    M /trunk/modules/stream_out/display.c
664
665 Select the correct input in #display (Closes:#343)
666
667 The module used FIND_ANYWHERE. The proposed patch solved the bug as a side-effect as you get the latest created input, which is the current one with the proposed patch (wait for init to signal thread as ready)
668
669 ------------------------------------------------------------------------
670 r12580 | zorglub | 2005-09-17 14:12:54 +0200 (Sat, 17 Sep 2005) | 3 lines
671 Changed paths:
672    M /trunk/modules/misc/screensaver.c
673    M /trunk/src/libvlc.c
674    M /trunk/src/libvlc.h
675
676 Default to disabling screensaver under X (Closes:#253)
677 Hide screensaver interface from the prefs
678
679 ------------------------------------------------------------------------
680 r12579 | bigben | 2005-09-16 23:19:43 +0200 (Fri, 16 Sep 2005) | 3 lines
681 Changed paths:
682    M /trunk/NEWS
683
684 added bonjour service discovery and gnomevfs access
685
686
687 ------------------------------------------------------------------------
688 r12577 | titer | 2005-09-16 20:52:33 +0200 (Fri, 16 Sep 2005) | 2 lines
689 Changed paths:
690    M /trunk/extras/contrib/src/Makefile
691
692  contrib/src/Makefile: libvorbis now supports --host, so let's use it
693
694 ------------------------------------------------------------------------
695 r12572 | damienf | 2005-09-16 18:13:07 +0200 (Fri, 16 Sep 2005) | 2 lines
696 Changed paths:
697    M /trunk/modules/access/dshow/dshow.cpp
698
699 dshow.cpp: make sure driver name is properly NULL terminated
700
701 ------------------------------------------------------------------------
702 r12571 | damienf | 2005-09-16 18:10:42 +0200 (Fri, 16 Sep 2005) | 2 lines
703 Changed paths:
704    M /trunk/activex/persistpropbag.cpp
705    M /trunk/activex/persiststorage.cpp
706    M /trunk/activex/persiststreaminit.cpp
707    M /trunk/activex/plugin.cpp
708    M /trunk/activex/plugin.h
709    M /trunk/activex/utils.cpp
710    M /trunk/activex/vlccontrol.cpp
711
712 all: bug fixing, clean-up
713
714 ------------------------------------------------------------------------
715 r12570 | sigmunau | 2005-09-16 01:53:41 +0200 (Fri, 16 Sep 2005) | 2 lines
716 Changed paths:
717    M /trunk/modules/demux/playlist/b4s.c
718
719 Coding style fixes and added comments
720
721 ------------------------------------------------------------------------
722 r12568 | fkuehne | 2005-09-16 00:11:01 +0200 (Fri, 16 Sep 2005) | 1 line
723 Changed paths:
724    M /trunk/extras/contrib/src/Makefile
725
726 * added x264 and live to the linux target
727 ------------------------------------------------------------------------
728 r12564 | zorglub | 2005-09-15 19:42:24 +0200 (Thu, 15 Sep 2005) | 2 lines
729 Changed paths:
730    M /trunk/THANKS
731    M /trunk/include/vlc_playlist.h
732    M /trunk/modules/gui/wxwidgets/playlist.cpp
733    M /trunk/src/playlist/sort.c
734    M /trunk/src/playlist/view.c
735
736 Sort-by-album patch by Pierre Marc Dumuid
737
738 ------------------------------------------------------------------------
739 r12563 | massiot | 2005-09-15 18:41:26 +0200 (Thu, 15 Sep 2005) | 3 lines
740 Changed paths:
741    M /trunk/THANKS
742    M /trunk/configure.ac
743    M /trunk/modules/mux/mpeg/ts.c
744
745  * modules/mux/mpeg/ts.c: Support for SDT and multiple PMTs, original
746    patch courtesy of Wallace Wadge (thanks!).
747
748 ------------------------------------------------------------------------
749 r12562 | hartman | 2005-09-15 17:36:36 +0200 (Thu, 15 Sep 2005) | 2 lines
750 Changed paths:
751    M /trunk/modules/codec/ffmpeg/ffmpeg.c
752
753 * Add FMP4 FourCC. (FFMPEG MPEG-4 encoded)
754
755 ------------------------------------------------------------------------
756 r12561 | jpsaman | 2005-09-15 16:50:47 +0200 (Thu, 15 Sep 2005) | 1 line
757 Changed paths:
758    M /trunk/modules/demux/avi/avi.c
759
760 Forward port of revision 12559: Fix division by zero crash
761 ------------------------------------------------------------------------
762 r12560 | hartman | 2005-09-15 16:21:38 +0200 (Thu, 15 Sep 2005) | 2 lines
763 Changed paths:
764    M /trunk/modules/gui/macosx/playlistinfo.m
765
766 * Missing object release
767
768 ------------------------------------------------------------------------
769 r12558 | zorglub | 2005-09-15 08:17:33 +0200 (Thu, 15 Sep 2005) | 2 lines
770 Changed paths:
771    M /trunk/modules/demux/m3u.c
772    M /trunk/modules/demux/playlist/m3u.c
773    M /trunk/modules/misc/playlist/m3u.c
774
775 Hopefully "The Right Fix" patch for M3U parsing, by Daniel Straenger.
776
777 ------------------------------------------------------------------------
778 r12557 | zorglub | 2005-09-15 08:11:07 +0200 (Thu, 15 Sep 2005) | 2 lines
779 Changed paths:
780    M /trunk/src/playlist/playlist.c
781
782 Improve random behaviour - Patch by Daniel Straenger. Thanks !
783
784 ------------------------------------------------------------------------
785 r12556 | hartman | 2005-09-15 02:02:31 +0200 (Thu, 15 Sep 2005) | 2 lines
786 Changed paths:
787    M /trunk/src/playlist/playlist.c
788
789 * Fix yet another playlist corner case
790
791 ------------------------------------------------------------------------
792 r12555 | massiot | 2005-09-14 19:24:32 +0200 (Wed, 14 Sep 2005) | 3 lines
793 Changed paths:
794    M /trunk/modules/misc/network/ipv4.c
795
796  * mudules/misc/network/ipv4.c: Expand output buffer size as well to avoid
797    send() delays.
798
799 ------------------------------------------------------------------------
800 r12554 | massiot | 2005-09-14 19:22:48 +0200 (Wed, 14 Sep 2005) | 2 lines
801 Changed paths:
802    M /trunk/modules/access_output/udp.c
803
804  * modules/access_output/udp.c: Check send() return value.
805
806 ------------------------------------------------------------------------
807 r12553 | hartman | 2005-09-14 17:04:37 +0200 (Wed, 14 Sep 2005) | 2 lines
808 Changed paths:
809    M /trunk/src/playlist/playlist.c
810
811 * Better fix for [12521]. Previous fix resulted in the playlist forgetting it's position if you did a play / stop / play sequence. This is the CORRECT fix.
812
813 ------------------------------------------------------------------------
814 r12552 | hartman | 2005-09-14 13:56:08 +0200 (Wed, 14 Sep 2005) | 2 lines
815 Changed paths:
816    M /trunk/extras/contrib/src/Makefile
817    D /trunk/extras/contrib/src/Patches/libcddb.patch
818
819 * remove CDDB patch that is now applied upstream in the new libcddb version that we use.
820
821 ------------------------------------------------------------------------
822 r12551 | courmisch | 2005-09-14 10:44:26 +0200 (Wed, 14 Sep 2005) | 2 lines
823 Changed paths:
824    M /trunk/configure.ac
825
826 Check -mtune even when --with-tuning is used
827
828 ------------------------------------------------------------------------
829 r12550 | courmisch | 2005-09-14 10:44:06 +0200 (Wed, 14 Sep 2005) | 2 lines
830 Changed paths:
831    M /trunk/include/vlc_symbols.h
832
833 Clean up
834
835 ------------------------------------------------------------------------
836 r12549 | yoann | 2005-09-14 02:43:57 +0200 (Wed, 14 Sep 2005) | 4 lines
837 Changed paths:
838    M /trunk/modules/gui/ncurses.c
839
840 * modules/gui/ncurses.c: Filebrowser enhancements:
841   - sorting
842   - show/hide hidden files (with '.')
843
844 ------------------------------------------------------------------------
845 r12548 | hartman | 2005-09-14 02:36:41 +0200 (Wed, 14 Sep 2005) | 2 lines
846 Changed paths:
847    M /trunk/modules/demux/subtitle.c
848
849 * Fix memleaks
850
851 ------------------------------------------------------------------------
852 r12547 | massiot | 2005-09-14 01:55:44 +0200 (Wed, 14 Sep 2005) | 2 lines
853 Changed paths:
854    M /trunk/doc/fortunes.txt
855
856 Fortuuuuune.
857
858 ------------------------------------------------------------------------
859 r12546 | massiot | 2005-09-14 00:33:49 +0200 (Wed, 14 Sep 2005) | 2 lines
860 Changed paths:
861    M /trunk/doc/fortunes.txt
862
863 Fortuuuuune.
864
865 ------------------------------------------------------------------------
866 r12545 | yoann | 2005-09-14 00:15:00 +0200 (Wed, 14 Sep 2005) | 2 lines
867 Changed paths:
868    M /trunk/modules/gui/ncurses.c
869
870  * modules/gui/ncurses.c: use <space> in the filebrowser to add the selected directory to the playlist.
871
872 ------------------------------------------------------------------------
873 r12544 | gbazin | 2005-09-14 00:01:20 +0200 (Wed, 14 Sep 2005) | 1 line
874 Changed paths:
875    M /trunk/modules/packetizer/h264.c
876
877 * modules/packetizer/h264.c: small fix to annexe-b packetizer.
878 ------------------------------------------------------------------------
879 r12543 | fkuehne | 2005-09-13 19:52:09 +0200 (Tue, 13 Sep 2005) | 1 line
880 Changed paths:
881    M /trunk/extras/contrib/src/packages.mak
882
883 * whoops, fixed invalid path for MASH introduced in the last commit
884 ------------------------------------------------------------------------
885 r12542 | fkuehne | 2005-09-13 19:50:27 +0200 (Tue, 13 Sep 2005) | 1 line
886 Changed paths:
887    M /trunk/extras/contrib/src/Makefile
888    M /trunk/extras/contrib/src/packages.mak
889
890 * updated libcddb to 1.2.1 from 0.9.6 (refs #292)
891 ------------------------------------------------------------------------
892 r12541 | gbazin | 2005-09-13 19:48:32 +0200 (Tue, 13 Sep 2005) | 1 line
893 Changed paths:
894    M /trunk/modules/packetizer/h264.c
895
896 * modules/packetizer/h264.c: date SPS and PPS blocks built from the codec extradata.
897 ------------------------------------------------------------------------
898 r12538 | bigben | 2005-09-13 17:10:32 +0200 (Tue, 13 Sep 2005) | 5 lines
899 Changed paths:
900    M /trunk/modules/access/gnomevfs.c
901
902 * Support URIs with non ascii characters
903 * Work around the fact reading from http never returns EOF
904 * Dirty hack to avoid segfault on exit if we don't open at least a valid file
905
906
907 ------------------------------------------------------------------------
908 r12537 | massiot | 2005-09-13 16:45:46 +0200 (Tue, 13 Sep 2005) | 2 lines
909 Changed paths:
910    M /trunk/doc/fortunes.txt
911
912 Fortuuuune
913
914 ------------------------------------------------------------------------
915 r12536 | bigben | 2005-09-13 12:41:08 +0200 (Tue, 13 Sep 2005) | 3 lines
916 Changed paths:
917    M /trunk/modules/access/gnomevfs.c
918
919 Cosmetics
920
921
922 ------------------------------------------------------------------------
923 r12535 | bigben | 2005-09-13 11:44:56 +0200 (Tue, 13 Sep 2005) | 3 lines
924 Changed paths:
925    M /trunk/modules/access/gnomevfs.c
926
927 Handle correctly the case when no access is explicitely given.
928
929
930 ------------------------------------------------------------------------
931 r12534 | bigben | 2005-09-13 11:31:40 +0200 (Tue, 13 Sep 2005) | 4 lines
932 Changed paths:
933    M /trunk/modules/access/gnomevfs.c
934
935 * Try the gnomevfs plugin last if we didn't find any other matching access
936 * Now MRLs such as ssh://user:pass@server work.
937
938
939 ------------------------------------------------------------------------
940 r12533 | xtophe | 2005-09-13 10:38:25 +0200 (Tue, 13 Sep 2005) | 2 lines
941 Changed paths:
942    M /trunk/modules/access/gnomevfs.c
943
944 Properties + cosmetic
945
946 ------------------------------------------------------------------------
947 r12532 | bigben | 2005-09-13 01:56:43 +0200 (Tue, 13 Sep 2005) | 5 lines
948 Changed paths:
949    M /trunk/configure.ac
950    M /trunk/modules/access/Modules.am
951    A /trunk/modules/access/gnomevfs.c
952
953 * New gnomevfs access module
954 * MRLS are of the form gnomevfs://ssh://user:pass@ (if anybody has something better)
955 * Still some issues with some accesses (smb for instance) where it seems it required to open the directory in which the file is before opening the file itself.
956
957
958 ------------------------------------------------------------------------
959 r12531 | hartman | 2005-09-12 23:54:45 +0200 (Mon, 12 Sep 2005) | 2 lines
960 Changed paths:
961    M /trunk/modules/gui/macosx/playlist.m
962
963 * adding arguments to printFormat, without a format that uses them is pretty useless.
964
965 ------------------------------------------------------------------------
966 r12530 | hartman | 2005-09-12 23:41:39 +0200 (Mon, 12 Sep 2005) | 2 lines
967 Changed paths:
968    M /trunk/src/playlist/playlist.c
969
970 * Prevent the autoplay function from playing the Shoutcast url for the xmllist. The SD modules already does this by itself. (fixes #8)
971
972 ------------------------------------------------------------------------
973 r12529 | hartman | 2005-09-12 22:47:34 +0200 (Mon, 12 Sep 2005) | 2 lines
974 Changed paths:
975    M /trunk/modules/gui/macosx/intf.m
976
977 * Fix Mac autoplay behaviour for SD playlistitems. (refs #8)
978
979 ------------------------------------------------------------------------
980 r12528 | fkuehne | 2005-09-12 21:42:53 +0200 (Mon, 12 Sep 2005) | 1 line
981 Changed paths:
982    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
983    M /trunk/modules/gui/macosx/about.m
984
985 * use the current copyright scheme in the about-box; removed a useless colon introduced in the last commit
986 ------------------------------------------------------------------------
987 r12527 | fkuehne | 2005-09-12 21:11:43 +0200 (Mon, 12 Sep 2005) | 1 line
988 Changed paths:
989    M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/classes.nib
990    M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/info.nib
991    M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib
992    M /trunk/modules/gui/macosx/about.h
993    M /trunk/modules/gui/macosx/about.m
994
995 * added compilation information
996 ------------------------------------------------------------------------
997 r12526 | dionoea | 2005-09-12 20:49:42 +0200 (Mon, 12 Sep 2005) | 9 lines
998 Changed paths:
999    M /trunk/modules/gui/wxwidgets/updatevlc.cpp
1000
1001 update system :
1002 only take into account "stable" releases when release_type == stable
1003 stable and testing when == testing
1004 stable, testing and nighlty when == nightly
1005 all when !=
1006 (still need a way to change release_type in the intf ... i'm lazy. default
1007 set to "testing")
1008
1009
1010 ------------------------------------------------------------------------
1011 r12525 | dionoea | 2005-09-12 19:07:41 +0200 (Mon, 12 Sep 2005) | 3 lines
1012 Changed paths:
1013    M /trunk/src/libvlc.c
1014
1015 fix daemon mode when HAVE_DAEMON is defined. fixes #347
1016
1017
1018 ------------------------------------------------------------------------
1019 r12524 | hartman | 2005-09-12 15:00:05 +0200 (Mon, 12 Sep 2005) | 2 lines
1020 Changed paths:
1021    M /trunk/modules/gui/macosx/misc.m
1022
1023 * Remove 10.3 only properties of the volumeSlider
1024
1025 ------------------------------------------------------------------------
1026 r12523 | hartman | 2005-09-12 14:46:17 +0200 (Mon, 12 Sep 2005) | 2 lines
1027 Changed paths:
1028    M /trunk/src/playlist/playlist.c
1029
1030 * remove debug line
1031
1032 ------------------------------------------------------------------------
1033 r12522 | hartman | 2005-09-12 14:36:37 +0200 (Mon, 12 Sep 2005) | 3 lines
1034 Changed paths:
1035    M /trunk/src/playlist/playlist.c
1036
1037 * Fix the issue with random always playing the first item in the playlist initially (closes #217)
1038
1039
1040 ------------------------------------------------------------------------
1041 r12521 | hartman | 2005-09-12 14:02:58 +0200 (Mon, 12 Sep 2005) | 2 lines
1042 Changed paths:
1043    M /trunk/src/playlist/playlist.c
1044
1045 * Fixes a problem where playlist_Play was playing items that were no longer in the playlist. (Play item, playlist_Stop, remove item, add new items (enqueue), playlist_Play, and you would get the old item). This fixes it, but i think it might be a problem that actually resides deeper in the playlist core.
1046
1047 ------------------------------------------------------------------------
1048 r12520 | hartman | 2005-09-12 12:36:36 +0200 (Mon, 12 Sep 2005) | 2 lines
1049 Changed paths:
1050    M /trunk/modules/access/mms/mms.c
1051
1052 * Up the mms caching from 3200 ms to 5000ms. (unfortunately this is needed for a large number of streams)
1053
1054 ------------------------------------------------------------------------
1055 r12519 | robux4 | 2005-09-12 11:56:32 +0200 (Mon, 12 Sep 2005) | 1 line
1056 Changed paths:
1057    M /trunk/modules/demux/mkv.cpp
1058
1059 mkv.cpp: avoid dependency problems with older libmatroska
1060 ------------------------------------------------------------------------
1061 r12518 | bigben | 2005-09-11 23:14:17 +0200 (Sun, 11 Sep 2005) | 6 lines
1062 Changed paths:
1063    M /trunk/src/playlist/playlist.c
1064
1065
1066 * Loop at the beginning of the playlist instead of the beginning of the current node when loop is enabled
1067
1068 This should be the right fix, but testing is welcomed.
1069
1070
1071 ------------------------------------------------------------------------
1072 r12517 | ipkiss | 2005-09-11 22:03:18 +0200 (Sun, 11 Sep 2005) | 3 lines
1073 Changed paths:
1074    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
1075    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
1076    M /trunk/modules/gui/skins2/vars/playtree.cpp
1077
1078  * skins2/parser/skin_parser.cpp: fixed a FIXME
1079  * skins2/vars/playtree.cpp: removed some debug lines
1080
1081 ------------------------------------------------------------------------
1082 r12516 | gbazin | 2005-09-11 18:57:10 +0200 (Sun, 11 Sep 2005) | 1 line
1083 Changed paths:
1084    M /trunk/modules/video_filter/scale.c
1085
1086 * modules/video_filter/scale.c: Fixed bug reported by Wallace Wadge (wwadge at gmail).
1087 ------------------------------------------------------------------------
1088 r12515 | robux4 | 2005-09-11 17:35:00 +0200 (Sun, 11 Sep 2005) | 1 line
1089 Changed paths:
1090    M /trunk/modules/demux/mkv.cpp
1091
1092 mkv.cpp: more memory leaks fixed
1093 ------------------------------------------------------------------------
1094 r12514 | fkuehne | 2005-09-11 14:45:41 +0200 (Sun, 11 Sep 2005) | 1 line
1095 Changed paths:
1096    M /trunk/modules/gui/macosx/extended.m
1097
1098 * save the prefs only shortly before the app exits (makes the utilisation of the extended-panel much faster)
1099 ------------------------------------------------------------------------
1100 r12513 | massiot | 2005-09-11 14:06:39 +0200 (Sun, 11 Sep 2005) | 2 lines
1101 Changed paths:
1102    M /trunk/doc/fortunes.txt
1103
1104 fortuuuuune
1105
1106 ------------------------------------------------------------------------
1107 r12512 | robux4 | 2005-09-11 12:42:17 +0200 (Sun, 11 Sep 2005) | 1 line
1108 Changed paths:
1109    M /trunk/modules/demux/mkv.cpp
1110
1111 mkv.cpp: fix some memory leaks
1112 ------------------------------------------------------------------------
1113 r12511 | robux4 | 2005-09-11 11:14:21 +0200 (Sun, 11 Sep 2005) | 1 line
1114 Changed paths:
1115    M /trunk/modules/demux/mkv.cpp
1116
1117 mkv.cpp: support segments with "unknown" size
1118 ------------------------------------------------------------------------
1119 r12510 | robux4 | 2005-09-10 19:08:35 +0200 (Sat, 10 Sep 2005) | 1 line
1120 Changed paths:
1121    M /trunk/modules/demux/mkv.cpp
1122
1123 mkv.cpp: support playback of segments without a UID
1124 ------------------------------------------------------------------------
1125 r12509 | robux4 | 2005-09-10 17:22:51 +0200 (Sat, 10 Sep 2005) | 1 line
1126 Changed paths:
1127    M /trunk/src/misc/variables.c
1128
1129 variables.c: void the buffer after the memmove to avoid reusing previous values
1130 ------------------------------------------------------------------------
1131 r12508 | robux4 | 2005-09-10 15:38:51 +0200 (Sat, 10 Sep 2005) | 1 line
1132 Changed paths:
1133    M /trunk/modules/misc/network/ipv4.c
1134
1135 * ipv4.c: make MSVC happy
1136 ------------------------------------------------------------------------
1137 r12507 | bigben | 2005-09-10 11:04:32 +0200 (Sat, 10 Sep 2005) | 3 lines
1138 Changed paths:
1139    M /trunk/src/playlist/playlist.c
1140
1141 * Go back to the first item when hitting "next" on the last item. Go to the last item with "prev" on the 1st item.
1142
1143
1144 ------------------------------------------------------------------------
1145 r12506 | courmisch | 2005-09-10 09:55:17 +0200 (Sat, 10 Sep 2005) | 3 lines
1146 Changed paths:
1147    M /trunk/THANKS
1148    M /trunk/src/libvlc.c
1149
1150 Fix psz_userdir memleak
1151 (patch contributed by Brian Robb)
1152
1153 ------------------------------------------------------------------------
1154 r12505 | gbazin | 2005-09-10 00:10:57 +0200 (Sat, 10 Sep 2005) | 1 line
1155 Changed paths:
1156    M /trunk/configure.ac
1157    M /trunk/modules/misc/network/ipv4.c
1158    M /trunk/src/extras/libc.c
1159
1160 * configure.ac, src/extras/libc.c, modules/misc/network/ipv4.c: fixed the WinCE build.
1161 ------------------------------------------------------------------------
1162 r12504 | hartman | 2005-09-09 23:19:15 +0200 (Fri, 09 Sep 2005) | 3 lines
1163 Changed paths:
1164    M /trunk/modules/gui/macosx/macosx.m
1165    M /trunk/modules/gui/macosx/vout.m
1166
1167 * Option for Desktop Background mode for VLC OSX.
1168   Does not work on the fly, because that requires recreating the window atm.
1169
1170 ------------------------------------------------------------------------
1171 r12503 | gbazin | 2005-09-09 21:42:55 +0200 (Fri, 09 Sep 2005) | 1 line
1172 Changed paths:
1173    M /trunk/src/misc/win32_specific.c
1174
1175 * src/misc/win32_specific.c: fixed minor memory leak on win32. Patch courtesy of Brian Robb (vascy at hotmail).
1176 ------------------------------------------------------------------------
1177 r12502 | gbazin | 2005-09-09 21:38:01 +0200 (Fri, 09 Sep 2005) | 1 line
1178 Changed paths:
1179    M /trunk/modules/gui/wxwidgets/wizard.cpp
1180    M /trunk/modules/gui/wxwidgets/wxwidgets.h
1181
1182 * modules/gui/wxwidgets/*: bug fix + msvc fixes. Patch courtesy of Brian Robb (vascy at hotmail).
1183 ------------------------------------------------------------------------
1184 r12501 | gbazin | 2005-09-09 21:20:34 +0200 (Fri, 09 Sep 2005) | 1 line
1185 Changed paths:
1186    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
1187    M /trunk/modules/gui/skins2/src/skin_common.hpp
1188
1189 * modules/gui/skins2/*: a couple of msvc build fixes. Patch courtesy of Brian Robb (vascy at hotmail).
1190 ------------------------------------------------------------------------
1191 r12500 | xtophe | 2005-09-09 19:34:32 +0200 (Fri, 09 Sep 2005) | 3 lines
1192 Changed paths:
1193    M /trunk/src/extras/libc.c
1194
1195 I shall compile before commiting * 100 for monday.
1196 In fact it seems there is some missing __VLC__ in the msvc makefile. Flikky migth investigate
1197
1198 ------------------------------------------------------------------------
1199 r12499 | xtophe | 2005-09-09 18:55:37 +0200 (Fri, 09 Sep 2005) | 2 lines
1200 Changed paths:
1201    M /trunk/src/extras/libc.c
1202
1203 Fix a possible segfault patch by Brian Robb
1204
1205 ------------------------------------------------------------------------
1206 r12498 | jlj | 2005-09-09 16:31:22 +0200 (Fri, 09 Sep 2005) | 3 lines
1207 Changed paths:
1208    M /trunk/modules/access_output/bonjour.c
1209    M /trunk/modules/access_output/bonjour.h
1210    M /trunk/modules/services_discovery/bonjour.c
1211
1212   * bonjour: set svn:keywords property.
1213
1214
1215 ------------------------------------------------------------------------
1216 r12497 | jlj | 2005-09-09 16:06:38 +0200 (Fri, 09 Sep 2005) | 3 lines
1217 Changed paths:
1218    M /trunk/modules/services_discovery/bonjour.c
1219
1220   * bonjour.c: Fixed memory leaks. Fixed IPv6 support.
1221
1222
1223 ------------------------------------------------------------------------
1224 r12496 | jlj | 2005-09-09 04:42:40 +0200 (Fri, 09 Sep 2005) | 3 lines
1225 Changed paths:
1226    M /trunk/configure.ac
1227    M /trunk/modules/access_output/Modules.am
1228    A /trunk/modules/access_output/bonjour.c
1229    A /trunk/modules/access_output/bonjour.h
1230    M /trunk/modules/access_output/http.c
1231    M /trunk/modules/services_discovery/Modules.am
1232    A /trunk/modules/services_discovery/bonjour.c
1233
1234   * Bonjour services discovery module using avahi.
1235
1236
1237 ------------------------------------------------------------------------
1238 r12495 | fkuehne | 2005-09-08 23:00:48 +0200 (Thu, 08 Sep 2005) | 5 lines
1239 Changed paths:
1240    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
1241    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
1242    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
1243    M /trunk/modules/gui/macosx/intf.h
1244    M /trunk/modules/gui/macosx/intf.m
1245
1246 * fixed some intf-strings and connected a few menu-items properly
1247 * changed wizard-shortcut to shift-cmd-w
1248 * re-ordered the file-menu slightly
1249
1250 Thanks to thedj for pointing most of that out.
1251 ------------------------------------------------------------------------
1252 r12493 | bigben | 2005-09-08 20:18:54 +0200 (Thu, 08 Sep 2005) | 6 lines
1253 Changed paths:
1254    M /trunk/src/playlist/item-ext.c
1255
1256 * Take the position parametter into account in playlist_NodeAddItem
1257 * This fixes the drag'n'drop from items from the finder in OSX
1258 * Not sure PLAYLIST_END is handled correctly in every case (don't know enough about adding modes to judge)
1259
1260
1261
1262 ------------------------------------------------------------------------
1263 r12487 | hartman | 2005-09-08 15:55:25 +0200 (Thu, 08 Sep 2005) | 2 lines
1264 Changed paths:
1265    M /trunk/src/video_output/video_widgets.c
1266
1267 * Fix a refcount issue in the OSD core
1268
1269 ------------------------------------------------------------------------
1270 r12486 | fkuehne | 2005-09-07 20:11:22 +0200 (Wed, 07 Sep 2005) | 1 line
1271 Changed paths:
1272    M /trunk/po/ko.po
1273
1274 * converted to UTF-8
1275 ------------------------------------------------------------------------
1276 r12485 | fkuehne | 2005-09-07 19:44:36 +0200 (Wed, 07 Sep 2005) | 1 line
1277 Changed paths:
1278    M /trunk/NEWS
1279    M /trunk/THANKS
1280    M /trunk/configure.ac
1281    A /trunk/po/ko.po
1282    M /trunk/src/libvlc.h
1283    M /trunk/src/misc/darwin_specific.m
1284
1285 * new Korean translation by Han HoJoong <0demon0@paran.com>
1286 ------------------------------------------------------------------------
1287 r12484 | hartman | 2005-09-07 16:05:44 +0200 (Wed, 07 Sep 2005) | 2 lines
1288 Changed paths:
1289    M /trunk/modules/demux/mp4/libmp4.c
1290
1291  * lengh -> length
1292
1293 ------------------------------------------------------------------------
1294 r12483 | hartman | 2005-09-07 15:47:46 +0200 (Wed, 07 Sep 2005) | 3 lines
1295 Changed paths:
1296    M /trunk/modules/demux/mkv.cpp
1297
1298 * AVC in mkv should already be packetized.
1299   (btw. this makes a certain sample work that didn't work when it was fed trough our h264 packetizer. before it would crash. This indicates there is an error in our h.264 packetizer)
1300
1301 ------------------------------------------------------------------------
1302 r12482 | hartman | 2005-09-07 00:03:45 +0200 (Wed, 07 Sep 2005) | 4 lines
1303 Changed paths:
1304    M /trunk/modules/demux/livedotcom.cpp
1305
1306 * Fix a large issue with VLC RTSP client.
1307   We were setting play/pause and seek commands non-aggregate, while we should set them aggregate.
1308   Fixes #340
1309
1310 ------------------------------------------------------------------------
1311 r12481 | dionoea | 2005-09-06 23:15:18 +0200 (Tue, 06 Sep 2005) | 2 lines
1312 Changed paths:
1313    M /trunk/THANKS
1314    M /trunk/modules/gui/wxwidgets/open.cpp
1315
1316 CD/DVD detection patch by Brian Robb
1317
1318 ------------------------------------------------------------------------
1319 r12480 | massiot | 2005-09-06 01:33:14 +0200 (Tue, 06 Sep 2005) | 3 lines
1320 Changed paths:
1321    M /trunk/src/libvlc.c
1322
1323  * src/libvlc.c: When the user dir is not available, fall back onto the
1324    application data directory.
1325
1326 ------------------------------------------------------------------------
1327 r12479 | gbazin | 2005-09-05 21:23:29 +0200 (Mon, 05 Sep 2005) | 1 line
1328 Changed paths:
1329    M /trunk/src/libvlc.c
1330
1331 * src/libvlc.c: on win32, redirect stdout to vlc-help.txt when printing the help.
1332 ------------------------------------------------------------------------
1333 r12478 | zorglub | 2005-09-05 11:13:52 +0200 (Mon, 05 Sep 2005) | 2 lines
1334 Changed paths:
1335    M /trunk/config.in
1336
1337 Remove a few legacy entries in config.in
1338
1339 ------------------------------------------------------------------------
1340 r12477 | robux4 | 2005-09-05 10:53:54 +0200 (Mon, 05 Sep 2005) | 1 line
1341 Changed paths:
1342    M /trunk/modules/demux/mkv.cpp
1343
1344 * mkv.cpp: should fix the compilation error with gcc
1345 ------------------------------------------------------------------------
1346 r12476 | ipkiss | 2005-09-04 23:50:18 +0200 (Sun, 04 Sep 2005) | 3 lines
1347 Changed paths:
1348    M /trunk/modules/gui/skins2/src/theme_repository.cpp
1349
1350  * skins2/src/theme_repository.cpp: do not use pointers on temporary strings.
1351    Fixes #337.
1352
1353 ------------------------------------------------------------------------
1354 r12475 | robux4 | 2005-09-04 20:12:57 +0200 (Sun, 04 Sep 2005) | 1 line
1355 Changed paths:
1356    M /trunk/modules/demux/mkv.cpp
1357
1358 * mkv.cpp: fix chapter sorting by timecode, apply the right PTS/DTS timecodes from the container
1359 ------------------------------------------------------------------------
1360 r12474 | massiot | 2005-09-04 14:47:53 +0200 (Sun, 04 Sep 2005) | 2 lines
1361 Changed paths:
1362    M /trunk/extras/contrib/src/Makefile
1363
1364  * extras/contrib/src/Makefile: Really fixed the libtool target.
1365
1366 ------------------------------------------------------------------------
1367 r12473 | massiot | 2005-09-04 12:58:59 +0200 (Sun, 04 Sep 2005) | 2 lines
1368 Changed paths:
1369    M /trunk/extras/contrib/src/Makefile
1370
1371  * extras/contrib/src/Makefile: Really fixed the libtool target.
1372
1373 ------------------------------------------------------------------------
1374 r12472 | massiot | 2005-09-04 11:52:54 +0200 (Sun, 04 Sep 2005) | 2 lines
1375 Changed paths:
1376    M /trunk/extras/contrib/src/Makefile
1377
1378  * extras/contrib/src/Makefile: Build libtool after automake.
1379
1380 ------------------------------------------------------------------------
1381 r12471 | gbazin | 2005-09-04 01:44:25 +0200 (Sun, 04 Sep 2005) | 1 line
1382 Changed paths:
1383    M /trunk/modules/access_filter/timeshift.c
1384
1385 * modules/access_filter/timeshift.c: complete rewrite. Configurable granularity so it doesn't waste as much disk space + deals with full disk by overwritting oldest data.
1386 ------------------------------------------------------------------------
1387 r12470 | gbazin | 2005-09-04 00:55:56 +0200 (Sun, 04 Sep 2005) | 1 line
1388 Changed paths:
1389    M /trunk/modules/gui/wxwidgets/playlist.cpp
1390
1391 * modules/gui/wxwidgets/playlist.cpp: Fixed segfault. Patch by Brian Robb (vascy at hotmail).
1392 ------------------------------------------------------------------------
1393 r12469 | ipkiss | 2005-09-04 00:25:36 +0200 (Sun, 04 Sep 2005) | 2 lines
1394 Changed paths:
1395    M /trunk/modules/gui/skins2/src/generic_layout.cpp
1396
1397  * skins/src/generic_layout.cpp: Fixed a typo in a comment
1398
1399 ------------------------------------------------------------------------
1400 r12468 | robux4 | 2005-09-03 22:56:32 +0200 (Sat, 03 Sep 2005) | 1 line
1401 Changed paths:
1402    M /trunk/modules/demux/mkv.cpp
1403
1404 * fix a timecode/stuttering problem with VFW tracks
1405 ------------------------------------------------------------------------
1406 r12467 | ipkiss | 2005-09-03 21:22:47 +0200 (Sat, 03 Sep 2005) | 3 lines
1407 Changed paths:
1408    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
1409
1410  * skins2/controls/ctrl_tree.cpp: Fixed a nasty bug. The tree playlist should
1411    now be much more stable.
1412
1413 ------------------------------------------------------------------------
1414 r12466 | asmax | 2005-09-03 19:11:23 +0200 (Sat, 03 Sep 2005) | 2 lines
1415 Changed paths:
1416    M /trunk/config.in
1417
1418 * config.in: fixed typos
1419
1420 ------------------------------------------------------------------------
1421 r12465 | robux4 | 2005-09-03 17:55:52 +0200 (Sat, 03 Sep 2005) | 1 line
1422 Changed paths:
1423    M /trunk/include/vlc_stream.h
1424    M /trunk/modules/demux/mkv.cpp
1425
1426 * prevent crashes when a stream is not opened correctly
1427 ------------------------------------------------------------------------
1428 r12464 | ipkiss | 2005-09-03 17:17:57 +0200 (Sat, 03 Sep 2005) | 5 lines
1429 Changed paths:
1430    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
1431    M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
1432    M /trunk/modules/gui/skins2/utils/var_tree.cpp
1433    M /trunk/modules/gui/skins2/utils/var_tree.hpp
1434
1435  * skins2 (tree playlist):
1436      - Fixed a selection bug in CtrlTree
1437      - Simplified some algorithms using helper methods
1438      - A few coding style fixes
1439
1440 ------------------------------------------------------------------------
1441 r12463 | jpsaman | 2005-09-03 17:06:39 +0200 (Sat, 03 Sep 2005) | 1 line
1442 Changed paths:
1443    M /trunk/modules/demux/ts.c
1444
1445 silence random access indicator
1446 ------------------------------------------------------------------------
1447 r12462 | robux4 | 2005-09-03 16:49:58 +0200 (Sat, 03 Sep 2005) | 1 line
1448 Changed paths:
1449    M /trunk/modules/demux/mkv.cpp
1450
1451 * fix an uninitialized buffer use
1452 ------------------------------------------------------------------------
1453 r12461 | gbazin | 2005-09-03 15:56:53 +0200 (Sat, 03 Sep 2005) | 1 line
1454 Changed paths:
1455    M /trunk/configure.ac
1456
1457 * configure.ac: allow building vlc's mozilla plugin against gecko-sdk. Patch by Diego Petteno (flameeyes at gentoo) + modifications by me.
1458 ------------------------------------------------------------------------
1459 r12460 | gbazin | 2005-09-03 15:27:01 +0200 (Sat, 03 Sep 2005) | 1 line
1460 Changed paths:
1461    M /trunk/modules/gui/wxwidgets/preferences.cpp
1462
1463 * modules/gui/wxwidgets/preferences.cpp: unicode build fix (bugzilla #2117). Patch by Diego Petteno (flameeyes at gentoo).
1464 ------------------------------------------------------------------------
1465 r12459 | bigben | 2005-09-03 14:06:57 +0200 (Sat, 03 Sep 2005) | 3 lines
1466 Changed paths:
1467    M /trunk/modules/gui/macosx/playlist.m
1468
1469 Remove some useless code
1470
1471
1472 ------------------------------------------------------------------------
1473 r12458 | bigben | 2005-09-03 13:24:00 +0200 (Sat, 03 Sep 2005) | 3 lines
1474 Changed paths:
1475    M /trunk/modules/gui/macosx/playlist.m
1476
1477 Fixes item ordering on drag'n'drop
1478
1479
1480 ------------------------------------------------------------------------
1481 r12457 | massiot | 2005-09-03 12:22:03 +0200 (Sat, 03 Sep 2005) | 2 lines
1482 Changed paths:
1483    M /trunk/extras/contrib/src/Makefile
1484
1485  * extras/contrib/src/Makefile: Fixed libdvdcss compilation.
1486
1487 ------------------------------------------------------------------------
1488 r12456 | gbazin | 2005-09-03 11:32:17 +0200 (Sat, 03 Sep 2005) | 1 line
1489 Changed paths:
1490    M /trunk/src/control/audio_video.c
1491
1492 * src/control/audio_video.c: forgot this file in last commit.
1493 ------------------------------------------------------------------------
1494 r12455 | gbazin | 2005-09-03 11:16:11 +0200 (Sat, 03 Sep 2005) | 1 line
1495 Changed paths:
1496    M /trunk/include/vlc/control.h
1497    M /trunk/include/vlc/vlc.h
1498    M /trunk/src/control/util.c
1499
1500 * include/vlc/vlc.h, include/vlc/control.h, src/control/util.c: introduced vlc_int64_t in the libvlc headers instead of using long long which isn't portable + fixed a function prototype in control.h. Thanks to Brian Robb (vascy at hotmail) for pointing out the problem.
1501 ------------------------------------------------------------------------
1502 r12454 | asmax | 2005-09-03 01:47:19 +0200 (Sat, 03 Sep 2005) | 2 lines
1503 Changed paths:
1504    M /trunk/src/misc/httpd.c
1505
1506 * httpd.c: added missing dummy functions
1507
1508 ------------------------------------------------------------------------
1509 r12453 | bigben | 2005-09-02 20:57:11 +0200 (Fri, 02 Sep 2005) | 4 lines
1510 Changed paths:
1511    M /trunk/modules/gui/macosx/playlist.m
1512
1513
1514 Remove some useless code
1515
1516
1517 ------------------------------------------------------------------------
1518 r12452 | bigben | 2005-09-02 20:33:46 +0200 (Fri, 02 Sep 2005) | 3 lines
1519 Changed paths:
1520    M /trunk/modules/gui/macosx/playlist.m
1521
1522 Allow to drop an item *on* a node.
1523
1524
1525 ------------------------------------------------------------------------
1526 r12451 | gbazin | 2005-09-02 20:18:03 +0200 (Fri, 02 Sep 2005) | 1 line
1527 Changed paths:
1528    M /trunk/configure.ac
1529    M /trunk/modules/access/smb.c
1530
1531 * configure.ac, modules/access/smb.c: compilation fix for new libsmbclient versions. Patch by Diego Petteno (flameeyes at gentoo dot org).
1532 ------------------------------------------------------------------------
1533 r12450 | bigben | 2005-09-02 20:00:41 +0200 (Fri, 02 Sep 2005) | 3 lines
1534 Changed paths:
1535    M /trunk/modules/gui/macosx/playlist.m
1536
1537 Some small cleaning
1538
1539
1540 ------------------------------------------------------------------------
1541 r12449 | massiot | 2005-09-02 19:11:23 +0200 (Fri, 02 Sep 2005) | 3 lines
1542 Changed paths:
1543    M /trunk/modules/control/http/http.c
1544
1545  * modules/control/http/http.c: Added a small hack, when multiple http
1546    control interfaces are specified, to automatically increment the port.
1547
1548 ------------------------------------------------------------------------
1549 r12448 | massiot | 2005-09-02 19:10:06 +0200 (Fri, 02 Sep 2005) | 3 lines
1550 Changed paths:
1551    M /trunk/src/misc/httpd.c
1552
1553  * src/misc/httpd.c: Fixed HTTPd closing when several HTTPd instances are
1554    running.
1555
1556 ------------------------------------------------------------------------
1557 r12447 | massiot | 2005-09-02 18:01:23 +0200 (Fri, 02 Sep 2005) | 2 lines
1558 Changed paths:
1559    M /trunk/modules/codec/fake.c
1560
1561  * modules/codec/fake.c: Added missing ToLocale().
1562
1563 ------------------------------------------------------------------------
1564 r12446 | massiot | 2005-09-02 17:16:08 +0200 (Fri, 02 Sep 2005) | 2 lines
1565 Changed paths:
1566    M /trunk/extras/contrib/src/Makefile
1567    M /trunk/extras/contrib/src/Patches/x264_svn.patch
1568
1569  * extras/contrib: Fixed theora and x264-svn compilation.
1570
1571 ------------------------------------------------------------------------
1572 r12445 | bigben | 2005-09-02 16:00:20 +0200 (Fri, 02 Sep 2005) | 4 lines
1573 Changed paths:
1574    M /trunk/src/video_output/video_widgets.c
1575
1576 * Don't try to release NULL
1577 * Fixes the "vlc would crash when hitting play" bug
1578
1579
1580 ------------------------------------------------------------------------
1581 r12444 | massiot | 2005-09-01 19:41:01 +0200 (Thu, 01 Sep 2005) | 2 lines
1582 Changed paths:
1583    M /trunk/INSTALL.win32
1584
1585  * INSTALL.win32: Added SDL.
1586
1587 ------------------------------------------------------------------------
1588 r12443 | massiot | 2005-09-01 17:05:26 +0200 (Thu, 01 Sep 2005) | 3 lines
1589 Changed paths:
1590    M /trunk/modules/control/http/http.c
1591
1592  * modules/control/http/http.c: Fixed PATH environment variable, and
1593    under Win32 set SYSTEMROOT variable.
1594
1595 ------------------------------------------------------------------------
1596 r12442 | massiot | 2005-09-01 15:02:38 +0200 (Thu, 01 Sep 2005) | 3 lines
1597 Changed paths:
1598    M /trunk/modules/control/http/http.c
1599
1600  * modules/control/http/http.c: Added a SERVER_PATH environment variable
1601    for CGIs.
1602
1603 ------------------------------------------------------------------------
1604 r12441 | massiot | 2005-09-01 15:02:11 +0200 (Thu, 01 Sep 2005) | 2 lines
1605 Changed paths:
1606    M /trunk/extras/contrib/src/Makefile
1607
1608  * extras/contrib/src/Makefile: Fixed opendaap installation.
1609
1610 ------------------------------------------------------------------------
1611 r12440 | massiot | 2005-09-01 00:41:58 +0200 (Thu, 01 Sep 2005) | 2 lines
1612 Changed paths:
1613    M /trunk/extras/contrib/src/Makefile
1614
1615  * extras/contrib/src/Makefile: Added missing $(INSTALL_NAME) for opendaap.
1616
1617 ------------------------------------------------------------------------
1618 r12439 | gbazin | 2005-08-31 23:19:54 +0200 (Wed, 31 Aug 2005) | 1 line
1619 Changed paths:
1620    M /trunk/modules/gui/wxwidgets/streamout.cpp
1621    M /trunk/modules/gui/wxwidgets/wxwidgets.h
1622
1623 * modules/gui/wxwidgets/streamout.cpp: stream output dialog re-arrangement patch by CUTMAN ~CW~ (cutmancw at hotmail) + changes by me to remove the SLP announce options.
1624 ------------------------------------------------------------------------
1625 r12438 | gbazin | 2005-08-31 22:37:23 +0200 (Wed, 31 Aug 2005) | 1 line
1626 Changed paths:
1627    M /trunk/modules/stream_out/transcode.c
1628    M /trunk/src/input/control.c
1629    M /trunk/src/input/decoder.c
1630
1631 * modules/stream_out/transcode.c, src/input/decoder.c, src/input/control.c: fixed a bunch of memory leaks. Patch courtesy of Wallace Wadge (wwadge at gmail) + modifications by me.
1632 ------------------------------------------------------------------------
1633 r12437 | massiot | 2005-08-31 21:09:50 +0200 (Wed, 31 Aug 2005) | 6 lines
1634 Changed paths:
1635    M /trunk/extras/contrib/src/Patches/dvdnav.patch
1636    M /trunk/extras/contrib/src/Patches/libdvdread.patch
1637    M /trunk/include/vlc_config.h
1638    M /trunk/modules/access/dvdnav.c
1639    M /trunk/modules/access/dvdread.c
1640    M /trunk/src/libvlc.h
1641
1642  * ALL: Do no longer assume a default DVD drive. If no DVD drive is
1643    specified (an empty string), forward the empty string to libdvdcss
1644    and let it do autodetection.
1645  * extras/contrib/src/Patches: Patched libdvdread to accept an empty
1646    string as a device path.
1647
1648 ------------------------------------------------------------------------
1649 r12436 | hartman | 2005-08-31 21:00:21 +0200 (Wed, 31 Aug 2005) | 3 lines
1650 Changed paths:
1651    M /trunk/configure.ac
1652    M /trunk/modules/demux/Modules.am
1653    A /trunk/modules/demux/nsc.c
1654
1655 * NSC demuxer and decoder based on jlj's nscdec: http://nanocrew.net/?p=128
1656   Be AWARE that this currently doesn't do anything. It just reads the file and prints the values to debug. I'll see if I can get a stream running tomorrow.
1657
1658 ------------------------------------------------------------------------
1659 r12435 | massiot | 2005-08-30 19:06:25 +0200 (Tue, 30 Aug 2005) | 3 lines
1660 Changed paths:
1661    M /trunk/modules/access/dvdnav.c
1662
1663  * modules/access/dvdnav.c: When no path is specified, use libdvdcss
1664    autodetection.
1665
1666 ------------------------------------------------------------------------
1667 r12434 | hartman | 2005-08-30 17:26:25 +0200 (Tue, 30 Aug 2005) | 2 lines
1668 Changed paths:
1669    M /trunk/modules/services_discovery/sap.c
1670
1671 * When we read the IPv6 address from the SDP, it is not bracketed (unless the SDP is broken). If not []'ed then add them before we create out playlist entry.
1672
1673 ------------------------------------------------------------------------
1674 r12433 | massiot | 2005-08-30 14:01:26 +0200 (Tue, 30 Aug 2005) | 2 lines
1675 Changed paths:
1676    M /trunk/modules/control/http/http.c
1677
1678  * modules/control/http/http.c: Fixed argv[1] in CGI mode.
1679
1680 ------------------------------------------------------------------------
1681 r12432 | massiot | 2005-08-30 13:59:24 +0200 (Tue, 30 Aug 2005) | 2 lines
1682 Changed paths:
1683    M /trunk/src/extras/libc.c
1684
1685  * src/extras/libc.c:vlc_execve() : Do not open a new window under Win32.
1686
1687 ------------------------------------------------------------------------
1688 r12431 | massiot | 2005-08-30 11:54:52 +0200 (Tue, 30 Aug 2005) | 2 lines
1689 Changed paths:
1690    M /trunk/extras/contrib/src/Makefile
1691
1692  * extras/contrib/src/Makefile: Fixed libogg dependancies.
1693
1694 ------------------------------------------------------------------------
1695 r12430 | hartman | 2005-08-29 22:10:59 +0200 (Mon, 29 Aug 2005) | 3 lines
1696 Changed paths:
1697    M /trunk/modules/gui/macosx/intf.h
1698    M /trunk/modules/gui/macosx/intf.m
1699
1700 * loadNibNamed:withOwner calls awakeFromNib on owner. Therefore opening panels resulted in reinitializing some of VLCMain's stuff. This included evalutation of p_intf->b_play, which triggered an unintended call to playlist_Play().
1701   this fixes #323
1702
1703 ------------------------------------------------------------------------
1704 r12429 | hartman | 2005-08-29 21:04:05 +0200 (Mon, 29 Aug 2005) | 3 lines
1705 Changed paths:
1706    M /trunk/modules/codec/libmpeg2.c
1707
1708 * Add the hdv2 fourcc which is simply HD MPEG2
1709   See: http://forum.videolan.org/viewtopic.php?t=11842
1710
1711 ------------------------------------------------------------------------
1712 r12428 | massiot | 2005-08-29 18:34:32 +0200 (Mon, 29 Aug 2005) | 7 lines
1713 Changed paths:
1714    M /trunk/include/configuration.h
1715    M /trunk/include/main.h
1716    M /trunk/include/vlc_symbols.h
1717    M /trunk/modules/control/http/util.c
1718    M /trunk/src/libvlc.c
1719    M /trunk/src/misc/configuration.c
1720
1721  * ALL: New p_vlc->psz_userdir. This is different from psz_homedir in
1722    that under Win32 psz_homedir points to Application Data directory
1723    whereas psz_homedir points to the user's directory.
1724  * modules/control/http/util.c: When the target charset isn't UTF-8,
1725    manually convert Unicode quotes to ASCII quotes (yes this is ugly
1726    but libiconv doesn't handle it).
1727
1728 ------------------------------------------------------------------------
1729 r12427 | massiot | 2005-08-29 18:30:38 +0200 (Mon, 29 Aug 2005) | 4 lines
1730 Changed paths:
1731    M /trunk/modules/control/http/http.c
1732    M /trunk/src/extras/libc.c
1733
1734  * src/extras/libc.c: Implemented vlc_execve() for the Win32 platform.
1735  * modules/control/http/http.c: Enabled --http-handlers under Win32.
1736    Beware to espace backslashes as in --http-handlers="php=C:\\php\\php.exe".
1737
1738 ------------------------------------------------------------------------
1739 r12426 | gbazin | 2005-08-29 18:27:53 +0200 (Mon, 29 Aug 2005) | 1 line
1740 Changed paths:
1741    M /trunk/modules/demux/livedotcom.cpp
1742
1743 * modules/demux/livedotcom.cpp: fixed segfaults.
1744 ------------------------------------------------------------------------
1745 r12425 | massiot | 2005-08-29 18:27:30 +0200 (Mon, 29 Aug 2005) | 3 lines
1746 Changed paths:
1747    M /trunk/modules/control/http/mvar.c
1748
1749  * modules/control/http/mvar.c: Under Windows do not call stat() on
1750    drive letters because it seems to cause problems with removable devices.
1751
1752 ------------------------------------------------------------------------
1753 r12424 | massiot | 2005-08-29 18:25:01 +0200 (Mon, 29 Aug 2005) | 3 lines
1754 Changed paths:
1755    M /trunk/modules/gui/wxwidgets/interface.cpp
1756
1757  * modules/gui/wxwidgets/interface.cpp: Missing FromLocale() for the drag'n
1758    drop code.
1759
1760 ------------------------------------------------------------------------
1761 r12423 | robux4 | 2005-08-29 14:12:40 +0200 (Mon, 29 Aug 2005) | 1 line
1762 Changed paths:
1763    M /trunk/msvc/config.h.in
1764
1765 * new paramaters added to the MSVC build
1766 ------------------------------------------------------------------------
1767 r12422 | sam | 2005-08-29 10:48:27 +0200 (Mon, 29 Aug 2005) | 2 lines
1768 Changed paths:
1769    M /trunk/toolbox
1770
1771   * fixed breakage of MSVC files in commit 12161.
1772
1773 ------------------------------------------------------------------------
1774 r12421 | robux4 | 2005-08-29 10:39:02 +0200 (Mon, 29 Aug 2005) | 1 line
1775 Changed paths:
1776    M /trunk/msvc/libvlc.dsp.in
1777    M /trunk/msvc/plugins.dsp.in
1778    M /trunk/msvc/vlc.dsp.in
1779    M /trunk/msvc/vlc.dsw
1780
1781 Force the EOL to the native Windows one
1782 ------------------------------------------------------------------------
1783 r12420 | hartman | 2005-08-28 23:50:32 +0200 (Sun, 28 Aug 2005) | 2 lines
1784 Changed paths:
1785    M /trunk/modules/demux/playlist/m3u.c
1786
1787 * Fix the case of duration == -1 in M3U playlists. closes #331
1788
1789 ------------------------------------------------------------------------
1790 r12419 | hartman | 2005-08-28 22:57:48 +0200 (Sun, 28 Aug 2005) | 4 lines
1791 Changed paths:
1792    M /trunk/include/codecs.h
1793
1794 * Define a couple of dummy 4cc's for vorbis in avi streams (vor1,vo1+,vor2,vo2+,vor3,vo3+).
1795   We cannot handle these formats but at least we will be able to recognize bugreports from this now. refs #224
1796   B.T.W. the ticket DOES contain some info on these formats. Someone who know ogg/vorbis can probably implement support for this with this information.
1797
1798 ------------------------------------------------------------------------
1799 r12418 | hartman | 2005-08-28 22:38:07 +0200 (Sun, 28 Aug 2005) | 2 lines
1800 Changed paths:
1801    M /trunk/extras/contrib/src/Makefile
1802    M /trunk/extras/contrib/src/packages.mak
1803
1804 * Add glib, libIDL and gecko-sdk to OSX contrib. Now we just need a way to find how to let configure.ac recognize it.
1805
1806 ------------------------------------------------------------------------
1807 r12417 | hartman | 2005-08-28 22:08:26 +0200 (Sun, 28 Aug 2005) | 2 lines
1808 Changed paths:
1809    M /trunk/NEWS
1810
1811 * Add some NEWS
1812
1813 ------------------------------------------------------------------------
1814 r12416 | hartman | 2005-08-28 21:22:36 +0200 (Sun, 28 Aug 2005) | 2 lines
1815 Changed paths:
1816    M /trunk/configure.ac
1817
1818 * Add the shout (services discovery) module again
1819
1820 ------------------------------------------------------------------------
1821 r12415 | hartman | 2005-08-28 20:59:53 +0200 (Sun, 28 Aug 2005) | 2 lines
1822 Changed paths:
1823    M /trunk/modules/access_output/shout.c
1824
1825 * Update some comments
1826
1827 ------------------------------------------------------------------------
1828 r12414 | zorglub | 2005-08-28 12:52:00 +0200 (Sun, 28 Aug 2005) | 3 lines
1829 Changed paths:
1830    M /trunk/debian/patches/00list
1831    A /trunk/debian/patches/20_osdmenu-paths.dpatch
1832    M /trunk/share/Makefile.am
1833
1834 * Export unselect.png
1835 * Fix paths when installed in Debian package
1836
1837 ------------------------------------------------------------------------
1838 r12413 | courmisch | 2005-08-28 12:34:24 +0200 (Sun, 28 Aug 2005) | 2 lines
1839 Changed paths:
1840    M /trunk/modules/gui/macosx/playlist.m
1841
1842 Fix typo
1843
1844 ------------------------------------------------------------------------
1845 r12412 | jpsaman | 2005-08-27 18:40:23 +0200 (Sat, 27 Aug 2005) | 2 lines
1846 Changed paths:
1847    M /trunk/Makefile.am
1848    D /trunk/include/osd.h
1849    M /trunk/include/vlc_osd.h
1850    M /trunk/include/vlc_symbols.h
1851    M /trunk/include/vlc_video.h
1852    M /trunk/modules/access_filter/record.c
1853    M /trunk/modules/codec/cmml/cmml.c
1854    M /trunk/modules/codec/cmml/intf.c
1855    M /trunk/modules/codec/subsdec.c
1856    M /trunk/modules/control/corba/mediacontrol-core.c
1857    M /trunk/modules/control/hotkeys.c
1858    M /trunk/modules/gui/macosx/controls.m
1859    M /trunk/modules/gui/macosx/playlist.m
1860    M /trunk/modules/misc/freetype.c
1861    M /trunk/modules/misc/svg.c
1862    M /trunk/modules/misc/win32text.c
1863    M /trunk/modules/stream_out/transcode.c
1864    M /trunk/modules/video_filter/logo.c
1865    M /trunk/modules/video_filter/marq.c
1866    M /trunk/modules/video_filter/osdmenu.c
1867    M /trunk/modules/video_filter/rss.c
1868    M /trunk/modules/video_filter/time.c
1869    M /trunk/src/control/audio_video.c
1870    M /trunk/src/control/core.c
1871    M /trunk/src/control/util.c
1872    M /trunk/src/misc/modules.c
1873    A /trunk/src/osd/osd_text.c (from /trunk/src/video_output/video_text.c:12379)
1874    A /trunk/src/osd/osd_widgets.c (from /trunk/src/video_output/video_widgets.c:12379)
1875    M /trunk/src/video_output/video_text.c
1876    M /trunk/src/video_output/video_widgets.c
1877
1878 Merged OSD functionality on the same core functions. All OSD functionality is described in include/vlc_osd.h now, which entirely replace include/osd.h. The file src/video_output/video_widgets.c uses functionality from src/osd/osd_widgets.c now.
1879
1880 ------------------------------------------------------------------------
1881 r12411 | jpsaman | 2005-08-27 15:51:53 +0200 (Sat, 27 Aug 2005) | 1 line
1882 Changed paths:
1883    M /trunk/share/osdmenu/default.cfg
1884
1885 cosmetics
1886 ------------------------------------------------------------------------
1887 r12410 | massiot | 2005-08-27 15:38:26 +0200 (Sat, 27 Aug 2005) | 2 lines
1888 Changed paths:
1889    M /trunk/toolbox
1890
1891  * toolbox: Removed a bash-ism.
1892
1893 ------------------------------------------------------------------------
1894 r12409 | massiot | 2005-08-26 21:05:04 +0200 (Fri, 26 Aug 2005) | 3 lines
1895 Changed paths:
1896    M /trunk/modules/control/http/http.c
1897    M /trunk/src/extras/libc.c
1898
1899  * src/extras/libc.c: Fixed Win32 compilation.
1900  * modules/control/http/http.c: Fixed a memory leak with the CGI environment.
1901
1902 ------------------------------------------------------------------------
1903 r12408 | massiot | 2005-08-26 20:15:21 +0200 (Fri, 26 Aug 2005) | 9 lines
1904 Changed paths:
1905    M /trunk/configure.ac
1906    M /trunk/include/vlc_common.h
1907    M /trunk/include/vlc_httpd.h
1908    M /trunk/include/vlc_symbols.h
1909    M /trunk/modules/control/http/http.c
1910    M /trunk/modules/control/http/http.h
1911    M /trunk/modules/control/http/util.c
1912    M /trunk/src/extras/libc.c
1913    M /trunk/src/misc/httpd.c
1914
1915  * src/extras/libc.c: Implemented a wrapper around fork() and execve()
1916    to spawn an external process and get its output. Only implemented for
1917    UNIX-style systems at present.
1918  * src/misc/httpd.c: New "handler" node type which bypasses the internal
1919    HTTPD behaviour.
1920  * modules/control/http: New --http-handlers option to dedicate
1921    particular extensions to external programs (PHP or Perl for instance).
1922    This is in accordance with the CGI/1.1 specification.
1923
1924 ------------------------------------------------------------------------
1925 r12407 | hartman | 2005-08-26 19:01:48 +0200 (Fri, 26 Aug 2005) | 6 lines
1926 Changed paths:
1927    M /trunk/modules/access_output/shout.c
1928
1929 * added --sout-shout-name to set a stream name
1930 * added --sout-shout-description to set a channel description
1931 * added --sout-shout-mp3 to allow you to upload mp3 streams instead of ogg. (BEWARE, no autodetection)
1932 * fixed the free of a string
1933 * some general coding style cleanup
1934
1935 ------------------------------------------------------------------------
1936 r12406 | hartman | 2005-08-26 16:02:46 +0200 (Fri, 26 Aug 2005) | 2 lines
1937 Changed paths:
1938    M /trunk/extras/contrib/src/Makefile
1939
1940 * Fix liveMedia 
1941
1942 ------------------------------------------------------------------------
1943 r12405 | hartman | 2005-08-26 14:55:36 +0200 (Fri, 26 Aug 2005) | 2 lines
1944 Changed paths:
1945    M /trunk/extras/contrib/src/Makefile
1946    A /trunk/extras/contrib/src/Patches/speex.patch
1947
1948 * The same getopt problem that theora has, exists in speex as well.
1949
1950 ------------------------------------------------------------------------
1951 r12404 | zorglub | 2005-08-25 21:57:12 +0200 (Thu, 25 Aug 2005) | 3 lines
1952 Changed paths:
1953    M /trunk/modules/visualization/visual/effects.c
1954    M /trunk/modules/visualization/visual/visual.c
1955    M /trunk/modules/visualization/visual/visual.h
1956    M /trunk/src/audio_output/input.c
1957
1958 Add new spectrum analyzer effect, patch from zcot.
1959 Remove the "random" effect
1960
1961 ------------------------------------------------------------------------
1962 r12403 | hartman | 2005-08-25 21:10:21 +0200 (Thu, 25 Aug 2005) | 2 lines
1963 Changed paths:
1964    M /trunk/extras/contrib/src/Makefile
1965    M /trunk/extras/contrib/src/Patches/theora.patch
1966
1967 * libtheora examples don't compile on 10.2 Remove from Makefiles. This issue is now fixed upstream thanks to rillian from #theora
1968
1969 ------------------------------------------------------------------------
1970 r12402 | xtophe | 2005-08-25 20:35:09 +0200 (Thu, 25 Aug 2005) | 2 lines
1971 Changed paths:
1972    M /trunk/modules/gui/wxwidgets/interface.cpp
1973
1974 Compile fix tentative
1975
1976 ------------------------------------------------------------------------
1977 r12401 | xtophe | 2005-08-25 19:39:21 +0200 (Thu, 25 Aug 2005) | 2 lines
1978 Changed paths:
1979    M /trunk/modules/gui/wxwidgets/interface.cpp
1980
1981 Add the compile information
1982
1983 ------------------------------------------------------------------------
1984 r12400 | fkuehne | 2005-08-25 19:39:17 +0200 (Thu, 25 Aug 2005) | 2 lines
1985 Changed paths:
1986    M /trunk/share/http/info.html
1987
1988 * link the headline to the http-intf-main-page instead of videolan.org
1989 * don't print a space in front of a colon, since this is a French style only
1990 ------------------------------------------------------------------------
1991 r12399 | hartman | 2005-08-25 19:28:04 +0200 (Thu, 25 Aug 2005) | 2 lines
1992 Changed paths:
1993    M /trunk/extras/contrib/src/Makefile
1994
1995 * disable all theora test programs. they use getopt which is not present in default OSX 10.2 
1996
1997 ------------------------------------------------------------------------
1998 r12398 | xtophe | 2005-08-25 18:59:42 +0200 (Thu, 25 Aug 2005) | 2 lines
1999 Changed paths:
2000    D /trunk/src/osd/osd_widgets.c
2001
2002 Grrr, i should have checked previous commit
2003
2004 ------------------------------------------------------------------------
2005 r12397 | xtophe | 2005-08-25 18:57:01 +0200 (Thu, 25 Aug 2005) | 2 lines
2006 Changed paths:
2007    M /trunk/src/libvlc.c
2008    A /trunk/src/osd/osd_widgets.c (from /trunk/src/osd/osd_widgets.c:12391)
2009
2010 Typo
2011
2012 ------------------------------------------------------------------------
2013 r12396 | hartman | 2005-08-25 18:46:52 +0200 (Thu, 25 Aug 2005) | 2 lines
2014 Changed paths:
2015    M /trunk/extras/contrib/src/Makefile
2016    A /trunk/extras/contrib/src/Patches/ogg.patch
2017
2018 * patch ogg because it's broken (userdefined defines in public headers are WAY evil)
2019
2020 ------------------------------------------------------------------------
2021 r12395 | massiot | 2005-08-25 18:42:36 +0200 (Thu, 25 Aug 2005) | 3 lines
2022 Changed paths:
2023    M /trunk/extras/contrib/src/Makefile
2024
2025  * extras/contrib/src/Makefile: Do not try and compile theora SDL test
2026    programs.
2027
2028 ------------------------------------------------------------------------
2029 r12394 | massiot | 2005-08-25 18:36:39 +0200 (Thu, 25 Aug 2005) | 3 lines
2030 Changed paths:
2031    M /trunk/modules/gui/wxwidgets/dialogs.cpp
2032    M /trunk/modules/gui/wxwidgets/open.cpp
2033    M /trunk/modules/gui/wxwidgets/updatevlc.cpp
2034    M /trunk/modules/gui/wxwidgets/wizard.cpp
2035
2036  * modules/gui/wxwidgets: Fix charset when getting file names from the
2037    filesystem.
2038
2039 ------------------------------------------------------------------------
2040 r12393 | jpsaman | 2005-08-25 18:33:08 +0200 (Thu, 25 Aug 2005) | 1 line
2041 Changed paths:
2042    M /trunk/include/vlc_osd.h
2043    M /trunk/include/vlc_symbols.h
2044
2045 Fix build breakage of revision12392
2046 ------------------------------------------------------------------------
2047 r12392 | jpsaman | 2005-08-25 17:02:30 +0200 (Thu, 25 Aug 2005) | 2 lines
2048 Changed paths:
2049    M /trunk/Makefile.am
2050    D /trunk/src/osd/osd_widgets.c
2051
2052 Removing osd_widgets.c.
2053
2054 ------------------------------------------------------------------------
2055 r12391 | jpsaman | 2005-08-25 16:58:27 +0200 (Thu, 25 Aug 2005) | 1 line
2056 Changed paths:
2057    M /trunk/src/osd/osd_parser.c
2058
2059 Removal of dead code
2060 ------------------------------------------------------------------------
2061 r12390 | hartman | 2005-08-25 16:09:50 +0200 (Thu, 25 Aug 2005) | 2 lines
2062 Changed paths:
2063    M /trunk/modules/codec/vorbis.c
2064
2065 * vorbis comments can be mixed case. strstr -> strcasestr
2066
2067 ------------------------------------------------------------------------
2068 r12389 | jpsaman | 2005-08-25 11:48:33 +0200 (Thu, 25 Aug 2005) | 1 line
2069 Changed paths:
2070    M /trunk/modules/gui/wxwidgets/interface.cpp
2071
2072 Reverting to revision 12383 to 12340. This make wxwidgets 2.6.1 work but breaks older versions. 
2073 ------------------------------------------------------------------------
2074 r12388 | jpsaman | 2005-08-25 10:47:56 +0200 (Thu, 25 Aug 2005) | 2 lines
2075 Changed paths:
2076    M /trunk/share/Makefile.am
2077    D /trunk/share/familiar-forwardb16x16.xpm
2078    D /trunk/share/familiar-openb16x16.xpm
2079    D /trunk/share/familiar-pauseb16x16.xpm
2080    D /trunk/share/familiar-playb16x16.xpm
2081    D /trunk/share/familiar-playlistb16x16.xpm
2082    D /trunk/share/familiar-preferencesb16x16.xpm
2083    D /trunk/share/familiar-rewindb16x16.xpm
2084    D /trunk/share/familiar-stopb16x16.xpm
2085
2086 Removing old familiar images, these are exactly the same images as the one prefixed with pda-.
2087
2088 ------------------------------------------------------------------------
2089 r12387 | titer | 2005-08-25 00:27:28 +0200 (Thu, 25 Aug 2005) | 2 lines
2090 Changed paths:
2091    M /trunk/include/vlc_keys.h
2092
2093  vlc_keys.h: fixed ACTIONID_JUMP_BACKWARD_1MIN
2094
2095 ------------------------------------------------------------------------
2096 r12386 | hartman | 2005-08-24 22:56:14 +0200 (Wed, 24 Aug 2005) | 4 lines
2097 Changed paths:
2098    M /trunk/extras/contrib/bootstrap
2099    M /trunk/extras/contrib/src/Makefile
2100    D /trunk/extras/contrib/src/Patches/speex.patch
2101    M /trunk/extras/contrib/src/packages.mak
2102
2103 * Updated speex to 1.1.10
2104 * Updated theora to alpha5
2105 * Added libshout
2106
2107 ------------------------------------------------------------------------
2108 r12385 | fkuehne | 2005-08-24 22:01:33 +0200 (Wed, 24 Aug 2005) | 1 line
2109 Changed paths:
2110    M /trunk/extras/contrib/src/Makefile
2111    A /trunk/extras/contrib/src/Patches/x264_svn.patch
2112
2113 * build libx264 from svn, if available. Since we need to patch it slightly different, I added a separate patch-file.
2114 ------------------------------------------------------------------------
2115 r12384 | gbazin | 2005-08-24 21:49:47 +0200 (Wed, 24 Aug 2005) | 1 line
2116 Changed paths:
2117    M /trunk/include/network.h
2118
2119 * include/network.h: fixed compilation with c++ files.
2120 ------------------------------------------------------------------------
2121 r12383 | jpsaman | 2005-08-24 21:02:59 +0200 (Wed, 24 Aug 2005) | 1 line
2122 Changed paths:
2123    M /trunk/modules/gui/wxwidgets/interface.cpp
2124
2125 Properly update the right ToolTip on the volumebar.
2126 ------------------------------------------------------------------------
2127 r12382 | massiot | 2005-08-24 20:01:18 +0200 (Wed, 24 Aug 2005) | 2 lines
2128 Changed paths:
2129    M /trunk/modules/codec/fake.c
2130
2131  * modules/codec/fake.c: Fixed compilation.
2132
2133 ------------------------------------------------------------------------
2134 r12381 | jpsaman | 2005-08-24 19:52:41 +0200 (Wed, 24 Aug 2005) | 1 line
2135 Changed paths:
2136    M /trunk/modules/video_filter/osdmenu.c
2137
2138 Shorten the short description of --osdmenu-update
2139 ------------------------------------------------------------------------
2140 r12380 | massiot | 2005-08-24 19:33:57 +0200 (Wed, 24 Aug 2005) | 2 lines
2141 Changed paths:
2142    M /trunk/modules/codec/fake.c
2143
2144  * modules/codec/fake.c: Fixed a segfault when outputting images locally.
2145
2146 ------------------------------------------------------------------------
2147 r12379 | sam | 2005-08-24 18:21:49 +0200 (Wed, 24 Aug 2005) | 2 lines
2148 Changed paths:
2149    M /trunk/configure.ac
2150
2151   * configure.ac: fixed thinko in the AltiVec detection with gcc 3.x.
2152
2153 ------------------------------------------------------------------------
2154 r12378 | massiot | 2005-08-24 16:42:15 +0200 (Wed, 24 Aug 2005) | 3 lines
2155 Changed paths:
2156    M /trunk/modules/access/udp.c
2157
2158  * modules/access/udp.c: Disabled ts forcing on streamtype 33 because it
2159    is autodetected (refs http://forum.videolan.org/viewtopic.php?t=10257).
2160
2161 ------------------------------------------------------------------------
2162 r12377 | hartman | 2005-08-24 16:19:48 +0200 (Wed, 24 Aug 2005) | 2 lines
2163 Changed paths:
2164    M /trunk/modules/access_output/shout.c
2165
2166 * sync up the outgoing shoutcast stream.
2167
2168 ------------------------------------------------------------------------
2169 r12376 | hartman | 2005-08-24 15:30:27 +0200 (Wed, 24 Aug 2005) | 2 lines
2170 Changed paths:
2171    M /trunk/configure.ac
2172
2173 * Fix access_output_shout and add RTSP to the description of live.com module. (so ppl know what it's for)
2174
2175 ------------------------------------------------------------------------
2176 r12375 | massiot | 2005-08-24 12:16:03 +0200 (Wed, 24 Aug 2005) | 2 lines
2177 Changed paths:
2178    M /trunk/configure.ac
2179
2180  * configure.ac: Fixed libavformat detection.
2181
2182 ------------------------------------------------------------------------
2183 r12374 | titer | 2005-08-24 02:52:56 +0200 (Wed, 24 Aug 2005) | 2 lines
2184 Changed paths:
2185    M /trunk/extras/contrib/src/Patches/libiconv.patch
2186
2187 libiconv.patch: BeOS compile fix
2188
2189 ------------------------------------------------------------------------
2190 r12373 | sam | 2005-08-24 00:57:07 +0200 (Wed, 24 Aug 2005) | 2 lines
2191 Changed paths:
2192    M /trunk/configure.ac
2193
2194   * configure.ac: reworked the AltiVec checks.
2195
2196 ------------------------------------------------------------------------
2197 r12372 | sam | 2005-08-23 22:50:56 +0200 (Tue, 23 Aug 2005) | 3 lines
2198 Changed paths:
2199    M /trunk/THANKS
2200    M /trunk/configure.ac
2201    M /trunk/modules/access_output/Modules.am
2202    A /trunk/modules/access_output/shout.c
2203
2204   * modules/access_output/shout.c: Shoutcast output support, courtesy of
2205     Daniel Fischer <dan at subsignal dot org>.
2206
2207 ------------------------------------------------------------------------
2208 r12371 | sam | 2005-08-23 20:23:20 +0200 (Tue, 23 Aug 2005) | 3 lines
2209 Changed paths:
2210    M /trunk/modules/video_chroma/i420_yuy2.c
2211
2212   * modules/video_chroma/i420_yuy2.c: only include <altivec.h> when building
2213     the AltiVec version of this module.
2214
2215 ------------------------------------------------------------------------
2216 r12370 | jpsaman | 2005-08-23 20:03:28 +0200 (Tue, 23 Aug 2005) | 1 line
2217 Changed paths:
2218    M /trunk/modules/video_filter/osdmenu.c
2219
2220 Reworked revision 12361. Added a new option --osdmenu-update <n> in ms [range is 0:1000 ms] that regulates how often the OSD menu subpicture is updated. This is especially important when streaming using UDP in a noisy networking environment.
2221 ------------------------------------------------------------------------
2222 r12369 | jpsaman | 2005-08-23 19:59:49 +0200 (Tue, 23 Aug 2005) | 1 line
2223 Changed paths:
2224    M /trunk/src/osd/osd.c
2225
2226 Fix segmentation fault
2227 ------------------------------------------------------------------------
2228 r12368 | jpsaman | 2005-08-23 19:58:55 +0200 (Tue, 23 Aug 2005) | 1 line
2229 Changed paths:
2230    M /trunk/modules/video_filter/scale.c
2231
2232 sanity checking
2233 ------------------------------------------------------------------------
2234 r12367 | sam | 2005-08-23 19:57:08 +0200 (Tue, 23 Aug 2005) | 2 lines
2235 Changed paths:
2236    M /trunk/configure.ac
2237
2238   * configure.ac: on OS X ppc, prefer -maltivec to -faltivec if possible.
2239
2240 ------------------------------------------------------------------------
2241 r12366 | xtophe | 2005-08-23 18:30:28 +0200 (Tue, 23 Aug 2005) | 2 lines
2242 Changed paths:
2243    M /trunk/configure.ac
2244
2245 configure.ac: Add a --without-contrib option
2246
2247 ------------------------------------------------------------------------
2248 r12365 | sam | 2005-08-23 17:29:18 +0200 (Tue, 23 Aug 2005) | 2 lines
2249 Changed paths:
2250    M /trunk/debian/Makefile.am
2251    M /trunk/debian/changelog
2252    M /trunk/debian/control
2253    M /trunk/debian/gnome-vlc.dirs
2254    M /trunk/debian/gvlc.dirs
2255    M /trunk/debian/patches/00list
2256    D /trunk/debian/patches/20_interfaces.dpatch
2257    A /trunk/debian/patches/20_no-wx-updates.dpatch
2258    M /trunk/debian/rules
2259    M /trunk/debian/vlc.dirs
2260    M /trunk/debian/wxvlc.dirs
2261
2262   * Synchronised Debian build files with 0.8.4-svn20050823-1 upload.
2263
2264 ------------------------------------------------------------------------
2265 r12364 | sam | 2005-08-23 17:25:00 +0200 (Tue, 23 Aug 2005) | 2 lines
2266 Changed paths:
2267    M /trunk/src
2268    M /trunk/src/osd
2269
2270   * Added missing svn:ignore properties.
2271
2272 ------------------------------------------------------------------------
2273 r12363 | fkuehne | 2005-08-23 17:03:22 +0200 (Tue, 23 Aug 2005) | 1 line
2274 Changed paths:
2275    M /trunk/README.MacOSX.rtf
2276
2277 * updated questions 11 (the setting is at a different location now) and 12 (the setting is hidden by default)
2278 ------------------------------------------------------------------------
2279 r12362 | massiot | 2005-08-23 16:24:35 +0200 (Tue, 23 Aug 2005) | 7 lines
2280 Changed paths:
2281    M /trunk/configure.ac
2282    M /trunk/include/vlc_common.h
2283    M /trunk/include/vlc_symbols.h
2284    M /trunk/modules/control/http/http.c
2285    M /trunk/src/libvlc.c
2286    M /trunk/toolbox
2287
2288  * toolbox: Removed compilation information from version.c to reduce the
2289    compilation time.
2290  * configure.ac: Compilation information are now determined at
2291    configure-time. Fixed libSDL_image static linking.
2292  * src/libvlc.c: Removed VLC_CompileTime() since this is not possible
2293    without increasing the compilation time.
2294
2295 ------------------------------------------------------------------------
2296 r12361 | jpsaman | 2005-08-23 14:27:59 +0200 (Tue, 23 Aug 2005) | 1 line
2297 Changed paths:
2298    M /trunk/modules/video_filter/osdmenu.c
2299
2300 Forward port of revision 12360.
2301 ------------------------------------------------------------------------
2302 r12359 | massiot | 2005-08-23 12:07:06 +0200 (Tue, 23 Aug 2005) | 3 lines
2303 Changed paths:
2304    M /trunk/extras/contrib/src/Makefile
2305
2306  * extras/contrib/src/Makefile: Fixed installation of ffmpeg. Added libtiff
2307    in libSDL_image.
2308
2309 ------------------------------------------------------------------------
2310 r12358 | sam | 2005-08-23 11:44:45 +0200 (Tue, 23 Aug 2005) | 3 lines
2311 Changed paths:
2312    M /trunk/configure.ac
2313
2314   * configure.ac: on Linux PPC and gcc 4.x, we need to check for the -maltivec
2315     flag before trying to use <altivec.h>.
2316
2317 ------------------------------------------------------------------------
2318 r12355 | gbazin | 2005-08-22 23:31:51 +0200 (Mon, 22 Aug 2005) | 1 line
2319 Changed paths:
2320    M /trunk/src/misc/net.c
2321
2322 * src/misc/net.c: fixed segfault.
2323 ------------------------------------------------------------------------
2324 r12354 | gbazin | 2005-08-22 22:24:20 +0200 (Mon, 22 Aug 2005) | 1 line
2325 Changed paths:
2326    M /trunk/src/input/es_out.c
2327
2328 * src/input/es_out.c: when removing an active track, re-run the track selection algo.
2329 ------------------------------------------------------------------------
2330 r12350 | gbazin | 2005-08-22 21:30:52 +0200 (Mon, 22 Aug 2005) | 1 line
2331 Changed paths:
2332    M /trunk/modules/codec/dvbsub.c
2333
2334 * modules/codec/dvbsub.c: fixed segfault.
2335 ------------------------------------------------------------------------
2336 r12349 | courmisch | 2005-08-22 21:00:19 +0200 (Mon, 22 Aug 2005) | 2 lines
2337 Changed paths:
2338    M /trunk/Makefile.am
2339
2340 Work-around automake being a bit too clever
2341
2342 ------------------------------------------------------------------------
2343 r12348 | fkuehne | 2005-08-22 20:51:23 +0200 (Mon, 22 Aug 2005) | 1 line
2344 Changed paths:
2345    M /trunk/extras/contrib/src/Makefile
2346
2347 * use latest ffmpeg-cvs again (gibalou fixed our module some weeks ago)
2348 ------------------------------------------------------------------------
2349 r12347 | sam | 2005-08-22 20:37:43 +0200 (Mon, 22 Aug 2005) | 2 lines
2350 Changed paths:
2351    M /trunk/modules/control/hotkeys.c
2352
2353   * modules/control/hotkeys.c: replaced pow(2,x) constructs with (1<<x). (P.S.: mouahahaha)
2354
2355 ------------------------------------------------------------------------
2356 r12346 | massiot | 2005-08-22 20:22:55 +0200 (Mon, 22 Aug 2005) | 2 lines
2357 Changed paths:
2358    M /trunk/include/vlc_common.h
2359    M /trunk/src/extras/libc.c
2360
2361  * src/extras/libc.c: Compilation fix for non-Win32 platforms.
2362
2363 ------------------------------------------------------------------------
2364 r12345 | gbazin | 2005-08-22 20:12:50 +0200 (Mon, 22 Aug 2005) | 1 line
2365 Changed paths:
2366    M /trunk/modules/codec/dvbsub.c
2367
2368 * modules/codec/dvbsub.c: fixed recent breakage of subtitles positionning.
2369 ------------------------------------------------------------------------
2370 r12344 | massiot | 2005-08-22 19:58:20 +0200 (Mon, 22 Aug 2005) | 8 lines
2371 Changed paths:
2372    M /trunk/include/vlc_common.h
2373    M /trunk/include/vlc_symbols.h
2374    M /trunk/modules/control/http/http.c
2375    M /trunk/modules/control/http/http.h
2376    M /trunk/modules/control/http/macro.c
2377    M /trunk/modules/control/http/mvar.c
2378    M /trunk/modules/control/http/rpn.c
2379    M /trunk/modules/control/http/util.c
2380    M /trunk/po/POTFILES.in
2381    M /trunk/po/ca.po
2382    M /trunk/po/da.po
2383    M /trunk/po/de.po
2384    M /trunk/po/en_GB.po
2385    M /trunk/po/es.po
2386    M /trunk/po/fr.po
2387    M /trunk/po/it.po
2388    M /trunk/po/ja.po
2389    M /trunk/po/nl.po
2390    M /trunk/po/pt_BR.po
2391    M /trunk/po/ro.po
2392    M /trunk/po/ru.po
2393    M /trunk/po/tr.po
2394    M /trunk/po/vlc.pot
2395    M /trunk/po/zh_TW.po
2396    M /trunk/src
2397    M /trunk/src/extras/libc.c
2398
2399  * src/extras/libc.c: Implemented a vlc_readdir_wrapper under Win32. This
2400    allows to call vlc_readdir_wrapper("\\") and get a list of Windows drives.
2401    This is a bit kludgy but so convenient to change drives under Windows.
2402  * modules/control/http: Adapted to use vlc_readdir_wrapper in foreach
2403    directory. Thou shalt escape all exported functions with E_() to avoid
2404    potential namespace collisions !
2405  * po: Re-run make update-po since POTFILES.in has changed.
2406
2407 ------------------------------------------------------------------------
2408 r12343 | sam | 2005-08-22 19:44:19 +0200 (Mon, 22 Aug 2005) | 3 lines
2409 Changed paths:
2410    M /trunk/modules/control/http/Modules.am
2411
2412   * modules/control/http/Modules.am: added missing headers to the SOURCES
2413     variable.
2414
2415 ------------------------------------------------------------------------
2416 r12342 | sam | 2005-08-22 19:42:53 +0200 (Mon, 22 Aug 2005) | 2 lines
2417 Changed paths:
2418    M /trunk/Makefile.am
2419
2420   * Fixed the build dependencies.
2421
2422 ------------------------------------------------------------------------
2423 r12341 | massiot | 2005-08-22 16:22:41 +0200 (Mon, 22 Aug 2005) | 2 lines
2424 Changed paths:
2425    M /trunk/Makefile.am
2426
2427  * Modules.am: (Hopefully) fixed make update-po.
2428
2429 ------------------------------------------------------------------------
2430 r12340 | hartman | 2005-08-22 16:22:05 +0200 (Mon, 22 Aug 2005) | 2 lines
2431 Changed paths:
2432    M /trunk/modules/gui/wxwidgets/interface.cpp
2433
2434 * revert previous patch
2435
2436 ------------------------------------------------------------------------
2437 r12339 | hartman | 2005-08-22 15:48:33 +0200 (Mon, 22 Aug 2005) | 2 lines
2438 Changed paths:
2439    M /trunk/modules/gui/wxwidgets/interface.cpp
2440
2441 * Show the true volume range (0-400%) instead of 0-200%. The wxwidgets volume control goes only halfway i believe. This shouldn't change any behaviour, it should just change the value that is represented to the USER. refs #250
2442
2443 ------------------------------------------------------------------------
2444 r12338 | hartman | 2005-08-22 15:44:11 +0200 (Mon, 22 Aug 2005) | 2 lines
2445 Changed paths:
2446    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
2447    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
2448    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
2449    M /trunk/modules/gui/macosx/misc.h
2450    M /trunk/modules/gui/macosx/misc.m
2451
2452 * finally use the iTunes volumeslider knob that we have had since 0.7.0 but which I never cared to enable. closes #209
2453
2454 ------------------------------------------------------------------------
2455 r12337 | courmisch | 2005-08-22 15:09:25 +0200 (Mon, 22 Aug 2005) | 2 lines
2456 Changed paths:
2457    M /trunk/Makefile.am
2458
2459 Fix build in a subdirectory after make clean
2460
2461 ------------------------------------------------------------------------
2462 r12333 | jpsaman | 2005-08-22 10:29:37 +0200 (Mon, 22 Aug 2005) | 1 line
2463 Changed paths:
2464    M /trunk/modules/control/rc.c
2465
2466 Forward port of rev 12332
2467 ------------------------------------------------------------------------
2468 r12331 | jpsaman | 2005-08-22 10:10:37 +0200 (Mon, 22 Aug 2005) | 1 line
2469 Changed paths:
2470    M /trunk/modules/video_filter/osdmenu.c
2471
2472 Forward port of revision 12329 and cosmetic cleanup
2473 ------------------------------------------------------------------------
2474 r12330 | jpsaman | 2005-08-22 10:08:35 +0200 (Mon, 22 Aug 2005) | 1 line
2475 Changed paths:
2476    M /trunk/src/osd/osd.c
2477
2478 Cosmetics
2479 ------------------------------------------------------------------------
2480 r12327 | hartman | 2005-08-22 02:59:12 +0200 (Mon, 22 Aug 2005) | 2 lines
2481 Changed paths:
2482    M /trunk/modules/gui/macosx/prefs.m
2483
2484 * remove debug line
2485
2486 ------------------------------------------------------------------------
2487 r12326 | hartman | 2005-08-22 02:47:34 +0200 (Mon, 22 Aug 2005) | 2 lines
2488 Changed paths:
2489    M /trunk/modules/gui/macosx/playlist.m
2490
2491 * Use insert instead of append. Does not yet work for inserting into nodes. refs #150
2492
2493 ------------------------------------------------------------------------
2494 r12325 | hartman | 2005-08-22 01:33:58 +0200 (Mon, 22 Aug 2005) | 2 lines
2495 Changed paths:
2496    M /trunk/modules/gui/macosx/playlist.h
2497    M /trunk/modules/gui/macosx/playlist.m
2498
2499 * Nicer playlist reordering for OSX. cosmetic changes. refs #150
2500
2501 ------------------------------------------------------------------------
2502 r12322 | fkuehne | 2005-08-21 22:02:03 +0200 (Sun, 21 Aug 2005) | 1 line
2503 Changed paths:
2504    M /trunk/modules/gui/macosx/bookmarks.m
2505    M /trunk/modules/gui/macosx/wizard.m
2506
2507 * implement the extract-button of the bookmarks-window correctly (refs #22)
2508 ------------------------------------------------------------------------
2509 r12321 | courmisch | 2005-08-21 20:52:10 +0200 (Sun, 21 Aug 2005) | 2 lines
2510 Changed paths:
2511    M /trunk/vlc-api.pl
2512
2513 Typo in comment pointed out by dionoea
2514
2515 ------------------------------------------------------------------------
2516 r12320 | damienf | 2005-08-21 20:49:07 +0200 (Sun, 21 Aug 2005) | 2 lines
2517 Changed paths:
2518    M /trunk/activex/plugin.cpp
2519
2520 all: make sure that the plugin use that registry for plugin path
2521
2522 ------------------------------------------------------------------------
2523 r12319 | courmisch | 2005-08-21 20:48:05 +0200 (Sun, 21 Aug 2005) | 3 lines
2524 Changed paths:
2525    M /trunk/configure.ac
2526    M /trunk/include/modules.h
2527    M /trunk/include/vlc_symbols.h
2528    M /trunk/src/misc/modules.c
2529    M /trunk/vlc-api.pl
2530
2531 Get rid of the symbols structure and use the OS linker
2532 with --enable-shared-libvlc
2533
2534 ------------------------------------------------------------------------
2535 r12318 | damienf | 2005-08-21 19:46:48 +0200 (Sun, 21 Aug 2005) | 2 lines
2536 Changed paths:
2537    M /trunk/modules/access/file.c
2538
2539 - support for specific WIN32 file URL such as file:/C:/ and file:///C:/
2540
2541 ------------------------------------------------------------------------
2542 r12317 | fkuehne | 2005-08-21 19:45:32 +0200 (Sun, 21 Aug 2005) | 1 line
2543 Changed paths:
2544    M /trunk/modules/gui/macosx/intf.h
2545    M /trunk/modules/gui/macosx/intf.m
2546
2547 * forgot these 2 files
2548 ------------------------------------------------------------------------
2549 r12316 | fkuehne | 2005-08-21 19:45:05 +0200 (Sun, 21 Aug 2005) | 1 line
2550 Changed paths:
2551    M /trunk/Makefile.am
2552    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
2553    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
2554    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
2555    A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib
2556    A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/classes.nib
2557    A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/info.nib
2558    A /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/keyedobjects.nib
2559    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
2560    M /trunk/modules/gui/macosx/Modules.am
2561    A /trunk/modules/gui/macosx/update.h
2562    A /trunk/modules/gui/macosx/update.m
2563
2564 * port of the wx-update-panel to OSX (GUI works, updating itself is not yet implemented, refs #310)
2565 ------------------------------------------------------------------------
2566 r12315 | damienf | 2005-08-21 19:43:38 +0200 (Sun, 21 Aug 2005) | 2 lines
2567 Changed paths:
2568    M /trunk/src/libvlc.c
2569
2570 - pre-create 'width' and 'height' in libvlc so that the ActiveX plugin can set them before a vout is created. this prevents the initial viewport resizing when playing the first target
2571
2572 ------------------------------------------------------------------------
2573 r12314 | damienf | 2005-08-21 19:40:32 +0200 (Sun, 21 Aug 2005) | 4 lines
2574 Changed paths:
2575    M /trunk/activex/axvlc.idl
2576    M /trunk/activex/axvlc.tlb
2577    M /trunk/activex/axvlc_idl.c
2578    M /trunk/activex/axvlc_idl.h
2579    M /trunk/activex/dataobject.cpp
2580    M /trunk/activex/main.cpp
2581    M /trunk/activex/olecontrol.cpp
2582    M /trunk/activex/oleinplaceactiveobject.cpp
2583    M /trunk/activex/oleinplaceobject.cpp
2584    M /trunk/activex/oleobject.cpp
2585    M /trunk/activex/persistpropbag.cpp
2586    M /trunk/activex/persiststorage.cpp
2587    M /trunk/activex/persiststreaminit.cpp
2588    M /trunk/activex/persiststreaminit.h
2589    M /trunk/activex/plugin.cpp
2590    M /trunk/activex/plugin.h
2591    M /trunk/activex/test.html
2592    M /trunk/activex/utils.cpp
2593    M /trunk/activex/utils.h
2594    M /trunk/activex/viewobject.cpp
2595    M /trunk/activex/vlccontrol.cpp
2596    M /trunk/activex/vlccontrol.h
2597
2598 all: reworked ActiveX plugin, which now works properly  with .NET (tested with Visual Basic Express 2005)
2599      added persistent properties such as MRL, AutoPlay, AutoLoop which allows a user to play a default target
2600      without programming.
2601
2602 ------------------------------------------------------------------------
2603 r12313 | fkuehne | 2005-08-21 19:17:43 +0200 (Sun, 21 Aug 2005) | 1 line
2604 Changed paths:
2605    M /trunk/extras/contrib/src/packages.mak
2606
2607 * use autoconf 2.59 instead of 2.57, since bootstrap needs it now -- this breaks the compilation on BeOS, but there is no way to prevent that except making bootstrap autoconf 2.57 - compatible again
2608 ------------------------------------------------------------------------
2609 r12311 | sam | 2005-08-21 18:38:17 +0200 (Sun, 21 Aug 2005) | 2 lines
2610 Changed paths:
2611    M /trunk
2612    M /trunk/debian/changelog
2613    M /trunk/debian/control
2614    M /trunk/debian/patches/00list
2615    M /trunk/debian/rules
2616
2617   * updated Debian build files
2618
2619 ------------------------------------------------------------------------
2620 r12310 | hartman | 2005-08-21 16:33:06 +0200 (Sun, 21 Aug 2005) | 2 lines
2621 Changed paths:
2622    M /trunk/modules/video_output/opengl.c
2623
2624 * Fix mouse down event forwarding from opengl (closes #325)
2625
2626 ------------------------------------------------------------------------
2627 r12309 | courmisch | 2005-08-21 14:57:10 +0200 (Sun, 21 Aug 2005) | 2 lines
2628 Changed paths:
2629    M /trunk/modules/misc/network/ipv6.c
2630
2631 Compile fix
2632
2633 ------------------------------------------------------------------------
2634 r12308 | courmisch | 2005-08-21 13:27:15 +0200 (Sun, 21 Aug 2005) | 2 lines
2635 Changed paths:
2636    M /trunk/modules/misc/network/ipv6.c
2637    M /trunk/src/misc/net.c
2638
2639 Define IPV6_PROTECTION_LEVEL manually - closes #96
2640
2641 ------------------------------------------------------------------------
2642 r12307 | dionoea | 2005-08-20 21:14:58 +0200 (Sat, 20 Aug 2005) | 2 lines
2643 Changed paths:
2644    M /trunk/include/vlc_es.h
2645
2646 remove 2 evil tabs
2647
2648 ------------------------------------------------------------------------
2649 r12306 | gbazin | 2005-08-20 20:10:24 +0200 (Sat, 20 Aug 2005) | 1 line
2650 Changed paths:
2651    M /trunk/modules/demux/playlist/dvb.c
2652
2653 * modules/demux/playlist/dvb.c: win32 build fix.
2654 ------------------------------------------------------------------------
2655 r12305 | gbazin | 2005-08-20 19:18:41 +0200 (Sat, 20 Aug 2005) | 2 lines
2656 Changed paths:
2657    M /trunk/modules/demux/playlist/Modules.am
2658    A /trunk/modules/demux/playlist/dvb.c
2659    M /trunk/modules/demux/playlist/playlist.c
2660    M /trunk/modules/demux/playlist/playlist.h
2661
2662 * modules/demux/playlist/dvb.c: playlist import for szap/tzap/czap compatible DVB channel lists.
2663
2664 ------------------------------------------------------------------------
2665 r12304 | courmisch | 2005-08-20 17:08:45 +0200 (Sat, 20 Aug 2005) | 2 lines
2666 Changed paths:
2667    M /trunk/THANKS
2668
2669 Due credits
2670
2671 ------------------------------------------------------------------------
2672 r12303 | courmisch | 2005-08-20 17:06:17 +0200 (Sat, 20 Aug 2005) | 3 lines
2673 Changed paths:
2674    M /trunk/modules/control/http/util.c
2675
2676 Fix url converter on win32
2677 (patch contributed by Marco Munderloh)
2678
2679 ------------------------------------------------------------------------
2680 r12302 | dionoea | 2005-08-20 15:57:15 +0200 (Sat, 20 Aug 2005) | 2 lines
2681 Changed paths:
2682    M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
2683    M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
2684    M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
2685    M /trunk/modules/gui/skins2/commands/cmd_playtree.hpp
2686    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
2687    M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
2688
2689 propset
2690
2691 ------------------------------------------------------------------------
2692 r12301 | courmisch | 2005-08-20 15:42:33 +0200 (Sat, 20 Aug 2005) | 2 lines
2693 Changed paths:
2694    M /trunk/lxdialog
2695
2696 Prop change
2697
2698 ------------------------------------------------------------------------
2699 r12300 | dionoea | 2005-08-20 15:28:35 +0200 (Sat, 20 Aug 2005) | 2 lines
2700 Changed paths:
2701    M /trunk/include/vlc_keys.h
2702
2703 change file name in comment
2704
2705 ------------------------------------------------------------------------
2706 r12299 | dionoea | 2005-08-20 15:22:16 +0200 (Sat, 20 Aug 2005) | 2 lines
2707 Changed paths:
2708    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
2709
2710 add KEY_ENTER and KEY_SPACE to launch action()
2711
2712 ------------------------------------------------------------------------
2713 r12298 | courmisch | 2005-08-20 15:15:26 +0200 (Sat, 20 Aug 2005) | 2 lines
2714 Changed paths:
2715    M /trunk/Makefile.am
2716
2717 (Un)Install shared libvlc if enabled
2718
2719 ------------------------------------------------------------------------
2720 r12297 | dionoea | 2005-08-20 15:04:53 +0200 (Sat, 20 Aug 2005) | 2 lines
2721 Changed paths:
2722    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
2723
2724  * keyboard (arrows) navigation
2725
2726 ------------------------------------------------------------------------
2727 r12296 | courmisch | 2005-08-20 14:52:45 +0200 (Sat, 20 Aug 2005) | 2 lines
2728 Changed paths:
2729    M /trunk/Makefile.am
2730
2731 Link fix
2732
2733 ------------------------------------------------------------------------
2734 r12295 | dionoea | 2005-08-20 14:50:16 +0200 (Sat, 20 Aug 2005) | 3 lines
2735 Changed paths:
2736    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
2737
2738 code CtrlTree::autoScoll . Its still mostly buggy and give you a headache if
2739 you watch the playlist when it is called but i can't find what's wrong.
2740
2741 ------------------------------------------------------------------------
2742 r12294 | courmisch | 2005-08-20 14:30:12 +0200 (Sat, 20 Aug 2005) | 7 lines
2743 Changed paths:
2744    M /trunk/Makefile.am
2745    M /trunk/bootstrap
2746    M /trunk/configure.ac
2747    M /trunk/mozilla/Makefile.am
2748
2749 - experimental disabled-by-default shared libvlc build.
2750   I said "experimental". I meant it.
2751   Developers might try --enable-shared-libvlc
2752 - remove autom4te*.cache on bootstrap
2753   (some customized autoconf add their version number)
2754 - some clean up
2755
2756 ------------------------------------------------------------------------
2757 r12293 | damienf | 2005-08-20 14:04:13 +0200 (Sat, 20 Aug 2005) | 2 lines
2758 Changed paths:
2759    M /trunk/modules/gui/skins2/src/theme_loader.cpp
2760
2761 missing const to non-const cast
2762
2763 ------------------------------------------------------------------------
2764 r12292 | courmisch | 2005-08-20 13:29:33 +0200 (Sat, 20 Aug 2005) | 2 lines
2765 Changed paths:
2766    M /trunk/m4
2767
2768 minor svn:ignore fix
2769
2770 ------------------------------------------------------------------------
2771 r12291 | zorglub | 2005-08-20 13:26:48 +0200 (Sat, 20 Aug 2005) | 2 lines
2772 Changed paths:
2773    M /trunk/modules/gui/skins2/src/theme_loader.cpp
2774
2775 Sanity check
2776
2777 ------------------------------------------------------------------------
2778 r12290 | dionoea | 2005-08-20 13:10:30 +0200 (Sat, 20 Aug 2005) | 2 lines
2779 Changed paths:
2780    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
2781    M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
2782    M /trunk/modules/gui/skins2/vars/playtree.cpp
2783
2784 some more mouse control on playtree display/selection
2785
2786 ------------------------------------------------------------------------
2787 r12289 | dionoea | 2005-08-20 12:17:20 +0200 (Sat, 20 Aug 2005) | 3 lines
2788 Changed paths:
2789    M /trunk/include/vlc_playlist.h
2790    M /trunk/include/vlc_symbols.h
2791    M /trunk/src/playlist/playlist.c
2792
2793 add new playlist_PreparseEnqueueItem function which preparses a playlist_item
2794 and all its children.
2795
2796 ------------------------------------------------------------------------
2797 r12288 | zorglub | 2005-08-20 11:48:31 +0200 (Sat, 20 Aug 2005) | 2 lines
2798 Changed paths:
2799    M /trunk/modules/visualization/xosd.c
2800
2801 Fix Xosd interface (Debian #324039)
2802
2803 ------------------------------------------------------------------------
2804 r12287 | courmisch | 2005-08-20 11:37:02 +0200 (Sat, 20 Aug 2005) | 2 lines
2805 Changed paths:
2806    M /trunk/Makefile.am
2807
2808 Cosmetic fix
2809
2810 ------------------------------------------------------------------------
2811 r12286 | zorglub | 2005-08-20 11:29:38 +0200 (Sat, 20 Aug 2005) | 4 lines
2812 Changed paths:
2813    M /trunk/modules/gui/skins2/src/theme_loader.cpp
2814
2815 Wrap all gz functions to avoid void* -> int casts.
2816
2817 Fix 64 bits build (Debian #324031)
2818
2819 ------------------------------------------------------------------------
2820 r12285 | dionoea | 2005-08-20 11:26:46 +0200 (Sat, 20 Aug 2005) | 4 lines
2821 Changed paths:
2822    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
2823    M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
2824    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
2825
2826  * ctrl_*.cpp : mouse scrolling behavior change
2827  * skin_parser.cpp : add comment so people know where to look to fix the
2828                      Playlist slider breakage.
2829
2830 ------------------------------------------------------------------------
2831 r12284 | courmisch | 2005-08-20 10:41:50 +0200 (Sat, 20 Aug 2005) | 5 lines
2832 Changed paths:
2833    M /trunk/bootstrap
2834
2835 Use most recent automake version
2836
2837 Slower maybe, but safer
2838 and arguably more suited for automatically issued tarballs
2839
2840 ------------------------------------------------------------------------
2841 r12283 | courmisch | 2005-08-20 10:37:45 +0200 (Sat, 20 Aug 2005) | 3 lines
2842 Changed paths:
2843    M /trunk/bootstrap
2844
2845 Undo erroneous previous commit
2846 (wanted to cancel, but I pressed the wrong key)
2847
2848 ------------------------------------------------------------------------
2849 r12282 | courmisch | 2005-08-20 10:36:37 +0200 (Sat, 20 Aug 2005) | 6 lines
2850 Changed paths:
2851    M /trunk/bootstrap
2852
2853 Don't fallback to automake 1.6
2854
2855 bootstrap might be a little slower,
2856 but that'll ensure more recent build-system in tarballs.
2857 Besides, 
2858
2859 ------------------------------------------------------------------------
2860 r12281 | dionoea | 2005-08-20 02:31:27 +0200 (Sat, 20 Aug 2005) | 3 lines
2861 Changed paths:
2862    M /trunk/modules/gui/skins2/Modules.am
2863    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
2864    A /trunk/modules/gui/skins2/commands/cmd_playtree.cpp
2865    A /trunk/modules/gui/skins2/commands/cmd_playtree.hpp
2866    M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
2867    M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
2868    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
2869    A /trunk/modules/gui/skins2/controls/ctrl_tree.cpp
2870    A /trunk/modules/gui/skins2/controls/ctrl_tree.hpp
2871    M /trunk/modules/gui/skins2/parser/builder.cpp
2872    M /trunk/modules/gui/skins2/parser/builder.hpp
2873    M /trunk/modules/gui/skins2/parser/builder_data.def
2874    M /trunk/modules/gui/skins2/parser/builder_data.hpp
2875    M /trunk/modules/gui/skins2/parser/gen_builder.py
2876    M /trunk/modules/gui/skins2/parser/interpreter.cpp
2877    M /trunk/modules/gui/skins2/parser/interpreter.hpp
2878    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
2879    M /trunk/modules/gui/skins2/src/dialogs.cpp
2880    M /trunk/modules/gui/skins2/src/vlcproc.cpp
2881    M /trunk/modules/gui/skins2/src/vlcproc.hpp
2882    A /trunk/modules/gui/skins2/utils/var_tree.cpp
2883    A /trunk/modules/gui/skins2/utils/var_tree.hpp
2884    A /trunk/modules/gui/skins2/vars/playtree.cpp
2885    A /trunk/modules/gui/skins2/vars/playtree.hpp
2886
2887  * Playtree start. Basic functionalities work. Still needs a lot of
2888    work, cleaning and fixing. I'll continue this weekend.
2889
2890 ------------------------------------------------------------------------
2891 r12280 | dionoea | 2005-08-20 02:20:53 +0200 (Sat, 20 Aug 2005) | 4 lines
2892 Changed paths:
2893    A /trunk/share/skins2/playtree.vlt
2894    M /trunk/share/skins2/skin.dtd
2895
2896  * skin.dtd : add Playtree stuff
2897  * playtree.vlt : default.vlt modified to use a Playtree instead of a
2898                   Playlist
2899
2900 ------------------------------------------------------------------------
2901 r12279 | courmisch | 2005-08-19 19:52:53 +0200 (Fri, 19 Aug 2005) | 2 lines
2902 Changed paths:
2903    M /trunk/m4/vlc.m4
2904
2905 Fix (hopefully -again-) new build system on Win32
2906
2907 ------------------------------------------------------------------------
2908 r12278 | massiot | 2005-08-19 19:08:32 +0200 (Fri, 19 Aug 2005) | 4 lines
2909 Changed paths:
2910    M /trunk/modules/demux/playlist/m3u.c
2911
2912  * modules/demux/playlist/m3u.c: If name is empty, assume that the author
2913    is in reality the name of the file (compatibility with existing
2914    m3u files).
2915
2916 ------------------------------------------------------------------------
2917 r12277 | massiot | 2005-08-19 19:07:27 +0200 (Fri, 19 Aug 2005) | 6 lines
2918 Changed paths:
2919    M /trunk/modules/control/http/http.h
2920    M /trunk/modules/control/http/macro.c
2921    M /trunk/modules/control/http/mvar.c
2922    M /trunk/modules/control/http/rpn.c
2923    M /trunk/modules/control/http/util.c
2924
2925  * modules/control/http/rpn.c: vlc_var_* now take an extra argument to
2926    indicate which object we are playing with (for instance 'VLC_OBJECT_INPUT'
2927    or 'VLC_OBJECT_PLAYLIST'). Espace \ in addslashes.
2928  * modules/control/http: Factorized and simplified the RealPath() stuff.
2929    Fixed a few hardcoded '/' as a path separator.
2930
2931 ------------------------------------------------------------------------
2932 r12274 | hartman | 2005-08-19 18:16:34 +0200 (Fri, 19 Aug 2005) | 2 lines
2933 Changed paths:
2934    M /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/classes.nib
2935    M /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/info.nib
2936    M /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/keyedobjects.nib
2937    M /trunk/modules/gui/macosx/prefs.h
2938    M /trunk/modules/gui/macosx/prefs.m
2939    M /trunk/modules/gui/macosx/prefs_widgets.h
2940    M /trunk/modules/gui/macosx/prefs_widgets.m
2941
2942 * Section titles for the OSX Preferences.
2943
2944 ------------------------------------------------------------------------
2945 r12273 | courmisch | 2005-08-19 18:09:41 +0200 (Fri, 19 Aug 2005) | 2 lines
2946 Changed paths:
2947    M /trunk/configure.ac
2948
2949 Fix clean tree build
2950
2951 ------------------------------------------------------------------------
2952 r12272 | courmisch | 2005-08-19 18:06:54 +0200 (Fri, 19 Aug 2005) | 2 lines
2953 Changed paths:
2954    M /trunk/Makefile.am
2955    M /trunk/src
2956    D /trunk/src/Makefile.am
2957
2958 Clean up
2959
2960 ------------------------------------------------------------------------
2961 r12271 | courmisch | 2005-08-19 17:45:52 +0200 (Fri, 19 Aug 2005) | 2 lines
2962 Changed paths:
2963    M /trunk/toolbox
2964
2965 Attempt to fix problem with dnsdomain name on some OSes
2966
2967 ------------------------------------------------------------------------
2968 r12270 | courmisch | 2005-08-19 17:42:49 +0200 (Fri, 19 Aug 2005) | 2 lines
2969 Changed paths:
2970    M /trunk/configure.ac
2971
2972 Another typo. Links now.
2973
2974 ------------------------------------------------------------------------
2975 r12269 | courmisch | 2005-08-19 17:32:17 +0200 (Fri, 19 Aug 2005) | 2 lines
2976 Changed paths:
2977    M /trunk/configure.ac
2978
2979 Rah typo again
2980
2981 ------------------------------------------------------------------------
2982 r12268 | courmisch | 2005-08-19 17:31:20 +0200 (Fri, 19 Aug 2005) | 2 lines
2983 Changed paths:
2984    M /trunk/configure.ac
2985
2986 Forgot this file
2987
2988 ------------------------------------------------------------------------
2989 r12267 | courmisch | 2005-08-19 17:28:03 +0200 (Fri, 19 Aug 2005) | 2 lines
2990 Changed paths:
2991    M /trunk/Makefile.am
2992
2993 Remove unnecessary dependencies
2994
2995 ------------------------------------------------------------------------
2996 r12266 | courmisch | 2005-08-19 17:21:25 +0200 (Fri, 19 Aug 2005) | 2 lines
2997 Changed paths:
2998    M /trunk/src/misc/net.c
2999
3000 Don't print EAFNOSUPPORT error - refs #320
3001
3002 ------------------------------------------------------------------------
3003 r12265 | courmisch | 2005-08-19 17:18:24 +0200 (Fri, 19 Aug 2005) | 2 lines
3004 Changed paths:
3005    M /trunk/bootstrap
3006
3007 Fix typos in static libraries installation
3008
3009 ------------------------------------------------------------------------
3010 r12264 | courmisch | 2005-08-19 16:27:52 +0200 (Fri, 19 Aug 2005) | 2 lines
3011 Changed paths:
3012    M /trunk/bootstrap
3013
3014 Some old automake versions seem not to know about mkdir_p
3015
3016 ------------------------------------------------------------------------
3017 r12263 | jpsaman | 2005-08-19 16:00:06 +0200 (Fri, 19 Aug 2005) | 1 line
3018 Changed paths:
3019    M /trunk/NEWS
3020
3021 Added new OSD support
3022 ------------------------------------------------------------------------
3023 r12259 | jpsaman | 2005-08-19 11:02:20 +0200 (Fri, 19 Aug 2005) | 1 line
3024 Changed paths:
3025    M /trunk/modules/codec/dvbsub.c
3026
3027 Fix region width/height encoding bug. Dvbsub never tested for a change in region widht/height that made a region smaller then the previous one that was encoded. The encoded region size would always been the largest size encountered, this is now fixed. Removed some superflous whitespace/
3028 ------------------------------------------------------------------------
3029 r12258 | jpsaman | 2005-08-19 09:23:40 +0200 (Fri, 19 Aug 2005) | 1 line
3030 Changed paths:
3031    M /trunk/modules/control/rc.c
3032
3033 Cleanup of status reporting.
3034 ------------------------------------------------------------------------
3035 r12257 | zorglub | 2005-08-19 01:25:16 +0200 (Fri, 19 Aug 2005) | 2 lines
3036 Changed paths:
3037    M /trunk/modules/control/http/macro.c
3038    M /trunk/modules/control/http/rpn.c
3039
3040 If passed ?control=play without any item, just ask playlist to play
3041
3042 ------------------------------------------------------------------------
3043 r12256 | zorglub | 2005-08-19 01:05:36 +0200 (Fri, 19 Aug 2005) | 4 lines
3044 Changed paths:
3045    M /trunk/doc/Doxyfile
3046    M /trunk/modules/control/http/http.h
3047    M /trunk/modules/control/http/macro.c
3048    M /trunk/modules/control/http/util.c
3049
3050 Fix consistency of some function names
3051 Improve documentation
3052 Enable build of modules documentation
3053
3054 ------------------------------------------------------------------------
3055 r12255 | hartman | 2005-08-18 23:38:32 +0200 (Thu, 18 Aug 2005) | 2 lines
3056 Changed paths:
3057    M /trunk/modules/gui/macosx/extended.m
3058
3059 * Change only the frontmost window opaqueness
3060
3061 ------------------------------------------------------------------------
3062 r12254 | hartman | 2005-08-18 23:26:23 +0200 (Thu, 18 Aug 2005) | 2 lines
3063 Changed paths:
3064    M /trunk/modules/gui/macosx/extended.m
3065
3066 * Fix on the fly Opaqueness changing
3067
3068 ------------------------------------------------------------------------
3069 r12253 | zorglub | 2005-08-18 21:38:01 +0200 (Thu, 18 Aug 2005) | 2 lines
3070 Changed paths:
3071    M /trunk/modules/control/http/util.c
3072
3073 Die !
3074
3075 ------------------------------------------------------------------------
3076 r12252 | zorglub | 2005-08-18 21:32:02 +0200 (Thu, 18 Aug 2005) | 2 lines
3077 Changed paths:
3078    M /trunk/modules/control/http/Modules.am
3079
3080 wtf ?
3081
3082 ------------------------------------------------------------------------
3083 r12251 | zorglub | 2005-08-18 21:20:25 +0200 (Thu, 18 Aug 2005) | 2 lines
3084 Changed paths:
3085    M /trunk/modules/control/http
3086
3087 propset
3088
3089 ------------------------------------------------------------------------
3090 r12250 | zorglub | 2005-08-18 21:18:56 +0200 (Thu, 18 Aug 2005) | 2 lines
3091 Changed paths:
3092    M /trunk/configure.ac
3093    M /trunk/modules/control/Modules.am
3094    A /trunk/modules/control/http
3095    A /trunk/modules/control/http/Modules.am
3096    A /trunk/modules/control/http/http.c (from /trunk/modules/control/http.c:12247)
3097    A /trunk/modules/control/http/http.h
3098    A /trunk/modules/control/http/macro.c
3099    A /trunk/modules/control/http/macros.h
3100    A /trunk/modules/control/http/mvar.c
3101    A /trunk/modules/control/http/rpn.c
3102    A /trunk/modules/control/http/util.c
3103    D /trunk/modules/control/http.c
3104
3105 Split the HTTP interface and begin to document it
3106
3107 ------------------------------------------------------------------------
3108 r12249 | jpsaman | 2005-08-18 20:00:31 +0200 (Thu, 18 Aug 2005) | 1 line
3109 Changed paths:
3110    M /trunk/modules/control/rc.c
3111
3112 Fix an issue with the state option (behaves differently then in 0.8.1) and removed useless white space.
3113 ------------------------------------------------------------------------
3114 r12248 | fkuehne | 2005-08-18 19:50:41 +0200 (Thu, 18 Aug 2005) | 1 line
3115 Changed paths:
3116    M /trunk/modules/gui/macosx/extended.m
3117
3118 * get the correct vout, when using the opengl-output-module - on-the-fly changing still not possible
3119 ------------------------------------------------------------------------
3120 r12247 | courmisch | 2005-08-18 19:00:20 +0200 (Thu, 18 Aug 2005) | 3 lines
3121 Changed paths:
3122    M /trunk/bootstrap
3123    M /trunk/configure.ac
3124    M /trunk/m4/vlc.m4
3125    M /trunk/modules/gui/wince/Modules.am
3126
3127 Redo 12234; this time with (hopefully) Mac OS X support
3128 It was probably too easy that building to Windows and Linux worked the same
3129
3130 ------------------------------------------------------------------------
3131 r12246 | dionoea | 2005-08-18 18:52:45 +0200 (Thu, 18 Aug 2005) | 2 lines
3132 Changed paths:
3133    M /trunk/modules/gui/wxwidgets/playlist.cpp
3134
3135 remove tabs/trailing spaces
3136
3137 ------------------------------------------------------------------------
3138 r12245 | zorglub | 2005-08-18 18:50:38 +0200 (Thu, 18 Aug 2005) | 2 lines
3139 Changed paths:
3140    M /trunk/modules/access/directory.c
3141
3142 Remove debug
3143
3144 ------------------------------------------------------------------------
3145 r12244 | courmisch | 2005-08-18 18:49:19 +0200 (Thu, 18 Aug 2005) | 2 lines
3146 Changed paths:
3147    M /trunk/modules/gui/wince/Modules.am
3148
3149 Revert the other half
3150
3151 ------------------------------------------------------------------------
3152 r12243 | jpsaman | 2005-08-18 18:41:10 +0200 (Thu, 18 Aug 2005) | 1 line
3153 Changed paths:
3154    M /trunk/modules/control/rc.c
3155    M /trunk/modules/gui/macosx/controls.m
3156    M /trunk/modules/gui/macosx/intf.m
3157    M /trunk/src/audio_output/intf.c
3158    M /trunk/src/libvlc.h
3159    M /trunk/src/osd/osd.c
3160
3161 Added --volume-step to override AOUT_VOLUME_DEFAULT. This will give an OSD menu (or skins2) designer to freedom to decide how many steps he wants for turning up the volume from 0 to 1024. It is an advanced option so most users will never see it. Can someone check the MacOSX changes for this? I made them but cannot compiler and test it (I don't have a Mac).
3162 ------------------------------------------------------------------------
3163 r12242 | fkuehne | 2005-08-18 18:39:23 +0200 (Thu, 18 Aug 2005) | 1 line
3164 Changed paths:
3165    M /trunk/extras/MacOSX/Resources/English.lproj/Bookmarks.nib/keyedobjects.nib
3166    M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/keyedobjects.nib
3167    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
3168    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
3169
3170 * set the 'auto save name' for the equalizer, extended and bookmarks panels to automatically save their positions (closes #316)
3171 ------------------------------------------------------------------------
3172 r12241 | courmisch | 2005-08-18 18:27:00 +0200 (Thu, 18 Aug 2005) | 2 lines
3173 Changed paths:
3174    M /trunk/bootstrap
3175
3176 Grrr damn Mac OS X linker
3177
3178 ------------------------------------------------------------------------
3179 r12240 | massiot | 2005-08-18 18:23:30 +0200 (Thu, 18 Aug 2005) | 2 lines
3180 Changed paths:
3181    M /trunk/configure.ac
3182
3183  * configure.ac: Print a warning when DVB headers aren't found.
3184
3185 ------------------------------------------------------------------------
3186 r12239 | zorglub | 2005-08-18 18:20:43 +0200 (Thu, 18 Aug 2005) | 2 lines
3187 Changed paths:
3188    M /trunk/NEWS
3189
3190 improve 
3191
3192 ------------------------------------------------------------------------
3193 r12238 | fkuehne | 2005-08-18 18:12:29 +0200 (Thu, 18 Aug 2005) | 4 lines
3194 Changed paths:
3195    M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/classes.nib
3196    M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/info.nib
3197    M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/keyedobjects.nib
3198    M /trunk/modules/gui/macosx/extended.h
3199    M /trunk/modules/gui/macosx/extended.m
3200
3201 * added the opaqueness-slider to the extended panel (refs #318)
3202     - on-the-fly changing is not yet possible, since I don't know the correct pointer (the current one gives "dereferencing pointer to incomplete type"); see FIXME.
3203 * VLCExtended is the delegate for o_extended_window now, to save the prefs automatically, once VLC is going to be terminated
3204 * "awakeFromNib" was partially moved to "showPanel" to retrieve the slider values before showing the window, in case they were saved in the prefs-window
3205 ------------------------------------------------------------------------
3206 r12237 | massiot | 2005-08-18 18:08:55 +0200 (Thu, 18 Aug 2005) | 2 lines
3207 Changed paths:
3208    M /trunk/NEWS
3209
3210  * NEWS: Updated with my work since 0.8.2.
3211
3212 ------------------------------------------------------------------------
3213 r12236 | massiot | 2005-08-18 17:58:05 +0200 (Thu, 18 Aug 2005) | 2 lines
3214 Changed paths:
3215    M /trunk/modules/demux/demuxdump.c
3216
3217  * modules/demux/demuxdump.c: Better error detection (disk full for instance).
3218
3219 ------------------------------------------------------------------------
3220 r12235 | courmisch | 2005-08-18 17:50:58 +0200 (Thu, 18 Aug 2005) | 1 line
3221 Changed paths:
3222    M /trunk/toolbox
3223
3224
3225 ------------------------------------------------------------------------
3226 r12234 | courmisch | 2005-08-18 17:38:09 +0200 (Thu, 18 Aug 2005) | 4 lines
3227 Changed paths:
3228    M /trunk/bootstrap
3229    M /trunk/modules/gui/wince/Modules.am
3230
3231 - Use a common rule to build plugins (refs #297)
3232   (tested on Mingw32 and native Linux, might need some tweaks)
3233 - Remove some legacy code
3234
3235 ------------------------------------------------------------------------
3236 r12233 | courmisch | 2005-08-18 17:36:12 +0200 (Thu, 18 Aug 2005) | 3 lines
3237 Changed paths:
3238    M /trunk/Makefile.am
3239    M /trunk/bootstrap
3240
3241 - (Un)install plugins from their directory (refs #297)
3242 - Fix mostlyclean target
3243
3244 ------------------------------------------------------------------------
3245 r12232 | courmisch | 2005-08-18 17:27:57 +0200 (Thu, 18 Aug 2005) | 6 lines
3246 Changed paths:
3247    M /trunk/modules/misc/network/ipv6.c
3248
3249 Don't print EAFNOSUPPORT error when the given name/address does not
3250 even resolve to IPv6 - though cosmetic that seemed to confuse a guy on
3251 the mailing list - refs #320.
3252
3253 A cleaner more clever solution would be better.
3254
3255 ------------------------------------------------------------------------
3256 r12231 | courmisch | 2005-08-18 17:25:33 +0200 (Thu, 18 Aug 2005) | 2 lines
3257 Changed paths:
3258    M /trunk/activex/axvlc.inf.in
3259    M /trunk/configure.ac
3260
3261 Replace the specific VERSION32 kludge with a clean more reusable solution
3262
3263 ------------------------------------------------------------------------
3264 r12230 | courmisch | 2005-08-18 17:24:38 +0200 (Thu, 18 Aug 2005) | 2 lines
3265 Changed paths:
3266    M /trunk/include/network.h
3267    M /trunk/include/vlc_symbols.h
3268    M /trunk/src/misc/net.c
3269
3270 Add const
3271
3272 ------------------------------------------------------------------------
3273 r12229 | jpsaman | 2005-08-18 17:14:02 +0200 (Thu, 18 Aug 2005) | 1 line
3274 Changed paths:
3275    M /trunk/modules/demux/sgimb.c
3276
3277 Fix compiler warning. Removed unused variable
3278 ------------------------------------------------------------------------
3279 r12228 | jpsaman | 2005-08-18 15:53:45 +0200 (Thu, 18 Aug 2005) | 1 line
3280 Changed paths:
3281    M /trunk/src/misc/net.c
3282
3283 Eliminate false errors of which errno said it was a success.
3284 ------------------------------------------------------------------------
3285 r12227 | jpsaman | 2005-08-18 14:55:46 +0200 (Thu, 18 Aug 2005) | 1 line
3286 Changed paths:
3287    M /trunk/toolbox
3288
3289 Added a message about the purpose of this file and a DO NOT EDIT NOTICE - THIS FILE IS AUTOMATICALLY GENERATED -
3290 ------------------------------------------------------------------------
3291 r12226 | massiot | 2005-08-18 14:41:16 +0200 (Thu, 18 Aug 2005) | 2 lines
3292 Changed paths:
3293    M /trunk/po/POTFILES.in
3294
3295  * po/POTFILES.in: Removed two non-existing files.
3296
3297 ------------------------------------------------------------------------
3298 r12225 | massiot | 2005-08-18 12:01:30 +0200 (Thu, 18 Aug 2005) | 3 lines
3299 Changed paths:
3300    M /trunk/modules/control/http.c
3301
3302  * modules/control/http.c: Implemented RPN functions playlist_move and
3303    playlist_delete.
3304
3305 ------------------------------------------------------------------------
3306 r12224 | jpsaman | 2005-08-18 11:50:18 +0200 (Thu, 18 Aug 2005) | 1 line
3307 Changed paths:
3308    M /trunk/vlc.win32.nsi
3309
3310 Include OSD menu files in installer
3311 ------------------------------------------------------------------------
3312 r12223 | hartman | 2005-08-18 00:44:08 +0200 (Thu, 18 Aug 2005) | 2 lines
3313 Changed paths:
3314    M /trunk/po/POTFILES.in
3315
3316 * not yet added plugins can break POTFILES.in as well mr. courmish :D
3317
3318 ------------------------------------------------------------------------
3319 r12222 | dionoea | 2005-08-17 22:53:38 +0200 (Wed, 17 Aug 2005) | 2 lines
3320 Changed paths:
3321    M /trunk/modules/video_filter/logo.c
3322
3323 remove tabs and trailing spaces
3324
3325 ------------------------------------------------------------------------
3326 r12221 | dionoea | 2005-08-17 22:43:15 +0200 (Wed, 17 Aug 2005) | 2 lines
3327 Changed paths:
3328    M /trunk/modules/video_filter/rss.c
3329
3330 if ttl==0, don't update the feeds
3331
3332 ------------------------------------------------------------------------
3333 r12220 | dionoea | 2005-08-17 22:24:15 +0200 (Wed, 17 Aug 2005) | 2 lines
3334 Changed paths:
3335    M /trunk/modules/video_filter/rss.c
3336
3337 remove debug stuff
3338
3339 ------------------------------------------------------------------------
3340 r12219 | dionoea | 2005-08-17 22:17:11 +0200 (Wed, 17 Aug 2005) | 4 lines
3341 Changed paths:
3342    M /trunk/modules/video_filter/rss.c
3343
3344  * add --rss-ttl parmeter so the feeds can be updated
3345  * URL list seperator now is | (pipe)
3346  * fixes
3347
3348 ------------------------------------------------------------------------
3349 r12218 | dionoea | 2005-08-17 18:14:32 +0200 (Wed, 17 Aug 2005) | 2 lines
3350 Changed paths:
3351    M /trunk/vlc.win32.nsi
3352
3353 wxwin -> wx
3354
3355 ------------------------------------------------------------------------
3356 r12217 | massiot | 2005-08-17 18:00:30 +0200 (Wed, 17 Aug 2005) | 2 lines
3357 Changed paths:
3358    M /trunk/modules/access/file.c
3359
3360  * modules/access/file.c: Expansion of '~/' in filenames.
3361
3362 ------------------------------------------------------------------------
3363 r12216 | massiot | 2005-08-17 17:12:51 +0200 (Wed, 17 Aug 2005) | 5 lines
3364 Changed paths:
3365    M /trunk/modules/control/http.c
3366    M /trunk/src/libvlc.c
3367    M /trunk/src/misc/configuration.c
3368
3369  * src/libvlc.c: Expand ~/ in --config-file.
3370  * modules/control/http.c: New RPN functions :
3371    - 'module' vlc_config_save ('module' can be an empty string) returns status
3372    - vlc_config_reset
3373
3374 ------------------------------------------------------------------------
3375 r12215 | massiot | 2005-08-17 16:39:07 +0200 (Wed, 17 Aug 2005) | 8 lines
3376 Changed paths:
3377    M /trunk/Makefile.am
3378    M /trunk/include/vlc/vlc.h
3379    M /trunk/include/vlc_common.h
3380    M /trunk/include/vlc_symbols.h
3381    M /trunk/modules/control/http.c
3382    M /trunk/src/libvlc.c
3383    M /trunk/src/misc
3384    M /trunk/toolbox
3385
3386  * Makefile.am: New file version.c, generated at each 'make' command.
3387  * toolbox: New --update-version switch, which builds the version.c file
3388    from current date, user/hostname/domainname, compiler version and
3389    svn changeset.
3390  * src/libvlc.c: Exported API to access data from version.c.
3391  * modules/control/http.c: New variables vlc_compile_time, vlc_compile_by,
3392    vlc_compile_host, vlc_compile_domain, vlc_compiler and vlc_changeset.
3393
3394 ------------------------------------------------------------------------
3395 r12214 | massiot | 2005-08-17 14:00:44 +0200 (Wed, 17 Aug 2005) | 8 lines
3396 Changed paths:
3397    M /trunk/modules/control/http.c
3398
3399  * modules/control/http.c: New RPN functions :
3400    - 'variable' vlc_var_type
3401    - 'variable' vlc_config_type
3402    - value 'variable' vlc_var_set (renamed from vlc_set_var for consistency)
3403    - 'variable' vlc_var_get
3404    - value 'variable' vlc_config_set
3405    - 'variable' vlc_config_get
3406
3407 ------------------------------------------------------------------------
3408 r12213 | massiot | 2005-08-17 13:58:44 +0200 (Wed, 17 Aug 2005) | 2 lines
3409 Changed paths:
3410    M /trunk/Makefile.am
3411
3412  * Makefile.am: MacOS X fix when srcdir != builddir.
3413
3414 ------------------------------------------------------------------------
3415 r12212 | hartman | 2005-08-16 16:21:38 +0200 (Tue, 16 Aug 2005) | 2 lines
3416 Changed paths:
3417    M /trunk/modules/demux/sgimb.c
3418
3419 * Fix an issue with sgi announce files and adding the new items to the playlist
3420
3421 ------------------------------------------------------------------------
3422 r12211 | courmisch | 2005-08-15 20:10:06 +0200 (Mon, 15 Aug 2005) | 2 lines
3423 Changed paths:
3424    M /trunk/Makefile.am
3425
3426 Fix distclean
3427
3428 ------------------------------------------------------------------------
3429 r12210 | zorglub | 2005-08-15 18:54:13 +0200 (Mon, 15 Aug 2005) | 2 lines
3430 Changed paths:
3431    M /trunk/modules/access/http.c
3432
3433 Compile fix
3434
3435 ------------------------------------------------------------------------
3436 r12209 | zorglub | 2005-08-15 18:53:51 +0200 (Mon, 15 Aug 2005) | 2 lines
3437 Changed paths:
3438    M /trunk/modules/access/http.c
3439
3440 Test commit. This commit breaks the build, don't use it
3441
3442 ------------------------------------------------------------------------
3443 r12208 | asmax | 2005-08-15 17:58:39 +0200 (Mon, 15 Aug 2005) | 2 lines
3444 Changed paths:
3445    M /trunk/modules/gui/skins2/x11/x11_timer.hpp
3446
3447  * compilation fix
3448
3449 ------------------------------------------------------------------------
3450 r12207 | asmax | 2005-08-15 17:54:32 +0200 (Mon, 15 Aug 2005) | 1 line
3451 Changed paths:
3452    M /trunk/modules/gui/skins2/commands/async_queue.cpp
3453    M /trunk/modules/gui/skins2/commands/async_queue.hpp
3454    M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
3455    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
3456    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
3457    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
3458    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
3459    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
3460    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
3461    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
3462    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
3463    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
3464    M /trunk/modules/gui/skins2/src/os_factory.hpp
3465    M /trunk/modules/gui/skins2/src/skin_common.hpp
3466    M /trunk/modules/gui/skins2/src/tooltip.cpp
3467    M /trunk/modules/gui/skins2/src/tooltip.hpp
3468    M /trunk/modules/gui/skins2/src/vlcproc.cpp
3469    M /trunk/modules/gui/skins2/src/vlcproc.hpp
3470    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
3471    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
3472    M /trunk/modules/gui/skins2/win32/win32_timer.cpp
3473    M /trunk/modules/gui/skins2/win32/win32_timer.hpp
3474    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
3475    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
3476    M /trunk/modules/gui/skins2/x11/x11_timer.cpp
3477    M /trunk/modules/gui/skins2/x11/x11_timer.hpp
3478
3479  * all: replaced remaining C callbacks by commands
3480 ------------------------------------------------------------------------
3481 r12206 | courmisch | 2005-08-15 17:21:11 +0200 (Mon, 15 Aug 2005) | 2 lines
3482 Changed paths:
3483    M /trunk/src/libvlc.c
3484
3485 Use Latin-9 rather than US-ASCII when there is no local charset
3486
3487 ------------------------------------------------------------------------
3488 r12205 | jpsaman | 2005-08-15 17:06:42 +0200 (Mon, 15 Aug 2005) | 1 line
3489 Changed paths:
3490    M /trunk/modules/video_filter/osdmenu.c
3491
3492 Use an empty palette to get the colors of the picture right.
3493 ------------------------------------------------------------------------
3494 r12204 | jpsaman | 2005-08-15 17:02:08 +0200 (Mon, 15 Aug 2005) | 1 line
3495 Changed paths:
3496    M /trunk/modules/codec/dvbsub.c
3497
3498 Oops, Disable debugging.
3499 ------------------------------------------------------------------------
3500 r12203 | jpsaman | 2005-08-15 17:01:31 +0200 (Mon, 15 Aug 2005) | 1 line
3501 Changed paths:
3502    M /trunk/modules/codec/dvbsub.c
3503
3504 Also allow an empty palette marked with palette.i_entries = 0
3505 ------------------------------------------------------------------------
3506 r12202 | zorglub | 2005-08-15 16:57:02 +0200 (Mon, 15 Aug 2005) | 2 lines
3507 Changed paths:
3508    M /trunk/include/vlc_access.h
3509    M /trunk/include/vlc_demux.h
3510    M /trunk/include/vlc_es_out.h
3511    M /trunk/include/vlc_input.h
3512    M /trunk/include/vlc_stream.h
3513    M /trunk/src/stream_output/sap.c
3514
3515 Fix a few warnings
3516
3517 ------------------------------------------------------------------------
3518 r12201 | courmisch | 2005-08-15 16:51:42 +0200 (Mon, 15 Aug 2005) | 3 lines
3519 Changed paths:
3520    M /trunk/src/libvlc.c
3521
3522 - Fix, clean up locale settings
3523 - Fix local charset detection that broke (From|To)Locale
3524
3525 ------------------------------------------------------------------------
3526 r12200 | courmisch | 2005-08-15 16:50:24 +0200 (Mon, 15 Aug 2005) | 2 lines
3527 Changed paths:
3528    M /trunk/modules/access/directory.c
3529
3530 Fix playlist item insertion when local charset is not UTF-8
3531
3532 ------------------------------------------------------------------------
3533 r12199 | courmisch | 2005-08-15 16:50:06 +0200 (Mon, 15 Aug 2005) | 2 lines
3534 Changed paths:
3535    M /trunk/modules/access/file.c
3536
3537 Fix stat() when local charset is not UTF-8
3538
3539 ------------------------------------------------------------------------
3540 r12198 | jpsaman | 2005-08-15 16:41:28 +0200 (Mon, 15 Aug 2005) | 1 line
3541 Changed paths:
3542    M /trunk/modules/codec/dvbsub.c
3543    M /trunk/modules/video_filter/osdmenu.c
3544
3545 Found a simpler way to send an empty picture to the client. It fixes also memleaks introduced in 12196.
3546 ------------------------------------------------------------------------
3547 r12197 | massiot | 2005-08-15 15:37:59 +0200 (Mon, 15 Aug 2005) | 2 lines
3548 Changed paths:
3549    M /trunk/src/input/input.c
3550
3551  * src/input/input.c: Really fixed :programs= this time.
3552
3553 ------------------------------------------------------------------------
3554 r12196 | jpsaman | 2005-08-15 14:35:35 +0200 (Mon, 15 Aug 2005) | 1 line
3555 Changed paths:
3556    M /trunk/modules/video_filter/osdmenu.c
3557
3558 Send an empty subpicture to remove the OSD menu on the client application when "menu off" commands is given on the rc interface.
3559 ------------------------------------------------------------------------
3560 r12195 | jpsaman | 2005-08-15 14:32:44 +0200 (Mon, 15 Aug 2005) | 1 line
3561 Changed paths:
3562    M /trunk/modules/codec/dvbsub.c
3563
3564 Replaced // comments with /* .. */ and added some sanity checking.
3565 ------------------------------------------------------------------------
3566 r12194 | jpsaman | 2005-08-15 14:21:16 +0200 (Mon, 15 Aug 2005) | 1 line
3567 Changed paths:
3568    M /trunk/src/video_output/vout_subpictures.c
3569
3570 Use NULL for initializing pointers iso 0.
3571 ------------------------------------------------------------------------
3572 r12193 | courmisch | 2005-08-14 19:28:28 +0200 (Sun, 14 Aug 2005) | 2 lines
3573 Changed paths:
3574    M /trunk/configure.ac
3575
3576 Link ipv4 with iphlpapi - closes #315
3577
3578 ------------------------------------------------------------------------
3579 r12192 | courmisch | 2005-08-14 18:56:35 +0200 (Sun, 14 Aug 2005) | 4 lines
3580 Changed paths:
3581    M /trunk/src/stream_output/sap.c
3582
3583 Fix SAP announce destination address - closes #314
3584
3585 Bug reported by Thomas Knauer
3586
3587 ------------------------------------------------------------------------
3588 r12191 | courmisch | 2005-08-14 18:46:48 +0200 (Sun, 14 Aug 2005) | 2 lines
3589 Changed paths:
3590    M /trunk/modules/services_discovery/sap.c
3591
3592 Fix compiler warnings
3593
3594 ------------------------------------------------------------------------
3595 r12190 | courmisch | 2005-08-14 18:28:59 +0200 (Sun, 14 Aug 2005) | 15 lines
3596 Changed paths:
3597    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
3598
3599 Don't set LC_NUMERIC in the wxWidgets plugin.
3600
3601 It's already set to C globally because there are a bunch of things that
3602 assume US-style float numbers formatting (config file, RTSP VoD server
3603 to name a few) -- see SetLanguage() in libvlc.
3604
3605 If you want to get a float from the user, you can look for the comma
3606 and replace it with a dot before parsing. However keep in mind that the
3607 stream output parser already uses the comma to separate options; that's
3608 yet another reason to use the dot in any case.
3609
3610 Also, I don't know if some remote locales use neither dot nor comma as
3611 their decimal point.
3612
3613
3614 ------------------------------------------------------------------------
3615 r12189 | zorglub | 2005-08-14 18:15:50 +0200 (Sun, 14 Aug 2005) | 2 lines
3616 Changed paths:
3617    M /trunk/bootstrap
3618
3619 Don't use m4 comments in Makefile. Should fix win32 build
3620
3621 ------------------------------------------------------------------------
3622 r12188 | titer | 2005-08-14 15:15:38 +0200 (Sun, 14 Aug 2005) | 2 lines
3623 Changed paths:
3624    M /trunk/include/network.h
3625    M /trunk/modules/demux/playlist/m3u.c
3626    M /trunk/src/misc/net.c
3627    M /trunk/src/stream_output/sap.c
3628
3629  ALL: compile fixes
3630
3631 ------------------------------------------------------------------------
3632 r12187 | massiot | 2005-08-14 15:04:57 +0200 (Sun, 14 Aug 2005) | 4 lines
3633 Changed paths:
3634    M /trunk/modules/demux/ts.c
3635
3636  * modules/demux/ts.c: Fixed a side-effect when p_sys->b_dvb_control has
3637    not been set to VLC_FALSE yet, the program number is not specified,
3638    and we're reading a PMT.
3639
3640 ------------------------------------------------------------------------
3641 r12186 | sam | 2005-08-14 14:43:30 +0200 (Sun, 14 Aug 2005) | 2 lines
3642 Changed paths:
3643    M /trunk/configure.ac
3644    M /trunk/modules/audio_output/Modules.am
3645    A /trunk/modules/audio_output/arts.c
3646
3647   * reverted commit 12177 (aRts removal).
3648
3649 ------------------------------------------------------------------------
3650 r12185 | courmisch | 2005-08-14 14:24:33 +0200 (Sun, 14 Aug 2005) | 2 lines
3651 Changed paths:
3652    M /trunk/src/libvlc.c
3653    M /trunk/src/misc/configuration.c
3654
3655 Set LC_NUMERIC to C once and for all.
3656
3657 ------------------------------------------------------------------------
3658 r12184 | courmisch | 2005-08-14 14:22:25 +0200 (Sun, 14 Aug 2005) | 5 lines
3659 Changed paths:
3660    M /trunk/modules/misc/network/ipv6.c
3661    M /trunk/src/misc/net.c
3662
3663 got the value for PROTECTION_LEVEL_* hard-coded
3664 , but still miss the other one.
3665
3666 Anyone with Visual Studio here ?
3667
3668 ------------------------------------------------------------------------
3669 r12183 | dionoea | 2005-08-14 00:15:37 +0200 (Sun, 14 Aug 2005) | 8 lines
3670 Changed paths:
3671    M /trunk/src/libvlc.c
3672    M /trunk/src/misc/configuration.c
3673
3674  * setlocale( LC_NUMERIC, "C" ). There still might be some place where its
3675    missing. Beware that this change configuration saving output (it used
3676    to be saved in users locale).
3677
3678    this should fix float config options save/load rounding issues. If someone
3679    has a better fix, feel free to do so (but please dont revert a commit and
3680    provide no alternative fix)
3681
3682 ------------------------------------------------------------------------
3683 r12182 | jpsaman | 2005-08-13 21:38:34 +0200 (Sat, 13 Aug 2005) | 1 line
3684 Changed paths:
3685    M /trunk/modules/control/rc.c
3686
3687 Fix breakage of revision 12164 when a non-socket connection to the rc interface is active.
3688 ------------------------------------------------------------------------
3689 r12181 | jpsaman | 2005-08-13 21:28:49 +0200 (Sat, 13 Aug 2005) | 1 line
3690 Changed paths:
3691    M /trunk/include/vlc_symbols.h
3692
3693 API changed
3694 ------------------------------------------------------------------------
3695 r12180 | jpsaman | 2005-08-13 21:26:27 +0200 (Sat, 13 Aug 2005) | 1 line
3696 Changed paths:
3697    M /trunk/include/vlc_osd.h
3698    M /trunk/modules/control/rc.c
3699    M /trunk/src/osd/osd.c
3700
3701 Reworked OSD Volume handling and display of volumebar. Run make stamp-api to update include/vlc_symbols.h.
3702 ------------------------------------------------------------------------
3703 r12179 | courmisch | 2005-08-13 21:15:17 +0200 (Sat, 13 Aug 2005) | 3 lines
3704 Changed paths:
3705    M /trunk/modules/misc/network/ipv4.c
3706
3707 [Win32] Attempt to guess best interface for multicast
3708 may close #163
3709
3710 ------------------------------------------------------------------------
3711 r12178 | zorglub | 2005-08-13 20:44:31 +0200 (Sat, 13 Aug 2005) | 2 lines
3712 Changed paths:
3713    M /trunk/modules/LIST
3714    M /trunk/modules/list.sh
3715
3716 Update modules list
3717
3718 ------------------------------------------------------------------------
3719 r12177 | courmisch | 2005-08-13 19:49:38 +0200 (Sat, 13 Aug 2005) | 4 lines
3720 Changed paths:
3721    M /trunk/configure.ac
3722    M /trunk/modules/audio_output/Modules.am
3723    D /trunk/modules/audio_output/arts.c
3724
3725 Remove severely broken unmaintained aRts plugin
3726
3727 Use ALSA or tell aRts to use ESD and use ESD in VLC, or fix it.
3728
3729 ------------------------------------------------------------------------
3730 r12176 | courmisch | 2005-08-13 19:43:47 +0200 (Sat, 13 Aug 2005) | 2 lines
3731 Changed paths:
3732    M /trunk/bootstrap
3733
3734 Add missing slashes
3735
3736 ------------------------------------------------------------------------
3737 r12175 | jpsaman | 2005-08-13 18:56:14 +0200 (Sat, 13 Aug 2005) | 1 line
3738 Changed paths:
3739    M /trunk/src/osd/osd_parser.c
3740
3741 Remove unused comments
3742 ------------------------------------------------------------------------
3743 r12174 | jpsaman | 2005-08-13 18:55:28 +0200 (Sat, 13 Aug 2005) | 1 line
3744 Changed paths:
3745    M /trunk/modules/control/rc.c
3746
3747 Print status change message when volume is changed with volume command on the rc interface.
3748 ------------------------------------------------------------------------
3749 r12173 | courmisch | 2005-08-13 18:23:19 +0200 (Sat, 13 Aug 2005) | 2 lines
3750 Changed paths:
3751    M /trunk/modules/demux/mkv.cpp
3752
3753 - convert UTF16/UTF32 to UTF8 rather than Latin1 - closes #287
3754
3755 ------------------------------------------------------------------------
3756 r12172 | courmisch | 2005-08-13 18:08:29 +0200 (Sat, 13 Aug 2005) | 2 lines
3757 Changed paths:
3758    M /trunk/src/misc/tls.c
3759
3760 Reuse TLS module/object when already present - closes #288
3761
3762 ------------------------------------------------------------------------
3763 r12171 | courmisch | 2005-08-13 17:33:22 +0200 (Sat, 13 Aug 2005) | 2 lines
3764 Changed paths:
3765    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
3766    M /trunk/src/libvlc.c
3767
3768 Undo LC_NUMERIC change
3769
3770 ------------------------------------------------------------------------
3771 r12170 | courmisch | 2005-08-13 17:20:45 +0200 (Sat, 13 Aug 2005) | 2 lines
3772 Changed paths:
3773    M /trunk/Makefile.am
3774
3775 Remove useless debug stuff
3776
3777 ------------------------------------------------------------------------
3778 r12169 | fkuehne | 2005-08-13 17:19:57 +0200 (Sat, 13 Aug 2005) | 1 line
3779 Changed paths:
3780    M /trunk/THANKS
3781    M /trunk/po/ru.po
3782
3783 updated Russian translation by Andrey Brilevskiy
3784 ------------------------------------------------------------------------
3785 r12168 | dionoea | 2005-08-13 17:03:21 +0200 (Sat, 13 Aug 2005) | 12 lines
3786 Changed paths:
3787    M /trunk/modules/gui/wxwidgets/preferences_widgets.cpp
3788    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
3789    M /trunk/src/libvlc.c
3790
3791 Disclaimer : this commit would need to be checked by someone
3792
3793 Change locale (LC_NUMERIC) in appropriate places so we always use the
3794 user's locale when reading/writting floats to config (otherwise it would
3795 read floats using C locale (float separator is . in C) and write them
3796 using the user's local (float separator can be , instead of .))
3797
3798 If these changes aren't ok, then i think that the only solution would be
3799 to always setlocale(LC_NUMERIC, "C") when handling config str<->float
3800 conversions.
3801
3802
3803 ------------------------------------------------------------------------
3804 r12167 | courmisch | 2005-08-13 16:44:12 +0200 (Sat, 13 Aug 2005) | 2 lines
3805 Changed paths:
3806    M /trunk/Makefile.am
3807    M /trunk/vlc-api.pl
3808
3809 Fix for make distclean
3810
3811 ------------------------------------------------------------------------
3812 r12166 | courmisch | 2005-08-13 16:15:09 +0200 (Sat, 13 Aug 2005) | 2 lines
3813 Changed paths:
3814    M /trunk/Makefile.am
3815
3816 Fix make dist when builddir != srcdir
3817
3818 ------------------------------------------------------------------------
3819 r12165 | courmisch | 2005-08-13 16:08:02 +0200 (Sat, 13 Aug 2005) | 2 lines
3820 Changed paths:
3821    M /trunk/src/Makefile.am
3822
3823 Unbreak make dist
3824
3825 ------------------------------------------------------------------------
3826 r12164 | courmisch | 2005-08-13 15:56:47 +0200 (Sat, 13 Aug 2005) | 3 lines
3827 Changed paths:
3828    M /trunk/modules/control/rc.c
3829
3830 - Append CRLF manually
3831 - Compiler warning fixed
3832
3833 ------------------------------------------------------------------------
3834 r12163 | jpsaman | 2005-08-13 15:49:04 +0200 (Sat, 13 Aug 2005) | 1 line
3835 Changed paths:
3836    M /trunk/modules/demux/ts.c
3837
3838 remove unusefull comment
3839 ------------------------------------------------------------------------
3840 r12162 | courmisch | 2005-08-13 15:19:30 +0200 (Sat, 13 Aug 2005) | 3 lines
3841 Changed paths:
3842    M /trunk/modules/control/rc.c
3843
3844 Revert commit [12128] that violate gettext rules
3845 (carriage return are forbidden).
3846
3847 ------------------------------------------------------------------------
3848 r12161 | courmisch | 2005-08-13 15:14:19 +0200 (Sat, 13 Aug 2005) | 4 lines
3849 Changed paths:
3850    M /trunk/Makefile.am
3851    M /trunk/toolbox
3852
3853 "toolbox --update-po" becomes "make update-po"
3854
3855 Now can update PO when compiling from subdir
3856
3857 ------------------------------------------------------------------------
3858 r12160 | courmisch | 2005-08-13 15:12:48 +0200 (Sat, 13 Aug 2005) | 2 lines
3859 Changed paths:
3860    M /trunk/po/POTFILES.in
3861
3862 Resync necessary (removal of obsolote plugins)
3863
3864 ------------------------------------------------------------------------
3865 r12159 | massiot | 2005-08-13 15:12:13 +0200 (Sat, 13 Aug 2005) | 6 lines
3866 Changed paths:
3867    M /trunk/configure.ac
3868
3869  * configure.ac: Reverted [12094] and [12138] because the ffmpeg team
3870    doesn't care to fix their packageconfig stuff to be really useful (such
3871    as instructing to link with mp3lame, zlib, etc.), so the
3872    packageconfig stuff doesn't bring much, and the current code breaks
3873    under OS X and Cygwin (at least).
3874
3875 ------------------------------------------------------------------------
3876 r12158 | courmisch | 2005-08-13 13:17:26 +0200 (Sat, 13 Aug 2005) | 2 lines
3877 Changed paths:
3878    M /trunk/modules/gui/wxwidgets/wizard.cpp
3879
3880 Use net_AddressIsMulticast helper
3881
3882 ------------------------------------------------------------------------
3883 r12157 | courmisch | 2005-08-13 11:13:08 +0200 (Sat, 13 Aug 2005) | 2 lines
3884 Changed paths:
3885    M /trunk/bootstrap
3886
3887 Don't use undefined variables - should make automake 1.6 happy
3888
3889 ------------------------------------------------------------------------
3890 r12156 | zorglub | 2005-08-13 10:34:42 +0200 (Sat, 13 Aug 2005) | 2 lines
3891 Changed paths:
3892    D /trunk/BUGS
3893    D /trunk/TODO
3894
3895 Remove obsolete files
3896
3897 ------------------------------------------------------------------------
3898 r12155 | courmisch | 2005-08-13 10:12:37 +0200 (Sat, 13 Aug 2005) | 3 lines
3899 Changed paths:
3900    M /trunk/bootstrap
3901    M /trunk/mozilla/Makefile.am
3902
3903 Get rid of the UNTRUE conditionnal
3904 and some other Makefile cleanup
3905
3906 ------------------------------------------------------------------------
3907 r12154 | massiot | 2005-08-13 02:14:09 +0200 (Sat, 13 Aug 2005) | 7 lines
3908 Changed paths:
3909    M /trunk/include/network.h
3910    M /trunk/modules/access/http.c
3911
3912  * modules/access/http.c: Do not use vlc_UrlEncode for the same reason
3913    than [12145]. We just want to replace spaces.
3914  * include/network.h: Restored the previous behaviour of vlc_UrlEncode().
3915    We really mean to URL-encode ? & / etc. in order to be able to pass
3916    a string containing those special characters as a GET variable in the
3917    http control interface.
3918
3919 ------------------------------------------------------------------------
3920 r12153 | zorglub | 2005-08-13 00:55:37 +0200 (Sat, 13 Aug 2005) | 2 lines
3921 Changed paths:
3922    M /trunk/debian/wxvlc.dirs
3923
3924 Add missing folder
3925
3926 ------------------------------------------------------------------------
3927 r12152 | zorglub | 2005-08-12 23:49:28 +0200 (Fri, 12 Aug 2005) | 4 lines
3928 Changed paths:
3929    M /trunk/configure.ac
3930    D /trunk/modules/gui/gtk
3931    D /trunk/modules/gui/gtk2
3932    D /trunk/modules/gui/kde
3933    D /trunk/modules/gui/qt
3934
3935 Remove gtk, gtk2, qt and kde plugins
3936
3937 If you want them, take them back from the svn attic, fix them and reintroduce them. I didn't remove the configure.ac snippets, they are still in but commented
3938
3939 ------------------------------------------------------------------------
3940 r12151 | zorglub | 2005-08-12 23:39:43 +0200 (Fri, 12 Aug 2005) | 2 lines
3941 Changed paths:
3942    M /trunk/modules/access/Modules.am
3943    D /trunk/modules/access/slp.c
3944    M /trunk/modules/control/Modules.am
3945    D /trunk/modules/control/joystick.c
3946
3947 Remove slp and joystick plugins
3948
3949 ------------------------------------------------------------------------
3950 r12150 | courmisch | 2005-08-12 22:01:54 +0200 (Fri, 12 Aug 2005) | 2 lines
3951 Changed paths:
3952    M /trunk/include/network.h
3953
3954 and ampersand and question mark. Got them all this time.
3955
3956 ------------------------------------------------------------------------
3957 r12149 | courmisch | 2005-08-12 21:58:45 +0200 (Fri, 12 Aug 2005) | 2 lines
3958 Changed paths:
3959    M /trunk/include/network.h
3960
3961 Forgot @ -- thanks thedj
3962
3963 ------------------------------------------------------------------------
3964 r12148 | courmisch | 2005-08-12 21:44:52 +0200 (Fri, 12 Aug 2005) | 3 lines
3965 Changed paths:
3966    M /trunk/include/network.h
3967
3968 Don't URL encode ./:[] because they are to be found in URLs...
3969 closes #311
3970
3971 ------------------------------------------------------------------------
3972 r12147 | courmisch | 2005-08-12 21:17:33 +0200 (Fri, 12 Aug 2005) | 2 lines
3973 Changed paths:
3974    M /trunk/Makefile.am
3975    M /trunk/bootstrap
3976    M /trunk/vlc-config.in.in
3977
3978 Speed up recursive make significantly
3979
3980 ------------------------------------------------------------------------
3981 r12146 | massiot | 2005-08-12 21:11:54 +0200 (Fri, 12 Aug 2005) | 5 lines
3982 Changed paths:
3983    M /trunk/modules/control/http.c
3984    M /trunk/src/misc/httpd.c
3985
3986  * modules/control/http.c: Added an id="include" macro to include
3987    another file. Also reduced MAX_DIR_PATH_LENGTH to 2560 since
3988    allocating anything larger than 4kB on the stack is likely to break
3989    on many OSes.
3990
3991 ------------------------------------------------------------------------
3992 r12145 | massiot | 2005-08-12 19:51:20 +0200 (Fri, 12 Aug 2005) | 5 lines
3993 Changed paths:
3994    M /trunk/modules/demux/livedotcom.cpp
3995
3996  * modules/demux/livedotcom.cpp: Do not use vlc_UrlEncode(), but simply
3997    replace spaces with '+'. That's what browsers do, and I think it's
3998    the right thing to do since vlc_UrlEncode was just breaking things.
3999    refs #90 and debian bug #279735
4000
4001 ------------------------------------------------------------------------
4002 r12144 | massiot | 2005-08-12 19:36:58 +0200 (Fri, 12 Aug 2005) | 2 lines
4003 Changed paths:
4004    M /trunk/modules/codec/ffmpeg/ffmpeg.c
4005    M /trunk/modules/control/http.c
4006
4007  * modules/control/http.c: Fixed vlc_set_var() and cosmetics.
4008
4009 ------------------------------------------------------------------------
4010 r12143 | massiot | 2005-08-12 18:35:14 +0200 (Fri, 12 Aug 2005) | 3 lines
4011 Changed paths:
4012    M /trunk/src/input/es_out.c
4013
4014  * src/input/es_out.c: Fixed a breakage of about everything introduced in
4015    [12140].
4016
4017 ------------------------------------------------------------------------
4018 r12142 | massiot | 2005-08-12 18:17:56 +0200 (Fri, 12 Aug 2005) | 5 lines
4019 Changed paths:
4020    M /trunk/modules/control/http.c
4021
4022  * modules/control/http.c: New foreach tags to walk through the input
4023    variables : program, title, chapter, audio-es, video-es and spu-es.
4024    New RPN function "value 'variable' vlc_set_var" to change the input
4025    variables (variable can be any of those above).
4026
4027 ------------------------------------------------------------------------
4028 r12141 | massiot | 2005-08-12 17:51:18 +0200 (Fri, 12 Aug 2005) | 5 lines
4029 Changed paths:
4030    M /trunk/modules/stream_out/transcode.c
4031
4032  * modules/stream_out/transcode.c: New --sout-transcode-max-width and
4033    --sout-transcode-maxheight options, recommended to enforcea particular
4034    level of a video codec. Fixed --sout-transcode-fps when used in
4035    conjunction with --sout-transcode-threads=1.
4036
4037 ------------------------------------------------------------------------
4038 r12140 | jpsaman | 2005-08-12 17:37:21 +0200 (Fri, 12 Aug 2005) | 1 line
4039 Changed paths:
4040    M /trunk/src/input/es_out.c
4041
4042 Fix seek breakage introduced in r12113
4043 ------------------------------------------------------------------------
4044 r12139 | xtophe | 2005-08-12 16:20:06 +0200 (Fri, 12 Aug 2005) | 3 lines
4045 Changed paths:
4046    M /trunk/THANKS
4047    M /trunk/modules/demux/playlist/m3u.c
4048    M /trunk/modules/misc/playlist/m3u.c
4049
4050 ALL: Improvements in the M3U output and parser. Patch by Daniel Str?\195?\164nger.
4051      (Put both artist and name, protect comma with \ )
4052
4053 ------------------------------------------------------------------------
4054 r12138 | massiot | 2005-08-12 16:08:49 +0200 (Fri, 12 Aug 2005) | 5 lines
4055 Changed paths:
4056    M /trunk/configure.ac
4057
4058  * configure.ac: libavcodec.pc doesn't instruct us to link with mp3lame,
4059    liba52, etc. so --with-ffmpeg-mp3lame and stuff should still be
4060    useful in this case. The ffmpeg module needs to be built-in under OS X
4061    otherwise it doesn't link.
4062
4063 ------------------------------------------------------------------------
4064 r12137 | xtophe | 2005-08-12 15:04:38 +0200 (Fri, 12 Aug 2005) | 2 lines
4065 Changed paths:
4066    M /trunk/Makefile.am
4067
4068 Fix for builddir != srcdir
4069
4070 ------------------------------------------------------------------------
4071 r12136 | dionoea | 2005-08-11 23:21:08 +0200 (Thu, 11 Aug 2005) | 3 lines
4072 Changed paths:
4073    M /trunk/NEWS
4074    M /trunk/src/libvlc.h
4075    M /trunk/src/video_output/video_output.c
4076    M /trunk/src/video_output/vout_intf.c
4077
4078 change name to --monitor-aspect-ratio so its consistent with other programs
4079 (like mplayer)
4080
4081 ------------------------------------------------------------------------
4082 r12135 | zorglub | 2005-08-11 23:17:04 +0200 (Thu, 11 Aug 2005) | 2 lines
4083 Changed paths:
4084    M /trunk/src/misc/messages.c
4085
4086 no comment
4087
4088 ------------------------------------------------------------------------
4089 r12134 | jpsaman | 2005-08-11 23:03:20 +0200 (Thu, 11 Aug 2005) | 1 line
4090 Changed paths:
4091    M /trunk/modules/control/rc.c
4092
4093 Fix volume callback
4094 ------------------------------------------------------------------------
4095 r12133 | jpsaman | 2005-08-11 23:00:56 +0200 (Thu, 11 Aug 2005) | 1 line
4096 Changed paths:
4097    M /trunk/src/input/input.c
4098
4099 Fix signalling of MPEG2-TS discontinuity indicators while seeking during streaming.
4100 ------------------------------------------------------------------------
4101 r12132 | jpsaman | 2005-08-11 22:59:45 +0200 (Thu, 11 Aug 2005) | 1 line
4102 Changed paths:
4103    M /trunk/modules/demux/ts.c
4104
4105 Don't explicitly flag the block. Clement could you check if fixes the break of local seeking from revision 12113.
4106 ------------------------------------------------------------------------
4107 r12131 | dionoea | 2005-08-11 22:44:17 +0200 (Thu, 11 Aug 2005) | 2 lines
4108 Changed paths:
4109    M /trunk/NEWS
4110
4111 update
4112
4113 ------------------------------------------------------------------------
4114 r12130 | dionoea | 2005-08-11 22:41:26 +0200 (Thu, 11 Aug 2005) | 2 lines
4115 Changed paths:
4116    M /trunk/src/libvlc.h
4117    M /trunk/src/video_output/video_output.c
4118    M /trunk/src/video_output/vout_intf.c
4119
4120 add --screen-aspect-ratio option (user support at its best ...)
4121
4122 ------------------------------------------------------------------------
4123 r12129 | jpsaman | 2005-08-11 22:13:01 +0200 (Thu, 11 Aug 2005) | 1 line
4124 Changed paths:
4125    M /trunk/include/vlc_osd.h
4126    M /trunk/modules/stream_out/transcode.c
4127    M /trunk/modules/video_filter/osdmenu.c
4128
4129 Fix revision 12116 which broke other transcode options. The commandline for streaming the OSD menu has changed into a boolean option --sout-transcode-osd: ./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg --extraintf rc --sout '#transcode{osd}:std{url=127.0.0.1:1234,access=udp,mux=ts}' 
4130 ------------------------------------------------------------------------
4131 r12128 | jpsaman | 2005-08-11 21:23:31 +0200 (Thu, 11 Aug 2005) | 1 line
4132 Changed paths:
4133    M /trunk/modules/control/rc.c
4134
4135 Fix \r\n issues for Windows compatibility
4136 ------------------------------------------------------------------------
4137 r12127 | dionoea | 2005-08-11 19:57:21 +0200 (Thu, 11 Aug 2005) | 2 lines
4138 Changed paths:
4139    M /trunk/src/misc/messages.c
4140
4141 fix debug output colors
4142
4143 ------------------------------------------------------------------------
4144 r12126 | massiot | 2005-08-11 19:48:24 +0200 (Thu, 11 Aug 2005) | 3 lines
4145 Changed paths:
4146    M /trunk/modules/control/http.c
4147
4148  * modules/control/http.c: New RPN function vlc_seek(value), same syntax
4149    as the control=seek tag.
4150
4151 ------------------------------------------------------------------------
4152 r12125 | massiot | 2005-08-11 19:47:33 +0200 (Thu, 11 Aug 2005) | 2 lines
4153 Changed paths:
4154    M /trunk/src/misc/charset.c
4155
4156  * src/misc/charset.c: ANSI_X3.4-1968 is also known as ASCII.
4157
4158 ------------------------------------------------------------------------
4159 r12124 | massiot | 2005-08-11 16:50:50 +0200 (Thu, 11 Aug 2005) | 3 lines
4160 Changed paths:
4161    M /trunk/modules/control/http.c
4162
4163  * modules/control/http.c: foreach directory is now alpha-sorted in a
4164    case-insensitive way. Fixed again str_replace().
4165
4166 ------------------------------------------------------------------------
4167 r12123 | massiot | 2005-08-11 16:11:20 +0200 (Thu, 11 Aug 2005) | 2 lines
4168 Changed paths:
4169    M /trunk/modules/control/http.c
4170
4171  * modules/control/http.c: Fixed bugs in str_replace().
4172
4173 ------------------------------------------------------------------------
4174 r12122 | massiot | 2005-08-11 15:39:43 +0200 (Thu, 11 Aug 2005) | 3 lines
4175 Changed paths:
4176    M /trunk/include/vlc_messages.h
4177    M /trunk/modules/codec/ffmpeg/encoder.c
4178    M /trunk/modules/codec/ffmpeg/ffmpeg.c
4179
4180  * modules/codec/ffmpeg: ffmpeg's av_log() messages now go to our messages
4181    bank instead of being fprintf'd to stderr.
4182
4183 ------------------------------------------------------------------------
4184 r12121 | massiot | 2005-08-11 15:37:50 +0200 (Thu, 11 Aug 2005) | 2 lines
4185 Changed paths:
4186    M /trunk/configure.ac
4187
4188  * configure.ac: Fixed the contrib path in the general case.
4189
4190 ------------------------------------------------------------------------
4191 r12120 | massiot | 2005-08-11 14:31:16 +0200 (Thu, 11 Aug 2005) | 10 lines
4192 Changed paths:
4193    M /trunk/modules/control/http.c
4194
4195  * modules/control/http.c: Rewrote the parsers to handle correctly special
4196    chars such as ', \', \ , etc. Fixed a bug when parsing the GET
4197    arguments. Added new RPN functions :
4198    - str_replace( a, b, c ) : replaces all occurences of b with c in a
4199    - addslashes( s ) : escapes all " and ' with a backslash
4200    - stripslashes( s ) :  the opposite
4201    - htmlspecialchars( s ) : replaces &"'<> with their &stuff; equivalent
4202    - realpath( s ) : returns an absolute file path (see realpath(3))
4203    And fixed a few memory leaks.
4204
4205 ------------------------------------------------------------------------
4206 r12119 | massiot | 2005-08-11 14:23:14 +0200 (Thu, 11 Aug 2005) | 7 lines
4207 Changed paths:
4208    M /trunk/include/network.h
4209    M /trunk/src/input/input.c
4210
4211  * include/network.h:vlc_UrlEncode() : though RFC 1738 allows to send
4212    $-_.+!*'(), unencoded, it also allows to encode any character. It is
4213    generally considered a good practive to urlencode $+!*'() because
4214    some buggy browsers (read: M$) have a problem with those characters.
4215    See the comments in http://fr.php.net/manual/en/function.rawurlencode.php
4216    for more information.
4217
4218 ------------------------------------------------------------------------
4219 r12118 | jpsaman | 2005-08-11 01:16:20 +0200 (Thu, 11 Aug 2005) | 1 line
4220 Changed paths:
4221    M /trunk/modules/control/hotkeys.c
4222
4223 Fix regression in timing behaviour. A minute jump is ~1 min again.
4224 ------------------------------------------------------------------------
4225 r12117 | hartman | 2005-08-11 00:31:12 +0200 (Thu, 11 Aug 2005) | 3 lines
4226 Changed paths:
4227    M /trunk/src/libvlc.c
4228
4229 * Fixed VLC_IsPlaying (fixes #259)
4230   Now uses the state variable instead of playlist_IsPlaying. The PLAYLIST_PAUSED state is no longer reliable since the introduction of the state variable for testing if playback is in a paused state. Perhaps we should remove this part of the playlist logic and keep it to RUNNING and STOPPED.
4231
4232 ------------------------------------------------------------------------
4233 r12116 | jpsaman | 2005-08-11 00:08:50 +0200 (Thu, 11 Aug 2005) | 12 lines
4234 Changed paths:
4235    M /trunk/Makefile.am
4236    M /trunk/configure.ac
4237    M /trunk/include/stream_output.h
4238    M /trunk/include/vlc_common.h
4239    M /trunk/include/vlc_objects.h
4240    A /trunk/include/vlc_osd.h
4241    M /trunk/include/vlc_symbols.h
4242    M /trunk/modules/LIST
4243    M /trunk/modules/codec/dvbsub.c
4244    M /trunk/modules/control/rc.c
4245    M /trunk/modules/stream_out/transcode.c
4246    M /trunk/modules/video_filter/Modules.am
4247    A /trunk/modules/video_filter/osdmenu.c
4248    M /trunk/src/Makefile.am
4249    M /trunk/src/misc/modules.c
4250    M /trunk/src/misc/objects.c
4251    A /trunk/src/osd
4252    A /trunk/src/osd/osd.c
4253    A /trunk/src/osd/osd_parser.c
4254    A /trunk/src/osd/osd_widgets.c
4255
4256 Forward port of branches/0.8.1-jpsaman-thedj revision 12070. The OSD menu subsystem consists of two parts a core part (src/osd, include/vlc_osd.h) and a subfilter (modules/video_filter/osdmenu.c). The OSD menu can be used locally or it can be streamed. It depends on the way the functionality is called from the vlc commandline. Currently there is only one way to make the subpictures appear on the video and that is through the rc-interface. The following commands are supported by it: "menu on" (show OSD menu), "menu off" (hide OSD menu), "menu left" (highlight button on the left), "menu right" (highlight button on the right), "menu up" (highlight button above), "menu down" (highlight button below) or "menu select" (perform hotkey action). When there is no button on the left, right, up or down then the menu-command will be ignored.
4257
4258 To stream use a commandline similar to this:
4259
4260 ./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg --extraintf rc --sout '#transcode{sfilter=osdmenu}:std{mux=ts,access=udp,url=127.0.0.1:1234}' -vvvv
4261
4262 For local playback a commandline like this is needed:
4263
4264 ./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg -vvvv
4265
4266 Have fun with the basic functionality - jpsaman.
4267
4268 ------------------------------------------------------------------------
4269 r12115 | jpsaman | 2005-08-10 23:47:13 +0200 (Wed, 10 Aug 2005) | 1 line
4270 Changed paths:
4271    M /trunk/modules/packetizer/mpegvideo.c
4272
4273 By default --packetizer-mpegvideo-sync-iframe is disabled.
4274 ------------------------------------------------------------------------
4275 r12114 | jpsaman | 2005-08-10 23:45:54 +0200 (Wed, 10 Aug 2005) | 2 lines
4276 Changed paths:
4277    M /trunk/share/Makefile.am
4278    A /trunk/share/osdmenu
4279    A /trunk/share/osdmenu/default
4280    A /trunk/share/osdmenu/default/selected
4281    A /trunk/share/osdmenu/default/selected/bw.png
4282    A /trunk/share/osdmenu/default/selected/esc.png
4283    A /trunk/share/osdmenu/default/selected/fw.png
4284    A /trunk/share/osdmenu/default/selected/next.png
4285    A /trunk/share/osdmenu/default/selected/play_pause.png
4286    A /trunk/share/osdmenu/default/selected/previous.png
4287    A /trunk/share/osdmenu/default/selected/stop.png
4288    A /trunk/share/osdmenu/default/selected/volume.png
4289    A /trunk/share/osdmenu/default/selection
4290    A /trunk/share/osdmenu/default/selection/bw.png
4291    A /trunk/share/osdmenu/default/selection/esc.png
4292    A /trunk/share/osdmenu/default/selection/fw.png
4293    A /trunk/share/osdmenu/default/selection/next.png
4294    A /trunk/share/osdmenu/default/selection/play_pause.png
4295    A /trunk/share/osdmenu/default/selection/previous.png
4296    A /trunk/share/osdmenu/default/selection/stop.png
4297    A /trunk/share/osdmenu/default/selection/volume.png
4298    A /trunk/share/osdmenu/default/unselected.png
4299    A /trunk/share/osdmenu/default/volume
4300    A /trunk/share/osdmenu/default/volume/volume_00.png
4301    A /trunk/share/osdmenu/default/volume/volume_01.png
4302    A /trunk/share/osdmenu/default/volume/volume_02.png
4303    A /trunk/share/osdmenu/default/volume/volume_03.png
4304    A /trunk/share/osdmenu/default/volume/volume_04.png
4305    A /trunk/share/osdmenu/default/volume/volume_05.png
4306    A /trunk/share/osdmenu/default/volume/volume_06.png
4307    A /trunk/share/osdmenu/default/volume/volume_07.png
4308    A /trunk/share/osdmenu/default/volume/volume_08.png
4309    A /trunk/share/osdmenu/default/volume/volume_09.png
4310    A /trunk/share/osdmenu/default/volume/volume_10.png
4311    A /trunk/share/osdmenu/default.cfg
4312    A /trunk/share/osdmenu/dvd
4313    A /trunk/share/osdmenu/dvd/selected
4314    A /trunk/share/osdmenu/dvd/selected/bw.png
4315    A /trunk/share/osdmenu/dvd/selected/esc.png
4316    A /trunk/share/osdmenu/dvd/selected/fw.png
4317    A /trunk/share/osdmenu/dvd/selected/mute.png
4318    A /trunk/share/osdmenu/dvd/selected/next.png
4319    A /trunk/share/osdmenu/dvd/selected/pause.png
4320    A /trunk/share/osdmenu/dvd/selected/play.png
4321    A /trunk/share/osdmenu/dvd/selected/previous.png
4322    A /trunk/share/osdmenu/dvd/selected/slow.png
4323    A /trunk/share/osdmenu/dvd/selected/stop.png
4324    A /trunk/share/osdmenu/dvd/selected/volume.png
4325    A /trunk/share/osdmenu/dvd/selection
4326    A /trunk/share/osdmenu/dvd/selection/bw.png
4327    A /trunk/share/osdmenu/dvd/selection/esc.png
4328    A /trunk/share/osdmenu/dvd/selection/fw.png
4329    A /trunk/share/osdmenu/dvd/selection/mute.png
4330    A /trunk/share/osdmenu/dvd/selection/next.png
4331    A /trunk/share/osdmenu/dvd/selection/pause.png
4332    A /trunk/share/osdmenu/dvd/selection/play.png
4333    A /trunk/share/osdmenu/dvd/selection/previous.png
4334    A /trunk/share/osdmenu/dvd/selection/slow.png
4335    A /trunk/share/osdmenu/dvd/selection/stop.png
4336    A /trunk/share/osdmenu/dvd/unselect
4337    A /trunk/share/osdmenu/dvd/unselect/barroff.png
4338    A /trunk/share/osdmenu/dvd/volume
4339    A /trunk/share/osdmenu/dvd/volume/volume00.png
4340    A /trunk/share/osdmenu/dvd/volume/volume01.png
4341    A /trunk/share/osdmenu/dvd/volume/volume02.png
4342    A /trunk/share/osdmenu/dvd/volume/volume03.png
4343    A /trunk/share/osdmenu/dvd/volume/volume04.png
4344    A /trunk/share/osdmenu/dvd/volume/volume05.png
4345    A /trunk/share/osdmenu/dvd.cfg
4346
4347 The OSD menu pictures in two flavors a simple (default.cfg) and a more full version (dvd.cfg). (forward ported from branches/0.8.1-jpsaman-thedj)
4348
4349 ------------------------------------------------------------------------
4350 r12113 | jpsaman | 2005-08-10 22:07:20 +0200 (Wed, 10 Aug 2005) | 2 lines
4351 Changed paths:
4352    M /trunk/modules/demux/ts.c
4353    M /trunk/modules/mux/mpeg/ts.c
4354    M /trunk/modules/packetizer/mpegvideo.c
4355    M /trunk/src/input/es_out.c
4356
4357 Flagging BLOCK_FLAG_DISCONTINUITY for every PID in the input when the slider is moved on the GUI or a jump in the stream is made. It is also propagated to the mpegvideo packetizer. The packetizer has a new mode to sync on I-frame boundary after such a jump. It avoids sending some broken frames to the client. (Forward port of branches/0.8.1-jpsaman-thedj revision 11067 and 11842.)
4358
4359 ------------------------------------------------------------------------
4360 r12112 | jpsaman | 2005-08-10 21:34:18 +0200 (Wed, 10 Aug 2005) | 1 line
4361 Changed paths:
4362    M /trunk/include/vlc_es.h
4363
4364 cosmetic fix
4365 ------------------------------------------------------------------------
4366 r12111 | jpsaman | 2005-08-10 21:29:49 +0200 (Wed, 10 Aug 2005) | 1 line
4367 Changed paths:
4368    M /trunk/src/misc/iso-639_def.h
4369
4370 Add a fake language type for OSD subpictures. This allows you to select the OSD menu subtitle from the GUI.
4371 ------------------------------------------------------------------------
4372 r12110 | hartman | 2005-08-10 18:26:39 +0200 (Wed, 10 Aug 2005) | 3 lines
4373 Changed paths:
4374    M /trunk/src/libvlc.h
4375
4376 * correct the vlc:pause: help (closes #309)
4377 * re-enable the rt-priority line for OSX. it's not broken, just prints annoying error messages (refs #206)
4378
4379 ------------------------------------------------------------------------
4380 r12109 | courmisch | 2005-08-10 18:21:45 +0200 (Wed, 10 Aug 2005) | 2 lines
4381 Changed paths:
4382    M /trunk/include/network.h
4383
4384 Also update IsEncoded
4385
4386 ------------------------------------------------------------------------
4387 r12108 | hartman | 2005-08-10 18:18:18 +0200 (Wed, 10 Aug 2005) | 3 lines
4388 Changed paths:
4389    M /trunk/modules/misc/dummy/input.c
4390
4391 * Remove vlc:run (externrun is removed from SVN) and vlc:loop (we have --loop).
4392   Playlist item commands are soooo dirty :D
4393
4394 ------------------------------------------------------------------------
4395 r12107 | courmisch | 2005-08-10 18:08:12 +0200 (Wed, 10 Aug 2005) | 2 lines
4396 Changed paths:
4397    M /trunk/include/network.h
4398
4399 Stricter RFC1788 obeying UrlEncode
4400
4401 ------------------------------------------------------------------------
4402 r12106 | xtophe | 2005-08-10 17:30:47 +0200 (Wed, 10 Aug 2005) | 3 lines
4403 Changed paths:
4404    M /trunk/src/libvlc.c
4405
4406 size_t is unsigned and it's a bad idea to compare it to 0. Fixes #308.
4407 Some one with VC7 should test this commit
4408
4409 ------------------------------------------------------------------------
4410 r12105 | sam | 2005-08-10 16:19:59 +0200 (Wed, 10 Aug 2005) | 2 lines
4411 Changed paths:
4412    M /trunk/Makefile.am
4413
4414   * Makefile.am: distribute the Makefile and zsh.cpp files in extras/.
4415
4416 ------------------------------------------------------------------------
4417 r12104 | sam | 2005-08-10 16:19:32 +0200 (Wed, 10 Aug 2005) | 2 lines
4418 Changed paths:
4419    M /trunk/mozilla/support/npunix.c
4420
4421   * mozilla/support/npunix.c: amd64 issue fix, NPP_GetJavaClass wasn't defined.
4422
4423 ------------------------------------------------------------------------
4424 r12103 | sam | 2005-08-10 16:18:03 +0200 (Wed, 10 Aug 2005) | 2 lines
4425 Changed paths:
4426    M /trunk/extras/Makefile
4427
4428   * extras/Makefile: fixed the zsh.cpp build.
4429
4430 ------------------------------------------------------------------------
4431 r12102 | hartman | 2005-08-10 16:12:17 +0200 (Wed, 10 Aug 2005) | 3 lines
4432 Changed paths:
4433    M /trunk/modules/audio_filter/resampler/bandlimited.c
4434
4435 * Don't use the bandlimited resampler for downsampling (skew resampling for instance). The resampler doesn't have a low pass filter? This closes #256
4436  - on a side note, it also seems to fix the stack corruption (resulting in deadlock) issues i was having with audio output that was being resampled by auhal.
4437
4438 ------------------------------------------------------------------------
4439 r12101 | sam | 2005-08-10 15:59:07 +0200 (Wed, 10 Aug 2005) | 2 lines
4440 Changed paths:
4441    M /trunk/debian/Makefile.am
4442    M /trunk/debian/changelog
4443    M /trunk/debian/control
4444    M /trunk/debian/rules
4445    A /trunk/debian/vlc.desktop
4446
4447   * Updated Debian packaging stuff.
4448
4449 ------------------------------------------------------------------------
4450 r12100 | sam | 2005-08-10 14:45:55 +0200 (Wed, 10 Aug 2005) | 2 lines
4451 Changed paths:
4452    M /trunk/po/POTFILES.in
4453    M /trunk/po/ca.po
4454    M /trunk/po/da.po
4455    M /trunk/po/de.po
4456    M /trunk/po/en_GB.po
4457    M /trunk/po/es.po
4458    M /trunk/po/fr.po
4459    M /trunk/po/it.po
4460    M /trunk/po/ja.po
4461    M /trunk/po/nl.po
4462    M /trunk/po/pt_BR.po
4463    M /trunk/po/ro.po
4464    M /trunk/po/ru.po
4465    M /trunk/po/tr.po
4466    M /trunk/po/vlc.pot
4467    M /trunk/po/zh_TW.po
4468
4469   * Re-ran toolbox --update-po.
4470
4471 ------------------------------------------------------------------------
4472 r12099 | xtophe | 2005-08-10 10:13:09 +0200 (Wed, 10 Aug 2005) | 2 lines
4473 Changed paths:
4474    M /trunk/modules/misc/dummy/input.c
4475
4476 Add ACCESS_GET_META in the dummy access to avoid an error
4477
4478 ------------------------------------------------------------------------
4479 r12098 | hartman | 2005-08-10 04:18:03 +0200 (Wed, 10 Aug 2005) | 2 lines
4480 Changed paths:
4481    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
4482    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
4483    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
4484    M /trunk/modules/gui/macosx/playlist.h
4485    M /trunk/modules/gui/macosx/playlist.m
4486    M /trunk/modules/gui/macosx/prefs.h
4487
4488 * Added playlist preparse item to the playlist contextual menu.
4489
4490 ------------------------------------------------------------------------
4491 r12097 | jpsaman | 2005-08-09 23:18:22 +0200 (Tue, 09 Aug 2005) | 1 line
4492 Changed paths:
4493    M /trunk/modules/codec/dvbsub.c
4494
4495 make positioning of subpictures posible in dvbsub
4496 ------------------------------------------------------------------------
4497 r12095 | hartman | 2005-08-09 21:44:25 +0200 (Tue, 09 Aug 2005) | 2 lines
4498 Changed paths:
4499    M /trunk/modules/demux/ts.c
4500
4501 * spelling
4502
4503 ------------------------------------------------------------------------
4504 r12094 | xtophe | 2005-08-09 21:20:45 +0200 (Tue, 09 Aug 2005) | 3 lines
4505 Changed paths:
4506    M /trunk/configure.ac
4507
4508 Add a test for pkg-config for ffmpeg. It now do in order: ffmpeg-config, pkg-config, default location, given tree. fixes #306. 
4509 To cross-compile on a debian, use PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig and --with-ffmpeg-config-path=somewhere with no ffmpeg-config (/usr/win32/bin by ex)
4510
4511 ------------------------------------------------------------------------
4512 r12093 | jpsaman | 2005-08-09 21:15:32 +0200 (Tue, 09 Aug 2005) | 1 line
4513 Changed paths:
4514    M /trunk/modules/codec/ffmpeg/audio.c
4515
4516 Fix compiler warning about comparing signed and unsigned
4517 ------------------------------------------------------------------------
4518 r12092 | massiot | 2005-08-09 19:35:13 +0200 (Tue, 09 Aug 2005) | 3 lines
4519 Changed paths:
4520    M /trunk/modules/control/http.c
4521
4522  * modules/control/http.c: New RPN functions: vlc_play, vlc_stop, vlc_pause,
4523    vlc_next, vlc_previous, playlist_empty. Miscellaneous coding style fixes.
4524
4525 ------------------------------------------------------------------------
4526 r12091 | fkuehne | 2005-08-09 19:34:37 +0200 (Tue, 09 Aug 2005) | 2 lines
4527 Changed paths:
4528    M /trunk/modules/gui/macosx/playlist.m
4529    M /trunk/modules/gui/macosx/wizard.m
4530
4531 * playlist.m: fixed some "makes integer from pointer without a cast" warnings and moved "j" inside the #if 0 - block, so it isn't detected as "unused"
4532 * wizard.m: run "resetWizard" when returning to the first page. Otherwise the encap-tab might not work properly (when switching from Streaming to Transcoding after having passed the streaming-method-tab)
4533 ------------------------------------------------------------------------
4534 r12090 | jpsaman | 2005-08-09 17:20:23 +0200 (Tue, 09 Aug 2005) | 1 line
4535 Changed paths:
4536    M /trunk/modules/mux/wav.c
4537
4538 Fix compiler warning about comparing signed unsigned.
4539 ------------------------------------------------------------------------
4540 r12089 | jpsaman | 2005-08-09 17:18:44 +0200 (Tue, 09 Aug 2005) | 1 line
4541 Changed paths:
4542    M /trunk/include/vlc_es.h
4543    M /trunk/modules/codec/dts.c
4544
4545 Made es_format_t member i_bitrate unsigned int, because I cannot imagine it ever to be negative.
4546 ------------------------------------------------------------------------
4547 r12088 | jpsaman | 2005-08-09 16:56:58 +0200 (Tue, 09 Aug 2005) | 1 line
4548 Changed paths:
4549    M /trunk/include/vlc_demux.h
4550
4551 Fix typo and updating copyright
4552 ------------------------------------------------------------------------
4553 r12087 | jpsaman | 2005-08-09 16:43:04 +0200 (Tue, 09 Aug 2005) | 1 line
4554 Changed paths:
4555    M /trunk/modules/demux/asf/asf.c
4556    M /trunk/modules/demux/asf/libasf.c
4557
4558 Fix compiler warnings about comparing signed and unsigned
4559 ------------------------------------------------------------------------
4560 r12086 | jpsaman | 2005-08-09 16:42:19 +0200 (Tue, 09 Aug 2005) | 1 line
4561 Changed paths:
4562    M /trunk/include/vlc_video.h
4563
4564 use proper type for struct subpicture_t.b_absolute
4565 ------------------------------------------------------------------------
4566 r12085 | jpsaman | 2005-08-09 16:31:24 +0200 (Tue, 09 Aug 2005) | 1 line
4567 Changed paths:
4568    M /trunk/include/vlc_input.h
4569
4570 some explanation
4571 ------------------------------------------------------------------------
4572 r12084 | jpsaman | 2005-08-09 16:27:23 +0200 (Tue, 09 Aug 2005) | 2 lines
4573 Changed paths:
4574    M /trunk/include/main.h
4575    M /trunk/include/vlc_keys.h
4576    M /trunk/modules/control/hotkeys.c
4577    M /trunk/src/libvlc.h
4578
4579 Added new hotkeys (key-intf-hide, key-jump-3sec, key-jump+3sec, key-title-next, key-title-prev, key-chapter-next, key-chapter-prev) and expanded the hotkey structure. This is a forward port from branch vlc-0.8.1-jpsaman-thedj revision 11756.
4580
4581 ------------------------------------------------------------------------
4582 r12083 | jpsaman | 2005-08-09 15:44:50 +0200 (Tue, 09 Aug 2005) | 1 line
4583 Changed paths:
4584    M /trunk/modules/demux/livedotcom.cpp
4585
4586 Fix compiler warning about unused variables
4587 ------------------------------------------------------------------------
4588 r12082 | jpsaman | 2005-08-09 15:42:11 +0200 (Tue, 09 Aug 2005) | 1 line
4589 Changed paths:
4590    M /trunk/modules/codec/ffmpeg/video_filter.c
4591
4592 Fix compiler warnings about signed - unsigned comparisons
4593 ------------------------------------------------------------------------
4594 r12081 | jpsaman | 2005-08-09 15:40:18 +0200 (Tue, 09 Aug 2005) | 1 line
4595 Changed paths:
4596    M /trunk/modules/stream_out/switcher.c
4597
4598 Fix compiler warnings about signed - unsigned comparisons
4599 ------------------------------------------------------------------------
4600 r12080 | jpsaman | 2005-08-09 15:33:36 +0200 (Tue, 09 Aug 2005) | 1 line
4601 Changed paths:
4602    M /trunk/modules/access/mms/mmsh.c
4603    M /trunk/modules/access/mms/mmstu.c
4604
4605 Fix compiler warnings about signed - unsigned comparisons
4606 ------------------------------------------------------------------------
4607 r12079 | hartman | 2005-08-09 15:28:11 +0200 (Tue, 09 Aug 2005) | 2 lines
4608 Changed paths:
4609    M /trunk/modules/gui/macosx/prefs.m
4610
4611 * Use psz_shortname instead of object name in the Preferences tree of OS X prefs.
4612
4613 ------------------------------------------------------------------------
4614 r12078 | hartman | 2005-08-09 15:25:49 +0200 (Tue, 09 Aug 2005) | 3 lines
4615 Changed paths:
4616    M /trunk/modules/gui/macosx/bookmarks.m
4617
4618 * Fix object refcount
4619 * Fix some cosmetics
4620
4621 ------------------------------------------------------------------------
4622 r12077 | jpsaman | 2005-08-09 11:49:32 +0200 (Tue, 09 Aug 2005) | 1 line
4623 Changed paths:
4624    M /trunk/src/misc/messages.c
4625
4626 sanity checking
4627 ------------------------------------------------------------------------
4628 r12076 | jpsaman | 2005-08-09 10:57:50 +0200 (Tue, 09 Aug 2005) | 1 line
4629 Changed paths:
4630    M /trunk/src/input/input.c
4631
4632 some sanity checks
4633 ------------------------------------------------------------------------
4634 r12075 | dionoea | 2005-08-08 19:41:08 +0200 (Mon, 08 Aug 2005) | 2 lines
4635 Changed paths:
4636    M /trunk/modules/stream_out/mosaic_bridge.c
4637
4638 some more trailing spaces
4639
4640 ------------------------------------------------------------------------
4641 r12074 | dionoea | 2005-08-08 19:18:08 +0200 (Mon, 08 Aug 2005) | 2 lines
4642 Changed paths:
4643    M /trunk/modules/stream_out/bridge.c
4644
4645 delete trailing spaces ...
4646
4647 ------------------------------------------------------------------------
4648 r12073 | courmisch | 2005-08-08 18:15:30 +0200 (Mon, 08 Aug 2005) | 2 lines
4649 Changed paths:
4650    M /trunk/modules/demux/subtitle.c
4651
4652 Fix memleak in error handling
4653
4654 ------------------------------------------------------------------------
4655 r12072 | courmisch | 2005-08-08 17:50:32 +0200 (Mon, 08 Aug 2005) | 2 lines
4656 Changed paths:
4657    M /trunk/configure.ac
4658
4659 VLC cannot work properly without libiconv
4660
4661 ------------------------------------------------------------------------
4662 r12071 | jpsaman | 2005-08-08 14:25:42 +0200 (Mon, 08 Aug 2005) | 1 line
4663 Changed paths:
4664    M /trunk/modules/access/udp.c
4665
4666 Track RTP sequence numbers and mark the first MPEG2-TS packet with a transport error when a discontinuity occurs.
4667 ------------------------------------------------------------------------
4668 r12069 | jpsaman | 2005-08-08 12:18:03 +0200 (Mon, 08 Aug 2005) | 1 line
4669 Changed paths:
4670    M /trunk/modules/demux/ts.c
4671    M /trunk/modules/mux/mpeg/ts.c
4672
4673 Fix a segmentation fault introduced by the previous commit
4674 ------------------------------------------------------------------------
4675 r12068 | xtophe | 2005-08-08 11:57:45 +0200 (Mon, 08 Aug 2005) | 2 lines
4676 Changed paths:
4677    M /trunk/src/video_output/video_widgets.c
4678
4679 Fix refcount problem (thanks to DrakeGuan for spotting it)
4680
4681 ------------------------------------------------------------------------
4682 r12067 | jpsaman | 2005-08-08 11:44:42 +0200 (Mon, 08 Aug 2005) | 1 line
4683 Changed paths:
4684    M /trunk/modules/demux/ts.c
4685
4686 Fix a segmentation fault introduced by the previous commit
4687 ------------------------------------------------------------------------
4688 r12066 | jpsaman | 2005-08-08 11:16:09 +0200 (Mon, 08 Aug 2005) | 2 lines
4689 Changed paths:
4690    M /trunk/modules/demux/ts.c
4691    M /trunk/modules/mux/mpeg/csa.c
4692    M /trunk/modules/mux/mpeg/csa.h
4693    M /trunk/modules/mux/mpeg/ts.c
4694
4695 (Forward port from branch 0.8.1-jpsaman-thedj) TS demux can now dump a TS stream directly to a file or special devices, this mode can be used with DSP's. Enhanced CSA encryption/decryption with a non standard mode to encrypt/decrypt a part of a TS packet. Further I replaced a bunch of // comments with /* .. */ comments style.
4696
4697 ------------------------------------------------------------------------
4698 r12065 | zorglub | 2005-08-07 22:22:33 +0200 (Sun, 07 Aug 2005) | 2 lines
4699 Changed paths:
4700    M /trunk/src/interface/interface.c
4701
4702 One more
4703
4704 ------------------------------------------------------------------------
4705 r12064 | zorglub | 2005-08-07 22:22:02 +0200 (Sun, 07 Aug 2005) | 2 lines
4706 Changed paths:
4707    M /trunk/debian/patches/20_interfaces.dpatch
4708    M /trunk/debian/rules
4709
4710 s/wxwindows/wxwidgets
4711
4712 ------------------------------------------------------------------------
4713 r12063 | fkuehne | 2005-08-07 20:23:46 +0200 (Sun, 07 Aug 2005) | 1 line
4714 Changed paths:
4715    M /trunk/AUTHORS
4716    M /trunk/NEWS
4717
4718 * forgot these 2
4719 ------------------------------------------------------------------------
4720 r12062 | fkuehne | 2005-08-07 19:58:39 +0200 (Sun, 07 Aug 2005) | 1 line
4721 Changed paths:
4722    M /trunk/Makefile.am
4723    M /trunk/modules/gui/macosx/intf.m
4724
4725 * whoops
4726 ------------------------------------------------------------------------
4727 r12061 | fkuehne | 2005-08-07 19:54:45 +0200 (Sun, 07 Aug 2005) | 4 lines
4728 Changed paths:
4729    M /trunk/Makefile.am
4730    A /trunk/extras/MacOSX/Resources/English.lproj/Bookmarks.nib
4731    A /trunk/extras/MacOSX/Resources/English.lproj/Bookmarks.nib/classes.nib
4732    A /trunk/extras/MacOSX/Resources/English.lproj/Bookmarks.nib/info.nib
4733    A /trunk/extras/MacOSX/Resources/English.lproj/Bookmarks.nib/keyedobjects.nib
4734    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
4735    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
4736    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
4737    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
4738    M /trunk/modules/gui/macosx/Modules.am
4739    A /trunk/modules/gui/macosx/bookmarks.h
4740    A /trunk/modules/gui/macosx/bookmarks.m
4741    M /trunk/modules/gui/macosx/intf.h
4742    M /trunk/modules/gui/macosx/intf.m
4743    M /trunk/modules/gui/macosx/playlist.m
4744    M /trunk/modules/gui/macosx/wizard.h
4745    M /trunk/modules/gui/macosx/wizard.m
4746
4747 * ALL: ported the WX-bookmarks-window to Cocoa (closes #22)
4748     - complete functionality except "Extract" (I'm going to fix that next week)
4749 * MainMenu.nib: re-orded the window-menu a bit
4750 * wizard.*: added a method to launch it from the bookmarks
4751 ------------------------------------------------------------------------
4752 r12058 | ipkiss | 2005-08-07 13:46:25 +0200 (Sun, 07 Aug 2005) | 2 lines
4753 Changed paths:
4754    M /trunk/modules/gui/wxwidgets/updatevlc.cpp
4755
4756  * wxwidgets/updatevlc.cpp: Resize the tree control when resizing the window
4757
4758 ------------------------------------------------------------------------
4759 r12057 | fkuehne | 2005-08-07 13:07:49 +0200 (Sun, 07 Aug 2005) | 1 line
4760 Changed paths:
4761    M /trunk/modules/demux/mkv.cpp
4762
4763 * fix compile warnings
4764 ------------------------------------------------------------------------
4765 r12056 | ipkiss | 2005-08-07 12:56:07 +0200 (Sun, 07 Aug 2005) | 4 lines
4766 Changed paths:
4767    M /trunk/doc/skins/skins2-howto.xml
4768    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
4769    M /trunk/modules/gui/skins2/parser/interpreter.cpp
4770    M /trunk/modules/gui/skins2/src/dialogs.cpp
4771    M /trunk/modules/gui/skins2/src/dialogs.hpp
4772    M /trunk/modules/gui/skins2/src/generic_layout.cpp
4773    M /trunk/modules/gui/wxwidgets/menus.cpp
4774
4775  * wxwidgets/menus.cpp: Added "Open Directory" in the wx popup menu
4776  * skins2: Added dialogs.directory() and dialogs.streamingWizard() actions
4777  * doc/skins/skins2-howto.xml: Updated the doc accordingly
4778
4779 ------------------------------------------------------------------------
4780 r12055 | dionoea | 2005-08-07 04:59:04 +0200 (Sun, 07 Aug 2005) | 2 lines
4781 Changed paths:
4782    M /trunk/vlc.win32.nsi
4783
4784  * add "remove prefs and cache" option in installer and uninstaller
4785
4786 ------------------------------------------------------------------------
4787 r12054 | asmax | 2005-08-07 01:45:34 +0200 (Sun, 07 Aug 2005) | 2 lines
4788 Changed paths:
4789    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
4790    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
4791    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
4792
4793  * all: fixed member initialization order 
4794
4795 ------------------------------------------------------------------------
4796 r12053 | asmax | 2005-08-07 01:38:31 +0200 (Sun, 07 Aug 2005) | 1 line
4797 Changed paths:
4798    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
4799    M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
4800    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
4801    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
4802    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
4803    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
4804    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
4805    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
4806    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
4807    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
4808    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
4809    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
4810    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
4811    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
4812    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
4813    M /trunk/modules/gui/skins2/utils/fsm.cpp
4814    M /trunk/modules/gui/skins2/utils/fsm.hpp
4815
4816  * all: use command objects in FSM instead of C-style callbacks
4817 ------------------------------------------------------------------------
4818 r12052 | fkuehne | 2005-08-07 01:17:23 +0200 (Sun, 07 Aug 2005) | 1 line
4819 Changed paths:
4820    M /trunk/modules/gui/macosx/intf.m
4821
4822 * comment out an include, which isn't in trunk yet...
4823 ------------------------------------------------------------------------
4824 r12051 | fkuehne | 2005-08-07 01:16:09 +0200 (Sun, 07 Aug 2005) | 1 line
4825 Changed paths:
4826    M /trunk/modules/gui/macosx/intf.m
4827
4828 * fix 4 memory leaks introduced in the nib-split, stupid me
4829 ------------------------------------------------------------------------
4830 r12050 | fkuehne | 2005-08-07 00:40:35 +0200 (Sun, 07 Aug 2005) | 1 line
4831 Changed paths:
4832    M /trunk/modules/gui/macosx/extended.h
4833    M /trunk/modules/gui/macosx/extended.m
4834
4835 * set keywords
4836 ------------------------------------------------------------------------
4837 r12048 | fkuehne | 2005-08-06 23:22:23 +0200 (Sat, 06 Aug 2005) | 1 line
4838 Changed paths:
4839    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
4840
4841 * added the IMG-file-type
4842 ------------------------------------------------------------------------
4843 r12047 | dionoea | 2005-08-06 23:17:27 +0200 (Sat, 06 Aug 2005) | 2 lines
4844 Changed paths:
4845    M /trunk/vlc.win32.nsi
4846
4847 fix compile on makensis versions < 2.07 (debian sid is 2.06)
4848
4849 ------------------------------------------------------------------------
4850 r12046 | asmax | 2005-08-06 23:15:48 +0200 (Sat, 06 Aug 2005) | 1 line
4851 Changed paths:
4852    M /trunk/modules/gui/skins2/src/dialogs.cpp
4853
4854  * dialogs.cpp: fixed an assert failure in open skins dialog
4855 ------------------------------------------------------------------------
4856 r12045 | fkuehne | 2005-08-06 22:48:15 +0200 (Sat, 06 Aug 2005) | 1 line
4857 Changed paths:
4858    M /trunk/AUTHORS
4859    M /trunk/NEWS
4860
4861 * Updated
4862 ------------------------------------------------------------------------
4863 r12044 | dionoea | 2005-08-06 21:44:35 +0200 (Sat, 06 Aug 2005) | 5 lines
4864 Changed paths:
4865    M /trunk/vlc.win32.nsi
4866
4867  * add context menu item to open directories
4868  * ask to uninstall VLC before installing
4869  * use several languages (its nice for people who really don't talk english)
4870  * small fixes
4871
4872 ------------------------------------------------------------------------
4873 r12043 | asmax | 2005-08-06 21:36:54 +0200 (Sat, 06 Aug 2005) | 2 lines
4874 Changed paths:
4875    M /trunk/include/vlc_common.h
4876
4877  * vlc_common.c: forward declaration of dirent for vlc_symbols.h
4878
4879 ------------------------------------------------------------------------
4880 r12042 | asmax | 2005-08-06 21:09:54 +0200 (Sat, 06 Aug 2005) | 2 lines
4881 Changed paths:
4882    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
4883    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
4884    M /trunk/modules/gui/skins2/src/skin_common.hpp
4885    M /trunk/src/extras/getopt.c
4886    M /trunk/src/libvlc.c
4887    M /trunk/src/misc/charset.c
4888
4889  * charset.c: don't return a pointer to a buffer allocated on the stack!
4890  * all: removed some warnings
4891 ------------------------------------------------------------------------
4892 r12041 | asmax | 2005-08-06 17:08:37 +0200 (Sat, 06 Aug 2005) | 3 lines
4893 Changed paths:
4894    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
4895    M /trunk/src/libvlc.c
4896    M /trunk/src/stream_output/sap.c
4897
4898  * libvlc.c: don't crash in vlc_iconv if vlc_iconv_open failed
4899  * sap.c: compilation fix
4900  * win32_graphics.cpp: avoid multiple #define
4901 ------------------------------------------------------------------------
4902 r12040 | massiot | 2005-08-06 13:45:34 +0200 (Sat, 06 Aug 2005) | 2 lines
4903 Changed paths:
4904    M /trunk/include/vlc_common.h
4905    M /trunk/src/extras/libc.c
4906
4907  * src/extras/libc.c: Fixed compilation on systems without scandir().
4908
4909 ------------------------------------------------------------------------
4910 r12039 | massiot | 2005-08-06 13:04:31 +0200 (Sat, 06 Aug 2005) | 2 lines
4911 Changed paths:
4912    M /trunk/include/vlc_common.h
4913    M /trunk/include/vlc_symbols.h
4914
4915  * include/vlc_common.h: VLC_EXPORT macros can't span on several lines.
4916
4917 ------------------------------------------------------------------------
4918 r12038 | fkuehne | 2005-08-05 21:47:51 +0200 (Fri, 05 Aug 2005) | 9 lines
4919 Changed paths:
4920    M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/info.nib
4921    M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/keyedobjects.nib
4922    M /trunk/modules/gui/macosx/extended.h
4923    M /trunk/modules/gui/macosx/extended.m
4924    M /trunk/modules/gui/wxwidgets/extrapanel.cpp
4925
4926 * macosx/extended.*: finished the extended-controls for OSX (closes #268)
4927     - save the prefs when they are changed, so the settings are kept
4928     - restore the objects to the correct values
4929     - fixed some compiler warnings
4930     - i18n support additions
4931     
4932 * Extended.nib: minor tweak
4933     
4934 * wxwidgets/extrapanel.cpp: fixed typo
4935 ------------------------------------------------------------------------
4936 r12037 | massiot | 2005-08-05 21:25:38 +0200 (Fri, 05 Aug 2005) | 5 lines
4937 Changed paths:
4938    M /trunk/configure.ac
4939    M /trunk/include/charset.h
4940    M /trunk/include/vlc_common.h
4941    M /trunk/include/vlc_symbols.h
4942    M /trunk/modules/access/directory.c
4943    M /trunk/modules/control/http.c
4944    M /trunk/src/extras/libc.c
4945    M /trunk/src/misc/charset.c
4946
4947  * src/extras/libc.c: Added an implementation of scandir (from directory.c).
4948  * modules/control/http.c: Use scandir instead of readdir since it allows
4949    to sort the files alphanumerically.
4950  * src/misc/charset.c: Fixed the declaration of vlc_fix_readdir_charset.
4951
4952 ------------------------------------------------------------------------
4953 r12036 | massiot | 2005-08-05 20:44:47 +0200 (Fri, 05 Aug 2005) | 2 lines
4954 Changed paths:
4955    M /trunk/modules/control/http.c
4956    M /trunk/modules/misc/logger.c
4957
4958  * modules/control/http.c: Support for ~ in foreach directory.
4959
4960 ------------------------------------------------------------------------
4961 r12035 | massiot | 2005-08-05 19:56:50 +0200 (Fri, 05 Aug 2005) | 8 lines
4962 Changed paths:
4963    M /trunk/modules/control/http.c
4964
4965  * modules/control/http.c: Added two new RPN functions : playlist_add and
4966    play. playlist_add takes two arguments, mrl and name, and returns
4967    the ID of the added item. play takes 1 argument, the ID of the item,
4968    and returns non-zero in case of error. These functions are much more
4969    convenient than using the "control" tags, because you can then do
4970    several commands in the same page, and get the playlist ID of the
4971    added item, which many people complained about.
4972
4973 ------------------------------------------------------------------------
4974 r12034 | massiot | 2005-08-05 19:52:46 +0200 (Fri, 05 Aug 2005) | 3 lines
4975 Changed paths:
4976    M /trunk/modules/gui/skins2/src/skin_main.cpp
4977
4978  * modules/gui/skins2/src/skin_main.cpp: Unsubscribe message queue when
4979    failing.
4980
4981 ------------------------------------------------------------------------
4982 r12033 | courmisch | 2005-08-05 17:56:41 +0200 (Fri, 05 Aug 2005) | 2 lines
4983 Changed paths:
4984    M /trunk/modules/control/http.c
4985
4986 Fix compiler warnings
4987
4988 ------------------------------------------------------------------------
4989 r12032 | massiot | 2005-08-05 17:20:53 +0200 (Fri, 05 Aug 2005) | 2 lines
4990 Changed paths:
4991    M /trunk/modules/control/rc.c
4992    M /trunk/modules/gui/skins2/src/skin_main.cpp
4993
4994  * ALL: a couple more vlc_object_release()...
4995
4996 ------------------------------------------------------------------------
4997 r12031 | massiot | 2005-08-05 16:46:20 +0200 (Fri, 05 Aug 2005) | 3 lines
4998 Changed paths:
4999    M /trunk/modules/stream_out/transcode.c
5000
5001  * modules/stream_out/transcode.c: Fixed DTS madness after pausing when
5002    --sout-transcode-fps is in use.
5003
5004 ------------------------------------------------------------------------
5005 r12030 | massiot | 2005-08-05 15:54:35 +0200 (Fri, 05 Aug 2005) | 6 lines
5006 Changed paths:
5007    M /trunk/src/misc/httpd.c
5008
5009  * src/misc/httpd.c: Changed the encoding of mandatory pages (401, 403, 404...)
5010    to ascii instead of UTF-8 because those pages actually contain only
5011    ascii characters, and it allows it to work with all browsers including
5012    those which do not support UTF-8. BTW these pages should be somewhere
5013    in the filesystem instead of hard-coded in the C file.
5014
5015 ------------------------------------------------------------------------
5016 r12029 | massiot | 2005-08-05 15:45:56 +0200 (Fri, 05 Aug 2005) | 2 lines
5017 Changed paths:
5018    M /trunk/modules/gui/macosx/extended.m
5019    M /trunk/modules/gui/macosx/intf.m
5020    M /trunk/modules/gui/macosx/playlist.m
5021    M /trunk/modules/gui/macosx/vout.m
5022    M /trunk/modules/gui/wxwidgets/extrapanel.cpp
5023    M /trunk/src/stream_output/stream_output.c
5024
5025  * ALL: releasing a few unreleased objects.
5026
5027 ------------------------------------------------------------------------
5028 r12028 | massiot | 2005-08-05 15:45:10 +0200 (Fri, 05 Aug 2005) | 2 lines
5029 Changed paths:
5030    M /trunk/src/misc/objects.c
5031
5032  * src/misc/objects.c: More verbosity to debug unreleased objects.
5033
5034 ------------------------------------------------------------------------
5035 r12027 | massiot | 2005-08-05 15:43:50 +0200 (Fri, 05 Aug 2005) | 2 lines
5036 Changed paths:
5037    M /trunk/src/input/input.c
5038
5039  * src/input/input.c: msg_Warn->msg_Dbg
5040
5041 ------------------------------------------------------------------------
5042 r12026 | fkuehne | 2005-08-05 15:03:54 +0200 (Fri, 05 Aug 2005) | 1 line
5043 Changed paths:
5044    M /trunk/modules/gui/macosx/wizard.m
5045    M /trunk/modules/gui/wxwidgets/extrapanel.cpp
5046    M /trunk/po/de.po
5047
5048 * fixed minor stuff
5049 ------------------------------------------------------------------------
5050 r12025 | fkuehne | 2005-08-05 15:03:20 +0200 (Fri, 05 Aug 2005) | 1 line
5051 Changed paths:
5052    M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/classes.nib
5053    M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/info.nib
5054    M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/keyedobjects.nib
5055    M /trunk/modules/gui/macosx/extended.h
5056    M /trunk/modules/gui/macosx/extended.m
5057
5058 * added video filters and i18n support -- still ToDo: loaded the settings from the prefs correctly
5059 ------------------------------------------------------------------------
5060 r12024 | fkuehne | 2005-08-05 09:52:05 +0200 (Fri, 05 Aug 2005) | 1 line
5061 Changed paths:
5062    M /trunk/po/ca.po
5063    M /trunk/po/da.po
5064    M /trunk/po/de.po
5065    M /trunk/po/en_GB.po
5066    M /trunk/po/es.po
5067    M /trunk/po/fr.po
5068    M /trunk/po/it.po
5069    M /trunk/po/ja.po
5070    M /trunk/po/nl.po
5071    M /trunk/po/pt_BR.po
5072    M /trunk/po/ro.po
5073    M /trunk/po/ru.po
5074    M /trunk/po/tr.po
5075    M /trunk/po/vlc.pot
5076    M /trunk/po/zh_TW.po
5077
5078 * updated the po-files
5079 ------------------------------------------------------------------------
5080 r12023 | fkuehne | 2005-08-05 01:31:31 +0200 (Fri, 05 Aug 2005) | 1 line
5081 Changed paths:
5082    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
5083    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
5084    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
5085
5086 * VLCExtended is no class needed there
5087 ------------------------------------------------------------------------
5088 r12022 | fkuehne | 2005-08-05 01:24:50 +0200 (Fri, 05 Aug 2005) | 8 lines
5089 Changed paths:
5090    M /trunk/Makefile.am
5091    A /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib
5092    A /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/classes.nib
5093    A /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/info.nib
5094    A /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/keyedobjects.nib
5095    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
5096    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
5097    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
5098    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
5099    M /trunk/modules/gui/macosx/Modules.am
5100    A /trunk/modules/gui/macosx/extended.h
5101    A /trunk/modules/gui/macosx/extended.m
5102    M /trunk/modules/gui/macosx/intf.h
5103    M /trunk/modules/gui/macosx/intf.m
5104
5105 * port of the WX-advanded-GUI to OSX (refs #268)
5106 - the adjust-image-filter and the audio-filters are completely useable
5107
5108 ToDo:
5109 - complete i18n support
5110 - video-filters
5111 - loading the settings from the prefs correctly
5112 - probably minor layout tweaks, etc.
5113 ------------------------------------------------------------------------
5114 r12021 | gbazin | 2005-08-04 23:58:02 +0200 (Thu, 04 Aug 2005) | 1 line
5115 Changed paths:
5116    M /trunk/configure.ac
5117
5118 * configure.ac: another fix for libavutil detection.
5119 ------------------------------------------------------------------------
5120 r12020 | gbazin | 2005-08-04 23:49:00 +0200 (Thu, 04 Aug 2005) | 1 line
5121 Changed paths:
5122    M /trunk/configure.ac
5123
5124 * configure.ac: support for latest ffmpeg changes (introduction of libavutil).
5125 ------------------------------------------------------------------------
5126 r12019 | xtophe | 2005-08-04 21:22:10 +0200 (Thu, 04 Aug 2005) | 2 lines
5127 Changed paths:
5128    M /trunk/extras/Makefile
5129
5130 Compile fix
5131
5132 ------------------------------------------------------------------------
5133 r12018 | massiot | 2005-08-04 21:15:33 +0200 (Thu, 04 Aug 2005) | 7 lines
5134 Changed paths:
5135    M /trunk/modules/control/http.c
5136
5137  * modules/control/http.c: New option --http-charset to specify which
5138    charset the HTML pages will be transformed into (default no transform,
5139    ie. UTF-8). Call vlc_fix_readdir_charset whenever necessary, the
5140    http intf should now work under Mac OS X with non-ascii filenames.
5141    When using the 'add' command (MVLC_ADD), add an extra paramater 'name'
5142    besides 'mrl' to specify which name to use in the playlist.
5143
5144 ------------------------------------------------------------------------
5145 r12017 | courmisch | 2005-08-04 21:14:06 +0200 (Thu, 04 Aug 2005) | 2 lines
5146 Changed paths:
5147    M /trunk/src/libvlc.c
5148
5149 Initialize iconv at The Right Times
5150
5151 ------------------------------------------------------------------------
5152 r12016 | massiot | 2005-08-04 21:11:07 +0200 (Thu, 04 Aug 2005) | 3 lines
5153 Changed paths:
5154    M /trunk/modules/access/directory.c
5155
5156  * modules/access/directory.c: Call vlc_fix_readdir_charset() whenever
5157    needed. This fixes the directory access module under Mac OS X.
5158
5159 ------------------------------------------------------------------------
5160 r12015 | massiot | 2005-08-04 21:10:21 +0200 (Thu, 04 Aug 2005) | 3 lines
5161 Changed paths:
5162    M /trunk/extras/contrib/src/Makefile
5163    A /trunk/extras/contrib/src/Patches/libiconv.patch
5164
5165  * extras/contrib/src: Patched libiconv to handle UTF-8-MAC (format
5166    returned by Darwin's readdir). Probably we should send this upstream.
5167
5168 ------------------------------------------------------------------------
5169 r12014 | massiot | 2005-08-04 21:09:15 +0200 (Thu, 04 Aug 2005) | 6 lines
5170 Changed paths:
5171    M /trunk/include/charset.h
5172    M /trunk/include/main.h
5173    M /trunk/include/vlc_symbols.h
5174    M /trunk/src/misc/charset.c
5175    M /trunk/src/misc/darwin_specific.m
5176
5177  * src/misc/charset.c: New function vlc_fix_readdir_charset. It is used
5178    under Mac OS X to transform UTF-8-MAC returned by readdir() into
5179    UTF-8. Darwin always uses UTF-8 internally, so we vlc_current_charset
5180    should always return UTF-8. Also made vlc_current_charset()
5181    thread-safe and added a few missing const's.
5182
5183 ------------------------------------------------------------------------
5184 r12013 | massiot | 2005-08-04 21:06:29 +0200 (Thu, 04 Aug 2005) | 2 lines
5185 Changed paths:
5186    M /trunk/include/network.h
5187
5188  * include/network.h: Fixed vlc_UrlEncode with non-ASCII characters.
5189
5190 ------------------------------------------------------------------------
5191 r12012 | massiot | 2005-08-04 21:05:21 +0200 (Thu, 04 Aug 2005) | 3 lines
5192 Changed paths:
5193    M /trunk/src/libvlc.c
5194
5195  * src/libvlc.c: Fixed segfault introduced in #12010 when current_charset is
5196    UTF-8.
5197
5198 ------------------------------------------------------------------------
5199 r12011 | courmisch | 2005-08-04 21:03:28 +0200 (Thu, 04 Aug 2005) | 2 lines
5200 Changed paths:
5201    M /trunk/src/libvlc.c
5202
5203 Fix question marks insertion
5204
5205 ------------------------------------------------------------------------
5206 r12010 | courmisch | 2005-08-04 20:14:40 +0200 (Thu, 04 Aug 2005) | 2 lines
5207 Changed paths:
5208    M /trunk/include/main.h
5209    M /trunk/src/libvlc.c
5210    M /trunk/src/misc/unicode.c
5211
5212 Don't call vlc_current_charset and vlc_iconv_open at every conversion
5213
5214 ------------------------------------------------------------------------
5215 r12009 | xtophe | 2005-08-04 19:18:13 +0200 (Thu, 04 Aug 2005) | 2 lines
5216 Changed paths:
5217    M /trunk/modules/gui/wxwidgets/interface.cpp
5218
5219 Compile fix
5220
5221 ------------------------------------------------------------------------
5222 r12008 | courmisch | 2005-08-04 19:03:42 +0200 (Thu, 04 Aug 2005) | 2 lines
5223 Changed paths:
5224    M /trunk/src/stream_output/sap.c
5225
5226 Fix heap buffer overflow
5227
5228 ------------------------------------------------------------------------
5229 r12007 | courmisch | 2005-08-04 18:50:18 +0200 (Thu, 04 Aug 2005) | 2 lines
5230 Changed paths:
5231    M /trunk/modules/control/http.c
5232    M /trunk/modules/demux/mp4/mp4.c
5233    M /trunk/modules/demux/nuv.c
5234
5235 fix spelling of "unsupported"
5236
5237 ------------------------------------------------------------------------
5238 r12006 | courmisch | 2005-08-04 18:47:04 +0200 (Thu, 04 Aug 2005) | 2 lines
5239 Changed paths:
5240    M /trunk/src/misc/unicode.c
5241
5242 Speed up LocaleFree()
5243
5244 ------------------------------------------------------------------------
5245 r12005 | courmisch | 2005-08-04 18:38:57 +0200 (Thu, 04 Aug 2005) | 3 lines
5246 Changed paths:
5247    M /trunk/Makefile.am
5248    M /trunk/src/libvlc.c
5249    A /trunk/src/misc/unicode.c
5250
5251  * reimplement EnableUTF8 without iconv
5252  * move Unicode stuff to a separate file
5253
5254 ------------------------------------------------------------------------
5255 r12004 | courmisch | 2005-08-04 16:58:44 +0200 (Thu, 04 Aug 2005) | 4 lines
5256 Changed paths:
5257    M /trunk/include/vlc_httpd.h
5258    M /trunk/include/vlc_symbols.h
5259    M /trunk/modules/control/http.c
5260    M /trunk/share/http/index.html
5261    M /trunk/share/http/vlm/edit.html
5262    M /trunk/share/http/vlm/index.html
5263    M /trunk/share/http/vlm/new.html
5264    M /trunk/share/http/vlm/show.html
5265    M /trunk/src/misc/httpd.c
5266
5267  * modules/control/http.c : specify UTF-8 as charset (closes #236)
5268  * share/html/* : sepcify UTF-8 as XML encoding
5269  * httpd.c : add a bunch of "const"
5270
5271 ------------------------------------------------------------------------
5272 r12003 | courmisch | 2005-08-04 16:45:59 +0200 (Thu, 04 Aug 2005) | 2 lines
5273 Changed paths:
5274    M /trunk/src/misc/httpd.c
5275
5276 Add stub httpd_ServerIP when httpd is not compiled
5277
5278 ------------------------------------------------------------------------
5279 r12002 | fkuehne | 2005-08-04 14:47:04 +0200 (Thu, 04 Aug 2005) | 1 line
5280 Changed paths:
5281    M /trunk/extras/contrib/src/Makefile
5282
5283 * disable the compilation of ffplay (solves a SDL compilation issue)
5284 ------------------------------------------------------------------------
5285 r12001 | fkuehne | 2005-08-04 14:11:15 +0200 (Thu, 04 Aug 2005) | 1 line
5286 Changed paths:
5287    M /trunk/extras/contrib/src/Patches/daap.patch
5288
5289 * really fix the patch....
5290 ------------------------------------------------------------------------
5291 r12000 | fkuehne | 2005-08-04 13:55:52 +0200 (Thu, 04 Aug 2005) | 1 line
5292 Changed paths:
5293    M /trunk/extras/contrib/src/Patches/daap.patch
5294
5295 * fix the patch file
5296 ------------------------------------------------------------------------
5297 r11999 | fkuehne | 2005-08-04 13:49:36 +0200 (Thu, 04 Aug 2005) | 1 line
5298 Changed paths:
5299    M /trunk/extras/contrib/src/Makefile
5300    A /trunk/extras/contrib/src/Patches/daap.patch
5301
5302 * fix compilation of libopendaap on 10.2
5303 ------------------------------------------------------------------------
5304 r11998 | fkuehne | 2005-08-04 12:04:35 +0200 (Thu, 04 Aug 2005) | 1 line
5305 Changed paths:
5306    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
5307
5308 * removed unneeded ifdef, which broke the compilation on Darwin 8.x
5309 ------------------------------------------------------------------------
5310 r11996 | asmax | 2005-08-04 00:44:45 +0200 (Thu, 04 Aug 2005) | 2 lines
5311 Changed paths:
5312    M /trunk/build-vlc
5313    M /trunk/config.in
5314    M /trunk/defconfig
5315
5316 * config.in: wxwindows -> wxwidgets. Added a HTTPD option
5317
5318 ------------------------------------------------------------------------
5319 r11995 | fkuehne | 2005-08-03 23:47:47 +0200 (Wed, 03 Aug 2005) | 1 line
5320 Changed paths:
5321    M /trunk/modules/gui/macosx/wizard.h
5322    M /trunk/modules/gui/macosx/wizard.m
5323
5324 * implemented transcoding when streaming -- might need some testing, if anyone on OSX got the time (refs #271)
5325 ------------------------------------------------------------------------
5326 r11994 | gbazin | 2005-08-03 23:42:04 +0200 (Wed, 03 Aug 2005) | 1 line
5327 Changed paths:
5328    M /trunk/modules/gui/wxwidgets/interface.cpp
5329
5330 * modules/gui/wxwidgets/interface.cpp: bring back text wrapping on win32 for the about dialog box.
5331 ------------------------------------------------------------------------
5332 r11993 | gbazin | 2005-08-03 23:33:37 +0200 (Wed, 03 Aug 2005) | 1 line
5333 Changed paths:
5334    M /trunk/src/misc/modules.c
5335
5336 * src/misc/modules.c: reverted 11984 which breaks the plugins cache.
5337 ------------------------------------------------------------------------
5338 r11992 | gbazin | 2005-08-03 23:23:04 +0200 (Wed, 03 Aug 2005) | 1 line
5339 Changed paths:
5340    M /trunk/src/libvlc.c
5341
5342 * src/libvlc.c: compilation fix.
5343 ------------------------------------------------------------------------
5344 r11991 | ipkiss | 2005-08-03 23:00:03 +0200 (Wed, 03 Aug 2005) | 2 lines
5345 Changed paths:
5346    M /trunk/modules/gui/skins2/vars/playlist.cpp
5347
5348  * skins2/vars/playlist.cpp: compilation fix
5349
5350 ------------------------------------------------------------------------
5351 r11990 | courmisch | 2005-08-03 21:09:58 +0200 (Wed, 03 Aug 2005) | 3 lines
5352 Changed paths:
5353    M /trunk/modules/demux/playlist/m3u.c
5354    M /trunk/modules/demux/playlist/old.c
5355
5356  * M3U: make sure strings are UTF8
5357  * old: convert
5358
5359 ------------------------------------------------------------------------
5360 r11989 | courmisch | 2005-08-03 21:07:09 +0200 (Wed, 03 Aug 2005) | 2 lines
5361 Changed paths:
5362    M /trunk/src/libvlc.c
5363
5364 Handle NULL pointer properly in Unicode conversion thingy
5365
5366 ------------------------------------------------------------------------
5367 r11988 | courmisch | 2005-08-03 21:01:44 +0200 (Wed, 03 Aug 2005) | 8 lines
5368 Changed paths:
5369    M /trunk/configure.ac
5370    M /trunk/include/charset.h
5371    M /trunk/include/stream_output.h
5372    M /trunk/include/vlc_symbols.h
5373    M /trunk/modules/access/file.c
5374    M /trunk/modules/gui/skins2/vars/playlist.cpp
5375    M /trunk/modules/gui/skins2/vars/playlist.hpp
5376    M /trunk/modules/gui/wince/wince.h
5377    M /trunk/modules/gui/wxwidgets/preferences.cpp
5378    M /trunk/modules/gui/wxwidgets/preferences_widgets.cpp
5379    M /trunk/modules/gui/wxwidgets/wxwidgets.h
5380    M /trunk/modules/misc/playlist/old.c
5381    M /trunk/modules/services_discovery/sap.c
5382    M /trunk/src/libvlc.c
5383    M /trunk/src/stream_output/sap.c
5384
5385 Use UTF-8 internally (closes #16 and introduces lots of yet to be uncovered bugs)
5386
5387 * libvlc: Conversion functions (needs performance improvement)
5388           Convert filenames from command line
5389 * SAP, Skins2: no perform own UTF-8 conversion
5390 * file, playlistold : convert
5391 * wx, winCE : assume UTF-8
5392
5393 ------------------------------------------------------------------------
5394 r11987 | gbazin | 2005-08-03 20:26:11 +0200 (Wed, 03 Aug 2005) | 1 line
5395 Changed paths:
5396    M /trunk/modules/video_output/wingdi.c
5397
5398 * modules/video_output/wingdi.c: compilation fix when compiled as plugin.
5399 ------------------------------------------------------------------------
5400 r11986 | xtophe | 2005-08-03 18:57:29 +0200 (Wed, 03 Aug 2005) | 2 lines
5401 Changed paths:
5402    M /trunk/modules/gui/wxwidgets/dialogs.cpp
5403    M /trunk/modules/gui/wxwidgets/interface.cpp
5404    M /trunk/modules/gui/wxwidgets/menus.cpp
5405    M /trunk/modules/gui/wxwidgets/video.cpp
5406
5407 Forgot to change a few variable names (refs #80)
5408
5409 ------------------------------------------------------------------------
5410 r11985 | courmisch | 2005-08-03 18:18:38 +0200 (Wed, 03 Aug 2005) | 5 lines
5411 Changed paths:
5412    M /trunk/modules/services_discovery/sap.c
5413    M /trunk/modules/services_discovery/upnp.cpp
5414
5415 There is no "=~" operator in C (it simply means "= ~").
5416 I assume the intent was "&= ~" which is not the same.
5417
5418 Needs review.
5419
5420 ------------------------------------------------------------------------
5421 r11984 | courmisch | 2005-08-03 17:58:31 +0200 (Wed, 03 Aug 2005) | 2 lines
5422 Changed paths:
5423    M /trunk/src/misc/modules.c
5424
5425 Module bank memleak
5426
5427 ------------------------------------------------------------------------
5428 r11983 | courmisch | 2005-08-03 17:45:21 +0200 (Wed, 03 Aug 2005) | 2 lines
5429 Changed paths:
5430    M /trunk/src/libvlc.c
5431
5432 Fix the message queue memleak
5433
5434 ------------------------------------------------------------------------
5435 r11982 | xtophe | 2005-08-03 17:31:26 +0200 (Wed, 03 Aug 2005) | 2 lines
5436 Changed paths:
5437    M /trunk/NEWS
5438    M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
5439    M /trunk/modules/gui/wxwidgets/wxwidgets.h
5440
5441 Renaming of wxwidgets options. Close the renaming (refs #80)
5442
5443 ------------------------------------------------------------------------
5444 r11981 | xtophe | 2005-08-03 17:03:23 +0200 (Wed, 03 Aug 2005) | 2 lines
5445 Changed paths:
5446    M /trunk/modules/gui/wxwidgets/Modules.am
5447    M /trunk/modules/gui/wxwidgets/bookmarks.cpp
5448    M /trunk/modules/gui/wxwidgets/dialogs.cpp
5449    M /trunk/modules/gui/wxwidgets/extrapanel.cpp
5450    M /trunk/modules/gui/wxwidgets/fileinfo.cpp
5451    M /trunk/modules/gui/wxwidgets/interface.cpp
5452    M /trunk/modules/gui/wxwidgets/iteminfo.cpp
5453    M /trunk/modules/gui/wxwidgets/menus.cpp
5454    M /trunk/modules/gui/wxwidgets/messages.cpp
5455    M /trunk/modules/gui/wxwidgets/open.cpp
5456    M /trunk/modules/gui/wxwidgets/playlist.cpp
5457    M /trunk/modules/gui/wxwidgets/preferences.cpp
5458    M /trunk/modules/gui/wxwidgets/preferences_widgets.cpp
5459    M /trunk/modules/gui/wxwidgets/streamout.cpp
5460    M /trunk/modules/gui/wxwidgets/subtitles.cpp
5461    M /trunk/modules/gui/wxwidgets/timer.cpp
5462    M /trunk/modules/gui/wxwidgets/updatevlc.cpp
5463    M /trunk/modules/gui/wxwidgets/video.cpp
5464    M /trunk/modules/gui/wxwidgets/wizard.cpp
5465    A /trunk/modules/gui/wxwidgets/wxwidgets.cpp (from /trunk/modules/gui/wxwidgets/wxwindows.cpp:11979)
5466    A /trunk/modules/gui/wxwidgets/wxwidgets.h (from /trunk/modules/gui/wxwidgets/wxwindows.h:11979)
5467    D /trunk/modules/gui/wxwidgets/wxwindows.cpp
5468    D /trunk/modules/gui/wxwidgets/wxwindows.h
5469
5470 wxWindows -> wxWidgets step 3 (refs #80)
5471
5472 ------------------------------------------------------------------------
5473 r11980 | massiot | 2005-08-03 16:52:17 +0200 (Wed, 03 Aug 2005) | 2 lines
5474 Changed paths:
5475    M /trunk/src/misc/image.c
5476
5477  * src/misc/image.c: Really fixed the segfault on unsupported image type.
5478
5479 ------------------------------------------------------------------------
5480 r11979 | xtophe | 2005-08-03 16:33:59 +0200 (Wed, 03 Aug 2005) | 4 lines
5481 Changed paths:
5482    M /trunk/configure.ac
5483    A /trunk/modules/gui/wxwidgets (from /trunk/modules/gui/wxwindows:11978)
5484    D /trunk/modules/gui/wxwindows
5485
5486 wxWindows -> wxWidgets in configure.ac and renaming the dir.
5487
5488 NB: Likely to break your cache and preferences
5489
5490 ------------------------------------------------------------------------
5491 r11977 | fkuehne | 2005-08-03 15:07:46 +0200 (Wed, 03 Aug 2005) | 1 line
5492 Changed paths:
5493    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
5494    M /trunk/modules/gui/macosx/wizard.m
5495
5496 * implemented MMS-support (refs #271)
5497 ------------------------------------------------------------------------
5498 r11976 | massiot | 2005-08-03 14:58:53 +0200 (Wed, 03 Aug 2005) | 8 lines
5499 Changed paths:
5500    M /trunk/Makefile.am
5501    M /trunk/configure.ac
5502    M /trunk/extras/contrib/src/Makefile
5503    A /trunk/extras/contrib/src/Patches/SDL.patch
5504    A /trunk/extras/contrib/src/Patches/SDL_image.patch
5505    A /trunk/extras/contrib/src/Patches/tiff.patch
5506    M /trunk/extras/contrib/src/packages.mak
5507
5508  * extras/contrib: Added libSDL and libSDL_image to the contrib system,
5509    along with libjpeg and libtiff. SDL has been heavily patched not to
5510    hijack main() on Darwin, you should do the same for other platforms.
5511    Also fixed a huge number of typos in the Makefile, and reverted to
5512    an old version of ffmpeg because our friends there are breaking
5513    everything again.
5514  * Makefile.am: Re-added the "Default" directory for Xcode 2.1.
5515
5516 ------------------------------------------------------------------------
5517 r11975 | massiot | 2005-08-03 14:48:10 +0200 (Wed, 03 Aug 2005) | 2 lines
5518 Changed paths:
5519    M /trunk/modules/codec/ffmpeg/encoder.c
5520
5521  * modules/codec/ffmpeg/encoder.c: Avoid a useless warning.
5522
5523 ------------------------------------------------------------------------
5524 r11973 | asmax | 2005-08-03 01:26:22 +0200 (Wed, 03 Aug 2005) | 2 lines
5525 Changed paths:
5526    M /trunk/modules/gui/skins2/src/var_manager.cpp
5527    M /trunk/modules/gui/skins2/src/var_manager.hpp
5528
5529 * var_manager.cpp: explicit object destruction order to avoid access
5530 to an already destroyed map ! (and a crash with MSVC runtime...)
5531 ------------------------------------------------------------------------
5532 r11972 | asmax | 2005-08-02 23:27:53 +0200 (Tue, 02 Aug 2005) | 3 lines
5533 Changed paths:
5534    M /trunk/configure.ac
5535    M /trunk/modules/video_filter/Modules.am
5536    A /trunk/modules/video_filter/rv32.c
5537
5538 * rv32.c: new basic video filter to convert RV24 to RV32
5539   (remove the dependency of skins2 to ffmpeg for PNG loading)
5540
5541 ------------------------------------------------------------------------
5542 r11971 | courmisch | 2005-08-02 21:11:23 +0200 (Tue, 02 Aug 2005) | 3 lines
5543 Changed paths:
5544    M /trunk/modules/access_output/udp.c
5545
5546 Use new network modules semantics (closes #283)
5547 but it is even more ugly than before
5548
5549 ------------------------------------------------------------------------
5550 r11970 | xtophe | 2005-08-02 20:31:32 +0200 (Tue, 02 Aug 2005) | 2 lines
5551 Changed paths:
5552    M /trunk/modules/video_filter/deinterlace.c
5553
5554 Add some sections
5555
5556 ------------------------------------------------------------------------
5557 r11969 | courmisch | 2005-08-02 19:59:33 +0200 (Tue, 02 Aug 2005) | 3 lines
5558 Changed paths:
5559    M /trunk/modules/gui/wxwindows/interface.cpp
5560    M /trunk/modules/gui/wxwindows/wxwindows.cpp
5561
5562 Rename wxWindows to wxWidgets (refs #80)
5563 (keep backward compatible shortcuts, of course)
5564
5565 ------------------------------------------------------------------------
5566 r11968 | massiot | 2005-08-02 19:43:34 +0200 (Tue, 02 Aug 2005) | 2 lines
5567 Changed paths:
5568    M /trunk/src/stream_output/sap.c
5569
5570  * src/stream_output/sap.c: Fixed small memory leak.
5571
5572 ------------------------------------------------------------------------
5573 r11967 | courmisch | 2005-08-02 19:31:33 +0200 (Tue, 02 Aug 2005) | 2 lines
5574 Changed paths:
5575    M /trunk/modules/access/tcp.c
5576
5577 Minor bugfix and cleanup
5578
5579 ------------------------------------------------------------------------
5580 r11966 | fkuehne | 2005-08-02 18:53:43 +0200 (Tue, 02 Aug 2005) | 4 lines
5581 Changed paths:
5582    M /trunk/extras/contrib/src/Makefile
5583    D /trunk/extras/contrib/src/Patches/daap.patch
5584    M /trunk/extras/contrib/src/packages.mak
5585
5586 * packages.mak: Updated the download server of libopendaap and the used version. 0.4.0 is entirely free on the contrary to previous versions, since it uses a free mdns-library instead of Apple's own now. 
5587 * Makefile: 
5588     - Our patch was applied upstream, so we don't need it anymore.
5589     - Fixed a copy&paste typo, which prevented the dist-clean of 9 libraries
5590 ------------------------------------------------------------------------
5591 r11965 | courmisch | 2005-08-02 17:31:47 +0200 (Tue, 02 Aug 2005) | 11 lines
5592 Changed paths:
5593    M /trunk/include/network.h
5594    M /trunk/modules/misc/network/ipv4.c
5595    M /trunk/modules/misc/network/ipv6.c
5596    M /trunk/src/misc/net.c
5597
5598 - When both IPv4 and IPv6 plugins return a socket, use the IPv6 one if
5599   IPV6_ONLY can be turned off. It is supposed to be off by default, and
5600   it actually is. Unfortunately, OpenBSD and NetBSD people think
5601   network software programmer like us are too stupid to use this
5602   feature properly, so they just removed it. Lets say the most stupid
5603   are not always the ones one think. Also, Windows doesn't support this
5604   yet. On all these OSes, keep the old behavior; that is prefer IPv4.
5605   Closes #166.
5606
5607 - Windows protection level compile fix
5608
5609 ------------------------------------------------------------------------
5610 r11964 | courmisch | 2005-08-02 17:23:46 +0200 (Tue, 02 Aug 2005) | 2 lines
5611 Changed paths:
5612    M /trunk/modules/access/udp.c
5613
5614 Fix typo in previous commit
5615
5616 ------------------------------------------------------------------------
5617 r11963 | massiot | 2005-08-02 16:17:01 +0200 (Tue, 02 Aug 2005) | 2 lines
5618 Changed paths:
5619    M /trunk/modules/codec/ffmpeg/encoder.c
5620    M /trunk/modules/codec/ffmpeg/ffmpeg.c
5621
5622  * modules/codec/ffmpeg: More locking around avcodec_open() and avcodec_close().
5623
5624 ------------------------------------------------------------------------
5625 r11961 | hartman | 2005-08-02 12:30:59 +0200 (Tue, 02 Aug 2005) | 2 lines
5626 Changed paths:
5627    M /trunk/extras/contrib/bootstrap
5628
5629 * SDK shouldn't be enabled yet.
5630
5631 ------------------------------------------------------------------------
5632 r11960 | hartman | 2005-08-02 12:28:54 +0200 (Tue, 02 Aug 2005) | 2 lines
5633 Changed paths:
5634    M /trunk/extras/contrib/src/Makefile
5635    M /trunk/extras/contrib/src/packages.mak
5636
5637 * Fix mpeg2dec download
5638
5639 ------------------------------------------------------------------------
5640 r11958 | damienf | 2005-08-02 11:02:49 +0200 (Tue, 02 Aug 2005) | 2 lines
5641 Changed paths:
5642    M /trunk/activex/Makefile.am
5643
5644 - add libvlc.a at the end of the linking chain, so that --disable-plugins works for the ActiveX Plugin (ref. #276)
5645
5646 ------------------------------------------------------------------------
5647 r11957 | sigmunau | 2005-08-01 23:12:22 +0200 (Mon, 01 Aug 2005) | 2 lines
5648 Changed paths:
5649    M /trunk/modules/gui/wxwindows/streamdata.h
5650
5651 some more suggestions by trax
5652
5653 ------------------------------------------------------------------------
5654 r11956 | dionoea | 2005-08-01 21:50:19 +0200 (Mon, 01 Aug 2005) | 2 lines
5655 Changed paths:
5656    M /trunk/THANKS
5657
5658 add Fran?\195?\167ois Seigner
5659
5660 ------------------------------------------------------------------------
5661 r11955 | sigmunau | 2005-08-01 21:47:12 +0200 (Mon, 01 Aug 2005) | 2 lines
5662 Changed paths:
5663    M /trunk/modules/mux/asf.c
5664
5665 mux/asf.c: codec description fixes suggested by trax
5666
5667 ------------------------------------------------------------------------
5668 r11954 | dionoea | 2005-08-01 21:45:47 +0200 (Mon, 01 Aug 2005) | 3 lines
5669 Changed paths:
5670    M /trunk/modules/gui/wxwindows/streamout.cpp
5671    M /trunk/modules/gui/wxwindows/wxwindows.h
5672
5673 add TTL option in streamout dialog. Patch by seingier fran?\195?\167ois plus some
5674 layout and initial value fixes.
5675
5676 ------------------------------------------------------------------------
5677 r11953 | massiot | 2005-08-01 21:33:46 +0200 (Mon, 01 Aug 2005) | 2 lines
5678 Changed paths:
5679    M /trunk/extras/contrib/bootstrap
5680
5681 I'll have more commits than courmisch today ! One again
5682
5683 ------------------------------------------------------------------------
5684 r11952 | sigmunau | 2005-08-01 21:23:00 +0200 (Mon, 01 Aug 2005) | 2 lines
5685 Changed paths:
5686    M /trunk/modules/access/http.c
5687
5688 access/http.c: fixed icy with metadata
5689
5690 ------------------------------------------------------------------------
5691 r11951 | ipkiss | 2005-08-01 20:36:09 +0200 (Mon, 01 Aug 2005) | 2 lines
5692 Changed paths:
5693    M /trunk/modules/gui/wxwindows/bookmarks.cpp
5694
5695  * wxwindows/bookmarks.cpp: cosmetics + removed a debug message
5696
5697 ------------------------------------------------------------------------
5698 r11950 | massiot | 2005-08-01 20:35:33 +0200 (Mon, 01 Aug 2005) | 2 lines
5699 Changed paths:
5700    M /trunk/src/input/input.c
5701
5702  * src/input/input.c: Fixed segfault when using :programs= or the VLM.
5703
5704 ------------------------------------------------------------------------
5705 r11949 | courmisch | 2005-08-01 20:27:44 +0200 (Mon, 01 Aug 2005) | 4 lines
5706 Changed paths:
5707    M /trunk/modules/misc/network/ipv4.c
5708    M /trunk/modules/misc/network/ipv6.c
5709
5710 - Kludge to be able to use strerror() with Winsock
5711   (should fix IPv6 error reporting on Win32)
5712 - Some cleanup
5713
5714 ------------------------------------------------------------------------
5715 r11948 | massiot | 2005-08-01 19:58:22 +0200 (Mon, 01 Aug 2005) | 3 lines
5716 Changed paths:
5717    M /trunk/modules/access/fake.c
5718
5719  * modules/access/fake.c: New --fake-duration option ; useful to do a
5720    slide-show.
5721
5722 ------------------------------------------------------------------------
5723 r11947 | courmisch | 2005-08-01 19:54:14 +0200 (Mon, 01 Aug 2005) | 2 lines
5724 Changed paths:
5725    M /trunk/modules/access/udp.c
5726
5727 Don't reinvent strchr()
5728
5729 ------------------------------------------------------------------------
5730 r11946 | dionoea | 2005-08-01 19:28:16 +0200 (Mon, 01 Aug 2005) | 2 lines
5731 Changed paths:
5732    M /trunk/modules/gui/wxwindows/streamdata.h
5733
5734 remove compile warning
5735
5736 ------------------------------------------------------------------------
5737 r11945 | courmisch | 2005-08-01 19:26:37 +0200 (Mon, 01 Aug 2005) | 2 lines
5738 Changed paths:
5739    M /trunk/modules/services_discovery/sap.c
5740
5741 Don't attempt to listen to link-local scope SAP address because it doesn't work
5742
5743 ------------------------------------------------------------------------
5744 r11944 | dionoea | 2005-08-01 19:21:22 +0200 (Mon, 01 Aug 2005) | 3 lines
5745 Changed paths:
5746    M /trunk/modules/gui/wxwindows/bookmarks.cpp
5747    M /trunk/modules/gui/wxwindows/fileinfo.cpp
5748
5749 fileinfo : patch by Jonas A. Larsen to remove empty fields
5750 bookmarks : remove compile warning
5751
5752 ------------------------------------------------------------------------
5753 r11943 | sigmunau | 2005-08-01 19:13:05 +0200 (Mon, 01 Aug 2005) | 2 lines
5754 Changed paths:
5755    M /trunk/modules/services_discovery/shout.c
5756
5757 shout.c: fixed shoutcast discovery (added www. to hostname)
5758
5759 ------------------------------------------------------------------------
5760 r11942 | massiot | 2005-08-01 18:40:24 +0200 (Mon, 01 Aug 2005) | 4 lines
5761 Changed paths:
5762    M /trunk/modules/codec/fake.c
5763
5764  * modules/codec/fake.c: New obscure options to allow for maximum width
5765    and height while keeping the aspect ratio of the original picture. New
5766    options to deinterlace the picture on loading.
5767
5768 ------------------------------------------------------------------------
5769 r11941 | massiot | 2005-08-01 18:38:56 +0200 (Mon, 01 Aug 2005) | 3 lines
5770 Changed paths:
5771    M /trunk/include/vlc_image.h
5772    M /trunk/src/misc/image.c
5773
5774  * src/misc/image.c: New image_Filter call to apply a filter on a picture_t
5775    (for instance deinterlace filter).
5776
5777 ------------------------------------------------------------------------
5778 r11940 | massiot | 2005-08-01 16:58:14 +0200 (Mon, 01 Aug 2005) | 2 lines
5779 Changed paths:
5780    M /trunk/extras/contrib/bootstrap
5781
5782  * extras/contrib/bootstrap: Really fixed it this time.
5783
5784 ------------------------------------------------------------------------
5785 r11939 | massiot | 2005-08-01 16:53:22 +0200 (Mon, 01 Aug 2005) | 2 lines
5786 Changed paths:
5787    M /trunk/extras/contrib/bootstrap
5788
5789  * extras/contrib/bootstrap: Typo.
5790
5791 ------------------------------------------------------------------------
5792 r11938 | massiot | 2005-08-01 16:50:42 +0200 (Mon, 01 Aug 2005) | 3 lines
5793 Changed paths:
5794    M /trunk/modules/codec/ffmpeg/encoder.c
5795    M /trunk/modules/codec/twolame.c
5796
5797  * modules/codec/twolame.c, modules/codec/ffmpeg/encoder.c: Added sanity
5798    checks for frequencies and bitrates in MPEG audio.
5799
5800 ------------------------------------------------------------------------
5801 r11937 | massiot | 2005-08-01 16:44:08 +0200 (Mon, 01 Aug 2005) | 3 lines
5802 Changed paths:
5803    M /trunk/modules/control/http.c
5804
5805  * modules/control/http.c: Add an 'ext' field to file structures in
5806    order to get the file extension.
5807
5808 ------------------------------------------------------------------------
5809 r11936 | massiot | 2005-08-01 16:40:53 +0200 (Mon, 01 Aug 2005) | 2 lines
5810 Changed paths:
5811    M /trunk/Makefile.am
5812
5813  * Makefile.am: fix build location of Mac OS X bundle for Darwin8.
5814
5815 ------------------------------------------------------------------------
5816 r11934 | massiot | 2005-08-01 14:51:00 +0200 (Mon, 01 Aug 2005) | 3 lines
5817 Changed paths:
5818    M /trunk/extras/contrib/src/packages.mak
5819
5820  * extras/contrib/src/packages.mak: Reverted [11913] for libmpeg2
5821    because the new location doesn't exist.
5822
5823 ------------------------------------------------------------------------
5824 r11932 | jpsaman | 2005-08-01 13:10:19 +0200 (Mon, 01 Aug 2005) | 1 line
5825 Changed paths:
5826    M /trunk/vlc.win32.nsi
5827
5828 Fix wrong uninstall key
5829 ------------------------------------------------------------------------
5830 r11930 | ipkiss | 2005-07-31 22:58:43 +0200 (Sun, 31 Jul 2005) | 4 lines
5831 Changed paths:
5832    M /trunk/modules/gui/wxwindows/bookmarks.cpp
5833    M /trunk/modules/gui/wxwindows/dialogs.cpp
5834    M /trunk/modules/gui/wxwindows/interface.cpp
5835    M /trunk/modules/gui/wxwindows/wxwindows.h
5836
5837  * wxwindows: do not save the position of minimized windows. Closes #282.
5838    We cannot do better (i.e. save the position when the window is minimized)
5839    because we cannot be notified of such event with the wxWindows API.
5840
5841 ------------------------------------------------------------------------
5842 r11929 | courmisch | 2005-07-31 21:04:29 +0200 (Sun, 31 Jul 2005) | 5 lines
5843 Changed paths:
5844    M /trunk/modules/stream_out/rtp.c
5845
5846 - Put IP6 instead of IP4 when appropriate
5847   (closes #270)
5848 - strlen( static string ) => sizeof
5849   using strlen with static strings is lame
5850
5851 ------------------------------------------------------------------------
5852 r11928 | courmisch | 2005-07-31 21:01:09 +0200 (Sun, 31 Jul 2005) | 2 lines
5853 Changed paths:
5854    M /trunk/include/network.h
5855
5856 Add const
5857
5858 ------------------------------------------------------------------------
5859 r11927 | dionoea | 2005-07-31 18:29:04 +0200 (Sun, 31 Jul 2005) | 2 lines
5860 Changed paths:
5861    M /trunk/modules/video_filter/rss.c
5862
5863 free stuff and add mutex (will be needed when RSS feed get updated)
5864
5865 ------------------------------------------------------------------------
5866 r11926 | dionoea | 2005-07-31 02:25:10 +0200 (Sun, 31 Jul 2005) | 2 lines
5867 Changed paths:
5868    M /trunk/NEWS
5869
5870 add update checker and rss subfilter
5871
5872 ------------------------------------------------------------------------
5873 r11925 | dionoea | 2005-07-31 02:15:54 +0200 (Sun, 31 Jul 2005) | 2 lines
5874 Changed paths:
5875    M /trunk/modules/video_filter/rss.c
5876
5877 change option names so users can have different settings for marq and rss modules
5878
5879 ------------------------------------------------------------------------
5880 r11924 | dionoea | 2005-07-31 02:07:48 +0200 (Sun, 31 Jul 2005) | 7 lines
5881 Changed paths:
5882    M /trunk/configure.ac
5883    M /trunk/modules/video_filter/Modules.am
5884    M /trunk/modules/video_filter/motiondetect.c
5885    A /trunk/modules/video_filter/rss.c
5886
5887  * rss.c  : add new rss module (sub filter)
5888 Still needs much work
5889 example command line :
5890 ./vlc -vvv --color --sub-filter rss --rss-urls "http://kernel.org/kdist/rss.xml,http://fxfeeds.mozilla.org/rss20.xml
5891
5892  * motiondetect.c : propset ... Id
5893
5894 ------------------------------------------------------------------------
5895 r11923 | dionoea | 2005-07-31 00:14:16 +0200 (Sun, 31 Jul 2005) | 2 lines
5896 Changed paths:
5897    M /trunk/src/libvlc.h
5898
5899 --sub-filter should appear in vlc -H without needing --advanced
5900
5901 ------------------------------------------------------------------------
5902 r11922 | dionoea | 2005-07-30 22:01:33 +0200 (Sat, 30 Jul 2005) | 2 lines
5903 Changed paths:
5904    M /trunk/modules/video_filter/marq.c
5905
5906 svn propset svn:keywords Id
5907
5908 ------------------------------------------------------------------------
5909 r11921 | dionoea | 2005-07-30 21:59:19 +0200 (Sat, 30 Jul 2005) | 2 lines
5910 Changed paths:
5911    M /trunk/modules/video_filter/marq.c
5912
5913 remove tabs and trailing spaces
5914
5915 ------------------------------------------------------------------------
5916 r11920 | hartman | 2005-07-30 14:39:57 +0200 (Sat, 30 Jul 2005) | 2 lines
5917 Changed paths:
5918    M /trunk/extras/contrib/src/packages.mak
5919
5920 * forwardport [11919]
5921
5922 ------------------------------------------------------------------------
5923 r11917 | hartman | 2005-07-30 14:07:09 +0200 (Sat, 30 Jul 2005) | 2 lines
5924 Changed paths:
5925    M /trunk/extras/contrib/bootstrap
5926    M /trunk/extras/contrib/src/Makefile
5927    M /trunk/extras/contrib/src/packages.mak
5928
5929 * Add options for SDK building. (not enabled yet) and fix liba52 downlaod
5930
5931 ------------------------------------------------------------------------
5932 r11916 | gbazin | 2005-07-30 13:30:51 +0200 (Sat, 30 Jul 2005) | 1 line
5933 Changed paths:
5934    M /trunk/modules/audio_output/waveout.c
5935
5936 * modules/audio_output/waveout.c: get rid of roundf() which isn't supported on WinCE.
5937 ------------------------------------------------------------------------
5938 r11915 | gbazin | 2005-07-30 12:49:52 +0200 (Sat, 30 Jul 2005) | 1 line
5939 Changed paths:
5940    M /trunk/include/network.h
5941    M /trunk/modules/access/mms/mmstu.c
5942    M /trunk/src/stream_output/acl.c
5943
5944 * include/network.h, modules/access/mms/mmstu.c, src/stream_output/acl.c: WinCE build fixes.
5945 ------------------------------------------------------------------------
5946 r11913 | hartman | 2005-07-30 03:22:35 +0200 (Sat, 30 Jul 2005) | 2 lines
5947 Changed paths:
5948    M /trunk/extras/contrib/src/packages.mak
5949
5950 * Update some sourceforge download locations to use the mirror
5951
5952 ------------------------------------------------------------------------
5953 r11912 | courmisch | 2005-07-29 21:04:46 +0200 (Fri, 29 Jul 2005) | 2 lines
5954 Changed paths:
5955    M /trunk/modules/misc/rtsp.c
5956
5957 Fix some memleaks
5958
5959 ------------------------------------------------------------------------
5960 r11911 | courmisch | 2005-07-29 20:45:11 +0200 (Fri, 29 Jul 2005) | 3 lines
5961 Changed paths:
5962    M /trunk/modules/misc/rtsp.c
5963
5964 - Put correct IP4 owner address
5965 - Support IP6 (refs #270)
5966
5967 ------------------------------------------------------------------------
5968 r11910 | courmisch | 2005-07-29 20:28:45 +0200 (Fri, 29 Jul 2005) | 2 lines
5969 Changed paths:
5970    M /trunk/src/misc/httpd.c
5971
5972 Fix compilation. Thanks bigben
5973
5974 ------------------------------------------------------------------------
5975 r11909 | courmisch | 2005-07-29 20:00:06 +0200 (Fri, 29 Jul 2005) | 2 lines
5976 Changed paths:
5977    M /trunk/modules/stream_out/rtp.c
5978
5979 I had missed a third similar problem
5980
5981 ------------------------------------------------------------------------
5982 r11908 | courmisch | 2005-07-29 19:53:50 +0200 (Fri, 29 Jul 2005) | 4 lines
5983 Changed paths:
5984    M /trunk/include/vlc_httpd.h
5985    M /trunk/include/vlc_symbols.h
5986    M /trunk/modules/misc/rtsp.c
5987    M /trunk/modules/stream_out/rtp.c
5988    M /trunk/src/misc/httpd.c
5989
5990 - Add httpd_ServerIP() to obtain HTTP server's IP used with a given client
5991 (much like httpd_ClientIP())
5992 - Rewrite httpd_ClientIP() to use existing API and not use malloc/free
5993
5994 ------------------------------------------------------------------------
5995 r11907 | courmisch | 2005-07-29 19:31:00 +0200 (Fri, 29 Jul 2005) | 2 lines
5996 Changed paths:
5997    M /trunk/src/stream_output/sap.c
5998
5999 Forgot this file
6000
6001 ------------------------------------------------------------------------
6002 r11906 | courmisch | 2005-07-29 19:28:01 +0200 (Fri, 29 Jul 2005) | 3 lines
6003 Changed paths:
6004    M /trunk/include/network.h
6005    M /trunk/modules/access/ftp.c
6006    M /trunk/modules/access/mms/mmstu.c
6007
6008 Don't require a vlc_object_t in net_Get(Sock|Peer)Address
6009 (will be needed by a later commit)
6010
6011 ------------------------------------------------------------------------
6012 r11905 | massiot | 2005-07-29 18:56:10 +0200 (Fri, 29 Jul 2005) | 2 lines
6013 Changed paths:
6014    M /trunk/include/network.h
6015
6016  * include/network.h: VLC should now compile.
6017
6018 ------------------------------------------------------------------------
6019 r11904 | courmisch | 2005-07-29 18:43:55 +0200 (Fri, 29 Jul 2005) | 3 lines
6020 Changed paths:
6021    M /trunk/modules/stream_out/rtp.c
6022
6023 Similar fixes
6024 RTSP server supports IPv6 (refs #270)
6025
6026 ------------------------------------------------------------------------
6027 r11903 | courmisch | 2005-07-29 18:24:52 +0200 (Fri, 29 Jul 2005) | 2 lines
6028 Changed paths:
6029    M /trunk/modules/misc/rtsp.c
6030
6031 Bind RTSP to all interfaces by default (refs #270)
6032
6033 ------------------------------------------------------------------------
6034 r11902 | courmisch | 2005-07-29 18:23:54 +0200 (Fri, 29 Jul 2005) | 2 lines
6035 Changed paths:
6036    M /trunk/src/misc/httpd.c
6037
6038 Accept NULL hostname for httpd_HostNew
6039
6040 ------------------------------------------------------------------------
6041 r11901 | courmisch | 2005-07-29 18:09:58 +0200 (Fri, 29 Jul 2005) | 2 lines
6042 Changed paths:
6043    M /trunk/src/misc/httpd.c
6044
6045 Don't add brackets around IPv6 addresses, this is annoying
6046
6047 ------------------------------------------------------------------------
6048 r11900 | courmisch | 2005-07-29 18:08:16 +0200 (Fri, 29 Jul 2005) | 2 lines
6049 Changed paths:
6050    M /trunk/modules/stream_out/rtp.c
6051
6052 A bunch of minor fixes
6053
6054 ------------------------------------------------------------------------
6055 r11899 | courmisch | 2005-07-29 17:51:08 +0200 (Fri, 29 Jul 2005) | 2 lines
6056 Changed paths:
6057    M /trunk/modules/stream_out/rtp.c
6058
6059 Use more sensible/conservative buffer size for psz_ttl
6060
6061 ------------------------------------------------------------------------
6062 r11898 | courmisch | 2005-07-29 17:47:35 +0200 (Fri, 29 Jul 2005) | 2 lines
6063 Changed paths:
6064    M /trunk/modules/stream_out/rtp.c
6065
6066 Don't use NULL char pointer
6067
6068 ------------------------------------------------------------------------
6069 r11897 | courmisch | 2005-07-29 17:26:08 +0200 (Fri, 29 Jul 2005) | 2 lines
6070 Changed paths:
6071    M /trunk/include/network.h
6072    M /trunk/include/vlc_symbols.h
6073    M /trunk/src/misc/net.c
6074
6075 Inline net_GetAddress
6076
6077 ------------------------------------------------------------------------
6078 r11896 | massiot | 2005-07-29 17:14:00 +0200 (Fri, 29 Jul 2005) | 4 lines
6079 Changed paths:
6080    M /trunk/configure.ac
6081    M /trunk/modules/codec/Modules.am
6082    A /trunk/modules/codec/sdl_image.c
6083    M /trunk/src/misc/image.c
6084
6085  * modules/codec/sdl_image.c: New decoder taking advantage of libSDL_image
6086    to import various image formats.
6087  * src/misc/image.c: Fixed a segfault when loading an unknown image type.
6088
6089 ------------------------------------------------------------------------
6090 r11894 | courmisch | 2005-07-28 20:47:25 +0200 (Thu, 28 Jul 2005) | 3 lines
6091 Changed paths:
6092    M /trunk/modules/misc/rtsp.c
6093
6094 - Remove dead multicast code
6095 - Fix RTSP error codes
6096
6097 ------------------------------------------------------------------------
6098 r11893 | courmisch | 2005-07-28 20:44:03 +0200 (Thu, 28 Jul 2005) | 2 lines
6099 Changed paths:
6100    M /trunk/modules/stream_out/rtp.c
6101
6102 Fix RTSP error codes
6103
6104 ------------------------------------------------------------------------
6105 r11892 | courmisch | 2005-07-28 20:14:28 +0200 (Thu, 28 Jul 2005) | 2 lines
6106 Changed paths:
6107    M /trunk/modules/control/telnet.c
6108
6109 Really listen to all IP addresses by default
6110
6111 ------------------------------------------------------------------------
6112 r11890 | courmisch | 2005-07-28 18:56:03 +0200 (Thu, 28 Jul 2005) | 2 lines
6113 Changed paths:
6114    M /trunk/Makefile.am
6115
6116 Link with libvlc.a last rather than first (closes #276)
6117
6118 ------------------------------------------------------------------------
6119 r11889 | courmisch | 2005-07-28 18:00:27 +0200 (Thu, 28 Jul 2005) | 2 lines
6120 Changed paths:
6121    M /trunk/src/stream_output/sap.c
6122
6123 Fix typo
6124
6125 ------------------------------------------------------------------------
6126 r11888 | courmisch | 2005-07-28 17:34:09 +0200 (Thu, 28 Jul 2005) | 2 lines
6127 Changed paths:
6128    M /trunk/src/stream_output/sap.c
6129
6130 Fix compiler warning
6131
6132 ------------------------------------------------------------------------
6133 r11887 | courmisch | 2005-07-28 17:31:10 +0200 (Thu, 28 Jul 2005) | 2 lines
6134 Changed paths:
6135    M /trunk/include/network.h
6136    M /trunk/src/misc/net.c
6137    M /trunk/src/stream_output/sap.c
6138
6139 inet_pton() replacement
6140
6141 ------------------------------------------------------------------------
6142 r11886 | damienf | 2005-07-28 15:21:46 +0200 (Thu, 28 Jul 2005) | 3 lines
6143 Changed paths:
6144    M /trunk/src/stream_output/sap.c
6145
6146 - replaced inet_pton() with WSAStringToAddress() for WIN32
6147   needs review, not tested but it compiles
6148
6149 ------------------------------------------------------------------------
6150 r11884 | hartman | 2005-07-28 14:33:05 +0200 (Thu, 28 Jul 2005) | 2 lines
6151 Changed paths:
6152    M /trunk/modules/gui/macosx/intf.m
6153
6154 * forwardport [11883]
6155
6156 ------------------------------------------------------------------------
6157 r11881 | hartman | 2005-07-28 01:43:35 +0200 (Thu, 28 Jul 2005) | 2 lines
6158 Changed paths:
6159    M /trunk/Makefile.am
6160
6161 * forwardport [11880]
6162
6163 ------------------------------------------------------------------------
6164 r11878 | hartman | 2005-07-27 22:07:51 +0200 (Wed, 27 Jul 2005) | 2 lines
6165 Changed paths:
6166    M /trunk/modules/access/mms/mmstu.c
6167
6168 * forwardport [11877]
6169
6170 ------------------------------------------------------------------------
6171 r11876 | courmisch | 2005-07-27 21:30:22 +0200 (Wed, 27 Jul 2005) | 2 lines
6172 Changed paths:
6173    M /trunk/configure.ac
6174
6175 Fix inet_pton check
6176
6177 ------------------------------------------------------------------------
6178 r11875 | courmisch | 2005-07-27 21:05:21 +0200 (Wed, 27 Jul 2005) | 3 lines
6179 Changed paths:
6180    M /trunk/include/network.h
6181    M /trunk/modules/misc/rtsp.c
6182
6183 - Fix segfault when doing RTSP DESCRIBE (trunk-only bug from [11811])
6184 - cleanup net_AddressIsMulticast
6185
6186 ------------------------------------------------------------------------
6187 r11874 | courmisch | 2005-07-27 20:59:03 +0200 (Wed, 27 Jul 2005) | 2 lines
6188 Changed paths:
6189    M /trunk/include/network.h
6190
6191 Remove FIXME that doesn't need to be fixed
6192
6193 ------------------------------------------------------------------------
6194 r11873 | courmisch | 2005-07-27 20:05:22 +0200 (Wed, 27 Jul 2005) | 5 lines
6195 Changed paths:
6196    M /trunk/src/stream_output/sap.c
6197
6198 - Include proper source IP address in SAP header (longstanding FIXME)
6199   (btw, fixes SAP to link-local multicast IPv6)
6200 - Fix scoped IPv6 address in SDP
6201 - Cleanup multicast address determination and others
6202
6203 ------------------------------------------------------------------------
6204 r11872 | xtophe | 2005-07-27 19:56:36 +0200 (Wed, 27 Jul 2005) | 2 lines
6205 Changed paths:
6206    M /trunk/modules/gui/wxwindows/updatevlc.cpp
6207
6208 Fix for wxMSW
6209
6210 ------------------------------------------------------------------------
6211 r11871 | courmisch | 2005-07-27 19:51:30 +0200 (Wed, 27 Jul 2005) | 2 lines
6212 Changed paths:
6213    M /trunk/configure.ac
6214
6215 Define HAVE_INET_PTON
6216
6217 ------------------------------------------------------------------------
6218 r11870 | courmisch | 2005-07-27 19:25:52 +0200 (Wed, 27 Jul 2005) | 2 lines
6219 Changed paths:
6220    M /trunk/include/network.h
6221
6222 Err, IPv4 multicast starts at 224.0.0.0 not 225.0.0.0
6223
6224 ------------------------------------------------------------------------
6225 r11869 | courmisch | 2005-07-27 19:22:28 +0200 (Wed, 27 Jul 2005) | 3 lines
6226 Changed paths:
6227    M /trunk/include/network.h
6228
6229 - takes scope into account for NI_MAXNUMERICHOST
6230 - accept 224.0.0.0 as a multicast address
6231
6232 ------------------------------------------------------------------------
6233 r11868 | courmisch | 2005-07-27 18:56:58 +0200 (Wed, 27 Jul 2005) | 2 lines
6234 Changed paths:
6235    M /trunk/src/misc/net.c
6236
6237 Have readable debug message with IPv6 addresses
6238
6239 ------------------------------------------------------------------------
6240 r11867 | massiot | 2005-07-27 18:55:17 +0200 (Wed, 27 Jul 2005) | 3 lines
6241 Changed paths:
6242    M /trunk/modules/codec/ffmpeg/encoder.c
6243    M /trunk/modules/codec/ffmpeg/ffmpeg.c
6244    M /trunk/modules/codec/ffmpeg/ffmpeg.h
6245
6246  * modules/codec/ffmpeg: New --no-sout-ffmpeg-interlace-me option. Fixed
6247    repeat_first_field handling.
6248
6249 ------------------------------------------------------------------------
6250 r11866 | massiot | 2005-07-27 18:53:25 +0200 (Wed, 27 Jul 2005) | 3 lines
6251 Changed paths:
6252    M /trunk/modules/stream_out/transcode.c
6253
6254  * modules/stream_out/transcode.c: Attempt at having --sout-transcode-fps
6255    output correct timestamps.
6256
6257 ------------------------------------------------------------------------
6258 r11865 | courmisch | 2005-07-27 18:30:19 +0200 (Wed, 27 Jul 2005) | 2 lines
6259 Changed paths:
6260    M /trunk/include/stream_output.h
6261    M /trunk/include/vlc_symbols.h
6262    M /trunk/modules/stream_out/standard.c
6263    M /trunk/src/stream_output/announce.c
6264    M /trunk/src/stream_output/sap.c
6265
6266 Put correct owner address in SAP-generated SDP
6267
6268 ------------------------------------------------------------------------
6269 r11864 | courmisch | 2005-07-27 17:46:36 +0200 (Wed, 27 Jul 2005) | 2 lines
6270 Changed paths:
6271    M /trunk/include/network.h
6272    M /trunk/modules/misc/network/ipv4.c
6273    M /trunk/src/misc/net.c
6274
6275 Add const where appropriate
6276
6277 ------------------------------------------------------------------------
6278 r11863 | massiot | 2005-07-27 14:52:28 +0200 (Wed, 27 Jul 2005) | 3 lines
6279 Changed paths:
6280    M /trunk/modules/access/dvb/access.c
6281    M /trunk/modules/access/dvb/linux_dvb.c
6282
6283  * modules/access/dvb: Set the DVR device in non-blocking mode because it
6284    sometimes blocks on read() after returning from select().
6285
6286 ------------------------------------------------------------------------
6287 r11862 | courmisch | 2005-07-26 20:05:55 +0200 (Tue, 26 Jul 2005) | 2 lines
6288 Changed paths:
6289    M /trunk/include/stream_output.h
6290    M /trunk/include/vlc_symbols.h
6291    M /trunk/src/stream_output/announce.c
6292
6293 Add const
6294
6295 ------------------------------------------------------------------------
6296 r11861 | courmisch | 2005-07-26 19:14:53 +0200 (Tue, 26 Jul 2005) | 2 lines
6297 Changed paths:
6298    M /trunk/modules/stream_out/rtp.c
6299
6300 Fix FIXME
6301
6302 ------------------------------------------------------------------------
6303 r11860 | massiot | 2005-07-26 19:07:58 +0200 (Tue, 26 Jul 2005) | 3 lines
6304 Changed paths:
6305    M /trunk/src/playlist/playlist.c
6306
6307  * src/playlist/playlist.c: Attempt to fix PLAYLIST_ITEMPLAY in non-view
6308    mode.
6309
6310 ------------------------------------------------------------------------
6311 r11859 | courmisch | 2005-07-26 18:46:40 +0200 (Tue, 26 Jul 2005) | 2 lines
6312 Changed paths:
6313    M /trunk/modules/stream_out/standard.c
6314
6315 Save a few useless strdup() calls
6316
6317 ------------------------------------------------------------------------
6318 r11858 | xtophe | 2005-07-26 13:10:38 +0200 (Tue, 26 Jul 2005) | 2 lines
6319 Changed paths:
6320    M /trunk/modules/gui/wxwindows/updatevlc.cpp
6321
6322 wxWidget 2.4 fix
6323
6324 ------------------------------------------------------------------------
6325 r11857 | massiot | 2005-07-26 11:44:04 +0200 (Tue, 26 Jul 2005) | 3 lines
6326 Changed paths:
6327    M /trunk/configure.ac
6328    D /trunk/modules/access/satellite
6329
6330  * Removed the satellite access module since it won't compile anyway.
6331    Use --enable-dvb instead.
6332
6333 ------------------------------------------------------------------------
6334 r11856 | hartman | 2005-07-25 23:29:26 +0200 (Mon, 25 Jul 2005) | 2 lines
6335 Changed paths:
6336    M /trunk/extras/contrib/src/Makefile
6337    M /trunk/extras/contrib/src/packages.mak
6338
6339 * update liveMedia and flac for contrib system
6340
6341 ------------------------------------------------------------------------
6342 r11855 | zorglub | 2005-07-25 23:07:32 +0200 (Mon, 25 Jul 2005) | 2 lines
6343 Changed paths:
6344    M /trunk/modules/demux/mp4/libmp4.c
6345    M /trunk/modules/demux/mp4/libmp4.h
6346
6347 Fix compilation
6348
6349 ------------------------------------------------------------------------
6350 r11854 | dionoea | 2005-07-25 23:04:25 +0200 (Mon, 25 Jul 2005) | 2 lines
6351 Changed paths:
6352    M /trunk/modules/gui/wxwindows/updatevlc.cpp
6353
6354 only display newer versions.
6355
6356 ------------------------------------------------------------------------
6357 r11853 | dionoea | 2005-07-25 22:21:46 +0200 (Mon, 25 Jul 2005) | 3 lines
6358 Changed paths:
6359    M /trunk/modules/gui/wxwindows/updatevlc.cpp
6360
6361 this still doesn't look safe but at least i can't see why it would
6362 segfault
6363
6364 ------------------------------------------------------------------------
6365 r11852 | gbazin | 2005-07-25 22:09:28 +0200 (Mon, 25 Jul 2005) | 1 line
6366 Changed paths:
6367    M /trunk/modules/demux/mp4/libmp4.c
6368
6369 * modules/demux/mp4/libmp4.c: handle SoundDescriptionV2 which is used in some of the new Apple movie trailers.
6370 ------------------------------------------------------------------------
6371 r11851 | hartman | 2005-07-25 21:58:01 +0200 (Mon, 25 Jul 2005) | 2 lines
6372 Changed paths:
6373    M /trunk/modules/control/hotkeys.c
6374
6375 * change hotkeys OSD message from 0-100% to 0-400%
6376
6377 ------------------------------------------------------------------------
6378 r11850 | dionoea | 2005-07-25 21:50:19 +0200 (Mon, 25 Jul 2005) | 5 lines
6379 Changed paths:
6380    M /trunk/configure.ac
6381
6382 add major, minor, revision and extra version numbers. If anyone has a
6383 cleaner way to do it (like having only one version number instead of 3
6384 in configure.ac ...)
6385
6386
6387 ------------------------------------------------------------------------
6388 r11849 | hartman | 2005-07-25 21:48:45 +0200 (Mon, 25 Jul 2005) | 2 lines
6389 Changed paths:
6390    M /trunk/share/http/index.html
6391
6392 * longstanding typo in the webinterface
6393
6394 ------------------------------------------------------------------------
6395 r11848 | hartman | 2005-07-25 21:25:49 +0200 (Mon, 25 Jul 2005) | 2 lines
6396 Changed paths:
6397    M /trunk/extras/MacOSX/Resources/vlc.scriptTerminology
6398    M /trunk/modules/control/http.c
6399    M /trunk/modules/gui/macosx/intf.m
6400    M /trunk/share/http/index.html
6401
6402 * Change volume range to 0-400 % visually in the macosx and web interfaces. At least now we represent what is actually going on. refs #250
6403
6404 ------------------------------------------------------------------------
6405 r11847 | ipkiss | 2005-07-25 20:57:32 +0200 (Mon, 25 Jul 2005) | 2 lines
6406 Changed paths:
6407    M /trunk/modules/gui/skins2/src/window_manager.cpp
6408
6409  * skins2: Prevent invisible windows from anchoring the sides of the screen
6410
6411 ------------------------------------------------------------------------
6412 r11846 | courmisch | 2005-07-25 20:03:38 +0200 (Mon, 25 Jul 2005) | 3 lines
6413 Changed paths:
6414    M /trunk/modules/control/http.c
6415
6416 - Fix buffer overflow (up to 1024 bytes)
6417 - Use already existing commodity functions for URL encoding
6418
6419 ------------------------------------------------------------------------
6420 r11845 | courmisch | 2005-07-25 18:58:39 +0200 (Mon, 25 Jul 2005) | 3 lines
6421 Changed paths:
6422    M /trunk/modules/control/http.c
6423
6424 Don't reinvent the wheel^W^WANSI C
6425 (or yet another "why make it complex when it can be simple")
6426
6427 ------------------------------------------------------------------------
6428 r11844 | massiot | 2005-07-25 18:53:10 +0200 (Mon, 25 Jul 2005) | 2 lines
6429 Changed paths:
6430    M /trunk/modules/access/dvb/linux_dvb.c
6431
6432  * modules/access/dvb/linux_dvb.c: Added support for the IF-band.
6433
6434 ------------------------------------------------------------------------
6435 r11843 | hartman | 2005-07-25 17:03:26 +0200 (Mon, 25 Jul 2005) | 2 lines
6436 Changed paths:
6437    M /trunk/modules/services_discovery/sap.c
6438    M /trunk/modules/stream_out/rtp.c
6439
6440 * Fix the two SAP issues reported by Marian Durkovic.
6441
6442 ------------------------------------------------------------------------
6443 r11842 | massiot | 2005-07-25 16:46:02 +0200 (Mon, 25 Jul 2005) | 6 lines
6444 Changed paths:
6445    M /trunk/modules/control/http.c
6446
6447  * modules/control/http.c:
6448  - Add a basename field to the file entry when doing a foreach on directory.
6449  - Add a url_encode function to url-encode the current string. This
6450    is necessary to safely pass strings as arguments in a URL.
6451 Patch courtesy of Clement Vasseur for Freebox SA.
6452
6453 ------------------------------------------------------------------------
6454 r11841 | massiot | 2005-07-25 16:05:09 +0200 (Mon, 25 Jul 2005) | 2 lines
6455 Changed paths:
6456    M /trunk/modules/access/dvb/access.c
6457    M /trunk/modules/access/dvb/linux_dvb.c
6458
6459  * modules/access/dvb: Support frequencies for the C and S satellite bands.
6460
6461 ------------------------------------------------------------------------
6462 r11839 | hartman | 2005-07-25 15:30:31 +0200 (Mon, 25 Jul 2005) | 3 lines
6463 Changed paths:
6464    M /trunk/modules/video_output/opengl.c
6465
6466 * revert [11512] closes #245
6467
6468
6469 ------------------------------------------------------------------------
6470 r11838 | fkuehne | 2005-07-25 11:44:12 +0200 (Mon, 25 Jul 2005) | 2 lines
6471 Changed paths:
6472    M /trunk/AUTHORS
6473    M /trunk/modules/gui/macosx/about.m
6474    M /trunk/modules/gui/macosx/intf.h
6475    M /trunk/modules/gui/macosx/intf.m
6476
6477 * AUTHORS: add a location to bigben's entry to prevent the OSX-About-Window-Parser from crashing
6478 * other files: small patch to make sure that About.nib is loaded only once
6479 ------------------------------------------------------------------------
6480 r11837 | dionoea | 2005-07-24 23:29:09 +0200 (Sun, 24 Jul 2005) | 2 lines
6481 Changed paths:
6482    M /trunk/modules/gui/wxwindows/updatevlc.cpp
6483
6484 remove useless lines
6485
6486 ------------------------------------------------------------------------
6487 r11836 | dionoea | 2005-07-24 23:27:51 +0200 (Sun, 24 Jul 2005) | 2 lines
6488 Changed paths:
6489    M /trunk/modules/gui/wxwindows/updatevlc.cpp
6490
6491 change some debug stuff
6492
6493 ------------------------------------------------------------------------
6494 r11835 | dionoea | 2005-07-24 23:03:20 +0200 (Sun, 24 Jul 2005) | 6 lines
6495 Changed paths:
6496    M /trunk/include/vlc_interface.h
6497    M /trunk/modules/gui/wxwindows/Modules.am
6498    M /trunk/modules/gui/wxwindows/dialogs.cpp
6499    M /trunk/modules/gui/wxwindows/interface.cpp
6500    A /trunk/modules/gui/wxwindows/updatevlc.cpp
6501    M /trunk/modules/gui/wxwindows/wxwindows.h
6502
6503 VLC update checker in the wxWidgets interface (in help menu)
6504
6505 xml files used for the updates are located at http://update.videolan.org
6506
6507 extensive testing ... code cleaning ... would be greatly appreciated
6508
6509 ------------------------------------------------------------------------
6510 r11834 | fkuehne | 2005-07-24 16:44:10 +0200 (Sun, 24 Jul 2005) | 1 line
6511 Changed paths:
6512    M /trunk/AUTHORS
6513    M /trunk/NEWS
6514
6515 * Updated the NEWS file and my mail-address
6516 ------------------------------------------------------------------------
6517 r11833 | djc | 2005-07-24 16:39:14 +0200 (Sun, 24 Jul 2005) | 3 lines
6518 Changed paths:
6519    M /trunk/include/network.h
6520
6521 Fix user:pass parsing if protocol is not given.
6522 Not tested with all calls (only http access module)
6523
6524 ------------------------------------------------------------------------
6525 r11832 | fkuehne | 2005-07-24 15:16:09 +0200 (Sun, 24 Jul 2005) | 1 line
6526 Changed paths:
6527    M /trunk/modules/gui/macosx/playlist.m
6528
6529 * include wizard.h as well to make GCC happy
6530 ------------------------------------------------------------------------
6531 r11831 | fkuehne | 2005-07-24 15:08:27 +0200 (Sun, 24 Jul 2005) | 1 line
6532 Changed paths:
6533    M /trunk/modules/gui/macosx/prefs_widgets.m
6534
6535 * shut up some compiler warnings
6536 ------------------------------------------------------------------------
6537 r11830 | bigben | 2005-07-24 14:54:08 +0200 (Sun, 24 Jul 2005) | 3 lines
6538 Changed paths:
6539    M /trunk/modules/gui/macosx/intf.h
6540    M /trunk/modules/gui/macosx/intf.m
6541    M /trunk/modules/gui/macosx/playlist.h
6542    M /trunk/modules/gui/macosx/playlist.m
6543    M /trunk/modules/gui/macosx/wizard.h
6544    M /trunk/modules/gui/macosx/wizard.m
6545
6546 Also update the wizard playlist on item addition and deletion. This prevent VLC to crash upon item deletion with the wizard open.
6547
6548
6549 ------------------------------------------------------------------------
6550 r11829 | fkuehne | 2005-07-24 14:49:42 +0200 (Sun, 24 Jul 2005) | 1 line
6551 Changed paths:
6552    M /trunk/modules/gui/wxwindows/streamdata.h
6553
6554 * added encap-formats information to the codec-info to the WX-Wizard as well (uncompiled here, but should run fine)
6555 ------------------------------------------------------------------------
6556 r11828 | fkuehne | 2005-07-24 14:01:12 +0200 (Sun, 24 Jul 2005) | 5 lines
6557 Changed paths:
6558    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
6559    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
6560    M /trunk/modules/gui/macosx/wizard.m
6561
6562 * minor fixes to the OSX-wizard (refs #13)
6563     - wrapped all lines to end after ~80 characters
6564     - added encap-formats information to the codec-info
6565         - made the fields in the nib a widther to show the entire text
6566     - fixed the input-field on the input-tab to accept network-streams
6567 ------------------------------------------------------------------------
6568 r11827 | fkuehne | 2005-07-24 12:59:13 +0200 (Sun, 24 Jul 2005) | 1 line
6569 Changed paths:
6570    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
6571    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
6572    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
6573
6574 * fixed 'Could not connect the action t3_addressEntered: to target of class VLCWizard' (an outdated method was still in the nib-file, but not in the sources)
6575 ------------------------------------------------------------------------
6576 r11826 | bigben | 2005-07-24 00:14:19 +0200 (Sun, 24 Jul 2005) | 12 lines
6577 Changed paths:
6578    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
6579    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
6580    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
6581    M /trunk/modules/gui/macosx/playlist.h
6582    M /trunk/modules/gui/macosx/playlist.m
6583    M /trunk/modules/gui/macosx/wizard.h
6584    M /trunk/modules/gui/macosx/wizard.m
6585
6586 * Implements selection of a playlist item in the wizard
6587 * The playlist in the wizard had to be displayed as a outlineview if we want to reuse existing code
6588 * cosmetics could still be improved regarding this outline view
6589 * I get this error
6590
6591 2005-07-24 00:08:55.940 VLC[6908] Could not connect the action t3_addressEntered: to target of class VLCWizard
6592
6593 When opening the wizard. I don't know if I messed up something or if it was already here before
6594
6595 * I needed to make some changes to the interface structure regarding the playlist for this : We know have a VLCPlaylist and a VLCPlaylistWizard class. Both are derivated from a VLCPlaylistCommon class that contains methods required by both classes (mostly the datasource, in fact).
6596
6597
6598 ------------------------------------------------------------------------
6599 r11825 | ipkiss | 2005-07-23 21:55:00 +0200 (Sat, 23 Jul 2005) | 2 lines
6600 Changed paths:
6601    M /trunk/modules/audio_output/waveout.c
6602
6603  * modules/audio_output/waveout.c: Fixed a rounding issue
6604
6605 ------------------------------------------------------------------------
6606 r11824 | ipkiss | 2005-07-23 21:18:17 +0200 (Sat, 23 Jul 2005) | 3 lines
6607 Changed paths:
6608    M /trunk/modules/gui/skins2/src/vlcproc.cpp
6609    M /trunk/modules/gui/skins2/vars/volume.cpp
6610
6611  * skins2: use AOUT_VOLUME_MAX / 2 instead of AOUT_VOLUME_MAX, for the maximum
6612            volume.
6613
6614 ------------------------------------------------------------------------
6615 r11823 | fkuehne | 2005-07-23 20:16:34 +0200 (Sat, 23 Jul 2005) | 1 line
6616 Changed paths:
6617    M /trunk/modules/gui/macosx/wizard.h
6618
6619 * don't use tabs here as well
6620 ------------------------------------------------------------------------
6621 r11822 | bigben | 2005-07-23 20:15:14 +0200 (Sat, 23 Jul 2005) | 3 lines
6622 Changed paths:
6623    M /trunk/modules/gui/macosx/wizard.m
6624
6625 Some more coding style (empty lines filled with spaces or tabs)
6626
6627
6628 ------------------------------------------------------------------------
6629 r11821 | bigben | 2005-07-23 20:11:58 +0200 (Sat, 23 Jul 2005) | 3 lines
6630 Changed paths:
6631    M /trunk/modules/gui/macosx/wizard.m
6632
6633 We use 4 space caracters instead of spaces in VLC's sources ;)
6634
6635
6636 ------------------------------------------------------------------------
6637 r11820 | fkuehne | 2005-07-23 20:03:15 +0200 (Sat, 23 Jul 2005) | 1 line
6638 Changed paths:
6639    M /trunk/modules/gui/macosx/wizard.m
6640
6641 * use NSInformationalAlertSheets instead of mis-using the home-cooked information-sheet when reporting wrong behaviour of the user (refs #13)
6642 ------------------------------------------------------------------------
6643 r11819 | fkuehne | 2005-07-23 18:23:05 +0200 (Sat, 23 Jul 2005) | 6 lines
6644 Changed paths:
6645    M /trunk/modules/gui/macosx/wizard.h
6646    M /trunk/modules/gui/macosx/wizard.m
6647    M /trunk/modules/gui/wxwindows/streamdata.h
6648    M /trunk/modules/gui/wxwindows/wizard.cpp
6649
6650 OSX:
6651 - implemented i18n on the summary-page
6652 - some other small fixes
6653
6654 - l10n string fixes (both OSX and WX)
6655 (refs #13)
6656 ------------------------------------------------------------------------
6657 r11818 | fkuehne | 2005-07-23 17:08:46 +0200 (Sat, 23 Jul 2005) | 1 line
6658 Changed paths:
6659    M /trunk/THANKS
6660    M /trunk/modules/gui/macosx/equalizer.h
6661    M /trunk/modules/gui/macosx/equalizer.m
6662
6663 * patch to the Equalizer-GUI by Jean-Baptiste le Stand <jp.lestang@lestang.org>
6664 ------------------------------------------------------------------------
6665 r11817 | bigben | 2005-07-23 16:42:22 +0200 (Sat, 23 Jul 2005) | 3 lines
6666 Changed paths:
6667    M /trunk/modules/gui/wxwindows/open.cpp
6668
6669 * Fixes crash when libcdio is not installed
6670
6671
6672 ------------------------------------------------------------------------
6673 r11816 | xtophe | 2005-07-23 15:02:48 +0200 (Sat, 23 Jul 2005) | 2 lines
6674 Changed paths:
6675    M /trunk/modules/access/http.c
6676
6677 Add a add_suppressed_string for http-{user|pwd}
6678
6679 ------------------------------------------------------------------------
6680 r11815 | rocky | 2005-07-23 13:25:49 +0200 (Sat, 23 Jul 2005) | 6 lines
6681 Changed paths:
6682    M /trunk/modules/access/vcdx/access.c
6683    M /trunk/modules/access/vcdx/vcdplayer.c
6684
6685 access.c: LID and Segment for non PBC (the default) needs more work. 
6686 Check for them and disable (somewhat).
6687
6688 vcdplayer.c: check for invalid LSN in setting origin.
6689
6690
6691 ------------------------------------------------------------------------
6692 r11814 | xtophe | 2005-07-22 12:55:16 +0200 (Fri, 22 Jul 2005) | 2 lines
6693 Changed paths:
6694    M /trunk/configure.ac
6695
6696 Add -lws2 for rtp and rtsp for ntohl
6697
6698 ------------------------------------------------------------------------
6699 r11813 | fkuehne | 2005-07-22 01:09:30 +0200 (Fri, 22 Jul 2005) | 1 line
6700 Changed paths:
6701    M /trunk/modules/gui/macosx/wizard.m
6702
6703 * whoops (refs #13)
6704 ------------------------------------------------------------------------
6705 r11812 | fkuehne | 2005-07-22 01:04:33 +0200 (Fri, 22 Jul 2005) | 9 lines
6706 Changed paths:
6707    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
6708    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
6709    M /trunk/modules/gui/macosx/wizard.h
6710    M /trunk/modules/gui/macosx/wizard.m
6711
6712 * various fixes and additions -- the wizard is usable now
6713
6714 still todo:
6715 - testing (streaming part is untested for now)
6716 - implement the playlist-table on the input-tab (I would be glad for some help there)
6717 - update the playlist-table in the main-window after adding the new item
6718 - add i18n on the Summary-tab
6719 - string fixes
6720 - some minor stuff here and there
6721 ------------------------------------------------------------------------
6722 r11811 | hartman | 2005-07-21 23:18:39 +0200 (Thu, 21 Jul 2005) | 3 lines
6723 Changed paths:
6724    M /trunk/include/network.h
6725    M /trunk/modules/misc/rtsp.c
6726    M /trunk/modules/services_discovery/sap.c
6727    M /trunk/modules/stream_out/rtp.c
6728
6729 * Added net_AddressIsMulticast that takes a string and returns true if the string seems to describe a valid IPv4 or IPv6 address.
6730 * Changed all the SDP generators to only add /ttl to the c= line if the address is multicast.
6731
6732 ------------------------------------------------------------------------
6733 r11810 | hartman | 2005-07-21 22:35:22 +0200 (Thu, 21 Jul 2005) | 2 lines
6734 Changed paths:
6735    M /trunk/src/stream_output/sap.c
6736
6737 * a missing vlc_freeaddrinfo
6738
6739 ------------------------------------------------------------------------
6740 r11808 | hartman | 2005-07-21 15:12:19 +0200 (Thu, 21 Jul 2005) | 2 lines
6741 Changed paths:
6742    M /trunk/modules/access/file.c
6743
6744 * Fix an issue with reading of files that are still growing in size. This fixes bugzilla report 2130. Fix by Todd Lutton (tlutton at aol.com).
6745
6746 ------------------------------------------------------------------------
6747 r11804 | fkuehne | 2005-07-21 13:21:25 +0200 (Thu, 21 Jul 2005) | 1 line
6748 Changed paths:
6749    M /trunk/po/ro.po
6750
6751 * include version information and update copyright string
6752 ------------------------------------------------------------------------
6753 r11803 | fkuehne | 2005-07-21 13:17:56 +0200 (Thu, 21 Jul 2005) | 1 line
6754 Changed paths:
6755    M /trunk/configure.ac
6756    A /trunk/po/ro.po
6757    M /trunk/src/libvlc.h
6758    M /trunk/src/misc/darwin_specific.m
6759
6760 * forwardport [11784] and [11802] to trunk
6761 ------------------------------------------------------------------------
6762 r11800 | damienf | 2005-07-21 10:22:37 +0200 (Thu, 21 Jul 2005) | 3 lines
6763 Changed paths:
6764    M /trunk/activex/plugin.cpp
6765
6766 Oops, I did it again !
6767 Obviously, having a hard coded path for plugins is of no use to anyone
6768
6769 ------------------------------------------------------------------------
6770 r11799 | courmisch | 2005-07-20 17:47:16 +0200 (Wed, 20 Jul 2005) | 2 lines
6771 Changed paths:
6772    M /trunk/po/fr.po
6773
6774 Fix quotes and a few typos
6775
6776 ------------------------------------------------------------------------
6777 r11798 | courmisch | 2005-07-20 17:33:18 +0200 (Wed, 20 Jul 2005) | 2 lines
6778 Changed paths:
6779    M /trunk/po/tr.po
6780
6781 Should not be executable
6782
6783 ------------------------------------------------------------------------
6784 r11797 | massiot | 2005-07-20 15:11:07 +0200 (Wed, 20 Jul 2005) | 3 lines
6785 Changed paths:
6786    M /trunk/modules/access/dvb/linux_dvb.c
6787
6788  * modules/access/dvb/linux_dvb.c: More verbose CAM probing, patch
6789    courtesy of Oivind.
6790
6791 ------------------------------------------------------------------------
6792 r11796 | rocky | 2005-07-20 11:55:49 +0200 (Wed, 20 Jul 2005) | 2 lines
6793 Changed paths:
6794    M /trunk/modules/access/vcdx/access.c
6795
6796 Fix bug in track-length seeking.
6797
6798 ------------------------------------------------------------------------
6799 r11795 | rocky | 2005-07-20 02:08:24 +0200 (Wed, 20 Jul 2005) | 2 lines
6800 Changed paths:
6801    M /trunk/modules/access/vcdx/vcdplayer.c
6802
6803 Initialize track_end variable. 
6804
6805 ------------------------------------------------------------------------
6806 r11793 | courmisch | 2005-07-19 20:19:22 +0200 (Tue, 19 Jul 2005) | 3 lines
6807 Changed paths:
6808    M /trunk/configure.ac
6809
6810 Should fix Debian #316161
6811 (though Sid has migrated to GCC 4 so it does no longer really matters)
6812
6813 ------------------------------------------------------------------------
6814 r11792 | courmisch | 2005-07-19 19:53:15 +0200 (Tue, 19 Jul 2005) | 2 lines
6815 Changed paths:
6816    M /trunk/modules/demux/livedotcom.cpp
6817
6818 Remove annoying debug message
6819
6820 ------------------------------------------------------------------------
6821 r11791 | damienf | 2005-07-19 19:41:16 +0200 (Tue, 19 Jul 2005) | 12 lines
6822 Changed paths:
6823    M /trunk/activex/Makefile.am
6824    M /trunk/activex/connectioncontainer.cpp
6825    M /trunk/activex/connectioncontainer.h
6826    A /trunk/activex/dataobject.cpp
6827    A /trunk/activex/dataobject.h
6828    M /trunk/activex/main.cpp
6829    M /trunk/activex/objectsafety.cpp
6830    M /trunk/activex/objectsafety.h
6831    M /trunk/activex/olecontrol.cpp
6832    M /trunk/activex/olecontrol.h
6833    M /trunk/activex/oleinplaceactiveobject.h
6834    M /trunk/activex/oleinplaceobject.h
6835    M /trunk/activex/oleobject.cpp
6836    M /trunk/activex/oleobject.h
6837    M /trunk/activex/persistpropbag.h
6838    M /trunk/activex/persiststorage.cpp
6839    M /trunk/activex/persiststorage.h
6840    M /trunk/activex/persiststreaminit.h
6841    M /trunk/activex/plugin.cpp
6842    M /trunk/activex/plugin.h
6843    M /trunk/activex/provideclassinfo.h
6844    M /trunk/activex/utils.cpp
6845    M /trunk/activex/utils.h
6846    M /trunk/activex/viewobject.cpp
6847    M /trunk/activex/viewobject.h
6848    M /trunk/activex/vlccontrol.cpp
6849    M /trunk/activex/vlccontrol.h
6850
6851
6852 Improved compatibility
6853
6854 tested to work with
6855 - Visual Basic 6
6856 - Visual C++ 6
6857 - Microsoft Office 2003
6858 - Internet Explorer 6
6859
6860 all: support for aggregation + bug fixes
6861 dataobject.cpp, dataobject.h: initial support for embedding
6862
6863 ------------------------------------------------------------------------
6864 r11790 | fenrir | 2005-07-19 17:44:28 +0200 (Tue, 19 Jul 2005) | 2 lines
6865 Changed paths:
6866    M /trunk/modules/demux/livedotcom.cpp
6867
6868  * livedotcom.cpp: added H264 support.
6869
6870 ------------------------------------------------------------------------
6871 r11789 | fenrir | 2005-07-19 10:39:50 +0200 (Tue, 19 Jul 2005) | 2 lines
6872 Changed paths:
6873    M /trunk/modules/packetizer/h264.c
6874
6875  * h264: handle SPS/PPS in annexb format in extra data (needed for RTP).
6876
6877 ------------------------------------------------------------------------
6878 r11788 | rocky | 2005-07-19 02:28:19 +0200 (Tue, 19 Jul 2005) | 5 lines
6879 Changed paths:
6880    M /trunk/config.in
6881    M /trunk/doc/Configure.help
6882
6883 doc/Configure.help: document libcdio, cddax, cdda, vcd, and vcdx
6884
6885 config.in: a typo in the CONFIG_ name.
6886
6887
6888 ------------------------------------------------------------------------
6889 r11787 | asmax | 2005-07-19 02:02:26 +0200 (Tue, 19 Jul 2005) | 1 line
6890 Changed paths:
6891    M /trunk/src/libvlc.c
6892
6893 - libvlc.c: fixed broken build on cygwin...
6894 ------------------------------------------------------------------------
6895 r11786 | asmax | 2005-07-19 01:57:41 +0200 (Tue, 19 Jul 2005) | 1 line
6896 Changed paths:
6897    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
6898    M /trunk/modules/gui/skins2/src/dialogs.cpp
6899    M /trunk/modules/gui/skins2/src/theme_loader.cpp
6900    M /trunk/modules/gui/skins2/src/theme_repository.cpp
6901    M /trunk/modules/gui/skins2/src/vlcproc.cpp
6902    M /trunk/modules/gui/skins2/src/vlcproc.hpp
6903    M /trunk/modules/gui/skins2/utils/bezier.cpp
6904    M /trunk/modules/gui/skins2/utils/var_percent.cpp
6905    M /trunk/modules/gui/skins2/utils/var_percent.hpp
6906    M /trunk/modules/gui/skins2/vars/playlist.cpp
6907    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
6908    M /trunk/modules/gui/skins2/win32/win32_window.cpp
6909
6910 - all: compilation fixes with vc7.1
6911 ------------------------------------------------------------------------
6912 r11785 | massiot | 2005-07-18 19:36:45 +0200 (Mon, 18 Jul 2005) | 3 lines
6913 Changed paths:
6914    M /trunk/extras/contrib/src/packages.mak
6915
6916  * extras/contrib/src/packages.mak: Use GNUTLS 1.2.6 since 1.2.3 is no
6917    longer available on the FTP site (patch courtesy of Clement Vasseur).
6918
6919 ------------------------------------------------------------------------
6920 r11782 | courmisch | 2005-07-18 17:07:33 +0200 (Mon, 18 Jul 2005) | 2 lines
6921 Changed paths:
6922    M /trunk/src/stream_output/acl.c
6923
6924 Fix use of fatal use of unitialized value (regression in [11778])
6925
6926 ------------------------------------------------------------------------
6927 r11781 | rocky | 2005-07-18 13:41:24 +0200 (Mon, 18 Jul 2005) | 5 lines
6928 Changed paths:
6929    M /trunk/configure.ac
6930
6931 Still need to test for CD paranoia separately in order to pick up
6932 paranoia library flags. Perhaps there's another way to do this on the
6933 first libcdio test, but this works.
6934
6935
6936 ------------------------------------------------------------------------
6937 r11778 | asmax | 2005-07-17 23:21:04 +0200 (Sun, 17 Jul 2005) | 1 line
6938 Changed paths:
6939    M /trunk/include/network.h
6940    M /trunk/include/vlc_common.h
6941    M /trunk/src/input/var.c
6942    M /trunk/src/libvlc.c
6943    M /trunk/src/misc/getaddrinfo.c
6944    M /trunk/src/misc/net.c
6945    M /trunk/src/stream_output/acl.c
6946    M /trunk/src/stream_output/sap.c
6947
6948 * all: compilation fix with vc7.1 compiler, and removed a bunch of warnings (there are still many warnings about size_t/int mismatch though...)
6949 ------------------------------------------------------------------------
6950 r11777 | rocky | 2005-07-17 21:40:48 +0200 (Sun, 17 Jul 2005) | 3 lines
6951 Changed paths:
6952    M /trunk/configure.ac
6953
6954 Require libcdio 0.72. 
6955
6956
6957 ------------------------------------------------------------------------
6958 r11776 | rocky | 2005-07-17 21:26:41 +0200 (Sun, 17 Jul 2005) | 3 lines
6959 Changed paths:
6960    M /trunk/build-vlc
6961    M /trunk/config.in
6962    M /trunk/configure.ac
6963    M /trunk/defconfig
6964
6965 Revise better for current default options and names as seen by configure.ac
6966
6967
6968 ------------------------------------------------------------------------
6969 r11775 | bigben | 2005-07-17 20:57:40 +0200 (Sun, 17 Jul 2005) | 3 lines
6970 Changed paths:
6971    M /trunk/modules/gui/wxwindows/open.cpp
6972
6973 Move some DEFINES that are also required without libcdio
6974
6975
6976 ------------------------------------------------------------------------
6977 r11773 | rocky | 2005-07-17 18:27:59 +0200 (Sun, 17 Jul 2005) | 7 lines
6978 Changed paths:
6979    M /trunk/modules/gui/wxwindows/open.cpp
6980
6981 A number of probe disc fixes:
6982 - DVD probing works more like CD-DA and VCD probing.
6983 - Reduce libcdio verbosity on errors (which are largely to be expected).
6984 - If no media found set Device name null and don't change selection type
6985 - CD-DA probing had been broken 
6986
6987
6988 ------------------------------------------------------------------------
6989 r11772 | courmisch | 2005-07-17 17:26:36 +0200 (Sun, 17 Jul 2005) | 4 lines
6990 Changed paths:
6991    M /trunk/modules/access/http.c
6992
6993 Remove non-standard http4 and http6.
6994 It's the DNS job to tell which version are available,
6995 not poor clueless average user's.
6996
6997 ------------------------------------------------------------------------
6998 r11771 | courmisch | 2005-07-17 17:22:02 +0200 (Sun, 17 Jul 2005) | 2 lines
6999 Changed paths:
7000    M /trunk/modules/access/http.c
7001
7002 Ignore insecure HTTP redirection to non HTTP protocol
7003
7004 ------------------------------------------------------------------------
7005 r11770 | courmisch | 2005-07-17 16:25:41 +0200 (Sun, 17 Jul 2005) | 2 lines
7006 Changed paths:
7007    M /trunk/modules/control/http.c
7008
7009 Cleanup - invalid #263.
7010
7011 ------------------------------------------------------------------------
7012 r11769 | rocky | 2005-07-17 15:46:26 +0200 (Sun, 17 Jul 2005) | 5 lines
7013 Changed paths:
7014    M /trunk/configure.ac
7015
7016 Add 4th/last parameter to PKG_CHECK_MODULES ("else" clause when
7017 package isn't found) for libcdio and libvcdinfo so we don't give an
7018 error message and termintate when these are not around.
7019
7020
7021 ------------------------------------------------------------------------
7022 r11768 | asmax | 2005-07-17 13:53:28 +0200 (Sun, 17 Jul 2005) | 2 lines
7023 Changed paths:
7024    M /trunk/build-vlc
7025    M /trunk/config.in
7026
7027 * added libcdio in the menuconfig, to be able to... disable it ;)
7028
7029 ------------------------------------------------------------------------
7030 r11767 | courmisch | 2005-07-17 11:04:58 +0200 (Sun, 17 Jul 2005) | 13 lines
7031 Changed paths:
7032    M /trunk/configure.ac
7033    M /trunk/modules/services_discovery/Modules.am
7034    A /trunk/modules/services_discovery/upnp.cpp
7035
7036 Bleeding edge UPnP service discovery :
7037  * depends on CyberLink C++ UPnP library available from :
7038    http://sourceforge.net/project/showfiles.php?group_id=89768
7039    with iconv compilation patch from :
7040    http://jserv.sayya.org/upnp/clinkcc170-fix-compilation.diff
7041  * requires libexpat-devel or whatever you call it,
7042  * needs review by playlist guru (Zorglub ?),
7043    especially as regards locking
7044  * at least, detects UPnP Media server properly
7045  * I'm looking for a '''working''' UPnP Media Server on Linux for more
7046    extensive tests. I couldn't get TwonkyVision to accept my medias :(
7047  * tentatively closes #98 - and probably introduce new bugs
7048
7049 ------------------------------------------------------------------------
7050 r11766 | courmisch | 2005-07-17 08:57:31 +0200 (Sun, 17 Jul 2005) | 2 lines
7051 Changed paths:
7052    M /trunk/modules/control/http.c
7053
7054 Forgot this file - default to allowing every body when there is no .hosts
7055
7056 ------------------------------------------------------------------------
7057 r11765 | rocky | 2005-07-16 23:44:21 +0200 (Sat, 16 Jul 2005) | 3 lines
7058 Changed paths:
7059    M /trunk/modules/gui/wxwindows/open.cpp
7060
7061 A bug in libvcdinfo <= 23 prevents C++ compilations.
7062
7063
7064 ------------------------------------------------------------------------
7065 r11764 | bigben | 2005-07-16 23:33:09 +0200 (Sat, 16 Jul 2005) | 3 lines
7066 Changed paths:
7067    M /trunk/configure.ac
7068
7069 Small hack to make OSX happier.
7070
7071
7072 ------------------------------------------------------------------------
7073 r11763 | rocky | 2005-07-16 23:20:15 +0200 (Sat, 16 Jul 2005) | 2 lines
7074 Changed paths:
7075    M /trunk/modules/gui/wxwindows/open.cpp
7076
7077 Set entries/lids for VCDs when we have an okay libvcdinfo.
7078
7079 ------------------------------------------------------------------------
7080 r11762 | courmisch | 2005-07-16 21:30:09 +0200 (Sat, 16 Jul 2005) | 2 lines
7081 Changed paths:
7082    M /trunk/src/stream_output/acl.c
7083
7084 Review and fix ACL duplication - really closes #262
7085
7086 ------------------------------------------------------------------------
7087 r11761 | courmisch | 2005-07-16 20:48:17 +0200 (Sat, 16 Jul 2005) | 2 lines
7088 Changed paths:
7089    M /trunk/src/stream_output/acl.c
7090
7091 Copy the default ACL value in ACL_Duplicate - closes #262
7092
7093 ------------------------------------------------------------------------
7094 r11759 | rocky | 2005-07-16 18:04:56 +0200 (Sat, 16 Jul 2005) | 4 lines
7095 Changed paths:
7096    M /trunk/configure.ac
7097    M /trunk/modules/gui/wxwindows/open.cpp
7098
7099 configure.ac: Allow libcdio 0.71 for libcdio things. 
7100 open.cpp: Add tooltip for Probe and fill out more vcdinfo things.
7101
7102
7103 ------------------------------------------------------------------------
7104 r11754 | rocky | 2005-07-16 16:38:08 +0200 (Sat, 16 Jul 2005) | 4 lines
7105 Changed paths:
7106    M /trunk/configure.ac
7107
7108 Clean up options and processing relating to libcdio, libvcdinfo,
7109 cddax, and vcdx. Add libvcdinfo to wxwindows module if it is around.
7110
7111
7112 ------------------------------------------------------------------------
7113 r11753 | courmisch | 2005-07-16 16:33:05 +0200 (Sat, 16 Jul 2005) | 2 lines
7114 Changed paths:
7115    M /trunk/modules/access/vcdx/vcdplayer.c
7116
7117 sleep is not thread-safe - use VLC API msleep instead
7118
7119 ------------------------------------------------------------------------
7120 r11752 | courmisch | 2005-07-16 15:39:14 +0200 (Sat, 16 Jul 2005) | 2 lines
7121 Changed paths:
7122    M /trunk/modules/services_discovery/sap.c
7123
7124 Cosmeticissimism
7125
7126 ------------------------------------------------------------------------
7127 r11741 | rocky | 2005-07-16 06:47:12 +0200 (Sat, 16 Jul 2005) | 2 lines
7128 Changed paths:
7129    M /trunk/modules/access/vcdx/info.c
7130
7131 Meant to set first and last entry for each *track*. 
7132
7133 ------------------------------------------------------------------------
7134 r11740 | rocky | 2005-07-16 06:36:58 +0200 (Sat, 16 Jul 2005) | 4 lines
7135 Changed paths:
7136    M /trunk/modules/gui/wxwindows/open.cpp
7137
7138 Don't limit VCD Entries or LIDs to number of MPEG tracks. 
7139 Untabify.
7140
7141
7142 ------------------------------------------------------------------------
7143 r11739 | rocky | 2005-07-16 06:32:18 +0200 (Sat, 16 Jul 2005) | 2 lines
7144 Changed paths:
7145    M /trunk/modules/access/vcdx/vcdplayer.c
7146
7147 Remove gcc 4 uninitialize variable warning.
7148
7149 ------------------------------------------------------------------------
7150 r11738 | rocky | 2005-07-16 06:12:28 +0200 (Sat, 16 Jul 2005) | 3 lines
7151 Changed paths:
7152    M /trunk/modules/gui/wxwindows/open.cpp
7153
7154 Don't use "Track" for VCDX, "Entry" or "LID" should be used.
7155
7156
7157 ------------------------------------------------------------------------
7158 r11737 | rocky | 2005-07-16 05:38:58 +0200 (Sat, 16 Jul 2005) | 5 lines
7159 Changed paths:
7160    M /trunk/configure.ac
7161    M /trunk/modules/access/cdda/info.c
7162    M /trunk/modules/gui/wxwindows/open.cpp
7163    M /trunk/modules/gui/wxwindows/wxwindows.h
7164    M /trunk/po/Makefile.in.in
7165
7166 cdda/info.c: changes for libcddb 1.1.0 API
7167
7168 rest: Add "Probe" for media function in Open Disc.
7169
7170
7171 ------------------------------------------------------------------------
7172 r11736 | rocky | 2005-07-16 05:36:05 +0200 (Sat, 16 Jul 2005) | 4 lines
7173 Changed paths:
7174    M /trunk/src/stream_output/acl.c
7175
7176 One needs to #include errno.h in order to use errno. At least on my
7177 Fedora Core 4 GNU/Linux box.
7178
7179
7180 ------------------------------------------------------------------------
7181 r11735 | courmisch | 2005-07-15 20:48:33 +0200 (Fri, 15 Jul 2005) | 2 lines
7182 Changed paths:
7183    M /trunk/modules/stream_out/mosaic_bridge.c
7184
7185 The last vlc_reduce that was left
7186
7187 ------------------------------------------------------------------------
7188 r11734 | courmisch | 2005-07-15 17:24:39 +0200 (Fri, 15 Jul 2005) | 2 lines
7189 Changed paths:
7190    M /trunk/src/misc/net.c
7191
7192 Save a call to strlen() in net_vaPrintf (and net_Printf)
7193
7194 ------------------------------------------------------------------------
7195 r11733 | courmisch | 2005-07-15 17:18:46 +0200 (Fri, 15 Jul 2005) | 3 lines
7196 Changed paths:
7197    M /trunk/src/stream_output/acl.c
7198
7199 - Clean up
7200 - Don't avoid non-existent off-by-one bug, ie. use full buffer size
7201
7202 ------------------------------------------------------------------------
7203 r11732 | courmisch | 2005-07-15 16:24:47 +0200 (Fri, 15 Jul 2005) | 2 lines
7204 Changed paths:
7205    M /trunk/modules/mux/asf.c
7206
7207 Fix undefined symbol error
7208
7209 ------------------------------------------------------------------------
7210 r11731 | sam | 2005-07-15 13:34:10 +0200 (Fri, 15 Jul 2005) | 2 lines
7211 Changed paths:
7212    M /trunk/debian
7213    M /trunk/debian/changelog
7214    M /trunk/debian/control
7215    M /trunk/debian/rules
7216
7217   * Updated Debian build files for a future upload.
7218
7219 ------------------------------------------------------------------------
7220 r11730 | courmisch | 2005-07-14 17:18:50 +0200 (Thu, 14 Jul 2005) | 3 lines
7221 Changed paths:
7222    M /trunk/activex
7223    M /trunk/activex/Makefile.am
7224    D /trunk/activex/axvlc.inf
7225    A /trunk/activex/axvlc.inf.in (from /trunk/activex/axvlc.inf:11717)
7226    M /trunk/configure.ac
7227
7228 - Automatic versioning info in ActiveX plugin (refs #181)
7229 - Also include the inf in the distribution
7230
7231 ------------------------------------------------------------------------
7232 r11729 | courmisch | 2005-07-14 16:35:05 +0200 (Thu, 14 Jul 2005) | 2 lines
7233 Changed paths:
7234    M /trunk/src/stream_output/acl.c
7235
7236 The solution was too simple, I guess
7237
7238 ------------------------------------------------------------------------
7239 r11728 | courmisch | 2005-07-13 20:30:46 +0200 (Wed, 13 Jul 2005) | 4 lines
7240 Changed paths:
7241    M /trunk/modules/access/mms/mmstu.c
7242    M /trunk/modules/access/mms/mmstu.h
7243
7244 - Fix very likely race condition
7245   (whereby psz_bind_addr would be modified by another call to inet_ntoa)
7246 - Use net_GetSockAddress
7247
7248 ------------------------------------------------------------------------
7249 r11727 | courmisch | 2005-07-13 20:23:09 +0200 (Wed, 13 Jul 2005) | 3 lines
7250 Changed paths:
7251    M /trunk/modules/access/ftp.c
7252
7253 - Use previous API
7254 - Remove a dynamic allocation
7255
7256 ------------------------------------------------------------------------
7257 r11726 | courmisch | 2005-07-13 20:11:18 +0200 (Wed, 13 Jul 2005) | 2 lines
7258 Changed paths:
7259    M /trunk/include/network.h
7260    M /trunk/include/vlc_symbols.h
7261    M /trunk/src/misc/net.c
7262
7263 New useful API to combine get(sock|peer)name() and vlc_getnameinfo()
7264
7265 ------------------------------------------------------------------------
7266 r11725 | courmisch | 2005-07-13 20:09:38 +0200 (Wed, 13 Jul 2005) | 2 lines
7267 Changed paths:
7268    M /trunk/src/input/decoder.c
7269    M /trunk/src/input/es_out.c
7270    M /trunk/src/video_output/video_output.c
7271
7272 Forgot these files
7273
7274 ------------------------------------------------------------------------
7275 r11724 | courmisch | 2005-07-13 19:51:13 +0200 (Wed, 13 Jul 2005) | 3 lines
7276 Changed paths:
7277    M /trunk/include/vlc_common.h
7278    M /trunk/include/vlc_symbols.h
7279    M /trunk/modules/codec/theora.c
7280    M /trunk/modules/codec/x264.c
7281    M /trunk/src/extras/libc.c
7282
7283 Rename vlc_reduce to vlc_ureduce so that we won't get into troubles if
7284 we ever need to reborn vlc_reduce for some unanticipated reason
7285
7286 ------------------------------------------------------------------------
7287 r11723 | courmisch | 2005-07-13 19:16:09 +0200 (Wed, 13 Jul 2005) | 2 lines
7288 Changed paths:
7289    M /trunk/modules/misc/gnutls.c
7290
7291 Fix warnings (refs #258)
7292
7293 ------------------------------------------------------------------------
7294 r11721 | courmisch | 2005-07-13 16:59:11 +0200 (Wed, 13 Jul 2005) | 2 lines
7295 Changed paths:
7296    M /trunk/src/stream_output/acl.c
7297
7298 Use ANSI isspace() for crap compilers that don't know about C99 isblank()
7299
7300 ------------------------------------------------------------------------
7301 r11720 | damienf | 2005-07-13 16:17:24 +0200 (Wed, 13 Jul 2005) | 2 lines
7302 Changed paths:
7303    M /trunk/src/stream_output/acl.c
7304
7305 isblank() is not an ANSI function,it should really be tested for
7306
7307 ------------------------------------------------------------------------
7308 r11719 | fkuehne | 2005-07-12 22:06:23 +0200 (Tue, 12 Jul 2005) | 1 line
7309 Changed paths:
7310    M /trunk/Makefile.am
7311    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
7312    A /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
7313    D /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
7314
7315 * finally converted to the 10.2 and later format, which is faster readable
7316 ------------------------------------------------------------------------
7317 r11718 | fkuehne | 2005-07-12 22:03:32 +0200 (Tue, 12 Jul 2005) | 8 lines
7318 Changed paths:
7319    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
7320    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
7321    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
7322    M /trunk/modules/gui/macosx/intf.m
7323    M /trunk/modules/gui/macosx/wizard.h
7324    M /trunk/modules/gui/macosx/wizard.m
7325    M /trunk/modules/gui/wxwindows/streamdata.h
7326
7327 * additional GUI-fixes
7328 * implemented the streaming-method-tab correctly (forgot that previously...)
7329 * implemented MRL-composition when transcoding (still needs to be done for streaming)
7330 * fixed various other stuff here and there
7331
7332 not usable yet - work will be continued after July 21th
7333
7334 (refs #13)
7335 ------------------------------------------------------------------------
7336 r11717 | courmisch | 2005-07-12 20:02:20 +0200 (Tue, 12 Jul 2005) | 2 lines
7337 Changed paths:
7338    M /trunk/src/misc/objects.c
7339
7340 More dead code
7341
7342 ------------------------------------------------------------------------
7343 r11716 | courmisch | 2005-07-12 20:01:14 +0200 (Tue, 12 Jul 2005) | 2 lines
7344 Changed paths:
7345    M /trunk/src/misc/iso_lang.c
7346
7347 Yet another strncmp => memcmp (refs #258)
7348
7349 ------------------------------------------------------------------------
7350 r11715 | courmisch | 2005-07-12 19:58:09 +0200 (Tue, 12 Jul 2005) | 2 lines
7351 Changed paths:
7352    M /trunk/src/misc/charset.c
7353    M /trunk/src/misc/image.c
7354
7355 Eliminate dead code
7356
7357 ------------------------------------------------------------------------
7358 r11714 | courmisch | 2005-07-12 18:00:43 +0200 (Tue, 12 Jul 2005) | 2 lines
7359 Changed paths:
7360    M /trunk/Makefile.am
7361    M /trunk/include/network.h
7362    A /trunk/include/vlc_acl.h
7363    M /trunk/include/vlc_common.h
7364    M /trunk/include/vlc_httpd.h
7365    M /trunk/include/vlc_symbols.h
7366    M /trunk/modules/access_output/http.c
7367    M /trunk/modules/control/http.c
7368    M /trunk/modules/misc/rtsp.c
7369    M /trunk/modules/stream_out/rtp.c
7370    M /trunk/src/misc/httpd.c
7371    M /trunk/src/misc/modules.c
7372    M /trunk/src/misc/net.c
7373    A /trunk/src/stream_output/acl.c
7374
7375 Better ACL API (full rewrite)
7376
7377 ------------------------------------------------------------------------
7378 r11711 | courmisch | 2005-07-11 18:37:40 +0200 (Mon, 11 Jul 2005) | 3 lines
7379 Changed paths:
7380    M /trunk/modules/control/http.c
7381
7382 Diminish buffer size
7383 (still big enough for a pure 256-bits architecture...)
7384
7385 ------------------------------------------------------------------------
7386 r11710 | courmisch | 2005-07-11 18:34:47 +0200 (Mon, 11 Jul 2005) | 3 lines
7387 Changed paths:
7388    M /trunk/modules/control/http.c
7389
7390 Avoid buffer overflow
7391 (local account needed, but possibly not same user as VLC)
7392
7393 ------------------------------------------------------------------------
7394 r11709 | massiot | 2005-07-11 18:20:33 +0200 (Mon, 11 Jul 2005) | 2 lines
7395 Changed paths:
7396    M /trunk/modules/access/mms/mmsh.c
7397    M /trunk/modules/access/mms/mmstu.c
7398    M /trunk/modules/access/vcd/cdrom.h
7399    M /trunk/modules/codec/a52.c
7400    M /trunk/modules/codec/dts.c
7401    M /trunk/modules/codec/flac.c
7402    M /trunk/modules/codec/spudec/parse.c
7403    M /trunk/modules/control/http.c
7404    M /trunk/modules/control/telnet.c
7405    M /trunk/modules/demux/aiff.c
7406    M /trunk/modules/demux/avi/avi.c
7407    M /trunk/modules/demux/m3u.c
7408    M /trunk/modules/demux/mjpeg.c
7409    M /trunk/modules/demux/mpeg/m4a.c
7410    M /trunk/modules/demux/mpeg/mpga.c
7411    M /trunk/modules/demux/nsv.c
7412    M /trunk/modules/demux/nuv.c
7413    M /trunk/modules/demux/playlist/m3u.c
7414    M /trunk/modules/demux/playlist/old.c
7415    M /trunk/modules/demux/playlist/pls.c
7416    M /trunk/modules/demux/real.c
7417    M /trunk/modules/misc/memcpy/fastmemcpy.h
7418    M /trunk/modules/video_filter/deinterlace.c
7419
7420  * ALL: miscellaneous unsigned/signed warning fixes and pointer/int casts.
7421
7422 ------------------------------------------------------------------------
7423 r11708 | massiot | 2005-07-11 18:16:17 +0200 (Mon, 11 Jul 2005) | 2 lines
7424 Changed paths:
7425    M /trunk/include/vlc_common.h
7426
7427  * include/vlc_common.h: Fixed I64Fd family for 64-bit processors.
7428
7429 ------------------------------------------------------------------------
7430 r11707 | massiot | 2005-07-11 18:01:01 +0200 (Mon, 11 Jul 2005) | 2 lines
7431 Changed paths:
7432    M /trunk/configure.ac
7433
7434  * configure.ac: Fixed ipv6 detection.
7435
7436 ------------------------------------------------------------------------
7437 r11706 | massiot | 2005-07-11 17:59:36 +0200 (Mon, 11 Jul 2005) | 2 lines
7438 Changed paths:
7439    M /trunk/modules/access/directory.c
7440    M /trunk/src/misc/getaddrinfo.c
7441
7442  * src/misc/getaddrinfo.c, modules/access/directory.c: Solaris fixes.
7443
7444 ------------------------------------------------------------------------
7445 r11705 | fkuehne | 2005-07-11 13:52:42 +0200 (Mon, 11 Jul 2005) | 1 line
7446 Changed paths:
7447    M /trunk/modules/gui/macosx/wizard.m
7448
7449 * implemented 3 dialogues, which complain to the user, if s/he didn't provide a file or destination
7450 ------------------------------------------------------------------------
7451 r11704 | fkuehne | 2005-07-11 13:18:14 +0200 (Mon, 11 Jul 2005) | 1 line
7452 Changed paths:
7453    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
7454    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
7455    M /trunk/modules/gui/macosx/wizard.m
7456
7457 * finished the gui and implemented correct encap-format-selection when transcoding (refs #13) -- still not usable
7458 ------------------------------------------------------------------------
7459 r11703 | sam | 2005-07-11 13:15:31 +0200 (Mon, 11 Jul 2005) | 2 lines
7460 Changed paths:
7461    M /trunk/po/Makefile.in.in
7462
7463   * po/Makefile.in.in: reverted an unexpected change.
7464
7465 ------------------------------------------------------------------------
7466 r11702 | massiot | 2005-07-11 11:45:54 +0200 (Mon, 11 Jul 2005) | 3 lines
7467 Changed paths:
7468    M /trunk/modules/stream_out/duplicate.c
7469
7470  * modules/stream_out/duplicate.c: Fixed ES selection when using both
7471    program= and es= for the same destination.
7472
7473 ------------------------------------------------------------------------
7474 r11701 | massiot | 2005-07-11 11:44:53 +0200 (Mon, 11 Jul 2005) | 2 lines
7475 Changed paths:
7476    M /trunk/modules/stream_out/switcher.c
7477
7478  * modules/stream_out/switcher.c: New option --no-sout-switcher-mute-audio.
7479
7480 ------------------------------------------------------------------------
7481 r11700 | massiot | 2005-07-11 11:43:38 +0200 (Mon, 11 Jul 2005) | 2 lines
7482 Changed paths:
7483    M /trunk/modules/packetizer/mpegvideo.c
7484
7485  * modules/packetizer/mpegvideo.c: Drop corrupt blocks.
7486
7487 ------------------------------------------------------------------------
7488 r11699 | sam | 2005-07-11 10:52:14 +0200 (Mon, 11 Jul 2005) | 2 lines
7489 Changed paths:
7490    M /trunk/include/vlc/control.h
7491    M /trunk/modules/demux/a52.c
7492    M /trunk/modules/demux/ps.h
7493    M /trunk/modules/gui/skins2/utils/position.hpp
7494    M /trunk/modules/gui/wxwindows/wizard.cpp
7495    M /trunk/modules/gui/wxwindows/wxwindows.h
7496    M /trunk/modules/packetizer/mpegvideo.c
7497    M /trunk/modules/video_filter/deinterlace.c
7498    M /trunk/modules/video_filter/scale.c
7499    M /trunk/po/Makefile.in.in
7500    M /trunk/src/playlist/item.c
7501    M /trunk/src/video_output/video_output.c
7502
7503   * Fixed a bunch of coding errors here and there.
7504
7505 ------------------------------------------------------------------------
7506 r11698 | sam | 2005-07-11 10:44:39 +0200 (Mon, 11 Jul 2005) | 2 lines
7507 Changed paths:
7508    M /trunk/src/misc/charset.c
7509
7510   * src/misc/charset.c: if(a<b<c) is a pythonism and doesn't work in C.
7511
7512 ------------------------------------------------------------------------
7513 r11697 | sam | 2005-07-11 10:33:01 +0200 (Mon, 11 Jul 2005) | 2 lines
7514 Changed paths:
7515    M /trunk/modules/stream_out/transcode.c
7516
7517   * modules/stream_out/transcode.c: fixed an uninitialised variable.
7518
7519 ------------------------------------------------------------------------
7520 r11696 | sam | 2005-07-10 22:34:01 +0200 (Sun, 10 Jul 2005) | 3 lines
7521 Changed paths:
7522    M /trunk/modules/gui/gtk/gnome.c
7523    M /trunk/modules/gui/gtk/gnome_interface.c
7524    M /trunk/modules/gui/gtk/gnome_support.c
7525    M /trunk/modules/gui/gtk/gnome_support.h
7526    M /trunk/modules/gui/gtk/gtk.c
7527    M /trunk/modules/gui/gtk/gtk_interface.c
7528
7529   * legacy changes that might be useful if the gtk plugin is ever revived,
7530     and are just to be utterly ignored otherwise.
7531
7532 ------------------------------------------------------------------------
7533 r11695 | bigben | 2005-07-10 17:45:02 +0200 (Sun, 10 Jul 2005) | 3 lines
7534 Changed paths:
7535    M /trunk/src/video_output/video_output.c
7536
7537 Add the "X" deinterlace mode to the list displayed in guis. (We should certainly find a better name, but I cannot see any).
7538
7539
7540 ------------------------------------------------------------------------
7541 r11694 | courmisch | 2005-07-10 15:32:43 +0200 (Sun, 10 Jul 2005) | 2 lines
7542 Changed paths:
7543    M /trunk/toolbox
7544
7545 Any reason why removal of .deps was disabled ??
7546
7547 ------------------------------------------------------------------------
7548 r11693 | courmisch | 2005-07-10 15:07:15 +0200 (Sun, 10 Jul 2005) | 2 lines
7549 Changed paths:
7550    M /trunk/configure.ac
7551
7552 Work around for gcc <= 3.3
7553
7554 ------------------------------------------------------------------------
7555 r11691 | courmisch | 2005-07-10 14:05:57 +0200 (Sun, 10 Jul 2005) | 2 lines
7556 Changed paths:
7557    M /trunk/src/extras/libc.c
7558
7559 Typo fix
7560
7561 ------------------------------------------------------------------------
7562 r11690 | courmisch | 2005-07-10 13:51:12 +0200 (Sun, 10 Jul 2005) | 5 lines
7563 Changed paths:
7564    M /trunk/modules/control/http.c
7565
7566 - Fix possible buffer overflow (?)
7567 - Fix unitialised value
7568
7569 According to valgrind there's still an unitialized value at line 2343
7570
7571 ------------------------------------------------------------------------
7572 r11689 | courmisch | 2005-07-10 13:50:11 +0200 (Sun, 10 Jul 2005) | 2 lines
7573 Changed paths:
7574    M /trunk/src/misc/httpd.c
7575
7576 HTML validation fix
7577
7578 ------------------------------------------------------------------------
7579 r11688 | courmisch | 2005-07-10 13:49:42 +0200 (Sun, 10 Jul 2005) | 2 lines
7580 Changed paths:
7581    M /trunk/src/misc/net.c
7582
7583 Fix compiler warnings (refs #258)
7584
7585 ------------------------------------------------------------------------
7586 r11687 | zorglub | 2005-07-10 13:09:46 +0200 (Sun, 10 Jul 2005) | 2 lines
7587 Changed paths:
7588    M /trunk/loader
7589
7590 svn:ignore
7591
7592 ------------------------------------------------------------------------
7593 r11686 | courmisch | 2005-07-10 13:07:34 +0200 (Sun, 10 Jul 2005) | 3 lines
7594 Changed paths:
7595    M /trunk/configure.ac
7596
7597 Use -mtune instead of obsoleted -mcpu
7598 (even on gcc-2.95 seems to accept the flag)
7599
7600 ------------------------------------------------------------------------
7601 r11685 | zorglub | 2005-07-10 12:51:28 +0200 (Sun, 10 Jul 2005) | 2 lines
7602 Changed paths:
7603    M /trunk/modules/demux/au.c
7604    M /trunk/modules/demux/wav.c
7605
7606 Warning fixes
7607
7608 ------------------------------------------------------------------------
7609 r11684 | courmisch | 2005-07-10 12:16:01 +0200 (Sun, 10 Jul 2005) | 2 lines
7610 Changed paths:
7611    M /trunk/src/extras/libc.c
7612
7613 fix fix
7614
7615 ------------------------------------------------------------------------
7616 r11683 | courmisch | 2005-07-10 12:03:30 +0200 (Sun, 10 Jul 2005) | 2 lines
7617 Changed paths:
7618    M /trunk/src/misc/httpd.c
7619
7620 Some more cleanup / no more warnings
7621
7622 ------------------------------------------------------------------------
7623 r11682 | dionoea | 2005-07-10 11:50:34 +0200 (Sun, 10 Jul 2005) | 2 lines
7624 Changed paths:
7625    M /trunk/src/extras/libc.c
7626
7627 compile fix
7628
7629 ------------------------------------------------------------------------
7630 r11681 | courmisch | 2005-07-10 11:35:37 +0200 (Sun, 10 Jul 2005) | 2 lines
7631 Changed paths:
7632    M /trunk/src/misc/httpd.c
7633
7634 Faster code
7635
7636 ------------------------------------------------------------------------
7637 r11680 | courmisch | 2005-07-10 11:28:13 +0200 (Sun, 10 Jul 2005) | 2 lines
7638 Changed paths:
7639    M /trunk/include/stream_output.h
7640    M /trunk/include/vlc_httpd.h
7641    M /trunk/src/misc/httpd.c
7642    M /trunk/src/stream_output/sap.c
7643    M /trunk/src/video_output/video_output.c
7644
7645 All signedness fixes
7646
7647 ------------------------------------------------------------------------
7648 r11679 | courmisch | 2005-07-10 11:13:20 +0200 (Sun, 10 Jul 2005) | 3 lines
7649 Changed paths:
7650    M /trunk/include/vlc_common.h
7651    M /trunk/include/vlc_symbols.h
7652    M /trunk/src/extras/libc.c
7653
7654 We only have to reduce unsigned fractions in VLC
7655 (someone show me a screen with a negative pixel resolution)
7656
7657 ------------------------------------------------------------------------
7658 r11678 | courmisch | 2005-07-10 11:11:16 +0200 (Sun, 10 Jul 2005) | 2 lines
7659 Changed paths:
7660    M /trunk/src/input/decoder.c
7661
7662 tabs => spaces
7663
7664 ------------------------------------------------------------------------
7665 r11677 | courmisch | 2005-07-10 10:55:16 +0200 (Sun, 10 Jul 2005) | 2 lines
7666 Changed paths:
7667    M /trunk/include/vlc_playlist.h
7668
7669 Fix incorrect free() of const-qualified pointer in services_discovery.c
7670
7671 ------------------------------------------------------------------------
7672 r11676 | courmisch | 2005-07-10 10:13:48 +0200 (Sun, 10 Jul 2005) | 7 lines
7673 Changed paths:
7674    M /trunk/modules/demux/dts.c
7675    M /trunk/modules/demux/ogg.c
7676
7677 strncmp => memcmp (refs #258)
7678
7679 ogg.c : FIXME FIXME FIXME
7680 I don't know Ogg format well, but don't we have a possible out-of-bound
7681 read at line 1346 and following ??
7682
7683
7684 ------------------------------------------------------------------------
7685 r11675 | courmisch | 2005-07-10 10:00:25 +0200 (Sun, 10 Jul 2005) | 12 lines
7686 Changed paths:
7687    M /trunk/modules/demux/a52.c
7688
7689 Fix gcc4 warnings (refs #258)
7690
7691 NOTE to developers :
7692 When you want to compare n bytes from two buffers, please use :
7693   memcmp( buf1, buf2, n )
7694 rather than :
7695   strncmp( buf1, buf2, n )
7696
7697 strncmp should only be used if either of the buffers might be
7698 nul-terminated within its first n bytes.
7699
7700
7701 ------------------------------------------------------------------------
7702 r11674 | courmisch | 2005-07-10 09:55:28 +0200 (Sun, 10 Jul 2005) | 2 lines
7703 Changed paths:
7704    M /trunk/modules/access/http.c
7705
7706 Remove compiler warning and clean up (refs #258)
7707
7708 ------------------------------------------------------------------------
7709 r11673 | courmisch | 2005-07-10 08:17:48 +0200 (Sun, 10 Jul 2005) | 2 lines
7710 Changed paths:
7711    M /trunk/modules/access/ftp.c
7712
7713 Fix an old typo
7714
7715 ------------------------------------------------------------------------
7716 r11672 | courmisch | 2005-07-10 08:12:38 +0200 (Sun, 10 Jul 2005) | 2 lines
7717 Changed paths:
7718    M /trunk/modules/access/ftp.c
7719
7720 Hmmph, logic fix
7721
7722 ------------------------------------------------------------------------
7723 r11671 | rocky | 2005-07-10 03:34:53 +0200 (Sun, 10 Jul 2005) | 4 lines
7724 Changed paths:
7725    M /trunk/modules/gui/wxwindows/open.cpp
7726
7727 Add tooltips for entry fields. For VCD and CDDA (at least) some 
7728 values have special meanings. 
7729
7730
7731 ------------------------------------------------------------------------
7732 r11670 | dionoea | 2005-07-10 00:05:47 +0200 (Sun, 10 Jul 2005) | 2 lines
7733 Changed paths:
7734    M /trunk/activex/test.html
7735
7736 lastest -> latest
7737
7738 ------------------------------------------------------------------------
7739 r11669 | courmisch | 2005-07-09 21:17:13 +0200 (Sat, 09 Jul 2005) | 2 lines
7740 Changed paths:
7741    M /trunk/toolbox
7742
7743 Don't delete SVN-tracked files with --distclean (closes #251)
7744
7745 ------------------------------------------------------------------------
7746 r11668 | courmisch | 2005-07-09 21:07:06 +0200 (Sat, 09 Jul 2005) | 2 lines
7747 Changed paths:
7748    M /trunk/loader
7749
7750 svn:ignore
7751
7752 ------------------------------------------------------------------------
7753 r11667 | courmisch | 2005-07-09 21:01:19 +0200 (Sat, 09 Jul 2005) | 2 lines
7754 Changed paths:
7755    D /trunk/loader/Makefile.in
7756
7757 Should not be there
7758
7759 ------------------------------------------------------------------------
7760 r11666 | courmisch | 2005-07-09 20:54:38 +0200 (Sat, 09 Jul 2005) | 2 lines
7761 Changed paths:
7762    M /trunk/modules/demux/voc.c
7763
7764 Support for VOC block type 8 (closes #142)
7765
7766 ------------------------------------------------------------------------
7767 r11665 | courmisch | 2005-07-09 19:19:06 +0200 (Sat, 09 Jul 2005) | 4 lines
7768 Changed paths:
7769    M /trunk/modules/access/ftp.c
7770
7771 - Fix (?) handling of EPSV non-compliant FTP servers
7772 with EPSV compliant NAT
7773 - Fix socket error value check
7774
7775 ------------------------------------------------------------------------
7776 r11664 | courmisch | 2005-07-09 08:17:09 +0200 (Sat, 09 Jul 2005) | 2 lines
7777 Changed paths:
7778    M /trunk/activex/axvlc.idl
7779    M /trunk/activex/connectioncontainer.cpp
7780    M /trunk/activex/connectioncontainer.h
7781    M /trunk/activex/main.cpp
7782    M /trunk/activex/objectsafety.cpp
7783    M /trunk/activex/objectsafety.h
7784    M /trunk/activex/olecontrol.cpp
7785    M /trunk/activex/olecontrol.h
7786    M /trunk/activex/oleinplaceactiveobject.cpp
7787    M /trunk/activex/oleinplaceactiveobject.h
7788    M /trunk/activex/oleinplaceobject.cpp
7789    M /trunk/activex/oleinplaceobject.h
7790    M /trunk/activex/oleobject.cpp
7791    M /trunk/activex/oleobject.h
7792    M /trunk/activex/persistpropbag.cpp
7793    M /trunk/activex/persistpropbag.h
7794    M /trunk/activex/persiststorage.cpp
7795    M /trunk/activex/persiststorage.h
7796    M /trunk/activex/persiststreaminit.cpp
7797    M /trunk/activex/persiststreaminit.h
7798    M /trunk/activex/plugin.cpp
7799    M /trunk/activex/plugin.h
7800    M /trunk/activex/provideclassinfo.cpp
7801    M /trunk/activex/provideclassinfo.h
7802    M /trunk/activex/utils.cpp
7803    M /trunk/activex/utils.h
7804    M /trunk/activex/viewobject.cpp
7805    M /trunk/activex/viewobject.h
7806    M /trunk/activex/vlccontrol.cpp
7807    M /trunk/activex/vlccontrol.h
7808    M /trunk/bindings/java-gcj/JVLC.java
7809    M /trunk/evc/modules_builtin_evc.h
7810    M /trunk/extras/contrib/Makefile
7811    M /trunk/extras/contrib/bootstrap
7812    M /trunk/extras/contrib/change_prefix.sh
7813    M /trunk/extras/contrib/src/Makefile
7814    M /trunk/extras/contrib/src/packages.mak
7815    M /trunk/extras/zsh.cpp
7816    M /trunk/include/aout_internal.h
7817    M /trunk/include/audio_output.h
7818    M /trunk/include/beos_specific.h
7819    M /trunk/include/charset.h
7820    M /trunk/include/codecs.h
7821    M /trunk/include/configuration.h
7822    M /trunk/include/darwin_specific.h
7823    M /trunk/include/intf_eject.h
7824    M /trunk/include/iso_lang.h
7825    M /trunk/include/main.h
7826    M /trunk/include/modules.h
7827    M /trunk/include/modules_inner.h
7828    M /trunk/include/mtime.h
7829    M /trunk/include/network.h
7830    M /trunk/include/os_specific.h
7831    M /trunk/include/osd.h
7832    M /trunk/include/stream_output.h
7833    M /trunk/include/variables.h
7834    M /trunk/include/video_output.h
7835    M /trunk/include/vlc/aout.h
7836    M /trunk/include/vlc/control.h
7837    M /trunk/include/vlc/decoder.h
7838    M /trunk/include/vlc/input.h
7839    M /trunk/include/vlc/intf.h
7840    M /trunk/include/vlc/sout.h
7841    M /trunk/include/vlc/vlc.h
7842    M /trunk/include/vlc/vout.h
7843    M /trunk/include/vlc_access.h
7844    M /trunk/include/vlc_bits.h
7845    M /trunk/include/vlc_block.h
7846    M /trunk/include/vlc_block_helper.h
7847    M /trunk/include/vlc_codec.h
7848    M /trunk/include/vlc_common.h
7849    M /trunk/include/vlc_config.h
7850    M /trunk/include/vlc_config_cat.h
7851    M /trunk/include/vlc_cpu.h
7852    M /trunk/include/vlc_demux.h
7853    M /trunk/include/vlc_error.h
7854    M /trunk/include/vlc_es.h
7855    M /trunk/include/vlc_es_out.h
7856    M /trunk/include/vlc_filter.h
7857    M /trunk/include/vlc_httpd.h
7858    M /trunk/include/vlc_image.h
7859    M /trunk/include/vlc_input.h
7860    M /trunk/include/vlc_interface.h
7861    M /trunk/include/vlc_keys.h
7862    M /trunk/include/vlc_md5.h
7863    M /trunk/include/vlc_messages.h
7864    M /trunk/include/vlc_meta.h
7865    M /trunk/include/vlc_objects.h
7866    M /trunk/include/vlc_playlist.h
7867    M /trunk/include/vlc_spu.h
7868    M /trunk/include/vlc_stream.h
7869    M /trunk/include/vlc_threads.h
7870    M /trunk/include/vlc_threads_funcs.h
7871    M /trunk/include/vlc_tls.h
7872    M /trunk/include/vlc_video.h
7873    M /trunk/include/vlc_vlm.h
7874    M /trunk/include/vlc_vod.h
7875    M /trunk/include/vlc_xml.h
7876    M /trunk/include/vout_synchro.h
7877    M /trunk/include/win32_specific.h
7878    M /trunk/modules/access/cdda/access.c
7879    M /trunk/modules/access/cdda/access.h
7880    M /trunk/modules/access/cdda/callback.c
7881    M /trunk/modules/access/cdda/callback.h
7882    M /trunk/modules/access/cdda/cdda.c
7883    M /trunk/modules/access/cdda/cdda.h
7884    M /trunk/modules/access/cdda/info.c
7885    M /trunk/modules/access/cdda/info.h
7886    M /trunk/modules/access/cdda.c
7887    M /trunk/modules/access/directory.c
7888    M /trunk/modules/access/dshow/common.h
7889    M /trunk/modules/access/dshow/crossbar.cpp
7890    M /trunk/modules/access/dshow/dshow.cpp
7891    M /trunk/modules/access/dshow/filter.cpp
7892    M /trunk/modules/access/dshow/filter.h
7893    M /trunk/modules/access/dvb/access.c
7894    M /trunk/modules/access/dvb/dvb.h
7895    M /trunk/modules/access/dvb/en50221.c
7896    M /trunk/modules/access/dvb/linux_dvb.c
7897    M /trunk/modules/access/dvdnav.c
7898    M /trunk/modules/access/dvdread.c
7899    M /trunk/modules/access/fake.c
7900    M /trunk/modules/access/file.c
7901    M /trunk/modules/access/ftp.c
7902    M /trunk/modules/access/http.c
7903    M /trunk/modules/access/mms/asf.c
7904    M /trunk/modules/access/mms/asf.h
7905    M /trunk/modules/access/mms/buffer.c
7906    M /trunk/modules/access/mms/buffer.h
7907    M /trunk/modules/access/mms/mms.c
7908    M /trunk/modules/access/mms/mms.h
7909    M /trunk/modules/access/mms/mmsh.c
7910    M /trunk/modules/access/mms/mmsh.h
7911    M /trunk/modules/access/mms/mmstu.c
7912    M /trunk/modules/access/mms/mmstu.h
7913    M /trunk/modules/access/pvr/pvr.c
7914    M /trunk/modules/access/satellite/access.c
7915    M /trunk/modules/access/satellite/dvb.c
7916    M /trunk/modules/access/satellite/dvb.h
7917    M /trunk/modules/access/satellite/satellite.c
7918    M /trunk/modules/access/screen/beos.cpp
7919    M /trunk/modules/access/screen/mac.c
7920    M /trunk/modules/access/screen/screen.c
7921    M /trunk/modules/access/screen/screen.h
7922    M /trunk/modules/access/screen/win32.c
7923    M /trunk/modules/access/screen/x11.c
7924    M /trunk/modules/access/slp.c
7925    M /trunk/modules/access/smb.c
7926    M /trunk/modules/access/tcp.c
7927    M /trunk/modules/access/udp.c
7928    M /trunk/modules/access/v4l/v4l.c
7929    M /trunk/modules/access/vcd/cdrom.c
7930    M /trunk/modules/access/vcd/cdrom.h
7931    M /trunk/modules/access/vcd/cdrom_internals.h
7932    M /trunk/modules/access/vcd/vcd.c
7933    M /trunk/modules/access/vcdx/access.c
7934    M /trunk/modules/access/vcdx/demux.c
7935    M /trunk/modules/access/vcdx/info.c
7936    M /trunk/modules/access/vcdx/info.h
7937    M /trunk/modules/access/vcdx/intf.c
7938    M /trunk/modules/access/vcdx/intf.h
7939    M /trunk/modules/access/vcdx/vcd.c
7940    M /trunk/modules/access/vcdx/vcd.h
7941    M /trunk/modules/access/vcdx/vcdplayer.h
7942    M /trunk/modules/access_filter/record.c
7943    M /trunk/modules/access_filter/timeshift.c
7944    M /trunk/modules/access_output/dummy.c
7945    M /trunk/modules/access_output/file.c
7946    M /trunk/modules/access_output/http.c
7947    M /trunk/modules/access_output/udp.c
7948    M /trunk/modules/audio_filter/channel_mixer/headphone.c
7949    M /trunk/modules/audio_filter/channel_mixer/simple.c
7950    M /trunk/modules/audio_filter/channel_mixer/trivial.c
7951    M /trunk/modules/audio_filter/converter/a52tofloat32.c
7952    M /trunk/modules/audio_filter/converter/a52tospdif.c
7953    M /trunk/modules/audio_filter/converter/dtstofloat32.c
7954    M /trunk/modules/audio_filter/converter/dtstospdif.c
7955    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
7956    M /trunk/modules/audio_filter/converter/fixed32tos16.c
7957    M /trunk/modules/audio_filter/converter/float32tos16.c
7958    M /trunk/modules/audio_filter/converter/float32tos8.c
7959    M /trunk/modules/audio_filter/converter/float32tou16.c
7960    M /trunk/modules/audio_filter/converter/float32tou8.c
7961    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
7962    M /trunk/modules/audio_filter/converter/s16tofixed32.c
7963    M /trunk/modules/audio_filter/converter/s16tofloat32.c
7964    M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
7965    M /trunk/modules/audio_filter/converter/s8tofloat32.c
7966    M /trunk/modules/audio_filter/converter/u8tofixed32.c
7967    M /trunk/modules/audio_filter/converter/u8tofloat32.c
7968    M /trunk/modules/audio_filter/equalizer.c
7969    M /trunk/modules/audio_filter/equalizer_presets.h
7970    M /trunk/modules/audio_filter/format.c
7971    M /trunk/modules/audio_filter/normvol.c
7972    M /trunk/modules/audio_filter/resampler/bandlimited.c
7973    M /trunk/modules/audio_filter/resampler/bandlimited.h
7974    M /trunk/modules/audio_filter/resampler/coreaudio.c
7975    M /trunk/modules/audio_filter/resampler/linear.c
7976    M /trunk/modules/audio_filter/resampler/trivial.c
7977    M /trunk/modules/audio_filter/resampler/ugly.c
7978    M /trunk/modules/audio_mixer/float32.c
7979    M /trunk/modules/audio_mixer/spdif.c
7980    M /trunk/modules/audio_mixer/trivial.c
7981    M /trunk/modules/audio_output/alsa.c
7982    M /trunk/modules/audio_output/arts.c
7983    M /trunk/modules/audio_output/auhal.c
7984    M /trunk/modules/audio_output/coreaudio.c
7985    M /trunk/modules/audio_output/directx.c
7986    M /trunk/modules/audio_output/esd.c
7987    M /trunk/modules/audio_output/file.c
7988    M /trunk/modules/audio_output/hd1000a.cpp
7989    M /trunk/modules/audio_output/oss.c
7990    M /trunk/modules/audio_output/portaudio.c
7991    M /trunk/modules/audio_output/sdl.c
7992    M /trunk/modules/audio_output/waveout.c
7993    M /trunk/modules/codec/a52.c
7994    M /trunk/modules/codec/adpcm.c
7995    M /trunk/modules/codec/araw.c
7996    M /trunk/modules/codec/cinepak.c
7997    M /trunk/modules/codec/cmml/browser_open.c
7998    M /trunk/modules/codec/cmml/browser_open.h
7999    M /trunk/modules/codec/cmml/cmml.c
8000    M /trunk/modules/codec/cmml/history.c
8001    M /trunk/modules/codec/cmml/history.h
8002    M /trunk/modules/codec/cmml/intf.c
8003    M /trunk/modules/codec/cmml/xarray.c
8004    M /trunk/modules/codec/cmml/xarray.h
8005    M /trunk/modules/codec/cmml/xlist.c
8006    M /trunk/modules/codec/cmml/xlist.h
8007    M /trunk/modules/codec/cmml/xstrcat.h
8008    M /trunk/modules/codec/cmml/xtag.c
8009    M /trunk/modules/codec/cmml/xtag.h
8010    M /trunk/modules/codec/cmml/xurl.c
8011    M /trunk/modules/codec/cmml/xurl.h
8012    M /trunk/modules/codec/cvdsub.c
8013    M /trunk/modules/codec/dirac.c
8014    M /trunk/modules/codec/dmo/buffer.c
8015    M /trunk/modules/codec/dmo/dmo.c
8016    M /trunk/modules/codec/dmo/dmo.h
8017    M /trunk/modules/codec/dts.c
8018    M /trunk/modules/codec/dvbsub.c
8019    M /trunk/modules/codec/faad.c
8020    M /trunk/modules/codec/fake.c
8021    M /trunk/modules/codec/ffmpeg/audio.c
8022    M /trunk/modules/codec/ffmpeg/chroma.c
8023    M /trunk/modules/codec/ffmpeg/demux.c
8024    M /trunk/modules/codec/ffmpeg/encoder.c
8025    M /trunk/modules/codec/ffmpeg/ffmpeg.c
8026    M /trunk/modules/codec/ffmpeg/ffmpeg.h
8027    M /trunk/modules/codec/ffmpeg/postprocess.c
8028    M /trunk/modules/codec/ffmpeg/video.c
8029    M /trunk/modules/codec/ffmpeg/video_filter.c
8030    M /trunk/modules/codec/flac.c
8031    M /trunk/modules/codec/libmpeg2.c
8032    M /trunk/modules/codec/lpcm.c
8033    M /trunk/modules/codec/mash.cpp
8034    M /trunk/modules/codec/mpeg_audio.c
8035    M /trunk/modules/codec/png.c
8036    M /trunk/modules/codec/quicktime.c
8037    M /trunk/modules/codec/rawvideo.c
8038    M /trunk/modules/codec/speex.c
8039    M /trunk/modules/codec/spudec/parse.c
8040    M /trunk/modules/codec/spudec/spudec.c
8041    M /trunk/modules/codec/spudec/spudec.h
8042    M /trunk/modules/codec/subsdec.c
8043    M /trunk/modules/codec/svcdsub.c
8044    M /trunk/modules/codec/tarkin.c
8045    M /trunk/modules/codec/theora.c
8046    M /trunk/modules/codec/twolame.c
8047    M /trunk/modules/codec/vorbis.c
8048    M /trunk/modules/codec/x264.c
8049    M /trunk/modules/control/corba/corba.c
8050    M /trunk/modules/control/gestures.c
8051    M /trunk/modules/control/hotkeys.c
8052    M /trunk/modules/control/http.c
8053    M /trunk/modules/control/joystick.c
8054    M /trunk/modules/control/lirc.c
8055    M /trunk/modules/control/netsync.c
8056    M /trunk/modules/control/ntservice.c
8057    M /trunk/modules/control/rc.c
8058    M /trunk/modules/control/showintf.c
8059    M /trunk/modules/control/telnet.c
8060    M /trunk/modules/demux/a52.c
8061    M /trunk/modules/demux/aiff.c
8062    M /trunk/modules/demux/asf/asf.c
8063    M /trunk/modules/demux/asf/libasf.c
8064    M /trunk/modules/demux/asf/libasf.h
8065    M /trunk/modules/demux/au.c
8066    M /trunk/modules/demux/avi/avi.c
8067    M /trunk/modules/demux/avi/libavi.c
8068    M /trunk/modules/demux/avi/libavi.h
8069    M /trunk/modules/demux/demuxdump.c
8070    M /trunk/modules/demux/dts.c
8071    M /trunk/modules/demux/flac.c
8072    M /trunk/modules/demux/livedotcom.cpp
8073    M /trunk/modules/demux/m3u.c
8074    M /trunk/modules/demux/mjpeg.c
8075    M /trunk/modules/demux/mkv.cpp
8076    M /trunk/modules/demux/mod.c
8077    M /trunk/modules/demux/mp4/drms.c
8078    M /trunk/modules/demux/mp4/drms.h
8079    M /trunk/modules/demux/mp4/drmstables.h
8080    M /trunk/modules/demux/mp4/libmp4.c
8081    M /trunk/modules/demux/mp4/libmp4.h
8082    M /trunk/modules/demux/mp4/mp4.c
8083    M /trunk/modules/demux/mpeg/h264.c
8084    M /trunk/modules/demux/mpeg/m4a.c
8085    M /trunk/modules/demux/mpeg/m4v.c
8086    M /trunk/modules/demux/mpeg/mpga.c
8087    M /trunk/modules/demux/mpeg/mpgv.c
8088    M /trunk/modules/demux/nsv.c
8089    M /trunk/modules/demux/nuv.c
8090    M /trunk/modules/demux/ogg.c
8091    M /trunk/modules/demux/playlist/b4s.c
8092    M /trunk/modules/demux/playlist/m3u.c
8093    M /trunk/modules/demux/playlist/old.c
8094    M /trunk/modules/demux/playlist/playlist.c
8095    M /trunk/modules/demux/playlist/playlist.h
8096    M /trunk/modules/demux/playlist/pls.c
8097    M /trunk/modules/demux/ps.c
8098    M /trunk/modules/demux/ps.h
8099    M /trunk/modules/demux/pva.c
8100    M /trunk/modules/demux/rawdv.c
8101    M /trunk/modules/demux/real.c
8102    M /trunk/modules/demux/sgimb.c
8103    M /trunk/modules/demux/subtitle.c
8104    M /trunk/modules/demux/ts.c
8105    M /trunk/modules/demux/ty.c
8106    M /trunk/modules/demux/util/id3genres.h
8107    M /trunk/modules/demux/util/id3tag.c
8108    M /trunk/modules/demux/vobsub.c
8109    M /trunk/modules/demux/voc.c
8110    M /trunk/modules/demux/wav.c
8111    M /trunk/modules/demux/xa.c
8112    M /trunk/modules/gui/beos/AudioOutput.cpp
8113    M /trunk/modules/gui/beos/BeOS.cpp
8114    M /trunk/modules/gui/beos/Bitmaps.h
8115    M /trunk/modules/gui/beos/DrawingTidbits.cpp
8116    M /trunk/modules/gui/beos/DrawingTidbits.h
8117    M /trunk/modules/gui/beos/Interface.cpp
8118    M /trunk/modules/gui/beos/InterfaceWindow.cpp
8119    M /trunk/modules/gui/beos/InterfaceWindow.h
8120    M /trunk/modules/gui/beos/ListViews.cpp
8121    M /trunk/modules/gui/beos/ListViews.h
8122    M /trunk/modules/gui/beos/MediaControlView.cpp
8123    M /trunk/modules/gui/beos/MediaControlView.h
8124    M /trunk/modules/gui/beos/MessagesWindow.cpp
8125    M /trunk/modules/gui/beos/MessagesWindow.h
8126    M /trunk/modules/gui/beos/MsgVals.h
8127    M /trunk/modules/gui/beos/PlayListWindow.cpp
8128    M /trunk/modules/gui/beos/PlayListWindow.h
8129    M /trunk/modules/gui/beos/PreferencesWindow.cpp
8130    M /trunk/modules/gui/beos/PreferencesWindow.h
8131    M /trunk/modules/gui/beos/TransportButton.cpp
8132    M /trunk/modules/gui/beos/TransportButton.h
8133    M /trunk/modules/gui/beos/VideoOutput.cpp
8134    M /trunk/modules/gui/beos/VideoWindow.h
8135    M /trunk/modules/gui/gtk/common.h
8136    M /trunk/modules/gui/gtk/control.c
8137    M /trunk/modules/gui/gtk/control.h
8138    M /trunk/modules/gui/gtk/display.c
8139    M /trunk/modules/gui/gtk/display.h
8140    M /trunk/modules/gui/gtk/gnome.c
8141    M /trunk/modules/gui/gtk/gtk.c
8142    M /trunk/modules/gui/gtk/gtk_callbacks.c
8143    M /trunk/modules/gui/gtk/gtk_callbacks.h
8144    M /trunk/modules/gui/gtk/menu.c
8145    M /trunk/modules/gui/gtk/menu.h
8146    M /trunk/modules/gui/gtk/modules.c
8147    M /trunk/modules/gui/gtk/modules.h
8148    M /trunk/modules/gui/gtk/open.c
8149    M /trunk/modules/gui/gtk/open.h
8150    M /trunk/modules/gui/gtk/playlist.c
8151    M /trunk/modules/gui/gtk/playlist.h
8152    M /trunk/modules/gui/gtk/preferences.c
8153    M /trunk/modules/gui/gtk/preferences.h
8154    M /trunk/modules/gui/gtk/sout.c
8155    M /trunk/modules/gui/gtk2/gnome2.c
8156    M /trunk/modules/gui/gtk2/gtk2.c
8157    M /trunk/modules/gui/kde/QConfigItem.cpp
8158    M /trunk/modules/gui/kde/QConfigItem.h
8159    M /trunk/modules/gui/kde/info.cpp
8160    M /trunk/modules/gui/kde/info.h
8161    M /trunk/modules/gui/kde/kde.cpp
8162    M /trunk/modules/gui/kde/languagemenu.cpp
8163    M /trunk/modules/gui/kde/languagemenu.h
8164    M /trunk/modules/gui/kde/messages.cpp
8165    M /trunk/modules/gui/kde/messages.h
8166    M /trunk/modules/gui/kde/pluginsbox.cpp
8167    M /trunk/modules/gui/kde/pluginsbox.h
8168    M /trunk/modules/gui/kde/preferences.cpp
8169    M /trunk/modules/gui/kde/preferences.h
8170    M /trunk/modules/gui/macosx/about.h
8171    M /trunk/modules/gui/macosx/about.m
8172    M /trunk/modules/gui/macosx/applescript.h
8173    M /trunk/modules/gui/macosx/applescript.m
8174    M /trunk/modules/gui/macosx/controls.h
8175    M /trunk/modules/gui/macosx/controls.m
8176    M /trunk/modules/gui/macosx/equalizer.h
8177    M /trunk/modules/gui/macosx/equalizer.m
8178    M /trunk/modules/gui/macosx/intf.h
8179    M /trunk/modules/gui/macosx/intf.m
8180    M /trunk/modules/gui/macosx/macosx.m
8181    M /trunk/modules/gui/macosx/misc.h
8182    M /trunk/modules/gui/macosx/misc.m
8183    M /trunk/modules/gui/macosx/open.h
8184    M /trunk/modules/gui/macosx/open.m
8185    M /trunk/modules/gui/macosx/output.h
8186    M /trunk/modules/gui/macosx/output.m
8187    M /trunk/modules/gui/macosx/playlist.h
8188    M /trunk/modules/gui/macosx/playlist.m
8189    M /trunk/modules/gui/macosx/playlistinfo.h
8190    M /trunk/modules/gui/macosx/playlistinfo.m
8191    M /trunk/modules/gui/macosx/prefs.h
8192    M /trunk/modules/gui/macosx/prefs.m
8193    M /trunk/modules/gui/macosx/prefs_widgets.h
8194    M /trunk/modules/gui/macosx/prefs_widgets.m
8195    M /trunk/modules/gui/macosx/vout.h
8196    M /trunk/modules/gui/macosx/vout.m
8197    M /trunk/modules/gui/macosx/voutgl.m
8198    M /trunk/modules/gui/macosx/voutqt.m
8199    M /trunk/modules/gui/macosx/wizard.h
8200    M /trunk/modules/gui/macosx/wizard.m
8201    M /trunk/modules/gui/ncurses.c
8202    M /trunk/modules/gui/pda/pda.c
8203    M /trunk/modules/gui/pda/pda.h
8204    M /trunk/modules/gui/pda/pda_callbacks.c
8205    M /trunk/modules/gui/pda/pda_callbacks.h
8206    M /trunk/modules/gui/pda/pda_interface.c
8207    M /trunk/modules/gui/qnx/aout.c
8208    M /trunk/modules/gui/qnx/qnx.c
8209    M /trunk/modules/gui/qnx/vout.c
8210    M /trunk/modules/gui/qt/intf.cpp
8211    M /trunk/modules/gui/qt/intf.h
8212    M /trunk/modules/gui/qt/qt.cpp
8213    M /trunk/modules/gui/skins2/commands/async_queue.cpp
8214    M /trunk/modules/gui/skins2/commands/async_queue.hpp
8215    M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
8216    M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
8217    M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
8218    M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
8219    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
8220    M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
8221    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
8222    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
8223    M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
8224    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
8225    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
8226    M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
8227    M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
8228    M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
8229    M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
8230    M /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
8231    M /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
8232    M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
8233    M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
8234    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
8235    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
8236    M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
8237    M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
8238    M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
8239    M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
8240    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
8241    M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
8242    M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
8243    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
8244    M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
8245    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
8246    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
8247    M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
8248    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
8249    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
8250    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
8251    M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
8252    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
8253    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
8254    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
8255    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
8256    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
8257    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
8258    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
8259    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
8260    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
8261    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
8262    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
8263    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
8264    M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
8265    M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
8266    M /trunk/modules/gui/skins2/events/evt_enter.hpp
8267    M /trunk/modules/gui/skins2/events/evt_focus.hpp
8268    M /trunk/modules/gui/skins2/events/evt_generic.hpp
8269    M /trunk/modules/gui/skins2/events/evt_input.cpp
8270    M /trunk/modules/gui/skins2/events/evt_input.hpp
8271    M /trunk/modules/gui/skins2/events/evt_key.cpp
8272    M /trunk/modules/gui/skins2/events/evt_key.hpp
8273    M /trunk/modules/gui/skins2/events/evt_leave.hpp
8274    M /trunk/modules/gui/skins2/events/evt_motion.hpp
8275    M /trunk/modules/gui/skins2/events/evt_mouse.cpp
8276    M /trunk/modules/gui/skins2/events/evt_mouse.hpp
8277    M /trunk/modules/gui/skins2/events/evt_refresh.hpp
8278    M /trunk/modules/gui/skins2/events/evt_scroll.cpp
8279    M /trunk/modules/gui/skins2/events/evt_scroll.hpp
8280    M /trunk/modules/gui/skins2/events/evt_special.cpp
8281    M /trunk/modules/gui/skins2/events/evt_special.hpp
8282    M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.cpp
8283    M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.hpp
8284    M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
8285    M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
8286    M /trunk/modules/gui/skins2/macosx/macosx_graphics.cpp
8287    M /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
8288    M /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
8289    M /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
8290    M /trunk/modules/gui/skins2/macosx/macosx_timer.cpp
8291    M /trunk/modules/gui/skins2/macosx/macosx_timer.hpp
8292    M /trunk/modules/gui/skins2/macosx/macosx_tooltip.cpp
8293    M /trunk/modules/gui/skins2/macosx/macosx_tooltip.hpp
8294    M /trunk/modules/gui/skins2/macosx/macosx_window.cpp
8295    M /trunk/modules/gui/skins2/macosx/macosx_window.hpp
8296    M /trunk/modules/gui/skins2/parser/builder.cpp
8297    M /trunk/modules/gui/skins2/parser/builder.hpp
8298    M /trunk/modules/gui/skins2/parser/builder_data.hpp
8299    M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
8300    M /trunk/modules/gui/skins2/parser/expr_evaluator.hpp
8301    M /trunk/modules/gui/skins2/parser/gen_builder.py
8302    M /trunk/modules/gui/skins2/parser/interpreter.cpp
8303    M /trunk/modules/gui/skins2/parser/interpreter.hpp
8304    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
8305    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
8306    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
8307    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
8308    M /trunk/modules/gui/skins2/src/anchor.cpp
8309    M /trunk/modules/gui/skins2/src/anchor.hpp
8310    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
8311    M /trunk/modules/gui/skins2/src/bitmap_font.hpp
8312    M /trunk/modules/gui/skins2/src/dialogs.cpp
8313    M /trunk/modules/gui/skins2/src/dialogs.hpp
8314    M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
8315    M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
8316    M /trunk/modules/gui/skins2/src/ft2_font.cpp
8317    M /trunk/modules/gui/skins2/src/ft2_font.hpp
8318    M /trunk/modules/gui/skins2/src/generic_bitmap.cpp
8319    M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
8320    M /trunk/modules/gui/skins2/src/generic_font.hpp
8321    M /trunk/modules/gui/skins2/src/generic_layout.cpp
8322    M /trunk/modules/gui/skins2/src/generic_layout.hpp
8323    M /trunk/modules/gui/skins2/src/generic_window.cpp
8324    M /trunk/modules/gui/skins2/src/generic_window.hpp
8325    M /trunk/modules/gui/skins2/src/logger.cpp
8326    M /trunk/modules/gui/skins2/src/logger.hpp
8327    M /trunk/modules/gui/skins2/src/os_factory.cpp
8328    M /trunk/modules/gui/skins2/src/os_factory.hpp
8329    M /trunk/modules/gui/skins2/src/os_graphics.hpp
8330    M /trunk/modules/gui/skins2/src/os_loop.hpp
8331    M /trunk/modules/gui/skins2/src/os_timer.hpp
8332    M /trunk/modules/gui/skins2/src/os_tooltip.hpp
8333    M /trunk/modules/gui/skins2/src/os_window.hpp
8334    M /trunk/modules/gui/skins2/src/png_bitmap.cpp
8335    M /trunk/modules/gui/skins2/src/png_bitmap.hpp
8336    M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
8337    M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
8338    M /trunk/modules/gui/skins2/src/skin_common.hpp
8339    M /trunk/modules/gui/skins2/src/skin_main.cpp
8340    M /trunk/modules/gui/skins2/src/theme.cpp
8341    M /trunk/modules/gui/skins2/src/theme.hpp
8342    M /trunk/modules/gui/skins2/src/theme_loader.cpp
8343    M /trunk/modules/gui/skins2/src/theme_loader.hpp
8344    M /trunk/modules/gui/skins2/src/theme_repository.cpp
8345    M /trunk/modules/gui/skins2/src/theme_repository.hpp
8346    M /trunk/modules/gui/skins2/src/tooltip.cpp
8347    M /trunk/modules/gui/skins2/src/tooltip.hpp
8348    M /trunk/modules/gui/skins2/src/top_window.cpp
8349    M /trunk/modules/gui/skins2/src/top_window.hpp
8350    M /trunk/modules/gui/skins2/src/var_manager.cpp
8351    M /trunk/modules/gui/skins2/src/var_manager.hpp
8352    M /trunk/modules/gui/skins2/src/vlcproc.cpp
8353    M /trunk/modules/gui/skins2/src/vlcproc.hpp
8354    M /trunk/modules/gui/skins2/src/vout_window.cpp
8355    M /trunk/modules/gui/skins2/src/vout_window.hpp
8356    M /trunk/modules/gui/skins2/src/window_manager.cpp
8357    M /trunk/modules/gui/skins2/src/window_manager.hpp
8358    M /trunk/modules/gui/skins2/utils/bezier.cpp
8359    M /trunk/modules/gui/skins2/utils/bezier.hpp
8360    M /trunk/modules/gui/skins2/utils/fsm.cpp
8361    M /trunk/modules/gui/skins2/utils/fsm.hpp
8362    M /trunk/modules/gui/skins2/utils/observer.hpp
8363    M /trunk/modules/gui/skins2/utils/pointer.hpp
8364    M /trunk/modules/gui/skins2/utils/position.cpp
8365    M /trunk/modules/gui/skins2/utils/position.hpp
8366    M /trunk/modules/gui/skins2/utils/ustring.cpp
8367    M /trunk/modules/gui/skins2/utils/ustring.hpp
8368    M /trunk/modules/gui/skins2/utils/var_bool.cpp
8369    M /trunk/modules/gui/skins2/utils/var_bool.hpp
8370    M /trunk/modules/gui/skins2/utils/var_list.cpp
8371    M /trunk/modules/gui/skins2/utils/var_list.hpp
8372    M /trunk/modules/gui/skins2/utils/var_percent.cpp
8373    M /trunk/modules/gui/skins2/utils/var_percent.hpp
8374    M /trunk/modules/gui/skins2/utils/var_text.cpp
8375    M /trunk/modules/gui/skins2/utils/var_text.hpp
8376    M /trunk/modules/gui/skins2/utils/variable.hpp
8377    M /trunk/modules/gui/skins2/vars/playlist.cpp
8378    M /trunk/modules/gui/skins2/vars/playlist.hpp
8379    M /trunk/modules/gui/skins2/vars/time.cpp
8380    M /trunk/modules/gui/skins2/vars/time.hpp
8381    M /trunk/modules/gui/skins2/vars/volume.cpp
8382    M /trunk/modules/gui/skins2/vars/volume.hpp
8383    M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
8384    M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
8385    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
8386    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
8387    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
8388    M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
8389    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
8390    M /trunk/modules/gui/skins2/win32/win32_loop.hpp
8391    M /trunk/modules/gui/skins2/win32/win32_timer.cpp
8392    M /trunk/modules/gui/skins2/win32/win32_timer.hpp
8393    M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
8394    M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
8395    M /trunk/modules/gui/skins2/win32/win32_window.cpp
8396    M /trunk/modules/gui/skins2/win32/win32_window.hpp
8397    M /trunk/modules/gui/skins2/x11/x11_display.cpp
8398    M /trunk/modules/gui/skins2/x11/x11_display.hpp
8399    M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
8400    M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
8401    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
8402    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
8403    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
8404    M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
8405    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
8406    M /trunk/modules/gui/skins2/x11/x11_loop.hpp
8407    M /trunk/modules/gui/skins2/x11/x11_timer.cpp
8408    M /trunk/modules/gui/skins2/x11/x11_timer.hpp
8409    M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
8410    M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
8411    M /trunk/modules/gui/skins2/x11/x11_window.cpp
8412    M /trunk/modules/gui/skins2/x11/x11_window.hpp
8413    M /trunk/modules/gui/wince/dialogs.cpp
8414    M /trunk/modules/gui/wince/fileinfo.cpp
8415    M /trunk/modules/gui/wince/interface.cpp
8416    M /trunk/modules/gui/wince/iteminfo.cpp
8417    M /trunk/modules/gui/wince/menus.cpp
8418    M /trunk/modules/gui/wince/messages.cpp
8419    M /trunk/modules/gui/wince/open.cpp
8420    M /trunk/modules/gui/wince/playlist.cpp
8421    M /trunk/modules/gui/wince/preferences.cpp
8422    M /trunk/modules/gui/wince/preferences_widgets.cpp
8423    M /trunk/modules/gui/wince/preferences_widgets.h
8424    M /trunk/modules/gui/wince/subtitles.cpp
8425    M /trunk/modules/gui/wince/timer.cpp
8426    M /trunk/modules/gui/wince/video.cpp
8427    M /trunk/modules/gui/wince/wince.cpp
8428    M /trunk/modules/gui/wince/wince.h
8429    M /trunk/modules/gui/wxwindows/bookmarks.cpp
8430    M /trunk/modules/gui/wxwindows/dialogs.cpp
8431    M /trunk/modules/gui/wxwindows/extrapanel.cpp
8432    M /trunk/modules/gui/wxwindows/fileinfo.cpp
8433    M /trunk/modules/gui/wxwindows/interface.cpp
8434    M /trunk/modules/gui/wxwindows/iteminfo.cpp
8435    M /trunk/modules/gui/wxwindows/menus.cpp
8436    M /trunk/modules/gui/wxwindows/messages.cpp
8437    M /trunk/modules/gui/wxwindows/open.cpp
8438    M /trunk/modules/gui/wxwindows/playlist.cpp
8439    M /trunk/modules/gui/wxwindows/preferences.cpp
8440    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
8441    M /trunk/modules/gui/wxwindows/preferences_widgets.h
8442    M /trunk/modules/gui/wxwindows/streamdata.h
8443    M /trunk/modules/gui/wxwindows/streamout.cpp
8444    M /trunk/modules/gui/wxwindows/subtitles.cpp
8445    M /trunk/modules/gui/wxwindows/timer.cpp
8446    M /trunk/modules/gui/wxwindows/video.cpp
8447    M /trunk/modules/gui/wxwindows/wizard.cpp
8448    M /trunk/modules/gui/wxwindows/wxwindows.cpp
8449    M /trunk/modules/gui/wxwindows/wxwindows.h
8450    M /trunk/modules/misc/dummy/aout.c
8451    M /trunk/modules/misc/dummy/decoder.c
8452    M /trunk/modules/misc/dummy/dummy.c
8453    M /trunk/modules/misc/dummy/dummy.h
8454    M /trunk/modules/misc/dummy/encoder.c
8455    M /trunk/modules/misc/dummy/input.c
8456    M /trunk/modules/misc/dummy/interface.c
8457    M /trunk/modules/misc/dummy/renderer.c
8458    M /trunk/modules/misc/dummy/vout.c
8459    M /trunk/modules/misc/freetype.c
8460    M /trunk/modules/misc/gnutls.c
8461    M /trunk/modules/misc/gtk_main.c
8462    M /trunk/modules/misc/logger.c
8463    M /trunk/modules/misc/memcpy/memcpy.c
8464    M /trunk/modules/misc/memcpy/memcpyaltivec.c
8465    M /trunk/modules/misc/network/ipv4.c
8466    M /trunk/modules/misc/network/ipv6.c
8467    M /trunk/modules/misc/playlist/export.c
8468    M /trunk/modules/misc/playlist/m3u.c
8469    M /trunk/modules/misc/playlist/old.c
8470    M /trunk/modules/misc/qte_main.cpp
8471    M /trunk/modules/misc/rtsp.c
8472    M /trunk/modules/misc/screensaver.c
8473    M /trunk/modules/misc/svg.c
8474    M /trunk/modules/misc/testsuite/playlist.c
8475    M /trunk/modules/misc/testsuite/test1.c
8476    M /trunk/modules/misc/testsuite/test2.cpp
8477    M /trunk/modules/misc/testsuite/test3.m
8478    M /trunk/modules/misc/testsuite/test4.c
8479    M /trunk/modules/misc/win32text.c
8480    M /trunk/modules/misc/xml/libxml.c
8481    M /trunk/modules/misc/xml/xtag.c
8482    M /trunk/modules/mux/asf.c
8483    M /trunk/modules/mux/avi.c
8484    M /trunk/modules/mux/dummy.c
8485    M /trunk/modules/mux/mp4.c
8486    M /trunk/modules/mux/mpeg/bits.h
8487    M /trunk/modules/mux/mpeg/pes.c
8488    M /trunk/modules/mux/mpeg/pes.h
8489    M /trunk/modules/mux/mpeg/ps.c
8490    M /trunk/modules/mux/mpeg/ts.c
8491    M /trunk/modules/mux/mpjpeg.c
8492    M /trunk/modules/mux/ogg.c
8493    M /trunk/modules/mux/wav.c
8494    M /trunk/modules/packetizer/copy.c
8495    M /trunk/modules/packetizer/h264.c
8496    M /trunk/modules/packetizer/mpeg4audio.c
8497    M /trunk/modules/packetizer/mpeg4video.c
8498    M /trunk/modules/packetizer/mpegvideo.c
8499    M /trunk/modules/services_discovery/daap.c
8500    M /trunk/modules/services_discovery/hal.c
8501    M /trunk/modules/services_discovery/sap.c
8502    M /trunk/modules/services_discovery/shout.c
8503    M /trunk/modules/stream_out/announce.c
8504    M /trunk/modules/stream_out/announce.h
8505    M /trunk/modules/stream_out/bridge.c
8506    M /trunk/modules/stream_out/description.c
8507    M /trunk/modules/stream_out/display.c
8508    M /trunk/modules/stream_out/dummy.c
8509    M /trunk/modules/stream_out/duplicate.c
8510    M /trunk/modules/stream_out/es.c
8511    M /trunk/modules/stream_out/gather.c
8512    M /trunk/modules/stream_out/mosaic_bridge.c
8513    M /trunk/modules/stream_out/rtp.c
8514    M /trunk/modules/stream_out/standard.c
8515    M /trunk/modules/stream_out/switcher.c
8516    M /trunk/modules/stream_out/transcode.c
8517    M /trunk/modules/stream_out/transrate/block.c
8518    M /trunk/modules/stream_out/transrate/frame.c
8519    M /trunk/modules/stream_out/transrate/transrate.c
8520    M /trunk/modules/stream_out/transrate/transrate.h
8521    M /trunk/modules/video_chroma/i420_rgb.c
8522    M /trunk/modules/video_chroma/i420_rgb.h
8523    M /trunk/modules/video_chroma/i420_rgb16.c
8524    M /trunk/modules/video_chroma/i420_rgb8.c
8525    M /trunk/modules/video_chroma/i420_rgb_c.h
8526    M /trunk/modules/video_chroma/i420_rgb_mmx.h
8527    M /trunk/modules/video_chroma/i420_ymga.c
8528    M /trunk/modules/video_chroma/i420_yuy2.c
8529    M /trunk/modules/video_chroma/i420_yuy2.h
8530    M /trunk/modules/video_chroma/i422_yuy2.c
8531    M /trunk/modules/video_chroma/i422_yuy2.h
8532    M /trunk/modules/video_filter/adjust.c
8533    M /trunk/modules/video_filter/blend.c
8534    M /trunk/modules/video_filter/clone.c
8535    M /trunk/modules/video_filter/crop.c
8536    M /trunk/modules/video_filter/deinterlace.c
8537    M /trunk/modules/video_filter/distort.c
8538    M /trunk/modules/video_filter/filter_common.h
8539    M /trunk/modules/video_filter/invert.c
8540    M /trunk/modules/video_filter/logo.c
8541    M /trunk/modules/video_filter/marq.c
8542    M /trunk/modules/video_filter/mosaic.c
8543    M /trunk/modules/video_filter/mosaic.h
8544    M /trunk/modules/video_filter/motionblur.c
8545    M /trunk/modules/video_filter/motiondetect.c
8546    M /trunk/modules/video_filter/scale.c
8547    M /trunk/modules/video_filter/swscale/common.h
8548    M /trunk/modules/video_filter/swscale/filter.c
8549    M /trunk/modules/video_filter/time.c
8550    M /trunk/modules/video_filter/transform.c
8551    M /trunk/modules/video_filter/wall.c
8552    M /trunk/modules/video_output/aa.c
8553    M /trunk/modules/video_output/caca.c
8554    M /trunk/modules/video_output/directx/directx.c
8555    M /trunk/modules/video_output/directx/events.c
8556    M /trunk/modules/video_output/directx/glwin32.c
8557    M /trunk/modules/video_output/directx/vout.h
8558    M /trunk/modules/video_output/fb.c
8559    M /trunk/modules/video_output/ggi.c
8560    M /trunk/modules/video_output/glide.c
8561    M /trunk/modules/video_output/hd1000v.cpp
8562    M /trunk/modules/video_output/image.c
8563    M /trunk/modules/video_output/mga.c
8564    M /trunk/modules/video_output/opengl.c
8565    M /trunk/modules/video_output/qte/qte.cpp
8566    M /trunk/modules/video_output/qte/qte.h
8567    M /trunk/modules/video_output/sdl.c
8568    M /trunk/modules/video_output/snapshot.c
8569    M /trunk/modules/video_output/svgalib.c
8570    M /trunk/modules/video_output/wingdi.c
8571    M /trunk/modules/video_output/x11/glx.c
8572    M /trunk/modules/video_output/x11/x11.c
8573    M /trunk/modules/video_output/x11/xcommon.c
8574    M /trunk/modules/video_output/x11/xcommon.h
8575    M /trunk/modules/video_output/x11/xvideo.c
8576    M /trunk/modules/visualization/galaktos/PCM.c
8577    M /trunk/modules/visualization/galaktos/beat_detect.c
8578    M /trunk/modules/visualization/galaktos/builtin_funcs.c
8579    M /trunk/modules/visualization/galaktos/custom_shape.c
8580    M /trunk/modules/visualization/galaktos/custom_wave.c
8581    M /trunk/modules/visualization/galaktos/engine_vars.c
8582    M /trunk/modules/visualization/galaktos/eval.c
8583    M /trunk/modules/visualization/galaktos/fftsg.c
8584    M /trunk/modules/visualization/galaktos/init_cond.c
8585    M /trunk/modules/visualization/galaktos/main.c
8586    M /trunk/modules/visualization/galaktos/main.h
8587    M /trunk/modules/visualization/galaktos/param.c
8588    M /trunk/modules/visualization/galaktos/parser.c
8589    M /trunk/modules/visualization/galaktos/per_frame_eqn.c
8590    M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
8591    M /trunk/modules/visualization/galaktos/plugin.c
8592    M /trunk/modules/visualization/galaktos/plugin.h
8593    M /trunk/modules/visualization/galaktos/preset.c
8594    M /trunk/modules/visualization/galaktos/splaytree.c
8595    M /trunk/modules/visualization/galaktos/tree_types.c
8596    M /trunk/modules/visualization/galaktos/video_init.c
8597    M /trunk/modules/visualization/goom.c
8598    M /trunk/modules/visualization/visual/effects.c
8599    M /trunk/modules/visualization/visual/visual.c
8600    M /trunk/modules/visualization/visual/visual.h
8601    M /trunk/modules/visualization/xosd.c
8602    M /trunk/mozilla/vlcpeer.cpp
8603    M /trunk/mozilla/vlcpeer.h
8604    M /trunk/mozilla/vlcplugin.cpp
8605    M /trunk/mozilla/vlcplugin.h
8606    M /trunk/mozilla/vlcshell.cpp
8607    M /trunk/msvc/modules_builtin_msvc.h
8608    M /trunk/po/bn.po
8609    M /trunk/po/ca.po
8610    M /trunk/po/da.po
8611    M /trunk/po/de.po
8612    M /trunk/po/el.po
8613    M /trunk/po/en_GB.po
8614    M /trunk/po/es.po
8615    M /trunk/po/fr.po
8616    M /trunk/po/hi.po
8617    M /trunk/po/hu.po
8618    M /trunk/po/it.po
8619    M /trunk/po/ja.po
8620    M /trunk/po/my.po
8621    M /trunk/po/ne.po
8622    M /trunk/po/ps.po
8623    M /trunk/po/pt_BR.po
8624    M /trunk/po/ru.po
8625    M /trunk/po/sv.po
8626    M /trunk/po/tet.po
8627    M /trunk/po/tl.po
8628    M /trunk/po/tr.po
8629    M /trunk/po/vlc.pot
8630    M /trunk/po/zh_TW.po
8631    M /trunk/src/audio_output/common.c
8632    M /trunk/src/audio_output/dec.c
8633    M /trunk/src/audio_output/filters.c
8634    M /trunk/src/audio_output/input.c
8635    M /trunk/src/audio_output/intf.c
8636    M /trunk/src/audio_output/mixer.c
8637    M /trunk/src/audio_output/output.c
8638    M /trunk/src/control/audio_video.c
8639    M /trunk/src/control/core.c
8640    M /trunk/src/control/util.c
8641    M /trunk/src/extras/libc.c
8642    M /trunk/src/input/access.c
8643    M /trunk/src/input/clock.c
8644    M /trunk/src/input/control.c
8645    M /trunk/src/input/decoder.c
8646    M /trunk/src/input/demux.c
8647    M /trunk/src/input/es_out.c
8648    M /trunk/src/input/input.c
8649    M /trunk/src/input/input_internal.h
8650    M /trunk/src/input/mem_stream.c
8651    M /trunk/src/input/stream.c
8652    M /trunk/src/input/subtitles.c
8653    M /trunk/src/input/var.c
8654    M /trunk/src/interface/interface.c
8655    M /trunk/src/interface/intf_eject.c
8656    M /trunk/src/libvlc.c
8657    M /trunk/src/libvlc.h
8658    M /trunk/src/misc/beos_specific.cpp
8659    M /trunk/src/misc/block.c
8660    M /trunk/src/misc/charset.c
8661    M /trunk/src/misc/configuration.c
8662    M /trunk/src/misc/cpu.c
8663    M /trunk/src/misc/darwin_specific.m
8664    M /trunk/src/misc/error.c
8665    M /trunk/src/misc/getaddrinfo.c
8666    M /trunk/src/misc/httpd.c
8667    M /trunk/src/misc/image.c
8668    M /trunk/src/misc/iso-639_def.h
8669    M /trunk/src/misc/iso_lang.c
8670    M /trunk/src/misc/md5.c
8671    M /trunk/src/misc/messages.c
8672    M /trunk/src/misc/modules.c
8673    M /trunk/src/misc/modules_builtin.h.in
8674    M /trunk/src/misc/mtime.c
8675    M /trunk/src/misc/net.c
8676    M /trunk/src/misc/objects.c
8677    M /trunk/src/misc/threads.c
8678    M /trunk/src/misc/tls.c
8679    M /trunk/src/misc/variables.c
8680    M /trunk/src/misc/vlm.c
8681    M /trunk/src/misc/win32_specific.c
8682    M /trunk/src/misc/xml.c
8683    M /trunk/src/playlist/item-ext.c
8684    M /trunk/src/playlist/item.c
8685    M /trunk/src/playlist/loadsave.c
8686    M /trunk/src/playlist/playlist.c
8687    M /trunk/src/playlist/services_discovery.c
8688    M /trunk/src/playlist/sort.c
8689    M /trunk/src/playlist/view.c
8690    M /trunk/src/stream_output/announce.c
8691    M /trunk/src/stream_output/sap.c
8692    M /trunk/src/stream_output/stream_output.c
8693    M /trunk/src/video_output/video_output.c
8694    M /trunk/src/video_output/video_text.c
8695    M /trunk/src/video_output/video_widgets.c
8696    M /trunk/src/video_output/vout_intf.c
8697    M /trunk/src/video_output/vout_pictures.c
8698    M /trunk/src/video_output/vout_pictures.h
8699    M /trunk/src/video_output/vout_subpictures.c
8700    M /trunk/src/video_output/vout_synchro.c
8701    M /trunk/src/vlc.c
8702    M /trunk/vlc-api.pl
8703
8704 Make Zorglub less unhappy
8705
8706 ------------------------------------------------------------------------
8707 r11663 | rocky | 2005-07-09 05:41:48 +0200 (Sat, 09 Jul 2005) | 4 lines
8708 Changed paths:
8709    M /trunk/modules/gui/wxwindows/open.cpp
8710    M /trunk/modules/gui/wxwindows/wxwindows.h
8711
8712 Add audio track entry field for VCD and DVD. 
8713 Correct ranges for # of tracks and subtitles allowed in VCD and DVD.
8714
8715
8716 ------------------------------------------------------------------------
8717 r11662 | rocky | 2005-07-09 03:56:01 +0200 (Sat, 09 Jul 2005) | 4 lines
8718 Changed paths:
8719    M /trunk/modules/access/vcdx/vcd.c
8720    M /trunk/modules/access/vcdx/vcdplayer.c
8721
8722 vcdplayer.c: fix gcc 4-caught uninitialized variable. 
8723 vcd.c: more logical order of macros (I think)
8724
8725
8726 ------------------------------------------------------------------------
8727 r11661 | courmisch | 2005-07-08 20:45:05 +0200 (Fri, 08 Jul 2005) | 2 lines
8728 Changed paths:
8729    M /trunk/modules/demux/xa.c
8730
8731 Fix compiler warning
8732
8733 ------------------------------------------------------------------------
8734 r11660 | courmisch | 2005-07-08 20:12:44 +0200 (Fri, 08 Jul 2005) | 3 lines
8735 Changed paths:
8736    M /trunk/activex/axvlc.idl
8737    M /trunk/activex/connectioncontainer.cpp
8738    M /trunk/activex/connectioncontainer.h
8739    M /trunk/activex/main.cpp
8740    M /trunk/activex/objectsafety.cpp
8741    M /trunk/activex/objectsafety.h
8742    M /trunk/activex/olecontrol.cpp
8743    M /trunk/activex/olecontrol.h
8744    M /trunk/activex/oleinplaceactiveobject.cpp
8745    M /trunk/activex/oleinplaceactiveobject.h
8746    M /trunk/activex/oleinplaceobject.cpp
8747    M /trunk/activex/oleinplaceobject.h
8748    M /trunk/activex/oleobject.cpp
8749    M /trunk/activex/oleobject.h
8750    M /trunk/activex/persistpropbag.cpp
8751    M /trunk/activex/persistpropbag.h
8752    M /trunk/activex/persiststorage.cpp
8753    M /trunk/activex/persiststorage.h
8754    M /trunk/activex/persiststreaminit.cpp
8755    M /trunk/activex/persiststreaminit.h
8756    M /trunk/activex/plugin.cpp
8757    M /trunk/activex/plugin.h
8758    M /trunk/activex/provideclassinfo.cpp
8759    M /trunk/activex/provideclassinfo.h
8760    M /trunk/activex/utils.cpp
8761    M /trunk/activex/utils.h
8762    M /trunk/activex/viewobject.cpp
8763    M /trunk/activex/viewobject.h
8764    M /trunk/activex/vlccontrol.cpp
8765    M /trunk/activex/vlccontrol.h
8766    M /trunk/bindings/java-gcj/JVLC.java
8767    M /trunk/evc/modules_builtin_evc.h
8768    M /trunk/extras/contrib/Makefile
8769    M /trunk/extras/contrib/bootstrap
8770    M /trunk/extras/contrib/change_prefix.sh
8771    M /trunk/extras/contrib/src/Makefile
8772    M /trunk/extras/contrib/src/packages.mak
8773    M /trunk/extras/zsh.cpp
8774    M /trunk/include/aout_internal.h
8775    M /trunk/include/audio_output.h
8776    M /trunk/include/beos_specific.h
8777    M /trunk/include/charset.h
8778    M /trunk/include/codecs.h
8779    M /trunk/include/configuration.h
8780    M /trunk/include/darwin_specific.h
8781    M /trunk/include/intf_eject.h
8782    M /trunk/include/iso_lang.h
8783    M /trunk/include/main.h
8784    M /trunk/include/modules.h
8785    M /trunk/include/modules_inner.h
8786    M /trunk/include/mtime.h
8787    M /trunk/include/network.h
8788    M /trunk/include/os_specific.h
8789    M /trunk/include/osd.h
8790    M /trunk/include/stream_output.h
8791    M /trunk/include/variables.h
8792    M /trunk/include/video_output.h
8793    M /trunk/include/vlc/aout.h
8794    M /trunk/include/vlc/control.h
8795    M /trunk/include/vlc/decoder.h
8796    M /trunk/include/vlc/input.h
8797    M /trunk/include/vlc/intf.h
8798    M /trunk/include/vlc/sout.h
8799    M /trunk/include/vlc/vlc.h
8800    M /trunk/include/vlc/vout.h
8801    M /trunk/include/vlc_access.h
8802    M /trunk/include/vlc_bits.h
8803    M /trunk/include/vlc_block.h
8804    M /trunk/include/vlc_block_helper.h
8805    M /trunk/include/vlc_codec.h
8806    M /trunk/include/vlc_common.h
8807    M /trunk/include/vlc_config.h
8808    M /trunk/include/vlc_config_cat.h
8809    M /trunk/include/vlc_cpu.h
8810    M /trunk/include/vlc_demux.h
8811    M /trunk/include/vlc_error.h
8812    M /trunk/include/vlc_es.h
8813    M /trunk/include/vlc_es_out.h
8814    M /trunk/include/vlc_filter.h
8815    M /trunk/include/vlc_httpd.h
8816    M /trunk/include/vlc_image.h
8817    M /trunk/include/vlc_input.h
8818    M /trunk/include/vlc_interface.h
8819    M /trunk/include/vlc_keys.h
8820    M /trunk/include/vlc_md5.h
8821    M /trunk/include/vlc_messages.h
8822    M /trunk/include/vlc_meta.h
8823    M /trunk/include/vlc_objects.h
8824    M /trunk/include/vlc_playlist.h
8825    M /trunk/include/vlc_spu.h
8826    M /trunk/include/vlc_stream.h
8827    M /trunk/include/vlc_threads.h
8828    M /trunk/include/vlc_threads_funcs.h
8829    M /trunk/include/vlc_tls.h
8830    M /trunk/include/vlc_video.h
8831    M /trunk/include/vlc_vlm.h
8832    M /trunk/include/vlc_vod.h
8833    M /trunk/include/vlc_xml.h
8834    M /trunk/include/vout_synchro.h
8835    M /trunk/include/win32_specific.h
8836    M /trunk/modules/access/cdda/access.c
8837    M /trunk/modules/access/cdda/access.h
8838    M /trunk/modules/access/cdda/callback.c
8839    M /trunk/modules/access/cdda/callback.h
8840    M /trunk/modules/access/cdda/cdda.c
8841    M /trunk/modules/access/cdda/cdda.h
8842    M /trunk/modules/access/cdda/info.c
8843    M /trunk/modules/access/cdda/info.h
8844    M /trunk/modules/access/cdda.c
8845    M /trunk/modules/access/directory.c
8846    M /trunk/modules/access/dshow/common.h
8847    M /trunk/modules/access/dshow/crossbar.cpp
8848    M /trunk/modules/access/dshow/dshow.cpp
8849    M /trunk/modules/access/dshow/filter.cpp
8850    M /trunk/modules/access/dshow/filter.h
8851    M /trunk/modules/access/dvb/access.c
8852    M /trunk/modules/access/dvb/dvb.h
8853    M /trunk/modules/access/dvb/en50221.c
8854    M /trunk/modules/access/dvb/linux_dvb.c
8855    M /trunk/modules/access/dvdnav.c
8856    M /trunk/modules/access/dvdread.c
8857    M /trunk/modules/access/fake.c
8858    M /trunk/modules/access/file.c
8859    M /trunk/modules/access/ftp.c
8860    M /trunk/modules/access/http.c
8861    M /trunk/modules/access/mms/asf.c
8862    M /trunk/modules/access/mms/asf.h
8863    M /trunk/modules/access/mms/buffer.c
8864    M /trunk/modules/access/mms/buffer.h
8865    M /trunk/modules/access/mms/mms.c
8866    M /trunk/modules/access/mms/mms.h
8867    M /trunk/modules/access/mms/mmsh.c
8868    M /trunk/modules/access/mms/mmsh.h
8869    M /trunk/modules/access/mms/mmstu.c
8870    M /trunk/modules/access/mms/mmstu.h
8871    M /trunk/modules/access/pvr/pvr.c
8872    M /trunk/modules/access/satellite/access.c
8873    M /trunk/modules/access/satellite/dvb.c
8874    M /trunk/modules/access/satellite/dvb.h
8875    M /trunk/modules/access/satellite/satellite.c
8876    M /trunk/modules/access/screen/beos.cpp
8877    M /trunk/modules/access/screen/mac.c
8878    M /trunk/modules/access/screen/screen.c
8879    M /trunk/modules/access/screen/screen.h
8880    M /trunk/modules/access/screen/win32.c
8881    M /trunk/modules/access/screen/x11.c
8882    M /trunk/modules/access/slp.c
8883    M /trunk/modules/access/smb.c
8884    M /trunk/modules/access/tcp.c
8885    M /trunk/modules/access/udp.c
8886    M /trunk/modules/access/v4l/v4l.c
8887    M /trunk/modules/access/vcd/cdrom.c
8888    M /trunk/modules/access/vcd/cdrom.h
8889    M /trunk/modules/access/vcd/cdrom_internals.h
8890    M /trunk/modules/access/vcd/vcd.c
8891    M /trunk/modules/access/vcdx/access.c
8892    M /trunk/modules/access/vcdx/demux.c
8893    M /trunk/modules/access/vcdx/info.c
8894    M /trunk/modules/access/vcdx/info.h
8895    M /trunk/modules/access/vcdx/intf.c
8896    M /trunk/modules/access/vcdx/intf.h
8897    M /trunk/modules/access/vcdx/vcd.c
8898    M /trunk/modules/access/vcdx/vcd.h
8899    M /trunk/modules/access/vcdx/vcdplayer.h
8900    M /trunk/modules/access_filter/record.c
8901    M /trunk/modules/access_filter/timeshift.c
8902    M /trunk/modules/access_output/dummy.c
8903    M /trunk/modules/access_output/file.c
8904    M /trunk/modules/access_output/http.c
8905    M /trunk/modules/access_output/udp.c
8906    M /trunk/modules/audio_filter/channel_mixer/headphone.c
8907    M /trunk/modules/audio_filter/channel_mixer/simple.c
8908    M /trunk/modules/audio_filter/channel_mixer/trivial.c
8909    M /trunk/modules/audio_filter/converter/a52tofloat32.c
8910    M /trunk/modules/audio_filter/converter/a52tospdif.c
8911    M /trunk/modules/audio_filter/converter/dtstofloat32.c
8912    M /trunk/modules/audio_filter/converter/dtstospdif.c
8913    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
8914    M /trunk/modules/audio_filter/converter/fixed32tos16.c
8915    M /trunk/modules/audio_filter/converter/float32tos16.c
8916    M /trunk/modules/audio_filter/converter/float32tos8.c
8917    M /trunk/modules/audio_filter/converter/float32tou16.c
8918    M /trunk/modules/audio_filter/converter/float32tou8.c
8919    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
8920    M /trunk/modules/audio_filter/converter/s16tofixed32.c
8921    M /trunk/modules/audio_filter/converter/s16tofloat32.c
8922    M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
8923    M /trunk/modules/audio_filter/converter/s8tofloat32.c
8924    M /trunk/modules/audio_filter/converter/u8tofixed32.c
8925    M /trunk/modules/audio_filter/converter/u8tofloat32.c
8926    M /trunk/modules/audio_filter/equalizer.c
8927    M /trunk/modules/audio_filter/equalizer_presets.h
8928    M /trunk/modules/audio_filter/format.c
8929    M /trunk/modules/audio_filter/normvol.c
8930    M /trunk/modules/audio_filter/resampler/bandlimited.c
8931    M /trunk/modules/audio_filter/resampler/bandlimited.h
8932    M /trunk/modules/audio_filter/resampler/coreaudio.c
8933    M /trunk/modules/audio_filter/resampler/linear.c
8934    M /trunk/modules/audio_filter/resampler/trivial.c
8935    M /trunk/modules/audio_filter/resampler/ugly.c
8936    M /trunk/modules/audio_mixer/float32.c
8937    M /trunk/modules/audio_mixer/spdif.c
8938    M /trunk/modules/audio_mixer/trivial.c
8939    M /trunk/modules/audio_output/alsa.c
8940    M /trunk/modules/audio_output/arts.c
8941    M /trunk/modules/audio_output/auhal.c
8942    M /trunk/modules/audio_output/coreaudio.c
8943    M /trunk/modules/audio_output/directx.c
8944    M /trunk/modules/audio_output/esd.c
8945    M /trunk/modules/audio_output/file.c
8946    M /trunk/modules/audio_output/hd1000a.cpp
8947    M /trunk/modules/audio_output/oss.c
8948    M /trunk/modules/audio_output/portaudio.c
8949    M /trunk/modules/audio_output/sdl.c
8950    M /trunk/modules/audio_output/waveout.c
8951    M /trunk/modules/codec/a52.c
8952    M /trunk/modules/codec/adpcm.c
8953    M /trunk/modules/codec/araw.c
8954    M /trunk/modules/codec/cinepak.c
8955    M /trunk/modules/codec/cmml/browser_open.c
8956    M /trunk/modules/codec/cmml/browser_open.h
8957    M /trunk/modules/codec/cmml/cmml.c
8958    M /trunk/modules/codec/cmml/history.c
8959    M /trunk/modules/codec/cmml/history.h
8960    M /trunk/modules/codec/cmml/intf.c
8961    M /trunk/modules/codec/cmml/xarray.c
8962    M /trunk/modules/codec/cmml/xarray.h
8963    M /trunk/modules/codec/cmml/xlist.c
8964    M /trunk/modules/codec/cmml/xlist.h
8965    M /trunk/modules/codec/cmml/xstrcat.h
8966    M /trunk/modules/codec/cmml/xtag.c
8967    M /trunk/modules/codec/cmml/xtag.h
8968    M /trunk/modules/codec/cmml/xurl.c
8969    M /trunk/modules/codec/cmml/xurl.h
8970    M /trunk/modules/codec/cvdsub.c
8971    M /trunk/modules/codec/dirac.c
8972    M /trunk/modules/codec/dmo/buffer.c
8973    M /trunk/modules/codec/dmo/dmo.c
8974    M /trunk/modules/codec/dmo/dmo.h
8975    M /trunk/modules/codec/dts.c
8976    M /trunk/modules/codec/dvbsub.c
8977    M /trunk/modules/codec/faad.c
8978    M /trunk/modules/codec/fake.c
8979    M /trunk/modules/codec/ffmpeg/audio.c
8980    M /trunk/modules/codec/ffmpeg/chroma.c
8981    M /trunk/modules/codec/ffmpeg/demux.c
8982    M /trunk/modules/codec/ffmpeg/encoder.c
8983    M /trunk/modules/codec/ffmpeg/ffmpeg.c
8984    M /trunk/modules/codec/ffmpeg/ffmpeg.h
8985    M /trunk/modules/codec/ffmpeg/postprocess.c
8986    M /trunk/modules/codec/ffmpeg/video.c
8987    M /trunk/modules/codec/ffmpeg/video_filter.c
8988    M /trunk/modules/codec/flac.c
8989    M /trunk/modules/codec/libmpeg2.c
8990    M /trunk/modules/codec/lpcm.c
8991    M /trunk/modules/codec/mash.cpp
8992    M /trunk/modules/codec/mpeg_audio.c
8993    M /trunk/modules/codec/png.c
8994    M /trunk/modules/codec/quicktime.c
8995    M /trunk/modules/codec/rawvideo.c
8996    M /trunk/modules/codec/speex.c
8997    M /trunk/modules/codec/spudec/parse.c
8998    M /trunk/modules/codec/spudec/spudec.c
8999    M /trunk/modules/codec/spudec/spudec.h
9000    M /trunk/modules/codec/subsdec.c
9001    M /trunk/modules/codec/svcdsub.c
9002    M /trunk/modules/codec/tarkin.c
9003    M /trunk/modules/codec/theora.c
9004    M /trunk/modules/codec/twolame.c
9005    M /trunk/modules/codec/vorbis.c
9006    M /trunk/modules/codec/x264.c
9007    M /trunk/modules/control/corba/corba.c
9008    M /trunk/modules/control/gestures.c
9009    M /trunk/modules/control/hotkeys.c
9010    M /trunk/modules/control/http.c
9011    M /trunk/modules/control/joystick.c
9012    M /trunk/modules/control/lirc.c
9013    M /trunk/modules/control/netsync.c
9014    M /trunk/modules/control/ntservice.c
9015    M /trunk/modules/control/rc.c
9016    M /trunk/modules/control/showintf.c
9017    M /trunk/modules/control/telnet.c
9018    M /trunk/modules/demux/a52.c
9019    M /trunk/modules/demux/aiff.c
9020    M /trunk/modules/demux/asf/asf.c
9021    M /trunk/modules/demux/asf/libasf.c
9022    M /trunk/modules/demux/asf/libasf.h
9023    M /trunk/modules/demux/au.c
9024    M /trunk/modules/demux/avi/avi.c
9025    M /trunk/modules/demux/avi/libavi.c
9026    M /trunk/modules/demux/avi/libavi.h
9027    M /trunk/modules/demux/demuxdump.c
9028    M /trunk/modules/demux/dts.c
9029    M /trunk/modules/demux/flac.c
9030    M /trunk/modules/demux/livedotcom.cpp
9031    M /trunk/modules/demux/m3u.c
9032    M /trunk/modules/demux/mjpeg.c
9033    M /trunk/modules/demux/mkv.cpp
9034    M /trunk/modules/demux/mod.c
9035    M /trunk/modules/demux/mp4/drms.c
9036    M /trunk/modules/demux/mp4/drms.h
9037    M /trunk/modules/demux/mp4/drmstables.h
9038    M /trunk/modules/demux/mp4/libmp4.c
9039    M /trunk/modules/demux/mp4/libmp4.h
9040    M /trunk/modules/demux/mp4/mp4.c
9041    M /trunk/modules/demux/mpeg/h264.c
9042    M /trunk/modules/demux/mpeg/m4a.c
9043    M /trunk/modules/demux/mpeg/m4v.c
9044    M /trunk/modules/demux/mpeg/mpga.c
9045    M /trunk/modules/demux/mpeg/mpgv.c
9046    M /trunk/modules/demux/nsv.c
9047    M /trunk/modules/demux/nuv.c
9048    M /trunk/modules/demux/ogg.c
9049    M /trunk/modules/demux/playlist/b4s.c
9050    M /trunk/modules/demux/playlist/m3u.c
9051    M /trunk/modules/demux/playlist/old.c
9052    M /trunk/modules/demux/playlist/playlist.c
9053    M /trunk/modules/demux/playlist/playlist.h
9054    M /trunk/modules/demux/playlist/pls.c
9055    M /trunk/modules/demux/ps.c
9056    M /trunk/modules/demux/ps.h
9057    M /trunk/modules/demux/pva.c
9058    M /trunk/modules/demux/rawdv.c
9059    M /trunk/modules/demux/real.c
9060    M /trunk/modules/demux/sgimb.c
9061    M /trunk/modules/demux/subtitle.c
9062    M /trunk/modules/demux/ts.c
9063    M /trunk/modules/demux/ty.c
9064    M /trunk/modules/demux/util/id3genres.h
9065    M /trunk/modules/demux/util/id3tag.c
9066    M /trunk/modules/demux/vobsub.c
9067    M /trunk/modules/demux/voc.c
9068    M /trunk/modules/demux/wav.c
9069    M /trunk/modules/demux/xa.c
9070    M /trunk/modules/gui/beos/AudioOutput.cpp
9071    M /trunk/modules/gui/beos/BeOS.cpp
9072    M /trunk/modules/gui/beos/Bitmaps.h
9073    M /trunk/modules/gui/beos/DrawingTidbits.cpp
9074    M /trunk/modules/gui/beos/DrawingTidbits.h
9075    M /trunk/modules/gui/beos/Interface.cpp
9076    M /trunk/modules/gui/beos/InterfaceWindow.cpp
9077    M /trunk/modules/gui/beos/InterfaceWindow.h
9078    M /trunk/modules/gui/beos/ListViews.cpp
9079    M /trunk/modules/gui/beos/ListViews.h
9080    M /trunk/modules/gui/beos/MediaControlView.cpp
9081    M /trunk/modules/gui/beos/MediaControlView.h
9082    M /trunk/modules/gui/beos/MessagesWindow.cpp
9083    M /trunk/modules/gui/beos/MessagesWindow.h
9084    M /trunk/modules/gui/beos/MsgVals.h
9085    M /trunk/modules/gui/beos/PlayListWindow.cpp
9086    M /trunk/modules/gui/beos/PlayListWindow.h
9087    M /trunk/modules/gui/beos/PreferencesWindow.cpp
9088    M /trunk/modules/gui/beos/PreferencesWindow.h
9089    M /trunk/modules/gui/beos/TransportButton.cpp
9090    M /trunk/modules/gui/beos/TransportButton.h
9091    M /trunk/modules/gui/beos/VideoOutput.cpp
9092    M /trunk/modules/gui/beos/VideoWindow.h
9093    M /trunk/modules/gui/gtk/common.h
9094    M /trunk/modules/gui/gtk/control.c
9095    M /trunk/modules/gui/gtk/control.h
9096    M /trunk/modules/gui/gtk/display.c
9097    M /trunk/modules/gui/gtk/display.h
9098    M /trunk/modules/gui/gtk/gnome.c
9099    M /trunk/modules/gui/gtk/gtk.c
9100    M /trunk/modules/gui/gtk/gtk_callbacks.c
9101    M /trunk/modules/gui/gtk/gtk_callbacks.h
9102    M /trunk/modules/gui/gtk/menu.c
9103    M /trunk/modules/gui/gtk/menu.h
9104    M /trunk/modules/gui/gtk/modules.c
9105    M /trunk/modules/gui/gtk/modules.h
9106    M /trunk/modules/gui/gtk/open.c
9107    M /trunk/modules/gui/gtk/open.h
9108    M /trunk/modules/gui/gtk/playlist.c
9109    M /trunk/modules/gui/gtk/playlist.h
9110    M /trunk/modules/gui/gtk/preferences.c
9111    M /trunk/modules/gui/gtk/preferences.h
9112    M /trunk/modules/gui/gtk/sout.c
9113    M /trunk/modules/gui/gtk2/gnome2.c
9114    M /trunk/modules/gui/gtk2/gtk2.c
9115    M /trunk/modules/gui/kde/QConfigItem.cpp
9116    M /trunk/modules/gui/kde/QConfigItem.h
9117    M /trunk/modules/gui/kde/info.cpp
9118    M /trunk/modules/gui/kde/info.h
9119    M /trunk/modules/gui/kde/kde.cpp
9120    M /trunk/modules/gui/kde/languagemenu.cpp
9121    M /trunk/modules/gui/kde/languagemenu.h
9122    M /trunk/modules/gui/kde/messages.cpp
9123    M /trunk/modules/gui/kde/messages.h
9124    M /trunk/modules/gui/kde/pluginsbox.cpp
9125    M /trunk/modules/gui/kde/pluginsbox.h
9126    M /trunk/modules/gui/kde/preferences.cpp
9127    M /trunk/modules/gui/kde/preferences.h
9128    M /trunk/modules/gui/macosx/about.h
9129    M /trunk/modules/gui/macosx/about.m
9130    M /trunk/modules/gui/macosx/applescript.h
9131    M /trunk/modules/gui/macosx/applescript.m
9132    M /trunk/modules/gui/macosx/controls.h
9133    M /trunk/modules/gui/macosx/controls.m
9134    M /trunk/modules/gui/macosx/equalizer.h
9135    M /trunk/modules/gui/macosx/equalizer.m
9136    M /trunk/modules/gui/macosx/intf.h
9137    M /trunk/modules/gui/macosx/intf.m
9138    M /trunk/modules/gui/macosx/macosx.m
9139    M /trunk/modules/gui/macosx/misc.h
9140    M /trunk/modules/gui/macosx/misc.m
9141    M /trunk/modules/gui/macosx/open.h
9142    M /trunk/modules/gui/macosx/open.m
9143    M /trunk/modules/gui/macosx/output.h
9144    M /trunk/modules/gui/macosx/output.m
9145    M /trunk/modules/gui/macosx/playlist.h
9146    M /trunk/modules/gui/macosx/playlist.m
9147    M /trunk/modules/gui/macosx/playlistinfo.h
9148    M /trunk/modules/gui/macosx/playlistinfo.m
9149    M /trunk/modules/gui/macosx/prefs.h
9150    M /trunk/modules/gui/macosx/prefs.m
9151    M /trunk/modules/gui/macosx/prefs_widgets.h
9152    M /trunk/modules/gui/macosx/prefs_widgets.m
9153    M /trunk/modules/gui/macosx/vout.h
9154    M /trunk/modules/gui/macosx/vout.m
9155    M /trunk/modules/gui/macosx/voutgl.m
9156    M /trunk/modules/gui/macosx/voutqt.m
9157    M /trunk/modules/gui/macosx/wizard.h
9158    M /trunk/modules/gui/macosx/wizard.m
9159    M /trunk/modules/gui/ncurses.c
9160    M /trunk/modules/gui/pda/pda.c
9161    M /trunk/modules/gui/pda/pda.h
9162    M /trunk/modules/gui/pda/pda_callbacks.c
9163    M /trunk/modules/gui/pda/pda_callbacks.h
9164    M /trunk/modules/gui/pda/pda_interface.c
9165    M /trunk/modules/gui/qnx/aout.c
9166    M /trunk/modules/gui/qnx/qnx.c
9167    M /trunk/modules/gui/qnx/vout.c
9168    M /trunk/modules/gui/qt/intf.cpp
9169    M /trunk/modules/gui/qt/intf.h
9170    M /trunk/modules/gui/qt/qt.cpp
9171    M /trunk/modules/gui/skins2/commands/async_queue.cpp
9172    M /trunk/modules/gui/skins2/commands/async_queue.hpp
9173    M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
9174    M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
9175    M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
9176    M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
9177    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
9178    M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
9179    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
9180    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
9181    M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
9182    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
9183    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
9184    M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
9185    M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
9186    M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
9187    M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
9188    M /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
9189    M /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
9190    M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
9191    M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
9192    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
9193    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
9194    M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
9195    M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
9196    M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
9197    M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
9198    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
9199    M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
9200    M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
9201    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
9202    M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
9203    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
9204    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
9205    M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
9206    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
9207    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
9208    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
9209    M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
9210    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
9211    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
9212    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
9213    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
9214    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
9215    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
9216    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
9217    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
9218    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
9219    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
9220    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
9221    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
9222    M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
9223    M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
9224    M /trunk/modules/gui/skins2/events/evt_enter.hpp
9225    M /trunk/modules/gui/skins2/events/evt_focus.hpp
9226    M /trunk/modules/gui/skins2/events/evt_generic.hpp
9227    M /trunk/modules/gui/skins2/events/evt_input.cpp
9228    M /trunk/modules/gui/skins2/events/evt_input.hpp
9229    M /trunk/modules/gui/skins2/events/evt_key.cpp
9230    M /trunk/modules/gui/skins2/events/evt_key.hpp
9231    M /trunk/modules/gui/skins2/events/evt_leave.hpp
9232    M /trunk/modules/gui/skins2/events/evt_motion.hpp
9233    M /trunk/modules/gui/skins2/events/evt_mouse.cpp
9234    M /trunk/modules/gui/skins2/events/evt_mouse.hpp
9235    M /trunk/modules/gui/skins2/events/evt_refresh.hpp
9236    M /trunk/modules/gui/skins2/events/evt_scroll.cpp
9237    M /trunk/modules/gui/skins2/events/evt_scroll.hpp
9238    M /trunk/modules/gui/skins2/events/evt_special.cpp
9239    M /trunk/modules/gui/skins2/events/evt_special.hpp
9240    M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.cpp
9241    M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.hpp
9242    M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
9243    M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
9244    M /trunk/modules/gui/skins2/macosx/macosx_graphics.cpp
9245    M /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
9246    M /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
9247    M /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
9248    M /trunk/modules/gui/skins2/macosx/macosx_timer.cpp
9249    M /trunk/modules/gui/skins2/macosx/macosx_timer.hpp
9250    M /trunk/modules/gui/skins2/macosx/macosx_tooltip.cpp
9251    M /trunk/modules/gui/skins2/macosx/macosx_tooltip.hpp
9252    M /trunk/modules/gui/skins2/macosx/macosx_window.cpp
9253    M /trunk/modules/gui/skins2/macosx/macosx_window.hpp
9254    M /trunk/modules/gui/skins2/parser/builder.cpp
9255    M /trunk/modules/gui/skins2/parser/builder.hpp
9256    M /trunk/modules/gui/skins2/parser/builder_data.hpp
9257    M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
9258    M /trunk/modules/gui/skins2/parser/expr_evaluator.hpp
9259    M /trunk/modules/gui/skins2/parser/gen_builder.py
9260    M /trunk/modules/gui/skins2/parser/interpreter.cpp
9261    M /trunk/modules/gui/skins2/parser/interpreter.hpp
9262    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
9263    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
9264    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
9265    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
9266    M /trunk/modules/gui/skins2/src/anchor.cpp
9267    M /trunk/modules/gui/skins2/src/anchor.hpp
9268    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
9269    M /trunk/modules/gui/skins2/src/bitmap_font.hpp
9270    M /trunk/modules/gui/skins2/src/dialogs.cpp
9271    M /trunk/modules/gui/skins2/src/dialogs.hpp
9272    M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
9273    M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
9274    M /trunk/modules/gui/skins2/src/ft2_font.cpp
9275    M /trunk/modules/gui/skins2/src/ft2_font.hpp
9276    M /trunk/modules/gui/skins2/src/generic_bitmap.cpp
9277    M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
9278    M /trunk/modules/gui/skins2/src/generic_font.hpp
9279    M /trunk/modules/gui/skins2/src/generic_layout.cpp
9280    M /trunk/modules/gui/skins2/src/generic_layout.hpp
9281    M /trunk/modules/gui/skins2/src/generic_window.cpp
9282    M /trunk/modules/gui/skins2/src/generic_window.hpp
9283    M /trunk/modules/gui/skins2/src/logger.cpp
9284    M /trunk/modules/gui/skins2/src/logger.hpp
9285    M /trunk/modules/gui/skins2/src/os_factory.cpp
9286    M /trunk/modules/gui/skins2/src/os_factory.hpp
9287    M /trunk/modules/gui/skins2/src/os_graphics.hpp
9288    M /trunk/modules/gui/skins2/src/os_loop.hpp
9289    M /trunk/modules/gui/skins2/src/os_timer.hpp
9290    M /trunk/modules/gui/skins2/src/os_tooltip.hpp
9291    M /trunk/modules/gui/skins2/src/os_window.hpp
9292    M /trunk/modules/gui/skins2/src/png_bitmap.cpp
9293    M /trunk/modules/gui/skins2/src/png_bitmap.hpp
9294    M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
9295    M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
9296    M /trunk/modules/gui/skins2/src/skin_common.hpp
9297    M /trunk/modules/gui/skins2/src/skin_main.cpp
9298    M /trunk/modules/gui/skins2/src/theme.cpp
9299    M /trunk/modules/gui/skins2/src/theme.hpp
9300    M /trunk/modules/gui/skins2/src/theme_loader.cpp
9301    M /trunk/modules/gui/skins2/src/theme_loader.hpp
9302    M /trunk/modules/gui/skins2/src/theme_repository.cpp
9303    M /trunk/modules/gui/skins2/src/theme_repository.hpp
9304    M /trunk/modules/gui/skins2/src/tooltip.cpp
9305    M /trunk/modules/gui/skins2/src/tooltip.hpp
9306    M /trunk/modules/gui/skins2/src/top_window.cpp
9307    M /trunk/modules/gui/skins2/src/top_window.hpp
9308    M /trunk/modules/gui/skins2/src/var_manager.cpp
9309    M /trunk/modules/gui/skins2/src/var_manager.hpp
9310    M /trunk/modules/gui/skins2/src/vlcproc.cpp
9311    M /trunk/modules/gui/skins2/src/vlcproc.hpp
9312    M /trunk/modules/gui/skins2/src/vout_window.cpp
9313    M /trunk/modules/gui/skins2/src/vout_window.hpp
9314    M /trunk/modules/gui/skins2/src/window_manager.cpp
9315    M /trunk/modules/gui/skins2/src/window_manager.hpp
9316    M /trunk/modules/gui/skins2/utils/bezier.cpp
9317    M /trunk/modules/gui/skins2/utils/bezier.hpp
9318    M /trunk/modules/gui/skins2/utils/fsm.cpp
9319    M /trunk/modules/gui/skins2/utils/fsm.hpp
9320    M /trunk/modules/gui/skins2/utils/observer.hpp
9321    M /trunk/modules/gui/skins2/utils/pointer.hpp
9322    M /trunk/modules/gui/skins2/utils/position.cpp
9323    M /trunk/modules/gui/skins2/utils/position.hpp
9324    M /trunk/modules/gui/skins2/utils/ustring.cpp
9325    M /trunk/modules/gui/skins2/utils/ustring.hpp
9326    M /trunk/modules/gui/skins2/utils/var_bool.cpp
9327    M /trunk/modules/gui/skins2/utils/var_bool.hpp
9328    M /trunk/modules/gui/skins2/utils/var_list.cpp
9329    M /trunk/modules/gui/skins2/utils/var_list.hpp
9330    M /trunk/modules/gui/skins2/utils/var_percent.cpp
9331    M /trunk/modules/gui/skins2/utils/var_percent.hpp
9332    M /trunk/modules/gui/skins2/utils/var_text.cpp
9333    M /trunk/modules/gui/skins2/utils/var_text.hpp
9334    M /trunk/modules/gui/skins2/utils/variable.hpp
9335    M /trunk/modules/gui/skins2/vars/playlist.cpp
9336    M /trunk/modules/gui/skins2/vars/playlist.hpp
9337    M /trunk/modules/gui/skins2/vars/time.cpp
9338    M /trunk/modules/gui/skins2/vars/time.hpp
9339    M /trunk/modules/gui/skins2/vars/volume.cpp
9340    M /trunk/modules/gui/skins2/vars/volume.hpp
9341    M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
9342    M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
9343    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
9344    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
9345    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
9346    M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
9347    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
9348    M /trunk/modules/gui/skins2/win32/win32_loop.hpp
9349    M /trunk/modules/gui/skins2/win32/win32_timer.cpp
9350    M /trunk/modules/gui/skins2/win32/win32_timer.hpp
9351    M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
9352    M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
9353    M /trunk/modules/gui/skins2/win32/win32_window.cpp
9354    M /trunk/modules/gui/skins2/win32/win32_window.hpp
9355    M /trunk/modules/gui/skins2/x11/x11_display.cpp
9356    M /trunk/modules/gui/skins2/x11/x11_display.hpp
9357    M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
9358    M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
9359    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
9360    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
9361    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
9362    M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
9363    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
9364    M /trunk/modules/gui/skins2/x11/x11_loop.hpp
9365    M /trunk/modules/gui/skins2/x11/x11_timer.cpp
9366    M /trunk/modules/gui/skins2/x11/x11_timer.hpp
9367    M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
9368    M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
9369    M /trunk/modules/gui/skins2/x11/x11_window.cpp
9370    M /trunk/modules/gui/skins2/x11/x11_window.hpp
9371    M /trunk/modules/gui/wince/dialogs.cpp
9372    M /trunk/modules/gui/wince/fileinfo.cpp
9373    M /trunk/modules/gui/wince/interface.cpp
9374    M /trunk/modules/gui/wince/iteminfo.cpp
9375    M /trunk/modules/gui/wince/menus.cpp
9376    M /trunk/modules/gui/wince/messages.cpp
9377    M /trunk/modules/gui/wince/open.cpp
9378    M /trunk/modules/gui/wince/playlist.cpp
9379    M /trunk/modules/gui/wince/preferences.cpp
9380    M /trunk/modules/gui/wince/preferences_widgets.cpp
9381    M /trunk/modules/gui/wince/preferences_widgets.h
9382    M /trunk/modules/gui/wince/subtitles.cpp
9383    M /trunk/modules/gui/wince/timer.cpp
9384    M /trunk/modules/gui/wince/video.cpp
9385    M /trunk/modules/gui/wince/wince.cpp
9386    M /trunk/modules/gui/wince/wince.h
9387    M /trunk/modules/gui/wxwindows/bookmarks.cpp
9388    M /trunk/modules/gui/wxwindows/dialogs.cpp
9389    M /trunk/modules/gui/wxwindows/extrapanel.cpp
9390    M /trunk/modules/gui/wxwindows/fileinfo.cpp
9391    M /trunk/modules/gui/wxwindows/interface.cpp
9392    M /trunk/modules/gui/wxwindows/iteminfo.cpp
9393    M /trunk/modules/gui/wxwindows/menus.cpp
9394    M /trunk/modules/gui/wxwindows/messages.cpp
9395    M /trunk/modules/gui/wxwindows/open.cpp
9396    M /trunk/modules/gui/wxwindows/playlist.cpp
9397    M /trunk/modules/gui/wxwindows/preferences.cpp
9398    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
9399    M /trunk/modules/gui/wxwindows/preferences_widgets.h
9400    M /trunk/modules/gui/wxwindows/streamdata.h
9401    M /trunk/modules/gui/wxwindows/streamout.cpp
9402    M /trunk/modules/gui/wxwindows/subtitles.cpp
9403    M /trunk/modules/gui/wxwindows/timer.cpp
9404    M /trunk/modules/gui/wxwindows/video.cpp
9405    M /trunk/modules/gui/wxwindows/wizard.cpp
9406    M /trunk/modules/gui/wxwindows/wxwindows.cpp
9407    M /trunk/modules/gui/wxwindows/wxwindows.h
9408    M /trunk/modules/misc/dummy/aout.c
9409    M /trunk/modules/misc/dummy/decoder.c
9410    M /trunk/modules/misc/dummy/dummy.c
9411    M /trunk/modules/misc/dummy/dummy.h
9412    M /trunk/modules/misc/dummy/encoder.c
9413    M /trunk/modules/misc/dummy/input.c
9414    M /trunk/modules/misc/dummy/interface.c
9415    M /trunk/modules/misc/dummy/renderer.c
9416    M /trunk/modules/misc/dummy/vout.c
9417    M /trunk/modules/misc/freetype.c
9418    M /trunk/modules/misc/gnutls.c
9419    M /trunk/modules/misc/gtk_main.c
9420    M /trunk/modules/misc/logger.c
9421    M /trunk/modules/misc/memcpy/memcpy.c
9422    M /trunk/modules/misc/memcpy/memcpyaltivec.c
9423    M /trunk/modules/misc/network/ipv4.c
9424    M /trunk/modules/misc/network/ipv6.c
9425    M /trunk/modules/misc/playlist/export.c
9426    M /trunk/modules/misc/playlist/m3u.c
9427    M /trunk/modules/misc/playlist/old.c
9428    M /trunk/modules/misc/qte_main.cpp
9429    M /trunk/modules/misc/rtsp.c
9430    M /trunk/modules/misc/screensaver.c
9431    M /trunk/modules/misc/svg.c
9432    M /trunk/modules/misc/testsuite/playlist.c
9433    M /trunk/modules/misc/testsuite/test1.c
9434    M /trunk/modules/misc/testsuite/test2.cpp
9435    M /trunk/modules/misc/testsuite/test3.m
9436    M /trunk/modules/misc/testsuite/test4.c
9437    M /trunk/modules/misc/win32text.c
9438    M /trunk/modules/misc/xml/libxml.c
9439    M /trunk/modules/misc/xml/xtag.c
9440    M /trunk/modules/mux/asf.c
9441    M /trunk/modules/mux/avi.c
9442    M /trunk/modules/mux/dummy.c
9443    M /trunk/modules/mux/mp4.c
9444    M /trunk/modules/mux/mpeg/bits.h
9445    M /trunk/modules/mux/mpeg/pes.c
9446    M /trunk/modules/mux/mpeg/pes.h
9447    M /trunk/modules/mux/mpeg/ps.c
9448    M /trunk/modules/mux/mpeg/ts.c
9449    M /trunk/modules/mux/mpjpeg.c
9450    M /trunk/modules/mux/ogg.c
9451    M /trunk/modules/mux/wav.c
9452    M /trunk/modules/packetizer/copy.c
9453    M /trunk/modules/packetizer/h264.c
9454    M /trunk/modules/packetizer/mpeg4audio.c
9455    M /trunk/modules/packetizer/mpeg4video.c
9456    M /trunk/modules/packetizer/mpegvideo.c
9457    M /trunk/modules/services_discovery/daap.c
9458    M /trunk/modules/services_discovery/hal.c
9459    M /trunk/modules/services_discovery/sap.c
9460    M /trunk/modules/services_discovery/shout.c
9461    M /trunk/modules/stream_out/announce.c
9462    M /trunk/modules/stream_out/announce.h
9463    M /trunk/modules/stream_out/bridge.c
9464    M /trunk/modules/stream_out/description.c
9465    M /trunk/modules/stream_out/display.c
9466    M /trunk/modules/stream_out/dummy.c
9467    M /trunk/modules/stream_out/duplicate.c
9468    M /trunk/modules/stream_out/es.c
9469    M /trunk/modules/stream_out/gather.c
9470    M /trunk/modules/stream_out/mosaic_bridge.c
9471    M /trunk/modules/stream_out/rtp.c
9472    M /trunk/modules/stream_out/standard.c
9473    M /trunk/modules/stream_out/switcher.c
9474    M /trunk/modules/stream_out/transcode.c
9475    M /trunk/modules/stream_out/transrate/block.c
9476    M /trunk/modules/stream_out/transrate/frame.c
9477    M /trunk/modules/stream_out/transrate/transrate.c
9478    M /trunk/modules/stream_out/transrate/transrate.h
9479    M /trunk/modules/video_chroma/i420_rgb.c
9480    M /trunk/modules/video_chroma/i420_rgb.h
9481    M /trunk/modules/video_chroma/i420_rgb16.c
9482    M /trunk/modules/video_chroma/i420_rgb8.c
9483    M /trunk/modules/video_chroma/i420_rgb_c.h
9484    M /trunk/modules/video_chroma/i420_rgb_mmx.h
9485    M /trunk/modules/video_chroma/i420_ymga.c
9486    M /trunk/modules/video_chroma/i420_yuy2.c
9487    M /trunk/modules/video_chroma/i420_yuy2.h
9488    M /trunk/modules/video_chroma/i422_yuy2.c
9489    M /trunk/modules/video_chroma/i422_yuy2.h
9490    M /trunk/modules/video_filter/adjust.c
9491    M /trunk/modules/video_filter/blend.c
9492    M /trunk/modules/video_filter/clone.c
9493    M /trunk/modules/video_filter/crop.c
9494    M /trunk/modules/video_filter/deinterlace.c
9495    M /trunk/modules/video_filter/distort.c
9496    M /trunk/modules/video_filter/filter_common.h
9497    M /trunk/modules/video_filter/invert.c
9498    M /trunk/modules/video_filter/logo.c
9499    M /trunk/modules/video_filter/marq.c
9500    M /trunk/modules/video_filter/mosaic.c
9501    M /trunk/modules/video_filter/mosaic.h
9502    M /trunk/modules/video_filter/motionblur.c
9503    M /trunk/modules/video_filter/motiondetect.c
9504    M /trunk/modules/video_filter/scale.c
9505    M /trunk/modules/video_filter/swscale/common.h
9506    M /trunk/modules/video_filter/swscale/filter.c
9507    M /trunk/modules/video_filter/time.c
9508    M /trunk/modules/video_filter/transform.c
9509    M /trunk/modules/video_filter/wall.c
9510    M /trunk/modules/video_output/aa.c
9511    M /trunk/modules/video_output/caca.c
9512    M /trunk/modules/video_output/directx/directx.c
9513    M /trunk/modules/video_output/directx/events.c
9514    M /trunk/modules/video_output/directx/glwin32.c
9515    M /trunk/modules/video_output/directx/vout.h
9516    M /trunk/modules/video_output/fb.c
9517    M /trunk/modules/video_output/ggi.c
9518    M /trunk/modules/video_output/glide.c
9519    M /trunk/modules/video_output/hd1000v.cpp
9520    M /trunk/modules/video_output/image.c
9521    M /trunk/modules/video_output/mga.c
9522    M /trunk/modules/video_output/opengl.c
9523    M /trunk/modules/video_output/qte/qte.cpp
9524    M /trunk/modules/video_output/qte/qte.h
9525    M /trunk/modules/video_output/sdl.c
9526    M /trunk/modules/video_output/snapshot.c
9527    M /trunk/modules/video_output/svgalib.c
9528    M /trunk/modules/video_output/wingdi.c
9529    M /trunk/modules/video_output/x11/glx.c
9530    M /trunk/modules/video_output/x11/x11.c
9531    M /trunk/modules/video_output/x11/xcommon.c
9532    M /trunk/modules/video_output/x11/xcommon.h
9533    M /trunk/modules/video_output/x11/xvideo.c
9534    M /trunk/modules/visualization/galaktos/PCM.c
9535    M /trunk/modules/visualization/galaktos/beat_detect.c
9536    M /trunk/modules/visualization/galaktos/builtin_funcs.c
9537    M /trunk/modules/visualization/galaktos/custom_shape.c
9538    M /trunk/modules/visualization/galaktos/custom_wave.c
9539    M /trunk/modules/visualization/galaktos/engine_vars.c
9540    M /trunk/modules/visualization/galaktos/eval.c
9541    M /trunk/modules/visualization/galaktos/fftsg.c
9542    M /trunk/modules/visualization/galaktos/init_cond.c
9543    M /trunk/modules/visualization/galaktos/main.c
9544    M /trunk/modules/visualization/galaktos/main.h
9545    M /trunk/modules/visualization/galaktos/param.c
9546    M /trunk/modules/visualization/galaktos/parser.c
9547    M /trunk/modules/visualization/galaktos/per_frame_eqn.c
9548    M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
9549    M /trunk/modules/visualization/galaktos/plugin.c
9550    M /trunk/modules/visualization/galaktos/plugin.h
9551    M /trunk/modules/visualization/galaktos/preset.c
9552    M /trunk/modules/visualization/galaktos/splaytree.c
9553    M /trunk/modules/visualization/galaktos/tree_types.c
9554    M /trunk/modules/visualization/galaktos/video_init.c
9555    M /trunk/modules/visualization/goom.c
9556    M /trunk/modules/visualization/visual/effects.c
9557    M /trunk/modules/visualization/visual/visual.c
9558    M /trunk/modules/visualization/visual/visual.h
9559    M /trunk/modules/visualization/xosd.c
9560    M /trunk/mozilla/vlcpeer.cpp
9561    M /trunk/mozilla/vlcpeer.h
9562    M /trunk/mozilla/vlcplugin.cpp
9563    M /trunk/mozilla/vlcplugin.h
9564    M /trunk/mozilla/vlcshell.cpp
9565    M /trunk/msvc/modules_builtin_msvc.h
9566    M /trunk/po/bn.po
9567    M /trunk/po/ca.po
9568    M /trunk/po/da.po
9569    M /trunk/po/de.po
9570    M /trunk/po/el.po
9571    M /trunk/po/en_GB.po
9572    M /trunk/po/es.po
9573    M /trunk/po/fr.po
9574    M /trunk/po/hi.po
9575    M /trunk/po/hu.po
9576    M /trunk/po/it.po
9577    M /trunk/po/ja.po
9578    M /trunk/po/my.po
9579    M /trunk/po/ne.po
9580    M /trunk/po/ps.po
9581    M /trunk/po/pt_BR.po
9582    M /trunk/po/ru.po
9583    M /trunk/po/sv.po
9584    M /trunk/po/tet.po
9585    M /trunk/po/tl.po
9586    M /trunk/po/tr.po
9587    M /trunk/po/vlc.pot
9588    M /trunk/po/zh_TW.po
9589    M /trunk/share/vlc_wince_rc.rc
9590    M /trunk/src/audio_output/common.c
9591    M /trunk/src/audio_output/dec.c
9592    M /trunk/src/audio_output/filters.c
9593    M /trunk/src/audio_output/input.c
9594    M /trunk/src/audio_output/intf.c
9595    M /trunk/src/audio_output/mixer.c
9596    M /trunk/src/audio_output/output.c
9597    M /trunk/src/control/audio_video.c
9598    M /trunk/src/control/core.c
9599    M /trunk/src/control/util.c
9600    M /trunk/src/extras/libc.c
9601    M /trunk/src/input/access.c
9602    M /trunk/src/input/clock.c
9603    M /trunk/src/input/control.c
9604    M /trunk/src/input/decoder.c
9605    M /trunk/src/input/demux.c
9606    M /trunk/src/input/es_out.c
9607    M /trunk/src/input/input.c
9608    M /trunk/src/input/input_internal.h
9609    M /trunk/src/input/mem_stream.c
9610    M /trunk/src/input/stream.c
9611    M /trunk/src/input/subtitles.c
9612    M /trunk/src/input/var.c
9613    M /trunk/src/interface/interface.c
9614    M /trunk/src/interface/intf_eject.c
9615    M /trunk/src/libvlc.c
9616    M /trunk/src/libvlc.h
9617    M /trunk/src/misc/beos_specific.cpp
9618    M /trunk/src/misc/block.c
9619    M /trunk/src/misc/charset.c
9620    M /trunk/src/misc/configuration.c
9621    M /trunk/src/misc/cpu.c
9622    M /trunk/src/misc/darwin_specific.m
9623    M /trunk/src/misc/error.c
9624    M /trunk/src/misc/getaddrinfo.c
9625    M /trunk/src/misc/httpd.c
9626    M /trunk/src/misc/image.c
9627    M /trunk/src/misc/iso-639_def.h
9628    M /trunk/src/misc/iso_lang.c
9629    M /trunk/src/misc/md5.c
9630    M /trunk/src/misc/messages.c
9631    M /trunk/src/misc/modules.c
9632    M /trunk/src/misc/modules_builtin.h.in
9633    M /trunk/src/misc/mtime.c
9634    M /trunk/src/misc/net.c
9635    M /trunk/src/misc/objects.c
9636    M /trunk/src/misc/threads.c
9637    M /trunk/src/misc/tls.c
9638    M /trunk/src/misc/variables.c
9639    M /trunk/src/misc/vlm.c
9640    M /trunk/src/misc/win32_specific.c
9641    M /trunk/src/misc/xml.c
9642    M /trunk/src/playlist/item-ext.c
9643    M /trunk/src/playlist/item.c
9644    M /trunk/src/playlist/loadsave.c
9645    M /trunk/src/playlist/playlist.c
9646    M /trunk/src/playlist/services_discovery.c
9647    M /trunk/src/playlist/sort.c
9648    M /trunk/src/playlist/view.c
9649    M /trunk/src/stream_output/announce.c
9650    M /trunk/src/stream_output/sap.c
9651    M /trunk/src/stream_output/stream_output.c
9652    M /trunk/src/video_output/video_output.c
9653    M /trunk/src/video_output/video_text.c
9654    M /trunk/src/video_output/video_widgets.c
9655    M /trunk/src/video_output/vout_intf.c
9656    M /trunk/src/video_output/vout_pictures.c
9657    M /trunk/src/video_output/vout_pictures.h
9658    M /trunk/src/video_output/vout_subpictures.c
9659    M /trunk/src/video_output/vout_synchro.c
9660    M /trunk/src/vlc.c
9661    M /trunk/vlc-api.pl
9662
9663 Copyright fixes
9664 (da big courmischage)
9665
9666 ------------------------------------------------------------------------
9667 r11659 | courmisch | 2005-07-08 19:57:30 +0200 (Fri, 08 Jul 2005) | 2 lines
9668 Changed paths:
9669    M /trunk/po/hu.po
9670    M /trunk/po/ja.po
9671    M /trunk/po/no.po
9672    M /trunk/po/pl.po
9673    M /trunk/po/pt_BR.po
9674
9675 Convert to Unicode
9676
9677 ------------------------------------------------------------------------
9678 r11658 | massiot | 2005-07-07 11:07:16 +0200 (Thu, 07 Jul 2005) | 3 lines
9679 Changed paths:
9680    M /trunk/modules/access/dvb/linux_dvb.c
9681
9682  * modules/access/dvb/linux_dvb.c: Fixed support of Nexus-S, patch courtesy
9683    of Michael Ditum.
9684
9685 ------------------------------------------------------------------------
9686 r11657 | fkuehne | 2005-07-07 10:32:37 +0200 (Thu, 07 Jul 2005) | 1 line
9687 Changed paths:
9688    M /trunk/po/sv.po
9689
9690 * converted to UTF-8
9691 ------------------------------------------------------------------------
9692 r11655 | zorglub | 2005-07-06 20:16:26 +0200 (Wed, 06 Jul 2005) | 2 lines
9693 Changed paths:
9694    M /trunk/modules/gui/wxwindows/interface.cpp
9695    M /trunk/modules/gui/wxwindows/wizard.cpp
9696    M /trunk/modules/gui/wxwindows/wxwindows.cpp
9697    M /trunk/modules/gui/wxwindows/wxwindows.h
9698
9699 Revert wrongly commited files in previous commit
9700
9701 ------------------------------------------------------------------------
9702 r11654 | zorglub | 2005-07-06 19:33:04 +0200 (Wed, 06 Jul 2005) | 2 lines
9703 Changed paths:
9704    M /trunk/modules/gui/wxwindows/interface.cpp
9705    M /trunk/modules/gui/wxwindows/wizard.cpp
9706    M /trunk/modules/gui/wxwindows/wxwindows.cpp
9707    M /trunk/modules/gui/wxwindows/wxwindows.h
9708
9709 Compile fix - refs #258
9710
9711 ------------------------------------------------------------------------
9712 r11653 | courmisch | 2005-07-06 19:14:00 +0200 (Wed, 06 Jul 2005) | 2 lines
9713 Changed paths:
9714    M /trunk/src/misc/net.c
9715
9716 Print Winsock error number
9717
9718 ------------------------------------------------------------------------
9719 r11652 | massiot | 2005-07-06 15:47:37 +0200 (Wed, 06 Jul 2005) | 3 lines
9720 Changed paths:
9721    M /trunk/src/misc/cpu.c
9722
9723  * src/misc/cpu.c: Fixed the use of cpuid() on amd64 (thanks to Aison on
9724    IRC).
9725
9726 ------------------------------------------------------------------------
9727 r11651 | xtophe | 2005-07-06 14:34:58 +0200 (Wed, 06 Jul 2005) | 2 lines
9728 Changed paths:
9729    M /trunk/src/libvlc.h
9730
9731 libvlc.h: Move the open option for the gui preferences
9732
9733 ------------------------------------------------------------------------
9734 r11650 | courmisch | 2005-07-05 20:28:26 +0200 (Tue, 05 Jul 2005) | 2 lines
9735 Changed paths:
9736    M /trunk/src/misc/net.c
9737
9738 Fix previous commit
9739
9740 ------------------------------------------------------------------------
9741 r11649 | courmisch | 2005-07-05 19:33:54 +0200 (Tue, 05 Jul 2005) | 2 lines
9742 Changed paths:
9743    M /trunk/src/misc/httpd.c
9744
9745 Print exact error for select() to help tracking x264 threading issue
9746
9747 ------------------------------------------------------------------------
9748 r11648 | courmisch | 2005-07-05 18:44:56 +0200 (Tue, 05 Jul 2005) | 2 lines
9749 Changed paths:
9750    M /trunk/src/misc/net.c
9751
9752 - Clean up net_Gets()
9753
9754 ------------------------------------------------------------------------
9755 r11647 | courmisch | 2005-07-04 19:01:34 +0200 (Mon, 04 Jul 2005) | 2 lines
9756 Changed paths:
9757    M /trunk/THANKS
9758
9759 Forgot this one
9760
9761 ------------------------------------------------------------------------
9762 r11646 | courmisch | 2005-07-04 19:00:25 +0200 (Mon, 04 Jul 2005) | 3 lines
9763 Changed paths:
9764    M /trunk/modules/misc/network/ipv6.c
9765
9766 IPv6 Source-Specific Multicast support
9767 from Hoerdt Mickael with cosmetic changes
9768
9769 ------------------------------------------------------------------------
9770 r11645 | courmisch | 2005-07-04 18:42:22 +0200 (Mon, 04 Jul 2005) | 2 lines
9771 Changed paths:
9772    M /trunk/src/misc/net.c
9773
9774 Unduplicate common socket() code 
9775
9776 ------------------------------------------------------------------------
9777 r11644 | oaubert | 2005-07-04 17:39:10 +0200 (Mon, 04 Jul 2005) | 2 lines
9778 Changed paths:
9779    M /trunk/bindings/python/vlcglue.c
9780
9781 Add set_visual support in python binding
9782
9783 ------------------------------------------------------------------------
9784 r11643 | courmisch | 2005-07-04 16:47:36 +0200 (Mon, 04 Jul 2005) | 2 lines
9785 Changed paths:
9786    M /trunk/include/network.h
9787
9788 Undo braindead [11640]
9789
9790 ------------------------------------------------------------------------
9791 r11642 | damienf | 2005-07-04 11:55:51 +0200 (Mon, 04 Jul 2005) | 2 lines
9792 Changed paths:
9793    M /trunk/modules/control/rc.c
9794
9795 compile fix for WIN32, needs review
9796
9797 ------------------------------------------------------------------------
9798 r11641 | damienf | 2005-07-04 11:33:43 +0200 (Mon, 04 Jul 2005) | 2 lines
9799 Changed paths:
9800    M /trunk/include/network.h
9801
9802 hey, don't forget win32, folks
9803
9804 ------------------------------------------------------------------------
9805 r11640 | xtophe | 2005-07-04 11:27:56 +0200 (Mon, 04 Jul 2005) | 2 lines
9806 Changed paths:
9807    M /trunk/include/network.h
9808
9809 Compile fix
9810
9811 ------------------------------------------------------------------------
9812 r11639 | bigben | 2005-07-03 11:03:44 +0200 (Sun, 03 Jul 2005) | 7 lines
9813 Changed paths:
9814    M /trunk/modules/control/telnet.c
9815
9816 new --telnet-host option to allow to bind the telnet server on a specific interface.
9817
9818 Patch by Torsten Spindler
9819
9820 Remark : should we keep the --telnet-port option that is now redundant ?
9821
9822
9823 ------------------------------------------------------------------------
9824 r11638 | bigben | 2005-07-02 19:26:51 +0200 (Sat, 02 Jul 2005) | 3 lines
9825 Changed paths:
9826    M /trunk/modules/gui/macosx/playlist.m
9827
9828 select first moved item instead of the last one after a drag and drop.
9829
9830
9831 ------------------------------------------------------------------------
9832 r11637 | bigben | 2005-07-02 18:47:46 +0200 (Sat, 02 Jul 2005) | 4 lines
9833 Changed paths:
9834    M /trunk/modules/gui/macosx/playlist.m
9835
9836 * Back to the hack for the isItem: inNode function, since this is several orders  faster than the high level functions provided by Cocoa... Playlist behaves corectly on big lists again...
9837 * Fixes a bug in drag and drop
9838
9839
9840 ------------------------------------------------------------------------
9841 r11636 | bigben | 2005-07-02 17:39:21 +0200 (Sat, 02 Jul 2005) | 3 lines
9842 Changed paths:
9843    M /trunk/include/network.h
9844
9845 * Include <sys/socket.h> if the system has it (should fix compilation on OSX/cygwin).
9846
9847
9848 ------------------------------------------------------------------------
9849 r11635 | dionoea | 2005-07-01 23:43:42 +0200 (Fri, 01 Jul 2005) | 4 lines
9850 Changed paths:
9851    M /trunk/modules/demux/playlist/b4s.c
9852
9853 Genre standardisation patch by Jonas A. Larsen
9854 This (and previous patch) still needs some work as genres containing spaces
9855 aren't parsed correctly
9856
9857 ------------------------------------------------------------------------
9858 r11634 | bigben | 2005-07-01 22:48:48 +0200 (Fri, 01 Jul 2005) | 5 lines
9859 Changed paths:
9860    M /trunk/include/vlc_playlist.h
9861    M /trunk/include/vlc_symbols.h
9862    M /trunk/modules/gui/macosx/playlist.m
9863    M /trunk/src/playlist/view.c
9864
9865 * vlc_symbols.h, vlc_playlist.h, view.c : add a function to remove a parent from the parent list of an item (if anybody wants to make that another way...)
9866 * playlist.m: implements full drag and drop of playlist items. Drop of multiple items and of items and nodes at the same time should be supported. You cannot mode service discovery items. This is a choice and can be changed if wanted.
9867 * Hopes that compiles on current trunk (cannot check since latest comits on net functions broke the built of a half the modules and core of the OSX port...)
9868
9869
9870 ------------------------------------------------------------------------
9871 r11632 | hartman | 2005-07-01 22:27:33 +0200 (Fri, 01 Jul 2005) | 2 lines
9872 Changed paths:
9873    M /trunk/extras/contrib/src/Patches/x264.patch
9874
9875 * powf -> pow :(
9876
9877 ------------------------------------------------------------------------
9878 r11631 | courmisch | 2005-07-01 20:00:04 +0200 (Fri, 01 Jul 2005) | 2 lines
9879 Changed paths:
9880    M /trunk/modules/control/rc.c
9881    M /trunk/modules/misc/network/ipv4.c
9882    M /trunk/modules/misc/network/ipv6.c
9883    M /trunk/src/misc/getaddrinfo.c
9884    M /trunk/src/misc/net.c
9885
9886 PF_* -> AF_*
9887
9888 ------------------------------------------------------------------------
9889 r11630 | courmisch | 2005-07-01 19:35:35 +0200 (Fri, 01 Jul 2005) | 2 lines
9890 Changed paths:
9891    M /trunk/modules/misc/network/ipv4.c
9892    M /trunk/modules/misc/network/ipv6.c
9893
9894 This was pretty useless (if there is no solution, there is no problem)
9895
9896 ------------------------------------------------------------------------
9897 r11629 | courmisch | 2005-07-01 17:56:41 +0200 (Fri, 01 Jul 2005) | 2 lines
9898 Changed paths:
9899    M /trunk/modules/demux/subtitle.c
9900
9901 Remove unused function
9902
9903 ------------------------------------------------------------------------
9904 r11628 | courmisch | 2005-07-01 17:54:27 +0200 (Fri, 01 Jul 2005) | 2 lines
9905 Changed paths:
9906    M /trunk/modules/demux/aiff.c
9907    M /trunk/modules/demux/mkv.cpp
9908
9909 Unsigned casts
9910
9911 ------------------------------------------------------------------------
9912 r11627 | courmisch | 2005-07-01 17:47:42 +0200 (Fri, 01 Jul 2005) | 2 lines
9913 Changed paths:
9914    M /trunk/modules/control/hotkeys.c
9915
9916 Remove unused variable - fix compiler warning
9917
9918 ------------------------------------------------------------------------
9919 r11625 | courmisch | 2005-07-01 17:27:40 +0200 (Fri, 01 Jul 2005) | 2 lines
9920 Changed paths:
9921    M /trunk/configure.ac
9922
9923 Freeze module entry name (refs #155)
9924
9925 ------------------------------------------------------------------------
9926 r11624 | courmisch | 2005-07-01 16:48:29 +0200 (Fri, 01 Jul 2005) | 2 lines
9927 Changed paths:
9928    M /trunk/include/network.h
9929    M /trunk/include/vlc_symbols.h
9930    M /trunk/src/misc/net.c
9931
9932 Use macros rather than overkill APIs
9933
9934 ------------------------------------------------------------------------
9935 r11622 | xtophe | 2005-07-01 15:44:37 +0200 (Fri, 01 Jul 2005) | 2 lines
9936 Changed paths:
9937    M /trunk/modules/codec/fake.c
9938    M /trunk/modules/codec/twolame.c
9939    M /trunk/modules/demux/playlist/playlist.c
9940    M /trunk/modules/misc/network/ipv4.c
9941    M /trunk/modules/video_filter/motionblur.c
9942
9943 ALL: Add some set_shorname() so the preferences  look nice.
9944
9945 ------------------------------------------------------------------------
9946 r11621 | xtophe | 2005-07-01 15:43:58 +0200 (Fri, 01 Jul 2005) | 3 lines
9947 Changed paths:
9948    M /trunk/modules/gui/wince/preferences_widgets.cpp
9949
9950 Oups, forgot this one with [11093] (deprecated option handling)
9951
9952
9953 ------------------------------------------------------------------------
9954 r11620 | xtophe | 2005-07-01 12:22:30 +0200 (Fri, 01 Jul 2005) | 2 lines
9955 Changed paths:
9956    M /trunk/Makefile.am
9957
9958 Compile fix
9959
9960 ------------------------------------------------------------------------
9961 r11619 | sigmunau | 2005-07-01 10:17:43 +0200 (Fri, 01 Jul 2005) | 2 lines
9962 Changed paths:
9963    M /trunk/modules/codec/ffmpeg/encoder.c
9964
9965 compile fix
9966
9967 ------------------------------------------------------------------------
9968 r11618 | courmisch | 2005-06-30 20:34:43 +0200 (Thu, 30 Jun 2005) | 2 lines
9969 Changed paths:
9970    M /trunk/modules/access/udp.c
9971
9972 StopSend for UDP access
9973
9974 ------------------------------------------------------------------------
9975 r11617 | courmisch | 2005-06-30 20:32:54 +0200 (Thu, 30 Jun 2005) | 2 lines
9976 Changed paths:
9977    M /trunk/modules/services_discovery/sap.c
9978
9979 StopSend for SAP discovery
9980
9981 ------------------------------------------------------------------------
9982 r11616 | courmisch | 2005-06-30 20:30:41 +0200 (Thu, 30 Jun 2005) | 2 lines
9983 Changed paths:
9984    M /trunk/src/stream_output/sap.c
9985
9986 Same as previous commit - for SAP announcer
9987
9988 ------------------------------------------------------------------------
9989 r11615 | courmisch | 2005-06-30 20:19:26 +0200 (Thu, 30 Jun 2005) | 2 lines
9990 Changed paths:
9991    M /trunk/modules/access_output/udp.c
9992
9993 Shutdown UDP socket for receival - hopefully closes #134
9994
9995 ------------------------------------------------------------------------
9996 r11614 | courmisch | 2005-06-30 20:17:53 +0200 (Thu, 30 Jun 2005) | 2 lines
9997 Changed paths:
9998    M /trunk/include/network.h
9999    M /trunk/include/vlc_symbols.h
10000    M /trunk/src/misc/net.c
10001
10002 Wrappers for shutdown() API
10003
10004 ------------------------------------------------------------------------
10005 r11613 | courmisch | 2005-06-30 19:24:26 +0200 (Thu, 30 Jun 2005) | 2 lines
10006 Changed paths:
10007    M /trunk/src/misc/modules.c
10008
10009 Remove a very old hack that is no longer necessary
10010
10011 ------------------------------------------------------------------------
10012 r11612 | courmisch | 2005-06-30 17:55:35 +0200 (Thu, 30 Jun 2005) | 2 lines
10013 Changed paths:
10014    M /trunk/src/misc/modules.c
10015
10016 Why make it complicated when it can be simple
10017
10018 ------------------------------------------------------------------------
10019 r11611 | bigben | 2005-06-30 17:08:08 +0200 (Thu, 30 Jun 2005) | 4 lines
10020 Changed paths:
10021    M /trunk/modules/gui/macosx/playlist.h
10022    M /trunk/modules/gui/macosx/playlist.m
10023
10024 * Some fixes
10025 * Store object to move in the class itself, since I just don't manage to deal with NSPasteboards...
10026
10027
10028 ------------------------------------------------------------------------
10029 r11610 | fkuehne | 2005-06-30 14:45:05 +0200 (Thu, 30 Jun 2005) | 1 line
10030 Changed paths:
10031    M /trunk/modules/gui/macosx/wizard.h
10032    M /trunk/modules/gui/macosx/wizard.m
10033
10034 * implemented reset- and backward-methods (refs #13)
10035 ------------------------------------------------------------------------
10036 r11609 | fkuehne | 2005-06-30 12:44:50 +0200 (Thu, 30 Jun 2005) | 6 lines
10037 Changed paths:
10038    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
10039    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
10040    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
10041    M /trunk/modules/gui/macosx/wizard.h
10042    M /trunk/modules/gui/macosx/wizard.m
10043
10044 * added a summary-tab at the end of the wizard (mostly for debug-reasons, but perhaps we want to keep that for the user as well?)
10045 * implemented the entire logic (except encap-formats while transcoding)
10046 * added data collection of all values
10047 * fixed some l10n issues
10048
10049 The wizard is still not useable for streaming, since it does not communicate the settings to the core yet. Additionally, various things still need to be done (see TODO at the beginning of the file).
10050 ------------------------------------------------------------------------
10051 r11608 | gbazin | 2005-06-29 22:56:47 +0200 (Wed, 29 Jun 2005) | 1 line
10052 Changed paths:
10053    M /trunk/modules/misc/rtsp.c
10054    M /trunk/modules/stream_out/rtp.c
10055
10056 * modules/stream_out/rtp.c, modules/misc/rtsp.c: attempt at supporting amr nb/wb for rtsp streaming... doesn't look like livedotcom like it though.
10057 ------------------------------------------------------------------------
10058 r11607 | bigben | 2005-06-29 22:53:06 +0200 (Wed, 29 Jun 2005) | 3 lines
10059 Changed paths:
10060    M /trunk/modules/gui/macosx/playlist.m
10061
10062 * Still some work for playlist drag'n'drop
10063
10064
10065 ------------------------------------------------------------------------
10066 r11606 | gbazin | 2005-06-29 21:59:01 +0200 (Wed, 29 Jun 2005) | 1 line
10067 Changed paths:
10068    M /trunk/modules/mux/mp4.c
10069
10070 * modules/mux/mp4.c: added support for amr nb/wb and h263 in 3gp.
10071 ------------------------------------------------------------------------
10072 r11603 | gbazin | 2005-06-29 19:13:31 +0200 (Wed, 29 Jun 2005) | 1 line
10073 Changed paths:
10074    M /trunk/mozilla/vlcplugin.h
10075
10076 * mozilla/vlcplugin.h: fixed mimetypes string.
10077 ------------------------------------------------------------------------
10078 r11601 | gbazin | 2005-06-29 19:08:54 +0200 (Wed, 29 Jun 2005) | 1 line
10079 Changed paths:
10080    M /trunk/mozilla/vlcplugin.h
10081
10082 * mozilla/vlcplugin.h: compilation fix.
10083 ------------------------------------------------------------------------
10084 r11600 | bigben | 2005-06-29 18:48:38 +0200 (Wed, 29 Jun 2005) | 4 lines
10085 Changed paths:
10086    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
10087    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
10088    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
10089    M /trunk/modules/gui/macosx/playlist.h
10090    M /trunk/modules/gui/macosx/playlist.m
10091
10092 * Add an option to recusively expand the current node in the playlist context menue.
10093 * Seems to be some issues sometimes, likely related to the fact we do not empty o_outline_dict on playlist refresh 
10094
10095
10096 ------------------------------------------------------------------------
10097 r11599 | dionoea | 2005-06-29 07:54:43 +0200 (Wed, 29 Jun 2005) | 3 lines
10098 Changed paths:
10099    M /trunk/mozilla/npvlc_rc.rc
10100
10101 this should fix compilation (if someone could backport this fix ... and
10102 test it)
10103
10104 ------------------------------------------------------------------------
10105 r11598 | hartman | 2005-06-29 01:46:33 +0200 (Wed, 29 Jun 2005) | 2 lines
10106 Changed paths:
10107    M /trunk/include/vlc_config_cat.h
10108    M /trunk/modules/access/directory.c
10109    M /trunk/modules/codec/fake.c
10110    M /trunk/modules/stream_out/transcode.c
10111
10112 * Fix some configuration options declerations and strings
10113
10114 ------------------------------------------------------------------------
10115 r11597 | hartman | 2005-06-29 01:43:03 +0200 (Wed, 29 Jun 2005) | 2 lines
10116 Changed paths:
10117    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
10118
10119 * Fix opening of rtsp:// links in VLC
10120
10121 ------------------------------------------------------------------------
10122 r11596 | hartman | 2005-06-29 01:41:58 +0200 (Wed, 29 Jun 2005) | 2 lines
10123 Changed paths:
10124    M /trunk/modules/demux/livedotcom.cpp
10125
10126 * forwardport of [11522]
10127
10128 ------------------------------------------------------------------------
10129 r11595 | bigben | 2005-06-29 01:33:50 +0200 (Wed, 29 Jun 2005) | 3 lines
10130 Changed paths:
10131    M /trunk/modules/gui/macosx/playlist.m
10132
10133 * Don't select items that are in a selected node for drag'n'drop
10134
10135
10136 ------------------------------------------------------------------------
10137 r11594 | bigben | 2005-06-28 23:37:07 +0200 (Tue, 28 Jun 2005) | 3 lines
10138 Changed paths:
10139    M /trunk/modules/gui/macosx/playlist.m
10140
10141 * Start of the beginnig of drag'n'drop in the OSX playlist. Items are only copied in  the pasteboard ATM (at least if I understand OSX's strange protocol to drag'n'drop items correclty)
10142
10143
10144 ------------------------------------------------------------------------
10145 r11593 | courmisch | 2005-06-28 20:02:01 +0200 (Tue, 28 Jun 2005) | 21 lines
10146 Changed paths:
10147    M /trunk/Makefile.am
10148    M /trunk/configure.ac
10149    A /trunk/loader
10150    A /trunk/loader/Makefile.am
10151    A /trunk/loader/Makefile.in
10152    A /trunk/loader/afl.c
10153    A /trunk/loader/com.h
10154    A /trunk/loader/driver.c
10155    A /trunk/loader/driver.h
10156    A /trunk/loader/ext.c
10157    A /trunk/loader/ext.h
10158    A /trunk/loader/kludge.c
10159    A /trunk/loader/ldt_keeper.c
10160    A /trunk/loader/ldt_keeper.h
10161    A /trunk/loader/loader.h
10162    A /trunk/loader/module.c
10163    A /trunk/loader/pe_image.c
10164    A /trunk/loader/pe_resource.c
10165    A /trunk/loader/qtx
10166    A /trunk/loader/qtx/qtxsdk
10167    A /trunk/loader/qtx/qtxsdk/components.h
10168    A /trunk/loader/registry.c
10169    A /trunk/loader/registry.h
10170    A /trunk/loader/resource.c
10171    A /trunk/loader/stubs.s
10172    A /trunk/loader/vfl.c
10173    A /trunk/loader/win32.c
10174    A /trunk/loader/win32.h
10175    A /trunk/loader/wine
10176    A /trunk/loader/wine/avifmt.h
10177    A /trunk/loader/wine/basetsd.h
10178    A /trunk/loader/wine/debugtools.h
10179    A /trunk/loader/wine/driver.h
10180    A /trunk/loader/wine/heap.h
10181    A /trunk/loader/wine/mmreg.h
10182    A /trunk/loader/wine/module.h
10183    A /trunk/loader/wine/msacm.h
10184    A /trunk/loader/wine/msacmdrv.h
10185    A /trunk/loader/wine/pe_image.h
10186    A /trunk/loader/wine/poppack.h
10187    A /trunk/loader/wine/pshpack1.h
10188    A /trunk/loader/wine/pshpack2.h
10189    A /trunk/loader/wine/vfw.h
10190    A /trunk/loader/wine/winbase.h
10191    A /trunk/loader/wine/windef.h
10192    A /trunk/loader/wine/winerror.h
10193    A /trunk/loader/wine/winestring.h
10194    A /trunk/loader/wine/winnt.h
10195    A /trunk/loader/wine/winreg.h
10196    A /trunk/loader/wine/winuser.h
10197    A /trunk/loader/wineacm.h
10198    A /trunk/loader/wrapper.S
10199    A /trunk/loader/wrapper.h
10200
10201 DLL loader stolen from MPlayer CVS.
10202 Disabled by default, enable with --enable-loader
10203 There's no sanity checks in configure so don't do it if your platform is not compatible.
10204
10205 zorglub and Anil report it works for WMV3 with the dmo decoder plugin.
10206 It seems to crash with Quicktime (after displaying a few frame ?).
10207 There's no RealVideo decoder so, won't do that, but it probably could as well.
10208
10209 Legal considerations
10210 =====================
10211
10212 Section 2 of the GPL puts no restriction on what you link with so long as
10213 you have obtained the program from source (and compiled it yourself), so
10214 this is OK.
10215
10216 It is not clear to me whether it is ok to provide binaries with this
10217 feature enabled. Maybe it would infringe on the GPL and, hence, on VLC's
10218 past contributors intellectual rights. So if in doubt don't put this in
10219 binary package you make.
10220
10221
10222 ------------------------------------------------------------------------
10223 r11592 | damienf | 2005-06-28 19:58:34 +0200 (Tue, 28 Jun 2005) | 2 lines
10224 Changed paths:
10225    M /trunk/activex/axvlc.inf
10226
10227 - updated to axvlc.inf used to create http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab
10228
10229 ------------------------------------------------------------------------
10230 r11591 | damienf | 2005-06-28 19:56:26 +0200 (Tue, 28 Jun 2005) | 2 lines
10231 Changed paths:
10232    M /trunk/activex/test.html
10233
10234 - changed codebase path to 'http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab'
10235
10236 ------------------------------------------------------------------------
10237 r11590 | courmisch | 2005-06-28 17:16:11 +0200 (Tue, 28 Jun 2005) | 2 lines
10238 Changed paths:
10239    M /trunk/modules/misc/Modules.am
10240    D /trunk/modules/misc/externrun.c
10241
10242 This doesn't owe in the VLC
10243
10244 ------------------------------------------------------------------------
10245 r11589 | sam | 2005-06-28 11:10:15 +0200 (Tue, 28 Jun 2005) | 2 lines
10246 Changed paths:
10247    M /trunk/po/fr.po
10248
10249   * po/fr.po: various fixes
10250
10251 ------------------------------------------------------------------------
10252 r11588 | sam | 2005-06-28 10:48:46 +0200 (Tue, 28 Jun 2005) | 2 lines
10253 Changed paths:
10254    M /trunk/po/es.po
10255
10256   * po/es.po: minor fixes
10257
10258 ------------------------------------------------------------------------
10259 r11587 | damienf | 2005-06-28 10:02:40 +0200 (Tue, 28 Jun 2005) | 3 lines
10260 Changed paths:
10261    M /trunk/activex/plugin.cpp
10262
10263 dataobject isn't ready for prime time yet :)
10264
10265
10266 ------------------------------------------------------------------------
10267 r11585 | zorglub | 2005-06-27 23:30:44 +0200 (Mon, 27 Jun 2005) | 2 lines
10268 Changed paths:
10269    M /trunk/mozilla/vlcshell.cpp
10270
10271 Fix warning
10272
10273 ------------------------------------------------------------------------
10274 r11584 | zorglub | 2005-06-27 23:25:51 +0200 (Mon, 27 Jun 2005) | 2 lines
10275 Changed paths:
10276    M /trunk/modules/control/telnet.c
10277
10278 Don't insult the user - Patch by Torsten Spindler
10279
10280 ------------------------------------------------------------------------
10281 r11583 | dionoea | 2005-06-27 22:56:58 +0200 (Mon, 27 Jun 2005) | 2 lines
10282 Changed paths:
10283    M /trunk/mozilla/npvlc_rc.rc
10284
10285 forward port 11582
10286
10287 ------------------------------------------------------------------------
10288 r11581 | dionoea | 2005-06-27 22:27:10 +0200 (Mon, 27 Jun 2005) | 2 lines
10289 Changed paths:
10290    M /trunk/mozilla/vlcplugin.h
10291
10292 forward port 11580
10293
10294 ------------------------------------------------------------------------
10295 r11579 | bigben | 2005-06-27 22:20:58 +0200 (Mon, 27 Jun 2005) | 4 lines
10296 Changed paths:
10297    M /trunk/AUTHORS
10298
10299 * Add some items to some people
10300 * Add FK and me...
10301
10302
10303 ------------------------------------------------------------------------
10304 r11578 | fkuehne | 2005-06-27 21:48:16 +0200 (Mon, 27 Jun 2005) | 1 line
10305 Changed paths:
10306    M /trunk/configure.ac
10307    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
10308    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
10309
10310 * replace '0.8.3-svn' by '0.8.4-svn'
10311 ------------------------------------------------------------------------
10312 r11575 | gbazin | 2005-06-27 21:02:06 +0200 (Mon, 27 Jun 2005) | 1 line
10313 Changed paths:
10314    M /trunk/modules/demux/playlist/b4s.c
10315
10316 * modules/demux/playlist/b4s.c: WinCE compilation fix.
10317 ------------------------------------------------------------------------
10318 r11573 | zorglub | 2005-06-27 20:18:55 +0200 (Mon, 27 Jun 2005) | 2 lines
10319 Changed paths:
10320    M /trunk/mozilla/vlcshell.cpp
10321
10322 Also fix mozilla when not in debug mode
10323
10324 ------------------------------------------------------------------------
10325 r11572 | gbazin | 2005-06-27 20:17:09 +0200 (Mon, 27 Jun 2005) | 1 line
10326 Changed paths:
10327    M /trunk/modules/codec/mpeg_audio.c
10328
10329 * modules/codec/mpeg_audio.c: don't use this codec if we don't have an mpgatofixed32 audio filter (a bit of a hack but it works :).
10330 ------------------------------------------------------------------------
10331 r11571 | sam | 2005-06-27 15:58:06 +0200 (Mon, 27 Jun 2005) | 2 lines
10332 Changed paths:
10333    M /trunk/src/misc/httpd.c
10334
10335   * src/misc/httpd.c: fixed a crash in IPv4 handling, patch from Maxime Bizon.
10336
10337 ------------------------------------------------------------------------
10338 r11570 | damienf | 2005-06-27 14:22:24 +0200 (Mon, 27 Jun 2005) | 3 lines
10339 Changed paths:
10340    M /trunk/AUTHORS
10341    M /trunk/activex/plugin.cpp
10342
10343 plugin.cpp: forgot to initialize the mute variable
10344 AUTHORS: I haven't moved to Germany as far as I know: )
10345
10346 ------------------------------------------------------------------------
10347 r11569 | damienf | 2005-06-27 13:41:16 +0200 (Mon, 27 Jun 2005) | 6 lines
10348 Changed paths:
10349    M /trunk/activex/Makefile.am
10350    M /trunk/activex/axvlc_rc.rc
10351    M /trunk/activex/main.cpp
10352    M /trunk/activex/oleobject.cpp
10353    M /trunk/activex/persistpropbag.cpp
10354    M /trunk/activex/persiststorage.cpp
10355    M /trunk/activex/persiststreaminit.cpp
10356    M /trunk/activex/plugin.cpp
10357    M /trunk/activex/plugin.h
10358    M /trunk/activex/utils.h
10359    M /trunk/activex/viewobject.cpp
10360    A /trunk/activex/vlc16x16.bmp
10361
10362 all: clean-up, bug fixes so that plugin is now working correctly with Visual Basic 6 (which I have tested) and hopefully should also work with .NET (which I havent't tested).
10363
10364 Outstanding issue: the control properties are not persisted
10365
10366 vlc16x16.bmp: toolbar icon for VLC plugin
10367
10368 ------------------------------------------------------------------------
10369 r11567 | fkuehne | 2005-06-27 01:55:53 +0200 (Mon, 27 Jun 2005) | 2 lines
10370 Changed paths:
10371    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
10372    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
10373    M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
10374    M /trunk/modules/gui/macosx/wizard.h
10375    M /trunk/modules/gui/macosx/wizard.m
10376
10377 * implemented a general, re-usable help-panel used by all 4 "More Info" buttons (refs #13)
10378 * copied the todo to the file
10379 ------------------------------------------------------------------------
10380 r11564 | zorglub | 2005-06-26 20:23:17 +0200 (Sun, 26 Jun 2005) | 2 lines
10381 Changed paths:
10382    M /trunk/modules/access/mms/mms.c
10383
10384 Higher default caching value. Prebuffering should really use the caching value 
10385
10386 ------------------------------------------------------------------------
10387 r11563 | fkuehne | 2005-06-26 19:25:08 +0200 (Sun, 26 Jun 2005) | 1 line
10388 Changed paths:
10389    M /trunk/src/libvlc.h
10390
10391 * forgot to include the Turkish locale here as well
10392 ------------------------------------------------------------------------
10393 r11562 | courmisch | 2005-06-26 19:17:50 +0200 (Sun, 26 Jun 2005) | 2 lines
10394 Changed paths:
10395    M /trunk/src/misc/getaddrinfo.c
10396
10397 Remove confusing warning
10398
10399 ------------------------------------------------------------------------
10400 r11561 | fkuehne | 2005-06-26 19:05:58 +0200 (Sun, 26 Jun 2005) | 3 lines
10401 Changed paths:
10402    M /trunk/configure.ac
10403    M /trunk/po/bn.po
10404    M /trunk/po/ca.po
10405    M /trunk/po/da.po
10406    M /trunk/po/de.po
10407    M /trunk/po/el.po
10408    M /trunk/po/en_GB.po
10409    M /trunk/po/es.po
10410    M /trunk/po/fr.po
10411    M /trunk/po/hi.po
10412    M /trunk/po/hu.po
10413    M /trunk/po/it.po
10414    M /trunk/po/ja.po
10415    M /trunk/po/my.po
10416    M /trunk/po/ne.po
10417    M /trunk/po/nl.po
10418    M /trunk/po/no.po
10419    M /trunk/po/pl.po
10420    M /trunk/po/ps.po
10421    M /trunk/po/pt_BR.po
10422    M /trunk/po/ru.po
10423    M /trunk/po/sv.po
10424    M /trunk/po/tet.po
10425    M /trunk/po/tl.po
10426    A /trunk/po/tr.po
10427    M /trunk/po/vlc.pot
10428    M /trunk/po/zh_TW.po
10429    M /trunk/src/libvlc.h
10430    M /trunk/src/misc/darwin_specific.m
10431
10432 * copy the po-files from /tags/0.8.2 to trunk
10433 * run update-po to get them in sync
10434 * forward-port [11506]
10435 ------------------------------------------------------------------------
10436 r11560 | dionoea | 2005-06-26 18:03:48 +0200 (Sun, 26 Jun 2005) | 2 lines
10437 Changed paths:
10438    M /trunk/modules/video_output/opengl.c
10439
10440 forward port 11543 (again)
10441
10442 ------------------------------------------------------------------------
10443 r11559 | courmisch | 2005-06-26 17:12:10 +0200 (Sun, 26 Jun 2005) | 2 lines
10444 Changed paths:
10445    M /trunk/modules/codec/quicktime.c
10446
10447 Compile fix
10448
10449 ------------------------------------------------------------------------
10450 r11558 | courmisch | 2005-06-26 16:54:06 +0200 (Sun, 26 Jun 2005) | 2 lines
10451 Changed paths:
10452    M /trunk/src/misc/getaddrinfo.c
10453
10454 Fix compilation
10455
10456 ------------------------------------------------------------------------
10457 r11557 | courmisch | 2005-06-26 12:36:35 +0200 (Sun, 26 Jun 2005) | 2 lines
10458 Changed paths:
10459    M /trunk/src/misc/httpd.c
10460
10461 Remove obsoloted check
10462
10463 ------------------------------------------------------------------------
10464 r11556 | courmisch | 2005-06-26 12:35:06 +0200 (Sun, 26 Jun 2005) | 2 lines
10465 Changed paths:
10466    M /trunk/src/misc/net.c
10467
10468 Set IPV6_V6ONLY option to make my life easier
10469
10470 ------------------------------------------------------------------------
10471 r11555 | courmisch | 2005-06-26 12:29:06 +0200 (Sun, 26 Jun 2005) | 3 lines
10472 Changed paths:
10473    M /trunk/src/misc/net.c
10474
10475 Set IPV6_PROTECTION_LEVEL (yet another Microsoft's stupid idea)
10476 at the "right" place, namely ListenTCP rather than OpenTCP
10477
10478 ------------------------------------------------------------------------
10479 r11554 | courmisch | 2005-06-26 12:24:35 +0200 (Sun, 26 Jun 2005) | 2 lines
10480 Changed paths:
10481    M /trunk/include/network.h
10482    M /trunk/include/vlc_symbols.h
10483    M /trunk/modules/access/ftp.c
10484    M /trunk/src/misc/getaddrinfo.c
10485    M /trunk/src/misc/httpd.c
10486    M /trunk/src/stream_output/sap.c
10487
10488 Fixes httpd_ClientIP on Win32 & the likes
10489
10490 ------------------------------------------------------------------------
10491 r11553 | courmisch | 2005-06-26 12:14:00 +0200 (Sun, 26 Jun 2005) | 2 lines
10492 Changed paths:
10493    M /trunk/src/stream_output/sap.c
10494
10495 More conservative buffer size
10496
10497 ------------------------------------------------------------------------
10498 r11552 | courmisch | 2005-06-26 11:47:41 +0200 (Sun, 26 Jun 2005) | 2 lines
10499 Changed paths:
10500    M /trunk/modules/misc/network/ipv6.c
10501
10502 Forgot this file
10503
10504 ------------------------------------------------------------------------
10505 r11551 | courmisch | 2005-06-26 11:12:36 +0200 (Sun, 26 Jun 2005) | 2 lines
10506 Changed paths:
10507    M /trunk/include/network.h
10508    M /trunk/include/vlc_symbols.h
10509    M /trunk/modules/access/ftp.c
10510    M /trunk/src/misc/getaddrinfo.c
10511    M /trunk/src/misc/net.c
10512    M /trunk/src/stream_output/sap.c
10513
10514 Use integer rather than strings for UDP/TCP port numbers
10515
10516 ------------------------------------------------------------------------
10517 r11550 | courmisch | 2005-06-26 11:11:54 +0200 (Sun, 26 Jun 2005) | 2 lines
10518 Changed paths:
10519    M /trunk/share/http/index.html
10520
10521 Fix case
10522
10523 ------------------------------------------------------------------------
10524 r11549 | courmisch | 2005-06-26 07:43:05 +0200 (Sun, 26 Jun 2005) | 2 lines
10525 Changed paths:
10526    M /trunk/share/http/index.html
10527
10528 Someone forgot debugging stuff here
10529
10530 ------------------------------------------------------------------------
10531 r11548 | hartman | 2005-06-26 03:11:33 +0200 (Sun, 26 Jun 2005) | 2 lines
10532 Changed paths:
10533    M /trunk/extras/contrib/src/Patches/x264.patch
10534
10535 * Stupid 10.2 THOU SHALT OBEY ME
10536
10537 ------------------------------------------------------------------------
10538 r11547 | courmisch | 2005-06-25 20:41:15 +0200 (Sat, 25 Jun 2005) | 2 lines
10539 Changed paths:
10540    M /trunk/modules/codec/dmo/dmo.h
10541
10542 Fix previous commit
10543
10544 ------------------------------------------------------------------------
10545 r11546 | courmisch | 2005-06-25 19:21:23 +0200 (Sat, 25 Jun 2005) | 2 lines
10546 Changed paths:
10547    M /trunk/modules/codec/dmo/buffer.c
10548    M /trunk/modules/codec/dmo/dmo.c
10549    M /trunk/modules/codec/dmo/dmo.h
10550
10551 Most compiler warning fixed
10552
10553 ------------------------------------------------------------------------
10554 r11545 | dionoea | 2005-06-25 19:16:58 +0200 (Sat, 25 Jun 2005) | 2 lines
10555 Changed paths:
10556    M /trunk/AUTHORS
10557
10558 fix alphabetically ordered list ...
10559
10560 ------------------------------------------------------------------------
10561 r11544 | dionoea | 2005-06-25 19:13:09 +0200 (Sat, 25 Jun 2005) | 3 lines
10562 Changed paths:
10563    M /trunk/AUTHORS
10564
10565 add myself to the authors list ... because i want to be part of the "very cool dudes" list of people with a SVN account.
10566
10567
10568 ------------------------------------------------------------------------
10569 r11540 | dionoea | 2005-06-25 15:32:58 +0200 (Sat, 25 Jun 2005) | 2 lines
10570 Changed paths:
10571    M /trunk/modules/demux/playlist/b4s.c
10572
10573 forward port of 11539
10574
10575 ------------------------------------------------------------------------
10576 r11536 | courmisch | 2005-06-25 15:08:57 +0200 (Sat, 25 Jun 2005) | 2 lines
10577 Changed paths:
10578    M /trunk/modules/access/http.c
10579
10580 HTTP_PROXY -> http_proxy that's the commit I should have done in the first place
10581
10582 ------------------------------------------------------------------------
10583 r11535 | courmisch | 2005-06-25 15:02:07 +0200 (Sat, 25 Jun 2005) | 2 lines
10584 Changed paths:
10585    M /trunk/modules/access/http.c
10586
10587 Forward port of 11534
10588
10589 ------------------------------------------------------------------------
10590 r11533 | courmisch | 2005-06-25 14:47:15 +0200 (Sat, 25 Jun 2005) | 2 lines
10591 Changed paths:
10592    M /trunk/configure.ac
10593
10594 Most of what would fix #14 if we really wanted to
10595
10596 ------------------------------------------------------------------------
10597 r11529 | courmisch | 2005-06-25 13:15:43 +0200 (Sat, 25 Jun 2005) | 3 lines
10598 Changed paths:
10599    M /trunk/modules/access/http.c
10600
10601 - support for Basic HTTP Proxy authentication (closes #149)
10602 - getenv is case-sensitive !!! use HTTP_PROXY instead of http_proxy
10603
10604 ------------------------------------------------------------------------
10605 r11528 | courmisch | 2005-06-25 12:56:30 +0200 (Sat, 25 Jun 2005) | 2 lines
10606 Changed paths:
10607    M /trunk/modules/access/http.c
10608
10609 Clean up : use user and pass from vlc_UrlParse
10610
10611 ------------------------------------------------------------------------
10612 r11527 | courmisch | 2005-06-25 12:36:37 +0200 (Sat, 25 Jun 2005) | 2 lines
10613 Changed paths:
10614    M /trunk/include/network.h
10615
10616 Unbreak previous commit - I was a bit too optimistic
10617
10618 ------------------------------------------------------------------------
10619 r11526 | dionoea | 2005-06-25 12:25:08 +0200 (Sat, 25 Jun 2005) | 2 lines
10620 Changed paths:
10621    M /trunk/NEWS
10622
10623 forwardport
10624
10625 ------------------------------------------------------------------------
10626 r11525 | courmisch | 2005-06-25 12:24:11 +0200 (Sat, 25 Jun 2005) | 4 lines
10627 Changed paths:
10628    M /trunk/include/network.h
10629
10630 - Support for parsing user and password in URLs
10631 - Useless (always true) check removed
10632 - Only one strdup() in vlc_UrlParse
10633
10634 ------------------------------------------------------------------------
10635 r11523 | courmisch | 2005-06-25 12:22:59 +0200 (Sat, 25 Jun 2005) | 2 lines
10636 Changed paths:
10637    M /trunk/src/stream_output/sap.c
10638
10639 Fix lame compiler warning
10640
10641 ------------------------------------------------------------------------
10642 r11521 | courmisch | 2005-06-25 09:47:46 +0200 (Sat, 25 Jun 2005) | 2 lines
10643 Changed paths:
10644    M /trunk/src/stream_output/sap.c
10645
10646 More conservative buffer size
10647
10648 ------------------------------------------------------------------------
10649 r11520 | courmisch | 2005-06-25 09:45:57 +0200 (Sat, 25 Jun 2005) | 2 lines
10650 Changed paths:
10651    M /trunk/modules/demux/voc.c
10652
10653 Bigger buffer to reduce stuttering
10654
10655 ------------------------------------------------------------------------
10656 r11519 | courmisch | 2005-06-25 08:06:06 +0200 (Sat, 25 Jun 2005) | 2 lines
10657 Changed paths:
10658    M /trunk/Makefile.am
10659
10660 Remove plugins and builtins with make uninstall (closes #231)
10661
10662 ------------------------------------------------------------------------
10663 r11518 | courmisch | 2005-06-25 07:39:06 +0200 (Sat, 25 Jun 2005) | 2 lines
10664 Changed paths:
10665    M /trunk/Makefile.am
10666
10667 Deletes vlc's aliases upon make uninstall (refs #231)
10668
10669 ------------------------------------------------------------------------
10670 r11513 | hartman | 2005-06-24 22:09:21 +0200 (Fri, 24 Jun 2005) | 2 lines
10671 Changed paths:
10672    M /trunk/extras/contrib/src/packages.mak
10673
10674 * new liveMedia version
10675
10676 ------------------------------------------------------------------------
10677 r11512 | hartman | 2005-06-24 21:06:58 +0200 (Fri, 24 Jun 2005) | 2 lines
10678 Changed paths:
10679    M /trunk/modules/video_output/opengl.c
10680
10681 * More greenline prevention (opengl sucks ! :D )
10682
10683 ------------------------------------------------------------------------
10684 r11511 | bigben | 2005-06-24 18:55:01 +0200 (Fri, 24 Jun 2005) | 5 lines
10685 Changed paths:
10686    M /trunk/modules/gui/macosx/playlist.m
10687
10688 Much cleaner fix for the "vlc would crash on item deletion" bug.
10689
10690 Not sure this should be backported at this time (at least not without further testing)
10691
10692
10693 ------------------------------------------------------------------------
10694 r11509 | courmisch | 2005-06-23 22:15:03 +0200 (Thu, 23 Jun 2005) | 2 lines
10695 Changed paths:
10696    M /trunk/src/stream_output/sap.c
10697
10698 fix use of uninitialized URI string pointer in SAP announce - closes #228
10699
10700 ------------------------------------------------------------------------
10701 r11507 | zorglub | 2005-06-23 20:57:22 +0200 (Thu, 23 Jun 2005) | 2 lines
10702 Changed paths:
10703    M /trunk/modules/gui/wxwindows/preferences.cpp
10704
10705 Fix "intf"  saving - Closes #223
10706
10707 ------------------------------------------------------------------------
10708 r11505 | courmisch | 2005-06-23 17:35:18 +0200 (Thu, 23 Jun 2005) | 3 lines
10709 Changed paths:
10710    M /trunk/src/misc/net.c
10711
10712 - Fix infinite loop on TCP connection timeout
10713 - Really obey the ipv4-timeout to the ms
10714
10715 ------------------------------------------------------------------------
10716 r11504 | courmisch | 2005-06-23 17:34:29 +0200 (Thu, 23 Jun 2005) | 2 lines
10717 Changed paths:
10718    M /trunk/include/vlc_symbols.h
10719
10720 I suppose Meuuh forgot this one
10721
10722 ------------------------------------------------------------------------
10723 r11502 | hartman | 2005-06-23 16:46:12 +0200 (Thu, 23 Jun 2005) | 3 lines
10724 Changed paths:
10725    M /trunk/modules/demux/livedotcom.cpp
10726
10727 * Disabled UDP timeout on multicast RTSP sessions. closes #227
10728   A configurable timeout should be added later on?
10729
10730 ------------------------------------------------------------------------
10731 r11501 | bigben | 2005-06-23 16:24:25 +0200 (Thu, 23 Jun 2005) | 5 lines
10732 Changed paths:
10733    M /trunk/modules/gui/macosx/playlist.m
10734
10735 * Fixes playlist search
10736
10737 (Closes #229)
10738
10739
10740 ------------------------------------------------------------------------
10741 r11500 | hartman | 2005-06-23 15:38:18 +0200 (Thu, 23 Jun 2005) | 2 lines
10742 Changed paths:
10743    M /trunk/modules/demux/mkv.cpp
10744
10745 * Properly release streams. closes #226
10746
10747 ------------------------------------------------------------------------
10748 r11498 | xtophe | 2005-06-23 10:32:57 +0200 (Thu, 23 Jun 2005) | 2 lines
10749 Changed paths:
10750    M /trunk/share/http/index.html
10751
10752 http/index.html: Fix for IE (patch by Pierre-Hugues PERET) (closes #188)
10753
10754 ------------------------------------------------------------------------
10755 r11496 | dionoea | 2005-06-22 18:41:48 +0200 (Wed, 22 Jun 2005) | 2 lines
10756 Changed paths:
10757    M /trunk/src/misc/vlm.c
10758
10759 applied patch by Julien Martin
10760
10761 ------------------------------------------------------------------------
10762 r11494 | hartman | 2005-06-21 23:31:28 +0200 (Tue, 21 Jun 2005) | 2 lines
10763 Changed paths:
10764    M /trunk/configure.ac
10765
10766 * test for sqrtf in -lmx. If present add to x264 compile flags
10767
10768 ------------------------------------------------------------------------
10769 r11490 | courmisch | 2005-06-21 19:44:06 +0200 (Tue, 21 Jun 2005) | 4 lines
10770 Changed paths:
10771    M /trunk/modules/demux/voc.c
10772
10773 - Rounds VOC v1.10 sample rates to usual values (11025, 22050, 44100)
10774   which are supported by aout modules (closes #201)
10775 - Use appropriate values in es format computations
10776
10777 ------------------------------------------------------------------------
10778 r11489 | bigben | 2005-06-21 18:07:02 +0200 (Tue, 21 Jun 2005) | 3 lines
10779 Changed paths:
10780    M /trunk/modules/gui/macosx/playlist.m
10781
10782 Fix playlist item search (was broken by the "general" node remove comit)
10783
10784
10785 ------------------------------------------------------------------------
10786 r11488 | bigben | 2005-06-21 17:34:37 +0200 (Tue, 21 Jun 2005) | 3 lines
10787 Changed paths:
10788    M /trunk/modules/gui/macosx/playlist.m
10789
10790 * Hopefully really fix OSX playlist this time (very dirty hack inside)
10791
10792
10793 ------------------------------------------------------------------------
10794 r11487 | massiot | 2005-06-21 14:29:55 +0200 (Tue, 21 Jun 2005) | 3 lines
10795 Changed paths:
10796    M /trunk/src/libvlc.c
10797    M /trunk/src/libvlc.h
10798
10799  * src/libvlc.*: New --open option to allow to permanently start an MRL on
10800    startup. Fixed two typos in two strings.
10801
10802 ------------------------------------------------------------------------
10803 r11485 | hartman | 2005-06-21 00:43:40 +0200 (Tue, 21 Jun 2005) | 2 lines
10804 Changed paths:
10805    M /trunk/modules/misc/dummy/dummy.c
10806
10807 * Mark the video and decoder options of the dummy module as advanced. This 'hides' the problem described in #162
10808
10809 ------------------------------------------------------------------------
10810 r11484 | fkuehne | 2005-06-20 23:12:22 +0200 (Mon, 20 Jun 2005) | 1 line
10811 Changed paths:
10812    M /trunk/modules/gui/macosx/intf.m
10813
10814 * forwardport [11483] to trunk
10815 ------------------------------------------------------------------------
10816 r11479 | hartman | 2005-06-20 22:26:06 +0200 (Mon, 20 Jun 2005) | 2 lines
10817 Changed paths:
10818    M /trunk/modules/gui/macosx/playlist.m
10819
10820 * Don't show the General node in OS X playlist. it complicates logic, but looks much nicer this way.
10821
10822 ------------------------------------------------------------------------
10823 r11477 | zorglub | 2005-06-20 21:43:52 +0200 (Mon, 20 Jun 2005) | 2 lines
10824 Changed paths:
10825    M /trunk/mozilla/vlcshell.cpp
10826
10827 Don't continously resize mozilla plugin window - Closes #139
10828
10829 ------------------------------------------------------------------------
10830 r11475 | zorglub | 2005-06-20 20:52:46 +0200 (Mon, 20 Jun 2005) | 2 lines
10831 Changed paths:
10832    M /trunk/src/playlist/playlist.c
10833
10834 Restore playlist behaviour
10835
10836 ------------------------------------------------------------------------
10837 r11474 | bigben | 2005-06-20 19:48:25 +0200 (Mon, 20 Jun 2005) | 4 lines
10838 Changed paths:
10839    M /trunk/modules/gui/macosx/playlist.m
10840
10841 Add a playlist lock. Hopefully fixes the last crash in the OSX playlist.
10842
10843
10844
10845 ------------------------------------------------------------------------
10846 r11473 | massiot | 2005-06-20 19:05:53 +0200 (Mon, 20 Jun 2005) | 2 lines
10847 Changed paths:
10848    M /trunk/src/misc/net.c
10849
10850  * src/misc/net.c: Better fix for Cygwin.
10851
10852 ------------------------------------------------------------------------
10853 r11472 | massiot | 2005-06-20 18:48:11 +0200 (Mon, 20 Jun 2005) | 2 lines
10854 Changed paths:
10855    M /trunk/src/misc/net.c
10856
10857  * src/misc/net.c: Fix for Cygwin which doesn't have inet_aton().
10858
10859 ------------------------------------------------------------------------
10860 r11471 | zorglub | 2005-06-20 18:42:10 +0200 (Mon, 20 Jun 2005) | 2 lines
10861 Changed paths:
10862    M /trunk/src/playlist/item-ext.c
10863
10864 Don't fuck up index on delete (fix crash for skins2) - Refs #205
10865
10866 ------------------------------------------------------------------------
10867 r11470 | zorglub | 2005-06-20 18:32:01 +0200 (Mon, 20 Jun 2005) | 2 lines
10868 Changed paths:
10869    M /trunk/src/playlist/item-ext.c
10870    M /trunk/src/playlist/playlist.c
10871
10872 Fix crash on delete (Refs:#205)
10873
10874 ------------------------------------------------------------------------
10875 r11467 | bigben | 2005-06-20 14:26:58 +0200 (Mon, 20 Jun 2005) | 4 lines
10876 Changed paths:
10877    M /trunk/modules/codec/vorbis.c
10878
10879
10880 * Use 0 as default quality setting. The previous "3" would make VLC ignore the ab= argument unless being explicitely told to use cbr with the --sout-vorbis-cbr oprion.
10881
10882
10883 ------------------------------------------------------------------------
10884 r11464 | fkuehne | 2005-06-19 21:48:04 +0200 (Sun, 19 Jun 2005) | 1 line
10885 Changed paths:
10886    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
10887
10888 * fix relative paths
10889 ------------------------------------------------------------------------
10890 r11463 | fkuehne | 2005-06-19 21:37:42 +0200 (Sun, 19 Jun 2005) | 13 lines
10891 Changed paths:
10892    M /trunk/Makefile.am
10893    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
10894    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
10895    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
10896    A /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib
10897    A /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
10898    A /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
10899    A /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
10900    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
10901    M /trunk/modules/gui/macosx/Modules.am
10902    M /trunk/modules/gui/macosx/intf.h
10903    M /trunk/modules/gui/macosx/intf.m
10904    A /trunk/modules/gui/macosx/wizard.h
10905    A /trunk/modules/gui/macosx/wizard.m
10906
10907 * ALL: basic skeleton for a streaming-wizard (refs #13)
10908     
10909     done:
10910     - all items are included with complete l10n support
10911     - checkboxes and select-file-buttons behave as they are supposed to
10912     
10913     todo:
10914     - implementation of the logic, i.e. handling of the collected values, respective manipulation of the GUI, start of the stream
10915     - move some arrays to an external header file
10916     - some GUI things (e.g. radio buttons on page 2, etc. - see FIXMEs)
10917     - implementation of some help-dialogues (it might be necessary to create a re-usable window in the nib for that, since NSAlert is Panther and Tiger only)
10918     - l10n string fixes (both in OSX and WX)
10919     => most of the work still needs to be done
10920 ------------------------------------------------------------------------
10921 r11458 | zorglub | 2005-06-18 12:31:42 +0200 (Sat, 18 Jun 2005) | 2 lines
10922 Changed paths:
10923    M /trunk/doc/strings.txt
10924    M /trunk/doc/translations.txt
10925
10926 Deprecate old docs
10927
10928 ------------------------------------------------------------------------
10929 r11456 | jpsaman | 2005-06-18 10:17:47 +0200 (Sat, 18 Jun 2005) | 1 line
10930 Changed paths:
10931    M /trunk/AUTHORS
10932
10933 Updated e-mail address. The wxs.nl address is no longer in use.
10934 ------------------------------------------------------------------------
10935 r11454 | fkuehne | 2005-06-17 21:30:24 +0200 (Fri, 17 Jun 2005) | 1 line
10936 Changed paths:
10937    M /trunk/configure.ac
10938    M /trunk/src/libvlc.h
10939    M /trunk/src/misc/darwin_specific.m
10940
10941 * forward-port of [11453] plus a small string-enhancement to src/libvlc.h
10942 ------------------------------------------------------------------------
10943 r11450 | massiot | 2005-06-17 19:16:43 +0200 (Fri, 17 Jun 2005) | 2 lines
10944 Changed paths:
10945    M /trunk/modules/demux/playlist/playlist.c
10946
10947  * modules/demux/playlist/playlist.c: New --no-playlist-autostart option.
10948
10949 ------------------------------------------------------------------------
10950 r11448 | massiot | 2005-06-17 18:42:48 +0200 (Fri, 17 Jun 2005) | 3 lines
10951 Changed paths:
10952    M /trunk/modules/demux/playlist/b4s.c
10953    M /trunk/modules/demux/playlist/m3u.c
10954    M /trunk/modules/demux/playlist/old.c
10955    M /trunk/modules/demux/playlist/playlist.c
10956    M /trunk/modules/demux/playlist/playlist.h
10957    M /trunk/modules/demux/playlist/pls.c
10958
10959  * modules/demux/playlist: Exported symbols inside plug-ins must always be
10960    escaped with the E_() macro, to avoid namespace collisions between plug-ins.
10961
10962 ------------------------------------------------------------------------
10963 r11447 | massiot | 2005-06-17 14:43:46 +0200 (Fri, 17 Jun 2005) | 9 lines
10964 Changed paths:
10965    M /trunk/include/network.h
10966    M /trunk/include/vlc_httpd.h
10967    M /trunk/modules/access_output/http.c
10968    M /trunk/modules/control/http.c
10969    M /trunk/modules/misc/rtsp.c
10970    M /trunk/modules/stream_out/rtp.c
10971    M /trunk/src/misc/httpd.c
10972    M /trunk/src/misc/net.c
10973
10974  * modules/control/http.c: Added support for .hosts files detailing hosts
10975    allowed to connect. The format is :
10976    192.168.0.0/24
10977    172.16.12.42/32
10978  * src/misc/net.c: New function net_CheckIP to check that an IP is in a
10979    given range.
10980  * OTHERS: Changed prototypes to allow for two new arguments for the
10981    hosts list.
10982
10983 ------------------------------------------------------------------------
10984 r11446 | dionoea | 2005-06-17 14:37:42 +0200 (Fri, 17 Jun 2005) | 2 lines
10985 Changed paths:
10986    M /trunk/mozilla/vlcshell.cpp
10987
10988 forwardport 11445
10989
10990 ------------------------------------------------------------------------
10991 r11443 | dionoea | 2005-06-16 23:11:54 +0200 (Thu, 16 Jun 2005) | 2 lines
10992 Changed paths:
10993    M /trunk/Makefile.am
10994    M /trunk/share/Makefile.am
10995    M /trunk/share/vlc16x16.xpm
10996    M /trunk/share/vlc32x32.xpm
10997    A /trunk/share/vlc48x48new.ico
10998    M /trunk/share/vlc_win32_rc.rc
10999    M /trunk/vlc.win32.nsi
11000
11001 change to new icon ( fixes #185 )
11002
11003 ------------------------------------------------------------------------
11004 r11441 | dionoea | 2005-06-16 21:42:34 +0200 (Thu, 16 Jun 2005) | 2 lines
11005 Changed paths:
11006    M /trunk/share/vlc_win32_rc.rc
11007
11008 update copyright date
11009
11010 ------------------------------------------------------------------------
11011 r11439 | dionoea | 2005-06-16 01:33:42 +0200 (Thu, 16 Jun 2005) | 3 lines
11012 Changed paths:
11013    M /trunk/vlc.win32.nsi
11014
11015 make sure that the "Play with VLC" context menu item plays the item right
11016 away (even if the user had --playlist-enqueue saved in his vlcrc file)
11017
11018 ------------------------------------------------------------------------
11019 r11437 | dionoea | 2005-06-16 01:20:07 +0200 (Thu, 16 Jun 2005) | 6 lines
11020 Changed paths:
11021    M /trunk/modules/gui/wxwindows/preferences.cpp
11022
11023 fix prefs icon problem under windows. (All subcategory items have the
11024 category's image ... which is different from the linux display where
11025 subcategories don't have images)
11026
11027 fixes #184
11028
11029 ------------------------------------------------------------------------
11030 r11430 | massiot | 2005-06-15 18:25:05 +0200 (Wed, 15 Jun 2005) | 3 lines
11031 Changed paths:
11032    M /trunk/src/playlist/playlist.c
11033
11034  * src/playlist/playlist.c: Fixed playlist_vaControl not to segfault when
11035    it is called with an invalid playlist item.
11036
11037 ------------------------------------------------------------------------
11038 r11428 | xtophe | 2005-06-15 11:24:55 +0200 (Wed, 15 Jun 2005) | 2 lines
11039 Changed paths:
11040    M /trunk/modules/access/dvdread.c
11041
11042 access/dvdread.c: Compilation fix
11043
11044 ------------------------------------------------------------------------
11045 r11426 | xtophe | 2005-06-15 09:40:16 +0200 (Wed, 15 Jun 2005) | 2 lines
11046 Changed paths:
11047    M /trunk/share/http/vlm/index.html
11048
11049 http/vlm/index.html: Add a note about the currnt brocken state of the vlm http intf.
11050
11051 ------------------------------------------------------------------------
11052 r11424 | hartman | 2005-06-15 01:45:02 +0200 (Wed, 15 Jun 2005) | 3 lines
11053 Changed paths:
11054    M /trunk/modules/gui/macosx/voutgl.m
11055    M /trunk/modules/video_output/opengl.c
11056
11057 * Lets go beserk on the locking and event passing for OpenGL resize. Haven't been able to crash it anymore.
11058   closes #45
11059
11060 ------------------------------------------------------------------------
11061 r11422 | hartman | 2005-06-15 01:08:54 +0200 (Wed, 15 Jun 2005) | 2 lines
11062 Changed paths:
11063    M /trunk/modules/access/dvdread.c
11064
11065 * remove some useless i_mux_rate stuff that we don't use anymore
11066
11067 ------------------------------------------------------------------------
11068 r11421 | dionoea | 2005-06-15 00:46:20 +0200 (Wed, 15 Jun 2005) | 2 lines
11069 Changed paths:
11070    M /trunk/vlc.win32.nsi
11071
11072 Add play with VLC and Add to VLC's playlist context menu items
11073
11074 ------------------------------------------------------------------------
11075 r11419 | hartman | 2005-06-14 23:32:01 +0200 (Tue, 14 Jun 2005) | 2 lines
11076 Changed paths:
11077    M /trunk/modules/gui/macosx/prefs.h
11078    M /trunk/modules/gui/macosx/prefs.m
11079
11080 * Fix the Reset button for OS X preferences (closes #193)
11081
11082 ------------------------------------------------------------------------
11083 r11418 | dionoea | 2005-06-14 22:41:17 +0200 (Tue, 14 Jun 2005) | 2 lines
11084 Changed paths:
11085    M /trunk/src/libvlc.h
11086
11087 use PLAYLISTENQUEUE help messages ...
11088
11089 ------------------------------------------------------------------------
11090 r11417 | dionoea | 2005-06-14 22:38:44 +0200 (Tue, 14 Jun 2005) | 4 lines
11091 Changed paths:
11092    M /trunk/src/libvlc.h
11093    M /trunk/src/misc/win32_specific.c
11094
11095 * add --playlist-enqueue option ( win32 only )
11096 When running with --one-instance, enqueue item to playlist and keep playing
11097 the current item. (default behavior is to start playing new item)
11098
11099 ------------------------------------------------------------------------
11100 r11415 | xtophe | 2005-06-14 20:19:34 +0200 (Tue, 14 Jun 2005) | 2 lines
11101 Changed paths:
11102    M /trunk/Makefile.am
11103
11104 Makefile.am: don't unix2dos dboxfiles.html as it produces problems with Movieplayer on dbox2 (refs #178).
11105
11106 ------------------------------------------------------------------------
11107 r11414 | gbazin | 2005-06-14 19:24:01 +0200 (Tue, 14 Jun 2005) | 1 line
11108 Changed paths:
11109    M /trunk/modules/video_output/x11/xcommon.c
11110
11111 * modules/video_output/x11/xcommon.c: try to detect XShmAttach() failure (eg. when running on an exported display).
11112 ------------------------------------------------------------------------
11113 r11413 | hartman | 2005-06-14 17:58:47 +0200 (Tue, 14 Jun 2005) | 2 lines
11114 Changed paths:
11115    M /trunk/modules/access/dvdread.c
11116
11117 * Accurate GET_TIME for dvdread
11118
11119 ------------------------------------------------------------------------
11120 r11411 | gbazin | 2005-06-14 16:14:14 +0200 (Tue, 14 Jun 2005) | 1 line
11121 Changed paths:
11122    M /trunk/modules/video_output/opengl.c
11123
11124 *  modules/video_output/opengl.c: win32 build fix (by Dnumgis).
11125 ------------------------------------------------------------------------
11126 r11409 | hartman | 2005-06-13 22:50:23 +0200 (Mon, 13 Jun 2005) | 2 lines
11127 Changed paths:
11128    M /trunk/modules/demux/mkv.cpp
11129
11130 * Largefile support for segmented mkv files (closes #204)
11131
11132 ------------------------------------------------------------------------
11133 r11407 | hartman | 2005-06-13 21:11:22 +0200 (Mon, 13 Jun 2005) | 2 lines
11134 Changed paths:
11135    M /trunk/modules/audio_output/auhal.c
11136
11137 * compile fix
11138
11139 ------------------------------------------------------------------------
11140 r11406 | massiot | 2005-06-13 15:21:58 +0200 (Mon, 13 Jun 2005) | 2 lines
11141 Changed paths:
11142    M /trunk/modules/stream_out/bridge.c
11143
11144  * modules/stream_out/bridge.c: Fixed the bug of disappearance of audio.
11145
11146 ------------------------------------------------------------------------
11147 r11404 | hartman | 2005-06-12 23:05:23 +0200 (Sun, 12 Jun 2005) | 2 lines
11148 Changed paths:
11149    M /trunk/modules/audio_output/auhal.c
11150
11151 * Don't list 'Input only' devices
11152
11153 ------------------------------------------------------------------------
11154 r11401 | dionoea | 2005-06-11 23:36:48 +0200 (Sat, 11 Jun 2005) | 2 lines
11155 Changed paths:
11156    M /trunk/BUGS
11157
11158 change trac url
11159
11160 ------------------------------------------------------------------------
11161 r11399 | dionoea | 2005-06-11 22:35:10 +0200 (Sat, 11 Jun 2005) | 2 lines
11162 Changed paths:
11163    M /trunk/vlc.win32.nsi
11164
11165 Add link to the documentation in the Start Menu items
11166
11167 ------------------------------------------------------------------------
11168 r11397 | hartman | 2005-06-10 21:44:13 +0200 (Fri, 10 Jun 2005) | 5 lines
11169 Changed paths:
11170    M /trunk/THANKS
11171    M /trunk/modules/gui/macosx/controls.m
11172    M /trunk/modules/gui/macosx/intf.h
11173    M /trunk/modules/gui/macosx/intf.m
11174    M /trunk/src/libvlc.h
11175
11176 * Changed mute hotkey to command-alt-arrowdown (like in iTunes) to avoid dupe with messages window hotkey.
11177 * Solved a deadlock due to volumeGet. Remember locking functions are not allowed from the GUI thread.
11178 * Fix the OSD feedback of the Repeat One, Repeat All commands
11179 * Added Chris Clepper to the THANKS file for his OpenGL fix [11368]
11180
11181 ------------------------------------------------------------------------
11182 r11396 | bigben | 2005-06-10 21:30:31 +0200 (Fri, 10 Jun 2005) | 3 lines
11183 Changed paths:
11184    M /trunk/modules/gui/macosx/playlist.m
11185
11186 Add a tooltip to the "search in playlist" input field
11187
11188
11189 ------------------------------------------------------------------------
11190 r11395 | zorglub | 2005-06-10 21:04:48 +0200 (Fri, 10 Jun 2005) | 2 lines
11191 Changed paths:
11192    M /trunk/modules/gui/wxwindows/playlist.cpp
11193    M /trunk/src/playlist/sort.c
11194
11195 Implement SORT_AUTHOR. Closes #196
11196
11197 ------------------------------------------------------------------------
11198 r11394 | fkuehne | 2005-06-10 20:59:37 +0200 (Fri, 10 Jun 2005) | 1 line
11199 Changed paths:
11200    M /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/info.nib
11201    M /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/keyedobjects.nib
11202
11203 * forwardport of [11392]
11204 ------------------------------------------------------------------------
11205 r11391 | zorglub | 2005-06-10 20:50:32 +0200 (Fri, 10 Jun 2005) | 2 lines
11206 Changed paths:
11207    M /trunk/modules/gui/macosx/output.m
11208    M /trunk/modules/gui/pda/pda.glade
11209    M /trunk/modules/gui/pda/pda_interface.c
11210    M /trunk/modules/gui/wxwindows/streamdata.h
11211    M /trunk/modules/gui/wxwindows/streamout.cpp
11212
11213 Remove i263 from stream output dialogs. Closes #187
11214
11215 ------------------------------------------------------------------------
11216 r11390 | fkuehne | 2005-06-10 20:28:20 +0200 (Fri, 10 Jun 2005) | 2 lines
11217 Changed paths:
11218    M /trunk/modules/gui/macosx/intf.m
11219    M /trunk/modules/video_filter/mosaic.c
11220
11221 mosaic.c: fixed a string
11222 intf.m: Shortend a sentence, since we don't support OSX < 10.2 anymore
11223 ------------------------------------------------------------------------
11224 r11388 | massiot | 2005-06-10 18:12:29 +0200 (Fri, 10 Jun 2005) | 5 lines
11225 Changed paths:
11226    M /trunk/include/vlc_threads.h
11227    M /trunk/modules/access_output/udp.c
11228
11229  * include/vlc_threads.h: Priority level VLC_THREAD_PRIORITY_HIGHEST is now
11230    available for all platforms.
11231  * modules/access_output/udp.c: Now runs the output thread at
11232    VLC_THREAD_PRIORITY_HIGHEST
11233
11234 ------------------------------------------------------------------------
11235 r11386 | hartman | 2005-06-10 17:29:32 +0200 (Fri, 10 Jun 2005) | 2 lines
11236 Changed paths:
11237    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
11238    M /trunk/modules/audio_filter/format.c
11239    M /trunk/modules/audio_output/file.c
11240    M /trunk/modules/codec/dts.c
11241    M /trunk/modules/gui/macosx/macosx.m
11242    M /trunk/modules/misc/freetype.c
11243    M /trunk/modules/misc/network/ipv4.c
11244    M /trunk/modules/misc/svg.c
11245    M /trunk/modules/video_filter/mosaic.c
11246    M /trunk/modules/video_filter/motionblur.c
11247    M /trunk/modules/video_filter/motiondetect.c
11248    M /trunk/modules/video_filter/swscale/filter.c
11249    M /trunk/modules/video_output/fb.c
11250    M /trunk/modules/video_output/opengl.c
11251    M /trunk/modules/video_output/sdl.c
11252    M /trunk/modules/video_output/svgalib.c
11253    M /trunk/modules/video_output/wingdi.c
11254    M /trunk/src/libvlc.h
11255
11256 * Some changes to preferences categorization (This really needs a lot more work)
11257
11258 ------------------------------------------------------------------------
11259 r11385 | massiot | 2005-06-10 17:14:16 +0200 (Fri, 10 Jun 2005) | 3 lines
11260 Changed paths:
11261    M /trunk/modules/mux/mpeg/ts.c
11262
11263  * modules/mux/mpeg/ts.c: New --no-sout-ts-crypt-video option to disable
11264    CSA scrambling for video PID(s).
11265
11266 ------------------------------------------------------------------------
11267 r11384 | massiot | 2005-06-10 17:08:51 +0200 (Fri, 10 Jun 2005) | 3 lines
11268 Changed paths:
11269    M /trunk/modules/codec/ffmpeg/encoder.c
11270    M /trunk/modules/codec/ffmpeg/ffmpeg.c
11271    M /trunk/modules/codec/ffmpeg/ffmpeg.h
11272    M /trunk/modules/codec/ffmpeg/video.c
11273
11274  * modules/codec/ffmpeg: New options to fine-tune advanced encoder options.
11275  * modules/codec/ffmpeg/video.c: Better handling of aspect ratio change.
11276
11277 ------------------------------------------------------------------------
11278 r11383 | massiot | 2005-06-10 17:06:29 +0200 (Fri, 10 Jun 2005) | 3 lines
11279 Changed paths:
11280    M /trunk/modules/access/fake.c
11281
11282  * modules/access/fake.c: New --fake-id option to specify the fake ES ID, for
11283    use with #duplicate{}.
11284
11285 ------------------------------------------------------------------------
11286 r11381 | bigben | 2005-06-10 17:03:20 +0200 (Fri, 10 Jun 2005) | 3 lines
11287 Changed paths:
11288    M /trunk/modules/gui/macosx/open.m
11289
11290 * reflects syntax change in the dvdread access
11291
11292
11293 ------------------------------------------------------------------------
11294 r11379 | fkuehne | 2005-06-10 16:20:08 +0200 (Fri, 10 Jun 2005) | 1 line
11295 Changed paths:
11296    M /trunk/modules/access/vcdx/vcd.c
11297    M /trunk/modules/misc/gnutls.c
11298    M /trunk/modules/misc/rtsp.c
11299    M /trunk/modules/mux/mpjpeg.c
11300
11301 * fixed some strings
11302 ------------------------------------------------------------------------
11303 r11377 | fkuehne | 2005-06-10 13:03:45 +0200 (Fri, 10 Jun 2005) | 1 line
11304 Changed paths:
11305    M /trunk/modules/access/fake.c
11306    M /trunk/modules/access/pvr/pvr.c
11307    M /trunk/modules/access/v4l/v4l.c
11308
11309 forwardport of [11376]
11310 ------------------------------------------------------------------------
11311 r11374 | dionoea | 2005-06-10 01:34:47 +0200 (Fri, 10 Jun 2005) | 2 lines
11312 Changed paths:
11313    M /trunk/vlc.win32.nsi
11314
11315  * split file associations in 3 subcategories (audio, video, other)
11316
11317 ------------------------------------------------------------------------
11318 r11373 | hartman | 2005-06-10 00:49:10 +0200 (Fri, 10 Jun 2005) | 2 lines
11319 Changed paths:
11320    M /trunk/extras/contrib/src/Makefile
11321    A /trunk/extras/contrib/src/Patches/x264.patch (from /branches/0.8.2/extras/contrib/src/Patches/x264.patch:11372)
11322
11323 * forwardport of [11372]
11324
11325 ------------------------------------------------------------------------
11326 r11370 | bigben | 2005-06-09 22:24:06 +0200 (Thu, 09 Jun 2005) | 3 lines
11327 Changed paths:
11328    M /trunk/extras/contrib/src/Makefile
11329    M /trunk/extras/contrib/src/packages.mak
11330    M /trunk/modules/gui/macosx/output.m
11331
11332 * All: include x264 in the contrib system, and add a h264 entry in the sout panel
11333
11334
11335 ------------------------------------------------------------------------
11336 r11368 | hartman | 2005-06-09 13:02:05 +0200 (Thu, 09 Jun 2005) | 2 lines
11337 Changed paths:
11338    M /trunk/modules/video_output/opengl.c
11339
11340 * GL_CLAMP --> GL_CLAMP_TO_EDGE. This fixes the Greenline issue closes #103
11341
11342 ------------------------------------------------------------------------
11343 r11367 | jpsaman | 2005-06-08 22:44:57 +0200 (Wed, 08 Jun 2005) | 1 line
11344 Changed paths:
11345    M /trunk/modules/access/dvdnav.c
11346
11347 Forward port of #11366
11348 ------------------------------------------------------------------------
11349 r11364 | zorglub | 2005-06-08 22:23:52 +0200 (Wed, 08 Jun 2005) | 2 lines
11350 Changed paths:
11351    M /trunk/modules/services_discovery/sap.c
11352
11353 Backport [11359]
11354
11355 ------------------------------------------------------------------------
11356 r11362 | gbazin | 2005-06-08 21:57:33 +0200 (Wed, 08 Jun 2005) | 1 line
11357 Changed paths:
11358    M /trunk/modules/access/dvdnav.c
11359
11360 * modules/access/dvdnav.c: slightly better fix for default selection when changing menu.
11361 ------------------------------------------------------------------------
11362 r11361 | courmisch | 2005-06-08 18:59:27 +0200 (Wed, 08 Jun 2005) | 2 lines
11363 Changed paths:
11364    M /trunk/modules/services_discovery/sap.c
11365
11366 port previous commits
11367
11368 ------------------------------------------------------------------------
11369 r11356 | hartman | 2005-06-08 16:48:15 +0200 (Wed, 08 Jun 2005) | 3 lines
11370 Changed paths:
11371    M /trunk/NEWS
11372    M /trunk/README.MacOSX.rtf
11373    M /trunk/modules/audio_output/auhal.c
11374
11375 * Fix rear speaker recognition
11376 * Add some more comments on speaker layouts etc.
11377
11378 ------------------------------------------------------------------------
11379 r11355 | massiot | 2005-06-08 16:39:03 +0200 (Wed, 08 Jun 2005) | 4 lines
11380 Changed paths:
11381    M /trunk/configure.ac
11382    M /trunk/modules/codec/Modules.am
11383    A /trunk/modules/codec/fake.c
11384
11385  * modules/codec/fake.c: New fake codec. Use it in conjunction with the
11386    fake access to create an efficient background image for the transcode
11387    module (avoids using the switcher module).
11388
11389 ------------------------------------------------------------------------
11390 r11354 | massiot | 2005-06-08 16:36:19 +0200 (Wed, 08 Jun 2005) | 2 lines
11391 Changed paths:
11392    M /trunk/modules/stream_out/transcode.c
11393
11394  * modules/stream_out/transcode.c: Really fixed the latest segfault this time...
11395
11396 ------------------------------------------------------------------------
11397 r11352 | gbazin | 2005-06-08 15:17:48 +0200 (Wed, 08 Jun 2005) | 1 line
11398 Changed paths:
11399    M /trunk/Makefile.am
11400
11401 * Makefile.am: small change to the package-win32-base-exe target.
11402 ------------------------------------------------------------------------
11403 r11350 | gbazin | 2005-06-08 14:06:06 +0200 (Wed, 08 Jun 2005) | 1 line
11404 Changed paths:
11405    M /trunk/modules/stream_out/transcode.c
11406
11407 * modules/stream_out/transcode.c: fixed crash with multithread encoding.
11408 ------------------------------------------------------------------------
11409 r11348 | gbazin | 2005-06-08 09:33:35 +0200 (Wed, 08 Jun 2005) | 1 line
11410 Changed paths:
11411    M /trunk/modules/codec/ffmpeg/ffmpeg.c
11412    M /trunk/modules/packetizer/mpeg4video.c
11413
11414 * modules/codec/ffmpeg/ffmpeg.c, modules/packetizer/mpeg4video.c: added support for MP4V fourcc.
11415 ------------------------------------------------------------------------
11416 r11347 | gbazin | 2005-06-08 09:30:57 +0200 (Wed, 08 Jun 2005) | 3 lines
11417 Changed paths:
11418    M /trunk/modules/demux/mkv.cpp
11419
11420 * modules/demux/mkv.cpp: don't forget to release the input object.
11421   adapted new "menu-palette" changes. This needs to be fixed by getting the CLUT.
11422
11423 ------------------------------------------------------------------------
11424 r11346 | jpsaman | 2005-06-07 23:05:00 +0200 (Tue, 07 Jun 2005) | 1 line
11425 Changed paths:
11426    M /trunk/modules/access/dvdnav.c
11427
11428 Forward port of revision #11345: Correctly display the initial highlight area in the DVD menu.
11429 ------------------------------------------------------------------------
11430 r11342 | massiot | 2005-06-07 18:42:20 +0200 (Tue, 07 Jun 2005) | 3 lines
11431 Changed paths:
11432    M /trunk/modules/codec/ffmpeg/encoder.c
11433    M /trunk/modules/codec/ffmpeg/ffmpeg.c
11434
11435  * modules/codec/ffmpeg: More sensible values for --sout-ffmpeg-strict-rc
11436    (default values borrowed from ffmpeg).
11437
11438 ------------------------------------------------------------------------
11439 r11341 | massiot | 2005-06-07 18:40:12 +0200 (Tue, 07 Jun 2005) | 2 lines
11440 Changed paths:
11441    M /trunk/modules/access_output/udp.c
11442
11443  * modules/access_output/udp.c: More verbosity when the mux itself is late.
11444
11445 ------------------------------------------------------------------------
11446 r11340 | massiot | 2005-06-07 18:39:32 +0200 (Tue, 07 Jun 2005) | 2 lines
11447 Changed paths:
11448    M /trunk/modules/stream_out/bridge.c
11449
11450  * modules/stream_out/bridge.c: Miscellaneous fixes to avoid late packets.
11451
11452 ------------------------------------------------------------------------
11453 r11339 | massiot | 2005-06-07 18:39:00 +0200 (Tue, 07 Jun 2005) | 2 lines
11454 Changed paths:
11455    M /trunk/modules/stream_out/mosaic_bridge.c
11456
11457  * modules/stream_out/mosaic_bridge.c: Avoid accessing a deallocated object.
11458
11459 ------------------------------------------------------------------------
11460 r11338 | massiot | 2005-06-07 18:37:42 +0200 (Tue, 07 Jun 2005) | 3 lines
11461 Changed paths:
11462    M /trunk/modules/stream_out/transcode.c
11463
11464  * modules/stream_out/transcode.c: Fixed a segfault introduced in the last
11465    changeset.
11466
11467 ------------------------------------------------------------------------
11468 r11337 | massiot | 2005-06-07 17:58:40 +0200 (Tue, 07 Jun 2005) | 2 lines
11469 Changed paths:
11470    M /trunk/modules/audio_output/auhal.c
11471
11472  * modules/audio_output/auhal.c: Added property svn:keyword.
11473
11474 ------------------------------------------------------------------------
11475 r11335 | gbazin | 2005-06-07 17:00:55 +0200 (Tue, 07 Jun 2005) | 1 line
11476 Changed paths:
11477    M /trunk/modules/audio_output/directx.c
11478
11479 * modules/audio_output/directx.c: audio device selection based on a patch from Matthew Armsby (uberground at gmail dot com) + config option to disable float32 output.
11480 ------------------------------------------------------------------------
11481 r11331 | xtophe | 2005-06-07 15:34:07 +0200 (Tue, 07 Jun 2005) | 2 lines
11482 Changed paths:
11483    M /trunk/activex/axvlc_rc.rc
11484
11485 Update copyright date
11486
11487 ------------------------------------------------------------------------
11488 r11329 | gbazin | 2005-06-07 14:32:56 +0200 (Tue, 07 Jun 2005) | 1 line
11489 Changed paths:
11490    M /trunk/modules/codec/x264.c
11491
11492 * modules/codec/x264.c: proper calculation of PTS/DTS for streams with B frames.
11493 ------------------------------------------------------------------------
11494 r11327 | gbazin | 2005-06-07 12:28:09 +0200 (Tue, 07 Jun 2005) | 1 line
11495 Changed paths:
11496    M /trunk/modules/stream_out/transcode.c
11497
11498 * modules/stream_out/transcode.c: better picture heap leaking detection when encoding in multithreaded mode (needed if the encoder doesn't remove the pictures as fast as the decoder put them).
11499 ------------------------------------------------------------------------
11500 r11325 | dionoea | 2005-06-07 02:00:03 +0200 (Tue, 07 Jun 2005) | 2 lines
11501 Changed paths:
11502    M /trunk/mozilla/vlcpeer.cpp
11503    M /trunk/mozilla/vlcpeer.h
11504    M /trunk/mozilla/vlcplugin.cpp
11505    M /trunk/mozilla/vlcplugin.h
11506    M /trunk/mozilla/vlcshell.cpp
11507
11508 yet some more copyright date updates ... (2002 was quite old)
11509
11510 ------------------------------------------------------------------------
11511 r11324 | dionoea | 2005-06-07 01:56:06 +0200 (Tue, 07 Jun 2005) | 2 lines
11512 Changed paths:
11513    M /trunk/mozilla/npvlc_rc.rc
11514
11515 update VLC moz plugin copyright date
11516
11517 ------------------------------------------------------------------------
11518 r11322 | gbazin | 2005-06-06 19:40:08 +0200 (Mon, 06 Jun 2005) | 1 line
11519 Changed paths:
11520    M /trunk/modules/codec/x264.c
11521
11522 * modules/codec/x264.c: support for multi-threaded encoding.
11523 ------------------------------------------------------------------------
11524 r11320 | xtophe | 2005-06-06 19:11:13 +0200 (Mon, 06 Jun 2005) | 2 lines
11525 Changed paths:
11526    M /trunk/src/libvlc.c
11527
11528 libvlc.c: Print --no-X in help to not confuse users. --noX and --no-X are still parsed and give the same results.
11529
11530 ------------------------------------------------------------------------
11531 r11319 | massiot | 2005-06-06 19:08:48 +0200 (Mon, 06 Jun 2005) | 2 lines
11532 Changed paths:
11533    M /trunk/modules/stream_out/transcode.c
11534
11535  * modules/stream_out/transcode.c: Bail out when no audio filter is available.
11536
11537 ------------------------------------------------------------------------
11538 r11318 | gbazin | 2005-06-06 19:08:03 +0200 (Mon, 06 Jun 2005) | 1 line
11539 Changed paths:
11540    M /trunk/modules/codec/ffmpeg/encoder.c
11541
11542 * modules/codec/ffmpeg/encoder.c: don't enable CODEC_FLAG_QSCALE when not requested.
11543 ------------------------------------------------------------------------
11544 r11315 | dionoea | 2005-06-06 02:21:29 +0200 (Mon, 06 Jun 2005) | 5 lines
11545 Changed paths:
11546    M /trunk/vlc.win32.nsi
11547
11548 fix mozilla and mozilla firefox plugin install on win32
11549 (closes #172)
11550
11551 mozilla devs should really fix bugs ...
11552
11553 ------------------------------------------------------------------------
11554 r11313 | hartman | 2005-06-06 01:46:42 +0200 (Mon, 06 Jun 2005) | 2 lines
11555 Changed paths:
11556    M /trunk/modules/audio_output/auhal.c
11557
11558 * Fix for if only several channels are not set.
11559
11560 ------------------------------------------------------------------------
11561 r11311 | hartman | 2005-06-05 23:38:57 +0200 (Sun, 05 Jun 2005) | 2 lines
11562 Changed paths:
11563    M /trunk/configure.ac
11564
11565 * Disable the coreaudio resampler
11566
11567 ------------------------------------------------------------------------
11568 r11310 | hartman | 2005-06-05 23:37:45 +0200 (Sun, 05 Jun 2005) | 3 lines
11569 Changed paths:
11570    M /trunk/NEWS
11571    M /trunk/README.MacOSX.rtf
11572    M /trunk/modules/audio_output/auhal.c
11573
11574 * Fix the issues with changing inNumberFrames when resampling
11575 * Update NEWS and README with info on the new module.
11576
11577 ------------------------------------------------------------------------
11578 r11308 | gbazin | 2005-06-05 20:07:08 +0200 (Sun, 05 Jun 2005) | 1 line
11579 Changed paths:
11580    M /trunk/modules/access/dvdnav.c
11581    M /trunk/modules/access/dvdread.c
11582
11583 * modules/access/dvdnav.c,dvdread.c: don't crash if the DVD can't be decrypted/read.
11584 ------------------------------------------------------------------------
11585 r11306 | gbazin | 2005-06-05 19:30:36 +0200 (Sun, 05 Jun 2005) | 1 line
11586 Changed paths:
11587    M /trunk/modules/access/dvdnav.c
11588
11589 * modules/access/dvdnav.c: RESET_PCR on DVDNAV_WAIT event to have menu loopback working correctly.
11590 ------------------------------------------------------------------------
11591 r11304 | gbazin | 2005-06-05 19:03:02 +0200 (Sun, 05 Jun 2005) | 1 line
11592 Changed paths:
11593    M /trunk/include/vlc_spu.h
11594    M /trunk/modules/access/dvdnav.c
11595    M /trunk/src/video_output/vout_subpictures.c
11596
11597 * modules/access/dvdnav.c, src/video_output/vout_subpictures.c: Use the proper palette for DVD menus.
11598 ------------------------------------------------------------------------
11599 r11301 | hartman | 2005-06-05 13:26:27 +0200 (Sun, 05 Jun 2005) | 2 lines
11600 Changed paths:
11601    M /trunk/modules/audio_output/auhal.c
11602
11603 * modules/audio_output/auhal.c: Make speaker config assumptions if the speaker layout is not set. 
11604
11605 ------------------------------------------------------------------------
11606 r11298 | gbazin | 2005-06-05 04:25:44 +0200 (Sun, 05 Jun 2005) | 1 line
11607 Changed paths:
11608    M /trunk/modules/access/dvdread.c
11609
11610 * modules/access/dvdread.c: fixed bug that made some DVDs unplayable.
11611 ------------------------------------------------------------------------
11612 r11296 | hartman | 2005-06-05 02:47:14 +0200 (Sun, 05 Jun 2005) | 2 lines
11613 Changed paths:
11614    M /trunk/modules/gui/macosx/vout.m
11615
11616 * stop listening for mouse events before the view is NULL'ified
11617
11618 ------------------------------------------------------------------------
11619 r11294 | hartman | 2005-06-04 23:12:41 +0200 (Sat, 04 Jun 2005) | 2 lines
11620 Changed paths:
11621    M /trunk/modules/gui/macosx/vout.m
11622
11623 * fix a locking issue in the window destruction. (thx for fixing all of this titer)
11624
11625 ------------------------------------------------------------------------
11626 r11293 | dionoea | 2005-06-04 23:00:16 +0200 (Sat, 04 Jun 2005) | 2 lines
11627 Changed paths:
11628    M /trunk/modules/gui/wxwindows/interface.cpp
11629
11630 forwardport [11292]
11631
11632 ------------------------------------------------------------------------
11633 r11290 | titer | 2005-06-04 22:08:43 +0200 (Sat, 04 Jun 2005) | 2 lines
11634 Changed paths:
11635    M /trunk/modules/gui/beos/PreferencesWindow.cpp
11636
11637  Ooops, forgot to remove debug
11638
11639 ------------------------------------------------------------------------
11640 r11288 | titer | 2005-06-04 22:03:09 +0200 (Sat, 04 Jun 2005) | 2 lines
11641 Changed paths:
11642    M /trunk/modules/gui/beos/PreferencesWindow.cpp
11643    M /trunk/modules/gui/beos/PreferencesWindow.h
11644
11645  beos/: finished fixing Preferences
11646
11647 ------------------------------------------------------------------------
11648 r11286 | titer | 2005-06-04 19:57:38 +0200 (Sat, 04 Jun 2005) | 2 lines
11649 Changed paths:
11650    M /trunk/src/playlist/view.c
11651
11652  playlist/view.c: sanity check (closes #176)
11653
11654 ------------------------------------------------------------------------
11655 r11285 | courmisch | 2005-06-04 17:57:14 +0200 (Sat, 04 Jun 2005) | 2 lines
11656 Changed paths:
11657    M /trunk/src/misc/net.c
11658
11659 Attempt to fix a crash in src/misc/httpd.c
11660
11661 ------------------------------------------------------------------------
11662 r11284 | titer | 2005-06-04 17:49:11 +0200 (Sat, 04 Jun 2005) | 2 lines
11663 Changed paths:
11664    M /trunk/include/vlc/control.h
11665    M /trunk/src/control/core.c
11666
11667  *control*: BeOS compile fixes
11668
11669 ------------------------------------------------------------------------
11670 r11282 | titer | 2005-06-04 17:07:03 +0200 (Sat, 04 Jun 2005) | 4 lines
11671 Changed paths:
11672    M /trunk/modules/gui/macosx/controls.m
11673    M /trunk/modules/gui/macosx/vout.h
11674    M /trunk/modules/gui/macosx/vout.m
11675    M /trunk/modules/gui/macosx/voutgl.m
11676    M /trunk/modules/gui/macosx/voutqt.m
11677
11678  macosx/vout*: also destroy the window and attach/detach the view on the
11679   main thread (one more step to hopefully fix #45)
11680  macosx/controls.m: fixed a tiny memleak
11681
11682 ------------------------------------------------------------------------
11683 r11281 | courmisch | 2005-06-04 14:55:23 +0200 (Sat, 04 Jun 2005) | 2 lines
11684 Changed paths:
11685    M /trunk/bootstrap
11686
11687 Don't remove vlc_symbols.h
11688
11689 ------------------------------------------------------------------------
11690 r11279 | gbazin | 2005-06-04 13:55:40 +0200 (Sat, 04 Jun 2005) | 1 line
11691 Changed paths:
11692    M /trunk/include/vlc_config.h
11693
11694 * include/vlc_config.h: VOUT_BOGUS_DELAY was way too low, which triggered continuous trashing of early pictures when seeking in some asf files.
11695 ------------------------------------------------------------------------
11696 r11278 | titer | 2005-06-03 22:51:41 +0200 (Fri, 03 Jun 2005) | 2 lines
11697 Changed paths:
11698    M /trunk/include/vlc/control.h
11699
11700  control.h: Tiger/gcc-4 compile fix
11701
11702 ------------------------------------------------------------------------
11703 r11276 | fkuehne | 2005-06-03 21:32:11 +0200 (Fri, 03 Jun 2005) | 1 line
11704 Changed paths:
11705    M /trunk/modules/access/vcdx/vcd.c
11706    M /trunk/modules/codec/x264.c
11707    M /trunk/modules/demux/mkv.cpp
11708    M /trunk/modules/demux/ty.c
11709    M /trunk/modules/mux/mpjpeg.c
11710    M /trunk/modules/services_discovery/sap.c
11711    M /trunk/modules/stream_out/es.c
11712    M /trunk/modules/video_filter/deinterlace.c
11713    M /trunk/modules/video_output/caca.c
11714    M /trunk/modules/video_output/directx/directx.c
11715    M /trunk/modules/video_output/directx/glwin32.c
11716    M /trunk/modules/video_output/fb.c
11717    M /trunk/modules/video_output/image.c
11718    M /trunk/modules/video_output/x11/glx.c
11719    M /trunk/modules/video_output/x11/x11.c
11720    M /trunk/modules/video_output/x11/xvideo.c
11721
11722 * backport of [11257] to trunk
11723 ------------------------------------------------------------------------
11724 r11274 | titer | 2005-06-03 19:37:09 +0200 (Fri, 03 Jun 2005) | 2 lines
11725 Changed paths:
11726    M /trunk/extras/contrib/src/Makefile
11727
11728  contrib: build fix for people using case-sensitive HFS+
11729
11730 ------------------------------------------------------------------------
11731 r11272 | hartman | 2005-06-03 17:07:08 +0200 (Fri, 03 Jun 2005) | 2 lines
11732 Changed paths:
11733    M /trunk/modules/video_output/x11/xcommon.c
11734
11735 * no-deco patch for X11. Courtesy of Dermot McGahon
11736
11737 ------------------------------------------------------------------------
11738 r11271 | fkuehne | 2005-06-03 16:58:33 +0200 (Fri, 03 Jun 2005) | 1 line
11739 Changed paths:
11740    M /trunk/po/Makefile.in.in
11741
11742 * backport of [11270] to trunk
11743 ------------------------------------------------------------------------
11744 r11267 | hartman | 2005-06-03 15:17:04 +0200 (Fri, 03 Jun 2005) | 4 lines
11745 Changed paths:
11746    M /trunk/modules/access/dvdnav.c
11747
11748 * Retrieve proper duration of DVD length
11749 * GET_TIME is inaccurate, because it is based on average block duration.
11750 * In case skipping to DVD_MENU_Title fails try DVD_MENU_Root. Otherwise we might go directly to the movie instead of the menu, which I find less desirable then viewing the FBI warnings.
11751
11752 ------------------------------------------------------------------------
11753 r11266 | gbazin | 2005-06-03 15:03:36 +0200 (Fri, 03 Jun 2005) | 1 line
11754 Changed paths:
11755    M /trunk/modules/demux/mp4/mp4.c
11756
11757 * modules/demux/mp4/mp4.c: fixed timestamping (PTS) bug.
11758 ------------------------------------------------------------------------
11759 r11265 | massiot | 2005-06-03 12:16:19 +0200 (Fri, 03 Jun 2005) | 8 lines
11760 Changed paths:
11761    M /trunk/modules/access_output/udp.c
11762
11763  * modules/access_output/udp.c: Do not use malloc() and free() in a high
11764    priority thread, since these functions use an internal mutex and may
11765    delay the thread for up to 100 ms under heavy loads (experienced with
11766    the mosaic). Instead we now recycle the UDP buffers, which is
11767    incidentally faster than malloc()/free(). It should avoid "late
11768    buffer sent" messages. Also removed the --sout-udp-late option because
11769    "better late than never" (I changed my mind on this).
11770
11771 ------------------------------------------------------------------------
11772 r11264 | massiot | 2005-06-03 12:11:58 +0200 (Fri, 03 Jun 2005) | 5 lines
11773 Changed paths:
11774    M /trunk/modules/stream_out/transcode.c
11775
11776  * modules/stream_out/transcode.c: New --sout-transcode-vfilter option.
11777    Allows to run video filter2 modules just before the encoding (and
11778    after the SPU rendering). New --sout-transcode-high-priority option
11779    to run the optional encoder thread at the same priority as the output.
11780
11781 ------------------------------------------------------------------------
11782 r11262 | courmisch | 2005-06-03 11:22:25 +0200 (Fri, 03 Jun 2005) | 2 lines
11783 Changed paths:
11784    M /trunk/include/stream_output.h
11785    M /trunk/include/vlc_symbols.h
11786    M /trunk/src/stream_output/announce.c
11787
11788 Fix declaration of sout_AnnounceSessionCreate
11789
11790 ------------------------------------------------------------------------
11791 r11261 | gbazin | 2005-06-03 11:21:43 +0200 (Fri, 03 Jun 2005) | 1 line
11792 Changed paths:
11793    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
11794    M /trunk/modules/gui/skins2/src/theme_loader.cpp
11795    M /trunk/modules/gui/skins2/src/theme_repository.cpp
11796    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
11797
11798 * modules/gui/skins2/*: a few portability fixes.
11799 ------------------------------------------------------------------------
11800 r11260 | courmisch | 2005-06-02 21:20:21 +0200 (Thu, 02 Jun 2005) | 2 lines
11801 Changed paths:
11802    M /trunk/src/libvlc.h
11803
11804 Fix precompiler warning
11805
11806 ------------------------------------------------------------------------
11807 r11258 | fkuehne | 2005-06-02 19:14:52 +0200 (Thu, 02 Jun 2005) | 1 line
11808 Changed paths:
11809    M /trunk/src/libvlc.h
11810
11811 * backport of [11256] to trunk
11812 ------------------------------------------------------------------------
11813 r11254 | fkuehne | 2005-06-02 17:59:58 +0200 (Thu, 02 Jun 2005) | 1 line
11814 Changed paths:
11815    M /trunk/extras/contrib/src/packages.mak
11816
11817 * use a new liblivemedia (2005.05.26a) on BeOS and OSX, refs #165
11818 ------------------------------------------------------------------------
11819 r11253 | hartman | 2005-06-02 17:02:12 +0200 (Thu, 02 Jun 2005) | 2 lines
11820 Changed paths:
11821    M /trunk/modules/audio_output/auhal.c
11822
11823 * Tell the auhal which channel ordering VLC uses. 7 and 8 channel configs are not supported because VLC uses the channel ordering L R Lm Rm Lr Rr C LFE which isn't a normal ITU, DVD, MPEG, AAC or WAV standard and therefore not supported by default by OS X.
11824
11825 ------------------------------------------------------------------------
11826 r11252 | dionoea | 2005-06-02 15:22:17 +0200 (Thu, 02 Jun 2005) | 2 lines
11827 Changed paths:
11828    M /trunk/configure.ac
11829
11830 same in trunk ...
11831
11832 ------------------------------------------------------------------------
11833 r11250 | courmisch | 2005-06-02 14:47:30 +0200 (Thu, 02 Jun 2005) | 11 lines
11834 Changed paths:
11835    M /trunk/Makefile.am
11836    M /trunk/include
11837    A /trunk/include/vlc_symbols.h
11838    M /trunk/src/Makefile.am
11839    M /trunk/src/misc/modules.c
11840    D /trunk/src/misc/modules_plugin.h.in
11841    M /trunk/toolbox
11842    A /trunk/vlc-api.pl
11843    M /trunk/vlc-config.in.in
11844
11845 Complete rewrite of vlc_symbols.h generation (closes #155)
11846
11847 New VLC_EXPORTs are now added at the end of module_symbols_t so that
11848 offsets of other function pointers are preserved.
11849
11850 Deleted VLC_EXPORTs are replaced with dummy pointers for padding.
11851
11852 Of course, it doesn't solve the problem with changing shared structures
11853 format :/ and it may cause SVN conflicts when multiple people changes
11854 VLC_EXPORT. I doubt it can be avoided though.
11855
11856 ------------------------------------------------------------------------
11857 r11249 | courmisch | 2005-06-02 14:37:56 +0200 (Thu, 02 Jun 2005) | 2 lines
11858 Changed paths:
11859    M /trunk/src/misc/md5.c
11860
11861 Fix previous buggy commit
11862
11863 ------------------------------------------------------------------------
11864 r11248 | courmisch | 2005-06-02 14:30:30 +0200 (Thu, 02 Jun 2005) | 2 lines
11865 Changed paths:
11866    M /trunk/include/vlc_md5.h
11867    M /trunk/modules/demux/mp4/drms.c
11868    M /trunk/src/misc/md5.c
11869
11870 Digest => DigestMD5
11871
11872 ------------------------------------------------------------------------
11873 r11247 | xtophe | 2005-06-02 11:40:30 +0200 (Thu, 02 Jun 2005) | 2 lines
11874 Changed paths:
11875    M /trunk/src/libvlc.h
11876
11877 Typo
11878
11879 ------------------------------------------------------------------------
11880 r11244 | hartman | 2005-06-02 00:38:37 +0200 (Thu, 02 Jun 2005) | 2 lines
11881 Changed paths:
11882    M /trunk/modules/audio_output/auhal.c
11883
11884 * Fix several problems with the auhal module. only the problem with the changing inNumberFrames should be left. We need to add a buffer system to take care of this issue...
11885
11886 ------------------------------------------------------------------------
11887 r11243 | hartman | 2005-06-02 00:37:20 +0200 (Thu, 02 Jun 2005) | 2 lines
11888 Changed paths:
11889    M /trunk/modules/audio_filter/resampler/coreaudio.c
11890
11891 * Revert the coreaudio resampler to it's simpler variant again. the builtin resampler of the new auhal module takes care of the special case in which this resampler wasn't working. It would be better to really fix it, but i cannot find the problem.
11892
11893 ------------------------------------------------------------------------
11894 r11242 | zorglub | 2005-06-02 00:19:03 +0200 (Thu, 02 Jun 2005) | 2 lines
11895 Changed paths:
11896    A /trunk/bindings
11897    A /trunk/bindings/STATUS (from /branches/0.8.2-bindings/bindings/STATUS:11241)
11898    A /trunk/bindings/java-gcj (from /branches/0.8.2-bindings/bindings/java-gcj:11241)
11899    A /trunk/bindings/python (from /branches/0.8.2-bindings/bindings/python:11241)
11900
11901 Merge bindings to trunk
11902
11903 ------------------------------------------------------------------------
11904 r11241 | zorglub | 2005-06-01 23:58:13 +0200 (Wed, 01 Jun 2005) | 2 lines
11905 Changed paths:
11906    M /trunk/Makefile.am
11907    A /trunk/include/vlc/control.h (from /branches/0.8.2-bindings/include/vlc/control.h:11240)
11908    A /trunk/src/control (from /branches/0.8.2-bindings/src/control:11240)
11909    M /trunk/src/libvlc.h
11910    M /trunk/vlc-config.in.in
11911
11912 Merge mediacontrol to trunk
11913
11914 ------------------------------------------------------------------------
11915 r11239 | gbazin | 2005-06-01 22:05:02 +0200 (Wed, 01 Jun 2005) | 1 line
11916 Changed paths:
11917    M /trunk/src/misc/modules.c
11918
11919 * src/misc/modules.c: missing free().
11920 ------------------------------------------------------------------------
11921 r11237 | gbazin | 2005-06-01 21:56:28 +0200 (Wed, 01 Jun 2005) | 1 line
11922 Changed paths:
11923    M /trunk/modules/access/http.c
11924
11925 * modules/access/http.c: getenv() can return NULL.
11926 ------------------------------------------------------------------------
11927 r11235 | courmisch | 2005-06-01 21:51:55 +0200 (Wed, 01 Jun 2005) | 2 lines
11928 Changed paths:
11929    M /trunk/modules/gui/wxwindows/playlist.cpp
11930    M /trunk/modules/gui/wxwindows/wxwindows.h
11931
11932 Add handler for enter in search textbox should close #87
11933
11934 ------------------------------------------------------------------------
11935 r11234 | courmisch | 2005-06-01 20:37:03 +0200 (Wed, 01 Jun 2005) | 2 lines
11936 Changed paths:
11937    M /trunk/Makefile.am
11938
11939 Stupid kludge - I don't understand the bug though
11940
11941 ------------------------------------------------------------------------
11942 r11231 | gbazin | 2005-06-01 20:29:13 +0200 (Wed, 01 Jun 2005) | 1 line
11943 Changed paths:
11944    M /trunk/src/misc/block.c
11945
11946 * src/misc/block.c: fixed block_Realloc()
11947 ------------------------------------------------------------------------
11948 r11230 | courmisch | 2005-06-01 20:09:42 +0200 (Wed, 01 Jun 2005) | 2 lines
11949 Changed paths:
11950    M /trunk/Makefile.am
11951
11952 No longer run vlc-config times and times at each make run
11953
11954 ------------------------------------------------------------------------
11955 r11229 | gbazin | 2005-06-01 19:57:50 +0200 (Wed, 01 Jun 2005) | 1 line
11956 Changed paths:
11957    M /trunk/modules/codec/ffmpeg/video.c
11958    M /trunk/modules/demux/mp4/mp4.c
11959
11960 * modules/demux/mp4/mp4.c: we don't need to re-packetize h264 data into annexe B bytestream anymore since new versions of ffmpeg deal with it properly.
11961 ------------------------------------------------------------------------
11962 r11226 | xtophe | 2005-06-01 19:08:59 +0200 (Wed, 01 Jun 2005) | 3 lines
11963 Changed paths:
11964    M /trunk/include/configuration.h
11965    M /trunk/modules/stream_out/standard.c
11966    M /trunk/src/misc/configuration.c
11967
11968 * configuration.[ch]: treat the deleted options with add_suppressed_[bool,string,...]
11969 * standard.c: sap-ipv6 is no more used
11970
11971 ------------------------------------------------------------------------
11972 r11224 | hartman | 2005-06-01 18:10:33 +0200 (Wed, 01 Jun 2005) | 2 lines
11973 Changed paths:
11974    M /trunk/configure.ac
11975
11976 * Do not link twice to avcodec for builtin avcodec based module. closes #170
11977
11978 ------------------------------------------------------------------------
11979 r11223 | gbazin | 2005-06-01 16:25:45 +0200 (Wed, 01 Jun 2005) | 1 line
11980 Changed paths:
11981    M /trunk/modules/mux/mpeg/pes.c
11982    M /trunk/modules/mux/mpeg/ts.c
11983
11984 * modules/mux/mpeg/*: add the mpeg4 video VOL data inside EStoPES so it can be used by the PS muxer as well.
11985 ------------------------------------------------------------------------
11986 r11222 | gbazin | 2005-06-01 16:14:35 +0200 (Wed, 01 Jun 2005) | 1 line
11987 Changed paths:
11988    M /trunk/modules/packetizer/mpeg4video.c
11989
11990 *  modules/packetizer/mpeg4video.c: work-around for buggy streams.
11991 ------------------------------------------------------------------------
11992 r11220 | gbazin | 2005-06-01 15:31:41 +0200 (Wed, 01 Jun 2005) | 1 line
11993 Changed paths:
11994    M /trunk/modules/demux/ps.h
11995
11996 * modules/demux/ps.h: bug fix in PSM parsing.
11997 ------------------------------------------------------------------------
11998 r11219 | xtophe | 2005-06-01 15:16:18 +0200 (Wed, 01 Jun 2005) | 3 lines
11999 Changed paths:
12000    M /trunk/extras/zsh.cpp
12001
12002 zsh.cpp: fix a potential segfault
12003          skip deprecated options
12004
12005 ------------------------------------------------------------------------
12006 r11218 | gbazin | 2005-06-01 13:06:08 +0200 (Wed, 01 Jun 2005) | 1 line
12007 Changed paths:
12008    M /trunk/modules/mux/mpeg/ts.c
12009
12010 * modules/mux/mpeg/ts.c: proper muxing of ISO/IEC 14496-2 (aka mpeg 4 video) as specified in ISO/IEC 13818-1
12011 ------------------------------------------------------------------------
12012 r11217 | gbazin | 2005-06-01 12:59:51 +0200 (Wed, 01 Jun 2005) | 1 line
12013 Changed paths:
12014    M /trunk/modules/packetizer/mpeg4video.c
12015
12016 * modules/packetizer/mpeg4video.c: remove the VOL from the packetized stream and put it in fmt.p_extra instead.
12017 ------------------------------------------------------------------------
12018 r11216 | gbazin | 2005-06-01 12:57:21 +0200 (Wed, 01 Jun 2005) | 1 line
12019 Changed paths:
12020    M /trunk/modules/codec/ffmpeg/video.c
12021
12022 * modules/codec/ffmpeg/video.c: codec extra data is sometimes not available before the 1 frame is fed to the decoder.
12023 ------------------------------------------------------------------------
12024 r11215 | gbazin | 2005-06-01 12:55:11 +0200 (Wed, 01 Jun 2005) | 1 line
12025 Changed paths:
12026    M /trunk/src/input/decoder.c
12027
12028 * src/input/decoder.c: check for codec extra data changes when a packetizer is inserted before the decoder.
12029 ------------------------------------------------------------------------
12030 r11214 | courmisch | 2005-05-31 22:46:50 +0200 (Tue, 31 May 2005) | 2 lines
12031 Changed paths:
12032    M /trunk/modules/misc/network/ipv6.c
12033
12034 Removed debug message
12035
12036 ------------------------------------------------------------------------
12037 r11213 | courmisch | 2005-05-31 22:33:35 +0200 (Tue, 31 May 2005) | 2 lines
12038 Changed paths:
12039    M /trunk/configure.ac
12040    M /trunk/modules/misc/network/ipv6.c
12041
12042 Cleanup
12043
12044 ------------------------------------------------------------------------
12045 r11212 | courmisch | 2005-05-31 22:32:49 +0200 (Tue, 31 May 2005) | 2 lines
12046 Changed paths:
12047    M /trunk/src/stream_output/sap.c
12048
12049 Kludge to remove square brackets and scopes from addresses in SAP announces
12050
12051 ------------------------------------------------------------------------
12052 r11211 | courmisch | 2005-05-31 22:03:25 +0200 (Tue, 31 May 2005) | 2 lines
12053 Changed paths:
12054    M /trunk/src/misc/getaddrinfo.c
12055
12056 Fix EINVAL
12057
12058 ------------------------------------------------------------------------
12059 r11210 | courmisch | 2005-05-31 21:48:21 +0200 (Tue, 31 May 2005) | 5 lines
12060 Changed paths:
12061    M /trunk/include/stream_output.h
12062    M /trunk/modules/stream_out/rtp.c
12063    M /trunk/modules/stream_out/standard.c
12064    M /trunk/src/stream_output/announce.c
12065    M /trunk/src/stream_output/sap.c
12066
12067 - hopefuly fix sending of SAP announces over IPv6
12068 - automatically select SAP multicast address (closes #141)
12069 - some clean up
12070
12071
12072 ------------------------------------------------------------------------
12073 r11208 | xtophe | 2005-05-31 19:45:30 +0200 (Tue, 31 May 2005) | 2 lines
12074 Changed paths:
12075    M /trunk/modules/access/http.c
12076
12077 Port [11207] to trunk
12078
12079 ------------------------------------------------------------------------
12080 r11206 | courmisch | 2005-05-31 18:31:21 +0200 (Tue, 31 May 2005) | 2 lines
12081 Changed paths:
12082    M /trunk/src/misc/configuration.c
12083
12084 Fixed a typo
12085
12086 ------------------------------------------------------------------------
12087 r11205 | massiot | 2005-05-31 17:36:01 +0200 (Tue, 31 May 2005) | 3 lines
12088 Changed paths:
12089    M /trunk/modules/stream_out/mosaic_bridge.c
12090
12091  * modules/stream_out/mosaic_bridge.c: Use a smaller picture heap since we
12092    are not multithreaded.
12093
12094 ------------------------------------------------------------------------
12095 r11204 | massiot | 2005-05-31 17:31:10 +0200 (Tue, 31 May 2005) | 3 lines
12096 Changed paths:
12097    M /trunk/modules/codec/libmpeg2.c
12098
12099  * modules/codec/libmpeg2.c: We do not want to force the maintainer to use
12100    libmpeg2 cvs HEAD.
12101
12102 ------------------------------------------------------------------------
12103 r11203 | massiot | 2005-05-31 17:26:01 +0200 (Tue, 31 May 2005) | 5 lines
12104 Changed paths:
12105    M /trunk/modules/codec/libmpeg2.c
12106
12107  * modules/codec/libmpeg2.c: Handle STATE_SEQUENCE_MODIFIED to retrieve
12108    a change of aspect ratio. Factorized aspect ratio code. A change of
12109    aspect ratio is only supported in the mosaic_bridge module, not in
12110    transcode.
12111
12112 ------------------------------------------------------------------------
12113 r11202 | massiot | 2005-05-31 17:24:04 +0200 (Tue, 31 May 2005) | 2 lines
12114 Changed paths:
12115    M /trunk/modules/mux/mpeg/ts.c
12116
12117  * modules/mux/mpeg/ts.c: Set fallback value for --sout-ts-pcr to 70 ms.
12118
12119 ------------------------------------------------------------------------
12120 r11201 | massiot | 2005-05-31 17:22:09 +0200 (Tue, 31 May 2005) | 6 lines
12121 Changed paths:
12122    M /trunk/modules/packetizer/mpegvideo.c
12123
12124  * modules/packetizer/mpegvideo.c: Do not set aspect ratio : in case we're
12125    transcoding, transcode will take our fmt_out as a fmt_in to libmpeg2.
12126    libmpeg2.c will then believe that the user has requested a specific
12127    aspect ratio, which she hasn't. Thus in case of aspect ratio change,
12128    we're screwed.
12129
12130 ------------------------------------------------------------------------
12131 r11200 | massiot | 2005-05-31 17:20:35 +0200 (Tue, 31 May 2005) | 3 lines
12132 Changed paths:
12133    M /trunk/modules/access/fake.c
12134
12135  * modules/access/fake.c: Fixed an implicit cast which apparently was
12136    causing problem with some compiler versions.
12137
12138 ------------------------------------------------------------------------
12139 r11199 | massiot | 2005-05-31 17:19:33 +0200 (Tue, 31 May 2005) | 5 lines
12140 Changed paths:
12141    M /trunk/modules/stream_out/switcher.c
12142
12143  * modules/stream_out/switcher.c: Explicitly set the pixel format (this is
12144    due to a recent change of the default value in ffmpeg which used to be
12145    YUV 420P). Forward i_rate in case a transcode or display operation
12146    takes place after switcher.
12147
12148 ------------------------------------------------------------------------
12149 r11198 | massiot | 2005-05-31 17:17:38 +0200 (Tue, 31 May 2005) | 6 lines
12150 Changed paths:
12151    M /trunk/modules/stream_out/mosaic_bridge.c
12152
12153  * modules/stream_out/mosaic_bridge.c: Added a --sout-mosaic-bridge-sar
12154    parameter to specify the sample aspect ratio of the destination
12155    background. In this case, one of {width, height} can be omitted (set
12156    to 0) and it will be calculated based on the PAR of the source and
12157    the SAR of the background.
12158
12159 ------------------------------------------------------------------------
12160 r11197 | massiot | 2005-05-31 17:15:11 +0200 (Tue, 31 May 2005) | 4 lines
12161 Changed paths:
12162    M /trunk/modules/demux/ts.c
12163
12164  * modules/demux/ts.c: Removed an unneeded deselection of unwanted PMT PIDs,
12165    which caused problems in case an identical PID carried the PMTs of two
12166    programs, one selected and the other not.
12167
12168 ------------------------------------------------------------------------
12169 r11196 | massiot | 2005-05-31 17:10:02 +0200 (Tue, 31 May 2005) | 3 lines
12170 Changed paths:
12171    M /trunk/src/input/input.c
12172
12173  * src/input/input.c: Put less picky fallback values for pts_delay and
12174    cr_average.
12175
12176 ------------------------------------------------------------------------
12177 r11195 | courmisch | 2005-05-31 16:51:13 +0200 (Tue, 31 May 2005) | 2 lines
12178 Changed paths:
12179    M /trunk/modules/stream_out/announce.h
12180    M /trunk/src/misc/getaddrinfo.c
12181
12182 Minor clean up
12183
12184 ------------------------------------------------------------------------
12185 r11194 | damienf | 2005-05-31 15:24:34 +0200 (Tue, 31 May 2005) | 2 lines
12186 Changed paths:
12187    M /trunk/activex/vlccontrol.cpp
12188    M /trunk/src/libvlc.c
12189
12190 all: activex plugin  Set/GetVariable support all of VLC types
12191
12192 ------------------------------------------------------------------------
12193 r11193 | courmisch | 2005-05-31 13:26:11 +0200 (Tue, 31 May 2005) | 2 lines
12194 Changed paths:
12195    M /trunk/include/vlc_md5.h
12196    M /trunk/src/misc/md5.c
12197
12198 svn:keywords
12199
12200 ------------------------------------------------------------------------
12201 r11191 | courmisch | 2005-05-31 12:51:03 +0200 (Tue, 31 May 2005) | 2 lines
12202 Changed paths:
12203    M /trunk/Makefile.am
12204    M /trunk/include/vlc_common.h
12205    A /trunk/include/vlc_md5.h
12206    M /trunk/modules/demux/mp4/drms.c
12207    A /trunk/src/misc/md5.c
12208    M /trunk/src/misc/modules.c
12209
12210 MD5 hash API - closes #135
12211
12212 ------------------------------------------------------------------------
12213 r11190 | gbazin | 2005-05-31 11:04:53 +0200 (Tue, 31 May 2005) | 1 line
12214 Changed paths:
12215    M /trunk/modules/video_output/directx/directx.c
12216
12217 * modules/video_output/directx/directx.c: fixed crash with 256 colors mode.
12218 ------------------------------------------------------------------------
12219 r11188 | courmisch | 2005-05-31 10:32:53 +0200 (Tue, 31 May 2005) | 3 lines
12220 Changed paths:
12221    M /trunk/modules/gui/wxwindows/playlist.cpp
12222
12223 Show "found" playlist item
12224 (refs #87)
12225
12226 ------------------------------------------------------------------------
12227 r11185 | courmisch | 2005-05-30 21:43:08 +0200 (Mon, 30 May 2005) | 2 lines
12228 Changed paths:
12229    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
12230
12231 Fixed stray c_str
12232
12233 ------------------------------------------------------------------------
12234 r11184 | yoann | 2005-05-30 11:09:15 +0200 (Mon, 30 May 2005) | 2 lines
12235 Changed paths:
12236    M /trunk/modules/gui/ncurses.c
12237
12238 svn merge -r 11182:11183 branches/0.8.2 trunk
12239
12240 ------------------------------------------------------------------------
12241 r11181 | zorglub | 2005-05-27 22:12:54 +0200 (Fri, 27 May 2005) | 2 lines
12242 Changed paths:
12243    M /trunk/modules/demux/playlist/b4s.c
12244    M /trunk/modules/demux/playlist/m3u.c
12245    M /trunk/modules/demux/playlist/pls.c
12246
12247 Don't only play the playlist in playlist demuxers (Closes #84)
12248
12249 ------------------------------------------------------------------------
12250 r11180 | zorglub | 2005-05-27 22:12:14 +0200 (Fri, 27 May 2005) | 3 lines
12251 Changed paths:
12252    M /trunk/src/input/demux.c
12253    M /trunk/src/playlist/view.c
12254
12255 * Prefer the playlist demuxer over the m3u one
12256 * Change some debugging in playlist
12257
12258 ------------------------------------------------------------------------
12259 r11179 | damienf | 2005-05-27 20:05:35 +0200 (Fri, 27 May 2005) | 2 lines
12260 Changed paths:
12261    M /trunk/modules/codec/vorbis.c
12262
12263 vorbis.c: oops, I inverted channel order when encoding, should be fine now
12264
12265 ------------------------------------------------------------------------
12266 r11178 | damienf | 2005-05-27 16:18:53 +0200 (Fri, 27 May 2005) | 2 lines
12267 Changed paths:
12268    M /trunk/modules/codec/vorbis.c
12269
12270 vorbis.c: reorder channels according to OggVorbis channel order specification
12271
12272 ------------------------------------------------------------------------
12273 r11177 | massiot | 2005-05-27 14:44:57 +0200 (Fri, 27 May 2005) | 2 lines
12274 Changed paths:
12275    M /trunk/modules/codec/ffmpeg/postprocess.c
12276
12277  * modules/codec/ffmpeg/postprocess.c: Fixed post-processing.
12278
12279 ------------------------------------------------------------------------
12280 r11175 | gbazin | 2005-05-27 14:29:36 +0200 (Fri, 27 May 2005) | 1 line
12281 Changed paths:
12282    M /trunk/modules/access/dshow/dshow.cpp
12283
12284 * modules/access/dshow/dshow.cpp: bug fix for frame rate.
12285 ------------------------------------------------------------------------
12286 r11174 | yoann | 2005-05-26 21:26:31 +0200 (Thu, 26 May 2005) | 2 lines
12287 Changed paths:
12288    M /trunk/modules/control/hotkeys.c
12289
12290  * control/hotkeys.c: Automatically save playlist bookmarks.
12291
12292 ------------------------------------------------------------------------
12293 r11172 | xtophe | 2005-05-26 19:53:36 +0200 (Thu, 26 May 2005) | 2 lines
12294 Changed paths:
12295    M /trunk/src/misc/configuration.c
12296
12297 Add a note about mandatory argument.
12298
12299 ------------------------------------------------------------------------
12300 r11171 | hartman | 2005-05-26 17:19:20 +0200 (Thu, 26 May 2005) | 2 lines
12301 Changed paths:
12302    M /trunk/modules/audio_output/auhal.c
12303
12304 * Sometimes we get audio now, but the dating of the to be retrieved buffers needs serious work.....
12305
12306 ------------------------------------------------------------------------
12307 r11170 | gbazin | 2005-05-26 16:00:48 +0200 (Thu, 26 May 2005) | 1 line
12308 Changed paths:
12309    M /trunk/configure.ac
12310
12311 * configure.ac: s/0.8.3/0.8.3-svn.
12312 ------------------------------------------------------------------------
12313 r11169 | hartman | 2005-05-26 15:51:08 +0200 (Thu, 26 May 2005) | 3 lines
12314 Changed paths:
12315    M /trunk/modules/audio_output/auhal.c
12316
12317 * fix a few things in the auhal module. Still doesn't work.
12318  I might be feeding the wrong data to the auhal core, but i'm not sure what is wrong beyond that.
12319
12320 ------------------------------------------------------------------------
12321 r11168 | massiot | 2005-05-26 15:43:17 +0200 (Thu, 26 May 2005) | 2 lines
12322 Changed paths:
12323    M /trunk/modules/video_filter/swscale/filter.c
12324
12325  * modules/video_filter/swscale/filter.c: Added support for YUVA.
12326
12327 ------------------------------------------------------------------------
12328 r11167 | massiot | 2005-05-26 15:40:35 +0200 (Thu, 26 May 2005) | 2 lines
12329 Changed paths:
12330    M /trunk/modules/video_filter/mosaic.c
12331
12332  * modules/video_filter/mosaic.c: Fixed a major bug with video/audio synchro.
12333
12334 ------------------------------------------------------------------------
12335 r11166 | gbazin | 2005-05-26 15:40:09 +0200 (Thu, 26 May 2005) | 1 line
12336 Changed paths:
12337    M /trunk/INSTALL.wince
12338
12339 * INSTALL.wince: small update.
12340 ------------------------------------------------------------------------
12341 r11165 | gbazin | 2005-05-26 11:38:35 +0200 (Thu, 26 May 2005) | 1 line
12342 Changed paths:
12343    M /trunk/src/misc/getaddrinfo.c
12344    M /trunk/src/misc/net.c
12345
12346 * src/misc/net.c,getaddrinfo.c: WinCE build fixes.
12347 ------------------------------------------------------------------------
12348 r11164 | gbazin | 2005-05-26 11:21:28 +0200 (Thu, 26 May 2005) | 1 line
12349 Changed paths:
12350    M /trunk/configure.ac
12351
12352 * configure.ac: fixed struct addrinfo detection on wince.
12353 ------------------------------------------------------------------------
12354 r11163 | robux4 | 2005-05-26 00:55:40 +0200 (Thu, 26 May 2005) | 1 line
12355 Changed paths:
12356    M /trunk/modules/demux/mkv.cpp
12357
12358 mkv.cpp: better handling of timecodes when B frames are involved
12359 ------------------------------------------------------------------------
12360 r11162 | courmisch | 2005-05-25 21:57:16 +0200 (Wed, 25 May 2005) | 3 lines
12361 Changed paths:
12362    M /trunk/modules/services_discovery/sap.c
12363
12364 Listen for SAP announces of all possible scopes rather than an
12365 arbitrary on (as was previously done for IPv4)
12366
12367 ------------------------------------------------------------------------
12368 r11158 | hartman | 2005-05-24 21:12:39 +0200 (Tue, 24 May 2005) | 3 lines
12369 Changed paths:
12370    M /trunk/modules/demux/subtitle.c
12371
12372 * Fix some detection logic for SSA/ASS subs
12373 * Added ASS support
12374
12375 ------------------------------------------------------------------------
12376 r11152 | robux4 | 2005-05-24 15:37:18 +0200 (Tue, 24 May 2005) | 1 line
12377 Changed paths:
12378    M /trunk/src/misc/getaddrinfo.c
12379
12380 getaddrinfo.c: fix MSVC compilation
12381 ------------------------------------------------------------------------
12382 r11147 | dionoea | 2005-05-24 11:56:05 +0200 (Tue, 24 May 2005) | 2 lines
12383 Changed paths:
12384    M /trunk/src/libvlc.h
12385
12386  * same string fix on trunk
12387
12388 ------------------------------------------------------------------------
12389 r11144 | courmisch | 2005-05-24 10:39:05 +0200 (Tue, 24 May 2005) | 2 lines
12390 Changed paths:
12391    M /trunk/configure.ac
12392
12393 Fix linking of switcher_out plugin (closes #148)
12394
12395 ------------------------------------------------------------------------
12396 r11143 | courmisch | 2005-05-24 10:22:07 +0200 (Tue, 24 May 2005) | 2 lines
12397 Changed paths:
12398    M /trunk/src/misc/net.c
12399
12400 Thread safety fix
12401
12402 ------------------------------------------------------------------------
12403 r11142 | courmisch | 2005-05-24 10:09:30 +0200 (Tue, 24 May 2005) | 2 lines
12404 Changed paths:
12405    M /trunk/src/misc/net.c
12406
12407 WinCE compile fix
12408
12409 ------------------------------------------------------------------------
12410 r11140 | courmisch | 2005-05-24 09:47:18 +0200 (Tue, 24 May 2005) | 2 lines
12411 Changed paths:
12412    M /trunk/configure.ac
12413
12414 Attempt to fix addrinfo detection on WinCE
12415
12416 ------------------------------------------------------------------------
12417 r11139 | courmisch | 2005-05-23 20:23:29 +0200 (Mon, 23 May 2005) | 3 lines
12418 Changed paths:
12419    M /trunk/include/network.h
12420    M /trunk/src/misc/net.c
12421
12422 un-re-un-export net_ConvertIPv4
12423 (it's obsolete and not used by any module anyway)
12424
12425 ------------------------------------------------------------------------
12426 r11138 | robux4 | 2005-05-23 18:26:18 +0200 (Mon, 23 May 2005) | 1 line
12427 Changed paths:
12428    M /trunk/include/configuration.h
12429    M /trunk/msvc/config.h.in
12430
12431 more MSVC compilation fixes
12432 ------------------------------------------------------------------------
12433 r11137 | robux4 | 2005-05-23 18:08:28 +0200 (Mon, 23 May 2005) | 1 line
12434 Changed paths:
12435    M /trunk/include/network.h
12436    M /trunk/src/misc/modules.c
12437
12438 compilation fixes for MSVC
12439 ------------------------------------------------------------------------
12440 r11135 | hartman | 2005-05-23 13:43:42 +0200 (Mon, 23 May 2005) | 2 lines
12441 Changed paths:
12442    M /trunk/src/video_output/video_output.c
12443
12444 * backported [11134] to HEAD
12445
12446 ------------------------------------------------------------------------
12447 r11127 | gbazin | 2005-05-23 11:28:02 +0200 (Mon, 23 May 2005) | 1 line
12448 Changed paths:
12449    M /trunk/configure.ac
12450
12451 * configure.ac: s/0.8.3/0.8.3-svn
12452 ------------------------------------------------------------------------
12453 r11125 | xtophe | 2005-05-23 11:05:17 +0200 (Mon, 23 May 2005) | 2 lines
12454 Changed paths:
12455    M /trunk/src/misc/modules.c
12456
12457 modules.c: forget this file saturday for [11093]
12458
12459 ------------------------------------------------------------------------
12460 r11123 | dionoea | 2005-05-23 10:33:51 +0200 (Mon, 23 May 2005) | 3 lines
12461 Changed paths:
12462    M /trunk/configure.ac
12463    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
12464    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
12465
12466  * change trunk version name to 0.8.3-svn so people don't get it confused
12467    with the 0.8.2 branch
12468
12469 ------------------------------------------------------------------------
12470 r11118 | courmisch | 2005-05-23 09:52:49 +0200 (Mon, 23 May 2005) | 2 lines
12471 Changed paths:
12472    M /trunk/modules/access/ftp.c
12473
12474 Windows CE compile fix attempt
12475
12476 ------------------------------------------------------------------------
12477 r11117 | titer | 2005-05-23 08:22:02 +0200 (Mon, 23 May 2005) | 3 lines
12478 Changed paths:
12479    M /trunk/configure.ac
12480    M /trunk/src/misc/getaddrinfo.c
12481    M /trunk/src/misc/net.c
12482
12483  src/*: BeOS compile fixes
12484  configure.ac: access_ftp now requires -lnet on BeOS
12485
12486 ------------------------------------------------------------------------
12487 r11116 | robux4 | 2005-05-22 23:52:11 +0200 (Sun, 22 May 2005) | 1 line
12488 Changed paths:
12489    M /trunk/modules/demux/mkv.cpp
12490
12491 mkv.cpp: try to improve timecode and references handling
12492 ------------------------------------------------------------------------
12493 r11115 | fkuehne | 2005-05-22 20:07:52 +0200 (Sun, 22 May 2005) | 1 line
12494 Changed paths:
12495    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
12496    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
12497
12498 * use the correct terminal to commit changes to the trunk...
12499 ------------------------------------------------------------------------
12500 r11111 | courmisch | 2005-05-22 17:03:47 +0200 (Sun, 22 May 2005) | 3 lines
12501 Changed paths:
12502    M /trunk/include/vlc_httpd.h
12503    M /trunk/modules/access_output/http.c
12504    M /trunk/modules/control/http.c
12505    M /trunk/src/misc/httpd.c
12506
12507 Support for re-using the same TLS/SSL httpd hosts for multiple stream ouputs;
12508 a minor TLS httpd API change was needed (closes #92)
12509
12510 ------------------------------------------------------------------------
12511 r11109 | zorglub | 2005-05-22 16:52:26 +0200 (Sun, 22 May 2005) | 2 lines
12512 Changed paths:
12513    M /trunk/mozilla/vlcshell.cpp
12514    M /trunk/src/playlist/playlist.c
12515
12516 Fix loop in mozilla plugin (closes #138)
12517
12518 ------------------------------------------------------------------------
12519 r11108 | courmisch | 2005-05-22 13:36:59 +0200 (Sun, 22 May 2005) | 3 lines
12520 Changed paths:
12521    M /trunk/src/misc/httpd.c
12522
12523 - use VLC net API in httpd
12524 (side effect: closes #89)
12525
12526 ------------------------------------------------------------------------
12527 r11107 | courmisch | 2005-05-22 13:25:27 +0200 (Sun, 22 May 2005) | 2 lines
12528 Changed paths:
12529    M /trunk/modules/access/ftp.c
12530
12531 Safer EPSV implementation (needed new networking API)
12532
12533 ------------------------------------------------------------------------
12534 r11106 | courmisch | 2005-05-22 13:24:52 +0200 (Sun, 22 May 2005) | 2 lines
12535 Changed paths:
12536    M /trunk/modules/access_output/udp.c
12537
12538 Another forgotten file
12539
12540 ------------------------------------------------------------------------
12541 r11105 | courmisch | 2005-05-22 13:24:08 +0200 (Sun, 22 May 2005) | 5 lines
12542 Changed paths:
12543    M /trunk/include/network.h
12544    M /trunk/modules/control/rc.c
12545    M /trunk/modules/control/telnet.c
12546    M /trunk/modules/misc/network/ipv4.c
12547    M /trunk/modules/misc/network/ipv6.c
12548    M /trunk/src/libvlc.h
12549    M /trunk/src/misc/net.c
12550
12551 - Use the new vlc_getaddrinfo API
12552 - Unduplicate TCP networking code (closes #101)
12553 - Modify net_ListenTCP to support multiple listening sockets
12554 - Update net_ListenTCP callers to the new API
12555
12556 ------------------------------------------------------------------------
12557 r11104 | courmisch | 2005-05-22 13:21:39 +0200 (Sun, 22 May 2005) | 2 lines
12558 Changed paths:
12559    M /trunk/include/vlc_common.h
12560
12561 Forget one file
12562
12563 ------------------------------------------------------------------------
12564 r11103 | courmisch | 2005-05-22 13:19:55 +0200 (Sun, 22 May 2005) | 2 lines
12565 Changed paths:
12566    M /trunk/Makefile.am
12567    A /trunk/src/misc/getaddrinfo.c
12568
12569 vlc_getaddrinfo, vlc_getnameinfo and vlc_gai_strerror replacements
12570
12571 ------------------------------------------------------------------------
12572 r11101 | courmisch | 2005-05-22 12:55:34 +0200 (Sun, 22 May 2005) | 3 lines
12573 Changed paths:
12574    M /trunk/modules/access/http.c
12575
12576 Support HTTP/TLS tunnels through HTTP/1.1 proxies
12577 (closes #136)
12578
12579 ------------------------------------------------------------------------
12580 r11100 | courmisch | 2005-05-22 09:46:02 +0200 (Sun, 22 May 2005) | 2 lines
12581 Changed paths:
12582    M /trunk/src/misc/httpd.c
12583
12584 Fix httpd reference count and deletion
12585
12586 ------------------------------------------------------------------------
12587 r11099 | robux4 | 2005-05-22 09:41:38 +0200 (Sun, 22 May 2005) | 1 line
12588 Changed paths:
12589    M /trunk/extras/contrib/src/packages.mak
12590
12591 contrib: update libebml/libmatroska to the freshly released versions
12592 ------------------------------------------------------------------------
12593 r11098 | damienf | 2005-05-21 22:55:45 +0200 (Sat, 21 May 2005) | 2 lines
12594 Changed paths:
12595    M /trunk/modules/access/dshow/dshow.cpp
12596
12597 dshow.cpp: fill in frame rate info (if demuxing)
12598
12599 ------------------------------------------------------------------------
12600 r11097 | courmisch | 2005-05-21 21:11:00 +0200 (Sat, 21 May 2005) | 2 lines
12601 Changed paths:
12602    M /trunk/NEWS
12603
12604 FTP/IPv6 news
12605
12606 ------------------------------------------------------------------------
12607 r11096 | courmisch | 2005-05-21 21:05:14 +0200 (Sat, 21 May 2005) | 2 lines
12608 Changed paths:
12609    M /trunk/modules/access/ftp.c
12610
12611 Update copyright date
12612
12613 ------------------------------------------------------------------------
12614 r11095 | courmisch | 2005-05-21 20:59:49 +0200 (Sat, 21 May 2005) | 5 lines
12615 Changed paths:
12616    M /trunk/modules/access/ftp.c
12617
12618 Implement Extended passive mode
12619 (RFC2428 - FTP Extensions for IPv6 and NATs) :
12620 - explicitly NAT-friendly FTP (refs #66),
12621 - IPv6 support (closes #130).
12622
12623 ------------------------------------------------------------------------
12624 r11094 | courmisch | 2005-05-21 20:13:38 +0200 (Sat, 21 May 2005) | 2 lines
12625 Changed paths:
12626    M /trunk/modules/access/ftp.c
12627
12628 Code simplification
12629
12630 ------------------------------------------------------------------------
12631 r11093 | xtophe | 2005-05-21 17:07:46 +0200 (Sat, 21 May 2005) | 7 lines
12632 Changed paths:
12633    M /trunk/include/configuration.h
12634    M /trunk/modules/gui/beos/PreferencesWindow.cpp
12635    M /trunk/modules/gui/macosx/prefs_widgets.m
12636    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
12637    M /trunk/src/libvlc.h
12638    M /trunk/src/misc/configuration.c
12639
12640 configuration.[ch]: Handling of deprecated options in the command line. Add a new configuration helper add_deprecated( name, b_strict).
12641 gui/*: Don't show deprecated option in the preferences
12642 libvlc.h: add the deprecated options from NEWS. Is there others ?
12643 Could the Mac and BeOS dev, check for their gui, please.
12644 Closes #112
12645
12646
12647 ------------------------------------------------------------------------
12648 r11092 | xtophe | 2005-05-21 16:53:54 +0200 (Sat, 21 May 2005) | 3 lines
12649 Changed paths:
12650    M /trunk/vlc.win32.nsi
12651
12652 vlc.win32.nsi: Add a "Reset VLC preferences" shortcut
12653                Untested.
12654
12655 ------------------------------------------------------------------------
12656 r11091 | sigmunau | 2005-05-21 12:14:10 +0200 (Sat, 21 May 2005) | 4 lines
12657 Changed paths:
12658    M /trunk/modules/video_filter/mosaic.c
12659
12660 video_filter/mosaic.c: you should change the order of the arguments as well
12661 when you change the order of the format string. thanks to blackjack for
12662 noticing
12663
12664 ------------------------------------------------------------------------
12665 r11090 | courmisch | 2005-05-20 21:29:25 +0200 (Fri, 20 May 2005) | 2 lines
12666 Changed paths:
12667    M /trunk/Makefile.am
12668
12669 Hopefully fix multi-jobs builds
12670
12671 ------------------------------------------------------------------------
12672 r11089 | massiot | 2005-05-20 20:41:23 +0200 (Fri, 20 May 2005) | 2 lines
12673 Changed paths:
12674    M /trunk/modules/video_filter/mosaic.c
12675
12676  * modules/video_filter/mosaic.c: %lld -> I64Fd
12677
12678 ------------------------------------------------------------------------
12679 r11088 | massiot | 2005-05-20 20:16:33 +0200 (Fri, 20 May 2005) | 4 lines
12680 Changed paths:
12681    M /trunk/modules/stream_out/bridge.c
12682    M /trunk/modules/stream_out/mosaic_bridge.c
12683    M /trunk/modules/video_filter/mosaic.c
12684
12685  * modules/stream_out/bridge.c: Fixed deleting/adding of streams.
12686  * modules/stream_out/mosaic_bridge.c: Fixed potential segfault.
12687  * modules/video_filter/mosaic.c: Run the mosaic thread in a higher priority.
12688
12689 ------------------------------------------------------------------------
12690 r11087 | massiot | 2005-05-20 20:05:42 +0200 (Fri, 20 May 2005) | 2 lines
12691 Changed paths:
12692    M /trunk/modules/codec/ffmpeg/encoder.c
12693
12694  * modules/codec/ffmpeg/encoder.c: If qmin == qmax, set CODEC_FLAG_QSCALE.
12695
12696 ------------------------------------------------------------------------
12697 r11086 | massiot | 2005-05-20 20:00:02 +0200 (Fri, 20 May 2005) | 4 lines
12698 Changed paths:
12699    M /trunk/include/vlc_block.h
12700    M /trunk/include/vout_synchro.h
12701    M /trunk/modules/codec/libmpeg2.c
12702    M /trunk/src/video_output/vout_synchro.c
12703
12704  * src/video_output/vout_synchro.c: Fixed synchro for low delay streams.
12705  * include/vlc_block.h: Removed BLOCK_FLAG_END_OF_GOP which I don't use
12706    any longer.
12707
12708 ------------------------------------------------------------------------
12709 r11085 | gbazin | 2005-05-20 19:58:06 +0200 (Fri, 20 May 2005) | 1 line
12710 Changed paths:
12711    M /trunk/modules/stream_out/transcode.c
12712
12713 * modules/stream_out/transcode.c: got rid of useless nearbyint().
12714 ------------------------------------------------------------------------
12715 r11084 | massiot | 2005-05-20 19:54:10 +0200 (Fri, 20 May 2005) | 2 lines
12716 Changed paths:
12717    M /trunk/include/vlc_codec.h
12718    M /trunk/include/vlc_filter.h
12719
12720  * Added a big fat warning on members of filter_t and decoder_t.
12721
12722 ------------------------------------------------------------------------
12723 r11083 | gbazin | 2005-05-20 19:35:08 +0200 (Fri, 20 May 2005) | 1 line
12724 Changed paths:
12725    M /trunk/modules/demux/mkv.cpp
12726
12727 * modules/demux/mkv.cpp: fill-in frame rate info.
12728 ------------------------------------------------------------------------
12729 r11082 | zorglub | 2005-05-20 18:59:07 +0200 (Fri, 20 May 2005) | 2 lines
12730 Changed paths:
12731    M /trunk/modules/demux/mpeg/m4v.c
12732    M /trunk/modules/packetizer/mpeg4video.c
12733
12734 Don't print error on non-fatal problems
12735
12736 ------------------------------------------------------------------------
12737 r11081 | robux4 | 2005-05-20 18:42:40 +0200 (Fri, 20 May 2005) | 1 line
12738 Changed paths:
12739    M /trunk/modules/demux/mkv.cpp
12740
12741 mkv.cpp: fix a problem in UnGet()
12742 ------------------------------------------------------------------------
12743 r11080 | fenrir | 2005-05-20 18:03:15 +0200 (Fri, 20 May 2005) | 2 lines
12744 Changed paths:
12745    M /trunk/modules/access/mms/mmstu.c
12746
12747  * mmstu: fixed 1 buffer overflow.
12748
12749 ------------------------------------------------------------------------
12750 r11079 | massiot | 2005-05-20 17:02:25 +0200 (Fri, 20 May 2005) | 3 lines
12751 Changed paths:
12752    M /trunk/include/vlc_filter.h
12753    M /trunk/modules/codec/ffmpeg/ffmpeg.c
12754    M /trunk/modules/stream_out/transcode.c
12755    M /trunk/modules/video_filter/deinterlace.c
12756
12757  * ALL : ported the deinterlace module to video filter2. New
12758    --sout-transcode-deinterlace-module and --sout-deinterlace-mode options.
12759
12760 ------------------------------------------------------------------------
12761 r11078 | gbazin | 2005-05-20 11:26:26 +0200 (Fri, 20 May 2005) | 1 line
12762 Changed paths:
12763    M /trunk/modules/access/v4l/v4l.c
12764
12765 * modules/access/v4l: try a bit harder to find a valid default video size.
12766 ------------------------------------------------------------------------
12767 r11077 | robux4 | 2005-05-20 10:43:12 +0200 (Fri, 20 May 2005) | 1 line
12768 Changed paths:
12769    M /trunk/modules/demux/mkv.cpp
12770
12771 mkv.cpp: Improve the block UnGet()
12772 ------------------------------------------------------------------------
12773 r11076 | sigmunau | 2005-05-20 00:48:38 +0200 (Fri, 20 May 2005) | 3 lines
12774 Changed paths:
12775    M /trunk/modules/demux/livedotcom.cpp
12776
12777 livedotcom.cpp: Do not url encode sdp data coming from sap before passing to
12778 live.com. Fixes livedotcom with sap which has been broken since r10945
12779
12780 ------------------------------------------------------------------------
12781 r11075 | robux4 | 2005-05-19 23:47:53 +0200 (Thu, 19 May 2005) | 1 line
12782 Changed paths:
12783    M /trunk/modules/demux/mkv.cpp
12784
12785 mkv.cpp: clean the UnGet() feature
12786 ------------------------------------------------------------------------
12787 r11074 | robux4 | 2005-05-19 23:19:53 +0200 (Thu, 19 May 2005) | 1 line
12788 Changed paths:
12789    M /trunk/modules/demux/mkv.cpp
12790
12791 mkv.cpp: fix a problem when using successive 0s chapters in ordered editions
12792 ------------------------------------------------------------------------
12793 r11073 | robux4 | 2005-05-19 22:23:49 +0200 (Thu, 19 May 2005) | 1 line
12794 Changed paths:
12795    M /trunk/modules/demux/mkv.cpp
12796
12797 mkv.cpp: better update of the current chapter when seeking (manual or auto)
12798 ------------------------------------------------------------------------
12799 r11071 | robux4 | 2005-05-19 18:35:59 +0200 (Thu, 19 May 2005) | 1 line
12800 Changed paths:
12801    M /trunk/modules/demux/mkv.cpp
12802
12803 mkv.cpp: don't use the default edition if there is none
12804 ------------------------------------------------------------------------
12805 r11070 | robux4 | 2005-05-19 17:27:21 +0200 (Thu, 19 May 2005) | 1 line
12806 Changed paths:
12807    M /trunk/modules/demux/mkv.cpp
12808
12809 mkv.cpp: allow reading segments bigger than 4GB
12810 ------------------------------------------------------------------------
12811 r11069 | titer | 2005-05-19 16:11:30 +0200 (Thu, 19 May 2005) | 4 lines
12812 Changed paths:
12813    M /trunk/modules/gui/macosx/vout.h
12814    M /trunk/modules/gui/macosx/vout.m
12815
12816  macosx/vout*: quick kludge for Tiger crashes
12817   Use performSelectorOnMainThread when available (>= 10.2) to create
12818   the window from the main thread. Also fixed a couple warnings
12819
12820 ------------------------------------------------------------------------
12821 r11068 | courmisch | 2005-05-19 10:36:18 +0200 (Thu, 19 May 2005) | 2 lines
12822 Changed paths:
12823    M /trunk/NEWS
12824
12825 Note about SAP http no longer supported
12826
12827 ------------------------------------------------------------------------
12828 r11066 | massiot | 2005-05-18 23:46:47 +0200 (Wed, 18 May 2005) | 2 lines
12829 Changed paths:
12830    M /trunk/modules/mux/mpeg/ts.c
12831
12832  * modules/mux/mpeg/ts.c: More sensible defaults for configuration options.
12833
12834 ------------------------------------------------------------------------
12835 r11063 | sigmunau | 2005-05-18 23:25:24 +0200 (Wed, 18 May 2005) | 2 lines
12836 Changed paths:
12837    M /trunk/modules/gui/wxwindows/video.cpp
12838
12839 wx/video.cpp: Don't crash with --no-wxwin-embed
12840
12841 ------------------------------------------------------------------------
12842 r11058 | massiot | 2005-05-18 18:07:40 +0200 (Wed, 18 May 2005) | 3 lines
12843 Changed paths:
12844    M /trunk/configure.ac
12845
12846  * configure.ac : Build dvb as built-in when using --with-dvbpsi-tree. This
12847    fixes dvb on x86_64 architecture.
12848
12849 ------------------------------------------------------------------------
12850 r11057 | fenrir | 2005-05-18 17:50:50 +0200 (Wed, 18 May 2005) | 2 lines
12851 Changed paths:
12852    M /trunk/modules/demux/ts.c
12853
12854  * ts: fixed EITEventFixString.
12855
12856 ------------------------------------------------------------------------
12857 r11056 | massiot | 2005-05-18 17:02:26 +0200 (Wed, 18 May 2005) | 3 lines
12858 Changed paths:
12859    M /trunk/configure.ac
12860
12861  * configure.ac: Compile libmpeg2 as a built-in when --with-ffmpeg-tree is
12862    requested. Fixes the build of plugins on x86_64 architecture.
12863
12864 ------------------------------------------------------------------------
12865 r11055 | robux4 | 2005-05-18 15:03:15 +0200 (Wed, 18 May 2005) | 1 line
12866 Changed paths:
12867    M /trunk/modules/demux/mkv.cpp
12868
12869 mkv.cpp: more conditional commands + avoid a compiler warning
12870 ------------------------------------------------------------------------
12871 r11054 | gbazin | 2005-05-18 12:23:37 +0200 (Wed, 18 May 2005) | 1 line
12872 Changed paths:
12873    M /trunk/modules/demux/ogg.c
12874
12875 * modules/demux/ogg.c: fill-in frame rate info for theora as well.
12876 ------------------------------------------------------------------------
12877 r11053 | robux4 | 2005-05-17 23:27:03 +0200 (Tue, 17 May 2005) | 1 line
12878 Changed paths:
12879    M /trunk/modules/demux/mkv.cpp
12880
12881 mkv.cpp: improve the DVD conditional calls, add one of the SetHL_BTN DVD command
12882 ------------------------------------------------------------------------
12883 r11052 | massiot | 2005-05-17 22:56:22 +0200 (Tue, 17 May 2005) | 2 lines
12884 Changed paths:
12885    M /trunk/configure.ac
12886
12887  * configure.ac : Fixed a typo in libtwolame LDFLAGS.
12888
12889 ------------------------------------------------------------------------
12890 r11051 | robux4 | 2005-05-17 21:13:16 +0200 (Tue, 17 May 2005) | 1 line
12891 Changed paths:
12892    M /trunk/modules/demux/mkv.cpp
12893
12894 mkv.cpp: add support for the JumpSS DVD command
12895 ------------------------------------------------------------------------
12896 r11050 | zorglub | 2005-05-17 21:05:20 +0200 (Tue, 17 May 2005) | 2 lines
12897 Changed paths:
12898    M /trunk/modules/mux/mpeg/ts.c
12899
12900 Better if we don't break teletext 
12901
12902 ------------------------------------------------------------------------
12903 r11049 | zorglub | 2005-05-17 20:29:59 +0200 (Tue, 17 May 2005) | 4 lines
12904 Changed paths:
12905    M /trunk/modules/mux/mpeg/ts.c
12906
12907 Fix streaming of text subtitles in TS (Closes #52)
12908
12909 Not sure it's the proper way,though (basically, simply don't override the length)
12910
12911 ------------------------------------------------------------------------
12912 r11048 | gbazin | 2005-05-17 15:49:31 +0200 (Tue, 17 May 2005) | 1 line
12913 Changed paths:
12914    M /trunk/modules/mux/mpeg/ts.c
12915
12916 * modules/mux/mpeg/ts.c: fixed FixPES().
12917 ------------------------------------------------------------------------
12918 r11047 | fkuehne | 2005-05-17 15:37:48 +0200 (Tue, 17 May 2005) | 2 lines
12919 Changed paths:
12920    M /trunk/modules/stream_out/rtp.c
12921    M /trunk/po/es.po
12922    M /trunk/src/libvlc.h
12923
12924 * capitalise "Time To Live" always
12925 * fixed erroneus Spanish translation of TTL, thanks to the forum-user "martintxo" for the hint
12926 ------------------------------------------------------------------------
12927 r11046 | fkuehne | 2005-05-17 15:20:50 +0200 (Tue, 17 May 2005) | 1 line
12928 Changed paths:
12929    M /trunk/po/en_GB.po
12930    M /trunk/po/es.po
12931    M /trunk/po/fr.po
12932    M /trunk/po/hu.po
12933    M /trunk/po/it.po
12934    M /trunk/po/ja.po
12935    M /trunk/po/pt_BR.po
12936
12937 * corrected some copyright headers
12938 ------------------------------------------------------------------------
12939 r11045 | fkuehne | 2005-05-17 15:20:05 +0200 (Tue, 17 May 2005) | 1 line
12940 Changed paths:
12941    M /trunk/po/da.po
12942
12943 * update to the Danish translation by Jonas Larsen
12944 ------------------------------------------------------------------------
12945 r11044 | robux4 | 2005-05-16 23:07:27 +0200 (Mon, 16 May 2005) | 1 line
12946 Changed paths:
12947    M /trunk/modules/demux/mkv.cpp
12948
12949 mkv.cpp: don't decode frames when they shouldn't be
12950 ------------------------------------------------------------------------
12951 r11043 | gbazin | 2005-05-16 21:53:10 +0200 (Mon, 16 May 2005) | 1 line
12952 Changed paths:
12953    M /trunk/modules/demux/mp4/mp4.c
12954
12955 * modules/demux/mp4/mp4.c: fixed bug in PTS calculation.
12956 ------------------------------------------------------------------------
12957 r11042 | robux4 | 2005-05-16 21:41:37 +0200 (Mon, 16 May 2005) | 1 line
12958 Changed paths:
12959    M /trunk/modules/demux/mkv.cpp
12960
12961 mkv.cpp: make seeking more accurate
12962 ------------------------------------------------------------------------
12963 r11041 | robux4 | 2005-05-16 18:00:46 +0200 (Mon, 16 May 2005) | 1 line
12964 Changed paths:
12965    M /trunk/modules/demux/mkv.cpp
12966
12967 mkv.cpp: fix duration for text subs
12968 ------------------------------------------------------------------------
12969 r11040 | gbazin | 2005-05-16 17:51:21 +0200 (Mon, 16 May 2005) | 1 line
12970 Changed paths:
12971    M /trunk/modules/demux/mp4/mp4.c
12972
12973 * modules/demux/mp4/mp4.c: fill-in frame rate info in es_format_t.
12974 ------------------------------------------------------------------------
12975 r11038 | robux4 | 2005-05-16 17:45:28 +0200 (Mon, 16 May 2005) | 1 line
12976 Changed paths:
12977    M /trunk/modules/demux/mkv.cpp
12978
12979 mkv.cpp: hide the navigation packet from the user
12980 ------------------------------------------------------------------------
12981 r11037 | gbazin | 2005-05-16 17:11:56 +0200 (Mon, 16 May 2005) | 1 line
12982 Changed paths:
12983    M /trunk/modules/codec/ffmpeg/video.c
12984
12985 * modules/codec/ffmpeg/video.c: use frame rate info from demuxer (if available) to interpolate PTS.
12986 ------------------------------------------------------------------------
12987 r11036 | gbazin | 2005-05-16 17:10:59 +0200 (Mon, 16 May 2005) | 1 line
12988 Changed paths:
12989    M /trunk/src/input/es_out.c
12990
12991 * src/input/es_out.c: reduce the frame rate rational in es_out_Add().
12992 ------------------------------------------------------------------------
12993 r11035 | gbazin | 2005-05-16 17:09:58 +0200 (Mon, 16 May 2005) | 1 line
12994 Changed paths:
12995    M /trunk/modules/demux/ogg.c
12996
12997 * modules/demux/ogg.c: fill-in frame rate info in es_format_t.
12998 ------------------------------------------------------------------------
12999 r11032 | gbazin | 2005-05-16 15:48:47 +0200 (Mon, 16 May 2005) | 1 line
13000 Changed paths:
13001    M /trunk/modules/gui/wxwindows/interface.cpp
13002
13003 * modules/gui/wxwindows/interface.cpp: something a bit uglier
13004 ------------------------------------------------------------------------
13005 r11031 | gbazin | 2005-05-16 15:44:05 +0200 (Mon, 16 May 2005) | 1 line
13006 Changed paths:
13007    M /trunk/modules/gui/wxwindows/interface.cpp
13008
13009 * modules/gui/wxwindows/interface.cpp: butt-ugly workaround for accelerators' bug in wxGTK 2.6.0.
13010 ------------------------------------------------------------------------
13011 r11030 | gbazin | 2005-05-16 15:32:12 +0200 (Mon, 16 May 2005) | 1 line
13012 Changed paths:
13013    M /trunk/modules/codec/theora.c
13014
13015 * modules/codec/theora.c: give higher priority to the libtheora encoder.
13016 ------------------------------------------------------------------------
13017 r11029 | gbazin | 2005-05-16 14:47:57 +0200 (Mon, 16 May 2005) | 1 line
13018 Changed paths:
13019    M /trunk/modules/gui/wxwindows/interface.cpp
13020
13021 * modules/gui/wxwindows/interface.cpp: another fix for the embedded video size.
13022 ------------------------------------------------------------------------
13023 r11028 | robux4 | 2005-05-16 14:33:01 +0200 (Mon, 16 May 2005) | 1 line
13024 Changed paths:
13025    M /trunk/modules/demux/mkv.cpp
13026
13027 mkv.cpp: code factorisation when jumping from one segment to the other
13028 ------------------------------------------------------------------------
13029 r11027 | gbazin | 2005-05-16 13:52:09 +0200 (Mon, 16 May 2005) | 1 line
13030 Changed paths:
13031    M /trunk/modules/gui/wxwindows/video.cpp
13032
13033 * modules/gui/wxwindows/video.cpp: fixed problem where sometime the video doesn't start at the right size.
13034 ------------------------------------------------------------------------
13035 r11026 | gbazin | 2005-05-16 12:55:53 +0200 (Mon, 16 May 2005) | 1 line
13036 Changed paths:
13037    M /trunk/modules/gui/wxwindows/interface.cpp
13038
13039 * modules/gui/wxwindows/interface.cpp: work-around for non working wxToolBarToolBase::SetNormalBitmap() in wxGTK.
13040 ------------------------------------------------------------------------
13041 r11025 | gbazin | 2005-05-16 11:40:31 +0200 (Mon, 16 May 2005) | 1 line
13042 Changed paths:
13043    M /trunk/modules/gui/wxwindows/interface.cpp
13044
13045 * modules/gui/wxwindows/interface.cpp: config_GetInt() inside VLCVolCtrl::OnPaint() is a bad idea.
13046 ------------------------------------------------------------------------
13047 r11024 | dionoea | 2005-05-15 20:04:32 +0200 (Sun, 15 May 2005) | 3 lines
13048 Changed paths:
13049    M /trunk/modules/gui/wxwindows/interface.cpp
13050
13051 fix play/pause button state ... gruiiiikkk
13052 Closes #2
13053
13054 ------------------------------------------------------------------------
13055 r11023 | dionoea | 2005-05-15 19:29:26 +0200 (Sun, 15 May 2005) | 2 lines
13056 Changed paths:
13057    M /trunk/modules/gui/wxwindows/playlist.cpp
13058
13059 gcc 4.0 compile fix by Arwed von Merkatz
13060
13061 ------------------------------------------------------------------------
13062 r11022 | fkuehne | 2005-05-15 17:06:13 +0200 (Sun, 15 May 2005) | 1 line
13063 Changed paths:
13064    M /trunk/po/bn.po
13065    M /trunk/po/ca.po
13066    M /trunk/po/da.po
13067    M /trunk/po/de.po
13068    M /trunk/po/el.po
13069    M /trunk/po/en_GB.po
13070    M /trunk/po/es.po
13071    M /trunk/po/fr.po
13072    M /trunk/po/hi.po
13073    M /trunk/po/hu.po
13074    M /trunk/po/it.po
13075    M /trunk/po/ja.po
13076    M /trunk/po/my.po
13077    M /trunk/po/ne.po
13078    M /trunk/po/nl.po
13079    M /trunk/po/no.po
13080    M /trunk/po/pl.po
13081    M /trunk/po/ps.po
13082    M /trunk/po/pt_BR.po
13083    M /trunk/po/ru.po
13084    M /trunk/po/sv.po
13085    M /trunk/po/tet.po
13086    M /trunk/po/tl.po
13087    M /trunk/po/vlc.pot
13088    M /trunk/po/zh_TW.po
13089
13090 * updated the po-files -- please change as few strings as possible now
13091 ------------------------------------------------------------------------
13092 r11021 | hartman | 2005-05-15 16:41:50 +0200 (Sun, 15 May 2005) | 2 lines
13093 Changed paths:
13094    M /trunk/configure.ac
13095
13096 * When building coreaudio module, also build auhal module
13097
13098 ------------------------------------------------------------------------
13099 r11020 | hartman | 2005-05-15 15:39:43 +0200 (Sun, 15 May 2005) | 2 lines
13100 Changed paths:
13101    M /trunk/modules/audio_output/Modules.am
13102    A /trunk/modules/audio_output/auhal.c
13103
13104 * AUHAL module. This module is a auhal output renderer for VLC OSX. It uses an auhal unit to do analog audio processing. This will allow us to dump the coreaudio resampler later on and will also do automatic channel reordering etc. The module currently does NOT work. The rendering callback is not functioning. I do not know how to solve the issue. I'm adding it, because it's the way to go, and I want others to be able to take a look at it and fix it. 
13105
13106 ------------------------------------------------------------------------
13107 r11019 | ipkiss | 2005-05-15 15:20:55 +0200 (Sun, 15 May 2005) | 4 lines
13108 Changed paths:
13109    M /trunk/modules/gui/wxwindows/dialogs.cpp
13110    M /trunk/modules/gui/wxwindows/fileinfo.cpp
13111
13112  * modules/gui/wxwindows/fileinfo.cpp: do not use p_intf->p_sys->p_input to
13113    get the input thread, as this does not work when called through the dialogs
13114    provider. Use vlc_object_find() instead.
13115
13116 ------------------------------------------------------------------------
13117 r11018 | robux4 | 2005-05-15 14:46:30 +0200 (Sun, 15 May 2005) | 1 line
13118 Changed paths:
13119    M /trunk/modules/demux/mkv.cpp
13120
13121 mkv.cpp: fix most memory leaks
13122 ------------------------------------------------------------------------
13123 r11017 | asmax | 2005-05-15 01:50:13 +0200 (Sun, 15 May 2005) | 3 lines
13124 Changed paths:
13125    M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
13126    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
13127
13128 * ft2_bitmap.cpp: committed my changes again (yes x11 skins were broken!)
13129 * win32_graphics.cpp: so it should work on win32 too, now...
13130
13131 ------------------------------------------------------------------------
13132 r11016 | robux4 | 2005-05-14 23:43:50 +0200 (Sat, 14 May 2005) | 1 line
13133 Changed paths:
13134    M /trunk/modules/demux/mkv.cpp
13135
13136 mkv.cpp: deal about the memleaks later
13137 ------------------------------------------------------------------------
13138 r11015 | dionoea | 2005-05-14 23:16:07 +0200 (Sat, 14 May 2005) | 2 lines
13139 Changed paths:
13140    M /trunk/modules/gui/wxwindows/interface.cpp
13141
13142 code simplification
13143
13144 ------------------------------------------------------------------------
13145 r11014 | robux4 | 2005-05-14 22:53:12 +0200 (Sat, 14 May 2005) | 1 line
13146 Changed paths:
13147    M /trunk/msvc/plugins.dsp.in
13148
13149 DSP files: add 2 libraries needed by wxWidgets (and maybe other plugins)
13150 ------------------------------------------------------------------------
13151 r11013 | dionoea | 2005-05-14 22:39:42 +0200 (Sat, 14 May 2005) | 4 lines
13152 Changed paths:
13153    M /trunk/modules/gui/wxwindows/interface.cpp
13154
13155  * fix mute button for real (... just needed to copy 4 lines 1 function
13156 down but took me 2 hours to understand) Closes #106
13157
13158
13159 ------------------------------------------------------------------------
13160 r11012 | dionoea | 2005-05-14 22:12:21 +0200 (Sat, 14 May 2005) | 4 lines
13161 Changed paths:
13162    M /trunk/modules/gui/wxwindows/interface.cpp
13163
13164 kind of begin fixing the mute button (at least it doesn't diplay the
13165 mute icon when sound isn't mute now). Rels #106
13166
13167
13168 ------------------------------------------------------------------------
13169 r11011 | robux4 | 2005-05-14 17:52:01 +0200 (Sat, 14 May 2005) | 1 line
13170 Changed paths:
13171    M /trunk/modules/demux/mkv.cpp
13172
13173 mkv.cpp: fix a memory leak
13174 ------------------------------------------------------------------------
13175 r11010 | robux4 | 2005-05-14 17:37:25 +0200 (Sat, 14 May 2005) | 1 line
13176 Changed paths:
13177    M /trunk/modules/demux/mkv.cpp
13178
13179 mkv.cpp: start the UI hook a bit later
13180 ------------------------------------------------------------------------
13181 r11009 | ipkiss | 2005-05-14 16:39:05 +0200 (Sat, 14 May 2005) | 4 lines
13182 Changed paths:
13183    M /trunk/doc/skins/skins2-howto.xml
13184    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
13185    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
13186    M /trunk/modules/gui/skins2/parser/builder.cpp
13187    M /trunk/modules/gui/skins2/parser/builder_data.def
13188    M /trunk/modules/gui/skins2/parser/builder_data.hpp
13189    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
13190    M /trunk/share/skins2/skin.dtd
13191
13192  * skins2: New Playlist.bgimage attribute, to specify a background image for
13193    the Playlist control. If no image is specified (default behaviour), the
13194    background is filled like before, with the bgcolor1 and bgcolor2 attributes.
13195
13196 ------------------------------------------------------------------------
13197 r11008 | robux4 | 2005-05-14 15:08:44 +0200 (Sat, 14 May 2005) | 1 line
13198 Changed paths:
13199    M /trunk/modules/demux/mkv.cpp
13200
13201 mkv.cpp: make the UI hook silent when it's not used
13202 ------------------------------------------------------------------------
13203 r11007 | robux4 | 2005-05-14 15:01:38 +0200 (Sat, 14 May 2005) | 1 line
13204 Changed paths:
13205    M /trunk/modules/demux/mkv.cpp
13206
13207 mkv.cpp: improve support for hotkeys for navigation (still missing the button highlight)
13208 ------------------------------------------------------------------------
13209 r11006 | ipkiss | 2005-05-14 13:40:55 +0200 (Sat, 14 May 2005) | 4 lines
13210 Changed paths:
13211    M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
13212
13213  * skins2/src/ft2_bitmap.cpp: Restored the previous version of this file, as
13214    the new one breaks text display on win32.
13215    I hope it won't break x11 skins at the same time :-)
13216
13217 ------------------------------------------------------------------------
13218 r11005 | ipkiss | 2005-05-14 13:14:22 +0200 (Sat, 14 May 2005) | 2 lines
13219 Changed paths:
13220    M /trunk/doc/skins/skins2-howto.xml
13221
13222  * doc/skins/skins2-howto.xml: Always check what you write in the doc...
13223
13224 ------------------------------------------------------------------------
13225 r11004 | ipkiss | 2005-05-14 12:38:26 +0200 (Sat, 14 May 2005) | 3 lines
13226 Changed paths:
13227    M /trunk/doc/skins/skins2-howto.xml
13228
13229  * doc/skins/skins2-howto.xml: document the 'resize' attribute of the Image
13230    control
13231
13232 ------------------------------------------------------------------------
13233 r11003 | bigben | 2005-05-14 11:20:47 +0200 (Sat, 14 May 2005) | 3 lines
13234 Changed paths:
13235    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
13236    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
13237    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
13238    M /trunk/modules/gui/macosx/playlist.h
13239    M /trunk/modules/gui/macosx/playlist.m
13240
13241 Restore the save Playlist function (copy/paste from 0.8.1)
13242
13243
13244 ------------------------------------------------------------------------
13245 r11002 | robux4 | 2005-05-13 22:03:27 +0200 (Fri, 13 May 2005) | 1 line
13246 Changed paths:
13247    M /trunk/modules/demux/mkv.cpp
13248
13249 mkv.cpp: fix the end of stream handling (when there are pending Post commands)
13250 ------------------------------------------------------------------------
13251 r11001 | robux4 | 2005-05-13 21:25:17 +0200 (Fri, 13 May 2005) | 1 line
13252 Changed paths:
13253    M /trunk/modules/demux/mkv.cpp
13254
13255 mkv.cpp: fix the interpretation of JumVTS_PTT (and now all 3 buttons work)
13256 ------------------------------------------------------------------------
13257 r11000 | zorglub | 2005-05-13 19:58:05 +0200 (Fri, 13 May 2005) | 1 line
13258 Changed paths:
13259    M /trunk/modules/control/http.c
13260
13261 Remove excessive HTTP debugging - Closes #108
13262 ------------------------------------------------------------------------
13263 r10999 | robux4 | 2005-05-13 18:34:06 +0200 (Fri, 13 May 2005) | 1 line
13264 Changed paths:
13265    M /trunk/modules/demux/mkv.cpp
13266
13267 mkv.cpp: don't use a button if it doesn't exist
13268 ------------------------------------------------------------------------
13269 r10998 | robux4 | 2005-05-13 18:21:35 +0200 (Fri, 13 May 2005) | 1 line
13270 Changed paths:
13271    M /trunk/modules/demux/mkv.cpp
13272
13273 mkv.cpp: the UI hook is always on
13274 ------------------------------------------------------------------------
13275 r10997 | fenrir | 2005-05-13 18:00:07 +0200 (Fri, 13 May 2005) | 2 lines
13276 Changed paths:
13277    M /trunk/modules/access/v4l/v4l.c
13278
13279  * v4l: fixed v4l-height.
13280
13281 ------------------------------------------------------------------------
13282 r10996 | robux4 | 2005-05-13 17:48:56 +0200 (Fri, 13 May 2005) | 1 line
13283 Changed paths:
13284    M /trunk/modules/demux/mkv.cpp
13285
13286 mkv.cpp: add support for the JumpVTS_PTT DVD command
13287 ------------------------------------------------------------------------
13288 r10995 | fkuehne | 2005-05-13 16:51:10 +0200 (Fri, 13 May 2005) | 1 line
13289 Changed paths:
13290    M /trunk/po/de.po
13291
13292 * patch by Torsten Spindler, thanks for the corrections
13293 ------------------------------------------------------------------------
13294 r10994 | gbazin | 2005-05-13 16:16:03 +0200 (Fri, 13 May 2005) | 1 line
13295 Changed paths:
13296    M /trunk/modules/demux/ts.c
13297
13298 * modules/demux/ts.c: keep compatibility with non-DVB streams (SDT/EDT issue).
13299 ------------------------------------------------------------------------
13300 r10993 | gbazin | 2005-05-13 15:31:39 +0200 (Fri, 13 May 2005) | 1 line
13301 Changed paths:
13302    M /trunk/INSTALL.win32
13303
13304 * INSTALL.win32: s/toolame/twolame.
13305 ------------------------------------------------------------------------
13306 r10992 | gbazin | 2005-05-13 15:11:36 +0200 (Fri, 13 May 2005) | 1 line
13307 Changed paths:
13308    M /trunk/modules/codec/dmo/dmo.c
13309
13310 * modules/codec/dmo/dmo.c: fixed problem with detection of DMOs.
13311 ------------------------------------------------------------------------
13312 r10991 | djc | 2005-05-13 13:43:13 +0200 (Fri, 13 May 2005) | 2 lines
13313 Changed paths:
13314    M /trunk/modules/gui/macosx/playlist.m
13315
13316 Temporary disable NSSearchField button
13317
13318 ------------------------------------------------------------------------
13319 r10990 | gbazin | 2005-05-13 13:13:05 +0200 (Fri, 13 May 2005) | 1 line
13320 Changed paths:
13321    M /trunk/modules/codec/x264.c
13322
13323 * modules/codec/x264.c: updated with latest changes in libx264.
13324 ------------------------------------------------------------------------
13325 r10989 | robux4 | 2005-05-13 12:02:48 +0200 (Fri, 13 May 2005) | 1 line
13326 Changed paths:
13327    M /trunk/modules/demux/mkv.cpp
13328
13329 mkv.cpp: add a mutex to lock demuxing from another thread
13330 ------------------------------------------------------------------------
13331 r10988 | titer | 2005-05-13 10:46:59 +0200 (Fri, 13 May 2005) | 2 lines
13332 Changed paths:
13333    M /trunk/modules/demux/mkv.cpp
13334
13335  demux/mkv.cpp: gcc < 3 compile fix
13336
13337 ------------------------------------------------------------------------
13338 r10987 | titer | 2005-05-13 10:33:18 +0200 (Fri, 13 May 2005) | 2 lines
13339 Changed paths:
13340    M /trunk/extras/contrib/src/Makefile
13341
13342  contrib/src/Makefile: fixed cross compiling of twolame
13343
13344 ------------------------------------------------------------------------
13345 r10986 | courmisch | 2005-05-12 23:08:15 +0200 (Thu, 12 May 2005) | 2 lines
13346 Changed paths:
13347    M /trunk/src/misc/httpd.c
13348
13349 Remove debug messages in httpd
13350
13351 ------------------------------------------------------------------------
13352 r10985 | fkuehne | 2005-05-12 20:49:54 +0200 (Thu, 12 May 2005) | 1 line
13353 Changed paths:
13354    M /trunk/modules/codec/theora.c
13355    M /trunk/modules/services_discovery/shout.c
13356
13357 * fix two typos introduced in [10984]
13358 ------------------------------------------------------------------------
13359 r10984 | xtophe | 2005-05-12 20:15:28 +0200 (Thu, 12 May 2005) | 2 lines
13360 Changed paths:
13361    M /trunk/modules/codec/ffmpeg/ffmpeg.c
13362    M /trunk/modules/codec/theora.c
13363    M /trunk/modules/services_discovery/shout.c
13364
13365 ALL: Fix a few strings for the prefs.
13366
13367 ------------------------------------------------------------------------
13368 r10983 | xtophe | 2005-05-12 20:07:47 +0200 (Thu, 12 May 2005) | 2 lines
13369 Changed paths:
13370    M /trunk/share/http/index.html
13371
13372 * Put sout back. (should have read the doc more)
13373
13374 ------------------------------------------------------------------------
13375 r10982 | robux4 | 2005-05-12 18:35:18 +0200 (Thu, 12 May 2005) | 1 line
13376 Changed paths:
13377    M /trunk/modules/demux/mkv.cpp
13378
13379 mkv.cpp: thread handling cleaning
13380 ------------------------------------------------------------------------
13381 r10981 | dionoea | 2005-05-12 16:36:28 +0200 (Thu, 12 May 2005) | 2 lines
13382 Changed paths:
13383    M /trunk/ChangeLog
13384
13385  * ChangeLog should be in english ...
13386
13387 ------------------------------------------------------------------------
13388 r10980 | dionoea | 2005-05-12 16:29:58 +0200 (Thu, 12 May 2005) | 3 lines
13389 Changed paths:
13390    M /trunk/ChangeLog
13391    M /trunk/NEWS
13392    M /trunk/configure.ac
13393    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
13394    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
13395
13396  * prepare 0.8.2-test1
13397  * update NEWS
13398
13399 ------------------------------------------------------------------------
13400 r10979 | gbazin | 2005-05-12 14:18:38 +0200 (Thu, 12 May 2005) | 1 line
13401 Changed paths:
13402    M /trunk/src/libvlc.c
13403    M /trunk/src/playlist/services_discovery.c
13404
13405 * src/libvlc.c, src/playlist/services_discovery.c: fixed --services-discovery and --extraintf to use the new modules list syntax.
13406 ------------------------------------------------------------------------
13407 r10978 | djc | 2005-05-12 02:12:44 +0200 (Thu, 12 May 2005) | 2 lines
13408 Changed paths:
13409    M /trunk/modules/gui/macosx/prefs_widgets.m
13410
13411 Change , to : in MacOSX preferences. Refs #111
13412
13413 ------------------------------------------------------------------------
13414 r10977 | damienf | 2005-05-11 18:59:28 +0200 (Wed, 11 May 2005) | 2 lines
13415 Changed paths:
13416    M /trunk/activex/test.html
13417
13418 test.html: improved user feedback, especially for live stream
13419
13420 ------------------------------------------------------------------------
13421 r10976 | damienf | 2005-05-11 18:56:46 +0200 (Wed, 11 May 2005) | 6 lines
13422 Changed paths:
13423    M /trunk/activex/axvlc.idl
13424    M /trunk/activex/axvlc.tlb
13425    M /trunk/activex/axvlc_idl.c
13426    M /trunk/activex/axvlc_idl.h
13427    M /trunk/activex/main.cpp
13428    M /trunk/activex/viewobject.cpp
13429    M /trunk/activex/viewobject.h
13430    M /trunk/activex/vlccontrol.cpp
13431    M /trunk/activex/vlccontrol.h
13432    M /trunk/include/variables.h
13433    M /trunk/include/vlc/vlc.h
13434    M /trunk/src/libvlc.c
13435
13436 src/libvlc.c,include/vlc/vlc.h, include/variables.h: added a new a API to libvlc called VLC_VariableType, this API allows to retrieve the type of a VLC variable. this API is very useful for binding with highlevel languages, such as javascript, VBScript, etc... which allow for weakly typed variables such as Javascript. in order to support the VLC_VariableType API, i've had to move the variable type definitions from variables.h to vlc/vlc.h
13437
13438 vlccontrol.cpp, axvlc.idl, axvlc.tlb, axvlc_idl.h: added a getVariable and setVariable to provide support for VLC_GetVariable and VLC_SetVariable respectively,and requires the new VLC_VariableType API.
13439
13440 main.cpp, viewobject.h, viewobject.cpp: support for advise on viewobject
13441
13442 ------------------------------------------------------------------------
13443 r10975 | bigben | 2005-05-11 17:44:28 +0200 (Wed, 11 May 2005) | 5 lines
13444 Changed paths:
13445    M /trunk/modules/gui/macosx/intf.m
13446    M /trunk/modules/gui/macosx/playlist.m
13447
13448 * Transmit keyboard events from the arrow and enter key to the main controller, so that playlist navigation with the keyboard is possible.
13449 * This doesn't conflict with dvd menu navigation.
13450 * If these keys are set to an action that is handled by Cocoa, this action will have priority.
13451
13452
13453 ------------------------------------------------------------------------
13454 r10974 | gbazin | 2005-05-11 17:34:24 +0200 (Wed, 11 May 2005) | 1 line
13455 Changed paths:
13456    M /trunk/modules/gui/wxwindows/extrapanel.cpp
13457    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
13458    M /trunk/src/audio_output/input.c
13459    M /trunk/src/video_output/video_output.c
13460    M /trunk/src/video_output/vout_subpictures.c
13461
13462 * src/*, modules/gui/wxwindows/*: audio/video/sub-filter config options are now a colon (':') separated list of filters to keep the same syntax as the stream output.
13463 ------------------------------------------------------------------------
13464 r10973 | hartman | 2005-05-11 15:50:49 +0200 (Wed, 11 May 2005) | 2 lines
13465 Changed paths:
13466    M /trunk/modules/gui/macosx/vout.m
13467
13468 * vout.m: small codefixes that were not 100% problems.
13469
13470 ------------------------------------------------------------------------
13471 r10972 | gbazin | 2005-05-11 15:18:00 +0200 (Wed, 11 May 2005) | 1 line
13472 Changed paths:
13473    M /trunk/Makefile.am
13474
13475 * Makefile.am: fixed build problem.
13476 ------------------------------------------------------------------------
13477 r10971 | djc | 2005-05-11 14:19:05 +0200 (Wed, 11 May 2005) | 3 lines
13478 Changed paths:
13479    M /trunk/modules/gui/macosx/intf.h
13480    M /trunk/modules/gui/macosx/playlist.h
13481    M /trunk/modules/gui/macosx/playlist.m
13482    M /trunk/modules/gui/macosx/prefs_widgets.m
13483
13484 Change the searchField in NSSearchField when macos >= 10.3
13485 Move MACOS_VERSION macro to intf.h
13486
13487 ------------------------------------------------------------------------
13488 r10970 | gbazin | 2005-05-11 13:30:12 +0200 (Wed, 11 May 2005) | 1 line
13489 Changed paths:
13490    M /trunk/Makefile.am
13491    M /trunk/configure.ac
13492
13493 * configure.ac, Makefile.am: fixes for WinCE build.
13494 ------------------------------------------------------------------------
13495 r10969 | hartman | 2005-05-11 12:19:28 +0200 (Wed, 11 May 2005) | 2 lines
13496 Changed paths:
13497    M /trunk/extras/contrib/src/packages.mak
13498
13499 * Use a newer liveMedia version. November one is a bit old.
13500
13501 ------------------------------------------------------------------------
13502 r10968 | djc | 2005-05-11 11:59:41 +0200 (Wed, 11 May 2005) | 2 lines
13503 Changed paths:
13504    M /trunk/modules/gui/macosx/prefs_widgets.m
13505
13506 Use new selectors only if they exist...
13507
13508 ------------------------------------------------------------------------
13509 r10967 | djc | 2005-05-11 11:42:34 +0200 (Wed, 11 May 2005) | 2 lines
13510 Changed paths:
13511    M /trunk/modules/gui/macosx/prefs.m
13512    M /trunk/modules/gui/macosx/prefs_widgets.m
13513
13514 *: remove fprintf debug messages
13515
13516 ------------------------------------------------------------------------
13517 r10966 | djc | 2005-05-11 11:37:49 +0200 (Wed, 11 May 2005) | 3 lines
13518 Changed paths:
13519    M /trunk/modules/gui/macosx/intf.m
13520    M /trunk/modules/gui/macosx/prefs_widgets.m
13521
13522 Preferences panel can be viewed on X.2. Closes #104.
13523 + fix hotkeys widget with macos < 10.3
13524
13525 ------------------------------------------------------------------------
13526 r10965 | gbazin | 2005-05-11 09:05:09 +0200 (Wed, 11 May 2005) | 1 line
13527 Changed paths:
13528    M /trunk/evc/config.h.in
13529    M /trunk/msvc/config.h.in
13530
13531 * ms(e)vc/config.h.in: define HAVE_DYNAMIC_PLUGINS.
13532 ------------------------------------------------------------------------
13533 r10964 | djc | 2005-05-11 01:08:52 +0200 (Wed, 11 May 2005) | 2 lines
13534 Changed paths:
13535    M /trunk/modules/gui/macosx/controls.h
13536    M /trunk/modules/gui/macosx/controls.m
13537    M /trunk/modules/gui/macosx/intf.h
13538    M /trunk/modules/gui/macosx/intf.m
13539    M /trunk/modules/gui/macosx/playlist.m
13540
13541 Fix a bug in playlist + delete updateVolumeSlider (closes #93)
13542
13543 ------------------------------------------------------------------------
13544 r10963 | dionoea | 2005-05-11 00:05:54 +0200 (Wed, 11 May 2005) | 3 lines
13545 Changed paths:
13546    M /trunk/modules/gui/wxwindows/playlist.cpp
13547
13548 check if pointers are NULL (Closes #86 -> we can release test1)
13549 event reporting in wxwin32 seems to be different than in wxgtk
13550
13551 ------------------------------------------------------------------------
13552 r10962 | zorglub | 2005-05-10 23:19:08 +0200 (Tue, 10 May 2005) | 2 lines
13553 Changed paths:
13554    M /trunk/src/playlist/item-ext.c
13555
13556 Fix playlist behaviour with delete in HTTP intf (Closes #105)
13557
13558 ------------------------------------------------------------------------
13559 r10961 | xtophe | 2005-05-10 21:31:07 +0200 (Tue, 10 May 2005) | 4 lines
13560 Changed paths:
13561    M /trunk/share/http/index.html
13562
13563 * Work around for the lag (close #3)
13564 * Change the playlist because at least FX and IE don't like cascading forms
13565 * control=sout is not a valid control
13566
13567 ------------------------------------------------------------------------
13568 r10960 | djc | 2005-05-10 18:18:43 +0200 (Tue, 10 May 2005) | 2 lines
13569 Changed paths:
13570    M /trunk/modules/gui/macosx/playlistinfo.m
13571
13572 Should fix prolems during launch of VLC on xserve...
13573
13574 ------------------------------------------------------------------------
13575 r10956 | hartman | 2005-05-10 15:35:27 +0200 (Tue, 10 May 2005) | 1 line
13576 Changed paths:
13577    M /trunk/extras/contrib/src/Makefile
13578
13579 compile gpg-error without nls support because it isn't really used by VLC and it complicates the contrib system. (this should fix the OSX 10.2 compile). Also switch back to ffmpeg CVS
13580 ------------------------------------------------------------------------
13581 r10955 | dionoea | 2005-05-10 15:02:11 +0200 (Tue, 10 May 2005) | 4 lines
13582 Changed paths:
13583    M /trunk/src/misc/vlm.c
13584
13585  * show number of broadcast and vod media items within show command
13586 When we end the feature freeze, we'll have to complete the show command to
13587 show (for example) the number of clients connected
13588
13589 ------------------------------------------------------------------------
13590 r10954 | dionoea | 2005-05-10 14:56:02 +0200 (Tue, 10 May 2005) | 2 lines
13591 Changed paths:
13592    M /trunk/NEWS
13593    M /trunk/configure.ac
13594
13595 change version number to 0.8.2-svn2 (0.8.2.svn broke the windows build)
13596
13597 ------------------------------------------------------------------------
13598 r10953 | courmisch | 2005-05-10 13:39:32 +0200 (Tue, 10 May 2005) | 4 lines
13599 Changed paths:
13600    M /trunk/modules/access_output/file.c
13601
13602 Support for large files in stream output
13603 Closes #48
13604 Closes Debian #306110
13605
13606 ------------------------------------------------------------------------
13607 r10952 | gbazin | 2005-05-10 12:38:35 +0200 (Tue, 10 May 2005) | 1 line
13608 Changed paths:
13609    M /trunk/modules/codec/ffmpeg/encoder.c
13610    M /trunk/modules/codec/ffmpeg/video.c
13611    M /trunk/modules/stream_out/switcher.c
13612
13613 * modules/codec/ffmpeg/*, modules/stream_out/switcher.c: fix compilation with new ffmpeg versions (use native timebase).
13614 ------------------------------------------------------------------------
13615 r10951 | fkuehne | 2005-05-10 09:30:52 +0200 (Tue, 10 May 2005) | 1 line
13616 Changed paths:
13617    M /trunk/extras/contrib/src/packages.mak
13618
13619 * there seem to be problems with SourceForge's heanet-mirror, using switch (located in CH) instead now
13620 ------------------------------------------------------------------------
13621 r10950 | fkuehne | 2005-05-09 22:00:43 +0200 (Mon, 09 May 2005) | 1 line
13622 Changed paths:
13623    M /trunk/extras/contrib/src/packages.mak
13624
13625 * changed the download-location of libtheora to our server since their own refuses to work once again
13626 ------------------------------------------------------------------------
13627 r10949 | fkuehne | 2005-05-09 21:29:48 +0200 (Mon, 09 May 2005) | 1 line
13628 Changed paths:
13629    M /trunk/extras/contrib/src/packages.mak
13630
13631 * updated GnuTLS to 1.2.3, fixes #95 on BeOS and OSX
13632 ------------------------------------------------------------------------
13633 r10948 | dionoea | 2005-05-09 21:23:39 +0200 (Mon, 09 May 2005) | 3 lines
13634 Changed paths:
13635    M /trunk/src/libvlc.h
13636
13637  * change snapshot hotkey for non OS X users to ctrl-alt-s (instead of
13638    ctrl-s which is also used for changing skins)
13639
13640 ------------------------------------------------------------------------
13641 r10947 | courmisch | 2005-05-09 21:01:25 +0200 (Mon, 09 May 2005) | 3 lines
13642 Changed paths:
13643    M /trunk/src/misc/net.c
13644
13645 Don't print an error message when attempting to recv returns EAGAIN
13646 (can only happens if we're using SSL and it is a not an error situation)
13647
13648 ------------------------------------------------------------------------
13649 r10946 | bigben | 2005-05-09 20:59:11 +0200 (Mon, 09 May 2005) | 3 lines
13650 Changed paths:
13651    M /trunk/modules/gui/macosx/equalizer.m
13652
13653 * Fixes initialization when a preset is saved in the prefs or provided from command line. Could be cleaner, but it seems at least to work.
13654
13655
13656 ------------------------------------------------------------------------
13657 r10945 | courmisch | 2005-05-09 20:31:29 +0200 (Mon, 09 May 2005) | 2 lines
13658 Changed paths:
13659    M /trunk/modules/demux/livedotcom.cpp
13660
13661 Encode URL if needed (should fix Debian bug #279735)
13662
13663 ------------------------------------------------------------------------
13664 r10944 | courmisch | 2005-05-09 20:23:32 +0200 (Mon, 09 May 2005) | 2 lines
13665 Changed paths:
13666    M /trunk/include/network.h
13667
13668 Fix C++ compilation
13669
13670 ------------------------------------------------------------------------
13671 r10943 | bigben | 2005-05-09 19:00:15 +0200 (Mon, 09 May 2005) | 3 lines
13672 Changed paths:
13673    M /trunk/modules/gui/macosx/equalizer.m
13674
13675 * Fix some variable initilization bugs
13676
13677
13678 ------------------------------------------------------------------------
13679 r10942 | fkuehne | 2005-05-09 18:46:13 +0200 (Mon, 09 May 2005) | 1 line
13680 Changed paths:
13681    M /trunk/modules/access/vcdx/vcd.c
13682
13683 * fix the compilation which were accidentally broken in r10922
13684 ------------------------------------------------------------------------
13685 r10941 | sam | 2005-05-09 18:22:10 +0200 (Mon, 09 May 2005) | 3 lines
13686 Changed paths:
13687    M /trunk/NEWS
13688    M /trunk/configure.ac
13689
13690   * Changed temporary version to 0.8.2.svn. Sorry about that, but it
13691     conflicts with the version in Debian which I am unable to change.
13692
13693 ------------------------------------------------------------------------
13694 r10940 | fkuehne | 2005-05-09 17:55:46 +0200 (Mon, 09 May 2005) | 1 line
13695 Changed paths:
13696    M /trunk/extras/contrib/bootstrap
13697
13698 * fix to the svn-recognition
13699 ------------------------------------------------------------------------
13700 r10939 | dionoea | 2005-05-09 11:46:31 +0200 (Mon, 09 May 2005) | 6 lines
13701 Changed paths:
13702    M /trunk/share/http/index.html
13703    M /trunk/share/http/style.css
13704
13705 index.html : fix ?\194?\171 Weird URLs
13706   (?control=stop&control=seek&control=seek&seek_value=&control=seek) ?\194?\187
13707
13708 style.css : small esthetic fix
13709
13710
13711 ------------------------------------------------------------------------
13712 r10938 | djc | 2005-05-09 04:11:31 +0200 (Mon, 09 May 2005) | 2 lines
13713 Changed paths:
13714    M /trunk/extras/contrib/src/Makefile
13715
13716 Change gpgerror to gpg-error and add $(INSTALL_NAME) to it
13717
13718 ------------------------------------------------------------------------
13719 r10937 | dionoea | 2005-05-09 03:58:09 +0200 (Mon, 09 May 2005) | 2 lines
13720 Changed paths:
13721    M /trunk/modules/gui/wxwindows/extrapanel.cpp
13722
13723 fix a segfault (i didn't know strstr segfaulted when the haystak was NULL ...)
13724
13725 ------------------------------------------------------------------------
13726 r10936 | djc | 2005-05-09 01:58:04 +0200 (Mon, 09 May 2005) | 2 lines
13727 Changed paths:
13728    M /trunk/extras/contrib/src/Makefile
13729
13730 This should fix libs dependences
13731
13732 ------------------------------------------------------------------------
13733 r10935 | djc | 2005-05-09 00:56:34 +0200 (Mon, 09 May 2005) | 2 lines
13734 Changed paths:
13735    M /trunk/modules/gui/macosx/prefs_widgets.m
13736
13737 Fix hotkeys view in macosx.3 + UTF8 strings in module list
13738
13739 ------------------------------------------------------------------------
13740 r10934 | fkuehne | 2005-05-08 21:55:18 +0200 (Sun, 08 May 2005) | 1 line
13741 Changed paths:
13742    M /trunk/extras/contrib/src/Makefile
13743
13744 * let's build libtwolame by default on OSX and Linux; we might want to disable the original lame in the final release
13745 ------------------------------------------------------------------------
13746 r10933 | robux4 | 2005-05-08 16:14:20 +0200 (Sun, 08 May 2005) | 1 line
13747 Changed paths:
13748    M /trunk/extras/contrib/src/Makefile
13749
13750 contrib: make the SVN vs release build really work on OS X
13751 ------------------------------------------------------------------------
13752 r10932 | robux4 | 2005-05-08 16:14:12 +0200 (Sun, 08 May 2005) | 1 line
13753 Changed paths:
13754    M /trunk/extras/contrib/bootstrap
13755
13756 contrib: make the SVN vs release build really work on OS X
13757 ------------------------------------------------------------------------
13758 r10931 | bigben | 2005-05-08 15:56:18 +0200 (Sun, 08 May 2005) | 3 lines
13759 Changed paths:
13760    M /trunk/extras/contrib/bootstrap
13761
13762 get rid of windows style line breaks
13763
13764
13765 ------------------------------------------------------------------------
13766 r10930 | robux4 | 2005-05-08 13:11:08 +0200 (Sun, 08 May 2005) | 1 line
13767 Changed paths:
13768    M /trunk/extras/contrib/bootstrap
13769    M /trunk/extras/contrib/src/Makefile
13770
13771 contrib: improve the detection of SVN
13772 ------------------------------------------------------------------------
13773 r10929 | robux4 | 2005-05-08 12:45:37 +0200 (Sun, 08 May 2005) | 1 line
13774 Changed paths:
13775    M /trunk/extras/contrib/bootstrap
13776    M /trunk/extras/contrib/src/Makefile
13777
13778 contrib: use SVN only if a client is available
13779 ------------------------------------------------------------------------
13780 r10928 | dionoea | 2005-05-08 12:42:32 +0200 (Sun, 08 May 2005) | 2 lines
13781 Changed paths:
13782    M /trunk/modules/gui/wxwindows/extrapanel.cpp
13783
13784 check if equalizer and equalizer-2pass are enabled upon panel creation
13785
13786 ------------------------------------------------------------------------
13787 r10927 | dionoea | 2005-05-08 12:20:24 +0200 (Sun, 08 May 2005) | 3 lines
13788 Changed paths:
13789    M /trunk/modules/gui/wxwindows/extrapanel.cpp
13790    M /trunk/modules/gui/wxwindows/wxwindows.h
13791
13792 * disable equalizer commands in the extended GUI if the equalizer isn't
13793   enabled.
13794
13795 ------------------------------------------------------------------------
13796 r10926 | robux4 | 2005-05-08 11:29:18 +0200 (Sun, 08 May 2005) | 1 line
13797 Changed paths:
13798    M /trunk/msvc/vlc.dsw
13799
13800 MSVC build: only keep the plugins that compile out of the box
13801 ------------------------------------------------------------------------
13802 r10925 | robux4 | 2005-05-08 11:14:15 +0200 (Sun, 08 May 2005) | 1 line
13803 Changed paths:
13804    M /trunk/extras/contrib/src/Makefile
13805
13806 contrib: build libebml/libmatroska from SVN
13807 ------------------------------------------------------------------------
13808 r10924 | zorglub | 2005-05-08 09:40:39 +0200 (Sun, 08 May 2005) | 2 lines
13809 Changed paths:
13810    M /trunk/BUGS
13811    M /trunk/TODO
13812
13813 Clean BUGS and TODO
13814
13815 ------------------------------------------------------------------------
13816 r10923 | robux4 | 2005-05-07 22:52:48 +0200 (Sat, 07 May 2005) | 1 line
13817 Changed paths:
13818    M /trunk/modules/demux/mkv.cpp
13819
13820 mkv.cpp: code cleaning
13821 ------------------------------------------------------------------------
13822 r10922 | fkuehne | 2005-05-07 22:02:48 +0200 (Sat, 07 May 2005) | 6 lines
13823 Changed paths:
13824    M /trunk/modules/access/vcdx/vcd.c
13825    M /trunk/modules/access/vcdx/vcdplayer.c
13826    M /trunk/modules/audio_filter/converter/a52tofloat32.c
13827    M /trunk/modules/codec/svcdsub.c
13828    M /trunk/modules/gui/macosx/controls.m
13829
13830 * controls.m: added l10n of the volume-string shown when changing the volume
13831 * vcdx/vcdplayer.c: disabled l10n of various error messages
13832 * vcdx/vcd.c: disabled l10n of 2 debug masks. They are horribly to translate and used by advanced users only, who should speak English well enough for this purpose
13833 * rest: disabled l10n of various strings or debug masks which cannot be translated
13834
13835 more to come
13836 ------------------------------------------------------------------------
13837 r10921 | courmisch | 2005-05-07 21:09:11 +0200 (Sat, 07 May 2005) | 2 lines
13838 Changed paths:
13839    M /trunk/configure.ac
13840
13841 Do not attempt to run "--cflags" and "--idlflags" which are non-existant commands
13842
13843 ------------------------------------------------------------------------
13844 r10920 | robux4 | 2005-05-07 20:19:32 +0200 (Sat, 07 May 2005) | 1 line
13845 Changed paths:
13846    M /trunk/modules/demux/mkv.cpp
13847
13848 mkv.cpp: improve the button logic and fix the LinkPGC DVD command (stay in the current segment)
13849 ------------------------------------------------------------------------
13850 r10919 | robux4 | 2005-05-07 18:38:20 +0200 (Sat, 07 May 2005) | 1 line
13851 Changed paths:
13852    M /trunk/modules/demux/mkv.cpp
13853
13854 mkv.cpp: better handling of quitting an ordered edition, add support for the LinkCN DVD command
13855 ------------------------------------------------------------------------
13856 r10918 | djc | 2005-05-07 18:34:25 +0200 (Sat, 07 May 2005) | 2 lines
13857 Changed paths:
13858    M /trunk/modules/gui/macosx/prefs.m
13859
13860 Typo
13861
13862 ------------------------------------------------------------------------
13863 r10917 | djc | 2005-05-07 18:12:31 +0200 (Sat, 07 May 2005) | 2 lines
13864 Changed paths:
13865    M /trunk/modules/gui/macosx/prefs.m
13866
13867 Add a notice if advanced items are not shown
13868
13869 ------------------------------------------------------------------------
13870 r10916 | robux4 | 2005-05-07 17:08:54 +0200 (Sat, 07 May 2005) | 1 line
13871 Changed paths:
13872    M /trunk/modules/demux/mkv.cpp
13873
13874 mkv.cpp: process the LinkPGCN DVD command correctly
13875 ------------------------------------------------------------------------
13876 r10915 | robux4 | 2005-05-07 16:33:16 +0200 (Sat, 07 May 2005) | 1 line
13877 Changed paths:
13878    M /trunk/modules/demux/mkv.cpp
13879
13880 mkv.cpp: make the DVD command interpretor global to the demuxer, interpret the command when a button is clicked
13881 ------------------------------------------------------------------------
13882 r10914 | djc | 2005-05-07 11:27:53 +0200 (Sat, 07 May 2005) | 2 lines
13883 Changed paths:
13884    M /trunk/modules/gui/macosx/prefs.m
13885
13886 Fix a refcount error
13887
13888 ------------------------------------------------------------------------
13889 r10913 | zorglub | 2005-05-07 08:18:17 +0200 (Sat, 07 May 2005) | 2 lines
13890 Changed paths:
13891    M /trunk/NEWS
13892
13893 Document SAP syntax change
13894
13895 ------------------------------------------------------------------------
13896 r10912 | djc | 2005-05-07 03:12:16 +0200 (Sat, 07 May 2005) | 4 lines
13897 Changed paths:
13898    M /trunk/modules/gui/macosx/prefs.m
13899    M /trunk/modules/gui/macosx/prefs_widgets.h
13900    M /trunk/modules/gui/macosx/prefs_widgets.m
13901
13902 *: fix alignment of widgets.
13903 - What shall we do for files and module list ?
13904 - Why is there a space after "Audio viualization" in src/libvlc.h ?
13905
13906 ------------------------------------------------------------------------
13907 r10911 | djc | 2005-05-06 20:54:09 +0200 (Fri, 06 May 2005) | 2 lines
13908 Changed paths:
13909    M /trunk/modules/gui/macosx/prefs.m
13910    M /trunk/modules/gui/macosx/prefs_widgets.h
13911    M /trunk/modules/gui/macosx/prefs_widgets.m
13912
13913 *: remove useless code
13914
13915 ------------------------------------------------------------------------
13916 r10910 | djc | 2005-05-06 20:15:50 +0200 (Fri, 06 May 2005) | 2 lines
13917 Changed paths:
13918    M /trunk/modules/gui/macosx/prefs.h
13919    M /trunk/modules/gui/macosx/prefs.m
13920    M /trunk/modules/gui/macosx/prefs_widgets.h
13921    M /trunk/modules/gui/macosx/prefs_widgets.m
13922
13923 *: fix problems about advanced button
13924
13925 ------------------------------------------------------------------------
13926 r10909 | fkuehne | 2005-05-06 19:42:56 +0200 (Fri, 06 May 2005) | 1 line
13927 Changed paths:
13928    M /trunk/modules/gui/macosx/playlist.m
13929
13930 * sorry, forgot to give svn the playlist.m from the previous commit... tztz
13931 ------------------------------------------------------------------------
13932 r10908 | fkuehne | 2005-05-06 19:41:09 +0200 (Fri, 06 May 2005) | 2 lines
13933 Changed paths:
13934    M /trunk/modules/gui/ncurses.c
13935
13936 * playlist.m: use stringWithUTF8String instead of stringWithCString when creating the Services-Discovery-menus to show UTF8-encoded strings properly
13937 * ncurses.c: don't localise "Ncurses"
13938 ------------------------------------------------------------------------
13939 r10907 | fkuehne | 2005-05-06 18:40:01 +0200 (Fri, 06 May 2005) | 2 lines
13940 Changed paths:
13941    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
13942    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
13943    M /trunk/modules/gui/macosx/equalizer.m
13944
13945 * equalizer.m: use preset_list_text instead of preset_list when creating the popup-entries to enable l10n of the presets
13946 * MainMenu.nib: made the equaliser's popup a wider so it fits all l10ns
13947 ------------------------------------------------------------------------
13948 r10906 | robux4 | 2005-05-06 18:12:53 +0200 (Fri, 06 May 2005) | 1 line
13949 Changed paths:
13950    M /trunk/modules/demux/mkv.cpp
13951
13952 mkv.cpp: minor enhancements/cleanings of the button handling code
13953 ------------------------------------------------------------------------
13954 r10905 | robux4 | 2005-05-06 16:51:18 +0200 (Fri, 06 May 2005) | 1 line
13955 Changed paths:
13956    M /trunk/modules/demux/mkv.cpp
13957
13958 mkv.cpp: support highlighting a button when clicked (but the alpha channel doesn't seem to work)
13959 ------------------------------------------------------------------------
13960 r10904 | sigmunau | 2005-05-05 23:39:10 +0200 (Thu, 05 May 2005) | 2 lines
13961 Changed paths:
13962    M /trunk/BUGS
13963    M /trunk/TODO
13964
13965 BUGS,TODO: Remove stuff that has been added to Trac
13966
13967 ------------------------------------------------------------------------
13968 r10903 | bigben | 2005-05-05 21:34:56 +0200 (Thu, 05 May 2005) | 4 lines
13969 Changed paths:
13970    M /trunk/BUGS
13971    M /trunk/modules/gui/macosx/playlist.h
13972    M /trunk/modules/gui/macosx/playlist.m
13973
13974 * playlist.* support for DnD from Finder
13975 * BUGS: remove OSX playlist (anyone sees some more issue here readd it with a description...)
13976
13977
13978 ------------------------------------------------------------------------
13979 r10902 | fkuehne | 2005-05-05 20:53:17 +0200 (Thu, 05 May 2005) | 1 line
13980 Changed paths:
13981    M /trunk/src/misc/vlm.c
13982
13983 * add the option keyword to the help of vlm and the streaming howto -- patch by Christophe Mutricy
13984 ------------------------------------------------------------------------
13985 r10901 | fkuehne | 2005-05-05 20:23:53 +0200 (Thu, 05 May 2005) | 1 line
13986 Changed paths:
13987    M /trunk/modules/gui/macosx/prefs.m
13988
13989 * compilation fix
13990 ------------------------------------------------------------------------
13991 r10900 | fkuehne | 2005-05-05 20:02:30 +0200 (Thu, 05 May 2005) | 1 line
13992 Changed paths:
13993    M /trunk/po/es.po
13994
13995 * update to the Spanish translation by Javier Varela (99% complete now)
13996 ------------------------------------------------------------------------
13997 r10899 | fkuehne | 2005-05-05 19:03:43 +0200 (Thu, 05 May 2005) | 1 line
13998 Changed paths:
13999    M /trunk/extras/contrib/src/Makefile
14000
14001 * use the ffmpeg-cvs from 2005-04-30 until our ffmpeg-module is fixed
14002 ------------------------------------------------------------------------
14003 r10898 | djc | 2005-05-05 18:48:22 +0200 (Thu, 05 May 2005) | 3 lines
14004 Changed paths:
14005    M /trunk/modules/gui/macosx/prefs.m
14006    M /trunk/modules/gui/macosx/prefs_widgets.h
14007    M /trunk/modules/gui/macosx/prefs_widgets.m
14008
14009 - added macosx version detection at runtime with /System/Library/CoreServices/SystemVersion.plist file
14010 - wrapped code
14011
14012 ------------------------------------------------------------------------
14013 r10897 | djc | 2005-05-05 12:57:55 +0200 (Thu, 05 May 2005) | 5 lines
14014 Changed paths:
14015    M /trunk/modules/gui/macosx/prefs.h
14016    M /trunk/modules/gui/macosx/prefs.m
14017    M /trunk/modules/gui/macosx/prefs_widgets.h
14018    M /trunk/modules/gui/macosx/prefs_widgets.m
14019
14020 Added widget, fix save, etc.
14021 Known bugs: changing advanced view, detection of MacOS X version at
14022             runtime and many others...
14023
14024
14025 ------------------------------------------------------------------------
14026 r10896 | asmax | 2005-05-04 22:52:43 +0200 (Wed, 04 May 2005) | 7 lines
14027 Changed paths:
14028    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
14029    M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
14030    M /trunk/modules/gui/skins2/parser/builder.cpp
14031    M /trunk/modules/gui/skins2/parser/builder_data.def
14032    M /trunk/modules/gui/skins2/parser/builder_data.hpp
14033    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
14034    M /trunk/share/skins2/skin.dtd
14035
14036 * skin.dtd: added an attribute "resize" in the "Image" element, to define
14037   the method used to resize the image, which can be "mosaic" (the default)
14038   or "scale". Note that the previous behaviour was always "scale" before,
14039   but mosaic is much much faster, so use scale method only for fun ;)
14040 * skins2/*: support of the new mosaic method; playlist resize with this
14041   method is significantly faster!
14042
14043 ------------------------------------------------------------------------
14044 r10895 | sam | 2005-05-04 16:43:00 +0200 (Wed, 04 May 2005) | 2 lines
14045 Changed paths:
14046    M /trunk/configure.ac
14047    M /trunk/src/misc/modules.c
14048
14049   * do not use a dynamic linker if no plugin support was detected/requested.
14050
14051 ------------------------------------------------------------------------
14052 r10894 | bigben | 2005-05-04 01:18:04 +0200 (Wed, 04 May 2005) | 3 lines
14053 Changed paths:
14054    M /trunk/BUGS
14055
14056 Forgot this one...
14057
14058
14059 ------------------------------------------------------------------------
14060 r10893 | bigben | 2005-05-04 01:14:39 +0200 (Wed, 04 May 2005) | 3 lines
14061 Changed paths:
14062    M /trunk/BUGS
14063
14064 One more bug
14065
14066
14067 ------------------------------------------------------------------------
14068 r10892 | bigben | 2005-05-04 01:04:10 +0200 (Wed, 04 May 2005) | 3 lines
14069 Changed paths:
14070    M /trunk/BUGS
14071
14072 some more bugs...
14073
14074
14075 ------------------------------------------------------------------------
14076 r10891 | bigben | 2005-05-04 00:44:17 +0200 (Wed, 04 May 2005) | 5 lines
14077 Changed paths:
14078    M /trunk/modules/gui/macosx/playlist.m
14079
14080 * Fixes a silly bug in the filling of the NSMutableDictionary that stores the p_item->node correspondance in the playlist
14081 * A side effect of this fix seems to be that adding a directory, deleting it and adding a new playlist item doesn't seem to crash VLC anymore
14082 * Make the currently playling item, as well as its parent items bold 
14083
14084
14085 ------------------------------------------------------------------------
14086 r10887 | fkuehne | 2005-05-03 22:10:10 +0200 (Tue, 03 May 2005) | 1 line
14087 Changed paths:
14088    M /trunk/configure.ac
14089    M /trunk/src/misc/darwin_specific.m
14090
14091 * aded the new Catalan translation
14092 ------------------------------------------------------------------------
14093 r10885 | courmisch | 2005-05-03 13:07:20 +0200 (Tue, 03 May 2005) | 2 lines
14094 Changed paths:
14095    M /trunk/src/libvlc.h
14096    M /trunk/src/misc/iso-639_def.h
14097
14098 Enable catalan translation
14099
14100 ------------------------------------------------------------------------
14101 r10884 | courmisch | 2005-05-03 12:55:49 +0200 (Tue, 03 May 2005) | 2 lines
14102 Changed paths:
14103    M /trunk/po/POTFILES.in
14104
14105 Fixes no longer existing files
14106
14107 ------------------------------------------------------------------------
14108 r10883 | courmisch | 2005-05-03 12:47:17 +0200 (Tue, 03 May 2005) | 3 lines
14109 Changed paths:
14110    M /trunk/THANKS
14111    A /trunk/po/ca.po
14112
14113 Initial Catalan translation by
14114 Lorena Gomes and X?\195?\168nia Alb?\195?\160 Cantero
14115
14116 ------------------------------------------------------------------------
14117 r10882 | courmisch | 2005-05-03 12:43:27 +0200 (Tue, 03 May 2005) | 2 lines
14118 Changed paths:
14119    M /trunk/po/zh_TW.po
14120
14121 .po are not executable
14122
14123 ------------------------------------------------------------------------
14124 r10879 | fkuehne | 2005-05-02 20:36:58 +0200 (Mon, 02 May 2005) | 1 line
14125 Changed paths:
14126    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
14127
14128 * fixed icons for bin, AIFF, WAV
14129 ------------------------------------------------------------------------
14130 r10873 | rocky | 2005-05-02 11:01:55 +0200 (Mon, 02 May 2005) | 9 lines
14131 Changed paths:
14132    M /trunk/modules/gui/skins2/src/ft2_font.cpp
14133
14134 gcc 3.4.3 gave this error: 
14135
14136   src/ft2_font.cpp: In member function `virtual GenericBitmap* FT2Font::drawString(const UString&, uint32_t, int) const':
14137   src/ft2_font.cpp:172: error: array bound forbidden after parenthesized type-id
14138   src/ft2_font.cpp:172: note: try removing the parentheses around the type-id
14139
14140 Follow the suggestion.
14141
14142
14143 ------------------------------------------------------------------------
14144 r10872 | fenrir | 2005-05-02 09:25:15 +0200 (Mon, 02 May 2005) | 2 lines
14145 Changed paths:
14146    M /trunk/modules/gui/wxwindows/playlist.cpp
14147
14148  * playlist: fix Playlist::OnKeyDown (added event.Skip when needed).
14149
14150 ------------------------------------------------------------------------
14151 r10871 | bigben | 2005-05-02 01:04:18 +0200 (Mon, 02 May 2005) | 3 lines
14152 Changed paths:
14153    M /trunk/src/video_output/video_output.c
14154
14155 * Hopefully fixes --aspect-ratio computation when giving float values as argument
14156
14157
14158 ------------------------------------------------------------------------
14159 r10869 | asmax | 2005-05-01 23:36:53 +0200 (Sun, 01 May 2005) | 4 lines
14160 Changed paths:
14161    M /trunk/modules/gui/skins2/src/ft2_font.cpp
14162    M /trunk/modules/gui/skins2/src/ft2_font.hpp
14163    M /trunk/modules/gui/skins2/x11/x11_display.cpp
14164
14165 * ft2_font.cpp: added a cache for glyphs rendered with freetype, because
14166   freetype is so slooow: now FT2Font::drawString() is about 100 times faster
14167   in average !
14168
14169 ------------------------------------------------------------------------
14170 r10863 | asmax | 2005-05-01 17:17:40 +0200 (Sun, 01 May 2005) | 3 lines
14171 Changed paths:
14172    M /trunk/include/vlc_stream.h
14173
14174 * vlc_stream.h: added missing extern "C" (prevented compilation of skins2
14175   module in builtin mode)
14176
14177 ------------------------------------------------------------------------
14178 r10862 | rocky | 2005-05-01 16:48:08 +0200 (Sun, 01 May 2005) | 6 lines
14179 Changed paths:
14180    M /trunk/modules/access/cdda/access.c
14181    M /trunk/modules/access/cdda/info.c
14182    M /trunk/modules/access/vcdx/access.c
14183
14184 fix next/previous chapter in disc mode 
14185 fix updating meta (caused by a recent change of mine)
14186
14187 vcdx/access.c: hack to try to fix still-handling problem
14188
14189
14190 ------------------------------------------------------------------------
14191 r10861 | asmax | 2005-05-01 15:19:04 +0200 (Sun, 01 May 2005) | 4 lines
14192 Changed paths:
14193    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
14194    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
14195    M /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
14196    M /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
14197    M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
14198    M /trunk/modules/gui/skins2/src/os_graphics.hpp
14199    M /trunk/modules/gui/skins2/src/tooltip.cpp
14200    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
14201    M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
14202    M /trunk/modules/gui/skins2/x11/x11_display.cpp
14203    M /trunk/modules/gui/skins2/x11/x11_display.hpp
14204    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
14205    M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
14206
14207 * os_graphics.hpp: added a parameter "blend" to drawBitmap(), to perform alpha
14208   blending only when it is useful (i.e. when drawing antialiased text)
14209 * x11/*: optimized drawBitmap when alpha blending is not used: 5 times faster
14210
14211 ------------------------------------------------------------------------
14212 r10860 | ipkiss | 2005-05-01 13:15:42 +0200 (Sun, 01 May 2005) | 3 lines
14213 Changed paths:
14214    M /trunk/doc/skins/skins2-howto.xml
14215
14216  * doc/skins/skins2-howto.xml: Added the playlist.sort() action, which was
14217    missing in the doc
14218
14219 ------------------------------------------------------------------------
14220 r10859 | rocky | 2005-05-01 10:56:03 +0200 (Sun, 01 May 2005) | 3 lines
14221 Changed paths:
14222    M /trunk/modules/access/cdda/access.c
14223    M /trunk/modules/access/cdda/cdda.h
14224
14225 Work on audio control access. 
14226
14227
14228 ------------------------------------------------------------------------
14229 r10858 | rocky | 2005-05-01 04:43:17 +0200 (Sun, 01 May 2005) | 3 lines
14230 Changed paths:
14231    M /trunk/modules/access/cdda/access.c
14232
14233 Correct up audio-control stop command.
14234
14235
14236 ------------------------------------------------------------------------
14237 r10857 | rocky | 2005-05-01 04:16:02 +0200 (Sun, 01 May 2005) | 2 lines
14238 Changed paths:
14239    M /trunk/modules/access/cdda/access.c
14240    M /trunk/modules/access/cdda/cdda.c
14241
14242 Compatability for different versions of libcdio from 0.71-0.74cvs
14243
14244 ------------------------------------------------------------------------
14245 r10856 | rocky | 2005-05-01 04:06:58 +0200 (Sun, 01 May 2005) | 4 lines
14246 Changed paths:
14247    M /trunk/modules/access/cdda/access.c
14248
14249 A couple more fixes. One to set meta information when in disc mode.
14250 Another to pause audio control playing.
14251
14252
14253 ------------------------------------------------------------------------
14254 r10855 | rocky | 2005-05-01 02:34:39 +0200 (Sun, 01 May 2005) | 11 lines
14255 Changed paths:
14256    M /trunk/modules/access/cdda/access.c
14257    M /trunk/modules/access/cdda/cdda.c
14258    M /trunk/modules/access/cdda/cdda.h
14259    M /trunk/modules/access/cdda/info.c
14260
14261 Fix some bugs when playlist not in disc but track mode:
14262   play_item initialization accidently lost.
14263   Probably need a vlc_object release of the playlist.
14264
14265 Adjust comments which were wrong because of cut and paste artifacts.
14266
14267 Some changes that may help debugging. 
14268
14269 First attempt at playing via audio controls - mostly not working. 
14270
14271
14272 ------------------------------------------------------------------------
14273 r10854 | massiot | 2005-04-29 17:57:24 +0200 (Fri, 29 Apr 2005) | 5 lines
14274 Changed paths:
14275    M /trunk/configure.ac
14276    M /trunk/extras/contrib/src/Makefile
14277    M /trunk/extras/contrib/src/packages.mak
14278    M /trunk/modules/codec/Modules.am
14279    D /trunk/modules/codec/toolame.c
14280    A /trunk/modules/codec/twolame.c (from /trunk/modules/codec/toolame.c:10731)
14281
14282 * ALL: We are now using libtwolame instead of libtoolame. The reason is that
14283   twolame is thread-safe and maintained. Update your batch files for
14284   --enable-twolame instead of --enable-toolame. See http://twolame.sf.net
14285   for more information.
14286
14287 ------------------------------------------------------------------------
14288 r10853 | fenrir | 2005-04-29 09:37:20 +0200 (Fri, 29 Apr 2005) | 3 lines
14289 Changed paths:
14290    M /trunk/modules/access_filter/record.c
14291
14292  * record: use add_directory (instead of add_string) + parse the name to
14293  remove the uri/path part.
14294
14295 ------------------------------------------------------------------------
14296 r10852 | robux4 | 2005-04-28 23:15:08 +0200 (Thu, 28 Apr 2005) | 1 line
14297 Changed paths:
14298    M /trunk/modules/demux/mkv.cpp
14299
14300 mkv.cpp: add preliminary code to support the UI hooks
14301 ------------------------------------------------------------------------
14302 r10851 | damienf | 2005-04-28 15:58:54 +0200 (Thu, 28 Apr 2005) | 2 lines
14303 Changed paths:
14304    M /trunk/include/vlc_common.h
14305
14306 bad, bad developer ...
14307
14308 ------------------------------------------------------------------------
14309 r10850 | damienf | 2005-04-28 15:36:54 +0200 (Thu, 28 Apr 2005) | 4 lines
14310 Changed paths:
14311    M /trunk/modules/access/dshow/dshow.cpp
14312
14313 - added dshow-fps option to configure capture framerate
14314 - added support for IAMStreamConfig interface to configure user settings on capture pin media type
14315
14316
14317 ------------------------------------------------------------------------
14318 r10849 | damienf | 2005-04-28 15:30:02 +0200 (Thu, 28 Apr 2005) | 4 lines
14319 Changed paths:
14320    M /trunk/include/vlc_common.h
14321    M /trunk/modules/access_filter/record.c
14322
14323 vlc_common.h: Cygwin & Mingw32 compatibilty update, needs review
14324 record.c: make it compile under mingw32, needs review
14325
14326
14327 ------------------------------------------------------------------------
14328 r10848 | gbazin | 2005-04-28 10:18:53 +0200 (Thu, 28 Apr 2005) | 1 line
14329 Changed paths:
14330    M /trunk/modules/access_filter/record.c
14331
14332 * modules/access_filter/record.c: compilation fix.
14333 ------------------------------------------------------------------------
14334 r10847 | fenrir | 2005-04-28 09:45:51 +0200 (Thu, 28 Apr 2005) | 2 lines
14335 Changed paths:
14336    M /trunk/src/input/es_out.c
14337
14338  * es_out: oops, make EsOutProgramDel returning an error code.
14339
14340 ------------------------------------------------------------------------
14341 r10846 | fenrir | 2005-04-28 09:43:09 +0200 (Thu, 28 Apr 2005) | 2 lines
14342 Changed paths:
14343    M /trunk/modules/access_filter/record.c
14344
14345  * record: grrr, support for system that doesn't have localtime_r.
14346
14347 ------------------------------------------------------------------------
14348 r10845 | fenrir | 2005-04-28 09:26:04 +0200 (Thu, 28 Apr 2005) | 3 lines
14349 Changed paths:
14350    M /trunk/include/vlc_es_out.h
14351    M /trunk/modules/demux/ts.c
14352    M /trunk/src/input/es_out.c
14353
14354  es_out*: added ES_OUT_DEL_GROUP
14355  ts.c: use ES_OUT_DEL_GROUP to remove old program.
14356
14357 ------------------------------------------------------------------------
14358 r10844 | gbazin | 2005-04-27 14:59:38 +0200 (Wed, 27 Apr 2005) | 1 line
14359 Changed paths:
14360    M /trunk/src/input/es_out.c
14361
14362 * src/input/es_out.c: reverted previous patch since it creates problems with the DVB access plugin.
14363 ------------------------------------------------------------------------
14364 r10843 | gbazin | 2005-04-27 13:40:11 +0200 (Wed, 27 Apr 2005) | 1 line
14365 Changed paths:
14366    M /trunk/src/input/es_out.c
14367
14368 * src/input/es_out.c: cleanup empty programs.
14369 ------------------------------------------------------------------------
14370 r10842 | courmisch | 2005-04-27 12:19:51 +0200 (Wed, 27 Apr 2005) | 2 lines
14371 Changed paths:
14372    M /trunk/modules/access_filter/record.c
14373
14374 Fix errno undefined error
14375
14376 ------------------------------------------------------------------------
14377 r10841 | sigmunau | 2005-04-26 23:35:03 +0200 (Tue, 26 Apr 2005) | 5 lines
14378 Changed paths:
14379    M /trunk/src/input/var.c
14380
14381 input/var.c: don't try to update the "rate" variable directly in callback
14382 for "rate-faster" and "rate-slower". input_ControlPush will handle it. This
14383 fixes a race condition when "rate" ends up at a different value than
14384 p_input->i_rate
14385
14386 ------------------------------------------------------------------------
14387 r10840 | bigben | 2005-04-26 23:34:46 +0200 (Tue, 26 Apr 2005) | 3 lines
14388 Changed paths:
14389    M /trunk/configure.ac
14390
14391 Compiles mkv.cpp in -O1 on darwin to work around a gcc bug.
14392
14393
14394 ------------------------------------------------------------------------
14395 r10839 | sam | 2005-04-26 22:17:50 +0200 (Tue, 26 Apr 2005) | 2 lines
14396 Changed paths:
14397    M /trunk/modules/audio_output/esd.c
14398
14399   * support for --esdserver. doesn't seem to work yet, though...
14400
14401 ------------------------------------------------------------------------
14402 r10838 | titer | 2005-04-26 21:45:32 +0200 (Tue, 26 Apr 2005) | 2 lines
14403 Changed paths:
14404    M /trunk/extras/contrib/src/Makefile
14405
14406  fixed ebml/matroska build with gcc 4
14407
14408 ------------------------------------------------------------------------
14409 r10835 | robux4 | 2005-04-26 21:04:18 +0200 (Tue, 26 Apr 2005) | 2 lines
14410 Changed paths:
14411    M /trunk/modules/demux/mkv.cpp
14412
14413 mkv.cpp: added the thread to support VOB buttons
14414 + code cleaning
14415 ------------------------------------------------------------------------
14416 r10834 | fkuehne | 2005-04-26 20:59:56 +0200 (Tue, 26 Apr 2005) | 1 line
14417 Changed paths:
14418    M /trunk/src/libvlc.h
14419
14420 * fix to the hotkeys on OSX: RECORD start/stop is cmd-shift-r, HISTORY_BACK/_FORWARD ctrl-v/ctrl-b now, as '[' and ']' are unaccessible on German keyboards
14421 ------------------------------------------------------------------------
14422 r10833 | bigben | 2005-04-26 19:33:24 +0200 (Tue, 26 Apr 2005) | 3 lines
14423 Changed paths:
14424    M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/classes.nib
14425    M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
14426    M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
14427    M /trunk/modules/gui/macosx/open.h
14428    M /trunk/modules/gui/macosx/open.m
14429
14430 Add a checkbox to enable timeshifting in the open network panel
14431
14432
14433 ------------------------------------------------------------------------
14434 r10832 | robux4 | 2005-04-26 19:16:32 +0200 (Tue, 26 Apr 2005) | 1 line
14435 Changed paths:
14436    M /trunk/modules/demux/mkv.cpp
14437
14438 mkv.cpp: do an EnterAndLeave before seeking in Matroska Script
14439 ------------------------------------------------------------------------
14440 r10831 | gbazin | 2005-04-26 16:27:47 +0200 (Tue, 26 Apr 2005) | 1 line
14441 Changed paths:
14442    M /trunk/modules/video_output/directx/events.c
14443    M /trunk/modules/video_output/x11/xcommon.c
14444
14445 * modules/video_output/x11/xcommon.c, modules/video_output/directx/events.c: added support for insert/delete hotkeys.
14446 ------------------------------------------------------------------------
14447 r10830 | gbazin | 2005-04-26 16:16:14 +0200 (Tue, 26 Apr 2005) | 1 line
14448 Changed paths:
14449    M /trunk/include/vlc_playlist.h
14450    M /trunk/src/playlist/playlist.c
14451    M /trunk/src/video_output/video_output.c
14452
14453 * include/vlc_playlist.h, src/playlist/playlist.c, src/video_output/video_output.c: added a lock to the playlist garbage collector to avoid a race condition with the vout creation/destruction.
14454 ------------------------------------------------------------------------
14455 r10829 | robux4 | 2005-04-26 15:59:11 +0200 (Tue, 26 Apr 2005) | 1 line
14456 Changed paths:
14457    M /trunk/modules/demux/mkv.cpp
14458
14459 mkv.cpp: avoid leaving the same item in cascade
14460 ------------------------------------------------------------------------
14461 r10828 | gbazin | 2005-04-26 15:07:43 +0200 (Tue, 26 Apr 2005) | 1 line
14462 Changed paths:
14463    M /trunk/modules/codec/x264.c
14464
14465 * modules/codec/x264.c: relaxed the version requirement for subpel and bpyramid.
14466 ------------------------------------------------------------------------
14467 r10827 | gbazin | 2005-04-26 14:44:03 +0200 (Tue, 26 Apr 2005) | 1 line
14468 Changed paths:
14469    M /trunk/modules/stream_out/transcode.c
14470
14471 * modules/stream_out/transcode.c: lowered the hurry-up treshold a bit.
14472 ------------------------------------------------------------------------
14473 r10826 | gbazin | 2005-04-26 14:40:02 +0200 (Tue, 26 Apr 2005) | 1 line
14474 Changed paths:
14475    M /trunk/modules/stream_out/transcode.c
14476
14477 * modules/stream_out/transcode.c: new hurry-up option that drops video frames if encoder is late.
14478 ------------------------------------------------------------------------
14479 r10825 | gbazin | 2005-04-26 12:51:32 +0200 (Tue, 26 Apr 2005) | 1 line
14480 Changed paths:
14481    M /trunk/modules/codec/x264.c
14482
14483 * modules/codec/x264.c: use proper default value for subpel.
14484 ------------------------------------------------------------------------
14485 r10824 | gbazin | 2005-04-26 12:50:06 +0200 (Tue, 26 Apr 2005) | 1 line
14486 Changed paths:
14487    M /trunk/modules/codec/x264.c
14488
14489 * modules/codec/x264.c: crop the video if its size isn't a multiple of 16 (will have to be changed to use the visible size values).
14490 ------------------------------------------------------------------------
14491 r10823 | gbazin | 2005-04-26 12:14:19 +0200 (Tue, 26 Apr 2005) | 1 line
14492 Changed paths:
14493    M /trunk/modules/codec/x264.c
14494
14495 * modules/codec/x264.c: added bpyramid and subpel options + support for X264_ANALYSE_BSUB16x16.
14496 ------------------------------------------------------------------------
14497 r10822 | gbazin | 2005-04-26 11:37:26 +0200 (Tue, 26 Apr 2005) | 1 line
14498 Changed paths:
14499    M /trunk/modules/gui/wxwindows/interface.cpp
14500
14501 * modules/gui/wxwindows/interface.cpp: sanitized the menus shortcuts.
14502 ------------------------------------------------------------------------
14503 r10821 | gbazin | 2005-04-26 11:22:04 +0200 (Tue, 26 Apr 2005) | 1 line
14504 Changed paths:
14505    M /trunk/modules/gui/wxwindows/interface.cpp
14506
14507 * modules/gui/wxwindows/interface.cpp: shortcut for open directory changed to Ctrl+R.
14508 ------------------------------------------------------------------------
14509 r10820 | gbazin | 2005-04-26 10:44:14 +0200 (Tue, 26 Apr 2005) | 1 line
14510 Changed paths:
14511    M /trunk/modules/demux/mkv.cpp
14512
14513 * modules/demux/mkv.cpp: itoa -> sprintf.
14514 ------------------------------------------------------------------------
14515 r10819 | fenrir | 2005-04-26 10:42:19 +0200 (Tue, 26 Apr 2005) | 2 lines
14516 Changed paths:
14517    M /trunk/modules/access_filter/record.c
14518    M /trunk/modules/access_filter/timeshift.c
14519
14520  * all: added set_shortname.
14521
14522 ------------------------------------------------------------------------
14523 r10818 | fenrir | 2005-04-26 10:34:54 +0200 (Tue, 26 Apr 2005) | 2 lines
14524 Changed paths:
14525    M /trunk/modules/gui/wxwindows/wxwindows.cpp
14526
14527  * wxwindows: added a cast to avoid a compiler error (conversion from void*).
14528
14529 ------------------------------------------------------------------------
14530 r10817 | gbazin | 2005-04-26 10:25:33 +0200 (Tue, 26 Apr 2005) | 1 line
14531 Changed paths:
14532    M /trunk/configure.ac
14533
14534 * configure.ac: add access_filter_record to the build.
14535 ------------------------------------------------------------------------
14536 r10816 | fenrir | 2005-04-26 09:28:07 +0200 (Tue, 26 Apr 2005) | 3 lines
14537 Changed paths:
14538    M /trunk/include/vlc_keys.h
14539    M /trunk/modules/access_filter/Modules.am
14540    A /trunk/modules/access_filter/record.c
14541    M /trunk/src/libvlc.h
14542
14543  * all: added a new access_filter module: record + one hotkey to start/stop
14544  recording (simple dumping). (Usefull for dvb/udp/mp3 radio stream).
14545
14546 ------------------------------------------------------------------------
14547 r10815 | fenrir | 2005-04-26 09:24:39 +0200 (Tue, 26 Apr 2005) | 2 lines
14548 Changed paths:
14549    M /trunk/modules/gui/wxwindows/timer.cpp
14550
14551  * timer: cosmetic (use VLC_META_NOW_PLAYING instead of "Now Playing")
14552
14553 ------------------------------------------------------------------------
14554 r10814 | fenrir | 2005-04-26 09:23:56 +0200 (Tue, 26 Apr 2005) | 3 lines
14555 Changed paths:
14556    M /trunk/modules/access/directory.c
14557    M /trunk/modules/audio_filter/resampler/linear.c
14558    M /trunk/modules/audio_filter/resampler/ugly.c
14559    M /trunk/modules/control/http.c
14560    M /trunk/modules/mux/mpjpeg.c
14561
14562  * all: warning fixes.
14563  * mpjpeg.c: use sout_CfgParse !
14564
14565 ------------------------------------------------------------------------
14566 r10813 | fenrir | 2005-04-26 09:21:31 +0200 (Tue, 26 Apr 2005) | 4 lines
14567 Changed paths:
14568    M /trunk/modules/demux/asf/libasf.c
14569    M /trunk/modules/demux/playlist/b4s.c
14570    M /trunk/modules/demux/ts.c
14571
14572  * asf, b4s: warning fixes.
14573  * ts: - set BLOCK_FLAG_CORRUPTED on transport_error_indicator.
14574        - better support of EIT + VLC_META_NOW_PLAYING.
14575
14576 ------------------------------------------------------------------------
14577 r10812 | fenrir | 2005-04-26 09:19:10 +0200 (Tue, 26 Apr 2005) | 2 lines
14578 Changed paths:
14579    M /trunk/include/vlc_input.h
14580
14581  * vlc_input.h: added INPUT_DEL_INFO.
14582
14583 ------------------------------------------------------------------------
14584 r10811 | fenrir | 2005-04-26 09:17:42 +0200 (Tue, 26 Apr 2005) | 4 lines
14585 Changed paths:
14586    M /trunk/src/input/control.c
14587    M /trunk/src/input/es_out.c
14588    M /trunk/src/input/input.c
14589
14590  * control: added INPUT_DEL_INFO.
14591  * input: allow chaining of access_filter (like filter1:filter2 ...)
14592  * es_out: support VLC_META_NOW_PLAYING for multi-program stream.
14593
14594 ------------------------------------------------------------------------
14595 r10810 | djc | 2005-04-26 03:43:00 +0200 (Tue, 26 Apr 2005) | 4 lines
14596 Changed paths:
14597    M /trunk/extras/contrib/src/packages.mak
14598
14599 Change location of speex to http://us.speex.org/download/
14600 (fix a 302 message...)
14601
14602
14603 ------------------------------------------------------------------------
14604 r10809 | sigmunau | 2005-04-26 01:19:19 +0200 (Tue, 26 Apr 2005) | 2 lines
14605 Changed paths:
14606    M /trunk/extras/zsh.cpp
14607
14608 extras/zsh.cpp: completion for module_cat and module_cat_list
14609
14610 ------------------------------------------------------------------------
14611 r10808 | sigmunau | 2005-04-26 00:27:41 +0200 (Tue, 26 Apr 2005) | 2 lines
14612 Changed paths:
14613    M /trunk/extras/zsh.cpp
14614
14615 extras/zsh.cpp: allow completion of --option=value syntax
14616
14617 ------------------------------------------------------------------------
14618 r10807 | sigmunau | 2005-04-26 00:14:48 +0200 (Tue, 26 Apr 2005) | 3 lines
14619 Changed paths:
14620    A /trunk/extras/Makefile
14621    M /trunk/extras/zsh.cpp
14622
14623 extras/Makefile: A very very simple makefile to build the zsh stuff
14624 extras/zsh.cpp: Support for completing simple url as well
14625
14626 ------------------------------------------------------------------------
14627 r10804 | robux4 | 2005-04-25 21:19:06 +0200 (Mon, 25 Apr 2005) | 1 line
14628 Changed paths:
14629    M /trunk/modules/demux/mkv.cpp
14630
14631 mkv.cpp: add support for new DVD commands, add more debug messages
14632 ------------------------------------------------------------------------
14633 r10803 | sigmunau | 2005-04-25 19:16:37 +0200 (Mon, 25 Apr 2005) | 3 lines
14634 Changed paths:
14635    M /trunk/extras/zsh.cpp
14636
14637 zsh.cpp: allow completion of submodules as well for module-type options
14638 (this allows -A and -V to complete the dummy module
14639
14640 ------------------------------------------------------------------------
14641 r10802 | zorglub | 2005-04-24 22:44:36 +0200 (Sun, 24 Apr 2005) | 2 lines
14642 Changed paths:
14643    M /trunk/modules/gui/wxwindows/open.cpp
14644
14645 Fix crash if we don't have freetype or subsdec
14646
14647 ------------------------------------------------------------------------
14648 r10801 | sigmunau | 2005-04-24 20:46:19 +0200 (Sun, 24 Apr 2005) | 2 lines
14649 Changed paths:
14650    M /trunk/TODO
14651
14652 TODO: Added some of my personal wishes
14653
14654 ------------------------------------------------------------------------
14655 r10800 | robux4 | 2005-04-24 20:45:35 +0200 (Sun, 24 Apr 2005) | 1 line
14656 Changed paths:
14657    M /trunk/modules/demux/mkv.cpp
14658
14659 mkv.cpp: Fix a problem when entering a chapter after the previous chapter produced a seek in the code
14660 ------------------------------------------------------------------------
14661 r10799 | robux4 | 2005-04-24 20:33:37 +0200 (Sun, 24 Apr 2005) | 1 line
14662 Changed paths:
14663    M /trunk/modules/demux/mkv.cpp
14664
14665 mkv.cpp: added support for the "GotoAndPlay()" Matroska Script command
14666 ------------------------------------------------------------------------
14667 r10798 | zorglub | 2005-04-24 20:01:21 +0200 (Sun, 24 Apr 2005) | 2 lines
14668 Changed paths:
14669    A /trunk/BUGS
14670
14671 Added file about known bugs
14672
14673 ------------------------------------------------------------------------
14674 r10797 | zorglub | 2005-04-24 19:56:00 +0200 (Sun, 24 Apr 2005) | 2 lines
14675 Changed paths:
14676    M /trunk/modules/gui/wxwindows/playlist.cpp
14677
14678 Also delete nodes when deleting selection
14679
14680 ------------------------------------------------------------------------
14681 r10796 | robux4 | 2005-04-24 17:55:30 +0200 (Sun, 24 Apr 2005) | 1 line
14682 Changed paths:
14683    M /trunk/modules/demux/mkv.cpp
14684
14685 mkv.cpp: support the CallSS VTSM DVD command and cleaner jump between chapters & segments
14686 ------------------------------------------------------------------------
14687 r10795 | zorglub | 2005-04-24 17:54:03 +0200 (Sun, 24 Apr 2005) | 2 lines
14688 Changed paths:
14689    M /trunk/modules/access/cdda.c
14690
14691 Don't forget to update the status bar on track change
14692
14693 ------------------------------------------------------------------------
14694 r10791 | sigmunau | 2005-04-24 16:48:07 +0200 (Sun, 24 Apr 2005) | 2 lines
14695 Changed paths:
14696    M /trunk/modules/services_discovery/sap.c
14697
14698 sap.c: clean up playlist handling
14699
14700 ------------------------------------------------------------------------
14701 r10788 | sigmunau | 2005-04-24 16:36:27 +0200 (Sun, 24 Apr 2005) | 3 lines
14702 Changed paths:
14703    M /trunk/src/playlist/playlist.c
14704
14705 playlist.c: fixed a nasty corruption on exit with more than one sd module
14706 running
14707
14708 ------------------------------------------------------------------------
14709 r10787 | robux4 | 2005-04-24 10:08:06 +0200 (Sun, 24 Apr 2005) | 1 line
14710 Changed paths:
14711    M /trunk/modules/demux/mkv.cpp
14712
14713 mkv.cpp: clean the way chapters are presented/handled internally
14714 ------------------------------------------------------------------------
14715 r10785 | zorglub | 2005-04-24 01:15:09 +0200 (Sun, 24 Apr 2005) | 2 lines
14716 Changed paths:
14717    M /trunk/modules/gui/wxwindows/playlist.cpp
14718    M /trunk/modules/gui/wxwindows/wxwindows.h
14719
14720 Remove invert selection and select all (I simply can't figure how to do that)
14721
14722 ------------------------------------------------------------------------
14723 r10784 | zorglub | 2005-04-24 01:05:35 +0200 (Sun, 24 Apr 2005) | 2 lines
14724 Changed paths:
14725    M /trunk/modules/gui/wxwindows/playlist.cpp
14726    M /trunk/modules/gui/wxwindows/wxwindows.h
14727
14728 Delete selection (either by menu or key)
14729
14730 ------------------------------------------------------------------------
14731 r10783 | sigmunau | 2005-04-24 00:37:22 +0200 (Sun, 24 Apr 2005) | 2 lines
14732 Changed paths:
14733    M /trunk/modules/packetizer/h264.c
14734
14735 packetizer/h264.c: fix divition by zero for some streams
14736
14737 ------------------------------------------------------------------------
14738 r10782 | zorglub | 2005-04-24 00:30:11 +0200 (Sun, 24 Apr 2005) | 2 lines
14739 Changed paths:
14740    M /trunk/modules/gui/wxwindows/timer.cpp
14741
14742 Fix disc buttons
14743
14744 ------------------------------------------------------------------------
14745 r10781 | zorglub | 2005-04-24 00:13:35 +0200 (Sun, 24 Apr 2005) | 2 lines
14746 Changed paths:
14747    M /trunk/modules/misc/logger.c
14748
14749 Take logger back to control modules
14750
14751 ------------------------------------------------------------------------
14752 r10780 | sigmunau | 2005-04-23 20:58:19 +0200 (Sat, 23 Apr 2005) | 3 lines
14753 Changed paths:
14754    A /trunk/extras/zsh.cpp
14755
14756 extras/zsh.cpp: hacky c++ program that generate a zsh completion rule for vlc.
14757 todo: MODULE_CAT and MODULE_CAT_LIST options. Better mrl completion. :option=value syntax. sout completion
14758
14759 ------------------------------------------------------------------------
14760 r10779 | sigmunau | 2005-04-23 20:38:01 +0200 (Sat, 23 Apr 2005) | 2 lines
14761 Changed paths:
14762    M /trunk/src/libvlc.h
14763
14764 libvlc.h: move -A back to --aout where it belongs
14765
14766 ------------------------------------------------------------------------
14767 r10778 | robux4 | 2005-04-23 18:54:18 +0200 (Sat, 23 Apr 2005) | 1 line
14768 Changed paths:
14769    M /trunk/modules/demux/mkv.cpp
14770
14771 mkv.cpp: refine the way segments/chapters are presented and handled (switching now works from everywhere)
14772 ------------------------------------------------------------------------
14773 r10777 | robux4 | 2005-04-23 17:13:47 +0200 (Sat, 23 Apr 2005) | 1 line
14774 Changed paths:
14775    M /trunk/modules/demux/mkv.cpp
14776
14777 mkv.cpp: only display the DVD title info in the Title selection
14778 ------------------------------------------------------------------------
14779 r10776 | robux4 | 2005-04-23 16:08:01 +0200 (Sat, 23 Apr 2005) | 1 line
14780 Changed paths:
14781    M /trunk/modules/demux/mkv.cpp
14782
14783 mkv.cpp: use the title feature to display the segment hierarchy
14784 ------------------------------------------------------------------------
14785 r10775 | zorglub | 2005-04-23 14:33:13 +0200 (Sat, 23 Apr 2005) | 2 lines
14786 Changed paths:
14787    M /trunk/modules/access/cdda.c
14788
14789 Give a fine name when playing audio CD
14790
14791 ------------------------------------------------------------------------
14792 r10774 | robux4 | 2005-04-23 12:41:52 +0200 (Sat, 23 Apr 2005) | 1 line
14793 Changed paths:
14794    M /trunk/modules/demux/mkv.cpp
14795
14796 mkv.cpp: allow the chapter codecs to display chapter strings too (used to know where the DVD titles are)
14797 ------------------------------------------------------------------------
14798 r10773 | sigmunau | 2005-04-23 12:30:56 +0200 (Sat, 23 Apr 2005) | 3 lines
14799 Changed paths:
14800    M /trunk/modules/codec/ffmpeg/ffmpeg.c
14801
14802 ffmpeg.c: fixed build with older ffmpeg. Disables Indeo2 untill ffmpeg
14803 people desides to increase their build number again
14804
14805 ------------------------------------------------------------------------
14806 r10772 | courmisch | 2005-04-23 12:25:36 +0200 (Sat, 23 Apr 2005) | 2 lines
14807 Changed paths:
14808    M /trunk/modules/services_discovery/sap.c
14809
14810 - enable sap-ipv6 by default
14811
14812 ------------------------------------------------------------------------
14813 r10771 | ipkiss | 2005-04-23 00:35:51 +0200 (Sat, 23 Apr 2005) | 2 lines
14814 Changed paths:
14815    M /trunk/doc/skins/skins2-howto.xml
14816
14817 Updated skins2 doc.
14818
14819 ------------------------------------------------------------------------
14820 r10770 | ipkiss | 2005-04-23 00:25:10 +0200 (Sat, 23 Apr 2005) | 3 lines
14821 Changed paths:
14822    M /trunk/modules/gui/skins2/Modules.am
14823    A /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
14824    A /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
14825    M /trunk/modules/gui/skins2/parser/interpreter.cpp
14826
14827  * skins2: Added support for multiple actions (separated by ";"),
14828            wherever one action was allowed
14829
14830 ------------------------------------------------------------------------
14831 r10769 | fkuehne | 2005-04-22 23:36:07 +0200 (Fri, 22 Apr 2005) | 1 line
14832 Changed paths:
14833    M /trunk/po/es.po
14834
14835 * update to the Spanish translation by Antonio Javier Varela Calvo
14836 ------------------------------------------------------------------------
14837 r10768 | robux4 | 2005-04-22 13:47:02 +0200 (Fri, 22 Apr 2005) | 1 line
14838 Changed paths:
14839    M /trunk/extras/contrib/src/Makefile
14840
14841 contrib: try to allow make src for Linux too
14842 ------------------------------------------------------------------------
14843 r10767 | fenrir | 2005-04-22 10:05:03 +0200 (Fri, 22 Apr 2005) | 2 lines
14844 Changed paths:
14845    M /trunk/src/video_output/vout_synchro.c
14846
14847  vout_synchro: less verbose.
14848
14849 ------------------------------------------------------------------------
14850 r10765 | robux4 | 2005-04-21 23:09:15 +0200 (Thu, 21 Apr 2005) | 1 line
14851 Changed paths:
14852    M /trunk/modules/demux/mkv.cpp
14853
14854 mkv.cpp: Enter/Leave on subchapters too
14855 ------------------------------------------------------------------------
14856 r10764 | robux4 | 2005-04-21 22:29:42 +0200 (Thu, 21 Apr 2005) | 1 line
14857 Changed paths:
14858    M /trunk/extras/contrib/src/Makefile
14859
14860 contrib: no need to patch libebml anymore
14861 ------------------------------------------------------------------------
14862 r10763 | robux4 | 2005-04-21 22:21:08 +0200 (Thu, 21 Apr 2005) | 1 line
14863 Changed paths:
14864    D /trunk/extras/contrib/src/Patches/libebml.patch
14865    M /trunk/extras/contrib/src/packages.mak
14866
14867 contrib: update to the latest libebml/libmatroska packages
14868 ------------------------------------------------------------------------
14869 r10762 | robux4 | 2005-04-21 22:12:12 +0200 (Thu, 21 Apr 2005) | 1 line
14870 Changed paths:
14871    M /trunk/modules/demux/mkv.cpp
14872
14873 mkv.cpp: add a notice about the gcc bug on Darwin
14874 ------------------------------------------------------------------------
14875 r10761 | robux4 | 2005-04-21 14:29:55 +0200 (Thu, 21 Apr 2005) | 1 line
14876 Changed paths:
14877    M /trunk/modules/demux/mkv.cpp
14878
14879 mkv.cpp: minor improvements
14880 ------------------------------------------------------------------------
14881 r10760 | gbazin | 2005-04-21 14:09:23 +0200 (Thu, 21 Apr 2005) | 1 line
14882 Changed paths:
14883    M /trunk/modules/gui/wxwindows/timer.cpp
14884
14885 * modules/gui/wxwindows/timer.cpp: fixed interface flickering.
14886 ------------------------------------------------------------------------
14887 r10759 | courmisch | 2005-04-21 11:15:46 +0200 (Thu, 21 Apr 2005) | 3 lines
14888 Changed paths:
14889    M /trunk/src/playlist/view.c
14890
14891 Handle failed allocation
14892 (I don't remember why I coded that, but it was left in my trunk)
14893
14894 ------------------------------------------------------------------------
14895 r10758 | courmisch | 2005-04-21 11:09:34 +0200 (Thu, 21 Apr 2005) | 4 lines
14896 Changed paths:
14897    M /trunk/modules/misc/network/ipv4.c
14898
14899 Applied patch for support of the IP_MULTICAST_IF
14900 by isteinmann (at) bluewin.ch
14901 with fixes
14902
14903 ------------------------------------------------------------------------
14904 r10757 | robux4 | 2005-04-20 23:04:49 +0200 (Wed, 20 Apr 2005) | 1 line
14905 Changed paths:
14906    M /trunk/modules/demux/mkv.cpp
14907
14908 mkv.cpp: the JumpTT command now works !!!!!!
14909 ------------------------------------------------------------------------
14910 r10756 | fkuehne | 2005-04-20 22:58:15 +0200 (Wed, 20 Apr 2005) | 1 line
14911 Changed paths:
14912    M /trunk/extras/contrib/src/packages.mak
14913
14914 * fixed download-location of libvorbis
14915 ------------------------------------------------------------------------
14916 r10755 | robux4 | 2005-04-20 21:45:41 +0200 (Wed, 20 Apr 2005) | 1 line
14917 Changed paths:
14918    M /trunk/modules/demux/mkv.cpp
14919
14920 mkv.cpp: finding the segment matching the Title for JumpTT works
14921 ------------------------------------------------------------------------
14922 r10754 | gbazin | 2005-04-20 16:57:22 +0200 (Wed, 20 Apr 2005) | 1 line
14923 Changed paths:
14924    M /trunk/modules/codec/ffmpeg/ffmpeg.c
14925
14926 * modules/codec/ffmpeg/ffmpeg.c: add Miro/Pinnacle VideoXL support.
14927 ------------------------------------------------------------------------
14928 r10753 | gbazin | 2005-04-20 16:55:46 +0200 (Wed, 20 Apr 2005) | 1 line
14929 Changed paths:
14930    M /trunk/modules/demux/avi/avi.c
14931    M /trunk/modules/demux/avi/libavi.c
14932
14933 * modules/demux/avi: pass on video palette.
14934 ------------------------------------------------------------------------
14935 r10752 | dionoea | 2005-04-20 16:39:29 +0200 (Wed, 20 Apr 2005) | 4 lines
14936 Changed paths:
14937    M /trunk/vlc.win32.nsi
14938
14939 change pointed out by 'acehole' in the forums so that automaticaly opening
14940 a file with VLC will use the whole file name and not the 8.3 format. That
14941 makes automatic subtitle loading work.
14942
14943 ------------------------------------------------------------------------
14944 r10751 | gbazin | 2005-04-20 12:44:42 +0200 (Wed, 20 Apr 2005) | 1 line
14945 Changed paths:
14946    M /trunk/modules/codec/ffmpeg/ffmpeg.c
14947    M /trunk/modules/codec/ffmpeg/video.c
14948
14949 * modules/codec/ffmpeg: added support for Apple QuickDraw, QPEG, IBM Ultimotion, LOCO, Winnov WNV1, Autodesc RLE and Indeo V2 video codecs.
14950 ------------------------------------------------------------------------
14951 r10750 | gbazin | 2005-04-20 12:41:11 +0200 (Wed, 20 Apr 2005) | 1 line
14952 Changed paths:
14953    M /trunk/modules/demux/mp4/libmp4.c
14954    M /trunk/modules/demux/mp4/libmp4.h
14955
14956 * modules/demux/mp4: support for QuickDraw video tracks.
14957 ------------------------------------------------------------------------
14958 r10749 | robux4 | 2005-04-19 23:15:46 +0200 (Tue, 19 Apr 2005) | 1 line
14959 Changed paths:
14960    M /trunk/modules/demux/mkv.cpp
14961
14962 mkv.cpp: fix a gcc warning
14963 ------------------------------------------------------------------------
14964 r10748 | robux4 | 2005-04-19 22:05:59 +0200 (Tue, 19 Apr 2005) | 1 line
14965 Changed paths:
14966    M /trunk/modules/demux/mkv.cpp
14967
14968 mkv.cpp: preliminary support for the JumpTT command
14969 ------------------------------------------------------------------------
14970 r10747 | robux4 | 2005-04-19 21:46:59 +0200 (Tue, 19 Apr 2005) | 1 line
14971 Changed paths:
14972    M /trunk/modules/demux/mkv.cpp
14973
14974 mkv.cpp: fix various memory management problems
14975 ------------------------------------------------------------------------
14976 r10746 | fenrir | 2005-04-19 18:03:11 +0200 (Tue, 19 Apr 2005) | 6 lines
14977 Changed paths:
14978    M /trunk/modules/video_filter/deinterlace.c
14979
14980   *deinterlace: added a new deinterlace method (called 'x' as experimental until I find
14981   a better name ;).
14982    It applies a edge oriented interpolation on interlaced video part only (it works on
14983    a 8x8 block basis). It works pretty well except where there is a lot of small details.
14984
14985
14986 ------------------------------------------------------------------------
14987 r10745 | fenrir | 2005-04-19 17:59:57 +0200 (Tue, 19 Apr 2005) | 2 lines
14988 Changed paths:
14989    M /trunk/src/input/decoder.c
14990
14991  * decoder: fix a crash with delete spu.
14992
14993 ------------------------------------------------------------------------
14994 r10744 | fenrir | 2005-04-19 17:56:06 +0200 (Tue, 19 Apr 2005) | 4 lines
14995 Changed paths:
14996    M /trunk/modules/access/dvb/access.c
14997    M /trunk/modules/access/dvb/dvb.h
14998
14999  * dvb: read more TS blocks at once. We start reading only 2 ts packets (needed to avoid
15000 long delay because we only receive PAT at the start), but we increase each time we read
15001 data until 20. This decrease the load (more than 50% for me) while kepping low start up delay.
15002
15003 ------------------------------------------------------------------------
15004 r10743 | robux4 | 2005-04-19 16:44:44 +0200 (Tue, 19 Apr 2005) | 1 line
15005 Changed paths:
15006    M /trunk/modules/demux/mkv.cpp
15007
15008 mkv.cpp: compilation fixes
15009 ------------------------------------------------------------------------
15010 r10742 | robux4 | 2005-04-19 16:25:30 +0200 (Tue, 19 Apr 2005) | 1 line
15011 Changed paths:
15012    M /trunk/modules/demux/mkv.cpp
15013
15014 mkv.cpp: start calling the interpretor
15015 ------------------------------------------------------------------------
15016 r10741 | gbazin | 2005-04-19 15:38:23 +0200 (Tue, 19 Apr 2005) | 1 line
15017 Changed paths:
15018    M /trunk/modules/demux/ts.c
15019
15020 * modules/demux/ts.c: got rid of some useless code and fixed a memory leak at the same time.
15021 ------------------------------------------------------------------------
15022 r10740 | robux4 | 2005-04-19 14:38:49 +0200 (Tue, 19 Apr 2005) | 1 line
15023 Changed paths:
15024    M /trunk/modules/demux/mkv.cpp
15025
15026 mkv.cpp: initial support for GPRM and SPRM DVD registers
15027 ------------------------------------------------------------------------
15028 r10739 | robux4 | 2005-04-19 13:33:14 +0200 (Tue, 19 Apr 2005) | 1 line
15029 Changed paths:
15030    M /trunk/modules/demux/mkv.cpp
15031
15032 mkv.cpp: demux_sys_t needs to keep the same name
15033 ------------------------------------------------------------------------
15034 r10738 | robux4 | 2005-04-19 13:17:22 +0200 (Tue, 19 Apr 2005) | 1 line
15035 Changed paths:
15036    M /trunk/modules/demux/mkv.cpp
15037
15038 mkv.cpp: changed the name of classes and prepare the DVD interpretor
15039 ------------------------------------------------------------------------
15040 r10737 | gbazin | 2005-04-19 10:39:31 +0200 (Tue, 19 Apr 2005) | 5 lines
15041 Changed paths:
15042    M /trunk/include/vlc_keys.h
15043    M /trunk/modules/gui/wxwindows/interface.cpp
15044
15045 * include/vlc_keys.h: Added Insert and Delete hotkeys.
15046 * modules/gui/wxwindows/interface.cpp: Fixed End hotkey + added Insert/Delete.
15047
15048 Patch by Greg Hazel (ghazel at gmail dot com)
15049
15050 ------------------------------------------------------------------------
15051 r10736 | courmisch | 2005-04-19 10:20:30 +0200 (Tue, 19 Apr 2005) | 2 lines
15052 Changed paths:
15053    M /trunk/configure.ac
15054
15055 Don't enable externrun module in -hopefully- upcoming 0.8.2
15056
15057 ------------------------------------------------------------------------
15058 r10735 | ipkiss | 2005-04-18 23:21:09 +0200 (Mon, 18 Apr 2005) | 5 lines
15059 Changed paths:
15060    M /trunk/modules/gui/skins2/src/vlcproc.cpp
15061    M /trunk/modules/gui/skins2/src/vlcproc.hpp
15062    M /trunk/modules/gui/skins2/win32/win32_window.cpp
15063    M /trunk/modules/gui/skins2/win32/win32_window.hpp
15064    M /trunk/modules/gui/skins2/x11/x11_window.cpp
15065
15066  * skins2: Fixed 2 bugs related with embedded vout and skins switching:
15067     - win32: fixed the 'vout_directx private error: out of memory' error
15068       (thanks to Trax` for pointing it out)
15069     - x11: it's now possible to use the embedded vout after changing skin
15070
15071 ------------------------------------------------------------------------
15072 r10733 | jpsaman | 2005-04-18 20:13:37 +0200 (Mon, 18 Apr 2005) | 2 lines
15073 Changed paths:
15074    M /trunk/modules/control/hotkeys.c
15075
15076 Fix deadlock while quiting VLC. It can get stuck in the playlist. Stopping the playlist first resolves this problem.
15077
15078 ------------------------------------------------------------------------
15079 r10731 | gbazin | 2005-04-18 17:32:31 +0200 (Mon, 18 Apr 2005) | 1 line
15080 Changed paths:
15081    M /trunk/modules/mux/mpeg/pes.c
15082    M /trunk/modules/mux/mpeg/pes.h
15083    M /trunk/modules/mux/mpeg/ps.c
15084    M /trunk/modules/mux/mpeg/ts.c
15085
15086 * modules/mux/mpeg/*: new --sout-ps-pes-max-size option.
15087 ------------------------------------------------------------------------
15088 r10730 | gbazin | 2005-04-18 16:49:29 +0200 (Mon, 18 Apr 2005) | 1 line
15089 Changed paths:
15090    M /trunk/modules/gui/wxwindows/menus.cpp
15091    M /trunk/modules/gui/wxwindows/video.cpp
15092    M /trunk/modules/gui/wxwindows/wxwindows.cpp
15093
15094 * modules/gui/wxwindows/*: workaround uninitialization bug in wxWidgets -> re-enabled on-the-fly interface switching.
15095 ------------------------------------------------------------------------
15096 r10729 | damienf | 2005-04-18 14:58:14 +0200 (Mon, 18 Apr 2005) | 2 lines
15097 Changed paths:
15098    M /trunk/Makefile.am
15099
15100 - make use of cygwin rebase to optimize DLL loading, if present
15101
15102 ------------------------------------------------------------------------
15103 r10728 | damienf | 2005-04-18 13:51:57 +0200 (Mon, 18 Apr 2005) | 2 lines
15104 Changed paths:
15105    M /trunk/activex/plugin.cpp
15106
15107 - previously checked in this file to work only within my debug environment
15108
15109 ------------------------------------------------------------------------
15110 r10727 | damienf | 2005-04-18 13:35:18 +0200 (Mon, 18 Apr 2005) | 4 lines
15111 Changed paths:
15112    M /trunk/AUTHORS
15113    M /trunk/activex/README.TXT
15114    M /trunk/activex/oleobject.cpp
15115    M /trunk/activex/persistpropbag.cpp
15116    M /trunk/activex/plugin.cpp
15117    M /trunk/activex/plugin.h
15118    M /trunk/activex/utils.cpp
15119    M /trunk/activex/utils.h
15120    M /trunk/activex/viewobject.cpp
15121    M /trunk/activex/viewobject.h
15122    M /trunk/activex/vlccontrol.cpp
15123
15124 - source cleanup
15125 - few bugs fixed
15126 - added suport to Ole Extent measurments to improve compatibilty
15127
15128 ------------------------------------------------------------------------
15129 r10726 | gbazin | 2005-04-18 12:42:30 +0200 (Mon, 18 Apr 2005) | 1 line
15130 Changed paths:
15131    M /trunk/modules/gui/wxwindows/interface.cpp
15132
15133 * modules/gui/wxwindows/interface.cpp: fixed special hotkeys with modifiers on win32.
15134 ------------------------------------------------------------------------
15135 r10725 | gbazin | 2005-04-18 12:02:42 +0200 (Mon, 18 Apr 2005) | 1 line
15136 Changed paths:
15137    M /trunk/modules/gui/wxwindows/wxwindows.cpp
15138
15139 * modules/gui/wxwindows/wxwindows.cpp: don't use the saved positions/sizes when acting as a dialog provider.
15140 ------------------------------------------------------------------------
15141 r10724 | courmisch | 2005-04-18 10:37:59 +0200 (Mon, 18 Apr 2005) | 2 lines
15142 Changed paths:
15143    M /trunk/configure.ac
15144
15145 add -lz to build gnutls (see if it doesn't break)
15146
15147 ------------------------------------------------------------------------
15148 r10715 | courmisch | 2005-04-17 20:00:31 +0200 (Sun, 17 Apr 2005) | 2 lines
15149 Changed paths:
15150    M /trunk/src/playlist/item-ext.c
15151
15152 Msg_Info => Msg_Dbg
15153
15154 ------------------------------------------------------------------------
15155 r10713 | sigmunau | 2005-04-17 15:03:09 +0200 (Sun, 17 Apr 2005) | 2 lines
15156 Changed paths:
15157    M /trunk/modules/gui/wxwindows/playlist.cpp
15158
15159 wx/playlist.cpp: removed a stray wxMutexGuiLeave
15160
15161 ------------------------------------------------------------------------
15162 r10712 | sigmunau | 2005-04-17 15:00:51 +0200 (Sun, 17 Apr 2005) | 3 lines
15163 Changed paths:
15164    M /trunk/modules/demux/playlist/playlist.c
15165
15166 demux/playlist: fix a crash when shoutcast discovery correctly is not
15167 autoplayed
15168
15169 ------------------------------------------------------------------------
15170 r10711 | sigmunau | 2005-04-17 14:59:23 +0200 (Sun, 17 Apr 2005) | 2 lines
15171 Changed paths:
15172    M /trunk/modules/services_discovery/shout.c
15173
15174 shout.c: fix some potential problems
15175
15176 ------------------------------------------------------------------------
15177 r10710 | sigmunau | 2005-04-17 14:58:33 +0200 (Sun, 17 Apr 2005) | 2 lines
15178 Changed paths:
15179    M /trunk/src/libvlc.c
15180    M /trunk/src/misc/messages.c
15181
15182 minor memleak fixes
15183
15184 ------------------------------------------------------------------------
15185 r10709 | sigmunau | 2005-04-17 14:36:34 +0200 (Sun, 17 Apr 2005) | 4 lines
15186 Changed paths:
15187    M /trunk/src/playlist/item-ext.c
15188    M /trunk/src/playlist/playlist.c
15189
15190 playlist.c: shut up a compiler warning
15191 item-ext.c: reverted a recent change in GetPositionById than caused
15192 old-style playlist to malfunction (visible in rc interface at least)
15193
15194 ------------------------------------------------------------------------
15195 r10707 | jpsaman | 2005-04-16 16:10:00 +0200 (Sat, 16 Apr 2005) | 3 lines
15196 Changed paths:
15197    M /trunk/configure.ac
15198    M /trunk/mozilla/Makefile.am
15199
15200 Make compilation of mozilla plugin easier on different distributions. Removed fixed include paths from mozilla/Makefile.am. XPIDL_INCL is automatically determined from ${MOZILLA_CONFIG}. 
15201 Configure and compile with XPIDL=<path_to_xpidl> application of your mozilla version, eg for mozilla-1.7.6 use: XPIDL=/usr/lib/mozilla-1.7.6/xpidl ./configure <rest of line> && make
15202
15203 ------------------------------------------------------------------------
15204 r10706 | courmisch | 2005-04-16 14:30:45 +0200 (Sat, 16 Apr 2005) | 2 lines
15205 Changed paths:
15206    M /trunk/src/misc/threads.c
15207
15208 Clean up thread_{begin,end}
15209
15210 ------------------------------------------------------------------------
15211 r10705 | courmisch | 2005-04-16 14:24:32 +0200 (Sat, 16 Apr 2005) | 2 lines
15212 Changed paths:
15213    M /trunk/src/misc/objects.c
15214
15215 - fix invalid free of root object
15216
15217 ------------------------------------------------------------------------
15218 r10704 | courmisch | 2005-04-16 12:53:36 +0200 (Sat, 16 Apr 2005) | 2 lines
15219 Changed paths:
15220    M /trunk/src/misc/modules.c
15221
15222 Small mem leak
15223
15224 ------------------------------------------------------------------------
15225 r10703 | courmisch | 2005-04-16 12:33:13 +0200 (Sat, 16 Apr 2005) | 2 lines
15226 Changed paths:
15227    M /trunk/modules/services_discovery/sap.c
15228
15229 Clean up
15230
15231 ------------------------------------------------------------------------
15232 r10702 | gbazin | 2005-04-16 12:01:18 +0200 (Sat, 16 Apr 2005) | 1 line
15233 Changed paths:
15234    M /trunk/src/misc/configuration.c
15235
15236 * src/misc/configuration.c: YAF (yet another fix).
15237 ------------------------------------------------------------------------
15238 r10701 | sigmunau | 2005-04-16 11:56:26 +0200 (Sat, 16 Apr 2005) | 2 lines
15239 Changed paths:
15240    M /trunk/modules/gui/wxwindows/playlist.cpp
15241
15242 wx/playlist.cpp: invalidate the FindItem cache when needed (should fix some random crashes)
15243
15244 ------------------------------------------------------------------------
15245 r10700 | courmisch | 2005-04-16 11:06:48 +0200 (Sat, 16 Apr 2005) | 2 lines
15246 Changed paths:
15247    M /trunk/modules/services_discovery/sap.c
15248
15249 Force conversion from UTF-8 when announce is incorrectly encoded
15250
15251 ------------------------------------------------------------------------
15252 r10699 | gbazin | 2005-04-16 02:01:38 +0200 (Sat, 16 Apr 2005) | 1 line
15253 Changed paths:
15254    M /trunk/modules/gui/wxwindows/video.cpp
15255
15256 * modules/gui/wxwindows/video.cpp: fixes.
15257 ------------------------------------------------------------------------
15258 r10698 | gbazin | 2005-04-16 00:35:21 +0200 (Sat, 16 Apr 2005) | 1 line
15259 Changed paths:
15260    M /trunk/src/misc/modules.c
15261
15262 * src/misc/modules.c: added sub-version number to cache data (used to detect cache layout changes in the development version).
15263 ------------------------------------------------------------------------
15264 r10697 | sigmunau | 2005-04-16 00:32:04 +0200 (Sat, 16 Apr 2005) | 2 lines
15265 Changed paths:
15266    M /trunk/src/playlist/item-ext.c
15267    M /trunk/src/playlist/view.c
15268
15269 playlist: fixed two more occurences of the previous error
15270
15271 ------------------------------------------------------------------------
15272 r10696 | sigmunau | 2005-04-16 00:28:24 +0200 (Sat, 16 Apr 2005) | 2 lines
15273 Changed paths:
15274    M /trunk/src/playlist/item-ext.c
15275
15276 playlist/item-ext.c: fixed off-by-one error causing a crash in ItemGetById
15277
15278 ------------------------------------------------------------------------
15279 r10695 | zorglub | 2005-04-16 00:21:08 +0200 (Sat, 16 Apr 2005) | 2 lines
15280 Changed paths:
15281    M /trunk/src/playlist/playlist.c
15282
15283 Fix next
15284
15285 ------------------------------------------------------------------------
15286 r10694 | gbazin | 2005-04-16 00:17:04 +0200 (Sat, 16 Apr 2005) | 1 line
15287 Changed paths:
15288    M /trunk/modules/gui/wxwindows/timer.cpp
15289
15290 * modules/gui/wxwindows/timer.cpp: cleanup.
15291 ------------------------------------------------------------------------
15292 r10693 | gbazin | 2005-04-16 00:08:02 +0200 (Sat, 16 Apr 2005) | 1 line
15293 Changed paths:
15294    M /trunk/modules/gui/wxwindows/interface.cpp
15295    M /trunk/modules/gui/wxwindows/video.cpp
15296    M /trunk/modules/gui/wxwindows/wxwindows.cpp
15297    M /trunk/modules/gui/wxwindows/wxwindows.h
15298
15299 * modules/gui/wxwindows: bunch of small improvements to the embedded mode + enabled saving size with --wxwin-autosize.
15300 ------------------------------------------------------------------------
15301 r10692 | courmisch | 2005-04-15 23:56:14 +0200 (Fri, 15 Apr 2005) | 3 lines
15302 Changed paths:
15303    M /trunk/modules/demux/voc.c
15304
15305 - demux with much bigger buffers to avoid performance issue
15306 - fix silences handling
15307
15308 ------------------------------------------------------------------------
15309 r10691 | gbazin | 2005-04-15 22:58:06 +0200 (Fri, 15 Apr 2005) | 1 line
15310 Changed paths:
15311    M /trunk/src/misc/configuration.c
15312
15313 * src/misc/configuration.c: fixed a few recent bugs.
15314 ------------------------------------------------------------------------
15315 r10690 | massiot | 2005-04-15 22:01:19 +0200 (Fri, 15 Apr 2005) | 3 lines
15316 Changed paths:
15317    M /trunk/configure.ac
15318    M /trunk/modules/stream_out/Modules.am
15319    M /trunk/modules/stream_out/bridge.c
15320    A /trunk/modules/stream_out/mosaic_bridge.c (from /trunk/modules/video_output/picture.c:10669)
15321    M /trunk/modules/video_filter/Modules.am
15322    M /trunk/modules/video_filter/mosaic.c
15323    A /trunk/modules/video_filter/mosaic.h (from /trunk/modules/video_output/picture.h:10654)
15324    M /trunk/modules/video_output/Modules.am
15325    D /trunk/modules/video_output/picture.c
15326    D /trunk/modules/video_output/picture.h
15327
15328  * ALL: converted the video output module "picture" to a stream output
15329    module "mosaic-bridge".
15330
15331 ------------------------------------------------------------------------
15332 r10689 | massiot | 2005-04-15 21:51:23 +0200 (Fri, 15 Apr 2005) | 2 lines
15333 Changed paths:
15334    M /trunk/include/vlc_video.h
15335
15336  * include/vlc_video.h: Added a p_next pointer to link pictures.
15337
15338 ------------------------------------------------------------------------
15339 r10688 | massiot | 2005-04-15 21:02:14 +0200 (Fri, 15 Apr 2005) | 2 lines
15340 Changed paths:
15341    M /trunk/configure.ac
15342
15343  * configure.ac: Support for x86_64 architecture.
15344
15345 ------------------------------------------------------------------------
15346 r10687 | massiot | 2005-04-15 20:06:51 +0200 (Fri, 15 Apr 2005) | 2 lines
15347 Changed paths:
15348    M /trunk/modules/codec/libmpeg2.c
15349    M /trunk/modules/services_discovery/sap.c
15350    M /trunk/modules/video_output/sdl.c
15351    M /trunk/src/libvlc.c
15352    M /trunk/src/libvlc.h
15353    M /trunk/src/misc/cpu.c
15354
15355  * ALL: x86-64 fixes.
15356
15357 ------------------------------------------------------------------------
15358 r10686 | titer | 2005-04-15 18:56:51 +0200 (Fri, 15 Apr 2005) | 2 lines
15359 Changed paths:
15360    M /trunk
15361    M /trunk/extras/contrib/src
15362
15363  More to ignore
15364
15365 ------------------------------------------------------------------------
15366 r10685 | gbazin | 2005-04-15 17:22:17 +0200 (Fri, 15 Apr 2005) | 1 line
15367 Changed paths:
15368    M /trunk/modules/gui/wxwindows/video.cpp
15369
15370 * modules/gui/wxwindows: disable last commit for now since we don't seem to be able to retrieve the right size values.
15371 ------------------------------------------------------------------------
15372 r10684 | gbazin | 2005-04-15 17:13:02 +0200 (Fri, 15 Apr 2005) | 1 line
15373 Changed paths:
15374    M /trunk/modules/gui/wxwindows/video.cpp
15375    M /trunk/modules/gui/wxwindows/wxwindows.h
15376
15377 * modules/gui/wxwindows: save size of video window when in non-autosize mode.
15378 ------------------------------------------------------------------------
15379 r10683 | courmisch | 2005-04-15 16:53:59 +0200 (Fri, 15 Apr 2005) | 3 lines
15380 Changed paths:
15381    M /trunk/modules/services_discovery/sap.c
15382
15383 support for non-global statically defined SAP IPv4 multicast addresses
15384 (Trivial patch)
15385
15386 ------------------------------------------------------------------------
15387 r10682 | gbazin | 2005-04-15 16:31:58 +0200 (Fri, 15 Apr 2005) | 1 line
15388 Changed paths:
15389    M /trunk/src/misc/modules.c
15390
15391 * src/misc/modules.c: oups, stupid bug.
15392 ------------------------------------------------------------------------
15393 r10681 | gbazin | 2005-04-15 16:01:27 +0200 (Fri, 15 Apr 2005) | 1 line
15394 Changed paths:
15395    M /trunk/include/configuration.h
15396    M /trunk/modules/gui/skins2/src/skin_main.cpp
15397    M /trunk/modules/gui/skins2/src/theme.cpp
15398    M /trunk/modules/gui/wxwindows/wxwindows.cpp
15399    M /trunk/src/misc/configuration.c
15400    M /trunk/src/misc/modules.c
15401
15402 * src/misc/configuration.c, ALL: support for auto-saveable config options (saved automatically on exit).
15403 ------------------------------------------------------------------------
15404 r10680 | gbazin | 2005-04-15 12:38:01 +0200 (Fri, 15 Apr 2005) | 1 line
15405 Changed paths:
15406    M /trunk/modules/gui/wxwindows/timer.cpp
15407
15408 * modules/gui/wxwindows/timer.cpp: reduced the one shot timers length.
15409 ------------------------------------------------------------------------
15410 r10679 | gbazin | 2005-04-15 12:30:56 +0200 (Fri, 15 Apr 2005) | 1 line
15411 Changed paths:
15412    M /trunk/modules/gui/wxwindows/video.cpp
15413
15414 * modules/gui/wxwindows/video.cpp: only set background color when necessary.
15415 ------------------------------------------------------------------------
15416 r10678 | gbazin | 2005-04-15 11:58:33 +0200 (Fri, 15 Apr 2005) | 1 line
15417 Changed paths:
15418    M /trunk/modules/gui/wxwindows/interface.cpp
15419    M /trunk/modules/gui/wxwindows/timer.cpp
15420    M /trunk/modules/gui/wxwindows/video.cpp
15421    M /trunk/modules/gui/wxwindows/wxwindows.cpp
15422    M /trunk/modules/gui/wxwindows/wxwindows.h
15423
15424 * modules/gui/wxwindows: small cleanup + renamed wxwin-size-to-video into wxwin-autosize.
15425 ------------------------------------------------------------------------
15426 r10677 | zorglub | 2005-04-15 11:34:29 +0200 (Fri, 15 Apr 2005) | 2 lines
15427 Changed paths:
15428    M /trunk/modules/gui/wxwindows/interface.cpp
15429
15430 Allow resizing of video when autofit is enabled
15431
15432 ------------------------------------------------------------------------
15433 r10676 | gbazin | 2005-04-15 11:13:24 +0200 (Fri, 15 Apr 2005) | 1 line
15434 Changed paths:
15435    M /trunk/modules/gui/wxwindows/video.cpp
15436
15437 * modules/gui/wxwindows/video.cpp: some fixes for the recent breakage.
15438 ------------------------------------------------------------------------
15439 r10675 | robux4 | 2005-04-14 23:49:34 +0200 (Thu, 14 Apr 2005) | 1 line
15440 Changed paths:
15441    M /trunk/modules/demux/mkv.cpp
15442
15443 mkv.cpp: preliminary support for segments with no content, only chapter commands
15444 ------------------------------------------------------------------------
15445 r10673 | robux4 | 2005-04-13 23:06:16 +0200 (Wed, 13 Apr 2005) | 2 lines
15446 Changed paths:
15447    M /trunk/modules/demux/mkv.cpp
15448
15449 mkv.cpp: store the chapter codec data for later use
15450 code cleaning
15451 ------------------------------------------------------------------------
15452 r10672 | robux4 | 2005-04-13 22:03:49 +0200 (Wed, 13 Apr 2005) | 1 line
15453 Changed paths:
15454    M /trunk/modules/demux/mkv.cpp
15455
15456 mkv.cpp: stronger type checking
15457 ------------------------------------------------------------------------
15458 r10671 | zorglub | 2005-04-13 21:31:45 +0200 (Wed, 13 Apr 2005) | 2 lines
15459 Changed paths:
15460    M /trunk/modules/gui/wxwindows/wxwindows.cpp
15461    M /trunk/modules/services_discovery/sap.c
15462    M /trunk/src/playlist/playlist.c
15463
15464 Don't autoplay SAP items
15465
15466 ------------------------------------------------------------------------
15467 r10670 | zorglub | 2005-04-13 19:43:12 +0200 (Wed, 13 Apr 2005) | 10 lines
15468 Changed paths:
15469    M /trunk/include/vlc_playlist.h
15470    M /trunk/modules/gui/macosx/playlist.m
15471    M /trunk/modules/gui/ncurses.c
15472    M /trunk/modules/gui/wxwindows/interface.cpp
15473    M /trunk/modules/gui/wxwindows/open.cpp
15474    M /trunk/modules/gui/wxwindows/playlist.cpp
15475    M /trunk/modules/gui/wxwindows/timer.cpp
15476    M /trunk/modules/gui/wxwindows/wxwindows.h
15477    M /trunk/modules/services_discovery/sap.c
15478    M /trunk/src/playlist/item-ext.c
15479    M /trunk/src/playlist/playlist.c
15480    M /trunk/src/playlist/view.c
15481
15482 * Playlist :
15483   - fix crash when deleting current item
15484   - SAP: don't store pointers
15485   - don't pass pointers to interface in item-appended
15486   - remove VIEW_SIMPLE that was confusing and bug-generating
15487
15488 * wx: 
15489   - Fix open layout
15490   - Fix slider behaviour, patch by Greg Hazel
15491
15492 ------------------------------------------------------------------------
15493 r10669 | fenrir | 2005-04-13 10:27:34 +0200 (Wed, 13 Apr 2005) | 2 lines
15494 Changed paths:
15495    M /trunk/modules/mux/mpeg/csa.c
15496
15497  * csa: decrypt only when payload >= 8 bytes.
15498
15499 ------------------------------------------------------------------------
15500 r10668 | gbazin | 2005-04-13 09:27:37 +0200 (Wed, 13 Apr 2005) | 1 line
15501 Changed paths:
15502    M /trunk/po/de.po
15503
15504 * po/de.po: small fix.
15505 ------------------------------------------------------------------------
15506 r10667 | fkuehne | 2005-04-13 00:48:27 +0200 (Wed, 13 Apr 2005) | 4 lines
15507 Changed paths:
15508    M /trunk/modules/access/v4l/v4l.c
15509    M /trunk/po/de.po
15510    M /trunk/src/libvlc.h
15511
15512 * src/libvlc.h: added Chinese Traditional to the list of languages
15513 * modules/access/v4l/v4l.c: fixed l10n-strings (we use American English in l10n-strings)
15514 * de.po: first update to the German translation
15515
15516 ------------------------------------------------------------------------
15517 r10666 | fkuehne | 2005-04-13 00:47:36 +0200 (Wed, 13 Apr 2005) | 1 line
15518 Changed paths:
15519    M /trunk/modules/codec/ffmpeg/ffmpeg.c
15520    M /trunk/modules/codec/toolame.c
15521    M /trunk/modules/codec/vorbis.c
15522    M /trunk/modules/control/showintf.c
15523    M /trunk/modules/control/telnet.c
15524    M /trunk/modules/demux/mkv.cpp
15525    M /trunk/modules/demux/ts.c
15526    M /trunk/modules/gui/macosx/macosx.m
15527    M /trunk/modules/gui/wxwindows/wxwindows.cpp
15528
15529 * ALL:  removed l10n of various untranslatable strings such as 'ffmpeg' or 'Vorbis'
15530 ------------------------------------------------------------------------
15531 r10665 | zorglub | 2005-04-12 23:55:32 +0200 (Tue, 12 Apr 2005) | 8 lines
15532 Changed paths:
15533    M /trunk/THANKS
15534    M /trunk/modules/gui/wxwindows/interface.cpp
15535    M /trunk/modules/gui/wxwindows/open.cpp
15536    M /trunk/modules/gui/wxwindows/playlist.cpp
15537    M /trunk/modules/gui/wxwindows/preferences.cpp
15538    M /trunk/modules/gui/wxwindows/timer.cpp
15539    M /trunk/modules/gui/wxwindows/video.cpp
15540    M /trunk/modules/gui/wxwindows/wxwindows.cpp
15541    M /trunk/modules/gui/wxwindows/wxwindows.h
15542    M /trunk/modules/misc/playlist/m3u.c
15543
15544 * Patch by Gregory Hazel :
15545   - Fix gui flickering on video size change
15546   - provide a no-auto-resize mode 
15547
15548 * Patch by Christophe Mutricy : fix M3U export
15549
15550 Thanks to both !
15551
15552 ------------------------------------------------------------------------
15553 r10664 | fkuehne | 2005-04-12 23:11:46 +0200 (Tue, 12 Apr 2005) | 1 line
15554 Changed paths:
15555    M /trunk/po/Makefile.in.in
15556
15557 * sorry, this file wasn't supposed to be commited in r10663, reverted to r10352
15558 ------------------------------------------------------------------------
15559 r10663 | fkuehne | 2005-04-12 23:08:00 +0200 (Tue, 12 Apr 2005) | 1 line
15560 Changed paths:
15561    M /trunk/po/Makefile.in.in
15562    M /trunk/po/POTFILES.in
15563    M /trunk/po/bn.po
15564    M /trunk/po/da.po
15565    M /trunk/po/de.po
15566    M /trunk/po/el.po
15567    M /trunk/po/en_GB.po
15568    M /trunk/po/es.po
15569    M /trunk/po/fr.po
15570    M /trunk/po/hi.po
15571    M /trunk/po/hu.po
15572    M /trunk/po/it.po
15573    M /trunk/po/ja.po
15574    M /trunk/po/my.po
15575    M /trunk/po/ne.po
15576    M /trunk/po/nl.po
15577    M /trunk/po/no.po
15578    M /trunk/po/pl.po
15579    M /trunk/po/ps.po
15580    M /trunk/po/pt_BR.po
15581    M /trunk/po/ru.po
15582    M /trunk/po/sv.po
15583    M /trunk/po/tet.po
15584    M /trunk/po/tl.po
15585    M /trunk/po/vlc.pot
15586    M /trunk/po/zh_TW.po
15587
15588 * updated the po-files on request by Jonas Larsen
15589 ------------------------------------------------------------------------
15590 r10662 | fkuehne | 2005-04-12 20:51:14 +0200 (Tue, 12 Apr 2005) | 1 line
15591 Changed paths:
15592    M /trunk/THANKS
15593    M /trunk/configure.ac
15594    A /trunk/po/zh_TW.po
15595    M /trunk/src/misc/darwin_specific.m
15596
15597 * added Chinese Traditional translation by Frank Chao <frank0624 (at) gmail.com>
15598 ------------------------------------------------------------------------
15599 r10661 | bigben | 2005-04-12 20:46:26 +0200 (Tue, 12 Apr 2005) | 3 lines
15600 Changed paths:
15601    M /trunk/modules/gui/macosx/controls.m
15602    M /trunk/modules/gui/macosx/intf.h
15603    M /trunk/modules/gui/macosx/intf.m
15604    M /trunk/modules/gui/macosx/playlist.h
15605    M /trunk/modules/gui/macosx/playlist.m
15606
15607 Update the info displayed in the playlist when you change the play mode in the menu (had this ever worked ?)
15608
15609
15610 ------------------------------------------------------------------------
15611 r10660 | gbazin | 2005-04-12 20:15:33 +0200 (Tue, 12 Apr 2005) | 1 line
15612 Changed paths:
15613    M /trunk/modules/demux/playlist/b4s.c
15614    M /trunk/modules/misc/xml/xtag.c
15615    M /trunk/src/input/stream.c
15616    M /trunk/src/playlist/item.c
15617    M /trunk/src/playlist/playlist.c
15618
15619 * ALL: fixed a handful of bugs and memory leaks.
15620 ------------------------------------------------------------------------
15621 r10659 | hartman | 2005-04-12 18:43:55 +0200 (Tue, 12 Apr 2005) | 2 lines
15622 Changed paths:
15623    M /trunk/modules/gui/macosx/intf.m
15624    M /trunk/modules/gui/macosx/playlist.m
15625
15626 * Fix two cases where p_playlist->status.p_item was NULL (this fixes last issues with adding shoutcast SD to OSX playlist)
15627
15628 ------------------------------------------------------------------------
15629 r10658 | hartman | 2005-04-12 18:20:55 +0200 (Tue, 12 Apr 2005) | 2 lines
15630 Changed paths:
15631    M /trunk/modules/misc/xml/xtag.c
15632
15633 * Now works with http 1.0. Someone better check this to make sure I didn't mess up. :D
15634
15635 ------------------------------------------------------------------------
15636 r10657 | courmisch | 2005-04-12 16:43:01 +0200 (Tue, 12 Apr 2005) | 2 lines
15637 Changed paths:
15638    M /trunk/modules/services_discovery/sap.c
15639
15640 Simplifying
15641
15642 ------------------------------------------------------------------------
15643 r10656 | hartman | 2005-04-12 16:41:47 +0200 (Tue, 12 Apr 2005) | 5 lines
15644 Changed paths:
15645    M /trunk/AUTHORS
15646    M /trunk/TODO
15647    M /trunk/modules/gui/macosx/controls.m
15648    M /trunk/modules/gui/macosx/intf.m
15649    M /trunk/modules/gui/macosx/vout.m
15650
15651 * fixed fullscreen on osx with multiple vouts. 
15652 * different way to remember fullscreen state.
15653 * update the playlist on item-append and item-deleted calls.
15654 * fixed video-on-top with opengl vouts on OSX.
15655
15656 ------------------------------------------------------------------------
15657 r10655 | bigben | 2005-04-12 16:31:14 +0200 (Tue, 12 Apr 2005) | 4 lines
15658 Changed paths:
15659    M /trunk/modules/gui/macosx/intf.h
15660    M /trunk/modules/gui/macosx/intf.m
15661    M /trunk/modules/gui/macosx/misc.h
15662    M /trunk/modules/gui/macosx/misc.m
15663
15664 * intf.* : try to restore an a bit more intelligent behavior for the playlist toggle button (remeber previous state, for instance)
15665 * misc.* : get rid of unused code.
15666
15667
15668 ------------------------------------------------------------------------
15669 r10654 | gbazin | 2005-04-12 16:11:04 +0200 (Tue, 12 Apr 2005) | 1 line
15670 Changed paths:
15671    M /trunk/modules/video_output/opengl.c
15672
15673 * modules/video_output/opengl.c: fixed snapshots in opengl mode.
15674 ------------------------------------------------------------------------
15675 r10653 | gbazin | 2005-04-12 16:09:12 +0200 (Tue, 12 Apr 2005) | 1 line
15676 Changed paths:
15677    M /trunk/src/video_output/vout_subpictures.c
15678
15679 * src/video_output/vout_subpictures.c: fixed recent breakage with aspect-ratio and subpictures.
15680 ------------------------------------------------------------------------
15681 r10652 | bigben | 2005-04-12 15:19:23 +0200 (Tue, 12 Apr 2005) | 5 lines
15682 Changed paths:
15683    M /trunk/modules/gui/macosx/intf.m
15684
15685 Rempaces 95 by [o_window minSize].height everywhere. That fixes some visual bugs ans should help keep consistancy.
15686
15687 Please test if I didn't break anything...
15688
15689
15690 ------------------------------------------------------------------------
15691 r10651 | dionoea | 2005-04-12 00:53:55 +0200 (Tue, 12 Apr 2005) | 2 lines
15692 Changed paths:
15693    M /trunk/modules/services_discovery/shout.c
15694
15695 add option to select the limit of shoutcast streams to be displayed
15696
15697 ------------------------------------------------------------------------
15698 r10650 | sigmunau | 2005-04-11 23:53:33 +0200 (Mon, 11 Apr 2005) | 3 lines
15699 Changed paths:
15700    M /trunk/TODO
15701    M /trunk/src/playlist/item-ext.c
15702    M /trunk/src/playlist/view.c
15703
15704 all: remove items from pp_all_items when needed. Hopefully gives a more
15705 stable playlist
15706
15707 ------------------------------------------------------------------------
15708 r10649 | robux4 | 2005-04-11 22:07:05 +0200 (Mon, 11 Apr 2005) | 1 line
15709 Changed paths:
15710    M /trunk/modules/demux/mkv.cpp
15711
15712 mkv.cpp: store the translation between segment IDs for each chapter codec
15713 ------------------------------------------------------------------------
15714 r10648 | zorglub | 2005-04-11 19:43:08 +0200 (Mon, 11 Apr 2005) | 2 lines
15715 Changed paths:
15716    M /trunk/modules/stream_out/bridge.c
15717
15718 Remove bridge from preferences panel + fix description, patch by Chritophe Mutricy
15719
15720 ------------------------------------------------------------------------
15721 r10647 | titer | 2005-04-11 17:35:41 +0200 (Mon, 11 Apr 2005) | 2 lines
15722 Changed paths:
15723    M /trunk/modules/gui/beos/PreferencesWindow.cpp
15724    M /trunk/modules/gui/beos/PreferencesWindow.h
15725
15726  beos/PreferencesWindow*: fixed widgets
15727
15728 ------------------------------------------------------------------------
15729 r10646 | damienf | 2005-04-11 16:29:18 +0200 (Mon, 11 Apr 2005) | 2 lines
15730 Changed paths:
15731    M /trunk/modules/mux/mpeg/ts.c
15732
15733 -added "pmt-program" variable to configure PMT program number
15734
15735 ------------------------------------------------------------------------
15736 r10645 | hartman | 2005-04-11 16:13:41 +0200 (Mon, 11 Apr 2005) | 2 lines
15737 Changed paths:
15738    M /trunk/modules/video_filter/time.c
15739
15740 * included wrong time.h
15741
15742 ------------------------------------------------------------------------
15743 r10644 | sigmunau | 2005-04-11 14:04:14 +0200 (Mon, 11 Apr 2005) | 2 lines
15744 Changed paths:
15745    M /trunk/TODO
15746
15747 TODO: Added some todo items related to playlist that should be done, but I don't have time to do right now.
15748
15749 ------------------------------------------------------------------------
15750 r10643 | hartman | 2005-04-11 01:05:44 +0200 (Mon, 11 Apr 2005) | 2 lines
15751 Changed paths:
15752    M /trunk/modules/video_filter/time.c
15753
15754 * include time.h when using it.
15755
15756 ------------------------------------------------------------------------
15757 r10642 | hartman | 2005-04-11 00:29:35 +0200 (Mon, 11 Apr 2005) | 6 lines
15758 Changed paths:
15759    M /trunk/modules/gui/macosx/controls.m
15760    M /trunk/modules/gui/macosx/intf.m
15761
15762 * Fix for the disabled menu's under Tiger.
15763
15764 Apparently menu's got smarter in Tiger. As a workaround for the old version, you should first open the Help menu and then drag to the other menu's.
15765
15766 This still isn't the correct way to fix it. We should attach a callback function to the autogenerated menu's and have the callback function update the menu. (but this will work for now).
15767
15768 ------------------------------------------------------------------------
15769 r10641 | zorglub | 2005-04-10 20:40:52 +0200 (Sun, 10 Apr 2005) | 10 lines
15770 Changed paths:
15771    M /trunk/include/vlc_common.h
15772    M /trunk/include/vlc_playlist.h
15773    M /trunk/modules/gui/wxwindows/bookmarks.cpp
15774    M /trunk/modules/gui/wxwindows/extrapanel.cpp
15775    M /trunk/modules/gui/wxwindows/fileinfo.cpp
15776    M /trunk/modules/gui/wxwindows/interface.cpp
15777    M /trunk/modules/gui/wxwindows/menus.cpp
15778    M /trunk/modules/gui/wxwindows/messages.cpp
15779    M /trunk/modules/gui/wxwindows/open.cpp
15780    M /trunk/modules/gui/wxwindows/playlist.cpp
15781    M /trunk/modules/gui/wxwindows/preferences.cpp
15782    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
15783    M /trunk/modules/gui/wxwindows/preferences_widgets.h
15784    M /trunk/modules/gui/wxwindows/wizard.cpp
15785    M /trunk/modules/gui/wxwindows/wxwindows.cpp
15786    M /trunk/modules/gui/wxwindows/wxwindows.h
15787    M /trunk/src/playlist/sort.c
15788    M /trunk/src/playlist/view.c
15789
15790 * Fixes for wx2.5.5, patch by Greg Hazel <ghazel at gmail dot com>
15791
15792 I only changed two things in the patch 
15793 * added a check for wx2.4 that does not seem to have sizer->Detach
15794 * commented out the wxCheckVersion in open.cpp, which broke layouting under wx2.5.3
15795   (what was the intended behaviour ?)
15796
15797 * Added core support for a sorted by genre view
15798
15799
15800 ------------------------------------------------------------------------
15801 r10640 | titer | 2005-04-10 20:18:22 +0200 (Sun, 10 Apr 2005) | 2 lines
15802 Changed paths:
15803    M /trunk/modules/gui/beos/BeOS.cpp
15804    M /trunk/modules/gui/beos/PreferencesWindow.cpp
15805    M /trunk/modules/gui/beos/PreferencesWindow.h
15806
15807  beos/*: first pass at fixing the BeOS prefs
15808
15809 ------------------------------------------------------------------------
15810 r10639 | sigmunau | 2005-04-10 19:48:41 +0200 (Sun, 10 Apr 2005) | 2 lines
15811 Changed paths:
15812    M /trunk/modules/access/mms/mmstu.c
15813    M /trunk/modules/codec/ffmpeg/video.c
15814    M /trunk/src/input/input.c
15815
15816 fixed three major problems pointed to by Trax
15817
15818 ------------------------------------------------------------------------
15819 r10638 | courmisch | 2005-04-10 18:13:40 +0200 (Sun, 10 Apr 2005) | 2 lines
15820 Changed paths:
15821    M /trunk/modules/demux/playlist/b4s.c
15822
15823 Fix invalid free() on exit
15824
15825 ------------------------------------------------------------------------
15826 r10637 | courmisch | 2005-04-10 18:12:57 +0200 (Sun, 10 Apr 2005) | 2 lines
15827 Changed paths:
15828    M /trunk/modules/misc/xml/xtag.c
15829
15830 Fix a segmentation fault in case of error
15831
15832 ------------------------------------------------------------------------
15833 r10636 | sigmunau | 2005-04-10 16:44:52 +0200 (Sun, 10 Apr 2005) | 2 lines
15834 Changed paths:
15835    M /trunk/src/playlist/item-ext.c
15836
15837 playlist/item-ext.c: more elegant binary search in playlist_ItemGetById()
15838
15839 ------------------------------------------------------------------------
15840 r10635 | sigmunau | 2005-04-10 16:42:39 +0200 (Sun, 10 Apr 2005) | 2 lines
15841 Changed paths:
15842    M /trunk/modules/gui/wxwindows/playlist.cpp
15843
15844 wx/playlist.cpp: reintroduced the caching in FindItem, giving unknown speed increases
15845
15846 ------------------------------------------------------------------------
15847 r10634 | titer | 2005-04-10 16:00:40 +0200 (Sun, 10 Apr 2005) | 2 lines
15848 Changed paths:
15849    M /trunk/modules/misc/externrun.c
15850
15851  externrun.c: compile fix
15852
15853 ------------------------------------------------------------------------
15854 r10633 | sigmunau | 2005-04-10 14:46:30 +0200 (Sun, 10 Apr 2005) | 2 lines
15855 Changed paths:
15856    M /trunk/modules/services_discovery/shout.c
15857
15858 shout.c: set svn properties, fixed copyright, author and a string
15859
15860 ------------------------------------------------------------------------
15861 r10632 | sigmunau | 2005-04-10 13:55:16 +0200 (Sun, 10 Apr 2005) | 3 lines
15862 Changed paths:
15863    M /trunk/configure.ac
15864    M /trunk/modules/demux/playlist/b4s.c
15865    M /trunk/modules/demux/playlist/playlist.c
15866    M /trunk/modules/services_discovery/Modules.am
15867    A /trunk/modules/services_discovery/shout.c
15868
15869 demux/playlist/*: Added a special "shoutcast" mode to b4s parser
15870 rest: new services discovery module to get channels from shoutcast
15871
15872 ------------------------------------------------------------------------
15873 r10631 | sigmunau | 2005-04-10 13:52:24 +0200 (Sun, 10 Apr 2005) | 2 lines
15874 Changed paths:
15875    M /trunk/src/playlist/item-ext.c
15876
15877 src/playlist/item-ext.c: fixed a recent bug in playlist_ItemGetById
15878
15879 ------------------------------------------------------------------------
15880 r10630 | sigmunau | 2005-04-10 13:03:57 +0200 (Sun, 10 Apr 2005) | 3 lines
15881 Changed paths:
15882    M /trunk/include/vlc_playlist.h
15883    M /trunk/src/playlist/sort.c
15884
15885 playlist: support for sorting a node based on numerical iterpretation of the
15886 title
15887
15888 ------------------------------------------------------------------------
15889 r10629 | sigmunau | 2005-04-10 10:19:49 +0200 (Sun, 10 Apr 2005) | 3 lines
15890 Changed paths:
15891    M /trunk/include/vlc_playlist.h
15892    M /trunk/src/playlist/item-ext.c
15893    M /trunk/src/playlist/item.c
15894
15895 playlist/item.c, include/vlc_playlist.h: introduced playlist_ItemCopy
15896 playlist/item-ext.c: O(log(N)) playlist_GetItemById()
15897
15898 ------------------------------------------------------------------------
15899 r10628 | rocky | 2005-04-10 03:51:44 +0200 (Sun, 10 Apr 2005) | 6 lines
15900 Changed paths:
15901    M /trunk/modules/access/vcdx/access.c
15902    M /trunk/modules/access/vcdx/info.c
15903    M /trunk/modules/access/vcdx/vcd.c
15904    M /trunk/modules/access/vcdx/vcdplayer.h
15905
15906 Crash on quit fixed.
15907 Add Track length mode. 
15908 Entry slider fixed update fixed.
15909 Some small memory leaks fixed.
15910
15911
15912 ------------------------------------------------------------------------
15913 r10627 | hartman | 2005-04-10 01:36:48 +0200 (Sun, 10 Apr 2005) | 2 lines
15914 Changed paths:
15915    M /trunk/extras/contrib/src/Makefile
15916    A /trunk/extras/contrib/src/Patches/gcrypt.patch
15917
15918 * gcc 4.0 fixes for libgcrypt
15919
15920 ------------------------------------------------------------------------
15921 r10626 | hartman | 2005-04-10 01:31:47 +0200 (Sun, 10 Apr 2005) | 2 lines
15922 Changed paths:
15923    M /trunk/configure.ac
15924
15925 * Fix vlc compilation on gcc-4.0 (only one patch how easy was that)
15926
15927 ------------------------------------------------------------------------
15928 r10625 | gbazin | 2005-04-09 18:55:47 +0200 (Sat, 09 Apr 2005) | 1 line
15929 Changed paths:
15930    M /trunk/src/input/access.c
15931
15932 * src/input/access.c: fixed segfaults.
15933 ------------------------------------------------------------------------
15934 r10624 | hartman | 2005-04-09 18:02:45 +0200 (Sat, 09 Apr 2005) | 2 lines
15935 Changed paths:
15936    M /trunk/extras/contrib/src/Makefile
15937
15938 * Fix a spelling error of a define
15939
15940 ------------------------------------------------------------------------
15941 r10623 | rocky | 2005-04-09 17:36:41 +0200 (Sat, 09 Apr 2005) | 9 lines
15942 Changed paths:
15943    M /trunk/modules/access/cdda/access.c
15944    M /trunk/modules/access/cdda/callback.c
15945    M /trunk/modules/access/cdda/cdda.c
15946    M /trunk/modules/access/cdda/cdda.h
15947    M /trunk/modules/access/cdda/info.c
15948
15949 Fix bugs in disc-view slider. (May still have a couple left)
15950
15951 Fix bug in paranoia mode. Now allow two kinds of paranoia - overlap and full.
15952
15953 libcddb 0.96 has regexp memory leaks in - 1.0.0 won't. Be leak free if using
15954 1.0.0.
15955
15956
15957
15958 ------------------------------------------------------------------------
15959 r10622 | sigmunau | 2005-04-09 17:15:57 +0200 (Sat, 09 Apr 2005) | 2 lines
15960 Changed paths:
15961    M /trunk/src/playlist/playlist.c
15962
15963 playlist.c: removed a stray mutex_unlock
15964
15965 ------------------------------------------------------------------------
15966 r10621 | sigmunau | 2005-04-09 16:57:23 +0200 (Sat, 09 Apr 2005) | 10 lines
15967 Changed paths:
15968    M /trunk/modules/gui/wxwindows/playlist.cpp
15969    M /trunk/modules/gui/wxwindows/wxwindows.h
15970
15971 wx/playlist: never store the pointer to p_item when the playlist lock isn't
15972 held. store p_playlist in wxvlc::Playlist since the class can't work without
15973 p_playlist anyway. Strictly lock playlist when needed.
15974
15975 adds a lot of playlist_ItemGetById, and removes a lot of vlc_object_find
15976 VLC_OBJECT_PLAYLIST).
15977
15978 This should fix a lot of potential deadlocks and crashes, including a few I
15979 could reproduce
15980
15981 ------------------------------------------------------------------------
15982 r10620 | courmisch | 2005-04-09 16:54:44 +0200 (Sat, 09 Apr 2005) | 2 lines
15983 Changed paths:
15984    M /trunk/modules/misc/gnutls.c
15985
15986 Client should now be able to authenticate
15987
15988 ------------------------------------------------------------------------
15989 r10619 | sigmunau | 2005-04-09 16:53:38 +0200 (Sat, 09 Apr 2005) | 5 lines
15990 Changed paths:
15991    M /trunk/include/vlc_playlist.h
15992    M /trunk/src/playlist/item-ext.c
15993    M /trunk/src/playlist/playlist.c
15994    M /trunk/src/playlist/view.c
15995
15996 playlist: added a pp_all_items to playlist_t allowing GetItemById to return
15997 nodes as well as items.
15998 made playlist_Control not take the playlist lock, and created a
15999 playlist_LockControl that does the same but takes the lock
16000
16001 ------------------------------------------------------------------------
16002 r10618 | gbazin | 2005-04-09 16:43:02 +0200 (Sat, 09 Apr 2005) | 1 line
16003 Changed paths:
16004    M /trunk/modules/gui/wxwindows/dialogs.cpp
16005
16006 * modules/gui/wxwindows/dialogs.cpp: fixed open directory dialog.
16007 ------------------------------------------------------------------------
16008 r10617 | zorglub | 2005-04-09 16:02:55 +0200 (Sat, 09 Apr 2005) | 2 lines
16009 Changed paths:
16010    M /trunk/modules/gui/wxwindows/extrapanel.cpp
16011
16012 Fix addition of several filters
16013
16014 ------------------------------------------------------------------------
16015 r10616 | courmisch | 2005-04-09 14:30:34 +0200 (Sat, 09 Apr 2005) | 2 lines
16016 Changed paths:
16017    M /trunk/modules/access/http.c
16018    M /trunk/modules/misc/gnutls.c
16019    M /trunk/src/misc/tls.c
16020
16021 - optional SSL hostname verification
16022
16023 ------------------------------------------------------------------------
16024 r10615 | gbazin | 2005-04-09 13:27:23 +0200 (Sat, 09 Apr 2005) | 5 lines
16025 Changed paths:
16026    M /trunk/configure.ac
16027    M /trunk/modules/demux/flac.c
16028    M /trunk/modules/demux/mpeg/m4a.c
16029    M /trunk/modules/demux/mpeg/mpga.c
16030    M /trunk/modules/demux/util/Modules.am
16031    D /trunk/modules/demux/util/id3.c
16032    M /trunk/modules/demux/util/id3tag.c
16033    M /trunk/src/input/demux.c
16034
16035 * src/input/demux.c: skip header id3tag in the core before loading the demux (id3tags have a tendency to mess probing).
16036 * modules/demux/flac.c, modules/demux/mpeg/m4a.c,mpga.c: update id3tag parsing.
16037 * modules/demux/util/id3tag.c: id3tag parsing doesn't need to skip the id3tag header anymore.
16038 * modules/demux/util/id3.c: module removed because id3tag header skipping isn't needed anymore.
16039
16040 ------------------------------------------------------------------------
16041 r10614 | gbazin | 2005-04-09 13:15:18 +0200 (Sat, 09 Apr 2005) | 1 line
16042 Changed paths:
16043    M /trunk/modules/demux/Modules.am
16044    D /trunk/modules/demux/aac.c
16045
16046 * modules/demux/aac.c: removed deprecated aac demux (replaced by the m4a demux which uses the m4a packetizer).
16047 ------------------------------------------------------------------------
16048 r10613 | courmisch | 2005-04-09 13:03:56 +0200 (Sat, 09 Apr 2005) | 2 lines
16049 Changed paths:
16050    M /trunk/modules/misc/gnutls.c
16051
16052 Client-side server credentials verification
16053
16054 ------------------------------------------------------------------------
16055 r10612 | gbazin | 2005-04-09 11:53:06 +0200 (Sat, 09 Apr 2005) | 1 line
16056 Changed paths:
16057    M /trunk/modules/demux/ty.c
16058
16059 * modules/demux/ty.c: fixed probing bug.
16060 ------------------------------------------------------------------------
16061 r10611 | courmisch | 2005-04-09 11:27:27 +0200 (Sat, 09 Apr 2005) | 2 lines
16062 Changed paths:
16063    M /trunk/modules/misc/win32text.c
16064
16065 Not an executable
16066
16067 ------------------------------------------------------------------------
16068 r10610 | gbazin | 2005-04-09 11:26:41 +0200 (Sat, 09 Apr 2005) | 1 line
16069 Changed paths:
16070    M /trunk/configure.ac
16071
16072 * configure.ac: don't include externrun in the wince build.
16073 ------------------------------------------------------------------------
16074 r10609 | hartman | 2005-04-09 11:02:36 +0200 (Sat, 09 Apr 2005) | 1 line
16075 Changed paths:
16076    M /trunk/extras/contrib/src/Patches/libebml.patch
16077
16078 * fix libebml patch
16079 ------------------------------------------------------------------------
16080 r10608 | courmisch | 2005-04-09 10:07:50 +0200 (Sat, 09 Apr 2005) | 2 lines
16081 Changed paths:
16082    M /trunk/modules/misc/externrun.c
16083
16084 Cosmetic fixes
16085
16086 ------------------------------------------------------------------------
16087 r10607 | courmisch | 2005-04-09 10:06:00 +0200 (Sat, 09 Apr 2005) | 7 lines
16088 Changed paths:
16089    M /trunk/modules/misc/externrun.c
16090
16091 - <unistd.h> is needed for fork and execl
16092 - use execlp instead of execl
16093 - perform process replacement in the child process, not the parent
16094 - wait for process termination (to avoid zombies)
16095 - do not return value from void function
16096 - more verbose
16097
16098 ------------------------------------------------------------------------
16099 r10606 | courmisch | 2005-04-09 09:42:21 +0200 (Sat, 09 Apr 2005) | 3 lines
16100 Changed paths:
16101    M /trunk/configure.ac
16102
16103 - remove externrun directory
16104 - struct addrinfo check
16105
16106 ------------------------------------------------------------------------
16107 r10605 | courmisch | 2005-04-09 09:38:56 +0200 (Sat, 09 Apr 2005) | 2 lines
16108 Changed paths:
16109    M /trunk/modules/misc/Modules.am
16110    D /trunk/modules/misc/externrun
16111    A /trunk/modules/misc/externrun.c (from /trunk/modules/misc/externrun/externrun.c:10604)
16112
16113 Removed useless subdirectory
16114
16115 ------------------------------------------------------------------------
16116 r10604 | courmisch | 2005-04-09 09:34:12 +0200 (Sat, 09 Apr 2005) | 2 lines
16117 Changed paths:
16118    M /trunk/modules/misc/externrun/externrun.c
16119
16120 tab fixes (cosmetic)
16121
16122 ------------------------------------------------------------------------
16123 r10603 | hartman | 2005-04-09 02:22:50 +0200 (Sat, 09 Apr 2005) | 1 line
16124 Changed paths:
16125    M /trunk/extras/contrib/bootstrap
16126    M /trunk/extras/contrib/src/Makefile
16127
16128 * Updated the contrib system to work with the new id gcc-4 returns for Tiger
16129 ------------------------------------------------------------------------
16130 r10602 | hartman | 2005-04-09 01:47:49 +0200 (Sat, 09 Apr 2005) | 1 line
16131 Changed paths:
16132    M /trunk/extras/contrib/src/Makefile
16133    A /trunk/extras/contrib/src/Patches/libebml.patch
16134    M /trunk/extras/contrib/src/Patches/mpeg2dec.patch
16135
16136 * gcc-4.0 fixes to the contribs
16137 ------------------------------------------------------------------------
16138 r10601 | hartman | 2005-04-08 22:28:23 +0200 (Fri, 08 Apr 2005) | 2 lines
16139 Changed paths:
16140    M /trunk/extras/contrib/Makefile
16141
16142 * Disable "make bin" in the contrib system and give a warning.
16143
16144 ------------------------------------------------------------------------
16145 r10600 | sylv | 2005-04-08 22:22:45 +0200 (Fri, 08 Apr 2005) | 1 line
16146 Changed paths:
16147    M /trunk/configure.ac
16148    M /trunk/modules/misc/dummy/input.c
16149    A /trunk/modules/misc/externrun
16150    A /trunk/modules/misc/externrun/Modules.am
16151    A /trunk/modules/misc/externrun/externrun.c
16152
16153 An interface to run extern programs (such as shutdown)
16154 ------------------------------------------------------------------------
16155 r10599 | courmisch | 2005-04-08 22:04:59 +0200 (Fri, 08 Apr 2005) | 3 lines
16156 Changed paths:
16157    M /trunk/configure.ac
16158    M /trunk/src/misc/httpd.c
16159
16160 - Simplify check for getnameinfo
16161 - Added check for getaddrinfo
16162
16163 ------------------------------------------------------------------------
16164 r10598 | courmisch | 2005-04-08 22:01:59 +0200 (Fri, 08 Apr 2005) | 2 lines
16165 Changed paths:
16166    M /trunk/src/misc/net.c
16167
16168 Fix invalid abusive pointer usage (heck, there was a warning!)
16169
16170 ------------------------------------------------------------------------
16171 r10597 | massiot | 2005-04-08 19:55:29 +0200 (Fri, 08 Apr 2005) | 3 lines
16172 Changed paths:
16173    M /trunk/src/stream_output/stream_output.c
16174
16175  * src/stream_output/stream_output.c : Print a debug message when a packet
16176    arrives too late to the mux.
16177
16178 ------------------------------------------------------------------------
16179 r10596 | massiot | 2005-04-08 19:52:23 +0200 (Fri, 08 Apr 2005) | 4 lines
16180 Changed paths:
16181    M /trunk/modules/demux/ts.c
16182
16183  * modules/demux/ts.c : Removed unused sysid option. VBI descriptor and
16184    VBI teletext descriptor should not set the codec because they only
16185    add information on a teletext stream.
16186
16187 ------------------------------------------------------------------------
16188 r10595 | massiot | 2005-04-08 19:44:14 +0200 (Fri, 08 Apr 2005) | 4 lines
16189 Changed paths:
16190    M /trunk/modules/stream_out/transcode.c
16191
16192  * modules/stream_out/transcode.c : Cleaned up the downmixing/upmixing
16193    facilities. Fixed a few incoherences with
16194    i_original_channels/i_physical_channels.
16195
16196 ------------------------------------------------------------------------
16197 r10594 | massiot | 2005-04-08 19:42:46 +0200 (Fri, 08 Apr 2005) | 4 lines
16198 Changed paths:
16199    M /trunk/modules/stream_out/bridge.c
16200
16201  * modules/stream_out/bridge.c : Fixed a segfault ; delete an input stream
16202    when there is no packet coming (fixes a "packet sent too late" issue
16203    with the ts muxer).
16204
16205 ------------------------------------------------------------------------
16206 r10593 | massiot | 2005-04-08 19:39:18 +0200 (Fri, 08 Apr 2005) | 2 lines
16207 Changed paths:
16208    M /trunk/modules/access/udp.c
16209
16210  * modules/access/udp.c : Fixed a segfault.
16211
16212 ------------------------------------------------------------------------
16213 r10592 | massiot | 2005-04-08 18:38:59 +0200 (Fri, 08 Apr 2005) | 3 lines
16214 Changed paths:
16215    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
16216
16217  * modules/audio_filter/converter/mpgatofixed32 : Fixed a major bug with
16218    downmixing ; completed downmixing options.
16219
16220 ------------------------------------------------------------------------
16221 r10591 | massiot | 2005-04-08 18:28:16 +0200 (Fri, 08 Apr 2005) | 3 lines
16222 Changed paths:
16223    M /trunk/modules/mux/mpeg/ts.c
16224
16225  * modules/mux/mpeg/ts.c : Reduced the PES and TS overhead for low bitrate
16226    mpga streams.
16227
16228 ------------------------------------------------------------------------
16229 r10590 | massiot | 2005-04-08 18:20:56 +0200 (Fri, 08 Apr 2005) | 2 lines
16230 Changed paths:
16231    M /trunk/include/vlc_block.h
16232
16233  * include/vlc_block.h : Added calculation of i_length in block_ChainGather.
16234
16235 ------------------------------------------------------------------------
16236 r10589 | hartman | 2005-04-08 18:11:50 +0200 (Fri, 08 Apr 2005) | 2 lines
16237 Changed paths:
16238    M /trunk/extras/contrib/src/Makefile
16239
16240 * type in mpeg2dec configure line
16241
16242 ------------------------------------------------------------------------
16243 r10588 | hartman | 2005-04-07 16:36:24 +0200 (Thu, 07 Apr 2005) | 2 lines
16244 Changed paths:
16245    M /trunk/extras/contrib/src/Makefile
16246
16247 * More dylib issues (gcrypt and libcdio)
16248
16249 ------------------------------------------------------------------------
16250 r10587 | hartman | 2005-04-07 12:28:59 +0200 (Thu, 07 Apr 2005) | 2 lines
16251 Changed paths:
16252    M /trunk/modules/gui/macosx/playlist.m
16253
16254 * Fix a missing playlist release in the OSX playlist
16255
16256 ------------------------------------------------------------------------
16257 r10586 | courmisch | 2005-04-07 11:39:25 +0200 (Thu, 07 Apr 2005) | 2 lines
16258 Changed paths:
16259    M /trunk/modules/demux/xa.c
16260
16261 Minor cleanup
16262
16263 ------------------------------------------------------------------------
16264 r10585 | rocky | 2005-04-07 06:58:36 +0200 (Thu, 07 Apr 2005) | 4 lines
16265 Changed paths:
16266    M /trunk/modules/codec/dvbsub.c
16267
16268 Keep behavior same as it was before aspect-ratio fix - the safe, conservative
16269 thing to do.
16270
16271
16272 ------------------------------------------------------------------------
16273 r10584 | hartman | 2005-04-07 01:04:23 +0200 (Thu, 07 Apr 2005) | 2 lines
16274 Changed paths:
16275    M /trunk/extras/contrib/src/Makefile
16276    M /trunk/extras/contrib/src/Patches/libpng.patch
16277
16278 * Disable building of shared lib of libpng on OSX. it's broken
16279
16280 ------------------------------------------------------------------------
16281 r10583 | hartman | 2005-04-07 00:33:37 +0200 (Thu, 07 Apr 2005) | 2 lines
16282 Changed paths:
16283    M /trunk/extras/contrib/src/Makefile
16284
16285 * Fixed gnutls and cdio dylib installation
16286
16287 ------------------------------------------------------------------------
16288 r10582 | hartman | 2005-04-06 23:49:23 +0200 (Wed, 06 Apr 2005) | 2 lines
16289 Changed paths:
16290    M /trunk/modules/video_output/Modules.am
16291
16292 * modules/video_output/Modules: Added picture.h to MAKE_DIST
16293
16294 ------------------------------------------------------------------------
16295 r10581 | zorglub | 2005-04-06 21:43:34 +0200 (Wed, 06 Apr 2005) | 2 lines
16296 Changed paths:
16297    M /trunk/src/playlist/playlist.c
16298
16299 Fix next/previous in skins2 playlist
16300
16301 ------------------------------------------------------------------------
16302 r10580 | djc | 2005-04-06 17:13:54 +0200 (Wed, 06 Apr 2005) | 2 lines
16303 Changed paths:
16304    M /trunk/Makefile.am
16305
16306 Use VLC-release.app instead of VLC.app for package-macosx target
16307
16308 ------------------------------------------------------------------------
16309 r10579 | djc | 2005-04-06 17:12:52 +0200 (Wed, 06 Apr 2005) | 3 lines
16310 Changed paths:
16311    M /trunk/Makefile.am
16312
16313 Include http/*.png and http/*.ico in windows packages
16314 -- xtophe
16315
16316 ------------------------------------------------------------------------
16317 r10578 | djc | 2005-04-06 16:36:57 +0200 (Wed, 06 Apr 2005) | 4 lines
16318 Changed paths:
16319    M /trunk/Makefile.am
16320
16321 Add a new target, VLC.app which make links to files instead of copies.
16322 The old VLC.app target has been renamed VLC-release.app
16323
16324
16325 ------------------------------------------------------------------------
16326 r10577 | robux4 | 2005-04-06 16:29:01 +0200 (Wed, 06 Apr 2005) | 1 line
16327 Changed paths:
16328    M /trunk/modules/demux/mkv.cpp
16329
16330 mkv.cpp: prepare for chapter codecs
16331 ------------------------------------------------------------------------
16332 r10576 | damienf | 2005-04-06 13:23:52 +0200 (Wed, 06 Apr 2005) | 2 lines
16333 Changed paths:
16334    M /trunk/activex/Makefile.am
16335    M /trunk/activex/plugin.cpp
16336    M /trunk/activex/plugin.h
16337    A /trunk/activex/viewobject.cpp
16338    A /trunk/activex/viewobject.h
16339
16340 - all: intitial offscreen drawing support (mostly for printing). Unfortunately, video output cannot be printed at this stage, and to support it, interfacing with a video filter such as the 'snapshot' filter is required to do a still capture.
16341
16342 ------------------------------------------------------------------------
16343 r10575 | robux4 | 2005-04-06 11:40:16 +0200 (Wed, 06 Apr 2005) | 1 line
16344 Changed paths:
16345    M /trunk/modules/demux/mkv.cpp
16346
16347 mkv.cpp: even less warnings
16348 ------------------------------------------------------------------------
16349 r10574 | fenrir | 2005-04-06 11:35:45 +0200 (Wed, 06 Apr 2005) | 2 lines
16350 Changed paths:
16351    M /trunk/modules/packetizer/h264.c
16352
16353  * h264: less debug.
16354
16355 ------------------------------------------------------------------------
16356 r10573 | fenrir | 2005-04-06 11:31:38 +0200 (Wed, 06 Apr 2005) | 2 lines
16357 Changed paths:
16358    M /trunk/modules/packetizer/h264.c
16359
16360  * h264: bug fix (give valid date + split at the right place).
16361
16362 ------------------------------------------------------------------------
16363 r10572 | robux4 | 2005-04-06 11:31:09 +0200 (Wed, 06 Apr 2005) | 1 line
16364 Changed paths:
16365    M /trunk/modules/demux/mkv.cpp
16366
16367 mkv.cpp: cleaner duration computation
16368 ------------------------------------------------------------------------
16369 r10571 | robux4 | 2005-04-06 11:26:39 +0200 (Wed, 06 Apr 2005) | 1 line
16370 Changed paths:
16371    M /trunk/modules/demux/mkv.cpp
16372
16373 mkv.cpp: less warning
16374 ------------------------------------------------------------------------
16375 r10570 | gbazin | 2005-04-06 10:27:13 +0200 (Wed, 06 Apr 2005) | 1 line
16376 Changed paths:
16377    M /trunk/modules/gui/wince/dialogs.cpp
16378    M /trunk/modules/gui/wince/interface.cpp
16379    M /trunk/modules/gui/wince/menus.cpp
16380    M /trunk/modules/gui/wince/timer.cpp
16381    M /trunk/modules/gui/wince/wince.cpp
16382    M /trunk/modules/gui/wince/wince.h
16383
16384 * modules/gui/wince: bunch of fixes.
16385 ------------------------------------------------------------------------
16386 r10569 | robux4 | 2005-04-05 23:16:04 +0200 (Tue, 05 Apr 2005) | 1 line
16387 Changed paths:
16388    M /trunk/modules/demux/mkv.cpp
16389
16390 mkv.cpp: the return of the family preloading
16391 ------------------------------------------------------------------------
16392 r10568 | gbazin | 2005-04-05 22:50:10 +0200 (Tue, 05 Apr 2005) | 1 line
16393 Changed paths:
16394    M /trunk/configure.ac
16395    M /trunk/modules/misc/Modules.am
16396    A /trunk/modules/misc/win32text.c
16397
16398 * modules/misc/win32text.c: text renderer using the win32 TextOut API.
16399 ------------------------------------------------------------------------
16400 r10567 | robux4 | 2005-04-05 22:49:37 +0200 (Tue, 05 Apr 2005) | 1 line
16401 Changed paths:
16402    M /trunk/modules/demux/mkv.cpp
16403
16404 mkv.cpp: clean & fix seeking inside virtual_segment_t
16405 ------------------------------------------------------------------------
16406 r10563 | sigmunau | 2005-04-05 19:50:40 +0200 (Tue, 05 Apr 2005) | 2 lines
16407 Changed paths:
16408    M /trunk/modules/gui/wxwindows/fileinfo.cpp
16409    M /trunk/modules/gui/wxwindows/video.cpp
16410    M /trunk/modules/gui/wxwindows/wxwindows.h
16411
16412 wx: last bunch of changes for now. The rest must be fixed by someone with msvc
16413
16414 ------------------------------------------------------------------------
16415 r10562 | sigmunau | 2005-04-05 19:21:53 +0200 (Tue, 05 Apr 2005) | 2 lines
16416 Changed paths:
16417    M /trunk/modules/gui/wxwindows/playlist.cpp
16418    M /trunk/modules/gui/wxwindows/preferences.cpp
16419    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
16420    M /trunk/modules/gui/wxwindows/preferences_widgets.h
16421    M /trunk/modules/gui/wxwindows/wxwindows.h
16422
16423 wx: bunch more event function parameter changes
16424
16425 ------------------------------------------------------------------------
16426 r10561 | sigmunau | 2005-04-05 18:46:31 +0200 (Tue, 05 Apr 2005) | 2 lines
16427 Changed paths:
16428    M /trunk/modules/gui/wxwindows/messages.cpp
16429    M /trunk/modules/gui/wxwindows/wxwindows.h
16430
16431 wx: (hopefully) fixed a compilation error, reported by robux
16432
16433 ------------------------------------------------------------------------
16434 r10560 | gbazin | 2005-04-05 17:32:26 +0200 (Tue, 05 Apr 2005) | 1 line
16435 Changed paths:
16436    M /trunk/modules/gui/wxwindows/dialogs.cpp
16437
16438 * modules/gui/wxwindows/dialogs.cpp: fixed add directory.
16439 ------------------------------------------------------------------------
16440 r10559 | gbazin | 2005-04-05 15:15:39 +0200 (Tue, 05 Apr 2005) | 1 line
16441 Changed paths:
16442    M /trunk/modules/gui/wxwindows/wxwindows.h
16443
16444 * modules/gui/wxwindows/wxwindows.h: forgot this file.
16445 ------------------------------------------------------------------------
16446 r10558 | gbazin | 2005-04-05 15:15:07 +0200 (Tue, 05 Apr 2005) | 1 line
16447 Changed paths:
16448    M /trunk/modules/gui/wxwindows/interface.cpp
16449    M /trunk/modules/gui/wxwindows/open.cpp
16450    M /trunk/modules/gui/wxwindows/streamout.cpp
16451
16452 * modules/gui/wxwindows/*: added subtitles options to the stream output dialog + add open directory menu to interface.
16453 ------------------------------------------------------------------------
16454 r10557 | gbazin | 2005-04-05 14:35:43 +0200 (Tue, 05 Apr 2005) | 1 line
16455 Changed paths:
16456    M /trunk/modules/gui/wxwindows/open.cpp
16457
16458 * modules/gui/wxwindows/open.cpp: fixed timeshift checkbox.
16459 ------------------------------------------------------------------------
16460 r10556 | gbazin | 2005-04-05 12:28:36 +0200 (Tue, 05 Apr 2005) | 1 line
16461 Changed paths:
16462    M /trunk/modules/demux/util/id3tag.c
16463
16464 * modules/demux/util/id3tag.c: fixed memory leak.
16465 ------------------------------------------------------------------------
16466 r10555 | gbazin | 2005-04-05 12:23:10 +0200 (Tue, 05 Apr 2005) | 1 line
16467 Changed paths:
16468    M /trunk/modules/demux/flac.c
16469
16470 * modules/demux/flac.c: fixed last commit.
16471 ------------------------------------------------------------------------
16472 r10554 | gbazin | 2005-04-05 11:56:39 +0200 (Tue, 05 Apr 2005) | 1 line
16473 Changed paths:
16474    M /trunk/src/misc/vlm.c
16475
16476 * src/misc/vlm.c: misc small fixes in config file saving/loading.
16477 ------------------------------------------------------------------------
16478 r10552 | fenrir | 2005-04-05 10:08:26 +0200 (Tue, 05 Apr 2005) | 2 lines
16479 Changed paths:
16480    M /trunk/modules/access/http.c
16481
16482  * http.c: force nsv when using unsv:// and mime is misc/ultravox.
16483
16484 ------------------------------------------------------------------------
16485 r10551 | hartman | 2005-04-05 03:20:19 +0200 (Tue, 05 Apr 2005) | 2 lines
16486 Changed paths:
16487    M /trunk/modules/demux/flac.c
16488
16489 * rewind the stream to 0 if we found an id3 tag, but the flac demuxer ISNT the correct one. Same should be done for mp3 demuxer and any other demux that launches id3 module. But not today :D
16490
16491 ------------------------------------------------------------------------
16492 r10550 | hartman | 2005-04-05 03:17:52 +0200 (Tue, 05 Apr 2005) | 5 lines
16493 Changed paths:
16494    M /trunk/modules/demux/util/id3tag.c
16495
16496 * parsed info by mp3 is not retained between demux module probes since vlc_meta was introduced. so remove the old logic
16497 This should fix the id3 parsing when you open an mp3.
16498
16499
16500
16501 ------------------------------------------------------------------------
16502 r10549 | zorglub | 2005-04-05 01:57:50 +0200 (Tue, 05 Apr 2005) | 2 lines
16503 Changed paths:
16504    M /trunk/src/video_output/vout_subpictures.c
16505
16506 Fix crash in subpictures rendering
16507
16508 ------------------------------------------------------------------------
16509 r10548 | hartman | 2005-04-05 01:54:54 +0200 (Tue, 05 Apr 2005) | 5 lines
16510 Changed paths:
16511    M /trunk/modules/gui/macosx/playlist.m
16512
16513 * fixed the item addition and auto-playback of items when adding them to the OSX intf.
16514 inserting at a certain position is not yet possible.
16515
16516 This part of the osx code could also use a tad of cleaning up.
16517
16518 ------------------------------------------------------------------------
16519 r10547 | hartman | 2005-04-05 01:50:07 +0200 (Tue, 05 Apr 2005) | 2 lines
16520 Changed paths:
16521    M /trunk/modules/demux/nsv.c
16522
16523 * added AACP fcc and map it to mp4a.
16524
16525 ------------------------------------------------------------------------
16526 r10546 | zorglub | 2005-04-05 01:48:08 +0200 (Tue, 05 Apr 2005) | 3 lines
16527 Changed paths:
16528    M /trunk/modules/control/http.c
16529    M /trunk/modules/misc/freetype.c
16530    M /trunk/src/video_output/video_widgets.c
16531
16532 Fix OSD (text & widgets) aspect ratio
16533 put category in HTTP interface options
16534
16535 ------------------------------------------------------------------------
16536 r10545 | sigmunau | 2005-04-05 00:41:02 +0200 (Tue, 05 Apr 2005) | 3 lines
16537 Changed paths:
16538    M /trunk/modules/demux/avi/avi.c
16539    M /trunk/src/input/es_out.c
16540
16541 es_out.c: add frame rate to stream and media info dialog when available
16542 avi.c: make frame rate info available
16543
16544 ------------------------------------------------------------------------
16545 r10544 | robux4 | 2005-04-04 23:08:21 +0200 (Mon, 04 Apr 2005) | 1 line
16546 Changed paths:
16547    M /trunk/modules/demux/mkv.cpp
16548
16549 mkv.cpp: better handling of broken files
16550 ------------------------------------------------------------------------
16551 r10543 | robux4 | 2005-04-04 20:25:09 +0200 (Mon, 04 Apr 2005) | 1 line
16552 Changed paths:
16553    M /trunk/modules/demux/mkv.cpp
16554
16555 mkv.cpp: fix playback of files with chapters
16556 ------------------------------------------------------------------------
16557 r10542 | hartman | 2005-04-04 16:56:40 +0200 (Mon, 04 Apr 2005) | 2 lines
16558 Changed paths:
16559    M /trunk/Makefile.am
16560
16561 * Fix make dist, which was broken due to ebuild removal
16562
16563 ------------------------------------------------------------------------
16564 r10541 | sigmunau | 2005-04-04 13:55:39 +0200 (Mon, 04 Apr 2005) | 3 lines
16565 Changed paths:
16566    M /trunk/modules/gui/wxwindows/Modules.am
16567
16568 wx/Modules.am: added all the bitmaps to make dist. Sorted the list for
16569 easier validation
16570
16571 ------------------------------------------------------------------------
16572 r10540 | oaubert | 2005-04-04 11:57:17 +0200 (Mon, 04 Apr 2005) | 2 lines
16573 Changed paths:
16574    M /trunk/modules/misc/svg.c
16575
16576 svg.c: do not subsample U and V planes in RGB->YUVA conversion.
16577
16578 ------------------------------------------------------------------------
16579 r10539 | zorglub | 2005-04-04 08:54:13 +0200 (Mon, 04 Apr 2005) | 2 lines
16580 Changed paths:
16581    M /trunk/modules/gui/wxwindows/open.cpp
16582    M /trunk/modules/gui/wxwindows/wxwindows.h
16583
16584 Timeshift checkbox in open dialog
16585
16586 ------------------------------------------------------------------------
16587 r10538 | rocky | 2005-04-04 03:40:11 +0200 (Mon, 04 Apr 2005) | 9 lines
16588 Changed paths:
16589    M /trunk/modules/codec/spudec/parse.c
16590    M /trunk/modules/codec/svcdsub.c
16591    M /trunk/src/video_output/vout_subpictures.c
16592
16593 Subtitle (subpicture) aspect ratio had been ignored. Use it now.
16594 Aspect ration in subtitle means use underlying video aspect ratio.
16595
16596 WARNING: Since this parameter was ignored before probably there are a
16597 number of image subtitle that have set this incorrectly. DVD's seemed
16598 to be a case in point and that'd been fixed. Fixing other subtitles
16599 should just be a matter of setting the i_aspect parameter correctly.
16600
16601
16602 ------------------------------------------------------------------------
16603 r10537 | zorglub | 2005-04-03 23:36:12 +0200 (Sun, 03 Apr 2005) | 2 lines
16604 Changed paths:
16605    M /trunk/modules/gui/wxwindows/playlist.cpp
16606
16607 Only show category and artist-sorted views
16608
16609 ------------------------------------------------------------------------
16610 r10534 | sigmunau | 2005-04-03 22:26:43 +0200 (Sun, 03 Apr 2005) | 2 lines
16611 Changed paths:
16612    M /trunk/modules/demux/playlist/b4s.c
16613
16614 b4s.c: fixed forcing of this plugin. Use "b4s-open"
16615
16616 ------------------------------------------------------------------------
16617 r10533 | robux4 | 2005-04-03 21:00:30 +0200 (Sun, 03 Apr 2005) | 1 line
16618 Changed paths:
16619    M /trunk/modules/demux/mkv.cpp
16620
16621 mkv.cpp: chapter merging works + small fixes
16622 ------------------------------------------------------------------------
16623 r10532 | robux4 | 2005-04-03 20:12:54 +0200 (Sun, 03 Apr 2005) | 1 line
16624 Changed paths:
16625    M /trunk/modules/demux/mkv.cpp
16626
16627 mkv.cpp: oops, the first segment wasn't played. closing playback is faster too.
16628 ------------------------------------------------------------------------
16629 r10531 | robux4 | 2005-04-03 18:27:13 +0200 (Sun, 03 Apr 2005) | 1 line
16630 Changed paths:
16631    M /trunk/modules/demux/mkv.cpp
16632
16633 mkv.cpp: make editions children of chapters
16634 ------------------------------------------------------------------------
16635 r10530 | gbazin | 2005-04-03 18:13:59 +0200 (Sun, 03 Apr 2005) | 1 line
16636 Changed paths:
16637    M /trunk/modules/misc/xml/libxml.c
16638
16639 * modules/misc/xml/libxml.c: handle XML_READER_TEXT in ReaderNodeType().
16640 ------------------------------------------------------------------------
16641 r10527 | ipkiss | 2005-04-03 14:56:25 +0200 (Sun, 03 Apr 2005) | 5 lines
16642 Changed paths:
16643    M /trunk/modules/gui/skins2/parser/builder.cpp
16644    M /trunk/modules/gui/skins2/parser/builder_data.def
16645    M /trunk/modules/gui/skins2/parser/builder_data.hpp
16646    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
16647    M /trunk/share/skins2/skin.dtd
16648
16649  * skins2: Text control now accepts lefttop and rightbottom attributes, like
16650    most other controls. The text is not really resized though (only cropped
16651    when needed).
16652    The change in the DTD is backwards-compatible.
16653
16654 ------------------------------------------------------------------------
16655 r10526 | hartman | 2005-04-03 13:23:21 +0200 (Sun, 03 Apr 2005) | 2 lines
16656 Changed paths:
16657    M /trunk/modules/gui/macosx/vout.m
16658
16659 * better support for multiple display selection on OS X. (Remembers last selection of screen between vouts)
16660
16661 ------------------------------------------------------------------------
16662 r10525 | gbazin | 2005-04-03 11:11:32 +0200 (Sun, 03 Apr 2005) | 1 line
16663 Changed paths:
16664    M /trunk/src/misc/vlm.c
16665
16666 * src/misc/vlm.c: config file written with CR+LF on win32.
16667 ------------------------------------------------------------------------
16668 r10524 | gbazin | 2005-04-02 23:36:06 +0200 (Sat, 02 Apr 2005) | 1 line
16669 Changed paths:
16670    M /trunk/include/vlc_xml.h
16671    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
16672    M /trunk/modules/misc/xml/libxml.c
16673    M /trunk/modules/misc/xml/xtag.c
16674
16675 * modules/misc/xml/*, include/vlc_xml.h: new xml_ReaderUseDTD() api to enable/disable DTD validation.
16676 ------------------------------------------------------------------------
16677 r10523 | gbazin | 2005-04-02 21:16:29 +0200 (Sat, 02 Apr 2005) | 1 line
16678 Changed paths:
16679    M /trunk/modules/demux/playlist/b4s.c
16680
16681 * modules/demux/playlist/b4s.c: misc fixes.
16682 ------------------------------------------------------------------------
16683 r10522 | sigmunau | 2005-04-02 19:38:06 +0200 (Sat, 02 Apr 2005) | 2 lines
16684 Changed paths:
16685    M /trunk/src/input/access.c
16686
16687 access.c: fixed crash with preparse
16688
16689 ------------------------------------------------------------------------
16690 r10521 | sigmunau | 2005-04-02 18:12:26 +0200 (Sat, 02 Apr 2005) | 2 lines
16691 Changed paths:
16692    M /trunk/modules/gui/wxwindows/dialogs.cpp
16693    M /trunk/modules/gui/wxwindows/interface.cpp
16694
16695 wx: use the documented Move method rather than the undocumented SetPosition
16696
16697 ------------------------------------------------------------------------
16698 r10520 | sigmunau | 2005-04-02 15:58:03 +0200 (Sat, 02 Apr 2005) | 3 lines
16699 Changed paths:
16700    M /trunk/modules/demux/playlist/Modules.am
16701    A /trunk/modules/demux/playlist/b4s.c
16702    M /trunk/modules/demux/playlist/playlist.c
16703    M /trunk/modules/demux/playlist/playlist.h
16704
16705 new b4s demuxer for winamp b4s playlists. Uses xml parser modules. Only
16706 works with xtag for now due to lack of a DTD
16707
16708 ------------------------------------------------------------------------
16709 r10519 | sigmunau | 2005-04-02 15:56:03 +0200 (Sat, 02 Apr 2005) | 4 lines
16710 Changed paths:
16711    M /trunk/modules/misc/xml/xtag.c
16712
16713 xtag.c: Don't create pcdata elements outside the root element. try harder to
16714 read entire stream. make xml_ReaderValue return pcdata when available. Added
16715 some more debug printfs when XTAG_DEBUG is defined.
16716
16717 ------------------------------------------------------------------------
16718 r10518 | sigmunau | 2005-04-02 15:10:53 +0200 (Sat, 02 Apr 2005) | 2 lines
16719 Changed paths:
16720    M /trunk/modules/access/http.c
16721
16722 http.c: fixed out of buffer write with ICY meta
16723
16724 ------------------------------------------------------------------------
16725 r10517 | gbazin | 2005-04-02 14:04:37 +0200 (Sat, 02 Apr 2005) | 1 line
16726 Changed paths:
16727    M /trunk/src/misc/configuration.c
16728
16729 * src/misc/configuration.c: removed annoying debug message.
16730 ------------------------------------------------------------------------
16731 r10516 | sigmunau | 2005-04-02 12:20:22 +0200 (Sat, 02 Apr 2005) | 2 lines
16732 Changed paths:
16733    M /trunk/modules/misc/xml/libxml.c
16734
16735 libxml.c: include header for stream, since api changes.
16736
16737 ------------------------------------------------------------------------
16738 r10515 | robux4 | 2005-04-02 11:59:34 +0200 (Sat, 02 Apr 2005) | 1 line
16739 Changed paths:
16740    M /trunk/modules/demux/mkv.cpp
16741
16742 mkv.cpp: store the segment duration in microseconds too
16743 ------------------------------------------------------------------------
16744 r10514 | robux4 | 2005-04-02 11:25:31 +0200 (Sat, 02 Apr 2005) | 1 line
16745 Changed paths:
16746    M /trunk/modules/demux/mkv.cpp
16747
16748 mkv.cpp: the segment start time is now an integer in microseconds
16749 ------------------------------------------------------------------------
16750 r10512 | sigmunau | 2005-04-02 00:39:10 +0200 (Sat, 02 Apr 2005) | 2 lines
16751 Changed paths:
16752    M /trunk/include/vlc_xml.h
16753    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
16754    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
16755    M /trunk/modules/misc/xml/libxml.c
16756    M /trunk/modules/misc/xml/xtag.c
16757
16758 all: ported xml parsers to stream_t
16759
16760 ------------------------------------------------------------------------
16761 r10511 | sigmunau | 2005-04-02 00:32:18 +0200 (Sat, 02 Apr 2005) | 2 lines
16762 Changed paths:
16763    M /trunk/src/input/stream.c
16764
16765 stream.c: fixed stream_Delete() for streams opened by stream_UrlNew()
16766
16767 ------------------------------------------------------------------------
16768 r10510 | sigmunau | 2005-04-02 00:23:22 +0200 (Sat, 02 Apr 2005) | 2 lines
16769 Changed paths:
16770    M /trunk/include/vlc_stream.h
16771    M /trunk/src/input/stream.c
16772
16773 fixed a few problems with stream_UrlNew
16774
16775 ------------------------------------------------------------------------
16776 r10509 | titer | 2005-04-02 00:01:24 +0200 (Sat, 02 Apr 2005) | 5 lines
16777 Changed paths:
16778    M /trunk/modules/gui/beos/BeOS.cpp
16779    M /trunk/modules/gui/beos/MediaControlView.cpp
16780    M /trunk/modules/gui/beos/VideoOutput.cpp
16781    M /trunk/modules/gui/beos/VideoWindow.h
16782    M /trunk/src/video_output/vout_intf.c
16783
16784  vout_intf.c: write snapshots on Desktop on BeOS
16785  beos/*: use B_KEY_DOWN/B_KEY_UP messages instead of KeyDown()/KeyUp()
16786    so we can have access to the key code and be more reliable (fixes a
16787    bunch of hotkeys). Fixed snapshots (missing pf_control)
16788
16789 ------------------------------------------------------------------------
16790 r10508 | courmisch | 2005-04-01 23:57:09 +0200 (Fri, 01 Apr 2005) | 3 lines
16791 Changed paths:
16792    M /trunk/modules/gui/wxwindows/playlist.cpp
16793    M /trunk/modules/gui/wxwindows/timer.cpp
16794    M /trunk/modules/gui/wxwindows/wxwindows.h
16795
16796 - Fix playlist deadlock between Timer and Playlist stuff
16797 There are still other deadlocks in wx though
16798
16799 ------------------------------------------------------------------------
16800 r10507 | sigmunau | 2005-04-01 20:37:31 +0200 (Fri, 01 Apr 2005) | 4 lines
16801 Changed paths:
16802    M /trunk/include/vlc_stream.h
16803    M /trunk/modules/demux/mkv.cpp
16804    M /trunk/modules/demux/mp4/libmp4.c
16805    M /trunk/src/input/input.c
16806    M /trunk/src/input/input_internal.h
16807    M /trunk/src/input/mem_stream.c
16808    M /trunk/src/input/stream.c
16809
16810 added a stream_UrlNew to open a general purpos stream_t from a url.
16811 added a pf_destroy to stream_t, changed all various stream_FooDestroy to
16812 stream_Delete
16813
16814 ------------------------------------------------------------------------
16815 r10506 | sigmunau | 2005-04-01 20:15:51 +0200 (Fri, 01 Apr 2005) | 2 lines
16816 Changed paths:
16817    M /trunk/modules/access_filter
16818
16819 set svn:ignore
16820
16821 ------------------------------------------------------------------------
16822 r10505 | sigmunau | 2005-04-01 19:19:34 +0200 (Fri, 01 Apr 2005) | 2 lines
16823 Changed paths:
16824    M /trunk/modules/gui/wxwindows/wxwindows.cpp
16825
16826 wxwindows.cpp: compile fixes
16827
16828 ------------------------------------------------------------------------
16829 r10504 | robux4 | 2005-04-01 19:14:58 +0200 (Fri, 01 Apr 2005) | 1 line
16830 Changed paths:
16831    M /trunk/modules/demux/mkv.cpp
16832
16833 mkv.cpp: oops
16834 ------------------------------------------------------------------------
16835 r10503 | robux4 | 2005-04-01 18:49:59 +0200 (Fri, 01 Apr 2005) | 2 lines
16836 Changed paths:
16837    M /trunk/modules/demux/mkv.cpp
16838
16839 mkv.cpp: moved seek code in classes, improved support for cue-less files, improved cursor behaviour when seeking
16840
16841 ------------------------------------------------------------------------
16842 r10502 | fenrir | 2005-04-01 18:00:32 +0200 (Fri, 01 Apr 2005) | 2 lines
16843 Changed paths:
16844    M /trunk/modules/gui/wxwindows/dialogs.cpp
16845    M /trunk/modules/gui/wxwindows/interface.cpp
16846    M /trunk/modules/gui/wxwindows/wxwindows.cpp
16847    M /trunk/modules/gui/wxwindows/wxwindows.h
16848
16849  * wxwin: at start up, restore last size+position+state of windows.
16850
16851 ------------------------------------------------------------------------
16852 r10501 | courmisch | 2005-04-01 17:47:38 +0200 (Fri, 01 Apr 2005) | 2 lines
16853 Changed paths:
16854    M /trunk/modules/gui/wxwindows/playlist.cpp
16855
16856 Yet another leak
16857
16858 ------------------------------------------------------------------------
16859 r10500 | courmisch | 2005-04-01 17:29:23 +0200 (Fri, 01 Apr 2005) | 2 lines
16860 Changed paths:
16861    M /trunk/modules/gui/wxwindows/playlist.cpp
16862    M /trunk/src/playlist/services_discovery.c
16863
16864 Mem leaks
16865
16866 ------------------------------------------------------------------------
16867 r10499 | sigmunau | 2005-04-01 16:39:36 +0200 (Fri, 01 Apr 2005) | 2 lines
16868 Changed paths:
16869    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
16870    M /trunk/modules/gui/wxwindows/timer.cpp
16871
16872 wx/*: fix a few string additions
16873
16874 ------------------------------------------------------------------------
16875 r10498 | damienf | 2005-04-01 15:50:37 +0200 (Fri, 01 Apr 2005) | 2 lines
16876 Changed paths:
16877    M /trunk/activex/README.TXT
16878    M /trunk/activex/test.html
16879
16880 Documentation/Example update
16881
16882 ------------------------------------------------------------------------
16883 r10497 | sigmunau | 2005-04-01 15:28:54 +0200 (Fri, 01 Apr 2005) | 2 lines
16884 Changed paths:
16885    M /trunk/modules/demux/flac.c
16886
16887 demux/flac.c: support flac files with id3 tag. closes #2015
16888
16889 ------------------------------------------------------------------------
16890 r10496 | gbazin | 2005-04-01 12:35:44 +0200 (Fri, 01 Apr 2005) | 1 line
16891 Changed paths:
16892    M /trunk/modules/gui/wxwindows/interface.cpp
16893    M /trunk/modules/gui/wxwindows/wxwindows.h
16894
16895 * modules/gui/wxwindows: re-implemented the mute control.
16896 ------------------------------------------------------------------------
16897 r10495 | courmisch | 2005-04-01 10:02:28 +0200 (Fri, 01 Apr 2005) | 3 lines
16898 Changed paths:
16899    M /trunk/modules/services_discovery/sap.c
16900
16901 - invalid free removed (might be the reason why sap discovery was so unstable)
16902 - 7 memleaks fixed
16903
16904 ------------------------------------------------------------------------
16905 r10494 | dionoea | 2005-03-31 23:36:30 +0200 (Thu, 31 Mar 2005) | 2 lines
16906 Changed paths:
16907    M /trunk/modules/gui/wxwindows/interface.cpp
16908
16909 remove two debug fprintfs
16910
16911 ------------------------------------------------------------------------
16912 r10493 | dionoea | 2005-03-31 23:23:36 +0200 (Thu, 31 Mar 2005) | 2 lines
16913 Changed paths:
16914    M /trunk/modules/gui/wxwindows/interface.cpp
16915
16916  * small fixes (the icon change should now work under windows)
16917
16918 ------------------------------------------------------------------------
16919 r10488 | dionoea | 2005-03-31 19:02:44 +0200 (Thu, 31 Mar 2005) | 4 lines
16920 Changed paths:
16921    A /trunk/modules/gui/wxwindows/bitmaps/speaker_mute.xpm
16922    M /trunk/modules/gui/wxwindows/interface.cpp
16923    M /trunk/modules/gui/wxwindows/wxwindows.h
16924
16925 change the speaker into a mute/unmute button
16926 (only works if something is playing ... and we have to fix the bug where
16927 the image doesn't get updated like for the play/pause button)
16928
16929 ------------------------------------------------------------------------
16930 r10487 | sigmunau | 2005-03-31 17:46:38 +0200 (Thu, 31 Mar 2005) | 2 lines
16931 Changed paths:
16932    M /trunk/src/input/input.c
16933
16934 input.c: fixed a possible locking problem in vlc_input_item_GetInfo
16935
16936 ------------------------------------------------------------------------
16937 r10486 | gbazin | 2005-03-31 01:48:41 +0200 (Thu, 31 Mar 2005) | 1 line
16938 Changed paths:
16939    M /trunk/modules/video_output/wingdi.c
16940
16941 * modules/video_output/wingdi.c: bunch of fixes and improvements.
16942 ------------------------------------------------------------------------
16943 r10485 | gbazin | 2005-03-31 01:47:41 +0200 (Thu, 31 Mar 2005) | 1 line
16944 Changed paths:
16945    M /trunk/modules/gui/wince/Modules.am
16946    A /trunk/modules/gui/wince/dialogs.cpp
16947    M /trunk/modules/gui/wince/fileinfo.cpp
16948    M /trunk/modules/gui/wince/interface.cpp
16949    M /trunk/modules/gui/wince/iteminfo.cpp
16950    M /trunk/modules/gui/wince/messages.cpp
16951    M /trunk/modules/gui/wince/open.cpp
16952    M /trunk/modules/gui/wince/playlist.cpp
16953    M /trunk/modules/gui/wince/preferences.cpp
16954    M /trunk/modules/gui/wince/subtitles.cpp
16955    M /trunk/modules/gui/wince/video.cpp
16956    M /trunk/modules/gui/wince/wince.cpp
16957    M /trunk/modules/gui/wince/wince.h
16958
16959 * modules/gui/wince: added dialogs provider + another massive cleanup + updates.
16960 ------------------------------------------------------------------------
16961 r10484 | sigmunau | 2005-03-31 00:45:13 +0200 (Thu, 31 Mar 2005) | 3 lines
16962 Changed paths:
16963    M /trunk/modules/gui/wxwindows/timer.cpp
16964    M /trunk/src/input/input.c
16965
16966 input.c: doxygenize vlc_input_item_GetInfo
16967 wx/timer.cpp: show Now Playing in statusbar if available
16968
16969 ------------------------------------------------------------------------
16970 r10483 | sigmunau | 2005-03-30 23:21:40 +0200 (Wed, 30 Mar 2005) | 4 lines
16971 Changed paths:
16972    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
16973
16974 wxwindows/preferences_widgets.cpp: ModuleCatList widget now add modules in
16975 the order of selection, patch by  Christophe Mutricy < xtophe -at-
16976 nxtelevision dott com >
16977
16978 ------------------------------------------------------------------------
16979 r10482 | sigmunau | 2005-03-30 23:16:51 +0200 (Wed, 30 Mar 2005) | 2 lines
16980 Changed paths:
16981    M /trunk/include/vlc_meta.h
16982    M /trunk/modules/access/http.c
16983
16984 vlc_meta.h: introduced VLC_META_NOW_PLAYING. http.c: use NOW_PLAYING for song title.
16985
16986 ------------------------------------------------------------------------
16987 r10481 | dionoea | 2005-03-30 19:43:17 +0200 (Wed, 30 Mar 2005) | 2 lines
16988 Changed paths:
16989    M /trunk/modules/access_filter/timeshift.c
16990
16991 include errno.h (for non debug builds)
16992
16993 ------------------------------------------------------------------------
16994 r10480 | robux4 | 2005-03-29 22:54:52 +0200 (Tue, 29 Mar 2005) | 1 line
16995 Changed paths:
16996    M /trunk/modules/demux/mkv.cpp
16997
16998 mkv.cpp: make gcc happier
16999 ------------------------------------------------------------------------
17000 r10479 | gbazin | 2005-03-29 22:04:44 +0200 (Tue, 29 Mar 2005) | 1 line
17001 Changed paths:
17002    M /trunk/configure.ac
17003
17004 * configure.ac: added access_filter_timeshift to the build.
17005 ------------------------------------------------------------------------
17006 r10478 | fenrir | 2005-03-29 18:01:23 +0200 (Tue, 29 Mar 2005) | 8 lines
17007 Changed paths:
17008    M /trunk/include/configuration.h
17009    M /trunk/include/vlc_access.h
17010    M /trunk/include/vlc_config_cat.h
17011    A /trunk/modules/access_filter
17012    A /trunk/modules/access_filter/Modules.am
17013    A /trunk/modules/access_filter/timeshift.c
17014    M /trunk/modules/demux/ts.c
17015    M /trunk/modules/mux/mpeg/ts.c
17016    M /trunk/src/input/access.c
17017    M /trunk/src/input/input.c
17018    M /trunk/src/input/var.c
17019    M /trunk/src/libvlc.h
17020
17021  * access.* input/*: added access_filter architecture (same API as a
17022  standard access_t except that it reads from an access_t).
17023
17024  * timeshift.c: timeshift access filter. It works with udp/dvb streams (tested
17025  under linux/windows).
17026  It allows to pause and to fast/slow forward. To try it, use
17027  --access-filter timeshift.
17028
17029 ------------------------------------------------------------------------
17030 r10477 | gbazin | 2005-03-29 17:22:12 +0200 (Tue, 29 Mar 2005) | 1 line
17031 Changed paths:
17032    M /trunk/modules/gui/wince/interface.cpp
17033    M /trunk/modules/gui/wince/wince.cpp
17034    M /trunk/modules/gui/wince/wince.h
17035
17036 * modules/gui/wince: new open directory menu (win32 only for now)
17037 ------------------------------------------------------------------------
17038 r10476 | gbazin | 2005-03-29 14:17:43 +0200 (Tue, 29 Mar 2005) | 1 line
17039 Changed paths:
17040    M /trunk/modules/gui/wince/interface.cpp
17041
17042 * modules/gui/wince/interface.cpp: fixed menus handling.
17043 ------------------------------------------------------------------------
17044 r10475 | gbazin | 2005-03-29 12:08:03 +0200 (Tue, 29 Mar 2005) | 1 line
17045 Changed paths:
17046    M /trunk/modules/demux/ts.c
17047
17048 * modules/demux/ts.c: use EIT support in libdvbpsi if available.
17049 ------------------------------------------------------------------------
17050 r10474 | damienf | 2005-03-29 10:48:45 +0200 (Tue, 29 Mar 2005) | 2 lines
17051 Changed paths:
17052    M /trunk/src/libvlc.c
17053
17054 VLC_TimeSet: fixed overflow conversion from seconds to microseconds, this now allow to seek beyond 36 minutes
17055
17056 ------------------------------------------------------------------------
17057 r10473 | fenrir | 2005-03-29 10:17:17 +0200 (Tue, 29 Mar 2005) | 2 lines
17058 Changed paths:
17059    M /trunk/modules/demux/ts.c
17060
17061  * ts: do not include eit.h if TS_USE_DVB_SI is 0.
17062
17063 ------------------------------------------------------------------------
17064 r10472 | hartman | 2005-03-29 01:57:02 +0200 (Tue, 29 Mar 2005) | 2 lines
17065 Changed paths:
17066    D /trunk/vlc-cvs.ebuild
17067    D /trunk/vlc.ebuild
17068
17069 * Remove the ebuilds. Maintaining them downstream is easier. Current ebuilds are outdated and Gentoo is keeping them OK atm.
17070
17071 ------------------------------------------------------------------------
17072 r10471 | hartman | 2005-03-29 01:31:02 +0200 (Tue, 29 Mar 2005) | 2 lines
17073 Changed paths:
17074    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
17075    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
17076    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
17077    M /trunk/modules/gui/macosx/intf.h
17078    M /trunk/modules/gui/macosx/intf.m
17079
17080 * New menu-items referencing forum
17081
17082 ------------------------------------------------------------------------
17083 r10470 | hartman | 2005-03-29 01:24:21 +0200 (Tue, 29 Mar 2005) | 2 lines
17084 Changed paths:
17085    M /trunk/modules/stream_out/standard.c
17086
17087 * Spelling correction
17088
17089 ------------------------------------------------------------------------
17090 r10469 | hartman | 2005-03-29 01:23:51 +0200 (Tue, 29 Mar 2005) | 2 lines
17091 Changed paths:
17092    M /trunk/NEWS
17093    M /trunk/modules/gui/gtk/menu.c
17094    M /trunk/modules/gui/wxwindows/extrapanel.cpp
17095    M /trunk/src/libvlc.h
17096    M /trunk/src/video_output/video_output.c
17097
17098 * Changed video-fiter to vout-filter, because video-filter will in the future be used for new style filters.
17099
17100 ------------------------------------------------------------------------
17101 r10463 | robux4 | 2005-03-28 21:12:14 +0200 (Mon, 28 Mar 2005) | 1 line
17102 Changed paths:
17103    M /trunk/modules/demux/mkv.cpp
17104
17105 mkv.cpp: compilation fixes for gcc
17106 ------------------------------------------------------------------------
17107 r10462 | robux4 | 2005-03-28 21:07:18 +0200 (Mon, 28 Mar 2005) | 1 line
17108 Changed paths:
17109    M /trunk/modules/demux/mkv.cpp
17110
17111 mkv.cpp: seeking in linked files now works
17112 ------------------------------------------------------------------------
17113 r10461 | robux4 | 2005-03-28 17:48:16 +0200 (Mon, 28 Mar 2005) | 1 line
17114 Changed paths:
17115    M /trunk/modules/demux/mkv.cpp
17116
17117 mkv.cpp: compute the correct duration even when some linked segments are missing
17118 ------------------------------------------------------------------------
17119 r10460 | robux4 | 2005-03-28 17:00:21 +0200 (Mon, 28 Mar 2005) | 1 line
17120 Changed paths:
17121    M /trunk/modules/demux/mkv.cpp
17122
17123 mkv.cpp: handle missing linked segments (seg->missing->seg)
17124 ------------------------------------------------------------------------
17125 r10459 | robux4 | 2005-03-28 16:12:58 +0200 (Mon, 28 Mar 2005) | 1 line
17126 Changed paths:
17127    M /trunk/modules/demux/mkv.cpp
17128
17129 mkv.cpp: major rewrite to handle hard-linked segments easily though a virtual segment
17130 ------------------------------------------------------------------------
17131 r10458 | fkuehne | 2005-03-28 14:30:15 +0200 (Mon, 28 Mar 2005) | 1 line
17132 Changed paths:
17133    M /trunk/extras/contrib/src/packages.mak
17134
17135 * changed the download location of libdvdread to download.videolan.org because www.dtek.chalmers.se keeps refusing any connections
17136 ------------------------------------------------------------------------
17137 r10457 | fkuehne | 2005-03-28 13:29:34 +0200 (Mon, 28 Mar 2005) | 1 line
17138 Changed paths:
17139    M /trunk/extras/contrib/src/packages.mak
17140
17141 * fixed download-location of pkgconfig
17142 ------------------------------------------------------------------------
17143 r10456 | robux4 | 2005-03-28 13:07:41 +0200 (Mon, 28 Mar 2005) | 1 line
17144 Changed paths:
17145    M /trunk/modules/demux/mkv.cpp
17146
17147 mkv.cpp: no more crash on linked segments or multi-segment files
17148 ------------------------------------------------------------------------
17149 r10455 | fkuehne | 2005-03-28 12:32:40 +0200 (Mon, 28 Mar 2005) | 2 lines
17150 Changed paths:
17151    M /trunk/Makefile.am
17152
17153 * updated the location of vlc.scriptTerminology
17154 * removed the linkage to it in all localisations since it is a global entity now
17155 ------------------------------------------------------------------------
17156 r10454 | fkuehne | 2005-03-28 02:16:43 +0200 (Mon, 28 Mar 2005) | 1 line
17157 Changed paths:
17158    D /trunk/extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology
17159
17160 * sorry, forgot that in the previous commit
17161 ------------------------------------------------------------------------
17162 r10453 | fkuehne | 2005-03-28 02:14:03 +0200 (Mon, 28 Mar 2005) | 3 lines
17163 Changed paths:
17164    M /trunk/extras/MacOSX/Resources/vlc.scriptSuite
17165    A /trunk/extras/MacOSX/Resources/vlc.scriptTerminology (from /trunk/extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology:10452)
17166    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
17167
17168 * vlc.scriptSuite: updated to the plist-xml-format and fixed a bug in the prev-method
17169 * vlc.scriptTerminology: updated to the plist-xml-format and removed the 'localisable'-flag for the terminology in Xcode since we don't localise it and Apple won't support any other AS-dialects than English in the future --> moved out of English.lproj
17170 * vlc.pbproj: removed localisable-flag for vlc.scriptTerminology
17171 ------------------------------------------------------------------------
17172 r10452 | markfm | 2005-03-27 19:49:24 +0200 (Sun, 27 Mar 2005) | 2 lines
17173 Changed paths:
17174    M /trunk/modules/mux/asf.c
17175
17176 mux/asf.c new --sout-asf-packet-size  switch.  It defaults to 4096, current VLC design, but note that MS' documentation (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmform95/htm/iwmpacketsizesetmaxpacketsize.asp) has: "By default, the maximum packet size is 1400 bytes (chosen because it is below the 1500-byte Ethernet maximum transition unit (MTU) plus the generic routing encapsulation (GRE) tunneling header size)."
17177
17178 ------------------------------------------------------------------------
17179 r10451 | robux4 | 2005-03-27 16:16:21 +0200 (Sun, 27 Mar 2005) | 1 line
17180 Changed paths:
17181    M /trunk/modules/demux/mkv.cpp
17182
17183 mkv.cpp: hard-linked segments can now play in order (crash to solve)
17184 ------------------------------------------------------------------------
17185 r10450 | robux4 | 2005-03-27 11:28:50 +0200 (Sun, 27 Mar 2005) | 2 lines
17186 Changed paths:
17187    M /trunk/modules/demux/mkv.cpp
17188    M /trunk/po/fr.po
17189
17190 mkv.cpp: new options for the demuxer
17191 fr.po: small translation fix
17192 ------------------------------------------------------------------------
17193 r10438 | oaubert | 2005-03-26 20:29:32 +0100 (Sat, 26 Mar 2005) | 5 lines
17194 Changed paths:
17195    M /trunk/modules/video_output/snapshot.c
17196
17197 snapshot.c:
17198  * added some comments
17199  * updated module description
17200  * try to fix timestamping
17201
17202 ------------------------------------------------------------------------
17203 r10437 | oaubert | 2005-03-26 20:22:40 +0100 (Sat, 26 Mar 2005) | 3 lines
17204 Changed paths:
17205    M /trunk/modules/misc/svg.c
17206
17207 svg.c: updated to the latest changes in the text renderer API (tested
17208        with the vlc-0.8.1.svn20050314 debian package)
17209
17210 ------------------------------------------------------------------------
17211 r10436 | robux4 | 2005-03-26 10:18:54 +0100 (Sat, 26 Mar 2005) | 1 line
17212 Changed paths:
17213    M /trunk/modules/demux/mkv.cpp
17214
17215 mkv.cpp: avoid gcc warnings
17216 ------------------------------------------------------------------------
17217 r10435 | robux4 | 2005-03-25 22:59:25 +0100 (Fri, 25 Mar 2005) | 1 line
17218 Changed paths:
17219    M /trunk/modules/demux/mkv.cpp
17220
17221 mkv.cpp: play all loaded segments sequentially and don't crash
17222 ------------------------------------------------------------------------
17223 r10434 | robux4 | 2005-03-25 22:33:47 +0100 (Fri, 25 Mar 2005) | 1 line
17224 Changed paths:
17225    M /trunk/modules/demux/mkv.cpp
17226
17227 mkv.cpp: the first Cluster was lost due to preloading
17228 ------------------------------------------------------------------------
17229 r10431 | fkuehne | 2005-03-25 19:17:15 +0100 (Fri, 25 Mar 2005) | 1 line
17230 Changed paths:
17231    M /trunk/extras/contrib/src/packages.mak
17232
17233 * updated the libcaca-download-location and updated the used libdvbpsi-version to a snapshot created today
17234 ------------------------------------------------------------------------
17235 r10430 | titer | 2005-03-25 13:02:14 +0100 (Fri, 25 Mar 2005) | 2 lines
17236 Changed paths:
17237    M /trunk/include/video_output.h
17238    M /trunk/modules/gui/macosx/voutgl.m
17239    M /trunk/modules/video_output/opengl.c
17240
17241  Fix for thread-unsafe OpenGL implementations (OS X...)
17242
17243 ------------------------------------------------------------------------
17244 r10429 | fenrir | 2005-03-25 10:16:24 +0100 (Fri, 25 Mar 2005) | 7 lines
17245 Changed paths:
17246    M /trunk/include/vlc_es_out.h
17247    M /trunk/include/vlc_meta.h
17248    M /trunk/modules/demux/ts.c
17249    M /trunk/src/input/es_out.c
17250
17251  * vlc_meta.h: added a few const
17252  * es_out: added ES_OUT_SET_GROUP_META to add on the fly meta for a program
17253  (it's not yet really clean).
17254  * demux/ts: parse SI tables of DVB (channel names + events), it needs last
17255  libdvbpsi svn (set TS_USE_DVB_SI to 1 in modules/demux/ts.c to use it).
17256
17257
17258 ------------------------------------------------------------------------
17259 r10428 | fenrir | 2005-03-25 09:58:46 +0100 (Fri, 25 Mar 2005) | 6 lines
17260 Changed paths:
17261    M /trunk/src/input/input.c
17262
17263  input.c: - fixed bug in chapter prev/next. (INPUT_GET/SET_* cannot be used with
17264  access2_Control/demux2_Control, use the right ACCESS_XXX/DEMUX_XXX/)
17265           - do not create sout when uri start by 'vlc:'. It is needed to use
17266  the special vlc access with sout (ex: vlc in --sout out vlc:quit).
17267
17268
17269 ------------------------------------------------------------------------
17270 r10427 | titer | 2005-03-24 17:05:55 +0100 (Thu, 24 Mar 2005) | 2 lines
17271 Changed paths:
17272    M /trunk/modules/demux/nuv.c
17273
17274  nuv.c: compile fix (for big endian platforms)
17275
17276 ------------------------------------------------------------------------
17277 r10424 | robux4 | 2005-03-23 23:11:17 +0100 (Wed, 23 Mar 2005) | 1 line
17278 Changed paths:
17279    M /trunk/modules/demux/mkv.cpp
17280
17281 mkv.cpp: fix the pb of switching when seeking was used. Still some memory leaks issues :(
17282 ------------------------------------------------------------------------
17283 r10423 | robux4 | 2005-03-23 22:31:18 +0100 (Wed, 23 Mar 2005) | 1 line
17284 Changed paths:
17285    M /trunk/modules/demux/mkv.cpp
17286
17287 mkv.cpp: prepare for more segment switching features
17288 ------------------------------------------------------------------------
17289 r10420 | robux4 | 2005-03-23 22:08:40 +0100 (Wed, 23 Mar 2005) | 1 line
17290 Changed paths:
17291    M /trunk/modules/demux/mkv.cpp
17292
17293 mkv.cpp: segment switching almost work and doesn't crash
17294 ------------------------------------------------------------------------
17295 r10418 | damienf | 2005-03-23 20:16:06 +0100 (Wed, 23 Mar 2005) | 4 lines
17296 Changed paths:
17297    M /trunk/activex/test.html
17298
17299 - added a slider to control VLC playback from HTML.
17300
17301 NOTE: the slider is actually another ActiveX control but it could be replaced by a javascript equivalent if one wants a better looking slider.
17302
17303 ------------------------------------------------------------------------
17304 r10417 | massiot | 2005-03-23 19:39:46 +0100 (Wed, 23 Mar 2005) | 3 lines
17305 Changed paths:
17306    M /trunk/configure.ac
17307    M /trunk/modules/stream_out/Modules.am
17308    A /trunk/modules/stream_out/bridge.c
17309
17310 * modules/stream_out/bridge.c: New bridge-in/bridge-out modules to bridge
17311   ES packets between different inputs.
17312
17313 ------------------------------------------------------------------------
17314 r10416 | massiot | 2005-03-23 19:30:15 +0100 (Wed, 23 Mar 2005) | 3 lines
17315 Changed paths:
17316    M /trunk/modules/mux/mpeg/ts.c
17317
17318 * modules/mux/mpeg/ts.c: New --sout-ts-es-id-pid which allows to use
17319   the ES ID as TS PID (contrary of --ts-es-id-pid).
17320
17321 ------------------------------------------------------------------------
17322 r10415 | massiot | 2005-03-23 19:26:01 +0100 (Wed, 23 Mar 2005) | 3 lines
17323 Changed paths:
17324    M /trunk/modules/demux/ts.c
17325    M /trunk/modules/mux/mpeg/ts.c
17326
17327 * modules/mux/mpeg/ts.c, modules/demux/ts.c: Fixed IOD descriptor
17328 (patch courtesy of Nico Sabbi)
17329
17330 ------------------------------------------------------------------------
17331 r10414 | fenrir | 2005-03-23 18:00:15 +0100 (Wed, 23 Mar 2005) | 3 lines
17332 Changed paths:
17333    M /trunk/configure.ac
17334    M /trunk/modules/demux/Modules.am
17335    A /trunk/modules/demux/nuv.c
17336
17337  * all: added a nuv demuxer (limited to mpeg4 video and mp3 audio).
17338  (Seek is slow, I don't support index yet).
17339
17340 ------------------------------------------------------------------------
17341 r10413 | fenrir | 2005-03-23 17:58:24 +0100 (Wed, 23 Mar 2005) | 2 lines
17342 Changed paths:
17343    M /trunk/modules/access/dvb/linux_dvb.c
17344
17345  * dvb: fix report of error in FrontendPoll (please report any problem).
17346
17347 ------------------------------------------------------------------------
17348 r10408 | jpsaman | 2005-03-22 21:17:30 +0100 (Tue, 22 Mar 2005) | 2 lines
17349 Changed paths:
17350    M /trunk/src/audio_output/intf.c
17351
17352 Variable name consistency across the file
17353
17354 ------------------------------------------------------------------------
17355 r10406 | markfm | 2005-03-22 14:29:30 +0100 (Tue, 22 Mar 2005) | 2 lines
17356 Changed paths:
17357    M /trunk/modules/stream_out/transcode.c
17358
17359 reintroduce nearbyint, but use the 1001 multiplier.  adding 0.5 wasn't transforming 29.97 fps properly, and the earlier nearbyint was a hack for mpeg1/2.  the preceding mods were all partially right, partially wrong -- needed to combine the two change concepts. 
17360
17361 ------------------------------------------------------------------------
17362 r10405 | gbazin | 2005-03-22 10:53:11 +0100 (Tue, 22 Mar 2005) | 1 line
17363 Changed paths:
17364    M /trunk/modules/stream_out/transcode.c
17365
17366 * modules/stream_out/transcode.c: reverted previous commit which didn't belong here and was also completely wrong.
17367 ------------------------------------------------------------------------
17368 r10401 | ipkiss | 2005-03-21 20:24:06 +0100 (Mon, 21 Mar 2005) | 2 lines
17369 Changed paths:
17370    M /trunk/doc/skins/skins2-howto.xml
17371    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
17372    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
17373    M /trunk/modules/gui/skins2/parser/interpreter.cpp
17374
17375  * skins2: added vlc.volumeUp() and vlc.volumeDown() actions
17376
17377 ------------------------------------------------------------------------
17378 r10400 | hartman | 2005-03-21 15:02:07 +0100 (Mon, 21 Mar 2005) | 4 lines
17379 Changed paths:
17380    M /trunk/modules/services_discovery/sap.c
17381
17382 * Patch to reenable sap-timeout functionality (Bug 2007) By Dermot McGahon, dermot at lincor dot com
17383   Modified by me.
17384 * also restored some indentation of this file.
17385
17386 ------------------------------------------------------------------------
17387 r10399 | fkuehne | 2005-03-20 20:51:52 +0100 (Sun, 20 Mar 2005) | 3 lines
17388 Changed paths:
17389    M /trunk/src/misc/vlm.c
17390
17391 * removed my ftime-replacement for OSX again
17392
17393 Thanks for the ftime-fix gibalou :)
17394 ------------------------------------------------------------------------
17395 r10398 | gbazin | 2005-03-20 20:42:29 +0100 (Sun, 20 Mar 2005) | 1 line
17396 Changed paths:
17397    M /trunk/src/misc/vlm.c
17398
17399 * src/misc/vlm.c: only use ftime() on win32.
17400 ------------------------------------------------------------------------
17401 r10397 | fkuehne | 2005-03-20 19:19:01 +0100 (Sun, 20 Mar 2005) | 1 line
17402 Changed paths:
17403    M /trunk/src/misc/vlm.c
17404
17405 * ftime does not exist on OSX, so we need to implement it ourselves
17406 ------------------------------------------------------------------------
17407 r10396 | markfm | 2005-03-20 18:48:27 +0100 (Sun, 20 Mar 2005) | 2 lines
17408 Changed paths:
17409    M /trunk/modules/stream_out/transcode.c
17410
17411 transcode -- round fps to full integer value (eg, 25, 30) for ffmpeg mpeg1/2
17412
17413 ------------------------------------------------------------------------
17414 r10395 | asmax | 2005-03-20 16:58:04 +0100 (Sun, 20 Mar 2005) | 2 lines
17415 Changed paths:
17416    M /trunk/configure.ac
17417    M /trunk/modules/gui/skins2/src/ft2_font.cpp
17418
17419 - all: use fribidi in skins2 text rendering if available
17420
17421 ------------------------------------------------------------------------
17422 r10394 | gbazin | 2005-03-19 19:42:27 +0100 (Sat, 19 Mar 2005) | 1 line
17423 Changed paths:
17424    M /trunk/modules/codec/dvbsub.c
17425
17426 * modules/codec/dvbsub.c: first implementation of dvb text subtitles encoding/decoding (a few things are still to be done).
17427 ------------------------------------------------------------------------
17428 r10393 | markfm | 2005-03-19 18:37:10 +0100 (Sat, 19 Mar 2005) | 2 lines
17429 Changed paths:
17430    M /trunk/modules/stream_out/transcode.c
17431
17432 transcode nit -- use nearbyint to get accurate conversion of user-supplied fps
17433
17434 ------------------------------------------------------------------------
17435 r10392 | zorglub | 2005-03-19 18:23:51 +0100 (Sat, 19 Mar 2005) | 2 lines
17436 Changed paths:
17437    M /trunk/share/Makefile.am
17438    M /trunk/share/http/index.html
17439
17440 HTTP interface patch by Christophe Mutricy (and no fixes by me)
17441
17442 ------------------------------------------------------------------------
17443 r10391 | gbazin | 2005-03-19 13:20:57 +0100 (Sat, 19 Mar 2005) | 1 line
17444 Changed paths:
17445    M /trunk/modules/codec/ffmpeg/video_filter.c
17446
17447 * modules/codec/ffmpeg/video_filter.c: fixed resampling check.
17448 ------------------------------------------------------------------------
17449 r10387 | sam | 2005-03-19 09:34:30 +0100 (Sat, 19 Mar 2005) | 2 lines
17450 Changed paths:
17451    M /trunk/doc/vlc.1
17452
17453   * doc/vlc.1: spelling
17454
17455 ------------------------------------------------------------------------
17456 r10386 | djc | 2005-03-18 17:44:16 +0100 (Fri, 18 Mar 2005) | 2 lines
17457 Changed paths:
17458    M /trunk/share/Makefile.am
17459
17460 favicon.ico instead of favico.ico...
17461
17462 ------------------------------------------------------------------------
17463 r10385 | djc | 2005-03-18 15:43:38 +0100 (Fri, 18 Mar 2005) | 3 lines
17464 Changed paths:
17465    M /trunk/share/Makefile.am
17466
17467 Add cone_+-, and favico.ico to Makefile.am, as suggest xtophe
17468 Not tested...
17469
17470 ------------------------------------------------------------------------
17471 r10384 | gbazin | 2005-03-18 08:44:20 +0100 (Fri, 18 Mar 2005) | 1 line
17472 Changed paths:
17473    M /trunk/modules/stream_out/transcode.c
17474
17475 * modules/stream_out/transcode.c: convert audio to fl32 first if needed.
17476 ------------------------------------------------------------------------
17477 r10383 | markfm | 2005-03-18 02:59:44 +0100 (Fri, 18 Mar 2005) | 2 lines
17478 Changed paths:
17479    M /trunk/modules/mux/mpeg/ps.c
17480
17481 ps.c -- add i_rate_bound (MPEG spec 13818 requires rate_bound >= that of any packet in the stream) (I'm not positive, but program_mux_rate, based on instant_rate, should also possibly change.  Per 2.5.3.4 of the spec,it sounds like it might be the forward-looking rate; reporting a last-second value based on P frames,if the forward packets have an I frame, might not be correct [specs are a pain])
17482
17483 ------------------------------------------------------------------------
17484 r10382 | gbazin | 2005-03-18 00:34:04 +0100 (Fri, 18 Mar 2005) | 1 line
17485 Changed paths:
17486    M /trunk/modules/audio_filter/resampler/linear.c
17487
17488 * modules/audio_filter/resampler/linear.c: ported linear resampler to audio filter 2 architecture. Patch courtesy of Matthew Hodgson (matthew at mxtelecom dot com) + cleanup and fixes by me.
17489 ------------------------------------------------------------------------
17490 r10381 | gbazin | 2005-03-18 00:31:38 +0100 (Fri, 18 Mar 2005) | 1 line
17491 Changed paths:
17492    M /trunk/modules/stream_out/transcode.c
17493
17494 * modules/stream_out/transcode.c: simplifications + more extensive audio filter searches for conversions.
17495 ------------------------------------------------------------------------
17496 r10380 | gbazin | 2005-03-17 22:50:29 +0100 (Thu, 17 Mar 2005) | 1 line
17497 Changed paths:
17498    M /trunk/modules/codec/araw.c
17499
17500  modules/codec/araw.c: a/ulaw encoding support. Patch courtesy of Matthew Hodgson (matthew at mxtelecom dot com) + cleanup by me.
17501 ------------------------------------------------------------------------
17502 r10379 | gbazin | 2005-03-17 21:39:52 +0100 (Thu, 17 Mar 2005) | 3 lines
17503 Changed paths:
17504    M /trunk/modules/audio_filter/converter/a52tofloat32.c
17505    M /trunk/modules/audio_filter/converter/dtstofloat32.c
17506    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
17507    M /trunk/modules/audio_filter/format.c
17508    M /trunk/modules/stream_out/transcode.c
17509
17510 * modules/stream_out/transcode.c: prepare transcoder to use resampling/downmixing audio filters.
17511 * modules/audio_filter/*: set the output format to what's really being output.
17512
17513 ------------------------------------------------------------------------
17514 r10378 | gbazin | 2005-03-17 20:16:15 +0100 (Thu, 17 Mar 2005) | 3 lines
17515 Changed paths:
17516    M /trunk/modules/video_output/picture.c
17517    M /trunk/src/misc/image.c
17518    M /trunk/src/video_output/vout_intf.c
17519
17520 * src/misc/image.c, src/video_output/vout_intf.c: handle aspect ratio changes in image_Convert() as well.
17521 * modules/video_output/picture.c: set all the fields of fmt_in for image_Convert().
17522
17523 ------------------------------------------------------------------------
17524 r10377 | massiot | 2005-03-17 17:59:16 +0100 (Thu, 17 Mar 2005) | 2 lines
17525 Changed paths:
17526    M /trunk/modules/stream_out/switcher.c
17527
17528 * modules/stream_out/switcher.c: Fixed aspect ratio.
17529
17530 ------------------------------------------------------------------------
17531 r10376 | gbazin | 2005-03-17 14:55:11 +0100 (Thu, 17 Mar 2005) | 1 line
17532 Changed paths:
17533    M /trunk/src/video_output/vout_intf.c
17534
17535 * src/video_output/vout_intf.c: small cleanup.
17536 ------------------------------------------------------------------------
17537 r10375 | gbazin | 2005-03-17 14:14:04 +0100 (Thu, 17 Mar 2005) | 1 line
17538 Changed paths:
17539    M /trunk/src/misc/image.c
17540    M /trunk/src/video_output/vout_intf.c
17541
17542 * src/video_output/vout_intf.c, src/misc/image.c: proper aspect ratio for snapshots.
17543 ------------------------------------------------------------------------
17544 r10374 | gbazin | 2005-03-17 14:12:10 +0100 (Thu, 17 Mar 2005) | 1 line
17545 Changed paths:
17546    M /trunk/modules/codec/ffmpeg/video_filter.c
17547
17548 * modules/codec/ffmpeg/video_filter.c: resampling fix for when source or dest is not in I420 format.
17549 ------------------------------------------------------------------------
17550 r10373 | robux4 | 2005-03-17 13:13:12 +0100 (Thu, 17 Mar 2005) | 1 line
17551 Changed paths:
17552    M /trunk/modules/demux/mkv.cpp
17553
17554 mkv.cpp: allow seamless transition between segments
17555 ------------------------------------------------------------------------
17556 r10372 | gbazin | 2005-03-17 09:20:53 +0100 (Thu, 17 Mar 2005) | 1 line
17557 Changed paths:
17558    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
17559
17560 * modules/audio_filter/converter/mpgatofixed32.c: added downmixing from stereo to mono.
17561 ------------------------------------------------------------------------
17562 r10371 | gbazin | 2005-03-17 08:35:35 +0100 (Thu, 17 Mar 2005) | 1 line
17563 Changed paths:
17564    M /trunk/modules/codec/ffmpeg/encoder.c
17565
17566 * modules/codec/ffmpeg/encoder.c: reverted commit 10351 which breaks aspect ratio encoding.
17567 ------------------------------------------------------------------------
17568 r10370 | gbazin | 2005-03-17 00:38:51 +0100 (Thu, 17 Mar 2005) | 1 line
17569 Changed paths:
17570    M /trunk/modules/gui/wince/interface.cpp
17571    M /trunk/modules/gui/wince/timer.cpp
17572    M /trunk/modules/gui/wince/wince.h
17573
17574 * modules/gui/wince: better volume slider behaviour.
17575 ------------------------------------------------------------------------
17576 r10369 | gbazin | 2005-03-17 00:10:08 +0100 (Thu, 17 Mar 2005) | 1 line
17577 Changed paths:
17578    M /trunk/modules/audio_output/waveout.c
17579
17580 * modules/audio_output/waveout.c: change global volume on WinCE.
17581 ------------------------------------------------------------------------
17582 r10368 | gbazin | 2005-03-16 22:53:15 +0100 (Wed, 16 Mar 2005) | 1 line
17583 Changed paths:
17584    M /trunk/src/libvlc.c
17585    M /trunk/src/libvlc.h
17586
17587 * src/libvlc.[c,h]: new --(no-)fpu option (mainly for debugging purposes).
17588 ------------------------------------------------------------------------
17589 r10367 | robux4 | 2005-03-16 22:46:57 +0100 (Wed, 16 Mar 2005) | 1 line
17590 Changed paths:
17591    M /trunk/modules/demux/mkv.cpp
17592
17593 mkv.cpp: faster code with newer libs
17594 ------------------------------------------------------------------------
17595 r10366 | gbazin | 2005-03-16 22:38:19 +0100 (Wed, 16 Mar 2005) | 1 line
17596 Changed paths:
17597    M /trunk/configure.ac
17598
17599 * configure.ac: --with-a52-fixed option to specify if liba52 was compiled with fixed point support.
17600 ------------------------------------------------------------------------
17601 r10365 | robux4 | 2005-03-16 22:26:43 +0100 (Wed, 16 Mar 2005) | 1 line
17602 Changed paths:
17603    M /trunk/modules/demux/mkv.cpp
17604
17605 mkv.cpp: seeking is not only based on video
17606 ------------------------------------------------------------------------
17607 r10364 | gbazin | 2005-03-16 22:25:53 +0100 (Wed, 16 Mar 2005) | 1 line
17608 Changed paths:
17609    M /trunk/modules/audio_filter/converter/a52tofloat32.c
17610
17611 * modules/audio_filter/converter/a52tofloat32.c: support for fixed point version of liba52.
17612 ------------------------------------------------------------------------
17613 r10363 | robux4 | 2005-03-16 22:04:32 +0100 (Wed, 16 Mar 2005) | 1 line
17614 Changed paths:
17615    M /trunk/modules/demux/mkv.cpp
17616
17617 mkv.cpp: store silent tracks info
17618 ------------------------------------------------------------------------
17619 r10362 | jpsaman | 2005-03-16 22:02:05 +0100 (Wed, 16 Mar 2005) | 2 lines
17620 Changed paths:
17621    M /trunk/modules/gui/pda/pda.c
17622
17623 Quick patch to make pda.c inteface compile again. It disables the management of the slider on the GUI.
17624
17625 ------------------------------------------------------------------------
17626 r10361 | robux4 | 2005-03-16 21:32:38 +0100 (Wed, 16 Mar 2005) | 1 line
17627 Changed paths:
17628    M /trunk/modules/demux/mkv.cpp
17629
17630 mkv.cpp: more code rearranging
17631 ------------------------------------------------------------------------
17632 r10360 | titer | 2005-03-16 16:49:18 +0100 (Wed, 16 Mar 2005) | 2 lines
17633 Changed paths:
17634    M /trunk/modules/gui/macosx/voutgl.m
17635
17636  macosx/voutgl.m: fixed --macosx-stretch in GL provider
17637
17638 ------------------------------------------------------------------------
17639 r10359 | damienf | 2005-03-16 14:08:13 +0100 (Wed, 16 Mar 2005) | 4 lines
17640 Changed paths:
17641    M /trunk/activex/main.cpp
17642    M /trunk/activex/plugin.cpp
17643
17644 main.cpp: fixed bug regarding TypeLib registration
17645 plugin.cpp: some minor cleanup
17646
17647
17648 ------------------------------------------------------------------------
17649 r10358 | gbazin | 2005-03-16 13:12:20 +0100 (Wed, 16 Mar 2005) | 1 line
17650 Changed paths:
17651    M /trunk/src/misc/vlm.c
17652
17653 * src/misc/vlm.c: couple of fixes pointed out by johnluo.
17654 ------------------------------------------------------------------------
17655 r10357 | gbazin | 2005-03-16 12:38:16 +0100 (Wed, 16 Mar 2005) | 1 line
17656 Changed paths:
17657    M /trunk/modules/access/directory.c
17658
17659 * modules/access/directory.c: fixed a bunch of bugs.
17660 ------------------------------------------------------------------------
17661 r10356 | gbazin | 2005-03-16 12:11:08 +0100 (Wed, 16 Mar 2005) | 1 line
17662 Changed paths:
17663    M /trunk/modules/demux/ty.c
17664
17665 * modules/demux/ty.c: fixed segfault while probing.
17666 ------------------------------------------------------------------------
17667 r10355 | courmisch | 2005-03-16 11:51:10 +0100 (Wed, 16 Mar 2005) | 2 lines
17668 Changed paths:
17669    M /trunk/modules/demux/ty.c
17670
17671 - TY should have a lower priority than PS
17672
17673 ------------------------------------------------------------------------
17674 r10354 | gbazin | 2005-03-16 10:48:22 +0100 (Wed, 16 Mar 2005) | 1 line
17675 Changed paths:
17676    M /trunk/src/playlist/item-ext.c
17677    M /trunk/src/playlist/view.c
17678
17679 * src/playlist/*: shut up a couple of compiler warnings.
17680 ------------------------------------------------------------------------
17681 r10353 | hartman | 2005-03-16 01:16:03 +0100 (Wed, 16 Mar 2005) | 6 lines
17682 Changed paths:
17683    M /trunk/configure.ac
17684    M /trunk/modules/access/directory.c
17685
17686 * New ignore-filetypes option for the directory module.
17687   - you can specify a comma-seperated list of file-extensions. Files of this type will not be added to the
17688     playlist when the directory module parses directory contents.
17689     This prevents duplication of playlist items (both m3u and the real files were being played, or both .bin and .cue were added, therfore playing the same movie twice) and the adding of items that are not really useful to VLC as seperate playlist items.
17690   - By default are ignored the following: m3u,nfo,jpg,gif,sfv,txt,sub,idx,srt,cue
17691
17692 ------------------------------------------------------------------------
17693 r10352 | fkuehne | 2005-03-15 20:53:17 +0100 (Tue, 15 Mar 2005) | 3 lines
17694 Changed paths:
17695    M /trunk/po/Makefile.in.in
17696    M /trunk/po/POTFILES.in
17697    M /trunk/po/bn.po
17698    M /trunk/po/da.po
17699    M /trunk/po/de.po
17700    M /trunk/po/el.po
17701    M /trunk/po/en_GB.po
17702    M /trunk/po/es.po
17703    M /trunk/po/fr.po
17704    M /trunk/po/hi.po
17705    M /trunk/po/hu.po
17706    M /trunk/po/it.po
17707    M /trunk/po/ja.po
17708    M /trunk/po/my.po
17709    M /trunk/po/ne.po
17710    M /trunk/po/nl.po
17711    M /trunk/po/no.po
17712    M /trunk/po/pl.po
17713    M /trunk/po/ps.po
17714    M /trunk/po/pt_BR.po
17715    M /trunk/po/ru.po
17716    M /trunk/po/sv.po
17717    M /trunk/po/tet.po
17718    M /trunk/po/tl.po
17719    M /trunk/po/vlc.pot
17720
17721 * *.po: updated the po-files
17722 * da.po: additions to the Danish translation by Jonas Larsen
17723 * Makefile.in.in: small fix, so msgmerge is found properly if it is installed in extras/contrib
17724 ------------------------------------------------------------------------
17725 r10351 | massiot | 2005-03-15 19:59:48 +0100 (Tue, 15 Mar 2005) | 2 lines
17726 Changed paths:
17727    M /trunk/modules/codec/ffmpeg/encoder.c
17728
17729 * modules/codec/ffmpeg/encoder.c: Fixed aspect ratio encoding.
17730
17731 ------------------------------------------------------------------------
17732 r10350 | massiot | 2005-03-15 19:55:17 +0100 (Tue, 15 Mar 2005) | 2 lines
17733 Changed paths:
17734    M /trunk/modules/stream_out/switcher.c
17735
17736 * modules/stream_out/switcher.c: Added --sout-switcher-aspect-ratio option.
17737
17738 ------------------------------------------------------------------------
17739 r10349 | massiot | 2005-03-15 19:52:52 +0100 (Tue, 15 Mar 2005) | 2 lines
17740 Changed paths:
17741    M /trunk/include/vout_synchro.h
17742    M /trunk/src/libvlc.h
17743    M /trunk/src/video_output/vout_synchro.c
17744
17745 * src/video_output/vout_synchro.c: New --quiet-synchro config option.
17746
17747 ------------------------------------------------------------------------
17748 r10348 | sigmunau | 2005-03-15 18:18:58 +0100 (Tue, 15 Mar 2005) | 2 lines
17749 Changed paths:
17750    M /trunk/modules/video_filter/wall.c
17751
17752 wall.c: fix alignment when rows or cols are 2 or less.
17753
17754 ------------------------------------------------------------------------
17755 r10347 | gbazin | 2005-03-15 14:44:31 +0100 (Tue, 15 Mar 2005) | 1 line
17756 Changed paths:
17757    M /trunk/configure.ac
17758
17759 * configure.ac: proper LDFLAGS on win32 for the wince gui.
17760 ------------------------------------------------------------------------
17761 r10346 | gbazin | 2005-03-15 14:38:28 +0100 (Tue, 15 Mar 2005) | 1 line
17762 Changed paths:
17763    M /trunk/modules/audio_output/waveout.c
17764
17765 * modules/audio_output/waveout.c: use hardware volume control.
17766 ------------------------------------------------------------------------
17767 r10345 | gbazin | 2005-03-15 14:21:54 +0100 (Tue, 15 Mar 2005) | 1 line
17768 Changed paths:
17769    M /trunk/src/audio_output/intf.c
17770
17771 * src/audio_output/intf.c: aout_VolumeGet() needs to call pf_volume_get() if it wants an updated value.
17772 ------------------------------------------------------------------------
17773 r10344 | gbazin | 2005-03-15 12:40:27 +0100 (Tue, 15 Mar 2005) | 1 line
17774 Changed paths:
17775    M /trunk/configure.ac
17776
17777 * configure.ac: getnameinfo/getaddrinfo/freeaddrinfo are not available on win32 (except on XP/2003 so if we want to use them we'll have to load them dynamically).
17778 ------------------------------------------------------------------------
17779 r10343 | anil | 2005-03-15 12:29:46 +0100 (Tue, 15 Mar 2005) | 2 lines
17780 Changed paths:
17781    M /trunk/modules/gui/wxwindows/interface.cpp
17782    M /trunk/modules/gui/wxwindows/timer.cpp
17783    M /trunk/modules/gui/wxwindows/wxwindows.h
17784
17785 * display useful information in the tooltip
17786
17787 ------------------------------------------------------------------------
17788 r10342 | djc | 2005-03-15 01:02:16 +0100 (Tue, 15 Mar 2005) | 2 lines
17789 Changed paths:
17790    M /trunk/modules/gui/macosx/prefs.h
17791    M /trunk/modules/gui/macosx/prefs.m
17792    M /trunk/modules/gui/macosx/prefs_widgets.h
17793    M /trunk/modules/gui/macosx/prefs_widgets.m
17794
17795 Work on MacOS preferences. Need to be completed, improved, and debugged...
17796
17797 ------------------------------------------------------------------------
17798 r10341 | hartman | 2005-03-15 00:53:58 +0100 (Tue, 15 Mar 2005) | 2 lines
17799 Changed paths:
17800    M /trunk/modules/gui/macosx/controls.m
17801
17802 * macosx: simplify volume update method for scrollfield usage.
17803
17804 ------------------------------------------------------------------------
17805 r10340 | ANIL | 2005-03-15 00:39:53 +0100 (Tue, 15 Mar 2005) | 3 lines
17806 Changed paths:
17807    M /trunk/modules/gui/wxwindows/interface.cpp
17808    M /trunk/modules/gui/wxwindows/wxwindows.cpp
17809    M /trunk/modules/gui/wxwindows/wxwindows.h
17810
17811 * wxwindows/*: disable systray code for wx2.4 (Thanks Gildas)
17812
17813
17814 ------------------------------------------------------------------------
17815 r10339 | hartman | 2005-03-15 00:12:06 +0100 (Tue, 15 Mar 2005) | 4 lines
17816 Changed paths:
17817    M /trunk/NEWS
17818    M /trunk/TODO
17819    M /trunk/modules/gui/gtk/menu.c
17820    M /trunk/modules/gui/wxwindows/extrapanel.cpp
17821    M /trunk/src/libvlc.h
17822    M /trunk/src/video_output/video_output.c
17823
17824 * Renamed --filter to --video-filter for reasons of consistency. Please check functionality.
17825 * Added a notice of this to news
17826 * Another request from the forum.
17827
17828 ------------------------------------------------------------------------
17829 r10338 | hartman | 2005-03-14 23:14:46 +0100 (Mon, 14 Mar 2005) | 4 lines
17830 Changed paths:
17831    M /trunk/src/libvlc.c
17832    M /trunk/src/libvlc.h
17833
17834 * More descriptions of the VLC commandline syntax when running --help.
17835 * Added --advanced to the "Help Options" as well. It's "duplicate", but it's easier to find now for cli users.
17836 * Restored some add_category_hint so the cli help shows the proper categories again.
17837
17838 ------------------------------------------------------------------------
17839 r10336 | fenrir | 2005-03-14 18:02:45 +0100 (Mon, 14 Mar 2005) | 3 lines
17840 Changed paths:
17841    M /trunk/modules/demux/mp4/mp4.c
17842
17843  * mp4.c: do not unselect ES at the end.
17844
17845
17846 ------------------------------------------------------------------------
17847 r10335 | sam | 2005-03-14 15:38:44 +0100 (Mon, 14 Mar 2005) | 2 lines
17848 Changed paths:
17849    M /trunk/debian/Makefile.am
17850
17851   * debian/Makefile.am: oops, removed ffmpeg patch and added vlc.mime.
17852
17853 ------------------------------------------------------------------------
17854 r10334 | sam | 2005-03-14 14:54:04 +0100 (Mon, 14 Mar 2005) | 2 lines
17855 Changed paths:
17856    M /trunk/debian/changelog
17857    M /trunk/debian/control
17858    M /trunk/debian/copyright
17859    M /trunk/debian/gnome-vlc.desktop
17860    M /trunk/debian/gvlc.desktop
17861    M /trunk/debian/patches/00list
17862    D /trunk/debian/patches/20_ffmpeg.dpatch
17863    M /trunk/debian/rules
17864    M /trunk/debian/vlc.mime
17865
17866   * Updated Debian packaging information.
17867
17868 ------------------------------------------------------------------------
17869 r10333 | gbazin | 2005-03-14 14:21:26 +0100 (Mon, 14 Mar 2005) | 1 line
17870 Changed paths:
17871    M /trunk/src/input/input.c
17872
17873 * src/input/input.c: use a low priority input thread when in b_out_pace_control && b_can_pace_control mode (avoids using all the cpu time).
17874 ------------------------------------------------------------------------
17875 r10332 | sam | 2005-03-14 14:02:16 +0100 (Mon, 14 Mar 2005) | 2 lines
17876 Changed paths:
17877    M /trunk/modules/stream_out/switcher.c
17878
17879   * modules/stream_out/switcher.c: fixed forbidden empty string for gettext.
17880
17881 ------------------------------------------------------------------------
17882 r10331 | anil | 2005-03-14 11:56:55 +0100 (Mon, 14 Mar 2005) | 9 lines
17883 Changed paths:
17884    M /trunk/activex
17885    M /trunk/modules/gui/wxwindows/interface.cpp
17886    M /trunk/modules/gui/wxwindows/wxwindows.cpp
17887    M /trunk/modules/gui/wxwindows/wxwindows.h
17888
17889 * activex: updated svn:ignore property
17890
17891 * wxwindows: systray integration, with a basic popup menu, tested under
17892   WinXP and Gnome (introduces two new options, wxwin-taskbar and
17893   wxwin-systray).
17894
17895   The icon looks ok under windows but not so good with some gnome-panel
17896   sizes.
17897
17898 ------------------------------------------------------------------------
17899 r10330 | sam | 2005-03-14 11:49:41 +0100 (Mon, 14 Mar 2005) | 2 lines
17900 Changed paths:
17901    M /trunk/activex/Makefile.am
17902
17903   * activex/Makefile.am: use "rm -f", not "-rm".
17904
17905 ------------------------------------------------------------------------
17906 r10329 | sam | 2005-03-14 11:38:45 +0100 (Mon, 14 Mar 2005) | 3 lines
17907 Changed paths:
17908    M /trunk/configure.ac
17909
17910   * configure.ac: allow to specify another name for the wx-config script, for
17911     systems with both 2.4 and 2.5.
17912
17913 ------------------------------------------------------------------------
17914 r10328 | sigmunau | 2005-03-14 11:32:47 +0100 (Mon, 14 Mar 2005) | 2 lines
17915 Changed paths:
17916    M /trunk/modules/control/corba/Modules.am
17917
17918 corba/Modules.am: include missing files in dist. Fixes #1977
17919
17920 ------------------------------------------------------------------------
17921 r10327 | sigmunau | 2005-03-14 10:18:42 +0100 (Mon, 14 Mar 2005) | 2 lines
17922 Changed paths:
17923    M /trunk/TODO
17924
17925 TODO: remove recently fixed subtitle-related items
17926
17927 ------------------------------------------------------------------------
17928 r10326 | hartman | 2005-03-14 00:32:30 +0100 (Mon, 14 Mar 2005) | 2 lines
17929 Changed paths:
17930    M /trunk/TODO
17931
17932 * Add some TODOs from the Requests forum.
17933
17934 ------------------------------------------------------------------------
17935 r10325 | djc | 2005-03-14 00:19:12 +0100 (Mon, 14 Mar 2005) | 3 lines
17936 Changed paths:
17937    M /trunk/modules/gui/macosx/controls.m
17938    M /trunk/modules/gui/macosx/intf.h
17939    M /trunk/modules/gui/macosx/intf.m
17940
17941 Added setScrollField: and resetScrollField to manage the scroll field.
17942
17943
17944 ------------------------------------------------------------------------
17945 r10324 | hartman | 2005-03-14 00:10:01 +0100 (Mon, 14 Mar 2005) | 3 lines
17946 Changed paths:
17947    M /trunk/activex/Makefile.am
17948
17949 * axvlc.reg was removed from the source tree in r9968, but not removed from the Makefile.am
17950 This was breaking make dist, and therefore the SVN .tar.gz snapshots
17951
17952 ------------------------------------------------------------------------
17953 r10323 | robux4 | 2005-03-13 20:53:20 +0100 (Sun, 13 Mar 2005) | 1 line
17954 Changed paths:
17955    M /trunk/modules/demux/mkv.cpp
17956
17957 mkv.cpp: use the same technique for the main segment as for the additional segments (this way we know the others work too)
17958 ------------------------------------------------------------------------
17959 r10322 | robux4 | 2005-03-13 15:09:31 +0100 (Sun, 13 Mar 2005) | 1 line
17960 Changed paths:
17961    M /trunk/modules/demux/mkv.cpp
17962
17963 mkv.cpp: segment preloading now works
17964 ------------------------------------------------------------------------
17965 r10321 | courmisch | 2005-03-13 14:29:45 +0100 (Sun, 13 Mar 2005) | 2 lines
17966 Changed paths:
17967    M /trunk/AUTHORS
17968    M /trunk/include/vlc_tls.h
17969    M /trunk/modules/codec/adpcm.c
17970    M /trunk/modules/demux/voc.c
17971    M /trunk/modules/demux/xa.c
17972    M /trunk/modules/misc/gnutls.c
17973    M /trunk/src/misc/httpd.c
17974    M /trunk/src/misc/tls.c
17975
17976 Fix my email address
17977
17978 ------------------------------------------------------------------------
17979 r10320 | courmisch | 2005-03-13 10:31:00 +0100 (Sun, 13 Mar 2005) | 2 lines
17980 Changed paths:
17981    M /trunk/configure.ac
17982
17983 - Fix getnameinfo detection on Win32
17984
17985 ------------------------------------------------------------------------
17986 r10319 | titer | 2005-03-13 06:56:32 +0100 (Sun, 13 Mar 2005) | 2 lines
17987 Changed paths:
17988    M /trunk/extras/contrib/src/Patches/dvdnav.patch
17989
17990  dvdnav.patch: missed a couple of functions yesterday, fixes --disable-plugins
17991
17992 ------------------------------------------------------------------------
17993 r10318 | titer | 2005-03-12 19:34:36 +0100 (Sat, 12 Mar 2005) | 3 lines
17994 Changed paths:
17995    M /trunk/modules/access/dvdnav.c
17996    M /trunk/src/video_output/vout_subpictures.c
17997
17998  Renamed the "contrast" variable used between dvdnav and the video output
17999  so it doesn't conflict with the one from the adjust filter
18000
18001 ------------------------------------------------------------------------
18002 r10317 | titer | 2005-03-12 18:52:33 +0100 (Sat, 12 Mar 2005) | 8 lines
18003 Changed paths:
18004    M /trunk/extras/contrib/src/Patches/dvdnav.patch
18005    M /trunk/extras/contrib/src/Patches/libdvdread.patch
18006
18007  dvdnav.patch: prefixed all non-static functions in the included libdvdread.
18008   This fixes dvdsimple on OS X (either it crashed complaining about
18009   multiple definitions in the dvdnav and dvdread plugins, or it tried
18010   to use the libdvdread routines from the dvdnav plugin even though
18011   the dvdread access is used, but this modified libdvdread doesn't
18012   seem to be binary compatible... big mess here)
18013  ALL: fixed a minor libdvdread bug + cleaned the BeOS patch
18014
18015 ------------------------------------------------------------------------
18016 r10316 | courmisch | 2005-03-12 18:47:43 +0100 (Sat, 12 Mar 2005) | 2 lines
18017 Changed paths:
18018    M /trunk/src/misc/httpd.c
18019
18020 Fixed stupid bug (C) me, yesterday (variable name conflict)
18021
18022 ------------------------------------------------------------------------
18023 r10315 | massiot | 2005-03-12 15:31:10 +0100 (Sat, 12 Mar 2005) | 2 lines
18024 Changed paths:
18025    M /trunk/doc/fortunes.txt
18026
18027 fortuuuuune
18028
18029 ------------------------------------------------------------------------
18030 r10314 | robux4 | 2005-03-12 12:12:00 +0100 (Sat, 12 Mar 2005) | 1 line
18031 Changed paths:
18032    M /trunk/modules/demux/mkv.cpp
18033
18034 mkv.cpp: know your parents better
18035 ------------------------------------------------------------------------
18036 r10313 | robux4 | 2005-03-12 11:20:18 +0100 (Sat, 12 Mar 2005) | 1 line
18037 Changed paths:
18038    M /trunk/modules/demux/mkv.cpp
18039
18040 mkv.cpp: better segment initialisation
18041 ------------------------------------------------------------------------
18042 r10312 | robux4 | 2005-03-12 11:01:45 +0100 (Sat, 12 Mar 2005) | 1 line
18043 Changed paths:
18044    M /trunk/modules/demux/mkv.cpp
18045
18046 mkv.cpp: don't keep segments already found elsewhere
18047 ------------------------------------------------------------------------
18048 r10311 | robux4 | 2005-03-12 10:35:29 +0100 (Sat, 12 Mar 2005) | 1 line
18049 Changed paths:
18050    M /trunk/modules/demux/mkv.cpp
18051
18052 mkv.cpp: more code reorganisation for segment preloading
18053 ------------------------------------------------------------------------
18054 r10310 | anil | 2005-03-11 23:36:40 +0100 (Fri, 11 Mar 2005) | 6 lines
18055 Changed paths:
18056    M /trunk/configure.ac
18057    M /trunk/modules/access/file.c
18058    M /trunk/modules/access/vcd/vcd.c
18059    M /trunk/modules/access/vcdx/access.c
18060    M /trunk/modules/codec/subsdec.c
18061    M /trunk/modules/demux/mjpeg.c
18062    M /trunk/modules/demux/ts.c
18063
18064 * configure.ac: alsa is now really default enabled
18065 * modules/demux/*: typo and user-friendly description
18066 * modules/access/*: less vlc warnings
18067 * modules/codec/subsdec.c: subtitles justification is no longer "advanced"
18068
18069
18070 ------------------------------------------------------------------------
18071 r10309 | zorglub | 2005-03-11 22:49:19 +0100 (Fri, 11 Mar 2005) | 2 lines
18072 Changed paths:
18073    M /trunk/modules/demux/avi/avi.c
18074    M /trunk/modules/demux/demuxdump.c
18075    M /trunk/modules/demux/mjpeg.c
18076    M /trunk/modules/demux/mod.c
18077    M /trunk/modules/demux/mpeg/h264.c
18078    M /trunk/modules/misc/dummy/dummy.c
18079
18080 String fixes by Christophe Mutricy
18081
18082 ------------------------------------------------------------------------
18083 r10308 | courmisch | 2005-03-11 21:04:58 +0100 (Fri, 11 Mar 2005) | 2 lines
18084 Changed paths:
18085    M /trunk/src/misc/httpd.c
18086
18087 - Fix bug #1854
18088
18089 ------------------------------------------------------------------------
18090 r10307 | courmisch | 2005-03-11 20:57:28 +0100 (Fri, 11 Mar 2005) | 3 lines
18091 Changed paths:
18092    M /trunk/configure.ac
18093
18094 - Check for gai_strerror
18095   (stupid Winsock2 has getnameinfo but not gai_strerror)
18096
18097 ------------------------------------------------------------------------
18098 r10302 | courmisch | 2005-03-11 14:41:51 +0100 (Fri, 11 Mar 2005) | 2 lines
18099 Changed paths:
18100    M /trunk/activex/Makefile.am
18101
18102 - Fix building axvlc from subdirectory
18103
18104 ------------------------------------------------------------------------
18105 r10301 | andrep | 2005-03-11 14:38:38 +0100 (Fri, 11 Mar 2005) | 3 lines
18106 Changed paths:
18107    M /trunk/mozilla/vlcshell.cpp
18108
18109 * mozilla/vlcshell.cpp: handle Mozilla plugin output window resizing in X11 (patch thanks to Conrad Parker, conrad AT metadecks DOT org), and annotate #endifs with the #ifdef that it closes
18110
18111
18112 ------------------------------------------------------------------------
18113 r10300 | dionoea | 2005-03-11 14:13:45 +0100 (Fri, 11 Mar 2005) | 2 lines
18114 Changed paths:
18115    M /trunk/modules/video_output/picture.c
18116
18117  * change $Id thing ... r10300
18118
18119 ------------------------------------------------------------------------
18120 r10299 | robux4 | 2005-03-11 13:41:41 +0100 (Fri, 11 Mar 2005) | 1 line
18121 Changed paths:
18122    M /trunk/modules/demux/mkv.cpp
18123
18124 mkv.cpp: preload linked segments too
18125 ------------------------------------------------------------------------
18126 r10297 | robux4 | 2005-03-11 11:44:36 +0100 (Fri, 11 Mar 2005) | 1 line
18127 Changed paths:
18128    M /trunk/modules/demux/mkv.cpp
18129
18130 mkv.cpp: remove an unused variable
18131 ------------------------------------------------------------------------
18132 r10296 | sigmunau | 2005-03-11 10:54:47 +0100 (Fri, 11 Mar 2005) | 2 lines
18133 Changed paths:
18134    M /trunk/modules/audio_output/alsa.c
18135
18136 alsa.c: removed a printf, shut up a compiler warning
18137
18138 ------------------------------------------------------------------------
18139 r10292 | jpsaman | 2005-03-11 10:49:38 +0100 (Fri, 11 Mar 2005) | 2 lines
18140 Changed paths:
18141    M /trunk/modules/audio_filter/converter/a52tofloat32.c
18142    M /trunk/modules/audio_filter/converter/dtstofloat32.c
18143
18144 Removed unneeded VLC_OBJECT() cast and another segfault fix.
18145
18146 ------------------------------------------------------------------------
18147 r10290 | sigmunau | 2005-03-11 09:56:58 +0100 (Fri, 11 Mar 2005) | 2 lines
18148 Changed paths:
18149    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
18150
18151 wxwindows/preferences_widgets.cpp: Fix size of ModulesListCat widget
18152
18153 ------------------------------------------------------------------------
18154 r10289 | gbazin | 2005-03-11 09:18:14 +0100 (Fri, 11 Mar 2005) | 1 line
18155 Changed paths:
18156    M /trunk/modules/codec/ffmpeg/encoder.c
18157    M /trunk/modules/stream_out/transcode.c
18158
18159 * modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c: cosmetic fixes.
18160 ------------------------------------------------------------------------
18161 r10288 | courmisch | 2005-03-11 09:13:00 +0100 (Fri, 11 Mar 2005) | 4 lines
18162 Changed paths:
18163    M /trunk/configure.ac
18164    M /trunk/modules/demux/Modules.am
18165    A /trunk/modules/demux/ty.c
18166
18167 Tivo file demuxer
18168 based on patch from Neal Symms <nsymms # redwar.us>
18169 with minor cleanups
18170
18171 ------------------------------------------------------------------------
18172 r10287 | zorglub | 2005-03-11 08:52:18 +0100 (Fri, 11 Mar 2005) | 3 lines
18173 Changed paths:
18174    M /trunk/modules/codec/mpeg_audio.c
18175    M /trunk/modules/gui/wxwindows/interface.cpp
18176    M /trunk/modules/gui/wxwindows/playlist.cpp
18177    M /trunk/modules/gui/wxwindows/wizard.cpp
18178    M /trunk/src/input/access.c
18179    M /trunk/src/input/demux.c
18180    M /trunk/src/input/es_out.c
18181    M /trunk/src/input/input.c
18182    M /trunk/src/misc/modules.c
18183    M /trunk/src/playlist/item-ext.c
18184    M /trunk/src/playlist/loadsave.c
18185    M /trunk/src/playlist/playlist.c
18186    M /trunk/src/playlist/view.c
18187
18188 Reduce the global verbosity
18189 Change some message severities
18190
18191 ------------------------------------------------------------------------
18192 r10285 | zorglub | 2005-03-10 23:30:16 +0100 (Thu, 10 Mar 2005) | 2 lines
18193 Changed paths:
18194    M /trunk/modules/access/cdda/info.c
18195
18196 Fix locking
18197
18198 ------------------------------------------------------------------------
18199 r10284 | zorglub | 2005-03-10 23:18:47 +0100 (Thu, 10 Mar 2005) | 2 lines
18200 Changed paths:
18201    M /trunk/NEWS
18202
18203 Update news
18204
18205 ------------------------------------------------------------------------
18206 r10282 | jpsaman | 2005-03-10 22:16:32 +0100 (Thu, 10 Mar 2005) | 2 lines
18207 Changed paths:
18208    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
18209
18210 Same mistake here: Pass real VLC_OBJECT's to msg_*
18211
18212 ------------------------------------------------------------------------
18213 r10280 | jpsaman | 2005-03-10 22:12:28 +0100 (Thu, 10 Mar 2005) | 2 lines
18214 Changed paths:
18215    M /trunk/modules/audio_filter/converter/dtstofloat32.c
18216
18217 Another one. Use real VLC_OBJECT's in msg_*
18218
18219 ------------------------------------------------------------------------
18220 r10278 | jpsaman | 2005-03-10 22:09:14 +0100 (Thu, 10 Mar 2005) | 2 lines
18221 Changed paths:
18222    M /trunk/modules/audio_filter/converter/a52tofloat32.c
18223
18224 Use VLC_OBJECT's to pass to msg_* functions otherwise all hell breaks lose.
18225
18226 ------------------------------------------------------------------------
18227 r10277 | courmisch | 2005-03-10 21:42:52 +0100 (Thu, 10 Mar 2005) | 2 lines
18228 Changed paths:
18229    M /trunk/modules/misc/gnutls.c
18230
18231 - Require certificate from the client if one CA cert specified
18232
18233 ------------------------------------------------------------------------
18234 r10276 | courmisch | 2005-03-10 21:04:04 +0100 (Thu, 10 Mar 2005) | 2 lines
18235 Changed paths:
18236    M /trunk/modules/misc/gnutls.c
18237
18238 - Release certificate creds after terminating session
18239
18240 ------------------------------------------------------------------------
18241 r10268 | gbazin | 2005-03-10 20:23:10 +0100 (Thu, 10 Mar 2005) | 1 line
18242 Changed paths:
18243    M /trunk/configure.ac
18244
18245 * configure.ac: only include stream_out_switcher if --enable-sout is specified.
18246 ------------------------------------------------------------------------
18247 r10265 | robux4 | 2005-03-10 19:20:02 +0100 (Thu, 10 Mar 2005) | 1 line
18248 Changed paths:
18249    M /trunk/modules/demux/mkv.cpp
18250
18251 mkv.cpp: support preloading in the same family
18252 ------------------------------------------------------------------------
18253 r10264 | massiot | 2005-03-10 18:23:43 +0100 (Thu, 10 Mar 2005) | 12 lines
18254 Changed paths:
18255    M /trunk/configure.ac
18256    M /trunk/modules/access/Modules.am
18257    A /trunk/modules/access/fake.c
18258    M /trunk/modules/stream_out/Modules.am
18259    A /trunk/modules/stream_out/switcher.c
18260
18261 * modules/stream_out/switcher.c: New module allowing to replace an MPEG2
18262   video by a fixed panel (format .uyvy). Specify panel files with
18263   --sout-switcher-files=toto.uyvy,tata.uyvy,titi.uyvy and the size of
18264   pictures with --sout-switcher-sizes=720x576,720x576,480x576.
18265   --sout-switcher-port=4242 opens up a UDP port. echo 1 | nc -u localhost 4242
18266   switches to panel #1 (0 is the live video, -1 disables all output).
18267   The audio is blanked out when a panel is active. --sout-switcher-command
18268   specifies the first command to run on start-up.
18269 * modules/access/fake.c: Fake video input simulating a video at x fps.
18270   Use it to switch between fixed panels with the switcher when you have
18271   no video.
18272
18273 ------------------------------------------------------------------------
18274 r10263 | robux4 | 2005-03-10 18:19:28 +0100 (Thu, 10 Mar 2005) | 1 line
18275 Changed paths:
18276    M /trunk/modules/demux/mkv.cpp
18277
18278 mkv.cpp: move the segment metadata preloading in another function (to be used elsewhere too)
18279 ------------------------------------------------------------------------
18280 r10262 | robux4 | 2005-03-10 17:41:43 +0100 (Thu, 10 Mar 2005) | 1 line
18281 Changed paths:
18282    M /trunk/modules/demux/mkv.cpp
18283
18284 mkv.cpp: parse the Segment Info properly
18285 ------------------------------------------------------------------------
18286 r10261 | dionoea | 2005-03-10 17:00:49 +0100 (Thu, 10 Mar 2005) | 2 lines
18287 Changed paths:
18288    M /trunk/modules/control/rc.c
18289    M /trunk/modules/video_filter/mosaic.c
18290
18291  * mosaic alignment (works like --marq-position) and callback
18292
18293 ------------------------------------------------------------------------
18294 r10260 | robux4 | 2005-03-10 16:40:45 +0100 (Thu, 10 Mar 2005) | 1 line
18295 Changed paths:
18296    M /trunk/modules/demux/mkv.cpp
18297
18298 mkv.cpp: store the prev/next UID for later use
18299 ------------------------------------------------------------------------
18300 r10259 | zorglub | 2005-03-10 14:42:45 +0100 (Thu, 10 Mar 2005) | 2 lines
18301 Changed paths:
18302    M /trunk/modules/access/vcdx/access.c
18303
18304 Fix refcount problems + fix a part of coding style problems
18305
18306 ------------------------------------------------------------------------
18307 r10258 | gbazin | 2005-03-10 14:37:29 +0100 (Thu, 10 Mar 2005) | 1 line
18308 Changed paths:
18309    M /trunk/modules/misc/freetype.c
18310
18311 * modules/misc/freetype.c: better outlining algorithm + generate 16 colors (instead of 256) palettized YUV.
18312 ------------------------------------------------------------------------
18313 r10257 | zorglub | 2005-03-10 14:05:43 +0100 (Thu, 10 Mar 2005) | 8 lines
18314 Changed paths:
18315    M /trunk/include/vlc_config_cat.h
18316    M /trunk/modules/audio_filter/equalizer.c
18317    M /trunk/modules/video_output/directx/glwin32.c
18318    M /trunk/modules/video_output/image.c
18319    M /trunk/modules/video_output/picture.c
18320    M /trunk/modules/video_output/x11/glx.c
18321    M /trunk/modules/visualization/visual/visual.c
18322    M /trunk/src/audio_output/intf.c
18323    M /trunk/src/libvlc.h
18324
18325 More prefs fixes
18326 - String fixes
18327 - Sort some large panels
18328 - Change some advanced flags
18329 - Fix & move audio-channel-mixer
18330 - hide picture vout
18331 - Remove saved-volume, replaced by a variable
18332
18333 ------------------------------------------------------------------------
18334 r10255 | courmisch | 2005-03-10 12:19:29 +0100 (Thu, 10 Mar 2005) | 3 lines
18335 Changed paths:
18336    M /trunk/modules/demux/voc.c
18337
18338 - Fix unitialized variable in demux control helper
18339 There's still a segfault somewhere (occurs after many seeks but I can't reproduce it with a debugger)
18340
18341 ------------------------------------------------------------------------
18342 r10254 | courmisch | 2005-03-10 12:00:41 +0100 (Thu, 10 Mar 2005) | 2 lines
18343 Changed paths:
18344    M /trunk/modules/demux/voc.c
18345
18346 Support block type 2 (and some others as well)
18347
18348 ------------------------------------------------------------------------
18349 r10253 | courmisch | 2005-03-10 11:58:02 +0100 (Thu, 10 Mar 2005) | 4 lines
18350 Changed paths:
18351    M /trunk/include/network.h
18352    M /trunk/modules/access/http.c
18353
18354 - include/network.h: new vlc_UrlEncode and vlc_UrlIsNotEncoded helpers function
18355 - modules/access/http.c: do not choke when there's a space in a URL
18356   (should probably be done for some others)
18357
18358 ------------------------------------------------------------------------
18359 r10250 | courmisch | 2005-03-10 10:56:07 +0100 (Thu, 10 Mar 2005) | 2 lines
18360 Changed paths:
18361    M /trunk/modules/misc/gnutls.c
18362
18363 gnutls.c: add shortname
18364
18365 ------------------------------------------------------------------------
18366 r10249 | zorglub | 2005-03-10 10:47:20 +0100 (Thu, 10 Mar 2005) | 2 lines
18367 Changed paths:
18368    M /trunk/modules/gui/wxwindows/preferences.cpp
18369
18370 Should fix compile
18371
18372 ------------------------------------------------------------------------
18373 r10245 | courmisch | 2005-03-10 09:27:21 +0100 (Thu, 10 Mar 2005) | 2 lines
18374 Changed paths:
18375    M /trunk/include/vlc_tls.h
18376    M /trunk/modules/misc/gnutls.c
18377    M /trunk/src/misc/tls.c
18378
18379 Missing properties
18380
18381 ------------------------------------------------------------------------
18382 r10244 | courmisch | 2005-03-10 09:23:03 +0100 (Thu, 10 Mar 2005) | 2 lines
18383 Changed paths:
18384    M /trunk/configure.ac
18385    M /trunk/modules/misc/gnutls.c
18386
18387 - Fix GnuTLS version detection
18388
18389 ------------------------------------------------------------------------
18390 r10243 | zorglub | 2005-03-10 01:17:33 +0100 (Thu, 10 Mar 2005) | 7 lines
18391 Changed paths:
18392    M /trunk/include/vlc_config_cat.h
18393    M /trunk/modules/audio_filter/converter/a52tofloat32.c
18394    M /trunk/modules/audio_filter/converter/dtstofloat32.c
18395    M /trunk/modules/misc/freetype.c
18396    M /trunk/modules/video_filter/marq.c
18397    M /trunk/src/libvlc.h
18398
18399 Preferences update :
18400 - Sorted marq options
18401 - A52 & DTS are audio decoders
18402 - Moved freetype to subtitles/OSD
18403
18404 (last 2 suggested by Anil)
18405
18406 ------------------------------------------------------------------------
18407 r10242 | robux4 | 2005-03-09 22:45:02 +0100 (Wed, 09 Mar 2005) | 1 line
18408 Changed paths:
18409    M /trunk/modules/demux/mkv.cpp
18410
18411 mkv.cpp: cleaner handling of some tables (now vectors)
18412 ------------------------------------------------------------------------
18413 r10241 | zorglub | 2005-03-09 22:06:09 +0100 (Wed, 09 Mar 2005) | 2 lines
18414 Changed paths:
18415    A /trunk/modules/gui/wxwindows/bitmaps/advanced.xpm
18416    A /trunk/modules/gui/wxwindows/bitmaps/audio.xpm
18417    A /trunk/modules/gui/wxwindows/bitmaps/codec.xpm
18418    A /trunk/modules/gui/wxwindows/bitmaps/intf.xpm
18419    A /trunk/modules/gui/wxwindows/bitmaps/video.xpm
18420    M /trunk/modules/gui/wxwindows/preferences.cpp
18421
18422 Preferences icons
18423
18424 ------------------------------------------------------------------------
18425 r10240 | gbazin | 2005-03-09 20:57:28 +0100 (Wed, 09 Mar 2005) | 1 line
18426 Changed paths:
18427    M /trunk/modules/codec/ffmpeg/video.c
18428
18429 * modules/codec/ffmpeg/video.c: take input rate into account when interpolating next pts.
18430 ------------------------------------------------------------------------
18431 r10239 | zorglub | 2005-03-09 19:05:30 +0100 (Wed, 09 Mar 2005) | 2 lines
18432 Changed paths:
18433    M /trunk/modules/gui/wxwindows/menus.cpp
18434
18435 Don't switch interfaces under linux
18436
18437 ------------------------------------------------------------------------
18438 r10238 | hartman | 2005-03-09 17:00:03 +0100 (Wed, 09 Mar 2005) | 3 lines
18439 Changed paths:
18440    M /trunk/extras/contrib/src/Makefile
18441    M /trunk/extras/contrib/src/packages.mak
18442
18443 * added glib libIDL and mozilla sources (not built by default, edit contrib/src/Makefile)
18444 * upgraded libcdio to 0.7.2 (not that it makes much difference :) )
18445
18446 ------------------------------------------------------------------------
18447 r10237 | courmisch | 2005-03-09 14:07:26 +0100 (Wed, 09 Mar 2005) | 2 lines
18448 Changed paths:
18449    M /trunk/modules/gui/kde/preferences.cpp
18450
18451 string rationalization (yeah, I know the KDE interface is not used)
18452
18453 ------------------------------------------------------------------------
18454 r10236 | sigmunau | 2005-03-09 13:58:13 +0100 (Wed, 09 Mar 2005) | 2 lines
18455 Changed paths:
18456    M /trunk/include/vlc_video.h
18457    M /trunk/modules/misc/freetype.c
18458    M /trunk/src/video_output/vout_subpictures.c
18459
18460 all: correctly align multiline strings when not left-aligned
18461
18462 ------------------------------------------------------------------------
18463 r10235 | gbazin | 2005-03-09 13:52:47 +0100 (Wed, 09 Mar 2005) | 1 line
18464 Changed paths:
18465    M /trunk/modules/mux/mpeg/ps.c
18466
18467 * modules/mux/mpeg/ps.c: small cleanup.
18468 ------------------------------------------------------------------------
18469 r10234 | gbazin | 2005-03-09 13:39:36 +0100 (Wed, 09 Mar 2005) | 1 line
18470 Changed paths:
18471    M /trunk/modules/demux/ps.c
18472    M /trunk/modules/demux/ps.h
18473
18474 * modules/demux/ps.[c,h]: fixed PSM parsing bug.
18475 ------------------------------------------------------------------------
18476 r10233 | gbazin | 2005-03-09 13:17:01 +0100 (Wed, 09 Mar 2005) | 1 line
18477 Changed paths:
18478    M /trunk/modules/mux/mpeg/ps.c
18479
18480 * modules/mux/mpeg/ps.c: correct PSM size.
18481 ------------------------------------------------------------------------
18482 r10232 | courmisch | 2005-03-09 12:54:36 +0100 (Wed, 09 Mar 2005) | 2 lines
18483 Changed paths:
18484    M /trunk/modules/demux/voc.c
18485
18486 Handle VOC files with multiple blocks properly
18487
18488 ------------------------------------------------------------------------
18489 r10231 | gbazin | 2005-03-09 12:43:02 +0100 (Wed, 09 Mar 2005) | 1 line
18490 Changed paths:
18491    M /trunk/src/video_output/vout_subpictures.c
18492
18493 * src/video_output/vout_subpictures.c: pass on video output size changes to the text renderer.
18494 ------------------------------------------------------------------------
18495 r10230 | gbazin | 2005-03-09 12:42:05 +0100 (Wed, 09 Mar 2005) | 1 line
18496 Changed paths:
18497    M /trunk/modules/misc/freetype.c
18498
18499 * modules/misc/freetype.c: handle size change properly.
18500 ------------------------------------------------------------------------
18501 r10229 | gbazin | 2005-03-09 11:46:45 +0100 (Wed, 09 Mar 2005) | 1 line
18502 Changed paths:
18503    M /trunk/modules/video_filter/mosaic.c
18504
18505 * modules/video_filter/mosaic.c: compilation fix.
18506 ------------------------------------------------------------------------
18507 r10228 | gbazin | 2005-03-09 11:18:27 +0100 (Wed, 09 Mar 2005) | 1 line
18508 Changed paths:
18509    M /trunk/modules/misc/freetype.c
18510
18511 * modules/misc/freetype.c: don't display only the last line.
18512 ------------------------------------------------------------------------
18513 r10227 | courmisch | 2005-03-09 10:03:32 +0100 (Wed, 09 Mar 2005) | 2 lines
18514 Changed paths:
18515    M /trunk/modules/demux/voc.c
18516
18517 - seeking in .VOC file
18518
18519 ------------------------------------------------------------------------
18520 r10226 | gbazin | 2005-03-09 01:59:09 +0100 (Wed, 09 Mar 2005) | 1 line
18521 Changed paths:
18522    M /trunk/modules/mux/mpeg/ps.c
18523
18524 * modules/mux/mpeg/ps.c: shut-up valgrind warning.
18525 ------------------------------------------------------------------------
18526 r10225 | titer | 2005-03-09 01:43:46 +0100 (Wed, 09 Mar 2005) | 2 lines
18527 Changed paths:
18528    M /trunk/include/vlc_common.h
18529
18530  vlc_common.h: define INT64_MIN/INT64_MAX if necessary
18531
18532 ------------------------------------------------------------------------
18533 r10224 | gbazin | 2005-03-09 01:31:19 +0100 (Wed, 09 Mar 2005) | 1 line
18534 Changed paths:
18535    M /trunk/modules/demux/ps.h
18536
18537 * modules/demux/ps.h: support for mp4v/mp4a/h264 + parse language descriptor in PSM.
18538 ------------------------------------------------------------------------
18539 r10223 | gbazin | 2005-03-09 01:30:09 +0100 (Wed, 09 Mar 2005) | 1 line
18540 Changed paths:
18541    M /trunk/modules/mux/mpeg/ps.c
18542
18543 *  modules/mux/mpeg/ps.c: Write a PSM + support for mp4v/mp4a/h264.
18544 ------------------------------------------------------------------------
18545 r10222 | titer | 2005-03-09 01:18:15 +0100 (Wed, 09 Mar 2005) | 3 lines
18546 Changed paths:
18547    M /trunk/modules/video_filter/mosaic.c
18548
18549  video_filter/mosaic.c: compile fix (use INT_MAX since INT32_MAX isn't
18550          always defined)
18551
18552 ------------------------------------------------------------------------
18553 r10221 | rocky | 2005-03-09 00:52:01 +0100 (Wed, 09 Mar 2005) | 3 lines
18554 Changed paths:
18555    M /trunk/configure.ac
18556
18557 VCDX depends on libiso9660. Up libcdio version to 0.72. 
18558
18559
18560 ------------------------------------------------------------------------
18561 r10220 | hartman | 2005-03-09 00:25:11 +0100 (Wed, 09 Mar 2005) | 3 lines
18562 Changed paths:
18563    M /trunk/mozilla/vlcshell.cpp
18564
18565 * TEST: removing #include <jis.h> from the mozilla plugin to see if we really require Java support.
18566   if this breaks the linux or win32 mozilla plugin then it should be restored.
18567
18568 ------------------------------------------------------------------------
18569 r10219 | gbazin | 2005-03-09 00:21:40 +0100 (Wed, 09 Mar 2005) | 1 line
18570 Changed paths:
18571    M /trunk/modules/packetizer/mpeg4video.c
18572
18573 * modules/packetizer/mpeg4video.c: fixed segfault
18574 ------------------------------------------------------------------------
18575 r10218 | robux4 | 2005-03-08 22:43:42 +0100 (Tue, 08 Mar 2005) | 1 line
18576 Changed paths:
18577    M /trunk/modules/demux/mkv.cpp
18578
18579 mkv.cpp: keep the interresting segments somewhere in memory (not functional yet)
18580 ------------------------------------------------------------------------
18581 r10217 | gbazin | 2005-03-08 21:17:43 +0100 (Tue, 08 Mar 2005) | 1 line
18582 Changed paths:
18583    M /trunk/modules/mux/mpeg/ps.c
18584
18585 * modules/mux/mpeg/ps.c: use instant bitrate to calculate program_mux_rate.
18586 ------------------------------------------------------------------------
18587 r10216 | courmisch | 2005-03-08 19:43:51 +0100 (Tue, 08 Mar 2005) | 2 lines
18588 Changed paths:
18589    M /trunk/modules/gui/wxwindows/playlist.cpp
18590
18591 Strings rationalization
18592
18593 ------------------------------------------------------------------------
18594 r10215 | courmisch | 2005-03-08 19:34:00 +0100 (Tue, 08 Mar 2005) | 2 lines
18595 Changed paths:
18596    M /trunk/modules/gui/wxwindows/open.cpp
18597    M /trunk/modules/gui/wxwindows/streamout.cpp
18598
18599 Fix max UDP port number
18600
18601 ------------------------------------------------------------------------
18602 r10214 | gbazin | 2005-03-08 19:10:49 +0100 (Tue, 08 Mar 2005) | 1 line
18603 Changed paths:
18604    M /trunk/modules/video_output/x11/xcommon.c
18605
18606 * modules/video_output/x11/xcommon.c: don't abort on X_SetInputFocus error which isn't fatal.
18607 ------------------------------------------------------------------------
18608 r10213 | courmisch | 2005-03-08 18:31:31 +0100 (Tue, 08 Mar 2005) | 8 lines
18609 Changed paths:
18610    M /trunk/modules/gui/wxwindows/wxwindows.h
18611
18612 Same fix for non-constant string.
18613
18614 The playlist works fine again (with ASCII/Latin locale charset).
18615 When in UTF8, it might be a good idea to check for invalid bytes
18616 sequences and replace them with question mark - at the moment
18617 wxWidgets still leave the whole text blank which result in blank
18618 playlist item in the playlist.
18619
18620 ------------------------------------------------------------------------
18621 r10212 | courmisch | 2005-03-08 18:11:08 +0100 (Tue, 08 Mar 2005) | 9 lines
18622 Changed paths:
18623    M /trunk/modules/gui/wxwindows/wxwindows.h
18624
18625 Fix conversion from locale to wxWidgets' Unicode
18626 (the documentation for wxWidgets 2.5.3 is wrong :
18627  wxConvCurrent (which does not work) does not point
18628  to wxConvLibc nor wxConvLocal (which both work))
18629
18630 It is now possible to use wxvlc with non UTF-8 locale.
18631 Previously, any text item with non-ASCII character in it would be
18632 blank.
18633
18634 ------------------------------------------------------------------------
18635 r10211 | massiot | 2005-03-08 17:50:19 +0100 (Tue, 08 Mar 2005) | 2 lines
18636 Changed paths:
18637    M /trunk/modules/codec/ffmpeg/video_filter.c
18638
18639 * modules/codec/ffmpeg/video_filter.c: Fixed a regression with b_resize_first.
18640
18641 ------------------------------------------------------------------------
18642 r10210 | courmisch | 2005-03-08 17:29:30 +0100 (Tue, 08 Mar 2005) | 2 lines
18643 Changed paths:
18644    M /trunk/modules/gui/wxwindows/open.cpp
18645
18646 Fix UDP unicast access when both IPv6 and non-default port are used
18647
18648 ------------------------------------------------------------------------
18649 r10209 | courmisch | 2005-03-08 14:54:11 +0100 (Tue, 08 Mar 2005) | 2 lines
18650 Changed paths:
18651    M /trunk/configure.ac
18652
18653 Enable voc demux
18654
18655 ------------------------------------------------------------------------
18656 r10208 | courmisch | 2005-03-08 14:53:36 +0100 (Tue, 08 Mar 2005) | 2 lines
18657 Changed paths:
18658    M /trunk/AUTHORS
18659    M /trunk/modules/demux/Modules.am
18660    A /trunk/modules/demux/voc.c
18661
18662 Creative Voice File demux
18663
18664 ------------------------------------------------------------------------
18665 r10207 | gbazin | 2005-03-08 14:16:38 +0100 (Tue, 08 Mar 2005) | 1 line
18666 Changed paths:
18667    M /trunk/modules/codec/ffmpeg/video_filter.c
18668
18669 * modules/codec/ffmpeg/video_filter.c: a few fixes and cleanup.
18670 ------------------------------------------------------------------------
18671 r10206 | gbazin | 2005-03-08 14:15:56 +0100 (Tue, 08 Mar 2005) | 3 lines
18672 Changed paths:
18673    M /trunk/modules/codec/x264.c
18674    M /trunk/modules/services_discovery/sap.c
18675    M /trunk/modules/stream_out/transcode.c
18676
18677 * modules/services_discovery/sap.c, modules/codec/x264.c: fixed small mem leaks.
18678 * modules/stream_out/transcode.c: fixed segfault.
18679
18680 ------------------------------------------------------------------------
18681 r10205 | gbazin | 2005-03-08 11:58:49 +0100 (Tue, 08 Mar 2005) | 1 line
18682 Changed paths:
18683    M /trunk/modules/misc/freetype.c
18684    M /trunk/modules/video_filter/marq.c
18685    M /trunk/modules/video_filter/time.c
18686
18687 * modules/misc/freetype.c, modules/video_filter/marq.c, time.c: a few fixes.
18688 ------------------------------------------------------------------------
18689 r10204 | gbazin | 2005-03-08 11:15:36 +0100 (Tue, 08 Mar 2005) | 1 line
18690 Changed paths:
18691    M /trunk/configure.ac
18692
18693 * configure.ac: packetizers are not only useful with the stream output.
18694 ------------------------------------------------------------------------
18695 r10203 | robux4 | 2005-03-08 10:06:27 +0100 (Tue, 08 Mar 2005) | 1 line
18696 Changed paths:
18697    M /trunk/src/input/input.c
18698
18699 input.c: allow "intelligent" previous-chapter behaviour for access sources too
18700 ------------------------------------------------------------------------
18701 r10202 | gbazin | 2005-03-08 02:54:55 +0100 (Tue, 08 Mar 2005) | 1 line
18702 Changed paths:
18703    M /trunk/modules/misc/dummy/renderer.c
18704
18705 * modules/misc/dummy/renderer.c: forgot to commit this file with the text renderer api change.
18706 ------------------------------------------------------------------------
18707 r10201 | gbazin | 2005-03-08 02:38:33 +0100 (Tue, 08 Mar 2005) | 1 line
18708 Changed paths:
18709    M /trunk/src/input/es_out.c
18710
18711 * src/input/es_out.c: fixed another small mem leak.
18712 ------------------------------------------------------------------------
18713 r10200 | gbazin | 2005-03-08 02:24:27 +0100 (Tue, 08 Mar 2005) | 1 line
18714 Changed paths:
18715    M /trunk/src/input/es_out.c
18716
18717 * src/input/es_out.c: fixed small mem leak.
18718 ------------------------------------------------------------------------
18719 r10199 | gbazin | 2005-03-08 02:23:54 +0100 (Tue, 08 Mar 2005) | 3 lines
18720 Changed paths:
18721    M /trunk/include/vlc_filter.h
18722    M /trunk/include/vlc_video.h
18723    M /trunk/modules/misc/freetype.c
18724    M /trunk/modules/video_filter/marq.c
18725    M /trunk/modules/video_filter/time.c
18726    M /trunk/src/video_output/vout_subpictures.c
18727
18728 * include/vlc_filter.h, vlc_video.h, src/video_output/vout_subpictures.c: new simpler and more powerful text renderer api.
18729 * modules/misc/freetype.c: rewrite to the new api + outputs YUVP subpicture regions now.
18730
18731 ------------------------------------------------------------------------
18732 r10198 | hartman | 2005-03-08 00:54:51 +0100 (Tue, 08 Mar 2005) | 2 lines
18733 Changed paths:
18734    M /trunk/modules/demux/livedotcom.cpp
18735
18736 * Fix udp->tcp rollover when using multicast in rtsp. now bail after 36 seconds in case of multicast, .9 seconds otherwise. Bail after 3secs of no longer receiving data (multicast or unicast).
18737
18738 ------------------------------------------------------------------------
18739 r10197 | hartman | 2005-03-07 23:30:55 +0100 (Mon, 07 Mar 2005) | 2 lines
18740 Changed paths:
18741    M /trunk/configure.ac
18742    M /trunk/extras/contrib/src/Makefile
18743
18744 * dirty patch to tell vlc (on osx) that it needs -liconv when it links to libcdio. This should be fixed in the libcdio pkgconfig, but i'm tired of figuring out how to patch libcdio to do this.
18745
18746 ------------------------------------------------------------------------
18747 r10196 | robux4 | 2005-03-07 23:05:54 +0100 (Mon, 07 Mar 2005) | 1 line
18748 Changed paths:
18749    M /trunk/modules/demux/mkv.cpp
18750
18751 mkv.cpp: prepare the code to handle seemless segment switching
18752 ------------------------------------------------------------------------
18753 r10195 | dionoea | 2005-03-07 21:50:13 +0100 (Mon, 07 Mar 2005) | 3 lines
18754 Changed paths:
18755    M /trunk/modules/video_filter/mosaic.c
18756
18757  * add a mutex so the callbacks don't change anything while the filter is
18758    doing something
18759
18760 ------------------------------------------------------------------------
18761 r10194 | gbazin | 2005-03-07 21:36:18 +0100 (Mon, 07 Mar 2005) | 1 line
18762 Changed paths:
18763    M /trunk/modules/misc/freetype.c
18764
18765 * modules/misc/freetype.c: replaced pi_gamma with an (almost) equivalent that doesn't use floats.
18766 ------------------------------------------------------------------------
18767 r10193 | courmisch | 2005-03-07 21:21:24 +0100 (Mon, 07 Mar 2005) | 2 lines
18768 Changed paths:
18769    M /trunk/modules/demux/wav.c
18770
18771 Fixes a compiler warning
18772
18773 ------------------------------------------------------------------------
18774 r10192 | robux4 | 2005-03-07 21:16:52 +0100 (Mon, 07 Mar 2005) | 1 line
18775 Changed paths:
18776    M /trunk/include/vlc_demux.h
18777    M /trunk/include/vlc_input.h
18778    M /trunk/modules/demux/mkv.cpp
18779    M /trunk/src/input/control.c
18780    M /trunk/src/input/input.c
18781
18782 make the previous-chapter "intelligent" seek more general, remove DEMUX_GET_SEEKPOINT_TIME
18783 ------------------------------------------------------------------------
18784 r10191 | robux4 | 2005-03-07 21:13:56 +0100 (Mon, 07 Mar 2005) | 1 line
18785 Changed paths:
18786    M /trunk/modules/codec/ffmpeg/audio.c
18787
18788 audio.c: fix a compiler portability issue
18789 ------------------------------------------------------------------------
18790 r10190 | courmisch | 2005-03-07 20:59:38 +0100 (Mon, 07 Mar 2005) | 3 lines
18791 Changed paths:
18792    M /trunk/modules/gui/wxwindows/wizard.cpp
18793
18794 - Don't crash when transcoding is enabled
18795 - Some cleanup
18796
18797 ------------------------------------------------------------------------
18798 r10189 | gbazin | 2005-03-07 20:41:34 +0100 (Mon, 07 Mar 2005) | 1 line
18799 Changed paths:
18800    M /trunk/modules/gui/wince/interface.cpp
18801
18802 * modules/gui/wince/interface.cpp: compilation fix.
18803 ------------------------------------------------------------------------
18804 r10188 | gbazin | 2005-03-07 20:35:11 +0100 (Mon, 07 Mar 2005) | 1 line
18805 Changed paths:
18806    M /trunk/modules/misc/freetype.c
18807
18808 * modules/misc/freetype.c: removed debug messages.
18809 ------------------------------------------------------------------------
18810 r10187 | massiot | 2005-03-07 20:28:52 +0100 (Mon, 07 Mar 2005) | 8 lines
18811 Changed paths:
18812    M /trunk/include/vlc_filter.h
18813    M /trunk/include/vlc_spu.h
18814    M /trunk/include/vlc_video.h
18815    M /trunk/modules/codec/ffmpeg/video_filter.c
18816    M /trunk/modules/video_filter/mosaic.c
18817    M /trunk/modules/video_output/picture.c
18818    M /trunk/modules/video_output/picture.h
18819    M /trunk/src/video_output/vout_subpictures.c
18820
18821 * src/video_output/vout_subpictures.c: New function spu_MakeRegion which
18822   reuses a given picture_t without allocating a new one.
18823 * modules/video_output/picture.c: New --picture-height and width options
18824   to do the scaling in the vout thread. Misc bug corrections.
18825 * modules/video_filter/mosaic.c: Less overhead.
18826 * modules/codec/ffmpeg/video_filter.c: Do the scaling before the conversion
18827   in case the original size is bigger than the destination.
18828
18829 ------------------------------------------------------------------------
18830 r10186 | gbazin | 2005-03-07 19:34:21 +0100 (Mon, 07 Mar 2005) | 1 line
18831 Changed paths:
18832    M /trunk/modules/codec/ffmpeg/video.c
18833
18834 * modules/codec/ffmpeg/video.c: assume (M)JPEG YUV420 is the same as I420 (we could convert to have the exact chroma but that would be slower).
18835 ------------------------------------------------------------------------
18836 r10185 | gbazin | 2005-03-07 19:04:24 +0100 (Mon, 07 Mar 2005) | 1 line
18837 Changed paths:
18838    M /trunk/configure.ac
18839
18840 * configure.ac: fixed typo.
18841 ------------------------------------------------------------------------
18842 r10184 | gbazin | 2005-03-07 18:52:05 +0100 (Mon, 07 Mar 2005) | 1 line
18843 Changed paths:
18844    M /trunk/modules/codec/ffmpeg/ffmpeg.c
18845    M /trunk/src/video_output/vout_pictures.c
18846    M /trunk/src/video_output/vout_pictures.h
18847
18848 * modules/codec/ffmpeg/ffmpeg.c, src/video_output/vout_pictures.c: fixed JPEG encoding.
18849 ------------------------------------------------------------------------
18850 r10183 | gbazin | 2005-03-07 17:33:56 +0100 (Mon, 07 Mar 2005) | 1 line
18851 Changed paths:
18852    M /trunk/modules/access/dshow/filter.cpp
18853
18854 * modules/access/dshow: flush the capture pin's buffers when the capture filter is stopped (instead of doing it in the pin's destructor).
18855 ------------------------------------------------------------------------
18856 r10182 | courmisch | 2005-03-07 16:04:53 +0100 (Mon, 07 Mar 2005) | 2 lines
18857 Changed paths:
18858    M /trunk/modules/demux/xa.c
18859
18860 propset
18861
18862 ------------------------------------------------------------------------
18863 r10181 | courmisch | 2005-03-07 16:02:33 +0100 (Mon, 07 Mar 2005) | 2 lines
18864 Changed paths:
18865    M /trunk/modules/demux/xa.c
18866
18867 Allow seeking
18868
18869 ------------------------------------------------------------------------
18870 r10180 | gbazin | 2005-03-07 15:37:39 +0100 (Mon, 07 Mar 2005) | 1 line
18871 Changed paths:
18872    M /trunk/modules/gui/wince/interface.cpp
18873    M /trunk/modules/gui/wince/menus.cpp
18874    M /trunk/modules/gui/wince/open.cpp
18875    M /trunk/modules/gui/wince/playlist.cpp
18876    M /trunk/modules/gui/wince/preferences.cpp
18877    M /trunk/modules/gui/wince/wince.cpp
18878    M /trunk/modules/gui/wince/wince.h
18879    M /trunk/modules/gui/wince/wince_rc.rc
18880
18881 * modules/gui/wince: fixed bunch of bugs and memory leaks.
18882 ------------------------------------------------------------------------
18883 r10179 | courmisch | 2005-03-07 14:28:08 +0100 (Mon, 07 Mar 2005) | 2 lines
18884 Changed paths:
18885    M /trunk/modules/demux/xa.c
18886
18887 typo fix
18888
18889 ------------------------------------------------------------------------
18890 r10178 | courmisch | 2005-03-07 14:26:33 +0100 (Mon, 07 Mar 2005) | 2 lines
18891 Changed paths:
18892    M /trunk/modules/demux/xa.c
18893
18894 Cosmetic cleanup (pointed out by fenrir)
18895
18896 ------------------------------------------------------------------------
18897 r10177 | courmisch | 2005-03-07 14:12:51 +0100 (Mon, 07 Mar 2005) | 2 lines
18898 Changed paths:
18899    M /trunk/modules/demux/xa.c
18900
18901 Fix email address
18902
18903 ------------------------------------------------------------------------
18904 r10176 | courmisch | 2005-03-07 14:10:29 +0100 (Mon, 07 Mar 2005) | 2 lines
18905 Changed paths:
18906    A /trunk/modules/demux/xa.c
18907
18908 Forgotten new file from previous commit
18909
18910 ------------------------------------------------------------------------
18911 r10175 | courmisch | 2005-03-07 14:05:06 +0100 (Mon, 07 Mar 2005) | 4 lines
18912 Changed paths:
18913    M /trunk/configure.ac
18914    M /trunk/modules/codec/adpcm.c
18915    M /trunk/modules/demux/Modules.am
18916
18917 - XA file demux
18918 - EA ADPCM decoder (Maxis games)
18919 (- corner case memleak in adpcm decoder)
18920
18921 ------------------------------------------------------------------------
18922 r10174 | andrep | 2005-03-07 14:00:48 +0100 (Mon, 07 Mar 2005) | 4 lines
18923 Changed paths:
18924    M /trunk/configure.ac
18925
18926 * configure.ac: Link against dependent static libraries successfully on
18927   Mac OS X
18928
18929
18930 ------------------------------------------------------------------------
18931 r10173 | damienf | 2005-03-07 11:40:23 +0100 (Mon, 07 Mar 2005) | 4 lines
18932 Changed paths:
18933    M /trunk/activex/main.cpp
18934    M /trunk/activex/oleobject.cpp
18935    M /trunk/activex/persistpropbag.cpp
18936    M /trunk/activex/persiststorage.cpp
18937    M /trunk/activex/persiststreaminit.cpp
18938    M /trunk/activex/plugin.cpp
18939    M /trunk/activex/plugin.h
18940
18941 - activate (make visible) as soon as embedded into a container, no longer wait for container to do the activation
18942
18943 This fixes an annoying Internet Explorer optimization which would make the activex control invisible till a user moves the mouse over it
18944
18945 ------------------------------------------------------------------------
18946 r10172 | markfm | 2005-03-07 03:52:05 +0100 (Mon, 07 Mar 2005) | 2 lines
18947 Changed paths:
18948    M /trunk/modules/mux/mpeg/ps.c
18949
18950 Fix mpeg ps time output, making it seekable.  There may still be an error in there -- a test file reports 11:57 on VLC, 15:42 minutes on WMP, though it plays OK on both, seekable to the end.
18951
18952 ------------------------------------------------------------------------
18953 r10171 | titer | 2005-03-07 01:54:26 +0100 (Mon, 07 Mar 2005) | 2 lines
18954 Changed paths:
18955    M /trunk/modules/misc/freetype.c
18956
18957  misc/freetype.c: compile fix
18958
18959 ------------------------------------------------------------------------
18960 r10170 | gbazin | 2005-03-06 20:37:26 +0100 (Sun, 06 Mar 2005) | 1 line
18961 Changed paths:
18962    M /trunk/modules/codec/ffmpeg/audio.c
18963
18964 * modules/codec/ffmpeg/audio.c: fix for ALAC support.
18965 ------------------------------------------------------------------------
18966 r10169 | gbazin | 2005-03-06 19:46:43 +0100 (Sun, 06 Mar 2005) | 1 line
18967 Changed paths:
18968    M /trunk/configure.ac
18969    M /trunk/modules/codec/flac.c
18970
18971 * modules/codec/flac.c, configure.ac: FLAC packetizer doesn't depend on libflac anymore.
18972 ------------------------------------------------------------------------
18973 r10168 | dionoea | 2005-03-06 19:10:51 +0100 (Sun, 06 Mar 2005) | 2 lines
18974 Changed paths:
18975    M /trunk/modules/control/rc.c
18976
18977 remove useless --rc-extend option in favor of the longhelp command
18978
18979 ------------------------------------------------------------------------
18980 r10167 | gbazin | 2005-03-06 18:54:34 +0100 (Sun, 06 Mar 2005) | 1 line
18981 Changed paths:
18982    M /trunk/modules/codec/ffmpeg/audio.c
18983    M /trunk/modules/codec/ffmpeg/ffmpeg.c
18984
18985 * modules/codec/ffmpeg: support for libavcodec's flac decoder.
18986 ------------------------------------------------------------------------
18987 r10166 | gbazin | 2005-03-06 18:53:49 +0100 (Sun, 06 Mar 2005) | 1 line
18988 Changed paths:
18989    M /trunk/src/input/es_out.c
18990
18991 * src/input/es_out.c: ES_OUT_SET_FMT restarts the decoder.
18992 ------------------------------------------------------------------------
18993 r10165 | dionoea | 2005-03-06 17:39:27 +0100 (Sun, 06 Mar 2005) | 2 lines
18994 Changed paths:
18995    M /trunk/modules/control/rc.c
18996
18997  * mosaic call back help
18998
18999 ------------------------------------------------------------------------
19000 r10164 | markfm | 2005-03-06 17:27:35 +0100 (Sun, 06 Mar 2005) | 2 lines
19001 Changed paths:
19002    M /trunk/modules/control/rc.c
19003
19004 enable rc logo-file on the fly
19005
19006 ------------------------------------------------------------------------
19007 r10163 | gbazin | 2005-03-06 17:25:02 +0100 (Sun, 06 Mar 2005) | 1 line
19008 Changed paths:
19009    M /trunk/modules/codec/ffmpeg/ffmpeg.c
19010    M /trunk/modules/demux/mp4/libmp4.c
19011    M /trunk/modules/demux/mp4/libmp4.h
19012    M /trunk/modules/demux/mp4/mp4.c
19013
19014 * modules/demux/mp4, modules/codec/ffmpeg: support for Apple Lossless Audio Codec.
19015 ------------------------------------------------------------------------
19016 r10162 | markfm | 2005-03-06 15:48:14 +0100 (Sun, 06 Mar 2005) | 2 lines
19017 Changed paths:
19018    M /trunk/modules/stream_out/transcode.c
19019
19020 transcode -- prevent user error, limit mp3 channels to max of 2
19021
19022 ------------------------------------------------------------------------
19023 r10161 | gbazin | 2005-03-06 14:55:48 +0100 (Sun, 06 Mar 2005) | 1 line
19024 Changed paths:
19025    M /trunk/src/video_output/video_output.c
19026
19027 * src/video_output/video_output.c: revert commit 10160 which breaks direct-rendering.
19028 ------------------------------------------------------------------------
19029 r10160 | robux4 | 2005-03-06 14:44:17 +0100 (Sun, 06 Mar 2005) | 4 lines
19030 Changed paths:
19031    M /trunk/src/video_output/video_output.c
19032
19033 video_output.c: use the visible dimensions and not the pixel dimensions
19034
19035 if this create some memory leaks, it should be corrected elsewhere
19036 this solves the HDTV grey line bug
19037 ------------------------------------------------------------------------
19038 r10159 | courmisch | 2005-03-06 12:07:41 +0100 (Sun, 06 Mar 2005) | 2 lines
19039 Changed paths:
19040    M /trunk/modules/misc/gnutls.c
19041
19042 Fixes segfault
19043
19044 ------------------------------------------------------------------------
19045 r10158 | hartman | 2005-03-06 11:53:18 +0100 (Sun, 06 Mar 2005) | 2 lines
19046 Changed paths:
19047    M /trunk/TODO
19048
19049 * added statistics, blue/green wall filter and goom effect video filter to the TODO list
19050
19051 ------------------------------------------------------------------------
19052 r10157 | robux4 | 2005-03-06 11:36:49 +0100 (Sun, 06 Mar 2005) | 1 line
19053 Changed paths:
19054    M /trunk/modules/demux/mkv.cpp
19055
19056 mkv.cpp: support aspect ratio for video tracks
19057 ------------------------------------------------------------------------
19058 r10156 | courmisch | 2005-03-06 10:06:09 +0100 (Sun, 06 Mar 2005) | 4 lines
19059 Changed paths:
19060    M /trunk/modules/misc/gnutls.c
19061
19062 - support for client certificate verification from SSL server
19063   (= sort of server-side support for secure VoD)
19064 - fixes global mutex name
19065
19066 ------------------------------------------------------------------------
19067 r10154 | gbazin | 2005-03-05 19:07:49 +0100 (Sat, 05 Mar 2005) | 1 line
19068 Changed paths:
19069    M /trunk/include/video_output.h
19070    M /trunk/modules/video_output/wingdi.c
19071
19072 * modules/video_output/wingdi.c, include/video_output.h: disable GAPI when the video window looses the focus.
19073 ------------------------------------------------------------------------
19074 r10153 | gbazin | 2005-03-05 19:05:42 +0100 (Sat, 05 Mar 2005) | 1 line
19075 Changed paths:
19076    M /trunk/modules/gui/wince/interface.cpp
19077    M /trunk/modules/gui/wince/menus.cpp
19078    M /trunk/modules/gui/wince/video.cpp
19079    M /trunk/modules/gui/wince/wince.h
19080
19081 * modules/gui/wince/*: improvements to the WinCE interface.
19082 ------------------------------------------------------------------------
19083 r10152 | gbazin | 2005-03-05 19:02:56 +0100 (Sat, 05 Mar 2005) | 1 line
19084 Changed paths:
19085    M /trunk/src/input/input.c
19086    M /trunk/src/input/stream.c
19087
19088 * src/input/stream.c: check return value of malloc/realloc.
19089 ------------------------------------------------------------------------
19090 r10151 | courmisch | 2005-03-05 19:01:05 +0100 (Sat, 05 Mar 2005) | 2 lines
19091 Changed paths:
19092    M /trunk/modules/misc/gnutls.c
19093
19094 Memleak fixed
19095
19096 ------------------------------------------------------------------------
19097 r10150 | gbazin | 2005-03-05 18:54:19 +0100 (Sat, 05 Mar 2005) | 1 line
19098 Changed paths:
19099    M /trunk/modules/demux/aac.c
19100    M /trunk/modules/demux/aiff.c
19101    M /trunk/modules/demux/asf/asf.c
19102    M /trunk/modules/demux/au.c
19103    M /trunk/modules/demux/avi/avi.c
19104    M /trunk/modules/demux/flac.c
19105    M /trunk/modules/demux/livedotcom.cpp
19106    M /trunk/modules/demux/mkv.cpp
19107    M /trunk/modules/demux/mod.c
19108    M /trunk/modules/demux/mp4/mp4.c
19109    M /trunk/modules/demux/mpeg/mpga.c
19110    M /trunk/modules/demux/mpeg/mpgv.c
19111    M /trunk/modules/demux/nsv.c
19112    M /trunk/modules/demux/ogg.c
19113    M /trunk/modules/demux/playlist/old.c
19114    M /trunk/modules/demux/playlist/pls.c
19115    M /trunk/modules/demux/pva.c
19116    M /trunk/modules/demux/real.c
19117    M /trunk/modules/demux/ts.c
19118    M /trunk/modules/demux/util/id3.c
19119    M /trunk/modules/demux/wav.c
19120    M /trunk/modules/services_discovery/sap.c
19121
19122 * modules/demux/*: removed useless probing messages.
19123 ------------------------------------------------------------------------
19124 r10149 | sigmunau | 2005-03-05 18:49:33 +0100 (Sat, 05 Mar 2005) | 3 lines
19125 Changed paths:
19126    M /trunk/modules/misc/freetype.c
19127
19128 freetype.c: fix rendering with X11 vout. Do not ask me why this is
19129 necessary, and even less ask me why the vout used make a difference
19130
19131 ------------------------------------------------------------------------
19132 r10148 | courmisch | 2005-03-05 18:46:10 +0100 (Sat, 05 Mar 2005) | 3 lines
19133 Changed paths:
19134    M /trunk/include/vlc_tls.h
19135    M /trunk/modules/access/http.c
19136    M /trunk/modules/misc/gnutls.c
19137    M /trunk/src/misc/httpd.c
19138    M /trunk/src/misc/tls.c
19139
19140 - TLS API cleanup
19141 - some minor fixes as well
19142
19143 ------------------------------------------------------------------------
19144 r10147 | gbazin | 2005-03-05 18:18:30 +0100 (Sat, 05 Mar 2005) | 1 line
19145 Changed paths:
19146    M /trunk/modules/access/dvdnav.c
19147    M /trunk/modules/access/screen/x11.c
19148    M /trunk/modules/codec/rawvideo.c
19149    M /trunk/modules/control/http.c
19150    M /trunk/src/input/input.c
19151    M /trunk/src/interface/interface.c
19152
19153 * ALL: a few fixes.
19154 ------------------------------------------------------------------------
19155 r10146 | gbazin | 2005-03-05 18:06:35 +0100 (Sat, 05 Mar 2005) | 1 line
19156 Changed paths:
19157    M /trunk/modules/gui/wxwindows/timer.cpp
19158
19159 * modules/gui/wxwindows/timer.cpp: release input when interface is exiting.
19160 ------------------------------------------------------------------------
19161 r10145 | gbazin | 2005-03-05 17:49:15 +0100 (Sat, 05 Mar 2005) | 1 line
19162 Changed paths:
19163    M /trunk/include/video_output.h
19164    M /trunk/modules/codec/ffmpeg/video.c
19165    M /trunk/modules/video_filter/adjust.c
19166    M /trunk/modules/video_filter/clone.c
19167    M /trunk/modules/video_filter/crop.c
19168    M /trunk/modules/video_filter/deinterlace.c
19169    M /trunk/modules/video_filter/distort.c
19170    M /trunk/modules/video_filter/invert.c
19171    M /trunk/modules/video_filter/logo.c
19172    M /trunk/modules/video_filter/motionblur.c
19173    M /trunk/modules/video_filter/motiondetect.c
19174    M /trunk/modules/video_filter/transform.c
19175    M /trunk/modules/video_filter/wall.c
19176    M /trunk/modules/visualization/goom.c
19177    M /trunk/modules/visualization/visual/visual.c
19178    M /trunk/src/input/decoder.c
19179    M /trunk/src/video_output/video_output.c
19180    M /trunk/src/video_output/vout_pictures.c
19181
19182 * include/video_output.h, ALL: changed api for vout_Request()/vout_Create() to be more flexible.
19183 ------------------------------------------------------------------------
19184 r10144 | robux4 | 2005-03-05 15:02:39 +0100 (Sat, 05 Mar 2005) | 1 line
19185 Changed paths:
19186    M /trunk/modules/access/dvdread.c
19187
19188 dvdread.c: fix the title duration & time reports
19189 ------------------------------------------------------------------------
19190 r10143 | sigmunau | 2005-03-05 14:42:09 +0100 (Sat, 05 Mar 2005) | 4 lines
19191 Changed paths:
19192    M /trunk/include/vlc_filter.h
19193    M /trunk/modules/misc/freetype.c
19194    M /trunk/src/video_output/vout_subpictures.c
19195
19196 All: change of text-renderer api. Now pf_render_text takes a subpicture and
19197 a subpicture region, and returns a new region in the given subpicture.
19198 freetype.c: additional cleanup (coding style, cosmetics)
19199
19200 ------------------------------------------------------------------------
19201 r10142 | robux4 | 2005-03-05 13:55:02 +0100 (Sat, 05 Mar 2005) | 2 lines
19202 Changed paths:
19203    M /trunk/include/vlc_demux.h
19204    M /trunk/modules/demux/mkv.cpp
19205    M /trunk/src/input/input.c
19206
19207 input.c, vlc_demux.h: allow seeking back in the same chapter
19208 mkv.cpp: handle the new DEMUX_GET_SEEKPOINT_TIME
19209 ------------------------------------------------------------------------
19210 r10141 | courmisch | 2005-03-05 12:06:26 +0100 (Sat, 05 Mar 2005) | 3 lines
19211 Changed paths:
19212    M /trunk/modules/gui/wxwindows/wizard.cpp
19213
19214 Unbreak streaming wizard in Unicode compile
19215 (DO NOT use c_str() !!!)
19216
19217 ------------------------------------------------------------------------
19218 r10140 | courmisch | 2005-03-05 11:55:32 +0100 (Sat, 05 Mar 2005) | 2 lines
19219 Changed paths:
19220    M /trunk/po/fr.po
19221
19222 UTF8 fixes
19223
19224 ------------------------------------------------------------------------
19225 r10139 | courmisch | 2005-03-04 19:19:33 +0100 (Fri, 04 Mar 2005) | 2 lines
19226 Changed paths:
19227    M /trunk/modules/access/http.c
19228
19229 Fixed memleak
19230
19231 ------------------------------------------------------------------------
19232 r10138 | robux4 | 2005-03-04 19:01:39 +0100 (Fri, 04 Mar 2005) | 1 line
19233 Changed paths:
19234    M /trunk/modules/demux/mkv.cpp
19235
19236 mkv.cpp: chapters are visible by default
19237 ------------------------------------------------------------------------
19238 r10137 | courmisch | 2005-03-04 17:51:51 +0100 (Fri, 04 Mar 2005) | 2 lines
19239 Changed paths:
19240    M /trunk/AUTHORS
19241    M /trunk/modules/misc/gnutls.c
19242
19243 TLS session resumption support
19244
19245 ------------------------------------------------------------------------
19246 r10136 | courmisch | 2005-03-04 16:20:03 +0100 (Fri, 04 Mar 2005) | 2 lines
19247 Changed paths:
19248    M /trunk/po/fr.po
19249
19250 Fixes translation of encryption
19251
19252 ------------------------------------------------------------------------
19253 r10135 | courmisch | 2005-03-04 14:26:14 +0100 (Fri, 04 Mar 2005) | 2 lines
19254 Changed paths:
19255    M /trunk/modules/gui/wxwindows/open.cpp
19256
19257 Add HTTP/SSL
19258
19259 ------------------------------------------------------------------------
19260 r10134 | yoann | 2005-03-04 13:55:48 +0100 (Fri, 04 Mar 2005) | 2 lines
19261 Changed paths:
19262    M /trunk/doc/vlm.txt
19263    M /trunk/src/misc/vlm.c
19264
19265 * update VLM help about inputdel
19266
19267 ------------------------------------------------------------------------
19268 r10133 | courmisch | 2005-03-04 13:44:14 +0100 (Fri, 04 Mar 2005) | 6 lines
19269 Changed paths:
19270    M /trunk/TODO
19271    M /trunk/configure.ac
19272
19273 - check for gnutls rewritten : now works with mingw32
19274
19275 Precompiled static libraries for gnutls can be found there :
19276 ftp://ftp.gnutls.org/pub/gnutls/win32
19277
19278
19279 ------------------------------------------------------------------------
19280 r10132 | yoann | 2005-03-04 13:28:18 +0100 (Fri, 04 Mar 2005) | 3 lines
19281 Changed paths:
19282    M /trunk/modules/control/http.c
19283    M /trunk/share/http/vlm/index.html
19284
19285 * modules/control/http.c: elements are now one level more recursive (if needed)
19286 * share/http/vlm/index.html: we now display the state of media instances
19287
19288 ------------------------------------------------------------------------
19289 r10131 | markfm | 2005-03-04 13:12:11 +0100 (Fri, 04 Mar 2005) | 2 lines
19290 Changed paths:
19291    M /trunk/modules/control/rc.c
19292    M /trunk/modules/video_filter/logo.c
19293
19294 Make logo-x, logo-y operate relative to upper left corner.  logo-x/-y/-position/-transparency accessible via rc
19295
19296 ------------------------------------------------------------------------
19297 r10130 | gbazin | 2005-03-04 13:08:43 +0100 (Fri, 04 Mar 2005) | 1 line
19298 Changed paths:
19299    M /trunk/modules/gui/wxwindows/timer.cpp
19300
19301 * modules/gui/wxwindows/timer.cpp: don't forget to yield/release the input otherwise you're bound to access an invalid pointer later on.
19302 ------------------------------------------------------------------------
19303 r10129 | gbazin | 2005-03-04 12:13:42 +0100 (Fri, 04 Mar 2005) | 1 line
19304 Changed paths:
19305    M /trunk/include/vlc_spu.h
19306
19307 * ../include/vlc_spu.h: fixed typo that was triggering a segfault with --enable-memory-optimize.
19308 ------------------------------------------------------------------------
19309 r10128 | markfm | 2005-03-04 02:57:52 +0100 (Fri, 04 Mar 2005) | 2 lines
19310 Changed paths:
19311    M /trunk/modules/video_filter/marq.c
19312    M /trunk/modules/video_filter/time.c
19313
19314 time/marq -- correct positioning so that x-y are always referenced to upper left corner
19315
19316 ------------------------------------------------------------------------
19317 r10127 | gbazin | 2005-03-03 23:55:34 +0100 (Thu, 03 Mar 2005) | 1 line
19318 Changed paths:
19319    M /trunk/modules/gui/wxwindows/open.cpp
19320    M /trunk/modules/gui/wxwindows/streamout.cpp
19321    M /trunk/modules/gui/wxwindows/subtitles.cpp
19322
19323 * modules/gui/wxwindows: portability fixes by Erik Simko (erik dot simko at gmail dot com).
19324 ------------------------------------------------------------------------
19325 r10126 | robux4 | 2005-03-03 22:58:46 +0100 (Thu, 03 Mar 2005) | 1 line
19326 Changed paths:
19327    M /trunk/modules/demux/mkv.cpp
19328
19329 mkv.cpp: fix stuttering issue on timestamp (could be cleaner)
19330 ------------------------------------------------------------------------
19331 r10125 | courmisch | 2005-03-03 22:56:04 +0100 (Thu, 03 Mar 2005) | 4 lines
19332 Changed paths:
19333    M /trunk/modules/control/http.c
19334
19335 - Specify a charset (according to locale) for HTML pages in Content-Type
19336   (needed when some playlist items name are not ASCII)
19337 - Remove unused variable
19338
19339 ------------------------------------------------------------------------
19340 r10124 | sigmunau | 2005-03-03 21:07:50 +0100 (Thu, 03 Mar 2005) | 2 lines
19341 Changed paths:
19342    M /trunk/TODO
19343
19344 TODO: Update with recent work.
19345
19346 ------------------------------------------------------------------------
19347 r10123 | zorglub | 2005-03-03 19:30:07 +0100 (Thu, 03 Mar 2005) | 2 lines
19348 Changed paths:
19349    M /trunk/src/stream_output/stream_output.c
19350
19351 Handle module variables in sout options parser
19352
19353 ------------------------------------------------------------------------
19354 r10122 | zorglub | 2005-03-03 18:35:26 +0100 (Thu, 03 Mar 2005) | 2 lines
19355 Changed paths:
19356    M /trunk/modules/gui/ncurses.c
19357
19358 Compile fix
19359
19360 ------------------------------------------------------------------------
19361 r10121 | courmisch | 2005-03-03 16:19:30 +0100 (Thu, 03 Mar 2005) | 2 lines
19362 Changed paths:
19363    M /trunk/src/misc/httpd.c
19364
19365 Fixes invalid memory access in case of TLS handshake failure
19366
19367 ------------------------------------------------------------------------
19368 r10120 | gbazin | 2005-03-03 15:45:52 +0100 (Thu, 03 Mar 2005) | 1 line
19369 Changed paths:
19370    M /trunk/modules/video_output/directx/directx.c
19371
19372 * modules/video_output/directx/directx.c: compilation fix.
19373 ------------------------------------------------------------------------
19374 r10119 | gbazin | 2005-03-03 15:15:48 +0100 (Thu, 03 Mar 2005) | 1 line
19375 Changed paths:
19376    M /trunk/modules/access/dshow/filter.cpp
19377
19378 * modules/access/dshow/filter.cpp: re-enabled code to properly do the cleanup on close.
19379 ------------------------------------------------------------------------
19380 r10118 | gbazin | 2005-03-03 14:19:26 +0100 (Thu, 03 Mar 2005) | 1 line
19381 Changed paths:
19382    M /trunk/modules/codec/x264.c
19383
19384 *  modules/codec/x264.c: compilation fix for new libx264.
19385 ------------------------------------------------------------------------
19386 r10117 | gbazin | 2005-03-03 09:34:15 +0100 (Thu, 03 Mar 2005) | 1 line
19387 Changed paths:
19388    M /trunk/modules/gui/wince/wince.cpp
19389    M /trunk/modules/gui/wince/wince.h
19390
19391 * modules/gui/wince: try to save up a bit on memory usage.
19392 ------------------------------------------------------------------------
19393 r10116 | gbazin | 2005-03-03 09:24:14 +0100 (Thu, 03 Mar 2005) | 1 line
19394 Changed paths:
19395    M /trunk/configure.ac
19396
19397 * configure.ac: new --enable-optimize-memory option.
19398 ------------------------------------------------------------------------
19399 r10115 | gbazin | 2005-03-03 09:14:23 +0100 (Thu, 03 Mar 2005) | 1 line
19400 Changed paths:
19401    M /trunk/src/input/stream.c
19402
19403 * src/input/stream.c: use less memory for the stream cache when OPTIMIZE_MEMORY is defined.
19404 ------------------------------------------------------------------------
19405 r10114 | gbazin | 2005-03-03 09:13:30 +0100 (Thu, 03 Mar 2005) | 1 line
19406 Changed paths:
19407    M /trunk/include/vlc_config.h
19408
19409 * include/vlc_config.h: removed unused stuff + allocate less VOUT pictures when OPTIMIZE_MEMORY is defined.
19410 ------------------------------------------------------------------------
19411 r10113 | courmisch | 2005-03-03 09:11:31 +0100 (Thu, 03 Mar 2005) | 2 lines
19412 Changed paths:
19413    M /trunk/modules/gui/skins2/src/skin_main.cpp
19414
19415 - Fixed a typo. Skins2 wouldn't compile
19416
19417 ------------------------------------------------------------------------
19418 r10112 | zorglub | 2005-03-03 07:58:04 +0100 (Thu, 03 Mar 2005) | 5 lines
19419 Changed paths:
19420    M /trunk/modules/access/cdda.c
19421    M /trunk/modules/access/vcd/vcd.c
19422    M /trunk/modules/audio_filter/channel_mixer/headphone.c
19423    M /trunk/modules/codec/ffmpeg/ffmpeg.c
19424    M /trunk/modules/codec/subsdec.c
19425    M /trunk/modules/codec/toolame.c
19426    M /trunk/modules/codec/vorbis.c
19427    M /trunk/modules/control/gestures.c
19428    M /trunk/modules/control/http.c
19429    M /trunk/modules/control/netsync.c
19430    M /trunk/modules/control/ntservice.c
19431    M /trunk/modules/control/rc.c
19432    M /trunk/modules/control/showintf.c
19433    M /trunk/modules/control/telnet.c
19434    M /trunk/modules/demux/subtitle.c
19435    M /trunk/modules/gui/ncurses.c
19436    M /trunk/modules/gui/skins2/src/skin_main.cpp
19437    M /trunk/modules/gui/wxwindows/wxwindows.cpp
19438    M /trunk/modules/misc/freetype.c
19439    M /trunk/modules/mux/mpjpeg.c
19440    M /trunk/modules/services_discovery/sap.c
19441    M /trunk/modules/stream_out/display.c
19442    M /trunk/modules/stream_out/es.c
19443    M /trunk/modules/stream_out/rtp.c
19444    M /trunk/modules/stream_out/standard.c
19445    M /trunk/modules/stream_out/transcode.c
19446    M /trunk/modules/video_filter/deinterlace.c
19447    M /trunk/modules/video_filter/logo.c
19448    M /trunk/modules/video_filter/mosaic.c
19449    M /trunk/modules/video_filter/motiondetect.c
19450    M /trunk/modules/video_filter/wall.c
19451    M /trunk/modules/video_output/aa.c
19452    M /trunk/modules/video_output/caca.c
19453    M /trunk/modules/video_output/directx/directx.c
19454    M /trunk/modules/video_output/fb.c
19455    M /trunk/modules/visualization/goom.c
19456    M /trunk/modules/visualization/visual/visual.c
19457    M /trunk/src/libvlc.h
19458
19459 Preferences consistency fixes by Christophe Mutricy <xtophe at nxtelevision d0t com>
19460
19461 + put access and demux in the right place
19462
19463
19464 ------------------------------------------------------------------------
19465 r10111 | titer | 2005-03-03 06:22:01 +0100 (Thu, 03 Mar 2005) | 2 lines
19466 Changed paths:
19467    M /trunk/modules/video_filter/mosaic.c
19468
19469  video_filter/mosaic.c: compile fix
19470
19471 ------------------------------------------------------------------------
19472 r10110 | gbazin | 2005-03-03 00:05:08 +0100 (Thu, 03 Mar 2005) | 1 line
19473 Changed paths:
19474    M /trunk/include/vlc_config.h
19475
19476 * include/vlc_config.h: removed deprecated stuff.
19477 ------------------------------------------------------------------------
19478 r10109 | gbazin | 2005-03-03 00:04:05 +0100 (Thu, 03 Mar 2005) | 1 line
19479 Changed paths:
19480    M /trunk/configure.ac
19481
19482 * configure.ac: remove unnecessary modules from WinCE build.
19483 ------------------------------------------------------------------------
19484 r10108 | gbazin | 2005-03-03 00:01:22 +0100 (Thu, 03 Mar 2005) | 1 line
19485 Changed paths:
19486    M /trunk/configure.ac
19487
19488 * configure.ac: vlc-config has to be generated by configure.
19489 ------------------------------------------------------------------------
19490 r10107 | robux4 | 2005-03-02 22:08:18 +0100 (Wed, 02 Mar 2005) | 1 line
19491 Changed paths:
19492    M /trunk/modules/demux/mkv.cpp
19493
19494 mkv.cpp: update the seekpoint location after a manual seek
19495 ------------------------------------------------------------------------
19496 r10106 | robux4 | 2005-03-02 21:58:24 +0100 (Wed, 02 Mar 2005) | 1 line
19497 Changed paths:
19498    M /trunk/modules/demux/mkv.cpp
19499
19500 mkv.cpp: handle EOF correctly for ordered chapters
19501 ------------------------------------------------------------------------
19502 r10104 | courmisch | 2005-03-02 20:45:39 +0100 (Wed, 02 Mar 2005) | 3 lines
19503 Changed paths:
19504    M /trunk/Makefile.am
19505    M /trunk/TODO
19506
19507 - Add dependency of update-includes on vlc-config
19508 - TODO: SSL on Windows
19509
19510 ------------------------------------------------------------------------
19511 r10103 | dionoea | 2005-03-02 18:57:22 +0100 (Wed, 02 Mar 2005) | 4 lines
19512 Changed paths:
19513    M /trunk/modules/video_filter/mosaic.c
19514
19515 remove debug messages, correct automatic positioning when an mosaic-order
19516 is specified
19517
19518
19519 ------------------------------------------------------------------------
19520 r10102 | robux4 | 2005-03-02 17:53:16 +0100 (Wed, 02 Mar 2005) | 1 line
19521 Changed paths:
19522    M /trunk/modules/demux/mkv.cpp
19523
19524 mkv.cpp: fix a gcc compilation error
19525 ------------------------------------------------------------------------
19526 r10101 | robux4 | 2005-03-02 17:47:31 +0100 (Wed, 02 Mar 2005) | 1 line
19527 Changed paths:
19528    M /trunk/activex/axvlc_idl.c
19529    M /trunk/activex/axvlc_idl.h
19530    M /trunk/activex/connectioncontainer.cpp
19531    M /trunk/activex/connectioncontainer.h
19532    M /trunk/activex/main.cpp
19533    M /trunk/activex/objectsafety.cpp
19534    M /trunk/activex/objectsafety.h
19535    M /trunk/activex/olecontrol.cpp
19536    M /trunk/activex/olecontrol.h
19537    M /trunk/activex/oleinplaceactiveobject.cpp
19538    M /trunk/activex/oleinplaceactiveobject.h
19539    M /trunk/activex/oleinplaceobject.cpp
19540    M /trunk/activex/oleinplaceobject.h
19541    M /trunk/activex/oleobject.cpp
19542    M /trunk/activex/oleobject.h
19543    M /trunk/activex/persistpropbag.cpp
19544    M /trunk/activex/persistpropbag.h
19545    M /trunk/activex/persiststorage.cpp
19546    M /trunk/activex/persiststorage.h
19547    M /trunk/activex/persiststreaminit.cpp
19548    M /trunk/activex/persiststreaminit.h
19549    M /trunk/activex/plugin.cpp
19550    M /trunk/activex/plugin.h
19551    M /trunk/activex/provideclassinfo.cpp
19552    M /trunk/activex/provideclassinfo.h
19553    M /trunk/activex/utils.cpp
19554    M /trunk/activex/utils.h
19555    M /trunk/activex/vlccontrol.cpp
19556    M /trunk/activex/vlccontrol.h
19557    M /trunk/evc/errno.h
19558    M /trunk/evc/modules_builtin_evc.h
19559    M /trunk/include/aout_internal.h
19560    M /trunk/include/audio_output.h
19561    M /trunk/include/beos_specific.h
19562    M /trunk/include/charset.h
19563    M /trunk/include/codecs.h
19564    M /trunk/include/configuration.h
19565    M /trunk/include/darwin_specific.h
19566    M /trunk/include/intf_eject.h
19567    M /trunk/include/iso_lang.h
19568    M /trunk/include/main.h
19569    M /trunk/include/mmx.h
19570    M /trunk/include/modules.h
19571    M /trunk/include/modules_inner.h
19572    M /trunk/include/mtime.h
19573    M /trunk/include/network.h
19574    M /trunk/include/os_specific.h
19575    M /trunk/include/osd.h
19576    M /trunk/include/snapshot.h
19577    M /trunk/include/stream_output.h
19578    M /trunk/include/variables.h
19579    M /trunk/include/video_output.h
19580    M /trunk/include/vlc/aout.h
19581    M /trunk/include/vlc/decoder.h
19582    M /trunk/include/vlc/input.h
19583    M /trunk/include/vlc/intf.h
19584    M /trunk/include/vlc/sout.h
19585    M /trunk/include/vlc/vlc.h
19586    M /trunk/include/vlc/vout.h
19587    M /trunk/include/vlc_access.h
19588    M /trunk/include/vlc_bits.h
19589    M /trunk/include/vlc_block.h
19590    M /trunk/include/vlc_block_helper.h
19591    M /trunk/include/vlc_codec.h
19592    M /trunk/include/vlc_common.h
19593    M /trunk/include/vlc_config.h
19594    M /trunk/include/vlc_config_cat.h
19595    M /trunk/include/vlc_cpu.h
19596    M /trunk/include/vlc_demux.h
19597    M /trunk/include/vlc_error.h
19598    M /trunk/include/vlc_es.h
19599    M /trunk/include/vlc_es_out.h
19600    M /trunk/include/vlc_filter.h
19601    M /trunk/include/vlc_httpd.h
19602    M /trunk/include/vlc_image.h
19603    M /trunk/include/vlc_input.h
19604    M /trunk/include/vlc_interface.h
19605    M /trunk/include/vlc_keys.h
19606    M /trunk/include/vlc_messages.h
19607    M /trunk/include/vlc_meta.h
19608    M /trunk/include/vlc_objects.h
19609    M /trunk/include/vlc_playlist.h
19610    M /trunk/include/vlc_spu.h
19611    M /trunk/include/vlc_stream.h
19612    M /trunk/include/vlc_threads.h
19613    M /trunk/include/vlc_threads_funcs.h
19614    M /trunk/include/vlc_tls.h
19615    M /trunk/include/vlc_video.h
19616    M /trunk/include/vlc_vlm.h
19617    M /trunk/include/vlc_vod.h
19618    M /trunk/include/vlc_xml.h
19619    M /trunk/include/vout_synchro.h
19620    M /trunk/include/win32_specific.h
19621    M /trunk/lxdialog/checklist.c
19622    M /trunk/lxdialog/colors.h
19623    M /trunk/lxdialog/dialog.h
19624    M /trunk/lxdialog/inputbox.c
19625    M /trunk/lxdialog/lxdialog.c
19626    M /trunk/lxdialog/menubox.c
19627    M /trunk/lxdialog/msgbox.c
19628    M /trunk/lxdialog/textbox.c
19629    M /trunk/lxdialog/util.c
19630    M /trunk/lxdialog/yesno.c
19631    M /trunk/modules/access/cdda/access.c
19632    M /trunk/modules/access/cdda/access.h
19633    M /trunk/modules/access/cdda/callback.c
19634    M /trunk/modules/access/cdda/callback.h
19635    M /trunk/modules/access/cdda/cdda.c
19636    M /trunk/modules/access/cdda/cdda.h
19637    M /trunk/modules/access/cdda/info.c
19638    M /trunk/modules/access/cdda/info.h
19639    M /trunk/modules/access/cdda.c
19640    M /trunk/modules/access/directory.c
19641    M /trunk/modules/access/dshow/common.h
19642    M /trunk/modules/access/dshow/crossbar.cpp
19643    M /trunk/modules/access/dshow/dshow.cpp
19644    M /trunk/modules/access/dshow/filter.cpp
19645    M /trunk/modules/access/dshow/filter.h
19646    M /trunk/modules/access/dvb/access.c
19647    M /trunk/modules/access/dvb/dvb.h
19648    M /trunk/modules/access/dvb/en50221.c
19649    M /trunk/modules/access/dvb/linux_dvb.c
19650    M /trunk/modules/access/dvdnav.c
19651    M /trunk/modules/access/dvdread.c
19652    M /trunk/modules/access/file.c
19653    M /trunk/modules/access/ftp.c
19654    M /trunk/modules/access/http.c
19655    M /trunk/modules/access/mms/asf.c
19656    M /trunk/modules/access/mms/asf.h
19657    M /trunk/modules/access/mms/buffer.c
19658    M /trunk/modules/access/mms/buffer.h
19659    M /trunk/modules/access/mms/mms.c
19660    M /trunk/modules/access/mms/mms.h
19661    M /trunk/modules/access/mms/mmsh.c
19662    M /trunk/modules/access/mms/mmsh.h
19663    M /trunk/modules/access/mms/mmstu.c
19664    M /trunk/modules/access/mms/mmstu.h
19665    M /trunk/modules/access/pvr/pvr.c
19666    M /trunk/modules/access/pvr/videodev2.h
19667    M /trunk/modules/access/satellite/access.c
19668    M /trunk/modules/access/satellite/dvb.c
19669    M /trunk/modules/access/satellite/dvb.h
19670    M /trunk/modules/access/satellite/satellite.c
19671    M /trunk/modules/access/screen/beos.cpp
19672    M /trunk/modules/access/screen/mac.c
19673    M /trunk/modules/access/screen/screen.c
19674    M /trunk/modules/access/screen/screen.h
19675    M /trunk/modules/access/screen/win32.c
19676    M /trunk/modules/access/screen/x11.c
19677    M /trunk/modules/access/slp.c
19678    M /trunk/modules/access/smb.c
19679    M /trunk/modules/access/tcp.c
19680    M /trunk/modules/access/udp.c
19681    M /trunk/modules/access/v4l/v4l.c
19682    M /trunk/modules/access/v4l/videodev_mjpeg.h
19683    M /trunk/modules/access/vcd/cdrom.c
19684    M /trunk/modules/access/vcd/cdrom.h
19685    M /trunk/modules/access/vcd/cdrom_internals.h
19686    M /trunk/modules/access/vcd/vcd.c
19687    M /trunk/modules/access/vcdx/access.c
19688    M /trunk/modules/access/vcdx/demux.c
19689    M /trunk/modules/access/vcdx/info.c
19690    M /trunk/modules/access/vcdx/info.h
19691    M /trunk/modules/access/vcdx/intf.c
19692    M /trunk/modules/access/vcdx/intf.h
19693    M /trunk/modules/access/vcdx/vcd.c
19694    M /trunk/modules/access/vcdx/vcd.h
19695    M /trunk/modules/access/vcdx/vcdplayer.c
19696    M /trunk/modules/access/vcdx/vcdplayer.h
19697    M /trunk/modules/access_output/dummy.c
19698    M /trunk/modules/access_output/file.c
19699    M /trunk/modules/access_output/http.c
19700    M /trunk/modules/access_output/udp.c
19701    M /trunk/modules/audio_filter/channel_mixer/headphone.c
19702    M /trunk/modules/audio_filter/channel_mixer/simple.c
19703    M /trunk/modules/audio_filter/channel_mixer/trivial.c
19704    M /trunk/modules/audio_filter/converter/a52tofloat32.c
19705    M /trunk/modules/audio_filter/converter/a52tospdif.c
19706    M /trunk/modules/audio_filter/converter/dtstofloat32.c
19707    M /trunk/modules/audio_filter/converter/dtstospdif.c
19708    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
19709    M /trunk/modules/audio_filter/converter/fixed32tos16.c
19710    M /trunk/modules/audio_filter/converter/float32tos16.c
19711    M /trunk/modules/audio_filter/converter/float32tos8.c
19712    M /trunk/modules/audio_filter/converter/float32tou16.c
19713    M /trunk/modules/audio_filter/converter/float32tou8.c
19714    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
19715    M /trunk/modules/audio_filter/converter/s16tofixed32.c
19716    M /trunk/modules/audio_filter/converter/s16tofloat32.c
19717    M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
19718    M /trunk/modules/audio_filter/converter/s8tofloat32.c
19719    M /trunk/modules/audio_filter/converter/u8tofixed32.c
19720    M /trunk/modules/audio_filter/converter/u8tofloat32.c
19721    M /trunk/modules/audio_filter/equalizer.c
19722    M /trunk/modules/audio_filter/equalizer_presets.h
19723    M /trunk/modules/audio_filter/format.c
19724    M /trunk/modules/audio_filter/normvol.c
19725    M /trunk/modules/audio_filter/resampler/bandlimited.c
19726    M /trunk/modules/audio_filter/resampler/bandlimited.h
19727    M /trunk/modules/audio_filter/resampler/coreaudio.c
19728    M /trunk/modules/audio_filter/resampler/linear.c
19729    M /trunk/modules/audio_filter/resampler/trivial.c
19730    M /trunk/modules/audio_filter/resampler/ugly.c
19731    M /trunk/modules/audio_mixer/float32.c
19732    M /trunk/modules/audio_mixer/spdif.c
19733    M /trunk/modules/audio_mixer/trivial.c
19734    M /trunk/modules/audio_output/alsa.c
19735    M /trunk/modules/audio_output/arts.c
19736    M /trunk/modules/audio_output/coreaudio.c
19737    M /trunk/modules/audio_output/directx.c
19738    M /trunk/modules/audio_output/esd.c
19739    M /trunk/modules/audio_output/file.c
19740    M /trunk/modules/audio_output/hd1000a.cpp
19741    M /trunk/modules/audio_output/oss.c
19742    M /trunk/modules/audio_output/portaudio.c
19743    M /trunk/modules/audio_output/sdl.c
19744    M /trunk/modules/audio_output/waveout.c
19745    M /trunk/modules/codec/a52.c
19746    M /trunk/modules/codec/adpcm.c
19747    M /trunk/modules/codec/araw.c
19748    M /trunk/modules/codec/cinepak.c
19749    M /trunk/modules/codec/cmml/browser_open.c
19750    M /trunk/modules/codec/cmml/browser_open.h
19751    M /trunk/modules/codec/cmml/cmml.c
19752    M /trunk/modules/codec/cmml/history.c
19753    M /trunk/modules/codec/cmml/history.h
19754    M /trunk/modules/codec/cmml/intf.c
19755    M /trunk/modules/codec/cmml/xarray.c
19756    M /trunk/modules/codec/cmml/xarray.h
19757    M /trunk/modules/codec/cmml/xlist.c
19758    M /trunk/modules/codec/cmml/xlist.h
19759    M /trunk/modules/codec/cmml/xstrcat.h
19760    M /trunk/modules/codec/cmml/xtag.c
19761    M /trunk/modules/codec/cmml/xtag.h
19762    M /trunk/modules/codec/cmml/xurl.c
19763    M /trunk/modules/codec/cmml/xurl.h
19764    M /trunk/modules/codec/cvdsub.c
19765    M /trunk/modules/codec/dirac.c
19766    M /trunk/modules/codec/dmo/buffer.c
19767    M /trunk/modules/codec/dmo/dmo.c
19768    M /trunk/modules/codec/dmo/dmo.h
19769    M /trunk/modules/codec/dts.c
19770    M /trunk/modules/codec/dvbsub.c
19771    M /trunk/modules/codec/faad.c
19772    M /trunk/modules/codec/ffmpeg/audio.c
19773    M /trunk/modules/codec/ffmpeg/chroma.c
19774    M /trunk/modules/codec/ffmpeg/demux.c
19775    M /trunk/modules/codec/ffmpeg/encoder.c
19776    M /trunk/modules/codec/ffmpeg/ffmpeg.c
19777    M /trunk/modules/codec/ffmpeg/ffmpeg.h
19778    M /trunk/modules/codec/ffmpeg/postprocess.c
19779    M /trunk/modules/codec/ffmpeg/video.c
19780    M /trunk/modules/codec/ffmpeg/video_filter.c
19781    M /trunk/modules/codec/flac.c
19782    M /trunk/modules/codec/libmpeg2.c
19783    M /trunk/modules/codec/lpcm.c
19784    M /trunk/modules/codec/mash.cpp
19785    M /trunk/modules/codec/mpeg_audio.c
19786    M /trunk/modules/codec/png.c
19787    M /trunk/modules/codec/quicktime.c
19788    M /trunk/modules/codec/rawvideo.c
19789    M /trunk/modules/codec/speex.c
19790    M /trunk/modules/codec/spudec/parse.c
19791    M /trunk/modules/codec/spudec/spudec.c
19792    M /trunk/modules/codec/spudec/spudec.h
19793    M /trunk/modules/codec/subsdec.c
19794    M /trunk/modules/codec/svcdsub.c
19795    M /trunk/modules/codec/tarkin.c
19796    M /trunk/modules/codec/theora.c
19797    M /trunk/modules/codec/toolame.c
19798    M /trunk/modules/codec/vorbis.c
19799    M /trunk/modules/codec/x264.c
19800    M /trunk/modules/control/corba/corba.c
19801    M /trunk/modules/control/corba/mediacontrol-core.c
19802    M /trunk/modules/control/corba/mediacontrol-core.h
19803    M /trunk/modules/control/corba/mediacontrol-init.c
19804    M /trunk/modules/control/corba/mediacontrol-plugin.c
19805    M /trunk/modules/control/gestures.c
19806    M /trunk/modules/control/hotkeys.c
19807    M /trunk/modules/control/http.c
19808    M /trunk/modules/control/joystick.c
19809    M /trunk/modules/control/lirc.c
19810    M /trunk/modules/control/netsync.c
19811    M /trunk/modules/control/ntservice.c
19812    M /trunk/modules/control/rc.c
19813    M /trunk/modules/control/showintf.c
19814    M /trunk/modules/control/telnet.c
19815    M /trunk/modules/demux/asf/asf.c
19816    M /trunk/modules/demux/asf/libasf.c
19817    M /trunk/modules/demux/asf/libasf.h
19818    M /trunk/modules/demux/avi/avi.c
19819    M /trunk/modules/demux/avi/libavi.c
19820    M /trunk/modules/demux/avi/libavi.h
19821    M /trunk/modules/demux/mp4/drms.c
19822    M /trunk/modules/demux/mp4/drms.h
19823    M /trunk/modules/demux/mp4/drmstables.h
19824    M /trunk/modules/demux/mp4/libmp4.c
19825    M /trunk/modules/demux/mp4/libmp4.h
19826    M /trunk/modules/demux/mp4/mp4.c
19827    M /trunk/modules/demux/mpeg/h264.c
19828    M /trunk/modules/demux/mpeg/m4a.c
19829    M /trunk/modules/demux/mpeg/m4v.c
19830    M /trunk/modules/demux/mpeg/mpga.c
19831    M /trunk/modules/demux/mpeg/mpgv.c
19832    M /trunk/modules/demux/playlist/m3u.c
19833    M /trunk/modules/demux/playlist/old.c
19834    M /trunk/modules/demux/playlist/playlist.c
19835    M /trunk/modules/demux/playlist/playlist.h
19836    M /trunk/modules/demux/playlist/pls.c
19837    M /trunk/modules/demux/ps.h
19838    M /trunk/modules/demux/util/id3.c
19839    M /trunk/modules/demux/util/id3genres.h
19840    M /trunk/modules/demux/util/id3tag.c
19841    M /trunk/modules/gui/beos/AudioOutput.cpp
19842    M /trunk/modules/gui/beos/BeOS.cpp
19843    M /trunk/modules/gui/beos/Bitmaps.h
19844    M /trunk/modules/gui/beos/DrawingTidbits.cpp
19845    M /trunk/modules/gui/beos/DrawingTidbits.h
19846    M /trunk/modules/gui/beos/Interface.cpp
19847    M /trunk/modules/gui/beos/InterfaceWindow.cpp
19848    M /trunk/modules/gui/beos/InterfaceWindow.h
19849    M /trunk/modules/gui/beos/ListViews.cpp
19850    M /trunk/modules/gui/beos/ListViews.h
19851    M /trunk/modules/gui/beos/MediaControlView.cpp
19852    M /trunk/modules/gui/beos/MediaControlView.h
19853    M /trunk/modules/gui/beos/MessagesWindow.cpp
19854    M /trunk/modules/gui/beos/MessagesWindow.h
19855    M /trunk/modules/gui/beos/MsgVals.h
19856    M /trunk/modules/gui/beos/PlayListWindow.cpp
19857    M /trunk/modules/gui/beos/PlayListWindow.h
19858    M /trunk/modules/gui/beos/PreferencesWindow.cpp
19859    M /trunk/modules/gui/beos/PreferencesWindow.h
19860    M /trunk/modules/gui/beos/TransportButton.cpp
19861    M /trunk/modules/gui/beos/TransportButton.h
19862    M /trunk/modules/gui/beos/VideoOutput.cpp
19863    M /trunk/modules/gui/beos/VideoWindow.h
19864    M /trunk/modules/gui/gtk/common.h
19865    M /trunk/modules/gui/gtk/control.c
19866    M /trunk/modules/gui/gtk/control.h
19867    M /trunk/modules/gui/gtk/display.c
19868    M /trunk/modules/gui/gtk/display.h
19869    M /trunk/modules/gui/gtk/gnome.c
19870    M /trunk/modules/gui/gtk/gnome_callbacks.c
19871    M /trunk/modules/gui/gtk/gnome_callbacks.h
19872    M /trunk/modules/gui/gtk/gnome_interface.c
19873    M /trunk/modules/gui/gtk/gnome_interface.h
19874    M /trunk/modules/gui/gtk/gnome_support.c
19875    M /trunk/modules/gui/gtk/gnome_support.h
19876    M /trunk/modules/gui/gtk/gtk.c
19877    M /trunk/modules/gui/gtk/gtk_callbacks.c
19878    M /trunk/modules/gui/gtk/gtk_callbacks.h
19879    M /trunk/modules/gui/gtk/gtk_interface.c
19880    M /trunk/modules/gui/gtk/gtk_interface.h
19881    M /trunk/modules/gui/gtk/gtk_support.c
19882    M /trunk/modules/gui/gtk/gtk_support.h
19883    M /trunk/modules/gui/gtk/menu.c
19884    M /trunk/modules/gui/gtk/menu.h
19885    M /trunk/modules/gui/gtk/modules.c
19886    M /trunk/modules/gui/gtk/modules.h
19887    M /trunk/modules/gui/gtk/open.c
19888    M /trunk/modules/gui/gtk/open.h
19889    M /trunk/modules/gui/gtk/playlist.c
19890    M /trunk/modules/gui/gtk/playlist.h
19891    M /trunk/modules/gui/gtk/preferences.c
19892    M /trunk/modules/gui/gtk/preferences.h
19893    M /trunk/modules/gui/gtk/sout.c
19894    M /trunk/modules/gui/gtk2/gnome2.c
19895    M /trunk/modules/gui/gtk2/gnome2_callbacks.c
19896    M /trunk/modules/gui/gtk2/gnome2_callbacks.h
19897    M /trunk/modules/gui/gtk2/gnome2_interface.c
19898    M /trunk/modules/gui/gtk2/gnome2_interface.h
19899    M /trunk/modules/gui/gtk2/gnome2_support.c
19900    M /trunk/modules/gui/gtk2/gnome2_support.h
19901    M /trunk/modules/gui/gtk2/gtk2.c
19902    M /trunk/modules/gui/gtk2/gtk2_callbacks.c
19903    M /trunk/modules/gui/gtk2/gtk2_callbacks.h
19904    M /trunk/modules/gui/gtk2/gtk2_interface.c
19905    M /trunk/modules/gui/gtk2/gtk2_interface.h
19906    M /trunk/modules/gui/gtk2/gtk2_support.c
19907    M /trunk/modules/gui/gtk2/gtk2_support.h
19908    M /trunk/modules/gui/kde/QConfigItem.cpp
19909    M /trunk/modules/gui/kde/QConfigItem.h
19910    M /trunk/modules/gui/kde/common.h
19911    M /trunk/modules/gui/kde/disc.cpp
19912    M /trunk/modules/gui/kde/disc.h
19913    M /trunk/modules/gui/kde/info.cpp
19914    M /trunk/modules/gui/kde/info.h
19915    M /trunk/modules/gui/kde/interface.cpp
19916    M /trunk/modules/gui/kde/interface.h
19917    M /trunk/modules/gui/kde/kde.cpp
19918    M /trunk/modules/gui/kde/languagemenu.cpp
19919    M /trunk/modules/gui/kde/languagemenu.h
19920    M /trunk/modules/gui/kde/menu.cpp
19921    M /trunk/modules/gui/kde/menu.h
19922    M /trunk/modules/gui/kde/messages.cpp
19923    M /trunk/modules/gui/kde/messages.h
19924    M /trunk/modules/gui/kde/net.cpp
19925    M /trunk/modules/gui/kde/net.h
19926    M /trunk/modules/gui/kde/pluginsbox.cpp
19927    M /trunk/modules/gui/kde/pluginsbox.h
19928    M /trunk/modules/gui/kde/preferences.cpp
19929    M /trunk/modules/gui/kde/preferences.h
19930    M /trunk/modules/gui/kde/slider.cpp
19931    M /trunk/modules/gui/kde/slider.h
19932    M /trunk/modules/gui/macosx/about.h
19933    M /trunk/modules/gui/macosx/applescript.h
19934    M /trunk/modules/gui/macosx/controls.h
19935    M /trunk/modules/gui/macosx/equalizer.h
19936    M /trunk/modules/gui/macosx/intf.h
19937    M /trunk/modules/gui/macosx/misc.h
19938    M /trunk/modules/gui/macosx/open.h
19939    M /trunk/modules/gui/macosx/output.h
19940    M /trunk/modules/gui/macosx/playlist.h
19941    M /trunk/modules/gui/macosx/playlistinfo.h
19942    M /trunk/modules/gui/macosx/prefs.h
19943    M /trunk/modules/gui/macosx/prefs_widgets.h
19944    M /trunk/modules/gui/macosx/vout.h
19945    M /trunk/modules/gui/ncurses.c
19946    M /trunk/modules/gui/pda/pda.c
19947    M /trunk/modules/gui/pda/pda.h
19948    M /trunk/modules/gui/pda/pda_callbacks.c
19949    M /trunk/modules/gui/pda/pda_callbacks.h
19950    M /trunk/modules/gui/pda/pda_interface.c
19951    M /trunk/modules/gui/pda/pda_interface.h
19952    M /trunk/modules/gui/pda/pda_support.c
19953    M /trunk/modules/gui/pda/pda_support.h
19954    M /trunk/modules/gui/qnx/aout.c
19955    M /trunk/modules/gui/qnx/qnx.c
19956    M /trunk/modules/gui/qnx/vout.c
19957    M /trunk/modules/gui/qt/intf.cpp
19958    M /trunk/modules/gui/qt/intf.h
19959    M /trunk/modules/gui/qt/qt.cpp
19960    M /trunk/modules/gui/skins2/commands/async_queue.cpp
19961    M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
19962    M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
19963    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
19964    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
19965    M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
19966    M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
19967    M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
19968    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
19969    M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
19970    M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
19971    M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
19972    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
19973    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
19974    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
19975    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
19976    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
19977    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
19978    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
19979    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
19980    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
19981    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
19982    M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
19983    M /trunk/modules/gui/skins2/events/evt_input.cpp
19984    M /trunk/modules/gui/skins2/events/evt_key.cpp
19985    M /trunk/modules/gui/skins2/events/evt_mouse.cpp
19986    M /trunk/modules/gui/skins2/events/evt_scroll.cpp
19987    M /trunk/modules/gui/skins2/events/evt_special.cpp
19988    M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.cpp
19989    M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
19990    M /trunk/modules/gui/skins2/macosx/macosx_graphics.cpp
19991    M /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
19992    M /trunk/modules/gui/skins2/macosx/macosx_timer.cpp
19993    M /trunk/modules/gui/skins2/macosx/macosx_tooltip.cpp
19994    M /trunk/modules/gui/skins2/macosx/macosx_window.cpp
19995    M /trunk/modules/gui/skins2/parser/builder.cpp
19996    M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
19997    M /trunk/modules/gui/skins2/parser/interpreter.cpp
19998    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
19999    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
20000    M /trunk/modules/gui/skins2/src/anchor.cpp
20001    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
20002    M /trunk/modules/gui/skins2/src/dialogs.cpp
20003    M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
20004    M /trunk/modules/gui/skins2/src/ft2_font.cpp
20005    M /trunk/modules/gui/skins2/src/generic_bitmap.cpp
20006    M /trunk/modules/gui/skins2/src/generic_layout.cpp
20007    M /trunk/modules/gui/skins2/src/generic_window.cpp
20008    M /trunk/modules/gui/skins2/src/logger.cpp
20009    M /trunk/modules/gui/skins2/src/os_factory.cpp
20010    M /trunk/modules/gui/skins2/src/png_bitmap.cpp
20011    M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
20012    M /trunk/modules/gui/skins2/src/skin_main.cpp
20013    M /trunk/modules/gui/skins2/src/theme.cpp
20014    M /trunk/modules/gui/skins2/src/theme_loader.cpp
20015    M /trunk/modules/gui/skins2/src/theme_repository.cpp
20016    M /trunk/modules/gui/skins2/src/tooltip.cpp
20017    M /trunk/modules/gui/skins2/src/top_window.cpp
20018    M /trunk/modules/gui/skins2/src/var_manager.cpp
20019    M /trunk/modules/gui/skins2/src/vlcproc.cpp
20020    M /trunk/modules/gui/skins2/src/vout_window.cpp
20021    M /trunk/modules/gui/skins2/src/window_manager.cpp
20022    M /trunk/modules/gui/skins2/utils/bezier.cpp
20023    M /trunk/modules/gui/skins2/utils/fsm.cpp
20024    M /trunk/modules/gui/skins2/utils/position.cpp
20025    M /trunk/modules/gui/skins2/utils/ustring.cpp
20026    M /trunk/modules/gui/skins2/utils/var_bool.cpp
20027    M /trunk/modules/gui/skins2/utils/var_list.cpp
20028    M /trunk/modules/gui/skins2/utils/var_percent.cpp
20029    M /trunk/modules/gui/skins2/utils/var_text.cpp
20030    M /trunk/modules/gui/skins2/vars/playlist.cpp
20031    M /trunk/modules/gui/skins2/vars/time.cpp
20032    M /trunk/modules/gui/skins2/vars/volume.cpp
20033    M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
20034    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
20035    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
20036    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
20037    M /trunk/modules/gui/skins2/win32/win32_timer.cpp
20038    M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
20039    M /trunk/modules/gui/skins2/win32/win32_window.cpp
20040    M /trunk/modules/gui/skins2/x11/x11_display.cpp
20041    M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
20042    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
20043    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
20044    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
20045    M /trunk/modules/gui/skins2/x11/x11_timer.cpp
20046    M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
20047    M /trunk/modules/gui/skins2/x11/x11_window.cpp
20048    M /trunk/modules/gui/wince/fileinfo.cpp
20049    M /trunk/modules/gui/wince/interface.cpp
20050    M /trunk/modules/gui/wince/iteminfo.cpp
20051    M /trunk/modules/gui/wince/menus.cpp
20052    M /trunk/modules/gui/wince/messages.cpp
20053    M /trunk/modules/gui/wince/open.cpp
20054    M /trunk/modules/gui/wince/playlist.cpp
20055    M /trunk/modules/gui/wince/preferences.cpp
20056    M /trunk/modules/gui/wince/preferences_widgets.cpp
20057    M /trunk/modules/gui/wince/preferences_widgets.h
20058    M /trunk/modules/gui/wince/subtitles.cpp
20059    M /trunk/modules/gui/wince/timer.cpp
20060    M /trunk/modules/gui/wince/video.cpp
20061    M /trunk/modules/gui/wince/wince.cpp
20062    M /trunk/modules/gui/wince/wince.h
20063    M /trunk/modules/gui/wxwindows/bookmarks.cpp
20064    M /trunk/modules/gui/wxwindows/dialogs.cpp
20065    M /trunk/modules/gui/wxwindows/extrapanel.cpp
20066    M /trunk/modules/gui/wxwindows/fileinfo.cpp
20067    M /trunk/modules/gui/wxwindows/interface.cpp
20068    M /trunk/modules/gui/wxwindows/iteminfo.cpp
20069    M /trunk/modules/gui/wxwindows/menus.cpp
20070    M /trunk/modules/gui/wxwindows/messages.cpp
20071    M /trunk/modules/gui/wxwindows/open.cpp
20072    M /trunk/modules/gui/wxwindows/playlist.cpp
20073    M /trunk/modules/gui/wxwindows/preferences.cpp
20074    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
20075    M /trunk/modules/gui/wxwindows/preferences_widgets.h
20076    M /trunk/modules/gui/wxwindows/streamdata.h
20077    M /trunk/modules/gui/wxwindows/streamout.cpp
20078    M /trunk/modules/gui/wxwindows/subtitles.cpp
20079    M /trunk/modules/gui/wxwindows/timer.cpp
20080    M /trunk/modules/gui/wxwindows/video.cpp
20081    M /trunk/modules/gui/wxwindows/wizard.cpp
20082    M /trunk/modules/gui/wxwindows/wxwindows.cpp
20083    M /trunk/modules/gui/wxwindows/wxwindows.h
20084    M /trunk/modules/misc/dummy/aout.c
20085    M /trunk/modules/misc/dummy/decoder.c
20086    M /trunk/modules/misc/dummy/dummy.c
20087    M /trunk/modules/misc/dummy/dummy.h
20088    M /trunk/modules/misc/dummy/encoder.c
20089    M /trunk/modules/misc/dummy/input.c
20090    M /trunk/modules/misc/dummy/interface.c
20091    M /trunk/modules/misc/dummy/renderer.c
20092    M /trunk/modules/misc/dummy/vout.c
20093    M /trunk/modules/misc/freetype.c
20094    M /trunk/modules/misc/gnutls.c
20095    M /trunk/modules/misc/gtk_main.c
20096    M /trunk/modules/misc/logger.c
20097    M /trunk/modules/misc/memcpy/fastmemcpy.h
20098    M /trunk/modules/misc/memcpy/memcpy.c
20099    M /trunk/modules/misc/memcpy/memcpyaltivec.c
20100    M /trunk/modules/misc/network/ipv4.c
20101    M /trunk/modules/misc/network/ipv6.c
20102    M /trunk/modules/misc/playlist/export.c
20103    M /trunk/modules/misc/playlist/m3u.c
20104    M /trunk/modules/misc/playlist/old.c
20105    M /trunk/modules/misc/qte_main.cpp
20106    M /trunk/modules/misc/rtsp.c
20107    M /trunk/modules/misc/screensaver.c
20108    M /trunk/modules/misc/svg.c
20109    M /trunk/modules/misc/testsuite/playlist.c
20110    M /trunk/modules/misc/testsuite/test1.c
20111    M /trunk/modules/misc/testsuite/test2.cpp
20112    M /trunk/modules/misc/testsuite/test4.c
20113    M /trunk/modules/misc/xml/libxml.c
20114    M /trunk/modules/misc/xml/xtag.c
20115    M /trunk/modules/mux/asf.c
20116    M /trunk/modules/mux/avi.c
20117    M /trunk/modules/mux/dummy.c
20118    M /trunk/modules/mux/mp4.c
20119    M /trunk/modules/mux/mpeg/bits.h
20120    M /trunk/modules/mux/mpeg/csa.c
20121    M /trunk/modules/mux/mpeg/csa.h
20122    M /trunk/modules/mux/mpeg/pes.c
20123    M /trunk/modules/mux/mpeg/pes.h
20124    M /trunk/modules/mux/mpeg/ps.c
20125    M /trunk/modules/mux/mpeg/ts.c
20126    M /trunk/modules/mux/mpjpeg.c
20127    M /trunk/modules/mux/ogg.c
20128    M /trunk/modules/mux/wav.c
20129    M /trunk/modules/packetizer/copy.c
20130    M /trunk/modules/packetizer/h264.c
20131    M /trunk/modules/packetizer/mpeg4audio.c
20132    M /trunk/modules/packetizer/mpeg4video.c
20133    M /trunk/modules/packetizer/mpegvideo.c
20134    M /trunk/modules/services_discovery/daap.c
20135    M /trunk/modules/services_discovery/hal.c
20136    M /trunk/modules/services_discovery/sap.c
20137    M /trunk/modules/stream_out/announce.c
20138    M /trunk/modules/stream_out/announce.h
20139    M /trunk/modules/stream_out/description.c
20140    M /trunk/modules/stream_out/display.c
20141    M /trunk/modules/stream_out/dummy.c
20142    M /trunk/modules/stream_out/duplicate.c
20143    M /trunk/modules/stream_out/es.c
20144    M /trunk/modules/stream_out/gather.c
20145    M /trunk/modules/stream_out/rtp.c
20146    M /trunk/modules/stream_out/standard.c
20147    M /trunk/modules/stream_out/transcode.c
20148    M /trunk/modules/stream_out/transrate/block.c
20149    M /trunk/modules/stream_out/transrate/frame.c
20150    M /trunk/modules/stream_out/transrate/getvlc.h
20151    M /trunk/modules/stream_out/transrate/putvlc.h
20152    M /trunk/modules/stream_out/transrate/transrate.c
20153    M /trunk/modules/stream_out/transrate/transrate.h
20154    M /trunk/modules/video_chroma/i420_rgb.c
20155    M /trunk/modules/video_chroma/i420_rgb.h
20156    M /trunk/modules/video_chroma/i420_rgb16.c
20157    M /trunk/modules/video_chroma/i420_rgb8.c
20158    M /trunk/modules/video_chroma/i420_rgb_c.h
20159    M /trunk/modules/video_chroma/i420_rgb_mmx.h
20160    M /trunk/modules/video_chroma/i420_ymga.c
20161    M /trunk/modules/video_chroma/i420_yuy2.c
20162    M /trunk/modules/video_chroma/i420_yuy2.h
20163    M /trunk/modules/video_chroma/i422_yuy2.c
20164    M /trunk/modules/video_chroma/i422_yuy2.h
20165    M /trunk/modules/video_filter/adjust.c
20166    M /trunk/modules/video_filter/blend.c
20167    M /trunk/modules/video_filter/clone.c
20168    M /trunk/modules/video_filter/crop.c
20169    M /trunk/modules/video_filter/deinterlace.c
20170    M /trunk/modules/video_filter/distort.c
20171    M /trunk/modules/video_filter/filter_common.h
20172    M /trunk/modules/video_filter/invert.c
20173    M /trunk/modules/video_filter/logo.c
20174    M /trunk/modules/video_filter/marq.c
20175    M /trunk/modules/video_filter/mosaic.c
20176    M /trunk/modules/video_filter/motionblur.c
20177    M /trunk/modules/video_filter/motiondetect.c
20178    M /trunk/modules/video_filter/scale.c
20179    M /trunk/modules/video_filter/swscale/common.h
20180    M /trunk/modules/video_filter/swscale/filter.c
20181    M /trunk/modules/video_filter/swscale/rgb2rgb.c
20182    M /trunk/modules/video_filter/swscale/rgb2rgb.h
20183    M /trunk/modules/video_filter/swscale/rgb2rgb_template.c
20184    M /trunk/modules/video_filter/swscale/swscale.c
20185    M /trunk/modules/video_filter/swscale/swscale.h
20186    M /trunk/modules/video_filter/swscale/swscale_altivec_template.c
20187    M /trunk/modules/video_filter/swscale/swscale_internal.h
20188    M /trunk/modules/video_filter/swscale/swscale_template.c
20189    M /trunk/modules/video_filter/swscale/yuv2rgb.c
20190    M /trunk/modules/video_filter/swscale/yuv2rgb_altivec.c
20191    M /trunk/modules/video_filter/swscale/yuv2rgb_mlib.c
20192    M /trunk/modules/video_filter/swscale/yuv2rgb_template.c
20193    M /trunk/modules/video_filter/time.c
20194    M /trunk/modules/video_filter/transform.c
20195    M /trunk/modules/video_filter/wall.c
20196    M /trunk/modules/video_output/aa.c
20197    M /trunk/modules/video_output/caca.c
20198    M /trunk/modules/video_output/directx/directx.c
20199    M /trunk/modules/video_output/directx/events.c
20200    M /trunk/modules/video_output/directx/glwin32.c
20201    M /trunk/modules/video_output/directx/vout.h
20202    M /trunk/modules/video_output/fb.c
20203    M /trunk/modules/video_output/ggi.c
20204    M /trunk/modules/video_output/glide.c
20205    M /trunk/modules/video_output/hd1000v.cpp
20206    M /trunk/modules/video_output/image.c
20207    M /trunk/modules/video_output/mga.c
20208    M /trunk/modules/video_output/opengl.c
20209    M /trunk/modules/video_output/picture.c
20210    M /trunk/modules/video_output/picture.h
20211    M /trunk/modules/video_output/qte/qte.cpp
20212    M /trunk/modules/video_output/qte/qte.h
20213    M /trunk/modules/video_output/sdl.c
20214    M /trunk/modules/video_output/snapshot.c
20215    M /trunk/modules/video_output/svgalib.c
20216    M /trunk/modules/video_output/wingdi.c
20217    M /trunk/modules/video_output/x11/glx.c
20218    M /trunk/modules/video_output/x11/x11.c
20219    M /trunk/modules/video_output/x11/xcommon.c
20220    M /trunk/modules/video_output/x11/xcommon.h
20221    M /trunk/modules/video_output/x11/xvideo.c
20222    M /trunk/modules/visualization/galaktos/PCM.c
20223    M /trunk/modules/visualization/galaktos/PCM.h
20224    M /trunk/modules/visualization/galaktos/beat_detect.c
20225    M /trunk/modules/visualization/galaktos/beat_detect.h
20226    M /trunk/modules/visualization/galaktos/builtin_funcs.c
20227    M /trunk/modules/visualization/galaktos/builtin_funcs.h
20228    M /trunk/modules/visualization/galaktos/common.h
20229    M /trunk/modules/visualization/galaktos/compare.h
20230    M /trunk/modules/visualization/galaktos/custom_shape.c
20231    M /trunk/modules/visualization/galaktos/custom_shape.h
20232    M /trunk/modules/visualization/galaktos/custom_shape_types.h
20233    M /trunk/modules/visualization/galaktos/custom_wave.c
20234    M /trunk/modules/visualization/galaktos/custom_wave.h
20235    M /trunk/modules/visualization/galaktos/custom_wave_types.h
20236    M /trunk/modules/visualization/galaktos/engine_vars.c
20237    M /trunk/modules/visualization/galaktos/engine_vars.h
20238    M /trunk/modules/visualization/galaktos/eval.c
20239    M /trunk/modules/visualization/galaktos/eval.h
20240    M /trunk/modules/visualization/galaktos/expr_types.h
20241    M /trunk/modules/visualization/galaktos/fatal.h
20242    M /trunk/modules/visualization/galaktos/fftsg.c
20243    M /trunk/modules/visualization/galaktos/func.c
20244    M /trunk/modules/visualization/galaktos/func.h
20245    M /trunk/modules/visualization/galaktos/func_types.h
20246    M /trunk/modules/visualization/galaktos/idle_preset.h
20247    M /trunk/modules/visualization/galaktos/init_cond.c
20248    M /trunk/modules/visualization/galaktos/init_cond.h
20249    M /trunk/modules/visualization/galaktos/init_cond_types.h
20250    M /trunk/modules/visualization/galaktos/interface_types.h
20251    M /trunk/modules/visualization/galaktos/main.c
20252    M /trunk/modules/visualization/galaktos/main.h
20253    M /trunk/modules/visualization/galaktos/param.c
20254    M /trunk/modules/visualization/galaktos/param.h
20255    M /trunk/modules/visualization/galaktos/param_types.h
20256    M /trunk/modules/visualization/galaktos/parser.c
20257    M /trunk/modules/visualization/galaktos/parser.h
20258    M /trunk/modules/visualization/galaktos/per_frame_eqn.c
20259    M /trunk/modules/visualization/galaktos/per_frame_eqn.h
20260    M /trunk/modules/visualization/galaktos/per_frame_eqn_types.h
20261    M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
20262    M /trunk/modules/visualization/galaktos/per_pixel_eqn.h
20263    M /trunk/modules/visualization/galaktos/per_pixel_eqn_types.h
20264    M /trunk/modules/visualization/galaktos/per_point_types.h
20265    M /trunk/modules/visualization/galaktos/plugin.c
20266    M /trunk/modules/visualization/galaktos/plugin.h
20267    M /trunk/modules/visualization/galaktos/preset.c
20268    M /trunk/modules/visualization/galaktos/preset.h
20269    M /trunk/modules/visualization/galaktos/preset_types.h
20270    M /trunk/modules/visualization/galaktos/splaytree.c
20271    M /trunk/modules/visualization/galaktos/splaytree.h
20272    M /trunk/modules/visualization/galaktos/splaytree_types.h
20273    M /trunk/modules/visualization/galaktos/tree_types.c
20274    M /trunk/modules/visualization/galaktos/tree_types.h
20275    M /trunk/modules/visualization/galaktos/video_init.c
20276    M /trunk/modules/visualization/galaktos/video_init.h
20277    M /trunk/modules/visualization/goom.c
20278    M /trunk/modules/visualization/visual/effects.c
20279    M /trunk/modules/visualization/visual/fft.c
20280    M /trunk/modules/visualization/visual/fft.h
20281    M /trunk/modules/visualization/visual/visual.c
20282    M /trunk/modules/visualization/visual/visual.h
20283    M /trunk/modules/visualization/xosd.c
20284    M /trunk/mozilla/support/classinfo.h
20285    M /trunk/mozilla/support/npmac.cpp
20286    M /trunk/mozilla/support/npunix.c
20287    M /trunk/mozilla/support/npwin.cpp
20288    M /trunk/mozilla/vlcpeer.cpp
20289    M /trunk/mozilla/vlcpeer.h
20290    M /trunk/mozilla/vlcplugin.cpp
20291    M /trunk/mozilla/vlcplugin.h
20292    M /trunk/mozilla/vlcshell.cpp
20293    M /trunk/msvc/modules_builtin_msvc.h
20294    M /trunk/python/vlcmodule.c
20295    M /trunk/share/newres.h
20296    M /trunk/share/resource.h
20297    M /trunk/src/audio_output/common.c
20298    M /trunk/src/audio_output/dec.c
20299    M /trunk/src/audio_output/filters.c
20300    M /trunk/src/audio_output/input.c
20301    M /trunk/src/audio_output/intf.c
20302    M /trunk/src/audio_output/mixer.c
20303    M /trunk/src/audio_output/output.c
20304    M /trunk/src/extras/dirent.c
20305    M /trunk/src/extras/getopt.c
20306    M /trunk/src/extras/getopt.h
20307    M /trunk/src/extras/getopt1.c
20308    M /trunk/src/extras/libc.c
20309    M /trunk/src/input/access.c
20310    M /trunk/src/input/clock.c
20311    M /trunk/src/input/control.c
20312    M /trunk/src/input/decoder.c
20313    M /trunk/src/input/demux.c
20314    M /trunk/src/input/es_out.c
20315    M /trunk/src/input/input.c
20316    M /trunk/src/input/input_internal.h
20317    M /trunk/src/input/mem_stream.c
20318    M /trunk/src/input/stream.c
20319    M /trunk/src/input/subtitles.c
20320    M /trunk/src/input/var.c
20321    M /trunk/src/interface/interface.c
20322    M /trunk/src/interface/intf_eject.c
20323    M /trunk/src/libvlc.c
20324    M /trunk/src/libvlc.h
20325    M /trunk/src/misc/beos_specific.cpp
20326    M /trunk/src/misc/block.c
20327    M /trunk/src/misc/charset.c
20328    M /trunk/src/misc/configuration.c
20329    M /trunk/src/misc/cpu.c
20330    M /trunk/src/misc/error.c
20331    M /trunk/src/misc/httpd.c
20332    M /trunk/src/misc/image.c
20333    M /trunk/src/misc/iso-639_def.h
20334    M /trunk/src/misc/iso_lang.c
20335    M /trunk/src/misc/messages.c
20336    M /trunk/src/misc/modules.c
20337    M /trunk/src/misc/mtime.c
20338    M /trunk/src/misc/net.c
20339    M /trunk/src/misc/objects.c
20340    M /trunk/src/misc/threads.c
20341    M /trunk/src/misc/tls.c
20342    M /trunk/src/misc/variables.c
20343    M /trunk/src/misc/vlm.c
20344    M /trunk/src/misc/win32_specific.c
20345    M /trunk/src/misc/xml.c
20346    M /trunk/src/playlist/item-ext.c
20347    M /trunk/src/playlist/item.c
20348    M /trunk/src/playlist/loadsave.c
20349    M /trunk/src/playlist/playlist.c
20350    M /trunk/src/playlist/services_discovery.c
20351    M /trunk/src/playlist/sort.c
20352    M /trunk/src/playlist/view.c
20353    M /trunk/src/stream_output/announce.c
20354    M /trunk/src/stream_output/sap.c
20355    M /trunk/src/stream_output/stream_output.c
20356    M /trunk/src/video_output/video_output.c
20357    M /trunk/src/video_output/video_text.c
20358    M /trunk/src/video_output/video_widgets.c
20359    M /trunk/src/video_output/vout_intf.c
20360    M /trunk/src/video_output/vout_pictures.c
20361    M /trunk/src/video_output/vout_pictures.h
20362    M /trunk/src/video_output/vout_subpictures.c
20363    M /trunk/src/video_output/vout_synchro.c
20364    M /trunk/src/vlc.c
20365
20366 Avoid \r\n problems between platforms
20367 ------------------------------------------------------------------------
20368 r10100 | robux4 | 2005-03-02 17:19:56 +0100 (Wed, 02 Mar 2005) | 1 line
20369 Changed paths:
20370    M /trunk/modules/demux/mkv.cpp
20371
20372 mkv.cpp: ordered chapters now functional !
20373 ------------------------------------------------------------------------
20374 r10099 | robux4 | 2005-03-02 17:16:56 +0100 (Wed, 02 Mar 2005) | 2 lines
20375 Changed paths:
20376    M /trunk/modules/codec/ffmpeg/video.c
20377    M /trunk/src/input/es_out.c
20378
20379 video.c: don't display pre-rolled pictures
20380 es_out.c: handle the pre-roll earlier
20381 ------------------------------------------------------------------------
20382 r10098 | damienf | 2005-03-02 14:45:45 +0100 (Wed, 02 Mar 2005) | 3 lines
20383 Changed paths:
20384    M /trunk/activex/main.cpp
20385    M /trunk/vlc.win32.nsi
20386
20387 - install axvlc.dll within the VLC directory, rather than WINDOWS
20388 - DllRegisterServer modified to use current DLL path when registering control
20389
20390 ------------------------------------------------------------------------
20391 r10097 | gbazin | 2005-03-02 12:00:16 +0100 (Wed, 02 Mar 2005) | 1 line
20392 Changed paths:
20393    M /trunk/modules/codec/theora.c
20394
20395 * modules/codec/theora.c: sanity check for invalid theora header.
20396 ------------------------------------------------------------------------
20397 r10096 | robux4 | 2005-03-02 11:34:01 +0100 (Wed, 02 Mar 2005) | 1 line
20398 Changed paths:
20399    M /trunk/modules/demux/mkv.cpp
20400
20401 mkv.cpp: correct use of the default chapter edition
20402 ------------------------------------------------------------------------
20403 r10095 | courmisch | 2005-03-02 11:27:35 +0100 (Wed, 02 Mar 2005) | 2 lines
20404 Changed paths:
20405    M /trunk/vlc-config.in.in
20406
20407 Unbreak make vlc from subdir
20408
20409 ------------------------------------------------------------------------
20410 r10094 | gbazin | 2005-03-02 11:01:39 +0100 (Wed, 02 Mar 2005) | 1 line
20411 Changed paths:
20412    M /trunk/modules/stream_out/transcode.c
20413
20414 * modules/stream_out/transcode.c: added a missing vlc_object_destroy().
20415 ------------------------------------------------------------------------
20416 r10093 | dionoea | 2005-03-02 00:24:08 +0100 (Wed, 02 Mar 2005) | 9 lines
20417 Changed paths:
20418    M /trunk/modules/video_filter/mosaic.c
20419    M /trunk/modules/video_output/picture.c
20420    M /trunk/modules/video_output/picture.h
20421
20422 Add options to give a specific channel order in mosaic
20423
20424  * picture.* : add picture-id option. its a string that identifies the
20425                video.
20426  * mosaic.c : add mosaic-order option. its a comma separated list of
20427               picture-ids. Any picture who's id isn't found in the list
20428               will be placed after skiping the necessary number of
20429               slots needed to place all pictures defined in this list.
20430
20431 ------------------------------------------------------------------------
20432 r10092 | dionoea | 2005-03-02 00:21:22 +0100 (Wed, 02 Mar 2005) | 2 lines
20433 Changed paths:
20434    M /trunk/modules/gui/wxwindows/interface.cpp
20435
20436  * change copyright date 
20437
20438 ------------------------------------------------------------------------
20439 r10091 | courmisch | 2005-03-01 22:24:25 +0100 (Tue, 01 Mar 2005) | 2 lines
20440 Changed paths:
20441    M /trunk/Makefile.am
20442    M /trunk/configure.ac
20443    M /trunk/toolbox
20444    M /trunk/vlc-config.in.in
20445
20446 - build vlc_symbol.h modules_plugin.h and modules_builtin.h in top_builddir
20447
20448 ------------------------------------------------------------------------
20449 r10090 | titer | 2005-03-01 21:56:17 +0100 (Tue, 01 Mar 2005) | 3 lines
20450 Changed paths:
20451    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
20452
20453  ffmpeg.patch.cvs: workaround buggy lrintf detection when cross compiling
20454   (fixes WMA decoding in BeOS nightly builds)
20455
20456 ------------------------------------------------------------------------
20457 r10089 | courmisch | 2005-03-01 21:28:37 +0100 (Tue, 01 Mar 2005) | 4 lines
20458 Changed paths:
20459    M /trunk/modules/gui/wxwindows/wizard.cpp
20460
20461 - fix is_mult call in case of Unicode build (c_str => mb_str)
20462 - fix IPv6 multicast address range
20463 - more strict IPv4 multicast address range
20464
20465 ------------------------------------------------------------------------
20466 r10088 | hartman | 2005-03-01 19:39:19 +0100 (Tue, 01 Mar 2005) | 2 lines
20467 Changed paths:
20468    M /trunk/modules/control/lirc.c
20469
20470 * Fix compile issue on lirc.c
20471
20472 ------------------------------------------------------------------------
20473 r10087 | massiot | 2005-03-01 19:26:29 +0100 (Tue, 01 Mar 2005) | 3 lines
20474 Changed paths:
20475    M /trunk/modules/video_output/picture.c
20476
20477 * modules/video_output/picture.c: Changed the order of the commands to avoid
20478   holding p_picture_vout->lock for too long.
20479
20480 ------------------------------------------------------------------------
20481 r10086 | robux4 | 2005-03-01 18:41:36 +0100 (Tue, 01 Mar 2005) | 1 line
20482 Changed paths:
20483    M /trunk/modules/demux/mkv.cpp
20484
20485 mkv.cpp: better handling of the seekpoint numbers
20486 ------------------------------------------------------------------------
20487 r10085 | massiot | 2005-03-01 18:30:50 +0100 (Tue, 01 Mar 2005) | 3 lines
20488 Changed paths:
20489    M /trunk/modules/stream_out/transcode.c
20490
20491 * modules/stream_out/transcode.c: Fixed --sout-transcode-threads=1 option
20492   (what the hell is i_duplicate ?)
20493
20494 ------------------------------------------------------------------------
20495 r10084 | robux4 | 2005-03-01 18:28:15 +0100 (Tue, 01 Mar 2005) | 1 line
20496 Changed paths:
20497    M /trunk/modules/demux/mkv.cpp
20498
20499 mkv.cpp: update the current chapter during playback
20500 ------------------------------------------------------------------------
20501 r10083 | dionoea | 2005-03-01 18:16:30 +0100 (Tue, 01 Mar 2005) | 2 lines
20502 Changed paths:
20503    M /trunk/modules/video_filter/mosaic.c
20504
20505  * fix placement calculation when vborder or hborder are non zero
20506
20507 ------------------------------------------------------------------------
20508 r10082 | gbazin | 2005-03-01 17:26:21 +0100 (Tue, 01 Mar 2005) | 3 lines
20509 Changed paths:
20510    M /trunk/include/audio_output.h
20511    M /trunk/modules/audio_filter/converter/s16tofloat32.c
20512    M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
20513    M /trunk/modules/audio_filter/format.c
20514    M /trunk/modules/codec/lpcm.c
20515    M /trunk/src/audio_output/common.c
20516
20517 * modules/codec/lpcm.c: support for 20/24 bits LPCM.
20518 * modules/audio_filter/converter/s16tofloat32*, modules/audio_filter/format.c: s24l/s24b conversion routines.
20519
20520 ------------------------------------------------------------------------
20521 r10081 | dionoea | 2005-03-01 16:33:51 +0100 (Tue, 01 Mar 2005) | 2 lines
20522 Changed paths:
20523    M /trunk/modules/video_filter/mosaic.c
20524    M /trunk/modules/video_output/picture.c
20525    M /trunk/modules/video_output/picture.h
20526
20527  * add svn Id support and some copyright info in picture.h
20528
20529 ------------------------------------------------------------------------
20530 r10080 | markfm | 2005-03-01 16:22:47 +0100 (Tue, 01 Mar 2005) | 2 lines
20531 Changed paths:
20532    M /trunk/include/vlc_filter.h
20533    M /trunk/include/vlc_video.h
20534    M /trunk/modules/control/rc.c
20535    M /trunk/modules/misc/freetype.c
20536    M /trunk/modules/video_filter/marq.c
20537    M /trunk/modules/video_filter/time.c
20538    M /trunk/src/video_output/vout_subpictures.c
20539
20540 dynamic, per-subpicture, font size control -- i_font_size added to subpicture_region_t, new marq-size and time-size shortcuts, accessible from rc
20541
20542 ------------------------------------------------------------------------
20543 r10079 | robux4 | 2005-03-01 16:01:48 +0100 (Tue, 01 Mar 2005) | 1 line
20544 Changed paths:
20545    M /trunk/modules/demux/mkv.cpp
20546
20547 mkv.cpp: fix the chapter/edition ending time
20548 ------------------------------------------------------------------------
20549 r10078 | zorglub | 2005-03-01 14:31:32 +0100 (Tue, 01 Mar 2005) | 3 lines
20550 Changed paths:
20551    M /trunk/modules/misc/playlist/m3u.c
20552    M /trunk/modules/services_discovery/sap.c
20553    M /trunk/src/playlist/item.c
20554
20555 Fix playlist export
20556 Remove extra SAP debug
20557
20558 ------------------------------------------------------------------------
20559 r10077 | hartman | 2005-03-01 10:28:37 +0100 (Tue, 01 Mar 2005) | 4 lines
20560 Changed paths:
20561    M /trunk/NEWS
20562    M /trunk/doc/lirc/example.lircrc
20563    M /trunk/modules/control/lirc.c
20564
20565 * simplified the lirc code to listen for key-* strings which we can directly use to trigger hotkeys.
20566 * updated the example.lircrc with new required strings
20567 * added a notice to NEWS about changed lirc syntax.
20568
20569 ------------------------------------------------------------------------
20570 r10076 | gbazin | 2005-03-01 08:53:04 +0100 (Tue, 01 Mar 2005) | 2 lines
20571 Changed paths:
20572    M /trunk/modules/control/Modules.am
20573    D /trunk/modules/control/rtci.c
20574
20575 * modules/control/Modules.am, rtci.c: really delete rtci.c and removed DOS CR/LF from the last commit.
20576
20577 ------------------------------------------------------------------------
20578 r10075 | markfm | 2005-03-01 00:40:59 +0100 (Tue, 01 Mar 2005) | 2 lines
20579 Changed paths:
20580    M /trunk/modules/control/Modules.am
20581
20582 Remove rtci.c from modules/control (implementation on hold)
20583
20584 ------------------------------------------------------------------------
20585 r10074 | gbazin | 2005-02-28 21:51:32 +0100 (Mon, 28 Feb 2005) | 1 line
20586 Changed paths:
20587    M /trunk/modules/gui/wince/interface.cpp
20588    M /trunk/modules/gui/wince/menus.cpp
20589    M /trunk/modules/gui/wince/timer.cpp
20590    M /trunk/modules/gui/wince/wince.cpp
20591    M /trunk/modules/gui/wince/wince.h
20592
20593 * modules/gui/wince: added a popup menu for the main interface.
20594 ------------------------------------------------------------------------
20595 r10073 | gbazin | 2005-02-28 19:23:26 +0100 (Mon, 28 Feb 2005) | 1 line
20596 Changed paths:
20597    M /trunk/modules/gui/wince/interface.cpp
20598    M /trunk/modules/gui/wince/open.cpp
20599    M /trunk/modules/gui/wince/playlist.cpp
20600    M /trunk/modules/gui/wince/subtitles.cpp
20601    M /trunk/modules/gui/wince/wince.cpp
20602    M /trunk/modules/gui/wince/wince.h
20603
20604 * modules/gui/wince: usual bunch of cleanup + updates.
20605 ------------------------------------------------------------------------
20606 r10072 | dionoea | 2005-02-28 16:54:07 +0100 (Mon, 28 Feb 2005) | 5 lines
20607 Changed paths:
20608    M /trunk/modules/control/rc.c
20609    M /trunk/modules/control/rtci.c
20610    M /trunk/modules/video_filter/mosaic.c
20611    M /trunk/modules/video_output/picture.c
20612
20613  * mosaic.c, rc.c, rtci.c : callbacks to change mosaic sub filter
20614                             parameters on the fly
20615  * mosaic.c : center image in rectangle when keep aspect ratio is enabled
20616  * picture.c : remove debug message
20617
20618 ------------------------------------------------------------------------
20619 r10071 | gbazin | 2005-02-28 15:40:27 +0100 (Mon, 28 Feb 2005) | 1 line
20620 Changed paths:
20621    M /trunk/modules/gui/wince/interface.cpp
20622    M /trunk/modules/gui/wince/iteminfo.cpp
20623    M /trunk/modules/gui/wince/open.cpp
20624    M /trunk/modules/gui/wince/playlist.cpp
20625    M /trunk/modules/gui/wince/preferences.cpp
20626    M /trunk/modules/gui/wince/subtitles.cpp
20627    M /trunk/modules/gui/wince/timer.cpp
20628    M /trunk/modules/gui/wince/wince.cpp
20629    M /trunk/modules/gui/wince/wince.h
20630    M /trunk/modules/gui/wince/wince_rc.rc
20631
20632 * modules/gui/wince: some more cleanup.
20633 ------------------------------------------------------------------------
20634 r10070 | markfm | 2005-02-28 13:48:26 +0100 (Mon, 28 Feb 2005) | 2 lines
20635 Changed paths:
20636    M /trunk/modules/video_filter/marq.c
20637
20638 Make sure the files are in Unix format
20639
20640 ------------------------------------------------------------------------
20641 r10069 | fkuehne | 2005-02-27 23:57:36 +0100 (Sun, 27 Feb 2005) | 1 line
20642 Changed paths:
20643    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
20644
20645 * removed prefs_widgets.h, prefs_widgets.m, playlistinfo.h, playlistinfo.m, equalizer.m, equalizer.h, voutgl.m, voutqt.m from the build target, so they don't get copied in the Resources-folder of the binary bundle
20646 ------------------------------------------------------------------------
20647 r10068 | robux4 | 2005-02-27 20:34:39 +0100 (Sun, 27 Feb 2005) | 1 line
20648 Changed paths:
20649    M /trunk/modules/demux/mkv.cpp
20650
20651 More ordered chapters code, still not functional
20652 ------------------------------------------------------------------------
20653 r10067 | markfm | 2005-02-27 20:30:11 +0100 (Sun, 27 Feb 2005) | 2 lines
20654 Changed paths:
20655    M /trunk/include/vlc_filter.h
20656
20657 vlc_filter.h -- update pf_render_string for additional RenderText parameters.
20658
20659 ------------------------------------------------------------------------
20660 r10066 | markfm | 2005-02-27 20:14:41 +0100 (Sun, 27 Feb 2005) | 2 lines
20661 Changed paths:
20662    M /trunk/modules/misc/freetype.c
20663
20664 freetype.c -- set default font color (white)
20665
20666 ------------------------------------------------------------------------
20667 r10065 | markfm | 2005-02-27 18:25:12 +0100 (Sun, 27 Feb 2005) | 2 lines
20668 Changed paths:
20669    M /trunk/include/vlc_video.h
20670    M /trunk/modules/control/rc.c
20671    M /trunk/modules/misc/freetype.c
20672    M /trunk/modules/video_filter/marq.c
20673    M /trunk/modules/video_filter/time.c
20674    M /trunk/src/video_output/vout_subpictures.c
20675
20676 freetype and rc extensions.  i_font_color and i_font_opacity added to subpictures, allowing per-object control (defaulting to freetype).  marq and time updated to allow font color and opacity control.  rc update to allow OTF control of all marq and time options.
20677
20678 ------------------------------------------------------------------------
20679 r10064 | andrep | 2005-02-27 06:51:32 +0100 (Sun, 27 Feb 2005) | 28 lines
20680 Changed paths:
20681    M /trunk/modules/gui/macosx/vout.m
20682    M /trunk/modules/gui/macosx/voutqt.m
20683
20684 * modules/macosx/{vout,voutqt}.m: The Mac OS X Mozilla plugin lives again!
20685
20686
20687 Some details:
20688
20689 * This was mostly taken verbatim from revision:5717 (before the vout
20690   Mozilla support was removed), though it's been edited pretty thoroughly,
20691   and is now much more commented.
20692
20693 * The "normal" vout display should be completely unaffected, since the
20694   plugin-relevant code paths are only taken when p_vout->p_sys->b_embedded is
20695   set to VLC_TRUE.  (I've tested the normal VLC.app, and it seems fine.)
20696
20697 * There are still some problems with the plugin when the Mozilla window is
20698   resized a lot.  I suspect this is due to threading issues with
20699   QuickDraw, but I don't know enough about QuickDraw to be sure.  Help
20700   with this would be very welcome.
20701
20702 * The original patch in revision:5717 optimised the plugin display
20703   slightly, by using a mask (clipping region) so that QuickDraw only
20704   updated the plugin's area of the dirty region.  I elected not to use
20705   a mask, since I thought the extra code complexity (i.e. lots more if()
20706   branches) isn't worth the incremental speedup.  (If, in fact, there was
20707   a speedup at all -- the extra overhead induced by calculating the
20708   intersection of the dirty region with the mask may have offset any
20709   benefits: only benchmarks will tell ...)
20710
20711
20712 ------------------------------------------------------------------------
20713 r10063 | gbazin | 2005-02-26 20:28:41 +0100 (Sat, 26 Feb 2005) | 1 line
20714 Changed paths:
20715    M /trunk/modules/gui/wince/fileinfo.cpp
20716    M /trunk/modules/gui/wince/interface.cpp
20717    M /trunk/modules/gui/wince/iteminfo.cpp
20718    M /trunk/modules/gui/wince/messages.cpp
20719    M /trunk/modules/gui/wince/open.cpp
20720    M /trunk/modules/gui/wince/playlist.cpp
20721    M /trunk/modules/gui/wince/preferences.cpp
20722    M /trunk/modules/gui/wince/subtitles.cpp
20723    M /trunk/modules/gui/wince/video.cpp
20724    M /trunk/modules/gui/wince/wince.cpp
20725    M /trunk/modules/gui/wince/wince.h
20726    M /trunk/modules/gui/wince/wince_rc.rc
20727
20728 * modules/gui/wince: some more code cleanup + fixes.
20729 ------------------------------------------------------------------------
20730 r10062 | zorglub | 2005-02-26 16:41:22 +0100 (Sat, 26 Feb 2005) | 4 lines
20731 Changed paths:
20732    M /trunk/modules/mux/mpjpeg.c
20733
20734 * Allow all MJPEG fourcc
20735 * Announce content-length
20736 * Allow  boundary string customization
20737
20738 ------------------------------------------------------------------------
20739 r10061 | fenrir | 2005-02-25 17:05:22 +0100 (Fri, 25 Feb 2005) | 3 lines
20740 Changed paths:
20741    M /trunk/modules/demux/ts.c
20742
20743 * ts: if no dts but there is a pts then dts == pts.
20744
20745
20746 ------------------------------------------------------------------------
20747 r10060 | gbazin | 2005-02-25 09:33:38 +0100 (Fri, 25 Feb 2005) | 1 line
20748 Changed paths:
20749    M /trunk/modules/gui/wince/interface.cpp
20750    M /trunk/modules/gui/wince/wince.h
20751    M /trunk/modules/gui/wince/wince_rc.rc
20752
20753 * ../modules/gui/wince: new CreateMenuBar() which handles win32 as well.
20754 ------------------------------------------------------------------------
20755 r10059 | dionoea | 2005-02-25 00:31:56 +0100 (Fri, 25 Feb 2005) | 2 lines
20756 Changed paths:
20757    M /trunk/po/da.po
20758
20759 Updated danish translation by Jonas Larsen (E-bola)
20760
20761 ------------------------------------------------------------------------
20762 r10058 | robux4 | 2005-02-24 18:13:22 +0100 (Thu, 24 Feb 2005) | 1 line
20763 Changed paths:
20764    M /trunk/modules/demux/mkv.cpp
20765
20766 fill more data in the chapter classes
20767 ------------------------------------------------------------------------
20768 r10057 | gbazin | 2005-02-24 16:19:05 +0100 (Thu, 24 Feb 2005) | 1 line
20769 Changed paths:
20770    M /trunk/modules/gui/wince/fileinfo.cpp
20771    M /trunk/modules/gui/wince/interface.cpp
20772    M /trunk/modules/gui/wince/iteminfo.cpp
20773    M /trunk/modules/gui/wince/messages.cpp
20774    M /trunk/modules/gui/wince/open.cpp
20775    M /trunk/modules/gui/wince/playlist.cpp
20776    M /trunk/modules/gui/wince/preferences.cpp
20777    M /trunk/modules/gui/wince/preferences_widgets.cpp
20778    M /trunk/modules/gui/wince/preferences_widgets.h
20779    M /trunk/modules/gui/wince/subtitles.cpp
20780    M /trunk/modules/gui/wince/timer.cpp
20781    M /trunk/modules/gui/wince/video.cpp
20782    M /trunk/modules/gui/wince/wince.h
20783
20784 * modules/gui/wince: cleanup + ported to win32 (but not tried yet ;).
20785 ------------------------------------------------------------------------
20786 r10056 | robux4 | 2005-02-24 14:39:38 +0100 (Thu, 24 Feb 2005) | 1 line
20787 Changed paths:
20788    M /trunk/modules/demux/mkv.cpp
20789
20790 mkv.cpp: add more code to support ordered chapters
20791 ------------------------------------------------------------------------
20792 r10055 | hartman | 2005-02-24 01:07:30 +0100 (Thu, 24 Feb 2005) | 2 lines
20793 Changed paths:
20794    M /trunk/modules/gui/macosx/playlist.m
20795
20796 * start osx up in VIEW_SIMPLE and only switch to VIEW_CATEGORY when needed.
20797
20798 ------------------------------------------------------------------------
20799 r10054 | hartman | 2005-02-23 23:28:36 +0100 (Wed, 23 Feb 2005) | 2 lines
20800 Changed paths:
20801    A /trunk/extras/contrib/src/Patches/goom.patch
20802
20803 * Forgot to commit the goom2k4 patch
20804
20805 ------------------------------------------------------------------------
20806 r10053 | hartman | 2005-02-23 21:15:28 +0100 (Wed, 23 Feb 2005) | 2 lines
20807 Changed paths:
20808    M /trunk/modules/misc/freetype.c
20809
20810 * freetype.c: fix for blurry subs? someone please confirm
20811
20812 ------------------------------------------------------------------------
20813 r10052 | zorglub | 2005-02-23 18:25:46 +0100 (Wed, 23 Feb 2005) | 2 lines
20814 Changed paths:
20815    M /trunk/TODO
20816    M /trunk/configure.ac
20817
20818 Re-enable directory
20819
20820 ------------------------------------------------------------------------
20821 r10051 | hartman | 2005-02-23 17:27:01 +0100 (Wed, 23 Feb 2005) | 2 lines
20822 Changed paths:
20823    M /trunk/modules/gui/macosx/vout.m
20824
20825 * Fix setRepresentedFilename in case p_access not present (ie. in case of access_demux)
20826
20827 ------------------------------------------------------------------------
20828 r10050 | hartman | 2005-02-23 16:26:27 +0100 (Wed, 23 Feb 2005) | 2 lines
20829 Changed paths:
20830    M /trunk/extras/contrib/src/Makefile
20831    M /trunk/extras/contrib/src/packages.mak
20832
20833 * Lets use the final version of goom2k4
20834
20835 ------------------------------------------------------------------------
20836 r10049 | gbazin | 2005-02-23 15:52:09 +0100 (Wed, 23 Feb 2005) | 1 line
20837 Changed paths:
20838    M /trunk/src/misc/modules.c
20839
20840 * src/misc/modules.c: MSVC compilation fix.
20841 ------------------------------------------------------------------------
20842 r10048 | hartman | 2005-02-23 15:37:56 +0100 (Wed, 23 Feb 2005) | 3 lines
20843 Changed paths:
20844    M /trunk/modules/gui/macosx/prefs.h
20845    M /trunk/modules/gui/macosx/prefs.m
20846
20847 * Let's break the prefs again for OSX
20848   now to get it working. There is a semi-todo/design list in prefs.m.
20849
20850 ------------------------------------------------------------------------
20851 r10047 | damienf | 2005-02-23 15:26:47 +0100 (Wed, 23 Feb 2005) | 2 lines
20852 Changed paths:
20853    M /trunk/activex/axvlc.inf
20854
20855 - changed sample axvlc.inf to use VLC NSI installer
20856
20857 ------------------------------------------------------------------------
20858 r10046 | damienf | 2005-02-23 15:09:40 +0100 (Wed, 23 Feb 2005) | 5 lines
20859 Changed paths:
20860    M /trunk/vlc.win32.nsi
20861
20862 - inserted uninstall entry for activex plugin
20863 - fixed autoplay for DVD and CD
20864
20865 caveat for CD, the cdda plugin must be fixed to allow for a MRL of the form cdda:D:\ (needs to support the trailing backslash)
20866
20867 ------------------------------------------------------------------------
20868 r10045 | hartman | 2005-02-23 14:53:28 +0100 (Wed, 23 Feb 2005) | 2 lines
20869 Changed paths:
20870    M /trunk/modules/gui/macosx/about.h
20871    M /trunk/modules/gui/macosx/about.m
20872    M /trunk/modules/gui/macosx/controls.h
20873    M /trunk/modules/gui/macosx/controls.m
20874    M /trunk/modules/gui/macosx/macosx.m
20875    M /trunk/modules/gui/macosx/open.h
20876    M /trunk/modules/gui/macosx/open.m
20877    M /trunk/modules/gui/macosx/playlistinfo.m
20878    M /trunk/modules/gui/macosx/vout.h
20879    M /trunk/modules/gui/macosx/vout.m
20880    M /trunk/modules/gui/macosx/voutgl.m
20881    M /trunk/modules/gui/macosx/voutqt.m
20882
20883 * Update copyright to 2005 where appropriate.
20884
20885 ------------------------------------------------------------------------
20886 r10044 | robux4 | 2005-02-23 13:13:17 +0100 (Wed, 23 Feb 2005) | 1 line
20887 Changed paths:
20888    M /trunk/modules/demux/mkv.cpp
20889
20890 mkv.cpp: I was wrong, the dirent export works
20891 ------------------------------------------------------------------------
20892 r10043 | robux4 | 2005-02-23 12:48:25 +0100 (Wed, 23 Feb 2005) | 1 line
20893 Changed paths:
20894    M /trunk/modules/demux/mkv.cpp
20895
20896 mkv.cpp: fix dirent issue with the recent "fixes"
20897 ------------------------------------------------------------------------
20898 r10042 | hartman | 2005-02-23 12:37:04 +0100 (Wed, 23 Feb 2005) | 3 lines
20899 Changed paths:
20900    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
20901    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
20902
20903 * hooked up the Playlist window menuitem to an action
20904 * added com-shift-E and com-shift-M keycombo's for Equalizer window and Messages window
20905
20906 ------------------------------------------------------------------------
20907 r10041 | sigmunau | 2005-02-23 11:33:07 +0100 (Wed, 23 Feb 2005) | 2 lines
20908 Changed paths:
20909    M /trunk/modules/video_filter/wall.c
20910
20911 wall.c: user-configurable aspect-ratio for the displays
20912
20913 ------------------------------------------------------------------------
20914 r10040 | sigmunau | 2005-02-23 11:11:33 +0100 (Wed, 23 Feb 2005) | 3 lines
20915 Changed paths:
20916    M /trunk/modules/video_filter/wall.c
20917
20918 wall.c: shut up two compiler warnings. Fix two (only one actually
20919 experienced) rounding errors causing invalid reads and green lines.
20920
20921 ------------------------------------------------------------------------
20922 r10039 | sigmunau | 2005-02-23 10:12:31 +0100 (Wed, 23 Feb 2005) | 9 lines
20923 Changed paths:
20924    M /trunk/modules/video_filter/wall.c
20925
20926 wall.c: set the total output aspect ratio to the device aspect ratio, even
20927 if size constrains stoped us from making the parts have that aspect ratio.
20928 This causes a slight stretch of the image in some direction but should
20929 totally remove black lines between the elements.
20930 todo:
20931  * make device aspect ratio configureable (easy)
20932  * handle anamorphic input video (medium)
20933
20934
20935 ------------------------------------------------------------------------
20936 r10038 | gbazin | 2005-02-23 09:09:46 +0100 (Wed, 23 Feb 2005) | 1 line
20937 Changed paths:
20938    M /trunk/configure.ac
20939
20940 * configure.ac: wince interface moved to builtins.
20941 ------------------------------------------------------------------------
20942 r10037 | markfm | 2005-02-23 04:37:45 +0100 (Wed, 23 Feb 2005) | 2 lines
20943 Changed paths:
20944    M /trunk/modules/misc/freetype.c
20945
20946 freetype.c  Correct color mapping, make color choice a 16-item pick list, add on-the-fly capability (independent color/opacity for time, marquee, etc.)
20947
20948 ------------------------------------------------------------------------
20949 r10036 | hartman | 2005-02-22 23:11:26 +0100 (Tue, 22 Feb 2005) | 2 lines
20950 Changed paths:
20951    M /trunk/modules/services_discovery/sap.c
20952
20953 * renamed sap module from "SAP interface" to "SAP announces"
20954
20955 ------------------------------------------------------------------------
20956 r10035 | djc | 2005-02-22 18:27:04 +0100 (Tue, 22 Feb 2005) | 4 lines
20957 Changed paths:
20958    M /trunk/modules/gui/macosx/vout.m
20959
20960 We use setRepresentedFilename if access is File.
20961 Title is found in input instead of playlist (fix a small vlm bug...).
20962
20963
20964 ------------------------------------------------------------------------
20965 r10034 | gbazin | 2005-02-22 16:53:42 +0100 (Tue, 22 Feb 2005) | 1 line
20966 Changed paths:
20967    M /trunk/configure.ac
20968
20969 * configure.ac: fixed typo + removed some plugins from the WinCE build.
20970 ------------------------------------------------------------------------
20971 r10033 | damienf | 2005-02-22 16:35:01 +0100 (Tue, 22 Feb 2005) | 2 lines
20972 Changed paths:
20973    M /trunk/configure.ac
20974    M /trunk/modules/access/dshow/filter.cpp
20975
20976 - changed dshow plugin to use common IID defined in libuuid.a (prevents linking problems if plugin is built-in)
20977
20978 ------------------------------------------------------------------------
20979 r10032 | gbazin | 2005-02-22 14:13:29 +0100 (Tue, 22 Feb 2005) | 1 line
20980 Changed paths:
20981    M /trunk/modules/gui/wxwindows/playlist.cpp
20982
20983 * modules/gui/wxwindows/playlist.cpp: sanity check to avoid crashes (doesn't explain why the check is triggered though).
20984 ------------------------------------------------------------------------
20985 r10031 | gbazin | 2005-02-22 13:50:43 +0100 (Tue, 22 Feb 2005) | 1 line
20986 Changed paths:
20987    M /trunk/src/misc/threads.c
20988
20989 * src/misc/threads.c: print thread timing statistics on thread destruction (Win32 only).
20990 ------------------------------------------------------------------------
20991 r10030 | damienf | 2005-02-22 12:13:11 +0100 (Tue, 22 Feb 2005) | 2 lines
20992 Changed paths:
20993    M /trunk/vlc.win32.nsi
20994
20995 added ActiveX control to the VLC installer
20996
20997 ------------------------------------------------------------------------
20998 r10029 | gbazin | 2005-02-21 21:32:36 +0100 (Mon, 21 Feb 2005) | 1 line
20999 Changed paths:
21000    M /trunk/modules/demux/ogg.c
21001
21002 * modules/demux/ogg.c: added support for new Ogg mapping for FLAC.
21003 ------------------------------------------------------------------------
21004 r10028 | gbazin | 2005-02-21 20:16:22 +0100 (Mon, 21 Feb 2005) | 1 line
21005 Changed paths:
21006    M /trunk/modules/codec/vorbis.c
21007
21008 * modules/codec/vorbis.c: uninitialized variable.
21009 ------------------------------------------------------------------------
21010 r10027 | gbazin | 2005-02-21 20:15:33 +0100 (Mon, 21 Feb 2005) | 1 line
21011 Changed paths:
21012    M /trunk/configure.ac
21013
21014 * configure.ac: mux_ts was moved to builtins by mistake.
21015 ------------------------------------------------------------------------
21016 r10025 | gbazin | 2005-02-21 18:51:53 +0100 (Mon, 21 Feb 2005) | 1 line
21017 Changed paths:
21018    M /trunk/modules/misc/network/ipv4.c
21019
21020 * modules/misc/network/ipv4.c: multicast support for WinCE.
21021 ------------------------------------------------------------------------
21022 r10024 | gbazin | 2005-02-21 18:50:54 +0100 (Mon, 21 Feb 2005) | 1 line
21023 Changed paths:
21024    M /trunk/modules/access/directory.c
21025    M /trunk/src/misc/modules.c
21026
21027 * src/misc/modules.c, modules/access/directory.c: Win32 fixes (GetFileAttributes() returns -1 on error).
21028 ------------------------------------------------------------------------
21029 r10023 | djc | 2005-02-21 17:12:14 +0100 (Mon, 21 Feb 2005) | 3 lines
21030 Changed paths:
21031    M /trunk/modules/gui/macosx/vout.m
21032
21033 Do not use setTitleWithRepresentedFilename if input is not a file.
21034
21035
21036 ------------------------------------------------------------------------
21037 r10022 | sigmunau | 2005-02-21 16:58:02 +0100 (Mon, 21 Feb 2005) | 3 lines
21038 Changed paths:
21039    M /trunk/modules/video_filter/wall.c
21040
21041 wall.c: handle some rounding error causing a integer overflow. more window
21042 size constrain fixes
21043
21044 ------------------------------------------------------------------------
21045 r10021 | dionoea | 2005-02-21 16:23:46 +0100 (Mon, 21 Feb 2005) | 3 lines
21046 Changed paths:
21047    M /trunk/modules/video_filter/mosaic.c
21048    M /trunk/modules/video_output/picture.c
21049
21050  * picture.c : slightly cleaner picture_t freeing
21051  * mosaic.c : add a switch to keep aspect ratio when resizing
21052
21053 ------------------------------------------------------------------------
21054 r10020 | gbazin | 2005-02-21 14:50:17 +0100 (Mon, 21 Feb 2005) | 1 line
21055 Changed paths:
21056    M /trunk/include/vlc_common.h
21057
21058 * include/vlc_common.h: compilation fix.
21059 ------------------------------------------------------------------------
21060 r10019 | dionoea | 2005-02-21 14:39:01 +0100 (Mon, 21 Feb 2005) | 2 lines
21061 Changed paths:
21062    M /trunk/modules/video_filter/mosaic.c
21063    M /trunk/modules/video_output/picture.c
21064
21065  * update the copyright dates
21066
21067 ------------------------------------------------------------------------
21068 r10018 | gbazin | 2005-02-21 14:35:15 +0100 (Mon, 21 Feb 2005) | 1 line
21069 Changed paths:
21070    M /trunk/configure.ac
21071    M /trunk/modules/access/directory.c
21072
21073 * configure.ac, modules/access/directory.c: enabled the directory access module on WinCE.
21074 ------------------------------------------------------------------------
21075 r10017 | dionoea | 2005-02-21 14:13:52 +0100 (Mon, 21 Feb 2005) | 31 lines
21076 Changed paths:
21077    M /trunk/configure.ac
21078    M /trunk/modules/video_filter/Modules.am
21079    A /trunk/modules/video_filter/mosaic.c
21080    M /trunk/modules/video_output/Modules.am
21081    A /trunk/modules/video_output/picture.c
21082    A /trunk/modules/video_output/picture.h
21083
21084 Basic mosaic, video blending modules
21085  * picture.c picture.h : vout that copies the rendered image in a libvlc
21086                          object.
21087  * mosaic.c : sub filter that takes all the images created by the picture
21088               module and blends them over the current video
21089
21090 I think i still have loads of things to fix (like memleaks)
21091
21092 Simple vlm configuration file to see this work :
21093 <<<<
21094 new chan1 broadcast enabled
21095 setup chan1 input somevideo1.avi
21096 setup chan1 option vout=picture
21097
21098 new chan2 broadcast enabled
21099 setup chan2 input somevideo2.avi
21100 setup chan2 option vout=picture
21101
21102 new bg broadcast enabled
21103 setup bg input somevideo0.avi
21104 setup bg option sub-filter=mosaic
21105
21106 control bg play
21107 control chan1 play
21108 control chan2 play
21109 >>>>
21110
21111 You just have to launch : ./vlc -I telnet --vlm-conf vlm.conf
21112
21113
21114
21115 ------------------------------------------------------------------------
21116 r10016 | gbazin | 2005-02-21 14:07:54 +0100 (Mon, 21 Feb 2005) | 1 line
21117 Changed paths:
21118    D /trunk/src/extras/dirent.h
21119
21120 * src/extras/dirent.h: removed useless file.
21121 ------------------------------------------------------------------------
21122 r10015 | yoann | 2005-02-21 14:06:08 +0100 (Mon, 21 Feb 2005) | 2 lines
21123 Changed paths:
21124    M /trunk/src/misc/vlm.c
21125
21126 * src/misc/vlm.c: added 'inputdeln <num>' to delete input #num (starts from 1)
21127
21128 ------------------------------------------------------------------------
21129 r10014 | gbazin | 2005-02-21 14:00:20 +0100 (Mon, 21 Feb 2005) | 1 line
21130 Changed paths:
21131    M /trunk/Makefile.am
21132    M /trunk/include/vlc_common.h
21133    M /trunk/modules/access/directory.c
21134    M /trunk/modules/control/http.c
21135    M /trunk/modules/demux/mkv.cpp
21136    M /trunk/modules/gui/skins2/src/theme_loader.cpp
21137    M /trunk/modules/gui/skins2/src/theme_repository.cpp
21138    M /trunk/modules/gui/wince/wince.h
21139    M /trunk/src/extras/dirent.c
21140    M /trunk/src/input/subtitles.c
21141
21142 * src/extras/dirent.c, ALL: fixed win32/ce dirent replacement and made it accessible from plugins as well.
21143 ------------------------------------------------------------------------
21144 r10013 | sigmunau | 2005-02-21 13:03:28 +0100 (Mon, 21 Feb 2005) | 3 lines
21145 Changed paths:
21146    M /trunk/modules/video_filter/wall.c
21147
21148 wall.c: create properly sized (multiple of two each way) windows. set
21149 correct output resolution on the created windows
21150
21151 ------------------------------------------------------------------------
21152 r10012 | fenrir | 2005-02-21 10:10:53 +0100 (Mon, 21 Feb 2005) | 6 lines
21153 Changed paths:
21154    M /trunk/modules/demux/livedotcom.cpp
21155
21156  * livedotcom: automatic TCP rollover when no data was received in 900ms and
21157  auto eof when no more data received in 3s (not tested a lot, so please report
21158  any problem).
21159   Do not set dts for video stream (make libmpeg2 happy).
21160  
21161
21162 ------------------------------------------------------------------------
21163 r10011 | fenrir | 2005-02-21 10:05:11 +0100 (Mon, 21 Feb 2005) | 2 lines
21164 Changed paths:
21165    M /trunk/modules/codec/ffmpeg/video.c
21166    M /trunk/modules/demux/mp4/mp4.c
21167
21168  * all: woops (debug messages left).
21169
21170 ------------------------------------------------------------------------
21171 r10010 | fenrir | 2005-02-21 10:03:07 +0100 (Mon, 21 Feb 2005) | 11 lines
21172 Changed paths:
21173    M /trunk/include/vlc_block.h
21174    M /trunk/include/vlc_es_out.h
21175    M /trunk/modules/codec/a52.c
21176    M /trunk/modules/codec/dts.c
21177    M /trunk/modules/codec/faad.c
21178    M /trunk/modules/codec/ffmpeg/audio.c
21179    M /trunk/modules/codec/ffmpeg/video.c
21180    M /trunk/modules/codec/flac.c
21181    M /trunk/modules/codec/libmpeg2.c
21182    M /trunk/modules/codec/mpeg_audio.c
21183    M /trunk/modules/codec/theora.c
21184    M /trunk/modules/demux/mp4/mp4.c
21185    M /trunk/modules/demux/ts.c
21186    M /trunk/src/input/decoder.c
21187    M /trunk/src/input/es_out.c
21188    M /trunk/src/input/input.c
21189    M /trunk/src/input/input_internal.h
21190
21191  * block: added 
21192     - BLOCK_FLAG_CORRUPTED : signal corrupted data (do not use anymore
21193  BLOCK_FLAG_DISCONTINUITY in that case)
21194     - BLOCK_FLAG_PREROLL : mark this block to be decoded (no matter what).
21195  * ffmpeg, libmpeg2: support BLOCK_FLAG_PREROLL (ie disable frame dropping).
21196  * input: added ES_OUT_SET_NEXT_DISPLAY_TIME to ease the work for preroll
21197  (untested).
21198  * mp4: added support for CTTS table (pts, needed for h264+bframe).
21199  * decoders: for now handle discontinuity and corrupted block the same way.
21200
21201
21202 ------------------------------------------------------------------------
21203 r10009 | robux4 | 2005-02-21 09:07:34 +0100 (Mon, 21 Feb 2005) | 1 line
21204 Changed paths:
21205    M /trunk/modules/demux/mkv.cpp
21206
21207 mkv.cpp: prepare code for multiple editions and ordered editions
21208 ------------------------------------------------------------------------
21209 r10008 | robux4 | 2005-02-21 08:52:19 +0100 (Mon, 21 Feb 2005) | 1 line
21210 Changed paths:
21211    M /trunk/modules/demux/mkv.cpp
21212
21213 mkv.cpp: do not spread gcc problems to other compilers
21214 ------------------------------------------------------------------------
21215 r10007 | yoann | 2005-02-21 00:22:21 +0100 (Mon, 21 Feb 2005) | 2 lines
21216 Changed paths:
21217    M /trunk/src/misc/vlm.c
21218
21219 * src/misc/vlm.c: added 'inputdel all' to delete all inputs of a VLM media
21220
21221 ------------------------------------------------------------------------
21222 r10004 | gbazin | 2005-02-20 22:38:36 +0100 (Sun, 20 Feb 2005) | 1 line
21223 Changed paths:
21224    M /trunk/modules/codec/mpeg_audio.c
21225
21226 * modules/codec/mpeg_audio.c: let ffmpeg have the priority under WinCE.
21227 ------------------------------------------------------------------------
21228 r10003 | gbazin | 2005-02-20 22:26:14 +0100 (Sun, 20 Feb 2005) | 1 line
21229 Changed paths:
21230    M /trunk/configure.ac
21231
21232 * configure.ac: WinCE build fix.
21233 ------------------------------------------------------------------------
21234 r10002 | zorglub | 2005-02-20 21:56:05 +0100 (Sun, 20 Feb 2005) | 2 lines
21235 Changed paths:
21236    M /trunk/modules/services_discovery/sap.c
21237
21238 Add sdp meta-data to playlist
21239
21240 ------------------------------------------------------------------------
21241 r10001 | yoann | 2005-02-20 21:54:03 +0100 (Sun, 20 Feb 2005) | 1 line
21242 Changed paths:
21243    M /trunk/src/misc/vlm.c
21244
21245 * src/misc/vlm.c: addded 'inputdel' setup command
21246 ------------------------------------------------------------------------
21247 r9999 | gbazin | 2005-02-20 21:53:01 +0100 (Sun, 20 Feb 2005) | 1 line
21248 Changed paths:
21249    A /trunk/INSTALL.wince
21250
21251 * INSTALL.wince: preliminary build instructions for the WinCE port of VLC.
21252 ------------------------------------------------------------------------
21253 r9998 | gbazin | 2005-02-20 21:47:04 +0100 (Sun, 20 Feb 2005) | 1 line
21254 Changed paths:
21255    M /trunk/modules/demux/subtitle.c
21256    M /trunk/modules/gui/wince/wince_rc.rc
21257    M /trunk/src/misc/httpd.c
21258
21259 * src/misc/httpd.c,  modules/demux/subtitle.c, modules/gui/wince/wince_rc.rc: more WinCE build fixes.
21260 ------------------------------------------------------------------------
21261 r9994 | markfm | 2005-02-20 17:05:39 +0100 (Sun, 20 Feb 2005) | 2 lines
21262 Changed paths:
21263    M /trunk/modules/misc/freetype.c
21264
21265 freetype.c  Change opacity to 0...255, add --freetype-color hex_RGB shortcut
21266
21267 ------------------------------------------------------------------------
21268 r9991 | gbazin | 2005-02-20 16:37:23 +0100 (Sun, 20 Feb 2005) | 1 line
21269 Changed paths:
21270    M /trunk/modules/video_output/wingdi.c
21271
21272 * modules/video_output/wingdi.c: major optimizations (avoid unnecessary memcpy of video frames + direct rendering for gapi).
21273 ------------------------------------------------------------------------
21274 r9990 | gbazin | 2005-02-20 16:16:12 +0100 (Sun, 20 Feb 2005) | 1 line
21275 Changed paths:
21276    M /trunk/modules/gui/wince/interface.cpp
21277    M /trunk/modules/gui/wince/video.cpp
21278    M /trunk/modules/gui/wince/wince.cpp
21279
21280 * modules/gui/wince: misc small fixes.
21281 ------------------------------------------------------------------------
21282 r9989 | titer | 2005-02-20 15:12:34 +0100 (Sun, 20 Feb 2005) | 2 lines
21283 Changed paths:
21284    M /trunk/modules/video_filter/marq.c
21285
21286  video_filter/marq.c: converted to unix file format
21287
21288 ------------------------------------------------------------------------
21289 r9988 | sigmunau | 2005-02-20 14:27:11 +0100 (Sun, 20 Feb 2005) | 9 lines
21290 Changed paths:
21291    M /trunk/modules/video_filter/wall.c
21292
21293 wall.c: try to make all windows in a given aspect ratio for proper
21294 fullscreen. Collect the "blackness" on the far left/right/top/bottom.
21295 todo:
21296 * Make window aspect-ratio configureable
21297 * handle anamorphic input
21298 * constain the sizes of the windows to legal values
21299 * handle some rounding errors
21300
21301
21302 ------------------------------------------------------------------------
21303 r9987 | markfm | 2005-02-20 01:12:15 +0100 (Sun, 20 Feb 2005) | 2 lines
21304 Changed paths:
21305    M /trunk/modules/misc/freetype.c
21306
21307 freetype.c  add --freetype-opacity (0..100%), to control text transparency
21308
21309 ------------------------------------------------------------------------
21310 r9986 | markfm | 2005-02-19 13:27:18 +0100 (Sat, 19 Feb 2005) | 2 lines
21311 Changed paths:
21312    M /trunk/modules/video_filter/marq.c
21313
21314 marq.c -- allow relative positioning, like logo, via --marq-pos
21315
21316 ------------------------------------------------------------------------
21317 r9985 | titer | 2005-02-19 02:58:57 +0100 (Sat, 19 Feb 2005) | 4 lines
21318 Changed paths:
21319    M /trunk/Makefile.am
21320    M /trunk/configure.ac
21321
21322  configure.ac: added --disable/enable-hal
21323  Makefile.am: in package-beos, use $(STRIP) instead of strip since we
21324    might be cross-compiling
21325
21326 ------------------------------------------------------------------------
21327 r9984 | titer | 2005-02-19 02:46:28 +0100 (Sat, 19 Feb 2005) | 5 lines
21328 Changed paths:
21329    M /trunk/modules/demux/mkv.cpp
21330
21331  demux/mkv.cpp: be gcc 2.9x friendly:
21332   + careful when using std::string's compare, it has changed with gcc 3,
21333     you have to '#if __GNUC__ >= 3' <new syntax> #else <old syntax> #endif
21334   + gcc 2.9x doesn't know at() for vectors, use iterators instead
21335
21336 ------------------------------------------------------------------------
21337 r9983 | sigmunau | 2005-02-19 00:37:25 +0100 (Sat, 19 Feb 2005) | 2 lines
21338 Changed paths:
21339    M /trunk/modules/video_filter/wall.c
21340
21341 wall.c: reverted previous commit, new proper fix
21342
21343 ------------------------------------------------------------------------
21344 r9982 | titer | 2005-02-18 23:48:11 +0100 (Fri, 18 Feb 2005) | 4 lines
21345 Changed paths:
21346    M /trunk/extras/contrib/README
21347    M /trunk/extras/contrib/bootstrap
21348    M /trunk/extras/contrib/src/Makefile
21349    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
21350
21351  contrib/*: enhanced contrib system to support cross-compilations.
21352    Give an argument to bootstrap to use it (for example
21353    `./bootstrap i586-pc-beos')
21354
21355 ------------------------------------------------------------------------
21356 r9981 | titer | 2005-02-18 17:13:11 +0100 (Fri, 18 Feb 2005) | 2 lines
21357 Changed paths:
21358    M /trunk/extras/contrib/src/Makefile
21359
21360  contrib/src/Makefile: fixed fribidi build on OS X != 10.2
21361
21362 ------------------------------------------------------------------------
21363 r9980 | titer | 2005-02-18 16:18:29 +0100 (Fri, 18 Feb 2005) | 2 lines
21364 Changed paths:
21365    M /trunk/modules/video_output/opengl.c
21366
21367  opengl.c: higher priority on OS X
21368
21369 ------------------------------------------------------------------------
21370 r9979 | sigmunau | 2005-02-18 16:13:08 +0100 (Fri, 18 Feb 2005) | 2 lines
21371 Changed paths:
21372    M /trunk/modules/video_filter/wall.c
21373
21374 wall.c: do not assume all windows are equal width if they are not.
21375
21376 ------------------------------------------------------------------------
21377 r9978 | titer | 2005-02-18 16:11:21 +0100 (Fri, 18 Feb 2005) | 4 lines
21378 Changed paths:
21379    M /trunk/modules/gui/macosx/voutgl.m
21380
21381  macosx/voutgl.m: fixed another crash (hopefully the last one).
21382    Looks like OS X delayed the window destruction, causing the crash
21383    since reshape tries to use p_vout after it's been freed.
21384
21385 ------------------------------------------------------------------------
21386 r9977 | robux4 | 2005-02-18 16:07:57 +0100 (Fri, 18 Feb 2005) | 1 line
21387 Changed paths:
21388    M /trunk/modules/demux/mkv.cpp
21389
21390 mkv.cpp: handle seeking the way it's supposed to work (in the future)
21391 ------------------------------------------------------------------------
21392 r9976 | titer | 2005-02-18 15:01:21 +0100 (Fri, 18 Feb 2005) | 3 lines
21393 Changed paths:
21394    M /trunk/modules/gui/macosx/vout.m
21395    M /trunk/modules/gui/macosx/voutgl.m
21396    M /trunk/modules/gui/macosx/voutqt.m
21397    M /trunk/modules/video_output/opengl.c
21398
21399  video_output/opengl.c: fixed a (OS X only) segfault
21400  macosx/vout*.m: cleaning
21401
21402 ------------------------------------------------------------------------
21403 r9975 | gbazin | 2005-02-18 11:49:08 +0100 (Fri, 18 Feb 2005) | 1 line
21404 Changed paths:
21405    M /trunk/Makefile.am
21406
21407 * Makefile.am: fixed package-win32 target
21408 ------------------------------------------------------------------------
21409 r9974 | gbazin | 2005-02-18 11:16:13 +0100 (Fri, 18 Feb 2005) | 1 line
21410 Changed paths:
21411    M /trunk/modules/gui/wxwindows/streamout.cpp
21412    M /trunk/modules/gui/wxwindows/wxwindows.h
21413
21414 * modules/gui/wxwindows/streamout.cpp: Added an sout-all checkbox + removed the RTP output line which was cluttering the dialog box more than anything else.
21415 ------------------------------------------------------------------------
21416 r9972 | fkuehne | 2005-02-17 21:43:16 +0100 (Thu, 17 Feb 2005) | 1 line
21417 Changed paths:
21418    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
21419    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
21420    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
21421    M /trunk/modules/gui/macosx/playlist.h
21422    M /trunk/modules/gui/macosx/playlist.m
21423
21424 * mirrored the 'services discovery' menu in the file menu -- the flags indicating the running services are partially broken (you do only see them at the same position as you activated the service). I'll fix that after the WE
21425 ------------------------------------------------------------------------
21426 r9971 | robux4 | 2005-02-17 21:12:53 +0100 (Thu, 17 Feb 2005) | 1 line
21427 Changed paths:
21428    M /trunk/modules/demux/mkv.cpp
21429
21430 mkv.cpp: fix the update of the timecode and position bar after seeking
21431 ------------------------------------------------------------------------
21432 r9970 | hartman | 2005-02-17 18:30:36 +0100 (Thu, 17 Feb 2005) | 5 lines
21433 Changed paths:
21434    M /trunk/modules/gui/macosx/macosx.m
21435    M /trunk/modules/gui/macosx/playlist.m
21436
21437 * playlist.m:
21438   - Make sure cd/dvd's can be D&D and recognized. (cdda autodetection still fails)
21439   - Make sure disk names are retrieved when opening cd/dvd's
21440 * macosx.m: Give the submodules proper descriptions.
21441
21442 ------------------------------------------------------------------------
21443 r9969 | robux4 | 2005-02-17 13:39:40 +0100 (Thu, 17 Feb 2005) | 1 line
21444 Changed paths:
21445    M /trunk/modules/demux/mkv.cpp
21446
21447 mkv.cpp: more debug and checks
21448 ------------------------------------------------------------------------
21449 r9968 | damienf | 2005-02-17 13:08:11 +0100 (Thu, 17 Feb 2005) | 2 lines
21450 Changed paths:
21451    D /trunk/activex/axvlc.reg
21452
21453 no longer necessary, thanks to self-registration 
21454
21455 ------------------------------------------------------------------------
21456 r9967 | damienf | 2005-02-17 13:06:01 +0100 (Thu, 17 Feb 2005) | 3 lines
21457 Changed paths:
21458    M /trunk/activex/Makefile.am
21459    M /trunk/activex/README.TXT
21460    M /trunk/activex/axvlc.idl
21461    A /trunk/activex/axvlc.inf
21462    M /trunk/activex/axvlc.tlb
21463    M /trunk/activex/axvlc_idl.c
21464    M /trunk/activex/axvlc_idl.h
21465    M /trunk/activex/main.cpp
21466    M /trunk/activex/oleobject.cpp
21467    M /trunk/activex/persistpropbag.cpp
21468    M /trunk/activex/plugin.cpp
21469    M /trunk/activex/plugin.h
21470    M /trunk/activex/provideclassinfo.cpp
21471    M /trunk/activex/test.html
21472    M /trunk/activex/vlccontrol.cpp
21473    M /trunk/configure.ac
21474
21475 - miscelleanous fixes and improvements
21476 - self registration (Internet installation now possible)
21477
21478 ------------------------------------------------------------------------
21479 r9966 | robux4 | 2005-02-17 11:27:41 +0100 (Thu, 17 Feb 2005) | 1 line
21480 Changed paths:
21481    M /trunk/modules/demux/mkv.cpp
21482
21483 mkv.cpp: finer granularity for seeking (useful for long files)
21484 ------------------------------------------------------------------------
21485 r9965 | hartman | 2005-02-17 02:53:50 +0100 (Thu, 17 Feb 2005) | 2 lines
21486 Changed paths:
21487    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
21488    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
21489    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
21490    M /trunk/modules/gui/macosx/intf.h
21491    M /trunk/modules/gui/macosx/intf.m
21492    M /trunk/modules/gui/macosx/misc.m
21493    M /trunk/modules/gui/macosx/playlist.h
21494    M /trunk/modules/gui/macosx/playlist.m
21495
21496 * Finally fixed the issue with resizing the controller and the broken playlist view that was the result of this resize. Estimated 60 hours spent to work around a stupid autoresize bug in the AppKit of Cocoa.
21497
21498 ------------------------------------------------------------------------
21499 r9961 | robux4 | 2005-02-16 23:01:41 +0100 (Wed, 16 Feb 2005) | 1 line
21500 Changed paths:
21501    M /trunk/modules/demux/a52.c
21502    M /trunk/modules/demux/aac.c
21503    M /trunk/modules/demux/aiff.c
21504    M /trunk/modules/demux/au.c
21505    M /trunk/modules/demux/demuxdump.c
21506    M /trunk/modules/demux/dts.c
21507    M /trunk/modules/demux/flac.c
21508    M /trunk/modules/demux/livedotcom.cpp
21509    M /trunk/modules/demux/m3u.c
21510    M /trunk/modules/demux/mjpeg.c
21511    M /trunk/modules/demux/mkv.cpp
21512    M /trunk/modules/demux/mod.c
21513    M /trunk/modules/demux/nsv.c
21514    M /trunk/modules/demux/ogg.c
21515    M /trunk/modules/demux/ps.c
21516    M /trunk/modules/demux/pva.c
21517    M /trunk/modules/demux/rawdv.c
21518    M /trunk/modules/demux/real.c
21519    M /trunk/modules/demux/sgimb.c
21520    M /trunk/modules/demux/subtitle.c
21521    M /trunk/modules/demux/ts.c
21522    M /trunk/modules/demux/vobsub.c
21523    M /trunk/modules/demux/wav.c
21524
21525 avoid \r\n problems
21526 ------------------------------------------------------------------------
21527 r9960 | robux4 | 2005-02-16 22:16:34 +0100 (Wed, 16 Feb 2005) | 1 line
21528 Changed paths:
21529    M /trunk/modules/demux/mkv.cpp
21530
21531 mkv.cpp: use time-based seeking whenever possible
21532 ------------------------------------------------------------------------
21533 r9959 | fkuehne | 2005-02-16 19:00:06 +0100 (Wed, 16 Feb 2005) | 1 line
21534 Changed paths:
21535    M /trunk/configure.ac
21536    A /trunk/po/ne.po
21537    M /trunk/src/libvlc.h
21538    M /trunk/src/misc/darwin_specific.m
21539
21540 * ALL:  added Nepali as the last of Simos Xenitellis' list of languages
21541 ------------------------------------------------------------------------
21542 r9958 | gbazin | 2005-02-16 16:35:35 +0100 (Wed, 16 Feb 2005) | 1 line
21543 Changed paths:
21544    M /trunk/modules/misc/network/ipv4.c
21545
21546 * modules/misc/network/ipv4.c: WinCE fix.
21547 ------------------------------------------------------------------------
21548 r9957 | gbazin | 2005-02-16 16:34:53 +0100 (Wed, 16 Feb 2005) | 1 line
21549 Changed paths:
21550    M /trunk/src/extras/libc.c
21551
21552 * src/extras/libc.c: fixed vlc_strncasecmp().
21553 ------------------------------------------------------------------------
21554 r9956 | hartman | 2005-02-16 14:49:41 +0100 (Wed, 16 Feb 2005) | 2 lines
21555 Changed paths:
21556    M /trunk/src/video_output/vout_subpictures.c
21557
21558 * forgot to commit this yesterday after the --spu-foo renames
21559
21560 ------------------------------------------------------------------------
21561 r9955 | gbazin | 2005-02-16 09:29:47 +0100 (Wed, 16 Feb 2005) | 1 line
21562 Changed paths:
21563    M /trunk/configure.ac
21564    M /trunk/modules/video_output/Modules.am
21565    M /trunk/modules/video_output/wingdi.c
21566
21567 * configure.ac, modules/video_output/wingdi.c: enable wingapi vout on WinCE.
21568 ------------------------------------------------------------------------
21569 r9954 | gbazin | 2005-02-16 01:48:12 +0100 (Wed, 16 Feb 2005) | 1 line
21570 Changed paths:
21571    M /trunk/configure.ac
21572
21573 * configure.ac: fixed typo.
21574 ------------------------------------------------------------------------
21575 r9953 | gbazin | 2005-02-16 01:34:27 +0100 (Wed, 16 Feb 2005) | 1 line
21576 Changed paths:
21577    M /trunk/modules/gui/wince/Modules.am
21578    D /trunk/modules/gui/wince/wince.rc
21579    A /trunk/modules/gui/wince/wince_rc.rc (from /trunk/modules/gui/wince/wince.rc:9946)
21580
21581 * modules/gui/wince: compile the resource file as well.
21582 ------------------------------------------------------------------------
21583 r9952 | gbazin | 2005-02-15 23:44:28 +0100 (Tue, 15 Feb 2005) | 1 line
21584 Changed paths:
21585    M /trunk/modules/demux/ts.c
21586
21587 *  modules/demux/ts.c: WinCE fix.
21588 ------------------------------------------------------------------------
21589 r9951 | hartman | 2005-02-15 23:37:57 +0100 (Tue, 15 Feb 2005) | 2 lines
21590 Changed paths:
21591    M /trunk/src/libvlc.h
21592
21593 * correction of the description of audio-language
21594
21595 ------------------------------------------------------------------------
21596 r9950 | gbazin | 2005-02-15 23:36:56 +0100 (Tue, 15 Feb 2005) | 1 line
21597 Changed paths:
21598    M /trunk/configure.ac
21599
21600 * configure.ac: don't compile mux_ts if --disable-sout is specified.
21601 ------------------------------------------------------------------------
21602 r9949 | gbazin | 2005-02-15 23:28:31 +0100 (Tue, 15 Feb 2005) | 1 line
21603 Changed paths:
21604    M /trunk/configure.ac
21605
21606 * configure.ac: another wince build fix.
21607 ------------------------------------------------------------------------
21608 r9948 | gbazin | 2005-02-15 23:10:26 +0100 (Tue, 15 Feb 2005) | 1 line
21609 Changed paths:
21610    M /trunk/configure.ac
21611    M /trunk/src/vlc.c
21612
21613 * configure.ac, src/vlc.c: WinCE build fixes.
21614 ------------------------------------------------------------------------
21615 r9947 | gbazin | 2005-02-15 23:01:17 +0100 (Tue, 15 Feb 2005) | 1 line
21616 Changed paths:
21617    M /trunk/src/libvlc.c
21618
21619 * src/libvlc.c: fixed small memory leak.
21620 ------------------------------------------------------------------------
21621 r9946 | gbazin | 2005-02-15 22:56:54 +0100 (Tue, 15 Feb 2005) | 1 line
21622 Changed paths:
21623    M /trunk/modules/gui/wince/fileinfo.cpp
21624    M /trunk/modules/gui/wince/interface.cpp
21625    M /trunk/modules/gui/wince/iteminfo.cpp
21626    M /trunk/modules/gui/wince/menus.cpp
21627    M /trunk/modules/gui/wince/messages.cpp
21628    M /trunk/modules/gui/wince/open.cpp
21629    M /trunk/modules/gui/wince/playlist.cpp
21630    M /trunk/modules/gui/wince/preferences.cpp
21631    M /trunk/modules/gui/wince/preferences_widgets.cpp
21632    M /trunk/modules/gui/wince/subtitles.cpp
21633    M /trunk/modules/gui/wince/timer.cpp
21634    M /trunk/modules/gui/wince/wince.cpp
21635    M /trunk/modules/gui/wince/wince.h
21636    M /trunk/modules/gui/wince/wince.rc
21637
21638 * modules/gui/wince: WinCE build fixes.
21639 ------------------------------------------------------------------------
21640 r9945 | gbazin | 2005-02-15 22:40:17 +0100 (Tue, 15 Feb 2005) | 1 line
21641 Changed paths:
21642    M /trunk/configure.ac
21643
21644 * configure.ac: fixed typo.
21645 ------------------------------------------------------------------------
21646 r9944 | gbazin | 2005-02-15 22:26:24 +0100 (Tue, 15 Feb 2005) | 1 line
21647 Changed paths:
21648    M /trunk/include/vlc/vlc.h
21649
21650 * include/vlc/vlc.h: WinCE build fix.
21651 ------------------------------------------------------------------------
21652 r9943 | gbazin | 2005-02-15 22:22:47 +0100 (Tue, 15 Feb 2005) | 1 line
21653 Changed paths:
21654    M /trunk/m4/vlc.m4
21655
21656 * m4/vlc.m4: use proper LIBEXT when doing wince cross-compiling.
21657 ------------------------------------------------------------------------
21658 r9942 | gbazin | 2005-02-15 22:21:17 +0100 (Tue, 15 Feb 2005) | 1 line
21659 Changed paths:
21660    M /trunk/include/main.h
21661    M /trunk/include/vlc_threads.h
21662    M /trunk/modules/access/mms/mmstu.c
21663    M /trunk/modules/codec/cmml/browser_open.c
21664    M /trunk/modules/video_output/wingdi.c
21665    M /trunk/src/input/subtitles.c
21666    M /trunk/src/misc/configuration.c
21667    M /trunk/src/misc/modules.c
21668    M /trunk/src/misc/win32_specific.c
21669
21670 * ALL: WinCE build fixes.
21671 ------------------------------------------------------------------------
21672 r9941 | gbazin | 2005-02-15 22:11:27 +0100 (Tue, 15 Feb 2005) | 1 line
21673 Changed paths:
21674    M /trunk/configure.ac
21675
21676 * configure.ac: forgot to save this change.
21677 ------------------------------------------------------------------------
21678 r9940 | gbazin | 2005-02-15 22:09:09 +0100 (Tue, 15 Feb 2005) | 1 line
21679 Changed paths:
21680    M /trunk/Makefile.am
21681    M /trunk/configure.ac
21682
21683 * configure.ac, Makefile.am: adapted the build for the gcc wince cross-compiler.
21684 ------------------------------------------------------------------------
21685 r9939 | gbazin | 2005-02-15 21:44:22 +0100 (Tue, 15 Feb 2005) | 1 line
21686 Changed paths:
21687    M /trunk/modules/gui/wxwindows/messages.cpp
21688
21689 * modules/gui/wxwindows/messages.cpp: fixed insertion point in messages window.
21690 ------------------------------------------------------------------------
21691 r9938 | hartman | 2005-02-15 21:29:29 +0100 (Tue, 15 Feb 2005) | 5 lines
21692 Changed paths:
21693    M /trunk/NEWS
21694    M /trunk/include/vlc_es_out.h
21695    M /trunk/include/vlc_input.h
21696    M /trunk/modules/access/dvdnav.c
21697    M /trunk/modules/codec/svcdsub.c
21698    M /trunk/modules/gui/wxwindows/open.cpp
21699    M /trunk/src/input/es_out.c
21700    M /trunk/src/input/var.c
21701    M /trunk/src/libvlc.h
21702
21703 * renamed --spu-track to --sub-track
21704 * renamed --spumargin to --sub-margin
21705 * renamed --spu-language to --sub-language
21706 * added note to NEWS about changed names of options
21707
21708 ------------------------------------------------------------------------
21709 r9937 | hartman | 2005-02-15 21:03:09 +0100 (Tue, 15 Feb 2005) | 2 lines
21710 Changed paths:
21711    M /trunk/src/libvlc.h
21712    M /trunk/src/misc/darwin_specific.m
21713
21714 * Added the new languages to the prefs and the OSX environment.
21715
21716 ------------------------------------------------------------------------
21717 r9936 | hartman | 2005-02-15 18:34:40 +0100 (Tue, 15 Feb 2005) | 2 lines
21718 Changed paths:
21719    M /trunk/activex
21720
21721 * Set svn:ignore on activex dir.
21722
21723 ------------------------------------------------------------------------
21724 r9935 | hartman | 2005-02-15 18:33:58 +0100 (Tue, 15 Feb 2005) | 4 lines
21725 Changed paths:
21726    M /trunk/include/vlc_access.h
21727    M /trunk/include/vlc_es_out.h
21728    M /trunk/modules/codec/svcdsub.c
21729    M /trunk/modules/gui/wxwindows/open.cpp
21730    M /trunk/src/input/es_out.c
21731    M /trunk/src/input/var.c
21732    M /trunk/src/libvlc.h
21733
21734 * renamed audio-channel to audio-track so ppl don't confuse it with audio-channels
21735 * renamed spu-channel to spu-track
21736 * "Tracks settings" should be "Track settings"
21737
21738 ------------------------------------------------------------------------
21739 r9934 | courmisch | 2005-02-15 14:55:08 +0100 (Tue, 15 Feb 2005) | 2 lines
21740 Changed paths:
21741    M /trunk/activex/inplace.bmp
21742    M /trunk/evc/errno.h
21743    M /trunk/extras/MacOSX/Resources/about_bg.png
21744    M /trunk/modules/codec/libmpeg2.c
21745    M /trunk/modules/codec/speex.c
21746    M /trunk/modules/control/hotkeys.c
21747    M /trunk/modules/control/ntservice.c
21748    M /trunk/modules/control/rtci.c
21749    M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
21750    M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
21751    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
21752    M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
21753    M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
21754    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
21755    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
21756    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
21757    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
21758    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
21759    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
21760    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
21761    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
21762    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
21763    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
21764    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
21765    M /trunk/modules/gui/skins2/events/evt_key.cpp
21766    M /trunk/modules/gui/skins2/events/evt_mouse.cpp
21767    M /trunk/modules/gui/skins2/events/evt_scroll.cpp
21768    M /trunk/modules/gui/skins2/events/evt_special.cpp
21769    M /trunk/modules/gui/skins2/parser/builder.cpp
21770    M /trunk/modules/gui/skins2/src/anchor.cpp
21771    M /trunk/modules/gui/skins2/src/theme.cpp
21772    M /trunk/modules/gui/skins2/src/theme.hpp
21773    M /trunk/modules/gui/skins2/src/theme_loader.cpp
21774    M /trunk/modules/gui/skins2/src/theme_loader.hpp
21775    M /trunk/modules/gui/skins2/src/theme_repository.cpp
21776    M /trunk/modules/gui/skins2/src/theme_repository.hpp
21777    M /trunk/modules/gui/skins2/src/vlcproc.cpp
21778    M /trunk/modules/gui/skins2/src/vlcproc.hpp
21779    M /trunk/modules/gui/skins2/src/window_manager.cpp
21780    M /trunk/modules/gui/skins2/utils/fsm.cpp
21781    M /trunk/modules/gui/skins2/utils/var_bool.cpp
21782    M /trunk/modules/gui/skins2/utils/var_bool.hpp
21783    M /trunk/modules/gui/skins2/utils/var_text.cpp
21784    M /trunk/modules/gui/skins2/utils/var_text.hpp
21785    M /trunk/modules/gui/skins2/vars/time.cpp
21786    M /trunk/modules/gui/skins2/vars/time.hpp
21787    M /trunk/modules/gui/skins2/vars/volume.hpp
21788    M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
21789    M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
21790    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
21791    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
21792    M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
21793    M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
21794    M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
21795    M /trunk/modules/gui/wince/wince.rc
21796    M /trunk/modules/video_output/wingdi.c
21797
21798 Remove bogus executable permissions
21799
21800 ------------------------------------------------------------------------
21801 r9933 | dionoea | 2005-02-14 22:41:21 +0100 (Mon, 14 Feb 2005) | 5 lines
21802 Changed paths:
21803    M /trunk/doc/vlc.1
21804
21805  * small man page update. It'd be nice to the http://videolan.org/doc
21806   url somewhere but i don't know where man page conventions would put
21807   that.
21808
21809
21810 ------------------------------------------------------------------------
21811 r9932 | robux4 | 2005-02-14 22:31:18 +0100 (Mon, 14 Feb 2005) | 1 line
21812 Changed paths:
21813    M /trunk/modules/demux/mkv.cpp
21814
21815 mkv.cpp: don't wait for frames that won't be displayed when seeking
21816 ------------------------------------------------------------------------
21817 r9931 | robux4 | 2005-02-14 22:00:52 +0100 (Mon, 14 Feb 2005) | 1 line
21818 Changed paths:
21819    M /trunk/modules/demux/mkv.cpp
21820
21821 mkv.cpp: try to decode H.264 with the avc1 FourCC (same as used for the MP4 source)
21822 ------------------------------------------------------------------------
21823 r9929 | gbazin | 2005-02-14 11:12:19 +0100 (Mon, 14 Feb 2005) | 1 line
21824 Changed paths:
21825    M /trunk/modules/access/mms/mmsh.c
21826    M /trunk/modules/access/mms/mmstu.c
21827
21828 * modules/access/mms: fixed recent breakage.
21829 ------------------------------------------------------------------------
21830 r9928 | gbazin | 2005-02-14 10:38:51 +0100 (Mon, 14 Feb 2005) | 3 lines
21831 Changed paths:
21832    M /trunk/include/vlc_input.h
21833    M /trunk/modules/demux/mkv.cpp
21834
21835 * modules/demux/mkv.cpp: fix for chapters seeking + support for more chapter elements, like hidden chapters. Patch by Steve Lhomme (steve dot lhomme at free dot fr).
21836 * include/vlc_input.h: added an i_level member to seekpoint_t for nested chapters (patch by Steve Lhomme).
21837
21838 ------------------------------------------------------------------------
21839 r9927 | markfm | 2005-02-13 23:16:48 +0100 (Sun, 13 Feb 2005) | 2 lines
21840 Changed paths:
21841    M /trunk/modules/gui/wxwindows/wizard.cpp
21842
21843 wizard.cpp -- Change video and audio codec comboboxes to wxCB_DROPDOWN| wxCB_READONLY
21844
21845 ------------------------------------------------------------------------
21846 r9926 | markfm | 2005-02-13 17:16:15 +0100 (Sun, 13 Feb 2005) | 2 lines
21847 Changed paths:
21848    M /trunk/modules/gui/wxwindows/wizard.cpp
21849
21850 wizard.cpp -- change checkboxes to use wxALIGN_CENTER_VERTICAL|wxALL instead of wxLEFT (alignment fix)
21851
21852 ------------------------------------------------------------------------
21853 r9924 | fkuehne | 2005-02-12 13:41:00 +0100 (Sat, 12 Feb 2005) | 1 line
21854 Changed paths:
21855    M /trunk/extras/contrib/src/Makefile
21856    D /trunk/extras/contrib/src/Patches/ebml.patch
21857    D /trunk/extras/contrib/src/Patches/matroska.patch
21858    M /trunk/extras/contrib/src/packages.mak
21859
21860 * all: updated the used Matroska/Ebml versions to 0.7.5 / 0.7.3, removed the old patches and changed their URLs to the official server instead of the VideoLAN-one
21861 ------------------------------------------------------------------------
21862 r9923 | fkuehne | 2005-02-12 12:46:32 +0100 (Sat, 12 Feb 2005) | 1 line
21863 Changed paths:
21864    M /trunk/po/POTFILES.in
21865    M /trunk/po/bn.po
21866    M /trunk/po/da.po
21867    M /trunk/po/de.po
21868    M /trunk/po/el.po
21869    M /trunk/po/en_GB.po
21870    M /trunk/po/es.po
21871    M /trunk/po/fr.po
21872    M /trunk/po/hi.po
21873    M /trunk/po/hu.po
21874    M /trunk/po/it.po
21875    M /trunk/po/ja.po
21876    M /trunk/po/my.po
21877    M /trunk/po/nl.po
21878    M /trunk/po/no.po
21879    M /trunk/po/pl.po
21880    M /trunk/po/ps.po
21881    M /trunk/po/pt_BR.po
21882    M /trunk/po/ru.po
21883    M /trunk/po/sv.po
21884    M /trunk/po/tet.po
21885    M /trunk/po/tl.po
21886    M /trunk/po/vlc.pot
21887
21888 * all: brought the po-files in sync with each other (i.e. ran ./toolbox --update-po)
21889 ------------------------------------------------------------------------
21890 r9922 | gbazin | 2005-02-12 12:00:56 +0100 (Sat, 12 Feb 2005) | 6 lines
21891 Changed paths:
21892    M /trunk/modules/access/http.c
21893    M /trunk/modules/access/mms/mmsh.c
21894    M /trunk/modules/access/mms/mmstu.c
21895    M /trunk/modules/demux/livedotcom.cpp
21896
21897 * modules/access/http.c,modules/access/mmsh,modules/demux/livedotcom.cpp: Disable clock synchro 
21898 algorithm for http/mms/rtsp by default for now since our algo was designed for local network 
21899 streaming of MPEG over UDP in mind and doesn't work well in other cases.
21900 You can still use the --clock-synchro config option to override this.
21901 Hopefully this commit will be reverted once the clock synchro has been re-written.
21902
21903 ------------------------------------------------------------------------
21904 r9921 | fkuehne | 2005-02-12 11:38:14 +0100 (Sat, 12 Feb 2005) | 1 line
21905 Changed paths:
21906    A /trunk/po/bn.po
21907    A /trunk/po/hi.po
21908    A /trunk/po/my.po
21909    A /trunk/po/ps.po
21910    A /trunk/po/tet.po
21911    A /trunk/po/tl.po
21912
21913 sorry for the previous commit. here are the new po-files.
21914 ------------------------------------------------------------------------
21915 r9920 | fkuehne | 2005-02-12 11:33:45 +0100 (Sat, 12 Feb 2005) | 1 line
21916 Changed paths:
21917    M /trunk/configure.ac
21918    M /trunk/po/da.po
21919    M /trunk/po/de.po
21920    M /trunk/po/en_GB.po
21921    M /trunk/po/es.po
21922    M /trunk/po/fr.po
21923    M /trunk/po/hu.po
21924    M /trunk/po/it.po
21925    M /trunk/po/ja.po
21926    M /trunk/po/nl.po
21927    M /trunk/po/no.po
21928    M /trunk/po/pl.po
21929    M /trunk/po/pt_BR.po
21930    M /trunk/po/ru.po
21931    M /trunk/po/sv.po
21932    M /trunk/po/vlc.pot
21933
21934 * all: initial translations to Hindi, Pashto, Burmese, Tetum, Tagalog and Bengali by Simos Xenitellis' team
21935 ------------------------------------------------------------------------
21936 r9919 | gbazin | 2005-02-11 13:36:22 +0100 (Fri, 11 Feb 2005) | 1 line
21937 Changed paths:
21938    M /trunk/modules/access/dvdnav.c
21939
21940 * modules/access/dvdnav.c: fixed typo.
21941 ------------------------------------------------------------------------
21942 r9918 | damienf | 2005-02-11 12:39:04 +0100 (Fri, 11 Feb 2005) | 1 line
21943 Changed paths:
21944    M /trunk/modules/gui/skins2/src/theme_loader.cpp
21945
21946 GCC 3.3.3 has strong type checking
21947 ------------------------------------------------------------------------
21948 r9917 | gbazin | 2005-02-11 11:57:03 +0100 (Fri, 11 Feb 2005) | 1 line
21949 Changed paths:
21950    M /trunk/modules/gui/wxwindows/bookmarks.cpp
21951    M /trunk/modules/gui/wxwindows/interface.cpp
21952    M /trunk/modules/gui/wxwindows/video.cpp
21953    M /trunk/modules/gui/wxwindows/wxwindows.h
21954
21955 * modules/gui/wxwindows: MSVC fixes for the wxwindows interface plugin. Patch by Steve Lhomme (steve dot lhomme at free dot fr) + modifications by me.
21956 ------------------------------------------------------------------------
21957 r9916 | zorglub | 2005-02-11 11:30:09 +0100 (Fri, 11 Feb 2005) | 2 lines
21958 Changed paths:
21959    M /trunk/THANKS
21960
21961 Added Steve Lhomme to the list of contributors. Thanks :)
21962
21963 ------------------------------------------------------------------------
21964 r9915 | gbazin | 2005-02-11 11:03:50 +0100 (Fri, 11 Feb 2005) | 4 lines
21965 Changed paths:
21966    M /trunk/msvc/plugins.dsp.in
21967    M /trunk/msvc/vlc.dsp.in
21968
21969 * msvc/*: MSVC patch by Steve Lhomme (steve dot lhomme at free dot fr).
21970   Here is a patch to have the same file names and locations as the mingw32 build.
21971   It also put .pdb files in debug mode next to the build files to allow debugging even when you're coding another module...
21972
21973 ------------------------------------------------------------------------
21974 r9914 | gbazin | 2005-02-10 15:45:34 +0100 (Thu, 10 Feb 2005) | 1 line
21975 Changed paths:
21976    M /trunk/src/libvlc.c
21977    M /trunk/src/libvlc.h
21978
21979 * src/libvlc.c,h: new --help-verbose option that activates printing of longtext descriptions for config options.
21980 ------------------------------------------------------------------------
21981 r9913 | gbazin | 2005-02-10 14:43:10 +0100 (Thu, 10 Feb 2005) | 1 line
21982 Changed paths:
21983    M /trunk/src/libvlc.c
21984
21985 * src/libvlc.c: help now prints the list of integer values.
21986 ------------------------------------------------------------------------
21987 r9912 | gbazin | 2005-02-10 14:26:52 +0100 (Thu, 10 Feb 2005) | 1 line
21988 Changed paths:
21989    M /trunk/src/input/input.c
21990    M /trunk/src/input/var.c
21991    M /trunk/src/libvlc.h
21992
21993 * src/libvlc.h, src/input/: new --clock-synchro option to enable/disable the input clock synchronisation algorithm.
21994 ------------------------------------------------------------------------
21995 r9911 | gbazin | 2005-02-10 12:58:12 +0100 (Thu, 10 Feb 2005) | 1 line
21996 Changed paths:
21997    M /trunk/modules/gui/skins2/src/theme_loader.cpp
21998
21999 * modules/gui/skins2/src/theme_loader.cpp: portability fix (gzopen_frontend() is still borked on 64bits platforms).
22000 ------------------------------------------------------------------------
22001 r9910 | gbazin | 2005-02-10 12:56:54 +0100 (Thu, 10 Feb 2005) | 1 line
22002 Changed paths:
22003    M /trunk/modules/gui/wxwindows/playlist.cpp
22004
22005 * modules/gui/wxwindows: do not use INSERT_ELEM in c++ code.
22006 ------------------------------------------------------------------------
22007 r9909 | gbazin | 2005-02-10 11:32:54 +0100 (Thu, 10 Feb 2005) | 1 line
22008 Changed paths:
22009    M /trunk/modules/gui/wxwindows/interface.cpp
22010    M /trunk/modules/gui/wxwindows/playlist.cpp
22011
22012 * modules/gui/wxwindows/*: keep compatibility with wxWidgets 2.4.x + changed default playlist size.
22013 ------------------------------------------------------------------------
22014 r9908 | gbazin | 2005-02-09 14:52:40 +0100 (Wed, 09 Feb 2005) | 1 line
22015 Changed paths:
22016    M /trunk/modules/gui/wxwindows/interface.cpp
22017
22018 * modules/gui/wxwindows/interface.cpp: toolbar flickering fix.
22019 ------------------------------------------------------------------------
22020 r9907 | gbazin | 2005-02-09 11:45:26 +0100 (Wed, 09 Feb 2005) | 1 line
22021 Changed paths:
22022    M /trunk/modules/demux/mkv.cpp
22023
22024 * modules/demux/mkv.cpp: compilation fixes.
22025 ------------------------------------------------------------------------
22026 r9906 | gbazin | 2005-02-09 11:09:41 +0100 (Wed, 09 Feb 2005) | 3 lines
22027 Changed paths:
22028    M /trunk/configure.ac
22029    M /trunk/modules/demux/mkv.cpp
22030
22031 * modules/demux/mkv.cpp: Patch by Steve Lhomme (steve dot lhomme at free dot fr) to allow the Matroska demuxer to find all files in the same "family" in the same directory as the source file.
22032 This will be useful to find segments corresponding to the different titles/domains (as in DVDs).
22033
22034 ------------------------------------------------------------------------
22035 r9905 | gbazin | 2005-02-09 10:37:08 +0100 (Wed, 09 Feb 2005) | 1 line
22036 Changed paths:
22037    M /trunk/src/extras/libc.c
22038
22039 * src/extras/libc.c: removed unused vlc_seek().
22040 ------------------------------------------------------------------------
22041 r9904 | fenrir | 2005-02-08 18:05:37 +0100 (Tue, 08 Feb 2005) | 2 lines
22042 Changed paths:
22043    M /trunk/modules/demux/ts.c
22044
22045  * ts: correct use of descriptor 0x5 (for ac3 and lpcm too).
22046
22047 ------------------------------------------------------------------------
22048 r9903 | fenrir | 2005-02-08 18:02:49 +0100 (Tue, 08 Feb 2005) | 2 lines
22049 Changed paths:
22050    M /trunk/include/vlc_access.h
22051    M /trunk/modules/access/mms/mmsh.c
22052    M /trunk/modules/access/mms/mmstu.c
22053    M /trunk/modules/demux/asf/asf.c
22054    M /trunk/src/input/stream.c
22055
22056  * all: better support for MBR mms stream (display only received streams).
22057
22058 ------------------------------------------------------------------------
22059 r9902 | fenrir | 2005-02-08 18:00:18 +0100 (Tue, 08 Feb 2005) | 13 lines
22060 Changed paths:
22061    M /trunk/modules/access/dvdnav.c
22062    M /trunk/src/input/es_out.c
22063    M /trunk/src/input/var.c
22064    M /trunk/src/libvlc.h
22065
22066  * all: added a --audio-language and --spu-language to select tracks based
22067  on language code.
22068  Both options accepts a list (comma separated) of country code(2/3 letters)
22069 or name (english/native).
22070  For demuxers that doesn't provide language info, they are ignored.
22071
22072  Support for dvdnav isn't complete (only first language is tried) and untested.
22073
22074  Ex: --spu-language en,fr will try to select english track and if none
22075  then french one (and if none, no subtitle).
22076  (you can also use --spu-language english,french or english,francais)
22077  
22078
22079 ------------------------------------------------------------------------
22080 r9901 | fenrir | 2005-02-08 17:45:47 +0100 (Tue, 08 Feb 2005) | 2 lines
22081 Changed paths:
22082    M /trunk/modules/control/http.c
22083
22084  * http: add a redirect from */index.html to */
22085
22086 ------------------------------------------------------------------------
22087 r9900 | zorglub | 2005-02-08 17:38:18 +0100 (Tue, 08 Feb 2005) | 3 lines
22088 Changed paths:
22089    M /trunk/modules/gui/wxwindows/Modules.am
22090    M /trunk/modules/gui/wxwindows/bookmarks.cpp
22091
22092 Include missing images to dist
22093 Autofocus the OK button in bookmark edit
22094
22095 ------------------------------------------------------------------------
22096 r9898 | jpsaman | 2005-02-08 15:33:40 +0100 (Tue, 08 Feb 2005) | 2 lines
22097 Changed paths:
22098    M /trunk/Makefile.am
22099
22100 Run makensis installer on Linux without wine to produce Windows installer package. NSIS 204 needs a patch for installation under Linux, it will be uploaded to contrib directory.
22101
22102 ------------------------------------------------------------------------
22103 r9897 | gbazin | 2005-02-08 15:18:05 +0100 (Tue, 08 Feb 2005) | 1 line
22104 Changed paths:
22105    M /trunk/include/vlc_common.h
22106
22107 * include/vlc_common.h: avoid compiler warnings.
22108 ------------------------------------------------------------------------
22109 r9893 | markfm | 2005-02-08 03:32:44 +0100 (Tue, 08 Feb 2005) | 2 lines
22110 Changed paths:
22111    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
22112
22113 preferences_widgets -- Delete spinctrl hack for WIN32 (not needed with updated wxwidgets).  People using Cygwin:  either need a new contrib set, else compile wxwidgets CVS, at least the 6 Feb version.
22114
22115 ------------------------------------------------------------------------
22116 r9892 | courmisch | 2005-02-07 23:34:21 +0100 (Mon, 07 Feb 2005) | 2 lines
22117 Changed paths:
22118    M /trunk/include/stream_output.h
22119    M /trunk/src/stream_output/announce.c
22120    M /trunk/src/stream_output/sap.c
22121
22122 fix two memleaks and remove a bogus net_Close()
22123
22124 ------------------------------------------------------------------------
22125 r9891 | courmisch | 2005-02-07 21:34:08 +0100 (Mon, 07 Feb 2005) | 2 lines
22126 Changed paths:
22127    M /trunk/modules/stream_out/standard.c
22128
22129 - Fixes a segmentation fault in sout_AnnounceSessionDestroy
22130
22131 ------------------------------------------------------------------------
22132 r9890 | gbazin | 2005-02-07 11:44:49 +0100 (Mon, 07 Feb 2005) | 2 lines
22133 Changed paths:
22134    M /trunk/include/modules_inner.h
22135    M /trunk/include/vlc_common.h
22136    M /trunk/modules/codec/ffmpeg/audio.c
22137    M /trunk/modules/codec/ffmpeg/encoder.c
22138
22139 * include/vlc_common.h, include/modules_inner.h, modules/codec/ffmpeg/: MSVC build fixes by Steve Lhomme (steve dot lhomme at free dot fr) + IMPORT_SYMBOL change by me.
22140
22141 ------------------------------------------------------------------------
22142 r9889 | courmisch | 2005-02-06 19:31:58 +0100 (Sun, 06 Feb 2005) | 2 lines
22143 Changed paths:
22144    M /trunk/modules/access/smb.c
22145
22146 Compile fix, unbreak smb access on Linux
22147
22148 ------------------------------------------------------------------------
22149 r9888 | zorglub | 2005-02-06 18:55:47 +0100 (Sun, 06 Feb 2005) | 3 lines
22150 Changed paths:
22151    M /trunk/modules/gui/wxwindows/playlist.cpp
22152    M /trunk/modules/gui/wxwindows/wxwindows.h
22153    M /trunk/modules/services_discovery/daap.c
22154
22155 * wx: Ensure that callbacks are not registered twice
22156 * DAAP: don't crash if connection to host timeouts
22157
22158 ------------------------------------------------------------------------
22159 r9887 | zorglub | 2005-02-06 17:54:12 +0100 (Sun, 06 Feb 2005) | 3 lines
22160 Changed paths:
22161    M /trunk/modules/demux/subtitle.c
22162    M /trunk/modules/services_discovery/daap.c
22163    M /trunk/src/input/var.c
22164
22165 Fix subtitle delay < 0 
22166 DAAP compile fix
22167
22168 ------------------------------------------------------------------------
22169 r9886 | courmisch | 2005-02-06 17:12:35 +0100 (Sun, 06 Feb 2005) | 2 lines
22170 Changed paths:
22171    M /trunk/configure.ac
22172
22173 - Fix previous buggy commit
22174
22175 ------------------------------------------------------------------------
22176 r9885 | courmisch | 2005-02-06 17:02:24 +0100 (Sun, 06 Feb 2005) | 3 lines
22177 Changed paths:
22178    M /trunk/Makefile.am
22179    M /trunk/configure.ac
22180
22181 - Fix building of vlc-config
22182   VLC can now be built in a subdirectory
22183
22184 ------------------------------------------------------------------------
22185 r9884 | zorglub | 2005-02-06 13:05:43 +0100 (Sun, 06 Feb 2005) | 8 lines
22186 Changed paths:
22187    M /trunk/include/vlc_playlist.h
22188    M /trunk/modules/gui/macosx/playlist.m
22189    M /trunk/modules/gui/wxwindows/playlist.cpp
22190    M /trunk/modules/gui/wxwindows/wxwindows.h
22191    M /trunk/modules/services_discovery/daap.c
22192    M /trunk/modules/services_discovery/hal.c
22193    M /trunk/modules/services_discovery/sap.c
22194    M /trunk/src/playlist/view.c
22195
22196 * wx : simplify some code, remove some useless duplications
22197        hopefully prevent deadlocks
22198
22199 * API : add the b_force parameter to playlist_NodeDelete. If TRUE, nodes that are marked as read-only will also be deleted. Use with care.
22200
22201 * SAP/DAAP : Ensure that the  node gets removed on quit
22202 * HAL : Remove the node on quit and fix f**age of the Close function
22203
22204 ------------------------------------------------------------------------
22205 r9883 | courmisch | 2005-02-05 15:40:38 +0100 (Sat, 05 Feb 2005) | 3 lines
22206 Changed paths:
22207    M /trunk/include/stream_output.h
22208    M /trunk/modules/services_discovery/sap.c
22209    M /trunk/src/stream_output/sap.c
22210
22211 * convert SAP announce name & group from locale to UTF-8
22212 * fix bug in previous SAP commit
22213
22214 ------------------------------------------------------------------------
22215 r9882 | sigmunau | 2005-02-05 13:33:27 +0100 (Sat, 05 Feb 2005) | 2 lines
22216 Changed paths:
22217    M /trunk/src/input/control.c
22218
22219 input/control.c: fix diviton by zero on selection bytebased bookmarks in live streams
22220
22221 ------------------------------------------------------------------------
22222 r9881 | andrep | 2005-02-04 17:13:11 +0100 (Fri, 04 Feb 2005) | 3 lines
22223 Changed paths:
22224    M /trunk/modules/video_filter/scale.c
22225
22226 * modules/video_filter/scale.c: Guard against p_pic->pf_release being NULL, which can happen e.g. if an unknown chroma is passed to the video output/filter
22227
22228
22229 ------------------------------------------------------------------------
22230 r9880 | courmisch | 2005-02-04 13:35:15 +0100 (Fri, 04 Feb 2005) | 5 lines
22231 Changed paths:
22232    M /trunk/modules/services_discovery/sap.c
22233
22234 Attempts to recode SAP announces from UTF-8 to user's charset
22235 (will fix improperly encoded playlist items when the user's charset
22236 does not match the SAP announcer's one, provided all SAP announce be
22237 made into UTF-8)
22238
22239 ------------------------------------------------------------------------
22240 r9879 | courmisch | 2005-02-04 13:14:52 +0100 (Fri, 04 Feb 2005) | 2 lines
22241 Changed paths:
22242    M /trunk/modules/services_discovery/sap.c
22243
22244 * Mem leak fixed
22245
22246 ------------------------------------------------------------------------
22247 r9876 | titer | 2005-02-03 21:47:50 +0100 (Thu, 03 Feb 2005) | 2 lines
22248 Changed paths:
22249    M /trunk/modules/gui/beos/VideoOutput.cpp
22250
22251  beos/VideoOutput.cpp: added yet another overlay mode (minimum VRAM usage)
22252
22253 ------------------------------------------------------------------------
22254 r9875 | gbazin | 2005-02-03 13:11:28 +0100 (Thu, 03 Feb 2005) | 1 line
22255 Changed paths:
22256    M /trunk/modules/packetizer/mpeg4video.c
22257
22258 * modules/packetizer/mpeg4video.c: oops, don't forget to handle streams where only the DTS is available.
22259 ------------------------------------------------------------------------
22260 r9873 | gbazin | 2005-02-02 16:54:00 +0100 (Wed, 02 Feb 2005) | 1 line
22261 Changed paths:
22262    M /trunk/modules/packetizer/mpeg4video.c
22263
22264 * modules/packetizer/mpeg4video.c: proper PTS/DTS calculation.
22265 ------------------------------------------------------------------------
22266 r9872 | bigben | 2005-02-01 18:14:29 +0100 (Tue, 01 Feb 2005) | 3 lines
22267 Changed paths:
22268    M /trunk/modules/access/v4l/v4l.c
22269
22270 Typo lalalala
22271
22272
22273 ------------------------------------------------------------------------
22274 r9871 | oaubert | 2005-02-01 17:46:22 +0100 (Tue, 01 Feb 2005) | 2 lines
22275 Changed paths:
22276    M /trunk/modules/misc/svg.c
22277
22278 svg.c: ported the code for vlc 0.8.1 (as a video filter)
22279
22280 ------------------------------------------------------------------------
22281 r9870 | andrep | 2005-02-01 17:02:40 +0100 (Tue, 01 Feb 2005) | 1 line
22282 Changed paths:
22283    M /trunk/modules/codec/theora.c
22284
22285 * modules/codec/theora.c: correctly display x-offset video
22286 ------------------------------------------------------------------------
22287 r9869 | hartman | 2005-02-01 14:48:53 +0100 (Tue, 01 Feb 2005) | 2 lines
22288 Changed paths:
22289    M /trunk/extras/contrib/src/Makefile
22290
22291 * Fix theora contrib
22292
22293 ------------------------------------------------------------------------
22294 r9866 | markfm | 2005-02-01 03:11:02 +0100 (Tue, 01 Feb 2005) | 2 lines
22295 Changed paths:
22296    M /trunk/modules/gui/wxwindows/wizard.cpp
22297
22298 wizard update -- set default vbitrate, abitrate (courtesy of zorglub), make boxes wxCB_READONLY to restrict choices
22299
22300 ------------------------------------------------------------------------
22301 r9863 | gbazin | 2005-01-31 12:41:03 +0100 (Mon, 31 Jan 2005) | 1 line
22302 Changed paths:
22303    M /trunk/configure.ac
22304
22305 * configure.ac: hopefully the final fix for the c++ build.
22306 ------------------------------------------------------------------------
22307 r9862 | gbazin | 2005-01-31 11:07:27 +0100 (Mon, 31 Jan 2005) | 1 line
22308 Changed paths:
22309    M /trunk/modules/codec/vorbis.c
22310    M /trunk/src/misc/vlm.c
22311
22312 * src/misc/vlm.c, modules/codec/vorbis.c: MSVC compilation fixes by Steve Lhomme (steve dot lhomme at free dot fr).
22313 ------------------------------------------------------------------------
22314 r9861 | markfm | 2005-01-30 15:26:47 +0100 (Sun, 30 Jan 2005) | 2 lines
22315 Changed paths:
22316    M /trunk/modules/gui/wxwindows/open.cpp
22317    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
22318
22319 wxwindows update for WIN32 wxSpinCtrl, restrict range to valid integer (-32768, 32767)
22320
22321 ------------------------------------------------------------------------
22322 r9860 | zorglub | 2005-01-30 14:23:18 +0100 (Sun, 30 Jan 2005) | 2 lines
22323 Changed paths:
22324    M /trunk/modules/gui/wxwindows/extrapanel.cpp
22325    M /trunk/modules/gui/wxwindows/open.cpp
22326    M /trunk/modules/gui/wxwindows/wizard.cpp
22327    M /trunk/modules/gui/wxwindows/wxwindows.h
22328
22329 Uninitialized values
22330
22331 ------------------------------------------------------------------------
22332 r9859 | sam | 2005-01-30 12:41:23 +0100 (Sun, 30 Jan 2005) | 2 lines
22333 Changed paths:
22334    M /trunk/configure.ac
22335
22336   * configure.ac: Scrogneugneu, fixed the C++ build.
22337
22338 ------------------------------------------------------------------------
22339 r9858 | rocky | 2005-01-30 04:31:51 +0100 (Sun, 30 Jan 2005) | 2 lines
22340 Changed paths:
22341    M /trunk/modules/access/cdda/access.c
22342
22343 Use cdio-native name for paranoia read.
22344
22345 ------------------------------------------------------------------------
22346 r9854 | zorglub | 2005-01-29 17:32:14 +0100 (Sat, 29 Jan 2005) | 2 lines
22347 Changed paths:
22348    M /trunk/modules/demux/mkv.cpp
22349
22350 H264 support in mkv, patch by Steve Lhomme
22351
22352 ------------------------------------------------------------------------
22353 r9853 | markfm | 2005-01-29 17:15:16 +0100 (Sat, 29 Jan 2005) | 2 lines
22354 Changed paths:
22355    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
22356
22357 preferences wxSpinCtrl hack for WIN32 (make up arrow increase value)
22358
22359 ------------------------------------------------------------------------
22360 r9852 | zorglub | 2005-01-29 16:22:53 +0100 (Sat, 29 Jan 2005) | 4 lines
22361 Changed paths:
22362    M /trunk/modules/LIST
22363    M /trunk/modules/misc/logger.c
22364    M /trunk/src/libvlc.h
22365    M /trunk/src/video_output/vout_subpictures.c
22366
22367 * A few string and organization fixes in preferences
22368 * Update the LIST
22369 * Coding style fixes
22370
22371 ------------------------------------------------------------------------
22372 r9851 | sam | 2005-01-29 15:49:34 +0100 (Sat, 29 Jan 2005) | 2 lines
22373 Changed paths:
22374    M /trunk/configure.ac
22375
22376   * configure.ac: Finished support for C++-disabled systems.
22377
22378 ------------------------------------------------------------------------
22379 r9850 | sigmunau | 2005-01-29 15:12:32 +0100 (Sat, 29 Jan 2005) | 2 lines
22380 Changed paths:
22381    M /trunk/modules/gui/wxwindows/wizard.cpp
22382
22383 wizard.cpp: Layout fixes on the input page
22384
22385 ------------------------------------------------------------------------
22386 r9849 | sigmunau | 2005-01-29 14:28:14 +0100 (Sat, 29 Jan 2005) | 5 lines
22387 Changed paths:
22388    M /trunk/modules/gui/wxwindows/wizard.cpp
22389
22390 wxwindows/wizard.cpp: run Layout() on the sizers when changing output method
22391 in the streaming method page of the wizard, in order to properly show all
22392 text. Hardcode the top spacing in order to prevent controls from moving
22393 around on Layout(). reported by markfm
22394
22395 ------------------------------------------------------------------------
22396 r9848 | sigmunau | 2005-01-29 13:41:35 +0100 (Sat, 29 Jan 2005) | 5 lines
22397 Changed paths:
22398    M /trunk/modules/gui/wxwindows/wizard.cpp
22399    M /trunk/modules/gui/wxwindows/wxwindows.h
22400
22401 wxwindows/wizard.cpp: fixed a crash when pressing Ok in Open-dialog without
22402 actually selecting anything (reported by Trax)
22403 both: fix a compiler warning (c++ likes function that don't change their
22404 parameters to declare them const)
22405
22406 ------------------------------------------------------------------------
22407 r9846 | sam | 2005-01-28 16:37:09 +0100 (Fri, 28 Jan 2005) | 2 lines
22408 Changed paths:
22409    M /trunk/configure.ac
22410
22411   * configure.ac: Attempt to work without a C++ compiler.
22412
22413 ------------------------------------------------------------------------
22414 r9845 | gbazin | 2005-01-28 15:17:38 +0100 (Fri, 28 Jan 2005) | 1 line
22415 Changed paths:
22416    M /trunk/Makefile.am
22417
22418 * Makefile.am: include the activex plugin in package-win32-base.
22419 ------------------------------------------------------------------------
22420 r9844 | hartman | 2005-01-28 02:04:58 +0100 (Fri, 28 Jan 2005) | 2 lines
22421 Changed paths:
22422    M /trunk/modules/access/cdda/access.c
22423
22424 * cdda/access.c: removed #include <cdio/cdda.h> since it's a new header that isn't always available and wasn't version ifdef'ed. An already version ifdef'ed include already exists in cdda/cdda.h
22425
22426 ------------------------------------------------------------------------
22427 r9843 | hartman | 2005-01-28 01:44:31 +0100 (Fri, 28 Jan 2005) | 2 lines
22428 Changed paths:
22429    M /trunk/modules/gui/macosx/playlist.m
22430    M /trunk/modules/gui/macosx/playlistinfo.m
22431
22432 * Two small bugs in the OSX intf
22433
22434 ------------------------------------------------------------------------
22435 r9842 | hartman | 2005-01-27 23:33:15 +0100 (Thu, 27 Jan 2005) | 2 lines
22436 Changed paths:
22437    M /trunk/src/video_output/video_output.c
22438
22439 * src/video_output/video_output.c: Fixed the SuxorThread. The thread didn't declare itself ready :(
22440
22441 ------------------------------------------------------------------------
22442 r9841 | hartman | 2005-01-27 22:56:34 +0100 (Thu, 27 Jan 2005) | 2 lines
22443 Changed paths:
22444    M /trunk/src/playlist/playlist.c
22445
22446 * src/playlist/playlist.c: Don't touch object_lock vlc_object_create and vlc_object_destroy already take care of it.
22447
22448 ------------------------------------------------------------------------
22449 r9840 | gbazin | 2005-01-27 18:05:25 +0100 (Thu, 27 Jan 2005) | 1 line
22450 Changed paths:
22451    M /trunk/modules/codec/dvbsub.c
22452
22453 * modules/codec/dvbsub.c: don't render empty subtitles when we receive subtitles data that doesn't match our subtitles page id.
22454 ------------------------------------------------------------------------
22455 r9839 | gbazin | 2005-01-27 17:44:31 +0100 (Thu, 27 Jan 2005) | 1 line
22456 Changed paths:
22457    M /trunk/modules/demux/ts.c
22458
22459 * modules/demux/ts.c: fixed typo for DVB subtitles descriptor parsing (only affects multiple tracks streams).
22460 ------------------------------------------------------------------------
22461 r9838 | gbazin | 2005-01-27 16:44:34 +0100 (Thu, 27 Jan 2005) | 1 line
22462 Changed paths:
22463    M /trunk/configure.ac
22464    M /trunk/modules/access/smb.c
22465
22466 * modules/access/smb.c: win32 implementation which doesn't depend on libsmbclient + proper URI parsing.
22467 ------------------------------------------------------------------------
22468 r9837 | hartman | 2005-01-27 15:03:48 +0100 (Thu, 27 Jan 2005) | 2 lines
22469 Changed paths:
22470    M /trunk/extras/contrib/Makefile
22471
22472 * contrib/Makefile: use tabs, not spaces in Makefile
22473
22474 ------------------------------------------------------------------------
22475 r9836 | gbazin | 2005-01-27 13:51:21 +0100 (Thu, 27 Jan 2005) | 1 line
22476 Changed paths:
22477    M /trunk/configure.ac
22478    M /trunk/modules/access/Modules.am
22479    A /trunk/modules/access/smb.c
22480
22481 * modules/access/smb.c: new SMB/CIFS access module using libsmbclient.
22482 ------------------------------------------------------------------------
22483 r9835 | sigmunau | 2005-01-27 12:50:39 +0100 (Thu, 27 Jan 2005) | 2 lines
22484 Changed paths:
22485    M /trunk/modules/demux/mkv.cpp
22486
22487 mkc.cpp: fix crash on invalid tracks
22488
22489 ------------------------------------------------------------------------
22490 r9834 | fkuehne | 2005-01-27 02:14:24 +0100 (Thu, 27 Jan 2005) | 1 line
22491 Changed paths:
22492    M /trunk/modules/gui/macosx/prefs.m
22493
22494 * VLCPrefs's delloc method got accidentally removed while splitting the nibs. Re-added it again.
22495 ------------------------------------------------------------------------
22496 r9833 | fkuehne | 2005-01-27 01:49:46 +0100 (Thu, 27 Jan 2005) | 2 lines
22497 Changed paths:
22498    M /trunk/extras/contrib/Makefile
22499    M /trunk/extras/contrib/src/Makefile
22500
22501 * contrib/Makefile: remove the BUILDDIRS on clean-src as well to prevent the disposal of outdated stuff and its mixture with newer libraries
22502 * contrib/src/Makefile: touch .aclocal after copying the aclocal files, so this isn't done everytime make runs
22503 ------------------------------------------------------------------------
22504 r9832 | gbazin | 2005-01-26 17:12:37 +0100 (Wed, 26 Jan 2005) | 1 line
22505 Changed paths:
22506    M /trunk/src/input/stream.c
22507    M /trunk/src/libvlc.h
22508
22509 * src/libvlc.h, src/input/stream.c: new --input-list option which allows you to specify a list of inputs which will be concatenated to the main MRL during playback (for splitted streams). Note that this deprecates the --file-cat option which was specific to the file access plugin while the new option should be generic.
22510 ------------------------------------------------------------------------
22511 r9831 | rocky | 2005-01-26 14:05:14 +0100 (Wed, 26 Jan 2005) | 5 lines
22512 Changed paths:
22513    M /trunk/configure.ac
22514    M /trunk/modules/access/cdda/access.c
22515    M /trunk/modules/access/cdda/cdda.c
22516    M /trunk/modules/access/cdda/cdda.h
22517    M /trunk/modules/access/cdda/info.c
22518    M /trunk/modules/access/vcdx/access.c
22519    M /trunk/modules/access/vcdx/info.c
22520    M /trunk/modules/access/vcdx/vcdplayer.c
22521    M /trunk/modules/access/vcdx/vcdplayer.h
22522
22523 configure.ac: reinstate libcdio CD-DA and VCD plugins (on demand)
22524 cdda/*: add basic cd-paranoia mode via libcdio.
22525 vcdx/*: changes dictated by new regime
22526  
22527
22528 ------------------------------------------------------------------------
22529 r9830 | gbazin | 2005-01-26 09:18:46 +0100 (Wed, 26 Jan 2005) | 1 line
22530 Changed paths:
22531    M /trunk/modules/video_output/Modules.am
22532    M /trunk/modules/video_output/wingdi.c
22533
22534 * modules/video_output/wingdi.c: improvements + embedded support + GAPI support for WinCE. Needs some more work as well for fullscreen support.
22535 ------------------------------------------------------------------------
22536 r9826 | fenrir | 2005-01-25 15:15:08 +0100 (Tue, 25 Jan 2005) | 2 lines
22537 Changed paths:
22538    M /trunk/src/input/es_out.c
22539
22540  * es_out: fix program change on the fly.
22541
22542 ------------------------------------------------------------------------
22543 r9824 | dionoea | 2005-01-25 00:42:14 +0100 (Tue, 25 Jan 2005) | 2 lines
22544 Changed paths:
22545    M /trunk/src/video_output/vout_intf.c
22546
22547  * remove unused home_dir from fprintf style function
22548
22549 ------------------------------------------------------------------------
22550 r9823 | dionoea | 2005-01-24 23:57:09 +0100 (Mon, 24 Jan 2005) | 4 lines
22551 Changed paths:
22552    M /trunk/src/video_output/vout_intf.c
22553
22554  * under windows, default directory to save snapshots is now the user's
22555    My Pictures (or Mes Images ... depending on locale) directory
22556
22557
22558 ------------------------------------------------------------------------
22559 r9822 | hartman | 2005-01-24 21:46:20 +0100 (Mon, 24 Jan 2005) | 7 lines
22560 Changed paths:
22561    M /trunk/modules/control/rc.c
22562    M /trunk/modules/control/rtci.c
22563
22564 * modules/control/rc.c:
22565  - New commands fastforward and rewind for VOD trickplay
22566  - New command goto <index> for better playlist control
22567  - Playlist parent item (category) now appended to output
22568  Patch by Dermot McGahon
22569 * modules/control/rtci.c: ported patch to rtci as well.
22570
22571 ------------------------------------------------------------------------
22572 r9821 | hartman | 2005-01-24 21:44:53 +0100 (Mon, 24 Jan 2005) | 2 lines
22573 Changed paths:
22574    M /trunk/modules/control/http.c
22575
22576 * Rename a TIME_ABSOLUTE define because it's already defined in the Mach kernel headers.
22577
22578 ------------------------------------------------------------------------
22579 r9820 | djc | 2005-01-24 15:19:40 +0100 (Mon, 24 Jan 2005) | 2 lines
22580 Changed paths:
22581    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
22582    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
22583    M /trunk/modules/gui/macosx/playlist.h
22584    M /trunk/modules/gui/macosx/playlist.m
22585
22586 Added a Service Discovery sub menu in playlist contextual menu.
22587
22588 ------------------------------------------------------------------------
22589 r9817 | zorglub | 2005-01-23 22:07:24 +0100 (Sun, 23 Jan 2005) | 2 lines
22590 Changed paths:
22591    M /trunk/modules/gui/wxwindows/wizard.cpp
22592
22593 Fix breakage in transcode file selection
22594
22595 ------------------------------------------------------------------------
22596 r9816 | yoann | 2005-01-23 21:58:48 +0100 (Sun, 23 Jan 2005) | 2 lines
22597 Changed paths:
22598    M /trunk/modules/gui/wxwindows/playlist.cpp
22599
22600 * wxwindows/playlist.cpp: Menu and toolbar are no longer dockable
22601
22602 ------------------------------------------------------------------------
22603 r9815 | yoann | 2005-01-23 18:53:40 +0100 (Sun, 23 Jan 2005) | 2 lines
22604 Changed paths:
22605    M /trunk/include/vlc_common.h
22606    M /trunk/include/vlc_vlm.h
22607    M /trunk/src/misc/vlm.c
22608
22609 * src/misc/vlm.c: start exporting some VLM control functions
22610
22611 ------------------------------------------------------------------------
22612 r9814 | gbazin | 2005-01-23 13:26:01 +0100 (Sun, 23 Jan 2005) | 1 line
22613 Changed paths:
22614    M /trunk/modules/codec/dvbsub.c
22615
22616 * modules/codec/dvbsub.c: full 4 and 8 bits RLE encodings.
22617 ------------------------------------------------------------------------
22618 r9813 | zorglub | 2005-01-23 12:06:17 +0100 (Sun, 23 Jan 2005) | 2 lines
22619 Changed paths:
22620    M /trunk/NEWS
22621
22622 Update NEWS
22623
22624 ------------------------------------------------------------------------
22625 r9811 | gbazin | 2005-01-22 21:35:24 +0100 (Sat, 22 Jan 2005) | 1 line
22626 Changed paths:
22627    M /trunk/modules/video_filter/blend.c
22628
22629 * modules/video_filter/blend.c: chroma fixes for the YUY2 blending.
22630 ------------------------------------------------------------------------
22631 r9810 | andrep | 2005-01-22 18:50:11 +0100 (Sat, 22 Jan 2005) | 3 lines
22632 Changed paths:
22633    M /trunk/mozilla/vlcshell.cpp
22634
22635 * mozilla/vlcshell.cpp: Fix compilation on Mac OS X
22636
22637
22638 ------------------------------------------------------------------------
22639 r9809 | andrep | 2005-01-22 18:48:45 +0100 (Sat, 22 Jan 2005) | 2 lines
22640 Changed paths:
22641    M /trunk/mozilla/Makefile.am
22642
22643 * mozilla/Makefile.am: Fix build of Mozilla plugin on Mac OS X when using a separate build directory
22644
22645 ------------------------------------------------------------------------
22646 r9808 | fkuehne | 2005-01-22 16:13:01 +0100 (Sat, 22 Jan 2005) | 1 line
22647 Changed paths:
22648    M /trunk/po/el.po
22649
22650 * initial translation to Greek by Simos Xenitellis
22651 ------------------------------------------------------------------------
22652 r9806 | hartman | 2005-01-22 02:57:49 +0100 (Sat, 22 Jan 2005) | 2 lines
22653 Changed paths:
22654    M /trunk/modules/gui/macosx/playlist.m
22655
22656 * playlist.m: fix a locking issue
22657
22658 ------------------------------------------------------------------------
22659 r9805 | yoann | 2005-01-21 22:49:28 +0100 (Fri, 21 Jan 2005) | 2 lines
22660 Changed paths:
22661    M /trunk/modules/gui/ncurses.c
22662
22663 * modules/gui/ncurses.c: incremental search works now with tree playlist.
22664
22665 ------------------------------------------------------------------------
22666 r9804 | hartman | 2005-01-21 21:12:05 +0100 (Fri, 21 Jan 2005) | 4 lines
22667 Changed paths:
22668    M /trunk/extras/contrib/src/Makefile
22669
22670 * contrib Makefile
22671   added a .aclocal change to copy the m4 from extras/contrib/share/aclocal to
22672   the vlc m4 dir. No more complete bootstrap after a simple configure.ac or Makefile.am change. :)
22673
22674 ------------------------------------------------------------------------
22675 r9803 | hartman | 2005-01-21 20:26:08 +0100 (Fri, 21 Jan 2005) | 2 lines
22676 Changed paths:
22677    M /trunk/modules/video_filter/blend.c
22678
22679 * blend.c: Fix YUVP -> YUY2 blend. YUVP is actually YVUP and this was not accounted for in the YUY2 blend routine. This resulted in incorrect colors in some DVD menu's for instance.
22680
22681 ------------------------------------------------------------------------
22682 r9802 | fenrir | 2005-01-21 18:02:39 +0100 (Fri, 21 Jan 2005) | 1 line
22683 Changed paths:
22684    M /trunk/modules/demux/ts.c
22685
22686 ts: fix --ts-extra-pmt.
22687 ------------------------------------------------------------------------
22688 r9801 | massiot | 2005-01-21 16:22:45 +0100 (Fri, 21 Jan 2005) | 3 lines
22689 Changed paths:
22690    M /trunk/modules/access/pvr/pvr.c
22691
22692 * modules/access/pvr/pvr.c: Fixed width/height selection with latest ivtv
22693   drivers.
22694
22695 ------------------------------------------------------------------------
22696 r9800 | fkuehne | 2005-01-21 15:57:23 +0100 (Fri, 21 Jan 2005) | 1 line
22697 Changed paths:
22698    M /trunk/Makefile.am
22699
22700 * small fix to the handling of the new nib-files (we are using the >= 10.2 format for the new ones, so 'objects.nib' is called 'keyedobjects.nib')
22701 ------------------------------------------------------------------------
22702 r9799 | damienf | 2005-01-21 14:52:11 +0100 (Fri, 21 Jan 2005) | 3 lines
22703 Changed paths:
22704    M /trunk/activex/axvlc.idl
22705    M /trunk/activex/axvlc.tlb
22706    M /trunk/activex/connectioncontainer.cpp
22707    M /trunk/activex/connectioncontainer.h
22708    M /trunk/activex/plugin.cpp
22709    M /trunk/activex/plugin.h
22710    M /trunk/activex/provideclassinfo.cpp
22711    M /trunk/activex/test.html
22712    M /trunk/activex/utils.cpp
22713    M /trunk/activex/vlccontrol.cpp
22714
22715 ActiveX: misc fixes & improvements
22716
22717
22718 ------------------------------------------------------------------------
22719 r9798 | hartman | 2005-01-21 14:41:52 +0100 (Fri, 21 Jan 2005) | 2 lines
22720 Changed paths:
22721    M /trunk/Makefile.am
22722
22723 * Add the new Nibs to MAKE_DIST
22724
22725 ------------------------------------------------------------------------
22726 r9797 | gbazin | 2005-01-21 11:53:29 +0100 (Fri, 21 Jan 2005) | 1 line
22727 Changed paths:
22728    M /trunk/modules/mux/asf.c
22729
22730 * modules/mux/asf.c: for mpeg audio, i_bitspersample needs to be set to 0.
22731 ------------------------------------------------------------------------
22732 r9796 | hartman | 2005-01-20 21:51:36 +0100 (Thu, 20 Jan 2005) | 7 lines
22733 Changed paths:
22734    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
22735    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
22736    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
22737    M /trunk/modules/gui/macosx/intf.h
22738    M /trunk/modules/gui/macosx/intf.m
22739    M /trunk/modules/gui/macosx/playlist.h
22740    M /trunk/modules/gui/macosx/playlist.m
22741    M /trunk/modules/gui/macosx/playlistinfo.m
22742    M /trunk/modules/gui/macosx/vout.h
22743    M /trunk/modules/gui/macosx/vout.m
22744
22745 OS X intf work
22746 - don't use bool. it's BOOL
22747 - use GNU style C and hungarian notation
22748 - fix the issue with GUI crashes in playlistview
22749 - default is now category view (for experimentation until we have a SD menu)
22750 - experiment with NSViews to fix the 'drawer' issue (not working though)
22751
22752 ------------------------------------------------------------------------
22753 r9795 | sigmunau | 2005-01-20 20:58:02 +0100 (Thu, 20 Jan 2005) | 2 lines
22754 Changed paths:
22755    M /trunk/modules/services_discovery/sap.c
22756
22757 sap.c: fix too early free in demux 
22758
22759 ------------------------------------------------------------------------
22760 r9794 | sigmunau | 2005-01-20 20:27:56 +0100 (Thu, 20 Jan 2005) | 2 lines
22761 Changed paths:
22762    M /trunk/modules/audio_output/alsa.c
22763
22764 alsa.c: Enumerate available audio devices (Code gratefully borrowed from xmms)
22765
22766 ------------------------------------------------------------------------
22767 r9793 | gbazin | 2005-01-20 16:28:56 +0100 (Thu, 20 Jan 2005) | 1 line
22768 Changed paths:
22769    M /trunk/src/audio_output/output.c
22770
22771 * src/audio_output/output.c: skip late buffers in b_can_sleek mode (patch courtesy of  )
22772 ------------------------------------------------------------------------
22773 r9792 | gbazin | 2005-01-20 15:30:17 +0100 (Thu, 20 Jan 2005) | 1 line
22774 Changed paths:
22775    M /trunk/modules/mux/asf.c
22776
22777 * modules/mux/asf.c: another fix for WMA support.
22778 ------------------------------------------------------------------------
22779 r9791 | massiot | 2005-01-20 14:34:48 +0100 (Thu, 20 Jan 2005) | 3 lines
22780 Changed paths:
22781    M /trunk/src/input/es_out.c
22782
22783 * src/input/es_out.c: Improved the kludge for teletext streams without
22784   appropriate PTS.
22785
22786 ------------------------------------------------------------------------
22787 r9790 | gbazin | 2005-01-20 14:18:34 +0100 (Thu, 20 Jan 2005) | 1 line
22788 Changed paths:
22789    M /trunk/modules/mux/asf.c
22790
22791 * modules/mux/asf.c: compiler warnings are there for a reason ;)
22792 ------------------------------------------------------------------------
22793 r9789 | gbazin | 2005-01-20 13:32:53 +0100 (Thu, 20 Jan 2005) | 3 lines
22794 Changed paths:
22795    M /trunk/include/codecs.h
22796    M /trunk/modules/mux/asf.c
22797    M /trunk/modules/mux/avi.c
22798
22799 * modules/mux/asf.c: only add an audio error correction field in the case of WMA.
22800 * include/codecs.h: added a couple more audio tags.
22801
22802 ------------------------------------------------------------------------
22803 r9788 | gbazin | 2005-01-20 13:11:03 +0100 (Thu, 20 Jan 2005) | 1 line
22804 Changed paths:
22805    M /trunk/configure.ac
22806
22807 * configure.ac: oops, forgot something.
22808 ------------------------------------------------------------------------
22809 r9787 | gbazin | 2005-01-20 13:03:58 +0100 (Thu, 20 Jan 2005) | 1 line
22810 Changed paths:
22811    M /trunk/activex/Makefile.am
22812    M /trunk/configure.ac
22813
22814 * configure.ac, activex/Makefile.am: conditional compile of the activex plugin.
22815 ------------------------------------------------------------------------
22816 r9786 | gbazin | 2005-01-20 11:10:30 +0100 (Thu, 20 Jan 2005) | 1 line
22817 Changed paths:
22818    M /trunk/activex/Makefile.am
22819    M /trunk/configure.ac
22820
22821 * configure.ac, activex/Makefile.am: small fixes to the activex plugin build.
22822 ------------------------------------------------------------------------
22823 r9784 | zorglub | 2005-01-19 23:33:16 +0100 (Wed, 19 Jan 2005) | 3 lines
22824 Changed paths:
22825    M /trunk/TODO
22826    M /trunk/configure.ac
22827
22828 autoconf build fix
22829 one todo item less !
22830
22831 ------------------------------------------------------------------------
22832 r9783 | bigben | 2005-01-19 23:28:47 +0100 (Wed, 19 Jan 2005) | 4 lines
22833 Changed paths:
22834    M /trunk/modules/control/showintf.c
22835
22836 Add a category to the showintf control interface, so that it gets displayed in the prefs...
22837
22838
22839
22840 ------------------------------------------------------------------------
22841 r9780 | massiot | 2005-01-19 19:30:33 +0100 (Wed, 19 Jan 2005) | 2 lines
22842 Changed paths:
22843    M /trunk/include/vlc_threads_funcs.h
22844
22845 * include/vlc_threads_funcs.h: More %d -> %u
22846
22847 ------------------------------------------------------------------------
22848 r9779 | damienf | 2005-01-19 18:14:16 +0100 (Wed, 19 Jan 2005) | 3 lines
22849 Changed paths:
22850    M /trunk/Makefile.am
22851    A /trunk/activex
22852    A /trunk/activex/Makefile.am
22853    A /trunk/activex/README.TXT
22854    A /trunk/activex/axvlc.def
22855    A /trunk/activex/axvlc.idl
22856    A /trunk/activex/axvlc.reg
22857    A /trunk/activex/axvlc.tlb
22858    A /trunk/activex/axvlc_idl.c
22859    A /trunk/activex/axvlc_idl.h
22860    A /trunk/activex/axvlc_rc.rc
22861    A /trunk/activex/connectioncontainer.cpp
22862    A /trunk/activex/connectioncontainer.h
22863    A /trunk/activex/inplace.bmp
22864    A /trunk/activex/main.cpp
22865    A /trunk/activex/objectsafety.cpp
22866    A /trunk/activex/objectsafety.h
22867    A /trunk/activex/olecontrol.cpp
22868    A /trunk/activex/olecontrol.h
22869    A /trunk/activex/oleinplaceactiveobject.cpp
22870    A /trunk/activex/oleinplaceactiveobject.h
22871    A /trunk/activex/oleinplaceobject.cpp
22872    A /trunk/activex/oleinplaceobject.h
22873    A /trunk/activex/oleobject.cpp
22874    A /trunk/activex/oleobject.h
22875    A /trunk/activex/persistpropbag.cpp
22876    A /trunk/activex/persistpropbag.h
22877    A /trunk/activex/persiststorage.cpp
22878    A /trunk/activex/persiststorage.h
22879    A /trunk/activex/persiststreaminit.cpp
22880    A /trunk/activex/persiststreaminit.h
22881    A /trunk/activex/plugin.cpp
22882    A /trunk/activex/plugin.h
22883    A /trunk/activex/provideclassinfo.cpp
22884    A /trunk/activex/provideclassinfo.h
22885    A /trunk/activex/test.html
22886    A /trunk/activex/utils.cpp
22887    A /trunk/activex/utils.h
22888    A /trunk/activex/vlccontrol.cpp
22889    A /trunk/activex/vlccontrol.h
22890    M /trunk/configure.ac
22891
22892 Initial version of ActiveX plugin for VLC
22893
22894
22895 ------------------------------------------------------------------------
22896 r9776 | hartman | 2005-01-18 22:51:00 +0100 (Tue, 18 Jan 2005) | 2 lines
22897 Changed paths:
22898    M /trunk/extras/contrib/src/Makefile
22899
22900 * fix libcddb build under 10.2
22901
22902 ------------------------------------------------------------------------
22903 r9775 | gbazin | 2005-01-18 20:24:06 +0100 (Tue, 18 Jan 2005) | 1 line
22904 Changed paths:
22905    M /trunk/po/el.po
22906
22907 * po/el.po: the build process needs a valid file.
22908 ------------------------------------------------------------------------
22909 r9774 | fkuehne | 2005-01-18 18:26:51 +0100 (Tue, 18 Jan 2005) | 2 lines
22910 Changed paths:
22911    M /trunk/configure.ac
22912    A /trunk/po/el.po
22913
22914 * BOTH: added modern Greek to the list of available languages
22915 * configure.ac: updated the copyright string to 2005
22916 ------------------------------------------------------------------------
22917 r9773 | gbazin | 2005-01-18 15:36:26 +0100 (Tue, 18 Jan 2005) | 5 lines
22918 Changed paths:
22919    M /trunk/modules/mux/asf.c
22920
22921 * modules/mux/asf.c:
22922   - add an audio error correction field to the stream properties object.
22923     This is mandated by the spec and makes some versions of WMP a lot happier about playing our files.
22924   - only put an header extension object when necessary.
22925
22926 ------------------------------------------------------------------------
22927 r9772 | hartman | 2005-01-18 04:02:07 +0100 (Tue, 18 Jan 2005) | 2 lines
22928 Changed paths:
22929    M /trunk/modules/gui/macosx/playlistinfo.m
22930
22931 * fix author field of OSX info dialog
22932
22933 ------------------------------------------------------------------------
22934 r9771 | hartman | 2005-01-18 03:56:18 +0100 (Tue, 18 Jan 2005) | 2 lines
22935 Changed paths:
22936    M /trunk/modules/gui/macosx/playlistinfo.m
22937
22938 * fix OSX info dialog lockup due to changed info accessor methods.
22939
22940 ------------------------------------------------------------------------
22941 r9770 | hartman | 2005-01-18 03:17:01 +0100 (Tue, 18 Jan 2005) | 2 lines
22942 Changed paths:
22943    M /trunk/extras/contrib/src/Makefile
22944
22945 * fix libopendaap on 10.2
22946
22947 ------------------------------------------------------------------------
22948 r9769 | hartman | 2005-01-18 02:19:54 +0100 (Tue, 18 Jan 2005) | 2 lines
22949 Changed paths:
22950    M /trunk/extras/contrib/src/Makefile
22951    A /trunk/extras/contrib/src/Patches/libcddb.patch
22952    M /trunk/extras/contrib/src/packages.mak
22953
22954 * finally fixed CDDB contrib
22955
22956 ------------------------------------------------------------------------
22957 r9768 | hartman | 2005-01-18 00:38:27 +0100 (Tue, 18 Jan 2005) | 2 lines
22958 Changed paths:
22959    M /trunk/extras/contrib/src/Makefile
22960    D /trunk/extras/contrib/src/Patches/libcddb.patch
22961
22962 * newer libcddb
22963
22964 ------------------------------------------------------------------------
22965 r9767 | hartman | 2005-01-17 23:37:20 +0100 (Mon, 17 Jan 2005) | 2 lines
22966 Changed paths:
22967    M /trunk/extras/contrib/src/Makefile
22968    D /trunk/extras/contrib/src/Patches/vcdimager.patch
22969    M /trunk/extras/contrib/src/packages.mak
22970
22971 * Add libcddb, libcdio and vcdimager again to see if it works better on OSX by now
22972
22973 ------------------------------------------------------------------------
22974 r9764 | hartman | 2005-01-17 20:42:13 +0100 (Mon, 17 Jan 2005) | 2 lines
22975 Changed paths:
22976    M /trunk/src/libvlc.h
22977
22978 * libvlc.h: fix some of the OSX keybindings (audio delay is now f and g, subtitle delay is h and j, both without modifiers)
22979
22980 ------------------------------------------------------------------------
22981 r9763 | hartman | 2005-01-17 20:40:03 +0100 (Mon, 17 Jan 2005) | 2 lines
22982 Changed paths:
22983    A /trunk/extras/contrib/src/Patches/daap.patch
22984
22985 * libopendaap patch
22986
22987 ------------------------------------------------------------------------
22988 r9762 | hartman | 2005-01-17 20:38:51 +0100 (Mon, 17 Jan 2005) | 2 lines
22989 Changed paths:
22990    M /trunk/modules/services_discovery/daap.c
22991
22992 * daap.c: host_t is already defined in Darwin's mach headers. renamed to dhost_t
22993
22994 ------------------------------------------------------------------------
22995 r9761 | hartman | 2005-01-17 20:37:38 +0100 (Mon, 17 Jan 2005) | 3 lines
22996 Changed paths:
22997    M /trunk/Makefile.am
22998    M /trunk/configure.ac
22999    M /trunk/toolbox
23000
23001 * Added the contrib system to MAKE_DIST
23002 * cleaned up some alignment in configure --help
23003
23004 ------------------------------------------------------------------------
23005 r9760 | hartman | 2005-01-17 20:35:54 +0100 (Mon, 17 Jan 2005) | 2 lines
23006 Changed paths:
23007    M /trunk/extras/contrib/src/Makefile
23008    M /trunk/extras/contrib/src/packages.mak
23009
23010 * added libopendaap to contrib system
23011
23012 ------------------------------------------------------------------------
23013 r9759 | zorglub | 2005-01-17 19:36:52 +0100 (Mon, 17 Jan 2005) | 2 lines
23014 Changed paths:
23015    M /trunk/modules/gui/wxwindows/playlist.cpp
23016    M /trunk/modules/gui/wxwindows/wxwindows.h
23017
23018 Cache last FindItem request to speed up bulk-addings
23019
23020 ------------------------------------------------------------------------
23021 r9758 | zorglub | 2005-01-17 19:14:50 +0100 (Mon, 17 Jan 2005) | 3 lines
23022 Changed paths:
23023    M /trunk/modules/services_discovery/daap.c
23024    M /trunk/src/playlist/item-ext.c
23025    M /trunk/src/playlist/playlist.c
23026
23027 * DAAP : really include meta information, and don't crash on new hosts
23028
23029
23030 ------------------------------------------------------------------------
23031 r9757 | gbazin | 2005-01-17 18:01:21 +0100 (Mon, 17 Jan 2005) | 1 line
23032 Changed paths:
23033    M /trunk/modules/mux/asf.c
23034
23035 * modules/mux/asf.c: properly write the ES type.
23036 ------------------------------------------------------------------------
23037 r9756 | fkuehne | 2005-01-17 17:48:05 +0100 (Mon, 17 Jan 2005) | 1 line
23038 Changed paths:
23039    M /trunk/extras/contrib/src/packages.mak
23040
23041 * changedthe GNU-mirror to ftp.belnet.be -- Gettext is download from the GNU-mirror again
23042 ------------------------------------------------------------------------
23043 r9755 | hartman | 2005-01-17 17:30:34 +0100 (Mon, 17 Jan 2005) | 2 lines
23044 Changed paths:
23045    M /trunk/po/POTFILES.in
23046
23047 * Fix pot-update after playlist/info.c removal
23048
23049 ------------------------------------------------------------------------
23050 r9754 | yoann | 2005-01-17 12:47:41 +0100 (Mon, 17 Jan 2005) | 2 lines
23051 Changed paths:
23052    M /trunk/modules/gui/wxwindows/subtitles.cpp
23053
23054 * wxwindows/subtitles.cpp: subtitle delay can also be <0 (now from -30000 to +30000)
23055
23056 ------------------------------------------------------------------------
23057 r9751 | gbazin | 2005-01-16 20:14:31 +0100 (Sun, 16 Jan 2005) | 1 line
23058 Changed paths:
23059    M /trunk/modules/codec/x264.c
23060
23061 * modules/codec/x264.c: updated to support recent x264.
23062 ------------------------------------------------------------------------
23063 r9750 | zorglub | 2005-01-16 16:57:01 +0100 (Sun, 16 Jan 2005) | 2 lines
23064 Changed paths:
23065    M /trunk/TODO
23066
23067 Todo update
23068
23069 ------------------------------------------------------------------------
23070 r9749 | zorglub | 2005-01-16 15:44:26 +0100 (Sun, 16 Jan 2005) | 4 lines
23071 Changed paths:
23072    M /trunk/modules/gui/macosx/playlist.m
23073    M /trunk/modules/gui/macosx/playlistinfo.m
23074    M /trunk/modules/gui/wince/playlist.cpp
23075    M /trunk/modules/misc/playlist/m3u.c
23076    M /trunk/modules/services_discovery/daap.c
23077    M /trunk/modules/services_discovery/sap.c
23078    M /trunk/src/playlist/view.c
23079
23080 * DAAP: add meta-information, delete hosts when they leave
23081 * SAP : coding style fixes
23082 * Some fogotten playlist_*Info
23083
23084 ------------------------------------------------------------------------
23085 r9748 | zorglub | 2005-01-16 15:10:47 +0100 (Sun, 16 Jan 2005) | 2 lines
23086 Changed paths:
23087    M /trunk/Makefile.am
23088    M /trunk/include/vlc_input.h
23089    M /trunk/include/vlc_playlist.h
23090    M /trunk/modules/access/cdda/info.c
23091    M /trunk/modules/gui/macosx/playlistinfo.m
23092    M /trunk/modules/gui/wince/iteminfo.cpp
23093    M /trunk/modules/gui/wince/wince.h
23094    M /trunk/modules/gui/wxwindows/iteminfo.cpp
23095    M /trunk/modules/gui/wxwindows/playlist.cpp
23096    M /trunk/modules/gui/wxwindows/wxwindows.h
23097    M /trunk/src/input/control.c
23098    M /trunk/src/input/input.c
23099    D /trunk/src/playlist/info.c
23100    M /trunk/src/playlist/item.c
23101    M /trunk/src/playlist/sort.c
23102
23103 Remove playlist info accessors (as they now belong to input_item) and use vlc_input_item_AddInfo and vlc_input_item_GetInfo instead
23104
23105 ------------------------------------------------------------------------
23106 r9746 | sam | 2005-01-15 05:41:24 +0100 (Sat, 15 Jan 2005) | 2 lines
23107 Changed paths:
23108    M /trunk/ChangeLog
23109    A /trunk/doc/ChangeLog-2004
23110    M /trunk/doc/Makefile.am
23111
23112   * Moved 2004 changelog to doc/.
23113
23114 ------------------------------------------------------------------------
23115 r9745 | titer | 2005-01-15 04:02:57 +0100 (Sat, 15 Jan 2005) | 2 lines
23116 Changed paths:
23117    M /trunk/modules/video_filter/motiondetect.c
23118
23119  motiondetect.c: gcc < 3 compile fix
23120
23121 ------------------------------------------------------------------------
23122 r9744 | yoann | 2005-01-15 01:42:23 +0100 (Sat, 15 Jan 2005) | 2 lines
23123 Changed paths:
23124    M /trunk/TODO
23125    M /trunk/modules/gui/wxwindows/playlist.cpp
23126
23127 * modules/gui/wxwindows/playlist.cpp: when duration is not known, don't display (--:--:--)
23128
23129 ------------------------------------------------------------------------
23130 r9743 | yoann | 2005-01-14 19:01:36 +0100 (Fri, 14 Jan 2005) | 3 lines
23131 Changed paths:
23132    M /trunk/modules/access/directory.c
23133    M /trunk/modules/gui/ncurses.c
23134
23135 * modules/access/directory.c: fix a segfault when reading an empty directory
23136 * modules/gui/ncurses.c: fix a segfault when playlist is empty
23137
23138 ------------------------------------------------------------------------
23139 r9742 | yoann | 2005-01-14 17:14:01 +0100 (Fri, 14 Jan 2005) | 3 lines
23140 Changed paths:
23141    M /trunk/modules/gui/ncurses.c
23142
23143 * modules/gui/ncurses.c: support for tree playlist in ncurses interface
23144   use 'v' to toggle view
23145
23146 ------------------------------------------------------------------------
23147 r9741 | gbazin | 2005-01-14 14:15:52 +0100 (Fri, 14 Jan 2005) | 1 line
23148 Changed paths:
23149    M /trunk/include/codecs.h
23150    M /trunk/modules/demux/wav.c
23151
23152 * include/codecs.h, modules/demux/wav.c: patch by Matthew Romaine to handle WAVEFORMATEXTENSIBLE files more robustly.
23153 ------------------------------------------------------------------------
23154 r9740 | hartman | 2005-01-14 13:11:57 +0100 (Fri, 14 Jan 2005) | 2 lines
23155 Changed paths:
23156    M /trunk/modules/access/http.c
23157
23158 * so the ogg vorbis fix broke shoutcast streams :) fixing again.... (tested with all audio streams i know off)
23159
23160 ------------------------------------------------------------------------
23161 r9739 | djc | 2005-01-14 00:28:36 +0100 (Fri, 14 Jan 2005) | 18 lines
23162 Changed paths:
23163    M /trunk/configure.ac
23164    M /trunk/modules/video_filter/Modules.am
23165    A /trunk/modules/video_filter/motiondetect.c
23166
23167 Added simple motion detect filter.
23168 This filter uses a description file which follows this format :
23169 x1,y1,x2,y2,level,downspeed,upspeed,mrl
23170 ...
23171 where x1,y1,x2,y2 describe a sensible rectangle, level is the minimum difference for an active pixel, downspeed an upspeed are to integers.
23172 mrl is a mrl to go when the filter has detected movement in the rectangle.
23173
23174 This is fun with vlm. For example, you should try to launch vlc normaly with vlm and then type :
23175 new camera broadcast
23176 setup camera enabled
23177 setup camera input mrl to your camera
23178 setup camera option filter=motiondetect,transform
23179 #setup camera option transform-type=vflip
23180 #indeed, I did not reach to make this working
23181 control camera play
23182
23183 Have fun ;)
23184
23185 ------------------------------------------------------------------------
23186 r9738 | massiot | 2005-01-13 20:03:03 +0100 (Thu, 13 Jan 2005) | 3 lines
23187 Changed paths:
23188    M /trunk/modules/access_output/udp.c
23189
23190 * modules/access_out/udp.c: Issue a warning when two PCRs are put inside a
23191   single UDP frame (may disturb some decoders).
23192
23193 ------------------------------------------------------------------------
23194 r9737 | massiot | 2005-01-13 20:02:04 +0100 (Thu, 13 Jan 2005) | 2 lines
23195 Changed paths:
23196    M /trunk/src/misc/threads.c
23197
23198 * src/misc/threads.c: thread_id is in fact an _unsigned_ int.
23199
23200 ------------------------------------------------------------------------
23201 r9736 | massiot | 2005-01-13 20:01:22 +0100 (Thu, 13 Jan 2005) | 3 lines
23202 Changed paths:
23203    M /trunk/src/input/es_out.c
23204
23205 * src/input/es_out.c: EN 300 472 allows the PTS of teletext streams to be
23206   invalid.
23207
23208 ------------------------------------------------------------------------
23209 r9735 | zorglub | 2005-01-13 19:45:11 +0100 (Thu, 13 Jan 2005) | 16 lines
23210 Changed paths:
23211    M /trunk/configure.ac
23212    M /trunk/modules/gui/wxwindows/playlist.cpp
23213    M /trunk/modules/services_discovery/Modules.am
23214    A /trunk/modules/services_discovery/daap.c
23215
23216 * DAAP (iTunes shares) services discovery and access module using libopendaap
23217
23218 http://crazney.net/programs/itunes/libopendaap.html
23219
23220 Problems : 
23221    - At the moment, the file is downloaded entirely in memory before being
23222      played.
23223      The library offers another possibility : download the file on
23224      demand to a pipe, but I don't think it would be a very good idea
23225      (portability issues ? where to download to ?).
23226      I hope a "download on demand to memory" feature will be added
23227    - Sometimes, it looses connection to the peers.
23228
23229 * Increased wx playlist font size
23230
23231
23232 ------------------------------------------------------------------------
23233 r9734 | gbazin | 2005-01-13 12:25:58 +0100 (Thu, 13 Jan 2005) | 1 line
23234 Changed paths:
23235    M /trunk/src/misc/configuration.c
23236
23237 * src/misc/configuration.c: fix config_GetType() to handle the new CONFIG_ITEM_MODULE_foo types.
23238 ------------------------------------------------------------------------
23239 r9733 | gbazin | 2005-01-13 10:37:43 +0100 (Thu, 13 Jan 2005) | 1 line
23240 Changed paths:
23241    M /trunk/configure.ac
23242    M /trunk/modules/codec/theora.c
23243
23244 * modules/codec/theora.c: remove the need for theora_packet_iskeyframe().
23245 ------------------------------------------------------------------------
23246 r9732 | hartman | 2005-01-13 00:51:02 +0100 (Thu, 13 Jan 2005) | 2 lines
23247 Changed paths:
23248    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
23249
23250 * <cough> broken patch </cough>
23251
23252 ------------------------------------------------------------------------
23253 r9731 | yoann | 2005-01-12 17:24:44 +0100 (Wed, 12 Jan 2005) | 4 lines
23254 Changed paths:
23255    M /trunk/modules/gui/wxwindows/interface.cpp
23256    M /trunk/modules/gui/wxwindows/timer.cpp
23257    M /trunk/modules/gui/wxwindows/wxwindows.h
23258
23259 * modules/gui/wxwindows/interface.cpp: Add new buttons for DVDs and CDs:
23260   - Menu, Previous Chapter, Next Chapter for DVDs
23261   - Previous Track, Next Track for CDs
23262
23263 ------------------------------------------------------------------------
23264 r9730 | hartman | 2005-01-12 17:07:20 +0100 (Wed, 12 Jan 2005) | 2 lines
23265 Changed paths:
23266    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
23267
23268 * part of patch was applied upstream. Adapt....
23269
23270 ------------------------------------------------------------------------
23271 r9729 | gbazin | 2005-01-12 15:27:35 +0100 (Wed, 12 Jan 2005) | 1 line
23272 Changed paths:
23273    A /trunk/modules/gui/wince/wince.rc
23274
23275 * modules/gui/wince/wince.rc: forgot to commit this file with the wince interface.
23276 ------------------------------------------------------------------------
23277 r9728 | zorglub | 2005-01-12 10:19:10 +0100 (Wed, 12 Jan 2005) | 2 lines
23278 Changed paths:
23279    M /trunk/modules/gui/wxwindows/playlist.cpp
23280
23281 Put callbacks after rebuild, avoids deadlock in rebuild
23282
23283 ------------------------------------------------------------------------
23284 r9727 | fkuehne | 2005-01-11 18:42:08 +0100 (Tue, 11 Jan 2005) | 1 line
23285 Changed paths:
23286    M /trunk/extras/contrib/src/packages.mak
23287
23288 * changed the download-link of gettext temporarily to the videolan-main-server, since the current GNU-mirror does not provide the 0.14.1-release. The responsible admin is contacted.
23289 ------------------------------------------------------------------------
23290 r9726 | zorglub | 2005-01-11 17:52:42 +0100 (Tue, 11 Jan 2005) | 3 lines
23291 Changed paths:
23292    M /trunk/include/vlc_input.h
23293    M /trunk/modules/access/directory.c
23294    A /trunk/modules/gui/wxwindows/bitmaps/type_afile.xpm
23295    A /trunk/modules/gui/wxwindows/bitmaps/type_cdda.xpm
23296    M /trunk/modules/gui/wxwindows/bitmaps/type_directory.xpm
23297    M /trunk/modules/gui/wxwindows/bitmaps/type_disc.xpm
23298    M /trunk/modules/gui/wxwindows/bitmaps/type_net.xpm
23299    A /trunk/modules/gui/wxwindows/bitmaps/type_node.xpm
23300    A /trunk/modules/gui/wxwindows/bitmaps/type_vfile.xpm
23301    M /trunk/modules/gui/wxwindows/interface.cpp
23302    M /trunk/modules/gui/wxwindows/playlist.cpp
23303    M /trunk/src/playlist/item.c
23304    M /trunk/src/playlist/view.c
23305
23306 Add some icons
23307 Fix autoswitching to category view
23308
23309 ------------------------------------------------------------------------
23310 r9725 | hartman | 2005-01-11 17:36:12 +0100 (Tue, 11 Jan 2005) | 2 lines
23311 Changed paths:
23312    M /trunk/extras/contrib/src/Patches/theora.patch
23313    M /trunk/extras/contrib/src/packages.mak
23314
23315 * newer theora: alpha4 version. new location, new patch
23316
23317 ------------------------------------------------------------------------
23318 r9724 | massiot | 2005-01-11 17:32:50 +0100 (Tue, 11 Jan 2005) | 3 lines
23319 Changed paths:
23320    M /trunk/modules/access/dvb/access.c
23321    M /trunk/modules/access/dvb/dvb.h
23322    M /trunk/modules/access/dvb/en50221.c
23323    M /trunk/modules/access/dvb/linux_dvb.c
23324
23325 * modules/access/dvb: Fixed numerous bugs related to the CAM configuration.
23326   Reconfigure the frontend if no lock is acquired in 10s.
23327
23328 ------------------------------------------------------------------------
23329 r9723 | hartman | 2005-01-11 17:17:44 +0100 (Tue, 11 Jan 2005) | 2 lines
23330 Changed paths:
23331    M /trunk/modules/access/http.c
23332
23333 * fix ogg streams.
23334
23335 ------------------------------------------------------------------------
23336 r9722 | andrep | 2005-01-11 17:04:09 +0100 (Tue, 11 Jan 2005) | 3 lines
23337 Changed paths:
23338    M /trunk/configure.ac
23339
23340 * configure.ac: Require libtheora 1.0alpha4
23341
23342
23343 ------------------------------------------------------------------------
23344 r9721 | andrep | 2005-01-11 14:19:20 +0100 (Tue, 11 Jan 2005) | 3 lines
23345 Changed paths:
23346    M /trunk/modules/codec/cmml/intf.c
23347
23348 * cmml/intf.c: Fix refcount leak on main interface (thanks to gibalou for help)
23349
23350
23351 ------------------------------------------------------------------------
23352 r9720 | gbazin | 2005-01-11 13:02:57 +0100 (Tue, 11 Jan 2005) | 1 line
23353 Changed paths:
23354    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
23355
23356 * modules/gui/wxwindows/preferences_widgets.cpp: added update event for IntegerListConfigControl.
23357 ------------------------------------------------------------------------
23358 r9719 | hartman | 2005-01-11 12:51:03 +0100 (Tue, 11 Jan 2005) | 4 lines
23359 Changed paths:
23360    M /trunk/modules/access/http.c
23361
23362 * NSV uses a different mime type for audio only streams. Force the right demuxer...
23363 (we are very much approaching the point where we need a proper mimetype match table within the code)
23364
23365
23366 ------------------------------------------------------------------------
23367 r9718 | andrep | 2005-01-11 10:17:56 +0100 (Tue, 11 Jan 2005) | 4 lines
23368 Changed paths:
23369    M /trunk/modules/codec/theora.c
23370
23371 * theora.c: Eliminate display artifacts when the very first frame of the
23372   stream isn't a keyframe
23373
23374
23375 ------------------------------------------------------------------------
23376 r9717 | andrep | 2005-01-11 09:58:06 +0100 (Tue, 11 Jan 2005) | 3 lines
23377 Changed paths:
23378    M /trunk/modules/codec/theora.c
23379
23380 * theora.c: Fixed weird display artifacts when seeking on Theora videos
23381
23382
23383 ------------------------------------------------------------------------
23384 r9716 | bigben | 2005-01-10 22:08:45 +0100 (Mon, 10 Jan 2005) | 5 lines
23385 Changed paths:
23386    M /trunk/modules/access/v4l/v4l.c
23387
23388 * End of the implementation of the v4l-*options
23389
23390 If somebody who has a v4l device could actually test that... (at least if the default values for the options make sense).
23391
23392
23393 ------------------------------------------------------------------------
23394 r9715 | fkuehne | 2005-01-10 18:37:01 +0100 (Mon, 10 Jan 2005) | 1 line
23395 Changed paths:
23396    M /trunk/extras/contrib/src/packages.mak
23397
23398 * changed the GNU mirror once again, since the Irish one I choose previously is as bad as the GNU-main server -- let's use the LEO-server of the technical university of Munich (Germany), which is highly reliable (also an OpenOffice, Gentoo, Debian mirror)
23399 ------------------------------------------------------------------------
23400 r9714 | sam | 2005-01-10 12:09:35 +0100 (Mon, 10 Jan 2005) | 2 lines
23401 Changed paths:
23402    M /trunk/configure.ac
23403
23404   * configure.ac: -lfreetype requires -lm.
23405
23406 ------------------------------------------------------------------------
23407 r9713 | bigben | 2005-01-09 23:45:24 +0100 (Sun, 09 Jan 2005) | 6 lines
23408 Changed paths:
23409    M /trunk/modules/access/pvr/pvr.c
23410    M /trunk/modules/access/v4l/v4l.c
23411
23412 * v4l.c:
23413         - Add --v4l-* options for all the parametters that can be set from the MRL, so we have a complete Panel in the wx interface and some doc in the command line
23414         - Only declaration for now, options don't make anything yet
23415 * pvr.c: describe height as height, not width
23416
23417
23418 ------------------------------------------------------------------------
23419 r9711 | asmax | 2005-01-09 20:46:39 +0100 (Sun, 09 Jan 2005) | 2 lines
23420 Changed paths:
23421    M /trunk/modules/gui/skins2/Modules.am
23422    A /trunk/modules/gui/skins2/macosx
23423    A /trunk/modules/gui/skins2/macosx/macosx_dragdrop.cpp
23424    A /trunk/modules/gui/skins2/macosx/macosx_dragdrop.hpp
23425    A /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
23426    A /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
23427    A /trunk/modules/gui/skins2/macosx/macosx_graphics.cpp
23428    A /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
23429    A /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
23430    A /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
23431    A /trunk/modules/gui/skins2/macosx/macosx_timer.cpp
23432    A /trunk/modules/gui/skins2/macosx/macosx_timer.hpp
23433    A /trunk/modules/gui/skins2/macosx/macosx_tooltip.cpp
23434    A /trunk/modules/gui/skins2/macosx/macosx_tooltip.hpp
23435    A /trunk/modules/gui/skins2/macosx/macosx_window.cpp
23436    A /trunk/modules/gui/skins2/macosx/macosx_window.hpp
23437    M /trunk/modules/gui/skins2/src/os_factory.cpp
23438
23439 - all: skeleton for a MacOSX port of skins2 (happy new year ;)
23440
23441 ------------------------------------------------------------------------
23442 r9710 | asmax | 2005-01-08 18:49:22 +0100 (Sat, 08 Jan 2005) | 4 lines
23443 Changed paths:
23444    M /trunk/src/playlist/playlist.c
23445
23446 - playlist.c: avoid a segfault when playlist_ViewFind() returns NULL.
23447  Anyway I guess it should not happen so there is a bug in the playlist
23448  code but I have no time to understand it...
23449
23450 ------------------------------------------------------------------------
23451 r9709 | ipkiss | 2005-01-07 22:08:25 +0100 (Fri, 07 Jan 2005) | 2 lines
23452 Changed paths:
23453    M /trunk/TODO
23454
23455  * TODO: Added little hints for the OS X port of the skins
23456
23457 ------------------------------------------------------------------------
23458 r9708 | massiot | 2005-01-07 21:21:59 +0100 (Fri, 07 Jan 2005) | 12 lines
23459 Changed paths:
23460    M /trunk/configure.ac
23461    M /trunk/modules/access/dvb/access.c
23462    M /trunk/modules/access/dvb/dvb.h
23463    M /trunk/modules/access/dvb/en50221.c
23464    M /trunk/modules/access/dvb/linux_dvb.c
23465    M /trunk/modules/demux/ts.c
23466
23467 * modules/access/dvb:
23468   - Rewrote QPSK frontend tuning functions, after reading the doc - it
23469     should hopefully fix the infamous "Operation not permitted" problem.
23470   - Permanently monitor the frontend status, and reinit it if it crashes.
23471   - New --dvb-high-voltage option for very long cables.
23472   - Moved all EN 50 221-related code from ts.c to en50221.c. We no longer
23473     need the --ts-capmt-sysid option because the sysid is determined
23474     automatically from the CAM.
23475   - Also changed the way we send the CAPMTs to the CAM, hoping to fix a bug
23476     with Aston professional CAMs which all of sudden stop descrambling
23477     a program after a few days.
23478
23479 ------------------------------------------------------------------------
23480 r9707 | massiot | 2005-01-07 21:04:46 +0100 (Fri, 07 Jan 2005) | 3 lines
23481 Changed paths:
23482    M /trunk/include/vlc_block.h
23483    M /trunk/modules/access_output/udp.c
23484    M /trunk/modules/mux/mpeg/ts.c
23485
23486 * modules/access_output/udp.c: When using --udp-group, do not send two PCRs
23487   at once. This requires the export of the PCR block_flag.
23488
23489 ------------------------------------------------------------------------
23490 r9706 | massiot | 2005-01-07 20:57:00 +0100 (Fri, 07 Jan 2005) | 3 lines
23491 Changed paths:
23492    M /trunk/modules/access/udp.c
23493
23494 * modules/access/udp.c: When udp is invoked as 'rtp:', only consider RTP
23495   packets.
23496
23497 ------------------------------------------------------------------------
23498 r9705 | massiot | 2005-01-07 20:55:48 +0100 (Fri, 07 Jan 2005) | 2 lines
23499 Changed paths:
23500    M /trunk/modules/access/pvr/pvr.c
23501
23502 * modules/access/pvr/pvr.c: Added --pvr-caching option.
23503
23504 ------------------------------------------------------------------------
23505 r9702 | gbazin | 2005-01-07 15:05:03 +0100 (Fri, 07 Jan 2005) | 1 line
23506 Changed paths:
23507    M /trunk/modules/audio_output/waveout.c
23508
23509 * modules/audio_output/waveout.c: increase the audio buffer size under WinCE.
23510 ------------------------------------------------------------------------
23511 r9701 | gbazin | 2005-01-07 10:54:01 +0100 (Fri, 07 Jan 2005) | 1 line
23512 Changed paths:
23513    M /trunk/include/aout_internal.h
23514
23515 * include/aout_internal.h: fixed old memory leak when alloca() isn't available.
23516 ------------------------------------------------------------------------
23517 r9700 | gbazin | 2005-01-07 01:19:43 +0100 (Fri, 07 Jan 2005) | 1 line
23518 Changed paths:
23519    M /trunk/evc/vlc.vcw
23520
23521
23522 ------------------------------------------------------------------------
23523 r9699 | gbazin | 2005-01-07 01:19:09 +0100 (Fri, 07 Jan 2005) | 1 line
23524 Changed paths:
23525    M /trunk/configure.ac
23526
23527 * configure.ac: added wince plugin to the build system.
23528 ------------------------------------------------------------------------
23529 r9698 | gbazin | 2005-01-07 00:52:00 +0100 (Fri, 07 Jan 2005) | 2 lines
23530 Changed paths:
23531    A /trunk/modules/gui/wince
23532    A /trunk/modules/gui/wince/Modules.am
23533    A /trunk/modules/gui/wince/bitmaps
23534    A /trunk/modules/gui/wince/bitmaps/toolbar1.bmp
23535    A /trunk/modules/gui/wince/bitmaps/toolbar2.bmp
23536    A /trunk/modules/gui/wince/bitmaps/toolbar3.bmp
23537    A /trunk/modules/gui/wince/bitmaps/vlc16x16.ico
23538    A /trunk/modules/gui/wince/fileinfo.cpp
23539    A /trunk/modules/gui/wince/interface.cpp
23540    A /trunk/modules/gui/wince/iteminfo.cpp
23541    A /trunk/modules/gui/wince/menus.cpp
23542    A /trunk/modules/gui/wince/messages.cpp
23543    A /trunk/modules/gui/wince/open.cpp
23544    A /trunk/modules/gui/wince/playlist.cpp
23545    A /trunk/modules/gui/wince/preferences.cpp
23546    A /trunk/modules/gui/wince/preferences_widgets.cpp
23547    A /trunk/modules/gui/wince/preferences_widgets.h
23548    A /trunk/modules/gui/wince/subtitles.cpp
23549    A /trunk/modules/gui/wince/timer.cpp
23550    A /trunk/modules/gui/wince/video.cpp
23551    A /trunk/modules/gui/wince/wince.cpp
23552    A /trunk/modules/gui/wince/wince.h
23553
23554 * modules/gui/wince/*: New Windows CE interface by Cedric Marodon <cedric_marodon at yahoo dot fr> (ported from the vlcpocketpc project by myself after some heavy code cleanup).
23555
23556 ------------------------------------------------------------------------
23557 r9697 | fkuehne | 2005-01-07 00:40:18 +0100 (Fri, 07 Jan 2005) | 3 lines
23558 Changed paths:
23559    M /trunk/po/POTFILES.in
23560    M /trunk/po/da.po
23561    M /trunk/po/de.po
23562    M /trunk/po/en_GB.po
23563    M /trunk/po/es.po
23564    M /trunk/po/fr.po
23565    M /trunk/po/hu.po
23566    M /trunk/po/it.po
23567    M /trunk/po/ja.po
23568    M /trunk/po/nl.po
23569    M /trunk/po/no.po
23570    M /trunk/po/pl.po
23571    M /trunk/po/pt_BR.po
23572    M /trunk/po/ru.po
23573    M /trunk/po/sv.po
23574    M /trunk/po/vlc.pot
23575
23576 * ALL: updated the po-files
23577 * da.po: update to the Danish translation by Jonas Larsen and Morten Brix Pedersen
23578 * de.po: got some stuff in sync to the German translation of play-howto
23579 ------------------------------------------------------------------------
23580 r9696 | gbazin | 2005-01-06 23:05:22 +0100 (Thu, 06 Jan 2005) | 1 line
23581 Changed paths:
23582    M /trunk/modules/codec/vorbis.c
23583
23584 * modules/codec/vorbis.c: fixed tremor output.
23585 ------------------------------------------------------------------------
23586 r9695 | fkuehne | 2005-01-06 20:54:24 +0100 (Thu, 06 Jan 2005) | 1 line
23587 Changed paths:
23588    M /trunk/modules/gui/macosx/playlist.m
23589
23590 * fixed wrong grammar ('1 items in list')
23591 ------------------------------------------------------------------------
23592 r9694 | fkuehne | 2005-01-06 18:58:07 +0100 (Thu, 06 Jan 2005) | 4 lines
23593 Changed paths:
23594    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
23595    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
23596    M /trunk/modules/gui/macosx/controls.h
23597    M /trunk/modules/gui/macosx/controls.m
23598    M /trunk/modules/gui/macosx/intf.h
23599    M /trunk/modules/gui/macosx/intf.m
23600    M /trunk/modules/gui/macosx/open.h
23601    M /trunk/modules/gui/macosx/open.m
23602
23603 * controls.m: call openFileGeneric via VLCMain and not directly from VLCOpen
23604 * controls.h: removed "o_open"
23605 * intf.*, open.*: make sure the open-nib is loaded only once, don't load it at launch time but dynamic and do it in VLCMain, so VLCOpen does not know about it anymore
23606 * MainMenu.nib: we don't need instances of VLCOpen and VLCOutput anymore
23607 ------------------------------------------------------------------------
23608 r9693 | titer | 2005-01-06 16:15:24 +0100 (Thu, 06 Jan 2005) | 2 lines
23609 Changed paths:
23610    M /trunk/modules/control/http.c
23611
23612  control/http.c: gcc < 3 compile fix
23613
23614 ------------------------------------------------------------------------
23615 r9692 | gbazin | 2005-01-05 23:45:36 +0100 (Wed, 05 Jan 2005) | 1 line
23616 Changed paths:
23617    M /trunk/modules/access/file.c
23618    M /trunk/src/misc/cpu.c
23619    M /trunk/src/misc/modules.c
23620
23621 * src/misc/modules.c,cpu.c, modules/access/file.c: WinCE fixes.
23622 ------------------------------------------------------------------------
23623 r9691 | gbazin | 2005-01-05 23:42:57 +0100 (Wed, 05 Jan 2005) | 1 line
23624 Changed paths:
23625    M /trunk/src/input/stream.c
23626
23627 * src/input/stream.c: decrease memory requirements for WinCE.
23628 ------------------------------------------------------------------------
23629 r9690 | gbazin | 2005-01-05 23:24:30 +0100 (Wed, 05 Jan 2005) | 1 line
23630 Changed paths:
23631    M /trunk/toolbox
23632
23633 * toolbox: added an evc ARMV4 target.
23634 ------------------------------------------------------------------------
23635 r9689 | gbazin | 2005-01-05 23:23:13 +0100 (Wed, 05 Jan 2005) | 1 line
23636 Changed paths:
23637    M /trunk/evc/libvlc.vcp.in
23638    M /trunk/evc/plugins.vcp.in
23639    M /trunk/evc/vlc.vcp.in
23640
23641 * evc/*: added an ARMV4 target.
23642 ------------------------------------------------------------------------
23643 r9688 | gbazin | 2005-01-05 22:14:53 +0100 (Wed, 05 Jan 2005) | 1 line
23644 Changed paths:
23645    M /trunk/configure.ac
23646
23647 * configure.ac: fix Dirac detection (patch by Anuradha Suraparaju).
23648 ------------------------------------------------------------------------
23649 r9687 | djc | 2005-01-05 01:19:09 +0100 (Wed, 05 Jan 2005) | 8 lines
23650 Changed paths:
23651    M /trunk/modules/control/http.c
23652    A /trunk/share/http/cone_minus.png
23653    A /trunk/share/http/cone_plus.png
23654    M /trunk/share/http/index.html
23655    M /trunk/share/http/style.css
23656
23657 Work to support new playlist in http interface.
23658 + correct a bug in the <vlc id="foreach" param1="integer" /> macro
23659 + add a <vlc id="stack" /> to print the rpn stack in debug messages
23660 + add the != operator in rpn evaluation
23661
23662 Compatibility with old pages should be respected...
23663
23664
23665 ------------------------------------------------------------------------
23666 r9686 | fkuehne | 2005-01-04 00:01:42 +0100 (Tue, 04 Jan 2005) | 1 line
23667 Changed paths:
23668    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
23669    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
23670    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
23671    A /trunk/extras/MacOSX/Resources/English.lproj/Open.nib
23672    A /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/classes.nib
23673    A /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
23674    A /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
23675    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
23676    M /trunk/modules/gui/macosx/controls.m
23677    M /trunk/modules/gui/macosx/intf.h
23678    M /trunk/modules/gui/macosx/intf.m
23679    M /trunk/modules/gui/macosx/open.h
23680    M /trunk/modules/gui/macosx/open.m
23681
23682 * seperated the open, sout and sub-open dialogues from the main nib
23683 ------------------------------------------------------------------------
23684 r9685 | fkuehne | 2005-01-03 21:10:38 +0100 (Mon, 03 Jan 2005) | 1 line
23685 Changed paths:
23686    M /trunk/modules/gui/macosx/prefs.h
23687    M /trunk/modules/gui/macosx/prefs.m
23688
23689 * declared the shared instance properly (forgot that yesterday)
23690 ------------------------------------------------------------------------
23691 r9684 | djc | 2005-01-02 23:45:36 +0100 (Sun, 02 Jan 2005) | 2 lines
23692 Changed paths:
23693    M /trunk/src/playlist/sort.c
23694
23695 Fix a bug when shuffling playlist with 1 item
23696
23697 ------------------------------------------------------------------------
23698 r9683 | fkuehne | 2005-01-02 21:01:50 +0100 (Sun, 02 Jan 2005) | 2 lines
23699 Changed paths:
23700    M /trunk/THANKS
23701    M /trunk/po/da.po
23702
23703 * po/da.po: update to the Danish translation by Jonas Larsen and Morten Brix Pedersen
23704 * THANKS: added Morten Brix Pedersen
23705 ------------------------------------------------------------------------
23706 r9682 | fkuehne | 2005-01-02 19:58:53 +0100 (Sun, 02 Jan 2005) | 1 line
23707 Changed paths:
23708    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
23709    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
23710    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
23711    A /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib
23712    A /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/classes.nib
23713    A /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/info.nib
23714    A /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/keyedobjects.nib
23715    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
23716    M /trunk/modules/gui/macosx/intf.m
23717    M /trunk/modules/gui/macosx/prefs.m
23718
23719 * moved the preferences-window to a seperate nib-file
23720 ------------------------------------------------------------------------
23721 r9681 | fkuehne | 2005-01-01 19:13:51 +0100 (Sat, 01 Jan 2005) | 2 lines
23722 Changed paths:
23723    M /trunk/THANKS
23724
23725 * give credit to Jonas Larsen for creating the Danish l10n
23726 * replace all "@" with " at "
23727 ------------------------------------------------------------------------
23728 r9680 | fkuehne | 2005-01-01 18:54:05 +0100 (Sat, 01 Jan 2005) | 1 line
23729 Changed paths:
23730    M /trunk/extras/contrib/src/Makefile
23731
23732 * build libiconv without i18n-support, so it can be compiled without gettext -- gettext will be compiled afterwards, so it can take advantage of libiconv
23733 ------------------------------------------------------------------------
23734 r9679 | fkuehne | 2005-01-01 17:29:51 +0100 (Sat, 01 Jan 2005) | 1 line
23735 Changed paths:
23736    M /trunk/extras/contrib/src/Makefile
23737
23738 * make sure gettext is built before libiconv, since it is needed for its compilation
23739 ------------------------------------------------------------------------
23740 r9678 | fkuehne | 2005-01-01 16:41:08 +0100 (Sat, 01 Jan 2005) | 2 lines
23741 Changed paths:
23742    M /trunk/extras/contrib/src/packages.mak
23743
23744 * use "heanet.dl.sourceforge.net" for downloading FreeType, since www.freetype.org does not respond
23745 * use "ftp.heanet.ie" instead of "ftp.gnu.org" as GNU mirror, since the main-server does not respond (I'll revoke this change, when the main-server is usable again)
23746 ------------------------------------------------------------------------
23747 r9677 | zorglub | 2004-12-29 17:15:50 +0100 (Wed, 29 Dec 2004) | 2 lines
23748 Changed paths:
23749    M /trunk/modules/video_output/image.c
23750
23751 Reuse the encoder
23752
23753 ------------------------------------------------------------------------