]> git.sesse.net Git - vlc/blob - ChangeLog
* prepare 0.8.2-test1
[vlc] / ChangeLog
1 ------------------------------------------------------------------------
2 r10979 | gbazin | 2005-05-12 14:18:38 +0200 (jeu, 12 mai 2005) | 1 line
3 Changed paths:
4    M /trunk/src/libvlc.c
5    M /trunk/src/playlist/services_discovery.c
6
7 * src/libvlc.c, src/playlist/services_discovery.c: fixed --services-discovery and --extraintf to use the new modules list syntax.
8 ------------------------------------------------------------------------
9 r10978 | djc | 2005-05-12 02:12:44 +0200 (jeu, 12 mai 2005) | 2 lines
10 Changed paths:
11    M /trunk/modules/gui/macosx/prefs_widgets.m
12
13 Change , to : in MacOSX preferences. Refs #111
14
15 ------------------------------------------------------------------------
16 r10977 | damienf | 2005-05-11 18:59:28 +0200 (mer, 11 mai 2005) | 2 lines
17 Changed paths:
18    M /trunk/activex/test.html
19
20 test.html: improved user feedback, especially for live stream
21
22 ------------------------------------------------------------------------
23 r10976 | damienf | 2005-05-11 18:56:46 +0200 (mer, 11 mai 2005) | 6 lines
24 Changed paths:
25    M /trunk/activex/axvlc.idl
26    M /trunk/activex/axvlc.tlb
27    M /trunk/activex/axvlc_idl.c
28    M /trunk/activex/axvlc_idl.h
29    M /trunk/activex/main.cpp
30    M /trunk/activex/viewobject.cpp
31    M /trunk/activex/viewobject.h
32    M /trunk/activex/vlccontrol.cpp
33    M /trunk/activex/vlccontrol.h
34    M /trunk/include/variables.h
35    M /trunk/include/vlc/vlc.h
36    M /trunk/src/libvlc.c
37
38 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
39
40 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.
41
42 main.cpp, viewobject.h, viewobject.cpp: support for advise on viewobject
43
44 ------------------------------------------------------------------------
45 r10975 | bigben | 2005-05-11 17:44:28 +0200 (mer, 11 mai 2005) | 5 lines
46 Changed paths:
47    M /trunk/modules/gui/macosx/intf.m
48    M /trunk/modules/gui/macosx/playlist.m
49
50 * Transmit keyboard events from the arrow and enter key to the main controller, so that playlist navigation with the keyboard is possible.
51 * This doesn't conflict with dvd menu navigation.
52 * If these keys are set to an action that is handled by Cocoa, this action will have priority.
53
54
55 ------------------------------------------------------------------------
56 r10974 | gbazin | 2005-05-11 17:34:24 +0200 (mer, 11 mai 2005) | 1 line
57 Changed paths:
58    M /trunk/modules/gui/wxwindows/extrapanel.cpp
59    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
60    M /trunk/src/audio_output/input.c
61    M /trunk/src/video_output/video_output.c
62    M /trunk/src/video_output/vout_subpictures.c
63
64 * 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.
65 ------------------------------------------------------------------------
66 r10973 | hartman | 2005-05-11 15:50:49 +0200 (mer, 11 mai 2005) | 2 lines
67 Changed paths:
68    M /trunk/modules/gui/macosx/vout.m
69
70 * vout.m: small codefixes that were not 100% problems.
71
72 ------------------------------------------------------------------------
73 r10972 | gbazin | 2005-05-11 15:18:00 +0200 (mer, 11 mai 2005) | 1 line
74 Changed paths:
75    M /trunk/Makefile.am
76
77 * Makefile.am: fixed build problem.
78 ------------------------------------------------------------------------
79 r10971 | djc | 2005-05-11 14:19:05 +0200 (mer, 11 mai 2005) | 3 lines
80 Changed paths:
81    M /trunk/modules/gui/macosx/intf.h
82    M /trunk/modules/gui/macosx/playlist.h
83    M /trunk/modules/gui/macosx/playlist.m
84    M /trunk/modules/gui/macosx/prefs_widgets.m
85
86 Change the searchField in NSSearchField when macos >= 10.3
87 Move MACOS_VERSION macro to intf.h
88
89 ------------------------------------------------------------------------
90 r10970 | gbazin | 2005-05-11 13:30:12 +0200 (mer, 11 mai 2005) | 1 line
91 Changed paths:
92    M /trunk/Makefile.am
93    M /trunk/configure.ac
94
95 * configure.ac, Makefile.am: fixes for WinCE build.
96 ------------------------------------------------------------------------
97 r10969 | hartman | 2005-05-11 12:19:28 +0200 (mer, 11 mai 2005) | 2 lines
98 Changed paths:
99    M /trunk/extras/contrib/src/packages.mak
100
101 * Use a newer liveMedia version. November one is a bit old.
102
103 ------------------------------------------------------------------------
104 r10968 | djc | 2005-05-11 11:59:41 +0200 (mer, 11 mai 2005) | 2 lines
105 Changed paths:
106    M /trunk/modules/gui/macosx/prefs_widgets.m
107
108 Use new selectors only if they exist...
109
110 ------------------------------------------------------------------------
111 r10967 | djc | 2005-05-11 11:42:34 +0200 (mer, 11 mai 2005) | 2 lines
112 Changed paths:
113    M /trunk/modules/gui/macosx/prefs.m
114    M /trunk/modules/gui/macosx/prefs_widgets.m
115
116 *: remove fprintf debug messages
117
118 ------------------------------------------------------------------------
119 r10966 | djc | 2005-05-11 11:37:49 +0200 (mer, 11 mai 2005) | 3 lines
120 Changed paths:
121    M /trunk/modules/gui/macosx/intf.m
122    M /trunk/modules/gui/macosx/prefs_widgets.m
123
124 Preferences panel can be viewed on X.2. Closes #104.
125 + fix hotkeys widget with macos < 10.3
126
127 ------------------------------------------------------------------------
128 r10965 | gbazin | 2005-05-11 09:05:09 +0200 (mer, 11 mai 2005) | 1 line
129 Changed paths:
130    M /trunk/evc/config.h.in
131    M /trunk/msvc/config.h.in
132
133 * ms(e)vc/config.h.in: define HAVE_DYNAMIC_PLUGINS.
134 ------------------------------------------------------------------------
135 r10964 | djc | 2005-05-11 01:08:52 +0200 (mer, 11 mai 2005) | 2 lines
136 Changed paths:
137    M /trunk/modules/gui/macosx/controls.h
138    M /trunk/modules/gui/macosx/controls.m
139    M /trunk/modules/gui/macosx/intf.h
140    M /trunk/modules/gui/macosx/intf.m
141    M /trunk/modules/gui/macosx/playlist.m
142
143 Fix a bug in playlist + delete updateVolumeSlider (closes #93)
144
145 ------------------------------------------------------------------------
146 r10963 | dionoea | 2005-05-11 00:05:54 +0200 (mer, 11 mai 2005) | 3 lines
147 Changed paths:
148    M /trunk/modules/gui/wxwindows/playlist.cpp
149
150 check if pointers are NULL (Closes #86 -> we can release test1)
151 event reporting in wxwin32 seems to be different than in wxgtk
152
153 ------------------------------------------------------------------------
154 r10962 | zorglub | 2005-05-10 23:19:08 +0200 (mar, 10 mai 2005) | 2 lines
155 Changed paths:
156    M /trunk/src/playlist/item-ext.c
157
158 Fix playlist behaviour with delete in HTTP intf (Closes #105)
159
160 ------------------------------------------------------------------------
161 r10961 | xtophe | 2005-05-10 21:31:07 +0200 (mar, 10 mai 2005) | 4 lines
162 Changed paths:
163    M /trunk/share/http/index.html
164
165 * Work around for the lag (close #3)
166 * Change the playlist because at least FX and IE don't like cascading forms
167 * control=sout is not a valid control
168
169 ------------------------------------------------------------------------
170 r10960 | djc | 2005-05-10 18:18:43 +0200 (mar, 10 mai 2005) | 2 lines
171 Changed paths:
172    M /trunk/modules/gui/macosx/playlistinfo.m
173
174 Should fix prolems during launch of VLC on xserve...
175
176 ------------------------------------------------------------------------
177 r10956 | hartman | 2005-05-10 15:35:27 +0200 (mar, 10 mai 2005) | 1 line
178 Changed paths:
179    M /trunk/extras/contrib/src/Makefile
180
181 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
182 ------------------------------------------------------------------------
183 r10955 | dionoea | 2005-05-10 15:02:11 +0200 (mar, 10 mai 2005) | 4 lines
184 Changed paths:
185    M /trunk/src/misc/vlm.c
186
187  * show number of broadcast and vod media items within show command
188 When we end the feature freeze, we'll have to complete the show command to
189 show (for example) the number of clients connected
190
191 ------------------------------------------------------------------------
192 r10954 | dionoea | 2005-05-10 14:56:02 +0200 (mar, 10 mai 2005) | 2 lines
193 Changed paths:
194    M /trunk/NEWS
195    M /trunk/configure.ac
196
197 change version number to 0.8.2-svn2 (0.8.2.svn broke the windows build)
198
199 ------------------------------------------------------------------------
200 r10953 | courmisch | 2005-05-10 13:39:32 +0200 (mar, 10 mai 2005) | 4 lines
201 Changed paths:
202    M /trunk/modules/access_output/file.c
203
204 Support for large files in stream output
205 Closes #48
206 Closes Debian #306110
207
208 ------------------------------------------------------------------------
209 r10952 | gbazin | 2005-05-10 12:38:35 +0200 (mar, 10 mai 2005) | 1 line
210 Changed paths:
211    M /trunk/modules/codec/ffmpeg/encoder.c
212    M /trunk/modules/codec/ffmpeg/video.c
213    M /trunk/modules/stream_out/switcher.c
214
215 * modules/codec/ffmpeg/*, modules/stream_out/switcher.c: fix compilation with new ffmpeg versions (use native timebase).
216 ------------------------------------------------------------------------
217 r10951 | fkuehne | 2005-05-10 09:30:52 +0200 (mar, 10 mai 2005) | 1 line
218 Changed paths:
219    M /trunk/extras/contrib/src/packages.mak
220
221 * there seem to be problems with SourceForge's heanet-mirror, using switch (located in CH) instead now
222 ------------------------------------------------------------------------
223 r10950 | fkuehne | 2005-05-09 22:00:43 +0200 (lun, 09 mai 2005) | 1 line
224 Changed paths:
225    M /trunk/extras/contrib/src/packages.mak
226
227 * changed the download-location of libtheora to our server since their own refuses to work once again
228 ------------------------------------------------------------------------
229 r10949 | fkuehne | 2005-05-09 21:29:48 +0200 (lun, 09 mai 2005) | 1 line
230 Changed paths:
231    M /trunk/extras/contrib/src/packages.mak
232
233 * updated GnuTLS to 1.2.3, fixes #95 on BeOS and OSX
234 ------------------------------------------------------------------------
235 r10948 | dionoea | 2005-05-09 21:23:39 +0200 (lun, 09 mai 2005) | 3 lines
236 Changed paths:
237    M /trunk/src/libvlc.h
238
239  * change snapshot hotkey for non OS X users to ctrl-alt-s (instead of
240    ctrl-s which is also used for changing skins)
241
242 ------------------------------------------------------------------------
243 r10947 | courmisch | 2005-05-09 21:01:25 +0200 (lun, 09 mai 2005) | 3 lines
244 Changed paths:
245    M /trunk/src/misc/net.c
246
247 Don't print an error message when attempting to recv returns EAGAIN
248 (can only happens if we're using SSL and it is a not an error situation)
249
250 ------------------------------------------------------------------------
251 r10946 | bigben | 2005-05-09 20:59:11 +0200 (lun, 09 mai 2005) | 3 lines
252 Changed paths:
253    M /trunk/modules/gui/macosx/equalizer.m
254
255 * 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.
256
257
258 ------------------------------------------------------------------------
259 r10945 | courmisch | 2005-05-09 20:31:29 +0200 (lun, 09 mai 2005) | 2 lines
260 Changed paths:
261    M /trunk/modules/demux/livedotcom.cpp
262
263 Encode URL if needed (should fix Debian bug #279735)
264
265 ------------------------------------------------------------------------
266 r10944 | courmisch | 2005-05-09 20:23:32 +0200 (lun, 09 mai 2005) | 2 lines
267 Changed paths:
268    M /trunk/include/network.h
269
270 Fix C++ compilation
271
272 ------------------------------------------------------------------------
273 r10943 | bigben | 2005-05-09 19:00:15 +0200 (lun, 09 mai 2005) | 3 lines
274 Changed paths:
275    M /trunk/modules/gui/macosx/equalizer.m
276
277 * Fix some variable initilization bugs
278
279
280 ------------------------------------------------------------------------
281 r10942 | fkuehne | 2005-05-09 18:46:13 +0200 (lun, 09 mai 2005) | 1 line
282 Changed paths:
283    M /trunk/modules/access/vcdx/vcd.c
284
285 * fix the compilation which were accidentally broken in r10922
286 ------------------------------------------------------------------------
287 r10941 | sam | 2005-05-09 18:22:10 +0200 (lun, 09 mai 2005) | 3 lines
288 Changed paths:
289    M /trunk/NEWS
290    M /trunk/configure.ac
291
292   * Changed temporary version to 0.8.2.svn. Sorry about that, but it
293     conflicts with the version in Debian which I am unable to change.
294
295 ------------------------------------------------------------------------
296 r10940 | fkuehne | 2005-05-09 17:55:46 +0200 (lun, 09 mai 2005) | 1 line
297 Changed paths:
298    M /trunk/extras/contrib/bootstrap
299
300 * fix to the svn-recognition
301 ------------------------------------------------------------------------
302 r10939 | dionoea | 2005-05-09 11:46:31 +0200 (lun, 09 mai 2005) | 6 lines
303 Changed paths:
304    M /trunk/share/http/index.html
305    M /trunk/share/http/style.css
306
307 index.html : fix « Weird URLs
308   (?control=stop&control=seek&control=seek&seek_value=&control=seek) »
309
310 style.css : small esthetic fix
311
312
313 ------------------------------------------------------------------------
314 r10938 | djc | 2005-05-09 04:11:31 +0200 (lun, 09 mai 2005) | 2 lines
315 Changed paths:
316    M /trunk/extras/contrib/src/Makefile
317
318 Change gpgerror to gpg-error and add $(INSTALL_NAME) to it
319
320 ------------------------------------------------------------------------
321 r10937 | dionoea | 2005-05-09 03:58:09 +0200 (lun, 09 mai 2005) | 2 lines
322 Changed paths:
323    M /trunk/modules/gui/wxwindows/extrapanel.cpp
324
325 fix a segfault (i didn't know strstr segfaulted when the haystak was NULL ...)
326
327 ------------------------------------------------------------------------
328 r10936 | djc | 2005-05-09 01:58:04 +0200 (lun, 09 mai 2005) | 2 lines
329 Changed paths:
330    M /trunk/extras/contrib/src/Makefile
331
332 This should fix libs dependences
333
334 ------------------------------------------------------------------------
335 r10935 | djc | 2005-05-09 00:56:34 +0200 (lun, 09 mai 2005) | 2 lines
336 Changed paths:
337    M /trunk/modules/gui/macosx/prefs_widgets.m
338
339 Fix hotkeys view in macosx.3 + UTF8 strings in module list
340
341 ------------------------------------------------------------------------
342 r10934 | fkuehne | 2005-05-08 21:55:18 +0200 (dim, 08 mai 2005) | 1 line
343 Changed paths:
344    M /trunk/extras/contrib/src/Makefile
345
346 * let's build libtwolame by default on OSX and Linux; we might want to disable the original lame in the final release
347 ------------------------------------------------------------------------
348 r10933 | robux4 | 2005-05-08 16:14:20 +0200 (dim, 08 mai 2005) | 1 line
349 Changed paths:
350    M /trunk/extras/contrib/src/Makefile
351
352 contrib: make the SVN vs release build really work on OS X
353 ------------------------------------------------------------------------
354 r10932 | robux4 | 2005-05-08 16:14:12 +0200 (dim, 08 mai 2005) | 1 line
355 Changed paths:
356    M /trunk/extras/contrib/bootstrap
357
358 contrib: make the SVN vs release build really work on OS X
359 ------------------------------------------------------------------------
360 r10931 | bigben | 2005-05-08 15:56:18 +0200 (dim, 08 mai 2005) | 3 lines
361 Changed paths:
362    M /trunk/extras/contrib/bootstrap
363
364 get rid of windows style line breaks
365
366
367 ------------------------------------------------------------------------
368 r10930 | robux4 | 2005-05-08 13:11:08 +0200 (dim, 08 mai 2005) | 1 line
369 Changed paths:
370    M /trunk/extras/contrib/bootstrap
371    M /trunk/extras/contrib/src/Makefile
372
373 contrib: improve the detection of SVN
374 ------------------------------------------------------------------------
375 r10929 | robux4 | 2005-05-08 12:45:37 +0200 (dim, 08 mai 2005) | 1 line
376 Changed paths:
377    M /trunk/extras/contrib/bootstrap
378    M /trunk/extras/contrib/src/Makefile
379
380 contrib: use SVN only if a client is available
381 ------------------------------------------------------------------------
382 r10928 | dionoea | 2005-05-08 12:42:32 +0200 (dim, 08 mai 2005) | 2 lines
383 Changed paths:
384    M /trunk/modules/gui/wxwindows/extrapanel.cpp
385
386 check if equalizer and equalizer-2pass are enabled upon panel creation
387
388 ------------------------------------------------------------------------
389 r10927 | dionoea | 2005-05-08 12:20:24 +0200 (dim, 08 mai 2005) | 3 lines
390 Changed paths:
391    M /trunk/modules/gui/wxwindows/extrapanel.cpp
392    M /trunk/modules/gui/wxwindows/wxwindows.h
393
394 * disable equalizer commands in the extended GUI if the equalizer isn't
395   enabled.
396
397 ------------------------------------------------------------------------
398 r10926 | robux4 | 2005-05-08 11:29:18 +0200 (dim, 08 mai 2005) | 1 line
399 Changed paths:
400    M /trunk/msvc/vlc.dsw
401
402 MSVC build: only keep the plugins that compile out of the box
403 ------------------------------------------------------------------------
404 r10925 | robux4 | 2005-05-08 11:14:15 +0200 (dim, 08 mai 2005) | 1 line
405 Changed paths:
406    M /trunk/extras/contrib/src/Makefile
407
408 contrib: build libebml/libmatroska from SVN
409 ------------------------------------------------------------------------
410 r10924 | zorglub | 2005-05-08 09:40:39 +0200 (dim, 08 mai 2005) | 2 lines
411 Changed paths:
412    M /trunk/BUGS
413    M /trunk/TODO
414
415 Clean BUGS and TODO
416
417 ------------------------------------------------------------------------
418 r10923 | robux4 | 2005-05-07 22:52:48 +0200 (sam, 07 mai 2005) | 1 line
419 Changed paths:
420    M /trunk/modules/demux/mkv.cpp
421
422 mkv.cpp: code cleaning
423 ------------------------------------------------------------------------
424 r10922 | fkuehne | 2005-05-07 22:02:48 +0200 (sam, 07 mai 2005) | 6 lines
425 Changed paths:
426    M /trunk/modules/access/vcdx/vcd.c
427    M /trunk/modules/access/vcdx/vcdplayer.c
428    M /trunk/modules/audio_filter/converter/a52tofloat32.c
429    M /trunk/modules/codec/svcdsub.c
430    M /trunk/modules/gui/macosx/controls.m
431
432 * controls.m: added l10n of the volume-string shown when changing the volume
433 * vcdx/vcdplayer.c: disabled l10n of various error messages
434 * 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
435 * rest: disabled l10n of various strings or debug masks which cannot be translated
436
437 more to come
438 ------------------------------------------------------------------------
439 r10921 | courmisch | 2005-05-07 21:09:11 +0200 (sam, 07 mai 2005) | 2 lines
440 Changed paths:
441    M /trunk/configure.ac
442
443 Do not attempt to run "--cflags" and "--idlflags" which are non-existant commands
444
445 ------------------------------------------------------------------------
446 r10920 | robux4 | 2005-05-07 20:19:32 +0200 (sam, 07 mai 2005) | 1 line
447 Changed paths:
448    M /trunk/modules/demux/mkv.cpp
449
450 mkv.cpp: improve the button logic and fix the LinkPGC DVD command (stay in the current segment)
451 ------------------------------------------------------------------------
452 r10919 | robux4 | 2005-05-07 18:38:20 +0200 (sam, 07 mai 2005) | 1 line
453 Changed paths:
454    M /trunk/modules/demux/mkv.cpp
455
456 mkv.cpp: better handling of quitting an ordered edition, add support for the LinkCN DVD command
457 ------------------------------------------------------------------------
458 r10918 | djc | 2005-05-07 18:34:25 +0200 (sam, 07 mai 2005) | 2 lines
459 Changed paths:
460    M /trunk/modules/gui/macosx/prefs.m
461
462 Typo
463
464 ------------------------------------------------------------------------
465 r10917 | djc | 2005-05-07 18:12:31 +0200 (sam, 07 mai 2005) | 2 lines
466 Changed paths:
467    M /trunk/modules/gui/macosx/prefs.m
468
469 Add a notice if advanced items are not shown
470
471 ------------------------------------------------------------------------
472 r10916 | robux4 | 2005-05-07 17:08:54 +0200 (sam, 07 mai 2005) | 1 line
473 Changed paths:
474    M /trunk/modules/demux/mkv.cpp
475
476 mkv.cpp: process the LinkPGCN DVD command correctly
477 ------------------------------------------------------------------------
478 r10915 | robux4 | 2005-05-07 16:33:16 +0200 (sam, 07 mai 2005) | 1 line
479 Changed paths:
480    M /trunk/modules/demux/mkv.cpp
481
482 mkv.cpp: make the DVD command interpretor global to the demuxer, interpret the command when a button is clicked
483 ------------------------------------------------------------------------
484 r10914 | djc | 2005-05-07 11:27:53 +0200 (sam, 07 mai 2005) | 2 lines
485 Changed paths:
486    M /trunk/modules/gui/macosx/prefs.m
487
488 Fix a refcount error
489
490 ------------------------------------------------------------------------
491 r10913 | zorglub | 2005-05-07 08:18:17 +0200 (sam, 07 mai 2005) | 2 lines
492 Changed paths:
493    M /trunk/NEWS
494
495 Document SAP syntax change
496
497 ------------------------------------------------------------------------
498 r10912 | djc | 2005-05-07 03:12:16 +0200 (sam, 07 mai 2005) | 4 lines
499 Changed paths:
500    M /trunk/modules/gui/macosx/prefs.m
501    M /trunk/modules/gui/macosx/prefs_widgets.h
502    M /trunk/modules/gui/macosx/prefs_widgets.m
503
504 *: fix alignment of widgets.
505 - What shall we do for files and module list ?
506 - Why is there a space after "Audio viualization" in src/libvlc.h ?
507
508 ------------------------------------------------------------------------
509 r10911 | djc | 2005-05-06 20:54:09 +0200 (ven, 06 mai 2005) | 2 lines
510 Changed paths:
511    M /trunk/modules/gui/macosx/prefs.m
512    M /trunk/modules/gui/macosx/prefs_widgets.h
513    M /trunk/modules/gui/macosx/prefs_widgets.m
514
515 *: remove useless code
516
517 ------------------------------------------------------------------------
518 r10910 | djc | 2005-05-06 20:15:50 +0200 (ven, 06 mai 2005) | 2 lines
519 Changed paths:
520    M /trunk/modules/gui/macosx/prefs.h
521    M /trunk/modules/gui/macosx/prefs.m
522    M /trunk/modules/gui/macosx/prefs_widgets.h
523    M /trunk/modules/gui/macosx/prefs_widgets.m
524
525 *: fix problems about advanced button
526
527 ------------------------------------------------------------------------
528 r10909 | fkuehne | 2005-05-06 19:42:56 +0200 (ven, 06 mai 2005) | 1 line
529 Changed paths:
530    M /trunk/modules/gui/macosx/playlist.m
531
532 * sorry, forgot to give svn the playlist.m from the previous commit... tztz
533 ------------------------------------------------------------------------
534 r10908 | fkuehne | 2005-05-06 19:41:09 +0200 (ven, 06 mai 2005) | 2 lines
535 Changed paths:
536    M /trunk/modules/gui/ncurses.c
537
538 * playlist.m: use stringWithUTF8String instead of stringWithCString when creating the Services-Discovery-menus to show UTF8-encoded strings properly
539 * ncurses.c: don't localise "Ncurses"
540 ------------------------------------------------------------------------
541 r10907 | fkuehne | 2005-05-06 18:40:01 +0200 (ven, 06 mai 2005) | 2 lines
542 Changed paths:
543    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
544    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
545    M /trunk/modules/gui/macosx/equalizer.m
546
547 * equalizer.m: use preset_list_text instead of preset_list when creating the popup-entries to enable l10n of the presets
548 * MainMenu.nib: made the equaliser's popup a wider so it fits all l10ns
549 ------------------------------------------------------------------------
550 r10906 | robux4 | 2005-05-06 18:12:53 +0200 (ven, 06 mai 2005) | 1 line
551 Changed paths:
552    M /trunk/modules/demux/mkv.cpp
553
554 mkv.cpp: minor enhancements/cleanings of the button handling code
555 ------------------------------------------------------------------------
556 r10905 | robux4 | 2005-05-06 16:51:18 +0200 (ven, 06 mai 2005) | 1 line
557 Changed paths:
558    M /trunk/modules/demux/mkv.cpp
559
560 mkv.cpp: support highlighting a button when clicked (but the alpha channel doesn't seem to work)
561 ------------------------------------------------------------------------
562 r10904 | sigmunau | 2005-05-05 23:39:10 +0200 (jeu, 05 mai 2005) | 2 lines
563 Changed paths:
564    M /trunk/BUGS
565    M /trunk/TODO
566
567 BUGS,TODO: Remove stuff that has been added to Trac
568
569 ------------------------------------------------------------------------
570 r10903 | bigben | 2005-05-05 21:34:56 +0200 (jeu, 05 mai 2005) | 4 lines
571 Changed paths:
572    M /trunk/BUGS
573    M /trunk/modules/gui/macosx/playlist.h
574    M /trunk/modules/gui/macosx/playlist.m
575
576 * playlist.* support for DnD from Finder
577 * BUGS: remove OSX playlist (anyone sees some more issue here readd it with a description...)
578
579
580 ------------------------------------------------------------------------
581 r10902 | fkuehne | 2005-05-05 20:53:17 +0200 (jeu, 05 mai 2005) | 1 line
582 Changed paths:
583    M /trunk/src/misc/vlm.c
584
585 * add the option keyword to the help of vlm and the streaming howto -- patch by Christophe Mutricy
586 ------------------------------------------------------------------------
587 r10901 | fkuehne | 2005-05-05 20:23:53 +0200 (jeu, 05 mai 2005) | 1 line
588 Changed paths:
589    M /trunk/modules/gui/macosx/prefs.m
590
591 * compilation fix
592 ------------------------------------------------------------------------
593 r10900 | fkuehne | 2005-05-05 20:02:30 +0200 (jeu, 05 mai 2005) | 1 line
594 Changed paths:
595    M /trunk/po/es.po
596
597 * update to the Spanish translation by Javier Varela (99% complete now)
598 ------------------------------------------------------------------------
599 r10899 | fkuehne | 2005-05-05 19:03:43 +0200 (jeu, 05 mai 2005) | 1 line
600 Changed paths:
601    M /trunk/extras/contrib/src/Makefile
602
603 * use the ffmpeg-cvs from 2005-04-30 until our ffmpeg-module is fixed
604 ------------------------------------------------------------------------
605 r10898 | djc | 2005-05-05 18:48:22 +0200 (jeu, 05 mai 2005) | 3 lines
606 Changed paths:
607    M /trunk/modules/gui/macosx/prefs.m
608    M /trunk/modules/gui/macosx/prefs_widgets.h
609    M /trunk/modules/gui/macosx/prefs_widgets.m
610
611 - added macosx version detection at runtime with /System/Library/CoreServices/SystemVersion.plist file
612 - wrapped code
613
614 ------------------------------------------------------------------------
615 r10897 | djc | 2005-05-05 12:57:55 +0200 (jeu, 05 mai 2005) | 5 lines
616 Changed paths:
617    M /trunk/modules/gui/macosx/prefs.h
618    M /trunk/modules/gui/macosx/prefs.m
619    M /trunk/modules/gui/macosx/prefs_widgets.h
620    M /trunk/modules/gui/macosx/prefs_widgets.m
621
622 Added widget, fix save, etc.
623 Known bugs: changing advanced view, detection of MacOS X version at
624             runtime and many others...
625
626
627 ------------------------------------------------------------------------
628 r10896 | asmax | 2005-05-04 22:52:43 +0200 (mer, 04 mai 2005) | 7 lines
629 Changed paths:
630    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
631    M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
632    M /trunk/modules/gui/skins2/parser/builder.cpp
633    M /trunk/modules/gui/skins2/parser/builder_data.def
634    M /trunk/modules/gui/skins2/parser/builder_data.hpp
635    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
636    M /trunk/share/skins2/skin.dtd
637
638 * skin.dtd: added an attribute "resize" in the "Image" element, to define
639   the method used to resize the image, which can be "mosaic" (the default)
640   or "scale". Note that the previous behaviour was always "scale" before,
641   but mosaic is much much faster, so use scale method only for fun ;)
642 * skins2/*: support of the new mosaic method; playlist resize with this
643   method is significantly faster!
644
645 ------------------------------------------------------------------------
646 r10895 | sam | 2005-05-04 16:43:00 +0200 (mer, 04 mai 2005) | 2 lines
647 Changed paths:
648    M /trunk/configure.ac
649    M /trunk/src/misc/modules.c
650
651   * do not use a dynamic linker if no plugin support was detected/requested.
652
653 ------------------------------------------------------------------------
654 r10894 | bigben | 2005-05-04 01:18:04 +0200 (mer, 04 mai 2005) | 3 lines
655 Changed paths:
656    M /trunk/BUGS
657
658 Forgot this one...
659
660
661 ------------------------------------------------------------------------
662 r10893 | bigben | 2005-05-04 01:14:39 +0200 (mer, 04 mai 2005) | 3 lines
663 Changed paths:
664    M /trunk/BUGS
665
666 One more bug
667
668
669 ------------------------------------------------------------------------
670 r10892 | bigben | 2005-05-04 01:04:10 +0200 (mer, 04 mai 2005) | 3 lines
671 Changed paths:
672    M /trunk/BUGS
673
674 some more bugs...
675
676
677 ------------------------------------------------------------------------
678 r10891 | bigben | 2005-05-04 00:44:17 +0200 (mer, 04 mai 2005) | 5 lines
679 Changed paths:
680    M /trunk/modules/gui/macosx/playlist.m
681
682 * Fixes a silly bug in the filling of the NSMutableDictionary that stores the p_item->node correspondance in the playlist
683 * 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
684 * Make the currently playling item, as well as its parent items bold 
685
686
687 ------------------------------------------------------------------------
688 r10887 | fkuehne | 2005-05-03 22:10:10 +0200 (mar, 03 mai 2005) | 1 line
689 Changed paths:
690    M /trunk/configure.ac
691    M /trunk/src/misc/darwin_specific.m
692
693 * aded the new Catalan translation
694 ------------------------------------------------------------------------
695 r10885 | courmisch | 2005-05-03 13:07:20 +0200 (mar, 03 mai 2005) | 2 lines
696 Changed paths:
697    M /trunk/src/libvlc.h
698    M /trunk/src/misc/iso-639_def.h
699
700 Enable catalan translation
701
702 ------------------------------------------------------------------------
703 r10884 | courmisch | 2005-05-03 12:55:49 +0200 (mar, 03 mai 2005) | 2 lines
704 Changed paths:
705    M /trunk/po/POTFILES.in
706
707 Fixes no longer existing files
708
709 ------------------------------------------------------------------------
710 r10883 | courmisch | 2005-05-03 12:47:17 +0200 (mar, 03 mai 2005) | 3 lines
711 Changed paths:
712    M /trunk/THANKS
713    A /trunk/po/ca.po
714
715 Initial Catalan translation by
716 Lorena Gomes and Xènia Albà Cantero
717
718 ------------------------------------------------------------------------
719 r10882 | courmisch | 2005-05-03 12:43:27 +0200 (mar, 03 mai 2005) | 2 lines
720 Changed paths:
721    M /trunk/po/zh_TW.po
722
723 .po are not executable
724
725 ------------------------------------------------------------------------
726 r10879 | fkuehne | 2005-05-02 20:36:58 +0200 (lun, 02 mai 2005) | 1 line
727 Changed paths:
728    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
729
730 * fixed icons for bin, AIFF, WAV
731 ------------------------------------------------------------------------
732 r10873 | rocky | 2005-05-02 11:01:55 +0200 (lun, 02 mai 2005) | 9 lines
733 Changed paths:
734    M /trunk/modules/gui/skins2/src/ft2_font.cpp
735
736 gcc 3.4.3 gave this error: 
737
738   src/ft2_font.cpp: In member function `virtual GenericBitmap* FT2Font::drawString(const UString&, uint32_t, int) const':
739   src/ft2_font.cpp:172: error: array bound forbidden after parenthesized type-id
740   src/ft2_font.cpp:172: note: try removing the parentheses around the type-id
741
742 Follow the suggestion.
743
744
745 ------------------------------------------------------------------------
746 r10872 | fenrir | 2005-05-02 09:25:15 +0200 (lun, 02 mai 2005) | 2 lines
747 Changed paths:
748    M /trunk/modules/gui/wxwindows/playlist.cpp
749
750  * playlist: fix Playlist::OnKeyDown (added event.Skip when needed).
751
752 ------------------------------------------------------------------------
753 r10871 | bigben | 2005-05-02 01:04:18 +0200 (lun, 02 mai 2005) | 3 lines
754 Changed paths:
755    M /trunk/src/video_output/video_output.c
756
757 * Hopefully fixes --aspect-ratio computation when giving float values as argument
758
759
760 ------------------------------------------------------------------------
761 r10869 | asmax | 2005-05-01 23:36:53 +0200 (dim, 01 mai 2005) | 4 lines
762 Changed paths:
763    M /trunk/modules/gui/skins2/src/ft2_font.cpp
764    M /trunk/modules/gui/skins2/src/ft2_font.hpp
765    M /trunk/modules/gui/skins2/x11/x11_display.cpp
766
767 * ft2_font.cpp: added a cache for glyphs rendered with freetype, because
768   freetype is so slooow: now FT2Font::drawString() is about 100 times faster
769   in average !
770
771 ------------------------------------------------------------------------
772 r10863 | asmax | 2005-05-01 17:17:40 +0200 (dim, 01 mai 2005) | 3 lines
773 Changed paths:
774    M /trunk/include/vlc_stream.h
775
776 * vlc_stream.h: added missing extern "C" (prevented compilation of skins2
777   module in builtin mode)
778
779 ------------------------------------------------------------------------
780 r10862 | rocky | 2005-05-01 16:48:08 +0200 (dim, 01 mai 2005) | 6 lines
781 Changed paths:
782    M /trunk/modules/access/cdda/access.c
783    M /trunk/modules/access/cdda/info.c
784    M /trunk/modules/access/vcdx/access.c
785
786 fix next/previous chapter in disc mode 
787 fix updating meta (caused by a recent change of mine)
788
789 vcdx/access.c: hack to try to fix still-handling problem
790
791
792 ------------------------------------------------------------------------
793 r10861 | asmax | 2005-05-01 15:19:04 +0200 (dim, 01 mai 2005) | 4 lines
794 Changed paths:
795    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
796    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
797    M /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
798    M /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
799    M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
800    M /trunk/modules/gui/skins2/src/os_graphics.hpp
801    M /trunk/modules/gui/skins2/src/tooltip.cpp
802    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
803    M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
804    M /trunk/modules/gui/skins2/x11/x11_display.cpp
805    M /trunk/modules/gui/skins2/x11/x11_display.hpp
806    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
807    M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
808
809 * os_graphics.hpp: added a parameter "blend" to drawBitmap(), to perform alpha
810   blending only when it is useful (i.e. when drawing antialiased text)
811 * x11/*: optimized drawBitmap when alpha blending is not used: 5 times faster
812
813 ------------------------------------------------------------------------
814 r10860 | ipkiss | 2005-05-01 13:15:42 +0200 (dim, 01 mai 2005) | 3 lines
815 Changed paths:
816    M /trunk/doc/skins/skins2-howto.xml
817
818  * doc/skins/skins2-howto.xml: Added the playlist.sort() action, which was
819    missing in the doc
820
821 ------------------------------------------------------------------------
822 r10859 | rocky | 2005-05-01 10:56:03 +0200 (dim, 01 mai 2005) | 3 lines
823 Changed paths:
824    M /trunk/modules/access/cdda/access.c
825    M /trunk/modules/access/cdda/cdda.h
826
827 Work on audio control access. 
828
829
830 ------------------------------------------------------------------------
831 r10858 | rocky | 2005-05-01 04:43:17 +0200 (dim, 01 mai 2005) | 3 lines
832 Changed paths:
833    M /trunk/modules/access/cdda/access.c
834
835 Correct up audio-control stop command.
836
837
838 ------------------------------------------------------------------------
839 r10857 | rocky | 2005-05-01 04:16:02 +0200 (dim, 01 mai 2005) | 2 lines
840 Changed paths:
841    M /trunk/modules/access/cdda/access.c
842    M /trunk/modules/access/cdda/cdda.c
843
844 Compatability for different versions of libcdio from 0.71-0.74cvs
845
846 ------------------------------------------------------------------------
847 r10856 | rocky | 2005-05-01 04:06:58 +0200 (dim, 01 mai 2005) | 4 lines
848 Changed paths:
849    M /trunk/modules/access/cdda/access.c
850
851 A couple more fixes. One to set meta information when in disc mode.
852 Another to pause audio control playing.
853
854
855 ------------------------------------------------------------------------
856 r10855 | rocky | 2005-05-01 02:34:39 +0200 (dim, 01 mai 2005) | 11 lines
857 Changed paths:
858    M /trunk/modules/access/cdda/access.c
859    M /trunk/modules/access/cdda/cdda.c
860    M /trunk/modules/access/cdda/cdda.h
861    M /trunk/modules/access/cdda/info.c
862
863 Fix some bugs when playlist not in disc but track mode:
864   play_item initialization accidently lost.
865   Probably need a vlc_object release of the playlist.
866
867 Adjust comments which were wrong because of cut and paste artifacts.
868
869 Some changes that may help debugging. 
870
871 First attempt at playing via audio controls - mostly not working. 
872
873
874 ------------------------------------------------------------------------
875 r10854 | massiot | 2005-04-29 17:57:24 +0200 (ven, 29 avr 2005) | 5 lines
876 Changed paths:
877    M /trunk/configure.ac
878    M /trunk/extras/contrib/src/Makefile
879    M /trunk/extras/contrib/src/packages.mak
880    M /trunk/modules/codec/Modules.am
881    D /trunk/modules/codec/toolame.c
882    A /trunk/modules/codec/twolame.c (from /trunk/modules/codec/toolame.c:10731)
883
884 * ALL: We are now using libtwolame instead of libtoolame. The reason is that
885   twolame is thread-safe and maintained. Update your batch files for
886   --enable-twolame instead of --enable-toolame. See http://twolame.sf.net
887   for more information.
888
889 ------------------------------------------------------------------------
890 r10853 | fenrir | 2005-04-29 09:37:20 +0200 (ven, 29 avr 2005) | 3 lines
891 Changed paths:
892    M /trunk/modules/access_filter/record.c
893
894  * record: use add_directory (instead of add_string) + parse the name to
895  remove the uri/path part.
896
897 ------------------------------------------------------------------------
898 r10852 | robux4 | 2005-04-28 23:15:08 +0200 (jeu, 28 avr 2005) | 1 line
899 Changed paths:
900    M /trunk/modules/demux/mkv.cpp
901
902 mkv.cpp: add preliminary code to support the UI hooks
903 ------------------------------------------------------------------------
904 r10851 | damienf | 2005-04-28 15:58:54 +0200 (jeu, 28 avr 2005) | 2 lines
905 Changed paths:
906    M /trunk/include/vlc_common.h
907
908 bad, bad developer ...
909
910 ------------------------------------------------------------------------
911 r10850 | damienf | 2005-04-28 15:36:54 +0200 (jeu, 28 avr 2005) | 4 lines
912 Changed paths:
913    M /trunk/modules/access/dshow/dshow.cpp
914
915 - added dshow-fps option to configure capture framerate
916 - added support for IAMStreamConfig interface to configure user settings on capture pin media type
917
918
919 ------------------------------------------------------------------------
920 r10849 | damienf | 2005-04-28 15:30:02 +0200 (jeu, 28 avr 2005) | 4 lines
921 Changed paths:
922    M /trunk/include/vlc_common.h
923    M /trunk/modules/access_filter/record.c
924
925 vlc_common.h: Cygwin & Mingw32 compatibilty update, needs review
926 record.c: make it compile under mingw32, needs review
927
928
929 ------------------------------------------------------------------------
930 r10848 | gbazin | 2005-04-28 10:18:53 +0200 (jeu, 28 avr 2005) | 1 line
931 Changed paths:
932    M /trunk/modules/access_filter/record.c
933
934 * modules/access_filter/record.c: compilation fix.
935 ------------------------------------------------------------------------
936 r10847 | fenrir | 2005-04-28 09:45:51 +0200 (jeu, 28 avr 2005) | 2 lines
937 Changed paths:
938    M /trunk/src/input/es_out.c
939
940  * es_out: oops, make EsOutProgramDel returning an error code.
941
942 ------------------------------------------------------------------------
943 r10846 | fenrir | 2005-04-28 09:43:09 +0200 (jeu, 28 avr 2005) | 2 lines
944 Changed paths:
945    M /trunk/modules/access_filter/record.c
946
947  * record: grrr, support for system that doesn't have localtime_r.
948
949 ------------------------------------------------------------------------
950 r10845 | fenrir | 2005-04-28 09:26:04 +0200 (jeu, 28 avr 2005) | 3 lines
951 Changed paths:
952    M /trunk/include/vlc_es_out.h
953    M /trunk/modules/demux/ts.c
954    M /trunk/src/input/es_out.c
955
956  es_out*: added ES_OUT_DEL_GROUP
957  ts.c: use ES_OUT_DEL_GROUP to remove old program.
958
959 ------------------------------------------------------------------------
960 r10844 | gbazin | 2005-04-27 14:59:38 +0200 (mer, 27 avr 2005) | 1 line
961 Changed paths:
962    M /trunk/src/input/es_out.c
963
964 * src/input/es_out.c: reverted previous patch since it creates problems with the DVB access plugin.
965 ------------------------------------------------------------------------
966 r10843 | gbazin | 2005-04-27 13:40:11 +0200 (mer, 27 avr 2005) | 1 line
967 Changed paths:
968    M /trunk/src/input/es_out.c
969
970 * src/input/es_out.c: cleanup empty programs.
971 ------------------------------------------------------------------------
972 r10842 | courmisch | 2005-04-27 12:19:51 +0200 (mer, 27 avr 2005) | 2 lines
973 Changed paths:
974    M /trunk/modules/access_filter/record.c
975
976 Fix errno undefined error
977
978 ------------------------------------------------------------------------
979 r10841 | sigmunau | 2005-04-26 23:35:03 +0200 (mar, 26 avr 2005) | 5 lines
980 Changed paths:
981    M /trunk/src/input/var.c
982
983 input/var.c: don't try to update the "rate" variable directly in callback
984 for "rate-faster" and "rate-slower". input_ControlPush will handle it. This
985 fixes a race condition when "rate" ends up at a different value than
986 p_input->i_rate
987
988 ------------------------------------------------------------------------
989 r10840 | bigben | 2005-04-26 23:34:46 +0200 (mar, 26 avr 2005) | 3 lines
990 Changed paths:
991    M /trunk/configure.ac
992
993 Compiles mkv.cpp in -O1 on darwin to work around a gcc bug.
994
995
996 ------------------------------------------------------------------------
997 r10839 | sam | 2005-04-26 22:17:50 +0200 (mar, 26 avr 2005) | 2 lines
998 Changed paths:
999    M /trunk/modules/audio_output/esd.c
1000
1001   * support for --esdserver. doesn't seem to work yet, though...
1002
1003 ------------------------------------------------------------------------
1004 r10838 | titer | 2005-04-26 21:45:32 +0200 (mar, 26 avr 2005) | 2 lines
1005 Changed paths:
1006    M /trunk/extras/contrib/src/Makefile
1007
1008  fixed ebml/matroska build with gcc 4
1009
1010 ------------------------------------------------------------------------
1011 r10835 | robux4 | 2005-04-26 21:04:18 +0200 (mar, 26 avr 2005) | 2 lines
1012 Changed paths:
1013    M /trunk/modules/demux/mkv.cpp
1014
1015 mkv.cpp: added the thread to support VOB buttons
1016 + code cleaning
1017 ------------------------------------------------------------------------
1018 r10834 | fkuehne | 2005-04-26 20:59:56 +0200 (mar, 26 avr 2005) | 1 line
1019 Changed paths:
1020    M /trunk/src/libvlc.h
1021
1022 * 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
1023 ------------------------------------------------------------------------
1024 r10833 | bigben | 2005-04-26 19:33:24 +0200 (mar, 26 avr 2005) | 3 lines
1025 Changed paths:
1026    M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/classes.nib
1027    M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
1028    M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
1029    M /trunk/modules/gui/macosx/open.h
1030    M /trunk/modules/gui/macosx/open.m
1031
1032 Add a checkbox to enable timeshifting in the open network panel
1033
1034
1035 ------------------------------------------------------------------------
1036 r10832 | robux4 | 2005-04-26 19:16:32 +0200 (mar, 26 avr 2005) | 1 line
1037 Changed paths:
1038    M /trunk/modules/demux/mkv.cpp
1039
1040 mkv.cpp: do an EnterAndLeave before seeking in Matroska Script
1041 ------------------------------------------------------------------------
1042 r10831 | gbazin | 2005-04-26 16:27:47 +0200 (mar, 26 avr 2005) | 1 line
1043 Changed paths:
1044    M /trunk/modules/video_output/directx/events.c
1045    M /trunk/modules/video_output/x11/xcommon.c
1046
1047 * modules/video_output/x11/xcommon.c, modules/video_output/directx/events.c: added support for insert/delete hotkeys.
1048 ------------------------------------------------------------------------
1049 r10830 | gbazin | 2005-04-26 16:16:14 +0200 (mar, 26 avr 2005) | 1 line
1050 Changed paths:
1051    M /trunk/include/vlc_playlist.h
1052    M /trunk/src/playlist/playlist.c
1053    M /trunk/src/video_output/video_output.c
1054
1055 * 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.
1056 ------------------------------------------------------------------------
1057 r10829 | robux4 | 2005-04-26 15:59:11 +0200 (mar, 26 avr 2005) | 1 line
1058 Changed paths:
1059    M /trunk/modules/demux/mkv.cpp
1060
1061 mkv.cpp: avoid leaving the same item in cascade
1062 ------------------------------------------------------------------------
1063 r10828 | gbazin | 2005-04-26 15:07:43 +0200 (mar, 26 avr 2005) | 1 line
1064 Changed paths:
1065    M /trunk/modules/codec/x264.c
1066
1067 * modules/codec/x264.c: relaxed the version requirement for subpel and bpyramid.
1068 ------------------------------------------------------------------------
1069 r10827 | gbazin | 2005-04-26 14:44:03 +0200 (mar, 26 avr 2005) | 1 line
1070 Changed paths:
1071    M /trunk/modules/stream_out/transcode.c
1072
1073 * modules/stream_out/transcode.c: lowered the hurry-up treshold a bit.
1074 ------------------------------------------------------------------------
1075 r10826 | gbazin | 2005-04-26 14:40:02 +0200 (mar, 26 avr 2005) | 1 line
1076 Changed paths:
1077    M /trunk/modules/stream_out/transcode.c
1078
1079 * modules/stream_out/transcode.c: new hurry-up option that drops video frames if encoder is late.
1080 ------------------------------------------------------------------------
1081 r10825 | gbazin | 2005-04-26 12:51:32 +0200 (mar, 26 avr 2005) | 1 line
1082 Changed paths:
1083    M /trunk/modules/codec/x264.c
1084
1085 * modules/codec/x264.c: use proper default value for subpel.
1086 ------------------------------------------------------------------------
1087 r10824 | gbazin | 2005-04-26 12:50:06 +0200 (mar, 26 avr 2005) | 1 line
1088 Changed paths:
1089    M /trunk/modules/codec/x264.c
1090
1091 * 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).
1092 ------------------------------------------------------------------------
1093 r10823 | gbazin | 2005-04-26 12:14:19 +0200 (mar, 26 avr 2005) | 1 line
1094 Changed paths:
1095    M /trunk/modules/codec/x264.c
1096
1097 * modules/codec/x264.c: added bpyramid and subpel options + support for X264_ANALYSE_BSUB16x16.
1098 ------------------------------------------------------------------------
1099 r10822 | gbazin | 2005-04-26 11:37:26 +0200 (mar, 26 avr 2005) | 1 line
1100 Changed paths:
1101    M /trunk/modules/gui/wxwindows/interface.cpp
1102
1103 * modules/gui/wxwindows/interface.cpp: sanitized the menus shortcuts.
1104 ------------------------------------------------------------------------
1105 r10821 | gbazin | 2005-04-26 11:22:04 +0200 (mar, 26 avr 2005) | 1 line
1106 Changed paths:
1107    M /trunk/modules/gui/wxwindows/interface.cpp
1108
1109 * modules/gui/wxwindows/interface.cpp: shortcut for open directory changed to Ctrl+R.
1110 ------------------------------------------------------------------------
1111 r10820 | gbazin | 2005-04-26 10:44:14 +0200 (mar, 26 avr 2005) | 1 line
1112 Changed paths:
1113    M /trunk/modules/demux/mkv.cpp
1114
1115 * modules/demux/mkv.cpp: itoa -> sprintf.
1116 ------------------------------------------------------------------------
1117 r10819 | fenrir | 2005-04-26 10:42:19 +0200 (mar, 26 avr 2005) | 2 lines
1118 Changed paths:
1119    M /trunk/modules/access_filter/record.c
1120    M /trunk/modules/access_filter/timeshift.c
1121
1122  * all: added set_shortname.
1123
1124 ------------------------------------------------------------------------
1125 r10818 | fenrir | 2005-04-26 10:34:54 +0200 (mar, 26 avr 2005) | 2 lines
1126 Changed paths:
1127    M /trunk/modules/gui/wxwindows/wxwindows.cpp
1128
1129  * wxwindows: added a cast to avoid a compiler error (conversion from void*).
1130
1131 ------------------------------------------------------------------------
1132 r10817 | gbazin | 2005-04-26 10:25:33 +0200 (mar, 26 avr 2005) | 1 line
1133 Changed paths:
1134    M /trunk/configure.ac
1135
1136 * configure.ac: add access_filter_record to the build.
1137 ------------------------------------------------------------------------
1138 r10816 | fenrir | 2005-04-26 09:28:07 +0200 (mar, 26 avr 2005) | 3 lines
1139 Changed paths:
1140    M /trunk/include/vlc_keys.h
1141    M /trunk/modules/access_filter/Modules.am
1142    A /trunk/modules/access_filter/record.c
1143    M /trunk/src/libvlc.h
1144
1145  * all: added a new access_filter module: record + one hotkey to start/stop
1146  recording (simple dumping). (Usefull for dvb/udp/mp3 radio stream).
1147
1148 ------------------------------------------------------------------------
1149 r10815 | fenrir | 2005-04-26 09:24:39 +0200 (mar, 26 avr 2005) | 2 lines
1150 Changed paths:
1151    M /trunk/modules/gui/wxwindows/timer.cpp
1152
1153  * timer: cosmetic (use VLC_META_NOW_PLAYING instead of "Now Playing")
1154
1155 ------------------------------------------------------------------------
1156 r10814 | fenrir | 2005-04-26 09:23:56 +0200 (mar, 26 avr 2005) | 3 lines
1157 Changed paths:
1158    M /trunk/modules/access/directory.c
1159    M /trunk/modules/audio_filter/resampler/linear.c
1160    M /trunk/modules/audio_filter/resampler/ugly.c
1161    M /trunk/modules/control/http.c
1162    M /trunk/modules/mux/mpjpeg.c
1163
1164  * all: warning fixes.
1165  * mpjpeg.c: use sout_CfgParse !
1166
1167 ------------------------------------------------------------------------
1168 r10813 | fenrir | 2005-04-26 09:21:31 +0200 (mar, 26 avr 2005) | 4 lines
1169 Changed paths:
1170    M /trunk/modules/demux/asf/libasf.c
1171    M /trunk/modules/demux/playlist/b4s.c
1172    M /trunk/modules/demux/ts.c
1173
1174  * asf, b4s: warning fixes.
1175  * ts: - set BLOCK_FLAG_CORRUPTED on transport_error_indicator.
1176        - better support of EIT + VLC_META_NOW_PLAYING.
1177
1178 ------------------------------------------------------------------------
1179 r10812 | fenrir | 2005-04-26 09:19:10 +0200 (mar, 26 avr 2005) | 2 lines
1180 Changed paths:
1181    M /trunk/include/vlc_input.h
1182
1183  * vlc_input.h: added INPUT_DEL_INFO.
1184
1185 ------------------------------------------------------------------------
1186 r10811 | fenrir | 2005-04-26 09:17:42 +0200 (mar, 26 avr 2005) | 4 lines
1187 Changed paths:
1188    M /trunk/src/input/control.c
1189    M /trunk/src/input/es_out.c
1190    M /trunk/src/input/input.c
1191
1192  * control: added INPUT_DEL_INFO.
1193  * input: allow chaining of access_filter (like filter1:filter2 ...)
1194  * es_out: support VLC_META_NOW_PLAYING for multi-program stream.
1195
1196 ------------------------------------------------------------------------
1197 r10810 | djc | 2005-04-26 03:43:00 +0200 (mar, 26 avr 2005) | 4 lines
1198 Changed paths:
1199    M /trunk/extras/contrib/src/packages.mak
1200
1201 Change location of speex to http://us.speex.org/download/
1202 (fix a 302 message...)
1203
1204
1205 ------------------------------------------------------------------------
1206 r10809 | sigmunau | 2005-04-26 01:19:19 +0200 (mar, 26 avr 2005) | 2 lines
1207 Changed paths:
1208    M /trunk/extras/zsh.cpp
1209
1210 extras/zsh.cpp: completion for module_cat and module_cat_list
1211
1212 ------------------------------------------------------------------------
1213 r10808 | sigmunau | 2005-04-26 00:27:41 +0200 (mar, 26 avr 2005) | 2 lines
1214 Changed paths:
1215    M /trunk/extras/zsh.cpp
1216
1217 extras/zsh.cpp: allow completion of --option=value syntax
1218
1219 ------------------------------------------------------------------------
1220 r10807 | sigmunau | 2005-04-26 00:14:48 +0200 (mar, 26 avr 2005) | 3 lines
1221 Changed paths:
1222    A /trunk/extras/Makefile
1223    M /trunk/extras/zsh.cpp
1224
1225 extras/Makefile: A very very simple makefile to build the zsh stuff
1226 extras/zsh.cpp: Support for completing simple url as well
1227
1228 ------------------------------------------------------------------------
1229 r10804 | robux4 | 2005-04-25 21:19:06 +0200 (lun, 25 avr 2005) | 1 line
1230 Changed paths:
1231    M /trunk/modules/demux/mkv.cpp
1232
1233 mkv.cpp: add support for new DVD commands, add more debug messages
1234 ------------------------------------------------------------------------
1235 r10803 | sigmunau | 2005-04-25 19:16:37 +0200 (lun, 25 avr 2005) | 3 lines
1236 Changed paths:
1237    M /trunk/extras/zsh.cpp
1238
1239 zsh.cpp: allow completion of submodules as well for module-type options
1240 (this allows -A and -V to complete the dummy module
1241
1242 ------------------------------------------------------------------------
1243 r10802 | zorglub | 2005-04-24 22:44:36 +0200 (dim, 24 avr 2005) | 2 lines
1244 Changed paths:
1245    M /trunk/modules/gui/wxwindows/open.cpp
1246
1247 Fix crash if we don't have freetype or subsdec
1248
1249 ------------------------------------------------------------------------
1250 r10801 | sigmunau | 2005-04-24 20:46:19 +0200 (dim, 24 avr 2005) | 2 lines
1251 Changed paths:
1252    M /trunk/TODO
1253
1254 TODO: Added some of my personal wishes
1255
1256 ------------------------------------------------------------------------
1257 r10800 | robux4 | 2005-04-24 20:45:35 +0200 (dim, 24 avr 2005) | 1 line
1258 Changed paths:
1259    M /trunk/modules/demux/mkv.cpp
1260
1261 mkv.cpp: Fix a problem when entering a chapter after the previous chapter produced a seek in the code
1262 ------------------------------------------------------------------------
1263 r10799 | robux4 | 2005-04-24 20:33:37 +0200 (dim, 24 avr 2005) | 1 line
1264 Changed paths:
1265    M /trunk/modules/demux/mkv.cpp
1266
1267 mkv.cpp: added support for the "GotoAndPlay()" Matroska Script command
1268 ------------------------------------------------------------------------
1269 r10798 | zorglub | 2005-04-24 20:01:21 +0200 (dim, 24 avr 2005) | 2 lines
1270 Changed paths:
1271    A /trunk/BUGS
1272
1273 Added file about known bugs
1274
1275 ------------------------------------------------------------------------
1276 r10797 | zorglub | 2005-04-24 19:56:00 +0200 (dim, 24 avr 2005) | 2 lines
1277 Changed paths:
1278    M /trunk/modules/gui/wxwindows/playlist.cpp
1279
1280 Also delete nodes when deleting selection
1281
1282 ------------------------------------------------------------------------
1283 r10796 | robux4 | 2005-04-24 17:55:30 +0200 (dim, 24 avr 2005) | 1 line
1284 Changed paths:
1285    M /trunk/modules/demux/mkv.cpp
1286
1287 mkv.cpp: support the CallSS VTSM DVD command and cleaner jump between chapters & segments
1288 ------------------------------------------------------------------------
1289 r10795 | zorglub | 2005-04-24 17:54:03 +0200 (dim, 24 avr 2005) | 2 lines
1290 Changed paths:
1291    M /trunk/modules/access/cdda.c
1292
1293 Don't forget to update the status bar on track change
1294
1295 ------------------------------------------------------------------------
1296 r10791 | sigmunau | 2005-04-24 16:48:07 +0200 (dim, 24 avr 2005) | 2 lines
1297 Changed paths:
1298    M /trunk/modules/services_discovery/sap.c
1299
1300 sap.c: clean up playlist handling
1301
1302 ------------------------------------------------------------------------
1303 r10788 | sigmunau | 2005-04-24 16:36:27 +0200 (dim, 24 avr 2005) | 3 lines
1304 Changed paths:
1305    M /trunk/src/playlist/playlist.c
1306
1307 playlist.c: fixed a nasty corruption on exit with more than one sd module
1308 running
1309
1310 ------------------------------------------------------------------------
1311 r10787 | robux4 | 2005-04-24 10:08:06 +0200 (dim, 24 avr 2005) | 1 line
1312 Changed paths:
1313    M /trunk/modules/demux/mkv.cpp
1314
1315 mkv.cpp: clean the way chapters are presented/handled internally
1316 ------------------------------------------------------------------------
1317 r10785 | zorglub | 2005-04-24 01:15:09 +0200 (dim, 24 avr 2005) | 2 lines
1318 Changed paths:
1319    M /trunk/modules/gui/wxwindows/playlist.cpp
1320    M /trunk/modules/gui/wxwindows/wxwindows.h
1321
1322 Remove invert selection and select all (I simply can't figure how to do that)
1323
1324 ------------------------------------------------------------------------
1325 r10784 | zorglub | 2005-04-24 01:05:35 +0200 (dim, 24 avr 2005) | 2 lines
1326 Changed paths:
1327    M /trunk/modules/gui/wxwindows/playlist.cpp
1328    M /trunk/modules/gui/wxwindows/wxwindows.h
1329
1330 Delete selection (either by menu or key)
1331
1332 ------------------------------------------------------------------------
1333 r10783 | sigmunau | 2005-04-24 00:37:22 +0200 (dim, 24 avr 2005) | 2 lines
1334 Changed paths:
1335    M /trunk/modules/packetizer/h264.c
1336
1337 packetizer/h264.c: fix divition by zero for some streams
1338
1339 ------------------------------------------------------------------------
1340 r10782 | zorglub | 2005-04-24 00:30:11 +0200 (dim, 24 avr 2005) | 2 lines
1341 Changed paths:
1342    M /trunk/modules/gui/wxwindows/timer.cpp
1343
1344 Fix disc buttons
1345
1346 ------------------------------------------------------------------------
1347 r10781 | zorglub | 2005-04-24 00:13:35 +0200 (dim, 24 avr 2005) | 2 lines
1348 Changed paths:
1349    M /trunk/modules/misc/logger.c
1350
1351 Take logger back to control modules
1352
1353 ------------------------------------------------------------------------
1354 r10780 | sigmunau | 2005-04-23 20:58:19 +0200 (sam, 23 avr 2005) | 3 lines
1355 Changed paths:
1356    A /trunk/extras/zsh.cpp
1357
1358 extras/zsh.cpp: hacky c++ program that generate a zsh completion rule for vlc.
1359 todo: MODULE_CAT and MODULE_CAT_LIST options. Better mrl completion. :option=value syntax. sout completion
1360
1361 ------------------------------------------------------------------------
1362 r10779 | sigmunau | 2005-04-23 20:38:01 +0200 (sam, 23 avr 2005) | 2 lines
1363 Changed paths:
1364    M /trunk/src/libvlc.h
1365
1366 libvlc.h: move -A back to --aout where it belongs
1367
1368 ------------------------------------------------------------------------
1369 r10778 | robux4 | 2005-04-23 18:54:18 +0200 (sam, 23 avr 2005) | 1 line
1370 Changed paths:
1371    M /trunk/modules/demux/mkv.cpp
1372
1373 mkv.cpp: refine the way segments/chapters are presented and handled (switching now works from everywhere)
1374 ------------------------------------------------------------------------
1375 r10777 | robux4 | 2005-04-23 17:13:47 +0200 (sam, 23 avr 2005) | 1 line
1376 Changed paths:
1377    M /trunk/modules/demux/mkv.cpp
1378
1379 mkv.cpp: only display the DVD title info in the Title selection
1380 ------------------------------------------------------------------------
1381 r10776 | robux4 | 2005-04-23 16:08:01 +0200 (sam, 23 avr 2005) | 1 line
1382 Changed paths:
1383    M /trunk/modules/demux/mkv.cpp
1384
1385 mkv.cpp: use the title feature to display the segment hierarchy
1386 ------------------------------------------------------------------------
1387 r10775 | zorglub | 2005-04-23 14:33:13 +0200 (sam, 23 avr 2005) | 2 lines
1388 Changed paths:
1389    M /trunk/modules/access/cdda.c
1390
1391 Give a fine name when playing audio CD
1392
1393 ------------------------------------------------------------------------
1394 r10774 | robux4 | 2005-04-23 12:41:52 +0200 (sam, 23 avr 2005) | 1 line
1395 Changed paths:
1396    M /trunk/modules/demux/mkv.cpp
1397
1398 mkv.cpp: allow the chapter codecs to display chapter strings too (used to know where the DVD titles are)
1399 ------------------------------------------------------------------------
1400 r10773 | sigmunau | 2005-04-23 12:30:56 +0200 (sam, 23 avr 2005) | 3 lines
1401 Changed paths:
1402    M /trunk/modules/codec/ffmpeg/ffmpeg.c
1403
1404 ffmpeg.c: fixed build with older ffmpeg. Disables Indeo2 untill ffmpeg
1405 people desides to increase their build number again
1406
1407 ------------------------------------------------------------------------
1408 r10772 | courmisch | 2005-04-23 12:25:36 +0200 (sam, 23 avr 2005) | 2 lines
1409 Changed paths:
1410    M /trunk/modules/services_discovery/sap.c
1411
1412 - enable sap-ipv6 by default
1413
1414 ------------------------------------------------------------------------
1415 r10771 | ipkiss | 2005-04-23 00:35:51 +0200 (sam, 23 avr 2005) | 2 lines
1416 Changed paths:
1417    M /trunk/doc/skins/skins2-howto.xml
1418
1419 Updated skins2 doc.
1420
1421 ------------------------------------------------------------------------
1422 r10770 | ipkiss | 2005-04-23 00:25:10 +0200 (sam, 23 avr 2005) | 3 lines
1423 Changed paths:
1424    M /trunk/modules/gui/skins2/Modules.am
1425    A /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
1426    A /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
1427    M /trunk/modules/gui/skins2/parser/interpreter.cpp
1428
1429  * skins2: Added support for multiple actions (separated by ";"),
1430            wherever one action was allowed
1431
1432 ------------------------------------------------------------------------
1433 r10769 | fkuehne | 2005-04-22 23:36:07 +0200 (ven, 22 avr 2005) | 1 line
1434 Changed paths:
1435    M /trunk/po/es.po
1436
1437 * update to the Spanish translation by Antonio Javier Varela Calvo
1438 ------------------------------------------------------------------------
1439 r10768 | robux4 | 2005-04-22 13:47:02 +0200 (ven, 22 avr 2005) | 1 line
1440 Changed paths:
1441    M /trunk/extras/contrib/src/Makefile
1442
1443 contrib: try to allow make src for Linux too
1444 ------------------------------------------------------------------------
1445 r10767 | fenrir | 2005-04-22 10:05:03 +0200 (ven, 22 avr 2005) | 2 lines
1446 Changed paths:
1447    M /trunk/src/video_output/vout_synchro.c
1448
1449  vout_synchro: less verbose.
1450
1451 ------------------------------------------------------------------------
1452 r10765 | robux4 | 2005-04-21 23:09:15 +0200 (jeu, 21 avr 2005) | 1 line
1453 Changed paths:
1454    M /trunk/modules/demux/mkv.cpp
1455
1456 mkv.cpp: Enter/Leave on subchapters too
1457 ------------------------------------------------------------------------
1458 r10764 | robux4 | 2005-04-21 22:29:42 +0200 (jeu, 21 avr 2005) | 1 line
1459 Changed paths:
1460    M /trunk/extras/contrib/src/Makefile
1461
1462 contrib: no need to patch libebml anymore
1463 ------------------------------------------------------------------------
1464 r10763 | robux4 | 2005-04-21 22:21:08 +0200 (jeu, 21 avr 2005) | 1 line
1465 Changed paths:
1466    D /trunk/extras/contrib/src/Patches/libebml.patch
1467    M /trunk/extras/contrib/src/packages.mak
1468
1469 contrib: update to the latest libebml/libmatroska packages
1470 ------------------------------------------------------------------------
1471 r10762 | robux4 | 2005-04-21 22:12:12 +0200 (jeu, 21 avr 2005) | 1 line
1472 Changed paths:
1473    M /trunk/modules/demux/mkv.cpp
1474
1475 mkv.cpp: add a notice about the gcc bug on Darwin
1476 ------------------------------------------------------------------------
1477 r10761 | robux4 | 2005-04-21 14:29:55 +0200 (jeu, 21 avr 2005) | 1 line
1478 Changed paths:
1479    M /trunk/modules/demux/mkv.cpp
1480
1481 mkv.cpp: minor improvements
1482 ------------------------------------------------------------------------
1483 r10760 | gbazin | 2005-04-21 14:09:23 +0200 (jeu, 21 avr 2005) | 1 line
1484 Changed paths:
1485    M /trunk/modules/gui/wxwindows/timer.cpp
1486
1487 * modules/gui/wxwindows/timer.cpp: fixed interface flickering.
1488 ------------------------------------------------------------------------
1489 r10759 | courmisch | 2005-04-21 11:15:46 +0200 (jeu, 21 avr 2005) | 3 lines
1490 Changed paths:
1491    M /trunk/src/playlist/view.c
1492
1493 Handle failed allocation
1494 (I don't remember why I coded that, but it was left in my trunk)
1495
1496 ------------------------------------------------------------------------
1497 r10758 | courmisch | 2005-04-21 11:09:34 +0200 (jeu, 21 avr 2005) | 4 lines
1498 Changed paths:
1499    M /trunk/modules/misc/network/ipv4.c
1500
1501 Applied patch for support of the IP_MULTICAST_IF
1502 by isteinmann (at) bluewin.ch
1503 with fixes
1504
1505 ------------------------------------------------------------------------
1506 r10757 | robux4 | 2005-04-20 23:04:49 +0200 (mer, 20 avr 2005) | 1 line
1507 Changed paths:
1508    M /trunk/modules/demux/mkv.cpp
1509
1510 mkv.cpp: the JumpTT command now works !!!!!!
1511 ------------------------------------------------------------------------
1512 r10756 | fkuehne | 2005-04-20 22:58:15 +0200 (mer, 20 avr 2005) | 1 line
1513 Changed paths:
1514    M /trunk/extras/contrib/src/packages.mak
1515
1516 * fixed download-location of libvorbis
1517 ------------------------------------------------------------------------
1518 r10755 | robux4 | 2005-04-20 21:45:41 +0200 (mer, 20 avr 2005) | 1 line
1519 Changed paths:
1520    M /trunk/modules/demux/mkv.cpp
1521
1522 mkv.cpp: finding the segment matching the Title for JumpTT works
1523 ------------------------------------------------------------------------
1524 r10754 | gbazin | 2005-04-20 16:57:22 +0200 (mer, 20 avr 2005) | 1 line
1525 Changed paths:
1526    M /trunk/modules/codec/ffmpeg/ffmpeg.c
1527
1528 * modules/codec/ffmpeg/ffmpeg.c: add Miro/Pinnacle VideoXL support.
1529 ------------------------------------------------------------------------
1530 r10753 | gbazin | 2005-04-20 16:55:46 +0200 (mer, 20 avr 2005) | 1 line
1531 Changed paths:
1532    M /trunk/modules/demux/avi/avi.c
1533    M /trunk/modules/demux/avi/libavi.c
1534
1535 * modules/demux/avi: pass on video palette.
1536 ------------------------------------------------------------------------
1537 r10752 | dionoea | 2005-04-20 16:39:29 +0200 (mer, 20 avr 2005) | 4 lines
1538 Changed paths:
1539    M /trunk/vlc.win32.nsi
1540
1541 change pointed out by 'acehole' in the forums so that automaticaly opening
1542 a file with VLC will use the whole file name and not the 8.3 format. That
1543 makes automatic subtitle loading work.
1544
1545 ------------------------------------------------------------------------
1546 r10751 | gbazin | 2005-04-20 12:44:42 +0200 (mer, 20 avr 2005) | 1 line
1547 Changed paths:
1548    M /trunk/modules/codec/ffmpeg/ffmpeg.c
1549    M /trunk/modules/codec/ffmpeg/video.c
1550
1551 * modules/codec/ffmpeg: added support for Apple QuickDraw, QPEG, IBM Ultimotion, LOCO, Winnov WNV1, Autodesc RLE and Indeo V2 video codecs.
1552 ------------------------------------------------------------------------
1553 r10750 | gbazin | 2005-04-20 12:41:11 +0200 (mer, 20 avr 2005) | 1 line
1554 Changed paths:
1555    M /trunk/modules/demux/mp4/libmp4.c
1556    M /trunk/modules/demux/mp4/libmp4.h
1557
1558 * modules/demux/mp4: support for QuickDraw video tracks.
1559 ------------------------------------------------------------------------
1560 r10749 | robux4 | 2005-04-19 23:15:46 +0200 (mar, 19 avr 2005) | 1 line
1561 Changed paths:
1562    M /trunk/modules/demux/mkv.cpp
1563
1564 mkv.cpp: fix a gcc warning
1565 ------------------------------------------------------------------------
1566 r10748 | robux4 | 2005-04-19 22:05:59 +0200 (mar, 19 avr 2005) | 1 line
1567 Changed paths:
1568    M /trunk/modules/demux/mkv.cpp
1569
1570 mkv.cpp: preliminary support for the JumpTT command
1571 ------------------------------------------------------------------------
1572 r10747 | robux4 | 2005-04-19 21:46:59 +0200 (mar, 19 avr 2005) | 1 line
1573 Changed paths:
1574    M /trunk/modules/demux/mkv.cpp
1575
1576 mkv.cpp: fix various memory management problems
1577 ------------------------------------------------------------------------
1578 r10746 | fenrir | 2005-04-19 18:03:11 +0200 (mar, 19 avr 2005) | 6 lines
1579 Changed paths:
1580    M /trunk/modules/video_filter/deinterlace.c
1581
1582   *deinterlace: added a new deinterlace method (called 'x' as experimental until I find
1583   a better name ;).
1584    It applies a edge oriented interpolation on interlaced video part only (it works on
1585    a 8x8 block basis). It works pretty well except where there is a lot of small details.
1586
1587
1588 ------------------------------------------------------------------------
1589 r10745 | fenrir | 2005-04-19 17:59:57 +0200 (mar, 19 avr 2005) | 2 lines
1590 Changed paths:
1591    M /trunk/src/input/decoder.c
1592
1593  * decoder: fix a crash with delete spu.
1594
1595 ------------------------------------------------------------------------
1596 r10744 | fenrir | 2005-04-19 17:56:06 +0200 (mar, 19 avr 2005) | 4 lines
1597 Changed paths:
1598    M /trunk/modules/access/dvb/access.c
1599    M /trunk/modules/access/dvb/dvb.h
1600
1601  * dvb: read more TS blocks at once. We start reading only 2 ts packets (needed to avoid
1602 long delay because we only receive PAT at the start), but we increase each time we read
1603 data until 20. This decrease the load (more than 50% for me) while kepping low start up delay.
1604
1605 ------------------------------------------------------------------------
1606 r10743 | robux4 | 2005-04-19 16:44:44 +0200 (mar, 19 avr 2005) | 1 line
1607 Changed paths:
1608    M /trunk/modules/demux/mkv.cpp
1609
1610 mkv.cpp: compilation fixes
1611 ------------------------------------------------------------------------
1612 r10742 | robux4 | 2005-04-19 16:25:30 +0200 (mar, 19 avr 2005) | 1 line
1613 Changed paths:
1614    M /trunk/modules/demux/mkv.cpp
1615
1616 mkv.cpp: start calling the interpretor
1617 ------------------------------------------------------------------------
1618 r10741 | gbazin | 2005-04-19 15:38:23 +0200 (mar, 19 avr 2005) | 1 line
1619 Changed paths:
1620    M /trunk/modules/demux/ts.c
1621
1622 * modules/demux/ts.c: got rid of some useless code and fixed a memory leak at the same time.
1623 ------------------------------------------------------------------------
1624 r10740 | robux4 | 2005-04-19 14:38:49 +0200 (mar, 19 avr 2005) | 1 line
1625 Changed paths:
1626    M /trunk/modules/demux/mkv.cpp
1627
1628 mkv.cpp: initial support for GPRM and SPRM DVD registers
1629 ------------------------------------------------------------------------
1630 r10739 | robux4 | 2005-04-19 13:33:14 +0200 (mar, 19 avr 2005) | 1 line
1631 Changed paths:
1632    M /trunk/modules/demux/mkv.cpp
1633
1634 mkv.cpp: demux_sys_t needs to keep the same name
1635 ------------------------------------------------------------------------
1636 r10738 | robux4 | 2005-04-19 13:17:22 +0200 (mar, 19 avr 2005) | 1 line
1637 Changed paths:
1638    M /trunk/modules/demux/mkv.cpp
1639
1640 mkv.cpp: changed the name of classes and prepare the DVD interpretor
1641 ------------------------------------------------------------------------
1642 r10737 | gbazin | 2005-04-19 10:39:31 +0200 (mar, 19 avr 2005) | 5 lines
1643 Changed paths:
1644    M /trunk/include/vlc_keys.h
1645    M /trunk/modules/gui/wxwindows/interface.cpp
1646
1647 * include/vlc_keys.h: Added Insert and Delete hotkeys.
1648 * modules/gui/wxwindows/interface.cpp: Fixed End hotkey + added Insert/Delete.
1649
1650 Patch by Greg Hazel (ghazel at gmail dot com)
1651
1652 ------------------------------------------------------------------------
1653 r10736 | courmisch | 2005-04-19 10:20:30 +0200 (mar, 19 avr 2005) | 2 lines
1654 Changed paths:
1655    M /trunk/configure.ac
1656
1657 Don't enable externrun module in -hopefully- upcoming 0.8.2
1658
1659 ------------------------------------------------------------------------
1660 r10735 | ipkiss | 2005-04-18 23:21:09 +0200 (lun, 18 avr 2005) | 5 lines
1661 Changed paths:
1662    M /trunk/modules/gui/skins2/src/vlcproc.cpp
1663    M /trunk/modules/gui/skins2/src/vlcproc.hpp
1664    M /trunk/modules/gui/skins2/win32/win32_window.cpp
1665    M /trunk/modules/gui/skins2/win32/win32_window.hpp
1666    M /trunk/modules/gui/skins2/x11/x11_window.cpp
1667
1668  * skins2: Fixed 2 bugs related with embedded vout and skins switching:
1669     - win32: fixed the 'vout_directx private error: out of memory' error
1670       (thanks to Trax` for pointing it out)
1671     - x11: it's now possible to use the embedded vout after changing skin
1672
1673 ------------------------------------------------------------------------
1674 r10733 | jpsaman | 2005-04-18 20:13:37 +0200 (lun, 18 avr 2005) | 2 lines
1675 Changed paths:
1676    M /trunk/modules/control/hotkeys.c
1677
1678 Fix deadlock while quiting VLC. It can get stuck in the playlist. Stopping the playlist first resolves this problem.
1679
1680 ------------------------------------------------------------------------
1681 r10731 | gbazin | 2005-04-18 17:32:31 +0200 (lun, 18 avr 2005) | 1 line
1682 Changed paths:
1683    M /trunk/modules/mux/mpeg/pes.c
1684    M /trunk/modules/mux/mpeg/pes.h
1685    M /trunk/modules/mux/mpeg/ps.c
1686    M /trunk/modules/mux/mpeg/ts.c
1687
1688 * modules/mux/mpeg/*: new --sout-ps-pes-max-size option.
1689 ------------------------------------------------------------------------
1690 r10730 | gbazin | 2005-04-18 16:49:29 +0200 (lun, 18 avr 2005) | 1 line
1691 Changed paths:
1692    M /trunk/modules/gui/wxwindows/menus.cpp
1693    M /trunk/modules/gui/wxwindows/video.cpp
1694    M /trunk/modules/gui/wxwindows/wxwindows.cpp
1695
1696 * modules/gui/wxwindows/*: workaround uninitialization bug in wxWidgets -> re-enabled on-the-fly interface switching.
1697 ------------------------------------------------------------------------
1698 r10729 | damienf | 2005-04-18 14:58:14 +0200 (lun, 18 avr 2005) | 2 lines
1699 Changed paths:
1700    M /trunk/Makefile.am
1701
1702 - make use of cygwin rebase to optimize DLL loading, if present
1703
1704 ------------------------------------------------------------------------
1705 r10728 | damienf | 2005-04-18 13:51:57 +0200 (lun, 18 avr 2005) | 2 lines
1706 Changed paths:
1707    M /trunk/activex/plugin.cpp
1708
1709 - previously checked in this file to work only within my debug environment
1710
1711 ------------------------------------------------------------------------
1712 r10727 | damienf | 2005-04-18 13:35:18 +0200 (lun, 18 avr 2005) | 4 lines
1713 Changed paths:
1714    M /trunk/AUTHORS
1715    M /trunk/activex/README.TXT
1716    M /trunk/activex/oleobject.cpp
1717    M /trunk/activex/persistpropbag.cpp
1718    M /trunk/activex/plugin.cpp
1719    M /trunk/activex/plugin.h
1720    M /trunk/activex/utils.cpp
1721    M /trunk/activex/utils.h
1722    M /trunk/activex/viewobject.cpp
1723    M /trunk/activex/viewobject.h
1724    M /trunk/activex/vlccontrol.cpp
1725
1726 - source cleanup
1727 - few bugs fixed
1728 - added suport to Ole Extent measurments to improve compatibilty
1729
1730 ------------------------------------------------------------------------
1731 r10726 | gbazin | 2005-04-18 12:42:30 +0200 (lun, 18 avr 2005) | 1 line
1732 Changed paths:
1733    M /trunk/modules/gui/wxwindows/interface.cpp
1734
1735 * modules/gui/wxwindows/interface.cpp: fixed special hotkeys with modifiers on win32.
1736 ------------------------------------------------------------------------
1737 r10725 | gbazin | 2005-04-18 12:02:42 +0200 (lun, 18 avr 2005) | 1 line
1738 Changed paths:
1739    M /trunk/modules/gui/wxwindows/wxwindows.cpp
1740
1741 * modules/gui/wxwindows/wxwindows.cpp: don't use the saved positions/sizes when acting as a dialog provider.
1742 ------------------------------------------------------------------------
1743 r10724 | courmisch | 2005-04-18 10:37:59 +0200 (lun, 18 avr 2005) | 2 lines
1744 Changed paths:
1745    M /trunk/configure.ac
1746
1747 add -lz to build gnutls (see if it doesn't break)
1748
1749 ------------------------------------------------------------------------
1750 r10715 | courmisch | 2005-04-17 20:00:31 +0200 (dim, 17 avr 2005) | 2 lines
1751 Changed paths:
1752    M /trunk/src/playlist/item-ext.c
1753
1754 Msg_Info => Msg_Dbg
1755
1756 ------------------------------------------------------------------------
1757 r10713 | sigmunau | 2005-04-17 15:03:09 +0200 (dim, 17 avr 2005) | 2 lines
1758 Changed paths:
1759    M /trunk/modules/gui/wxwindows/playlist.cpp
1760
1761 wx/playlist.cpp: removed a stray wxMutexGuiLeave
1762
1763 ------------------------------------------------------------------------
1764 r10712 | sigmunau | 2005-04-17 15:00:51 +0200 (dim, 17 avr 2005) | 3 lines
1765 Changed paths:
1766    M /trunk/modules/demux/playlist/playlist.c
1767
1768 demux/playlist: fix a crash when shoutcast discovery correctly is not
1769 autoplayed
1770
1771 ------------------------------------------------------------------------
1772 r10711 | sigmunau | 2005-04-17 14:59:23 +0200 (dim, 17 avr 2005) | 2 lines
1773 Changed paths:
1774    M /trunk/modules/services_discovery/shout.c
1775
1776 shout.c: fix some potential problems
1777
1778 ------------------------------------------------------------------------
1779 r10710 | sigmunau | 2005-04-17 14:58:33 +0200 (dim, 17 avr 2005) | 2 lines
1780 Changed paths:
1781    M /trunk/src/libvlc.c
1782    M /trunk/src/misc/messages.c
1783
1784 minor memleak fixes
1785
1786 ------------------------------------------------------------------------
1787 r10709 | sigmunau | 2005-04-17 14:36:34 +0200 (dim, 17 avr 2005) | 4 lines
1788 Changed paths:
1789    M /trunk/src/playlist/item-ext.c
1790    M /trunk/src/playlist/playlist.c
1791
1792 playlist.c: shut up a compiler warning
1793 item-ext.c: reverted a recent change in GetPositionById than caused
1794 old-style playlist to malfunction (visible in rc interface at least)
1795
1796 ------------------------------------------------------------------------
1797 r10707 | jpsaman | 2005-04-16 16:10:00 +0200 (sam, 16 avr 2005) | 3 lines
1798 Changed paths:
1799    M /trunk/configure.ac
1800    M /trunk/mozilla/Makefile.am
1801
1802 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}. 
1803 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
1804
1805 ------------------------------------------------------------------------
1806 r10706 | courmisch | 2005-04-16 14:30:45 +0200 (sam, 16 avr 2005) | 2 lines
1807 Changed paths:
1808    M /trunk/src/misc/threads.c
1809
1810 Clean up thread_{begin,end}
1811
1812 ------------------------------------------------------------------------
1813 r10705 | courmisch | 2005-04-16 14:24:32 +0200 (sam, 16 avr 2005) | 2 lines
1814 Changed paths:
1815    M /trunk/src/misc/objects.c
1816
1817 - fix invalid free of root object
1818
1819 ------------------------------------------------------------------------
1820 r10704 | courmisch | 2005-04-16 12:53:36 +0200 (sam, 16 avr 2005) | 2 lines
1821 Changed paths:
1822    M /trunk/src/misc/modules.c
1823
1824 Small mem leak
1825
1826 ------------------------------------------------------------------------
1827 r10703 | courmisch | 2005-04-16 12:33:13 +0200 (sam, 16 avr 2005) | 2 lines
1828 Changed paths:
1829    M /trunk/modules/services_discovery/sap.c
1830
1831 Clean up
1832
1833 ------------------------------------------------------------------------
1834 r10702 | gbazin | 2005-04-16 12:01:18 +0200 (sam, 16 avr 2005) | 1 line
1835 Changed paths:
1836    M /trunk/src/misc/configuration.c
1837
1838 * src/misc/configuration.c: YAF (yet another fix).
1839 ------------------------------------------------------------------------
1840 r10701 | sigmunau | 2005-04-16 11:56:26 +0200 (sam, 16 avr 2005) | 2 lines
1841 Changed paths:
1842    M /trunk/modules/gui/wxwindows/playlist.cpp
1843
1844 wx/playlist.cpp: invalidate the FindItem cache when needed (should fix some random crashes)
1845
1846 ------------------------------------------------------------------------
1847 r10700 | courmisch | 2005-04-16 11:06:48 +0200 (sam, 16 avr 2005) | 2 lines
1848 Changed paths:
1849    M /trunk/modules/services_discovery/sap.c
1850
1851 Force conversion from UTF-8 when announce is incorrectly encoded
1852
1853 ------------------------------------------------------------------------
1854 r10699 | gbazin | 2005-04-16 02:01:38 +0200 (sam, 16 avr 2005) | 1 line
1855 Changed paths:
1856    M /trunk/modules/gui/wxwindows/video.cpp
1857
1858 * modules/gui/wxwindows/video.cpp: fixes.
1859 ------------------------------------------------------------------------
1860 r10698 | gbazin | 2005-04-16 00:35:21 +0200 (sam, 16 avr 2005) | 1 line
1861 Changed paths:
1862    M /trunk/src/misc/modules.c
1863
1864 * src/misc/modules.c: added sub-version number to cache data (used to detect cache layout changes in the development version).
1865 ------------------------------------------------------------------------
1866 r10697 | sigmunau | 2005-04-16 00:32:04 +0200 (sam, 16 avr 2005) | 2 lines
1867 Changed paths:
1868    M /trunk/src/playlist/item-ext.c
1869    M /trunk/src/playlist/view.c
1870
1871 playlist: fixed two more occurences of the previous error
1872
1873 ------------------------------------------------------------------------
1874 r10696 | sigmunau | 2005-04-16 00:28:24 +0200 (sam, 16 avr 2005) | 2 lines
1875 Changed paths:
1876    M /trunk/src/playlist/item-ext.c
1877
1878 playlist/item-ext.c: fixed off-by-one error causing a crash in ItemGetById
1879
1880 ------------------------------------------------------------------------
1881 r10695 | zorglub | 2005-04-16 00:21:08 +0200 (sam, 16 avr 2005) | 2 lines
1882 Changed paths:
1883    M /trunk/src/playlist/playlist.c
1884
1885 Fix next
1886
1887 ------------------------------------------------------------------------
1888 r10694 | gbazin | 2005-04-16 00:17:04 +0200 (sam, 16 avr 2005) | 1 line
1889 Changed paths:
1890    M /trunk/modules/gui/wxwindows/timer.cpp
1891
1892 * modules/gui/wxwindows/timer.cpp: cleanup.
1893 ------------------------------------------------------------------------
1894 r10693 | gbazin | 2005-04-16 00:08:02 +0200 (sam, 16 avr 2005) | 1 line
1895 Changed paths:
1896    M /trunk/modules/gui/wxwindows/interface.cpp
1897    M /trunk/modules/gui/wxwindows/video.cpp
1898    M /trunk/modules/gui/wxwindows/wxwindows.cpp
1899    M /trunk/modules/gui/wxwindows/wxwindows.h
1900
1901 * modules/gui/wxwindows: bunch of small improvements to the embedded mode + enabled saving size with --wxwin-autosize.
1902 ------------------------------------------------------------------------
1903 r10692 | courmisch | 2005-04-15 23:56:14 +0200 (ven, 15 avr 2005) | 3 lines
1904 Changed paths:
1905    M /trunk/modules/demux/voc.c
1906
1907 - demux with much bigger buffers to avoid performance issue
1908 - fix silences handling
1909
1910 ------------------------------------------------------------------------
1911 r10691 | gbazin | 2005-04-15 22:58:06 +0200 (ven, 15 avr 2005) | 1 line
1912 Changed paths:
1913    M /trunk/src/misc/configuration.c
1914
1915 * src/misc/configuration.c: fixed a few recent bugs.
1916 ------------------------------------------------------------------------
1917 r10690 | massiot | 2005-04-15 22:01:19 +0200 (ven, 15 avr 2005) | 3 lines
1918 Changed paths:
1919    M /trunk/configure.ac
1920    M /trunk/modules/stream_out/Modules.am
1921    M /trunk/modules/stream_out/bridge.c
1922    A /trunk/modules/stream_out/mosaic_bridge.c (from /trunk/modules/video_output/picture.c:10669)
1923    M /trunk/modules/video_filter/Modules.am
1924    M /trunk/modules/video_filter/mosaic.c
1925    A /trunk/modules/video_filter/mosaic.h (from /trunk/modules/video_output/picture.h:10654)
1926    M /trunk/modules/video_output/Modules.am
1927    D /trunk/modules/video_output/picture.c
1928    D /trunk/modules/video_output/picture.h
1929
1930  * ALL: converted the video output module "picture" to a stream output
1931    module "mosaic-bridge".
1932
1933 ------------------------------------------------------------------------
1934 r10689 | massiot | 2005-04-15 21:51:23 +0200 (ven, 15 avr 2005) | 2 lines
1935 Changed paths:
1936    M /trunk/include/vlc_video.h
1937
1938  * include/vlc_video.h: Added a p_next pointer to link pictures.
1939
1940 ------------------------------------------------------------------------
1941 r10688 | massiot | 2005-04-15 21:02:14 +0200 (ven, 15 avr 2005) | 2 lines
1942 Changed paths:
1943    M /trunk/configure.ac
1944
1945  * configure.ac: Support for x86_64 architecture.
1946
1947 ------------------------------------------------------------------------
1948 r10687 | massiot | 2005-04-15 20:06:51 +0200 (ven, 15 avr 2005) | 2 lines
1949 Changed paths:
1950    M /trunk/modules/codec/libmpeg2.c
1951    M /trunk/modules/services_discovery/sap.c
1952    M /trunk/modules/video_output/sdl.c
1953    M /trunk/src/libvlc.c
1954    M /trunk/src/libvlc.h
1955    M /trunk/src/misc/cpu.c
1956
1957  * ALL: x86-64 fixes.
1958
1959 ------------------------------------------------------------------------
1960 r10686 | titer | 2005-04-15 18:56:51 +0200 (ven, 15 avr 2005) | 2 lines
1961 Changed paths:
1962    M /trunk
1963    M /trunk/extras/contrib/src
1964
1965  More to ignore
1966
1967 ------------------------------------------------------------------------
1968 r10685 | gbazin | 2005-04-15 17:22:17 +0200 (ven, 15 avr 2005) | 1 line
1969 Changed paths:
1970    M /trunk/modules/gui/wxwindows/video.cpp
1971
1972 * modules/gui/wxwindows: disable last commit for now since we don't seem to be able to retrieve the right size values.
1973 ------------------------------------------------------------------------
1974 r10684 | gbazin | 2005-04-15 17:13:02 +0200 (ven, 15 avr 2005) | 1 line
1975 Changed paths:
1976    M /trunk/modules/gui/wxwindows/video.cpp
1977    M /trunk/modules/gui/wxwindows/wxwindows.h
1978
1979 * modules/gui/wxwindows: save size of video window when in non-autosize mode.
1980 ------------------------------------------------------------------------
1981 r10683 | courmisch | 2005-04-15 16:53:59 +0200 (ven, 15 avr 2005) | 3 lines
1982 Changed paths:
1983    M /trunk/modules/services_discovery/sap.c
1984
1985 support for non-global statically defined SAP IPv4 multicast addresses
1986 (Trivial patch)
1987
1988 ------------------------------------------------------------------------
1989 r10682 | gbazin | 2005-04-15 16:31:58 +0200 (ven, 15 avr 2005) | 1 line
1990 Changed paths:
1991    M /trunk/src/misc/modules.c
1992
1993 * src/misc/modules.c: oups, stupid bug.
1994 ------------------------------------------------------------------------
1995 r10681 | gbazin | 2005-04-15 16:01:27 +0200 (ven, 15 avr 2005) | 1 line
1996 Changed paths:
1997    M /trunk/include/configuration.h
1998    M /trunk/modules/gui/skins2/src/skin_main.cpp
1999    M /trunk/modules/gui/skins2/src/theme.cpp
2000    M /trunk/modules/gui/wxwindows/wxwindows.cpp
2001    M /trunk/src/misc/configuration.c
2002    M /trunk/src/misc/modules.c
2003
2004 * src/misc/configuration.c, ALL: support for auto-saveable config options (saved automatically on exit).
2005 ------------------------------------------------------------------------
2006 r10680 | gbazin | 2005-04-15 12:38:01 +0200 (ven, 15 avr 2005) | 1 line
2007 Changed paths:
2008    M /trunk/modules/gui/wxwindows/timer.cpp
2009
2010 * modules/gui/wxwindows/timer.cpp: reduced the one shot timers length.
2011 ------------------------------------------------------------------------
2012 r10679 | gbazin | 2005-04-15 12:30:56 +0200 (ven, 15 avr 2005) | 1 line
2013 Changed paths:
2014    M /trunk/modules/gui/wxwindows/video.cpp
2015
2016 * modules/gui/wxwindows/video.cpp: only set background color when necessary.
2017 ------------------------------------------------------------------------
2018 r10678 | gbazin | 2005-04-15 11:58:33 +0200 (ven, 15 avr 2005) | 1 line
2019 Changed paths:
2020    M /trunk/modules/gui/wxwindows/interface.cpp
2021    M /trunk/modules/gui/wxwindows/timer.cpp
2022    M /trunk/modules/gui/wxwindows/video.cpp
2023    M /trunk/modules/gui/wxwindows/wxwindows.cpp
2024    M /trunk/modules/gui/wxwindows/wxwindows.h
2025
2026 * modules/gui/wxwindows: small cleanup + renamed wxwin-size-to-video into wxwin-autosize.
2027 ------------------------------------------------------------------------
2028 r10677 | zorglub | 2005-04-15 11:34:29 +0200 (ven, 15 avr 2005) | 2 lines
2029 Changed paths:
2030    M /trunk/modules/gui/wxwindows/interface.cpp
2031
2032 Allow resizing of video when autofit is enabled
2033
2034 ------------------------------------------------------------------------
2035 r10676 | gbazin | 2005-04-15 11:13:24 +0200 (ven, 15 avr 2005) | 1 line
2036 Changed paths:
2037    M /trunk/modules/gui/wxwindows/video.cpp
2038
2039 * modules/gui/wxwindows/video.cpp: some fixes for the recent breakage.
2040 ------------------------------------------------------------------------
2041 r10675 | robux4 | 2005-04-14 23:49:34 +0200 (jeu, 14 avr 2005) | 1 line
2042 Changed paths:
2043    M /trunk/modules/demux/mkv.cpp
2044
2045 mkv.cpp: preliminary support for segments with no content, only chapter commands
2046 ------------------------------------------------------------------------
2047 r10673 | robux4 | 2005-04-13 23:06:16 +0200 (mer, 13 avr 2005) | 2 lines
2048 Changed paths:
2049    M /trunk/modules/demux/mkv.cpp
2050
2051 mkv.cpp: store the chapter codec data for later use
2052 code cleaning
2053 ------------------------------------------------------------------------
2054 r10672 | robux4 | 2005-04-13 22:03:49 +0200 (mer, 13 avr 2005) | 1 line
2055 Changed paths:
2056    M /trunk/modules/demux/mkv.cpp
2057
2058 mkv.cpp: stronger type checking
2059 ------------------------------------------------------------------------
2060 r10671 | zorglub | 2005-04-13 21:31:45 +0200 (mer, 13 avr 2005) | 2 lines
2061 Changed paths:
2062    M /trunk/modules/gui/wxwindows/wxwindows.cpp
2063    M /trunk/modules/services_discovery/sap.c
2064    M /trunk/src/playlist/playlist.c
2065
2066 Don't autoplay SAP items
2067
2068 ------------------------------------------------------------------------
2069 r10670 | zorglub | 2005-04-13 19:43:12 +0200 (mer, 13 avr 2005) | 10 lines
2070 Changed paths:
2071    M /trunk/include/vlc_playlist.h
2072    M /trunk/modules/gui/macosx/playlist.m
2073    M /trunk/modules/gui/ncurses.c
2074    M /trunk/modules/gui/wxwindows/interface.cpp
2075    M /trunk/modules/gui/wxwindows/open.cpp
2076    M /trunk/modules/gui/wxwindows/playlist.cpp
2077    M /trunk/modules/gui/wxwindows/timer.cpp
2078    M /trunk/modules/gui/wxwindows/wxwindows.h
2079    M /trunk/modules/services_discovery/sap.c
2080    M /trunk/src/playlist/item-ext.c
2081    M /trunk/src/playlist/playlist.c
2082    M /trunk/src/playlist/view.c
2083
2084 * Playlist :
2085   - fix crash when deleting current item
2086   - SAP: don't store pointers
2087   - don't pass pointers to interface in item-appended
2088   - remove VIEW_SIMPLE that was confusing and bug-generating
2089
2090 * wx: 
2091   - Fix open layout
2092   - Fix slider behaviour, patch by Greg Hazel
2093
2094 ------------------------------------------------------------------------
2095 r10669 | fenrir | 2005-04-13 10:27:34 +0200 (mer, 13 avr 2005) | 2 lines
2096 Changed paths:
2097    M /trunk/modules/mux/mpeg/csa.c
2098
2099  * csa: decrypt only when payload >= 8 bytes.
2100
2101 ------------------------------------------------------------------------
2102 r10668 | gbazin | 2005-04-13 09:27:37 +0200 (mer, 13 avr 2005) | 1 line
2103 Changed paths:
2104    M /trunk/po/de.po
2105
2106 * po/de.po: small fix.
2107 ------------------------------------------------------------------------
2108 r10667 | fkuehne | 2005-04-13 00:48:27 +0200 (mer, 13 avr 2005) | 4 lines
2109 Changed paths:
2110    M /trunk/modules/access/v4l/v4l.c
2111    M /trunk/po/de.po
2112    M /trunk/src/libvlc.h
2113
2114 * src/libvlc.h: added Chinese Traditional to the list of languages
2115 * modules/access/v4l/v4l.c: fixed l10n-strings (we use American English in l10n-strings)
2116 * de.po: first update to the German translation
2117
2118 ------------------------------------------------------------------------
2119 r10666 | fkuehne | 2005-04-13 00:47:36 +0200 (mer, 13 avr 2005) | 1 line
2120 Changed paths:
2121    M /trunk/modules/codec/ffmpeg/ffmpeg.c
2122    M /trunk/modules/codec/toolame.c
2123    M /trunk/modules/codec/vorbis.c
2124    M /trunk/modules/control/showintf.c
2125    M /trunk/modules/control/telnet.c
2126    M /trunk/modules/demux/mkv.cpp
2127    M /trunk/modules/demux/ts.c
2128    M /trunk/modules/gui/macosx/macosx.m
2129    M /trunk/modules/gui/wxwindows/wxwindows.cpp
2130
2131 * ALL:  removed l10n of various untranslatable strings such as 'ffmpeg' or 'Vorbis'
2132 ------------------------------------------------------------------------
2133 r10665 | zorglub | 2005-04-12 23:55:32 +0200 (mar, 12 avr 2005) | 8 lines
2134 Changed paths:
2135    M /trunk/THANKS
2136    M /trunk/modules/gui/wxwindows/interface.cpp
2137    M /trunk/modules/gui/wxwindows/open.cpp
2138    M /trunk/modules/gui/wxwindows/playlist.cpp
2139    M /trunk/modules/gui/wxwindows/preferences.cpp
2140    M /trunk/modules/gui/wxwindows/timer.cpp
2141    M /trunk/modules/gui/wxwindows/video.cpp
2142    M /trunk/modules/gui/wxwindows/wxwindows.cpp
2143    M /trunk/modules/gui/wxwindows/wxwindows.h
2144    M /trunk/modules/misc/playlist/m3u.c
2145
2146 * Patch by Gregory Hazel :
2147   - Fix gui flickering on video size change
2148   - provide a no-auto-resize mode 
2149
2150 * Patch by Christophe Mutricy : fix M3U export
2151
2152 Thanks to both !
2153
2154 ------------------------------------------------------------------------
2155 r10664 | fkuehne | 2005-04-12 23:11:46 +0200 (mar, 12 avr 2005) | 1 line
2156 Changed paths:
2157    M /trunk/po/Makefile.in.in
2158
2159 * sorry, this file wasn't supposed to be commited in r10663, reverted to r10352
2160 ------------------------------------------------------------------------
2161 r10663 | fkuehne | 2005-04-12 23:08:00 +0200 (mar, 12 avr 2005) | 1 line
2162 Changed paths:
2163    M /trunk/po/Makefile.in.in
2164    M /trunk/po/POTFILES.in
2165    M /trunk/po/bn.po
2166    M /trunk/po/da.po
2167    M /trunk/po/de.po
2168    M /trunk/po/el.po
2169    M /trunk/po/en_GB.po
2170    M /trunk/po/es.po
2171    M /trunk/po/fr.po
2172    M /trunk/po/hi.po
2173    M /trunk/po/hu.po
2174    M /trunk/po/it.po
2175    M /trunk/po/ja.po
2176    M /trunk/po/my.po
2177    M /trunk/po/ne.po
2178    M /trunk/po/nl.po
2179    M /trunk/po/no.po
2180    M /trunk/po/pl.po
2181    M /trunk/po/ps.po
2182    M /trunk/po/pt_BR.po
2183    M /trunk/po/ru.po
2184    M /trunk/po/sv.po
2185    M /trunk/po/tet.po
2186    M /trunk/po/tl.po
2187    M /trunk/po/vlc.pot
2188    M /trunk/po/zh_TW.po
2189
2190 * updated the po-files on request by Jonas Larsen
2191 ------------------------------------------------------------------------
2192 r10662 | fkuehne | 2005-04-12 20:51:14 +0200 (mar, 12 avr 2005) | 1 line
2193 Changed paths:
2194    M /trunk/THANKS
2195    M /trunk/configure.ac
2196    A /trunk/po/zh_TW.po
2197    M /trunk/src/misc/darwin_specific.m
2198
2199 * added Chinese Traditional translation by Frank Chao <frank0624 (at) gmail.com>
2200 ------------------------------------------------------------------------
2201 r10661 | bigben | 2005-04-12 20:46:26 +0200 (mar, 12 avr 2005) | 3 lines
2202 Changed paths:
2203    M /trunk/modules/gui/macosx/controls.m
2204    M /trunk/modules/gui/macosx/intf.h
2205    M /trunk/modules/gui/macosx/intf.m
2206    M /trunk/modules/gui/macosx/playlist.h
2207    M /trunk/modules/gui/macosx/playlist.m
2208
2209 Update the info displayed in the playlist when you change the play mode in the menu (had this ever worked ?)
2210
2211
2212 ------------------------------------------------------------------------
2213 r10660 | gbazin | 2005-04-12 20:15:33 +0200 (mar, 12 avr 2005) | 1 line
2214 Changed paths:
2215    M /trunk/modules/demux/playlist/b4s.c
2216    M /trunk/modules/misc/xml/xtag.c
2217    M /trunk/src/input/stream.c
2218    M /trunk/src/playlist/item.c
2219    M /trunk/src/playlist/playlist.c
2220
2221 * ALL: fixed a handful of bugs and memory leaks.
2222 ------------------------------------------------------------------------
2223 r10659 | hartman | 2005-04-12 18:43:55 +0200 (mar, 12 avr 2005) | 2 lines
2224 Changed paths:
2225    M /trunk/modules/gui/macosx/intf.m
2226    M /trunk/modules/gui/macosx/playlist.m
2227
2228 * Fix two cases where p_playlist->status.p_item was NULL (this fixes last issues with adding shoutcast SD to OSX playlist)
2229
2230 ------------------------------------------------------------------------
2231 r10658 | hartman | 2005-04-12 18:20:55 +0200 (mar, 12 avr 2005) | 2 lines
2232 Changed paths:
2233    M /trunk/modules/misc/xml/xtag.c
2234
2235 * Now works with http 1.0. Someone better check this to make sure I didn't mess up. :D
2236
2237 ------------------------------------------------------------------------
2238 r10657 | courmisch | 2005-04-12 16:43:01 +0200 (mar, 12 avr 2005) | 2 lines
2239 Changed paths:
2240    M /trunk/modules/services_discovery/sap.c
2241
2242 Simplifying
2243
2244 ------------------------------------------------------------------------
2245 r10656 | hartman | 2005-04-12 16:41:47 +0200 (mar, 12 avr 2005) | 5 lines
2246 Changed paths:
2247    M /trunk/AUTHORS
2248    M /trunk/TODO
2249    M /trunk/modules/gui/macosx/controls.m
2250    M /trunk/modules/gui/macosx/intf.m
2251    M /trunk/modules/gui/macosx/vout.m
2252
2253 * fixed fullscreen on osx with multiple vouts. 
2254 * different way to remember fullscreen state.
2255 * update the playlist on item-append and item-deleted calls.
2256 * fixed video-on-top with opengl vouts on OSX.
2257
2258 ------------------------------------------------------------------------
2259 r10655 | bigben | 2005-04-12 16:31:14 +0200 (mar, 12 avr 2005) | 4 lines
2260 Changed paths:
2261    M /trunk/modules/gui/macosx/intf.h
2262    M /trunk/modules/gui/macosx/intf.m
2263    M /trunk/modules/gui/macosx/misc.h
2264    M /trunk/modules/gui/macosx/misc.m
2265
2266 * intf.* : try to restore an a bit more intelligent behavior for the playlist toggle button (remeber previous state, for instance)
2267 * misc.* : get rid of unused code.
2268
2269
2270 ------------------------------------------------------------------------
2271 r10654 | gbazin | 2005-04-12 16:11:04 +0200 (mar, 12 avr 2005) | 1 line
2272 Changed paths:
2273    M /trunk/modules/video_output/opengl.c
2274
2275 * modules/video_output/opengl.c: fixed snapshots in opengl mode.
2276 ------------------------------------------------------------------------
2277 r10653 | gbazin | 2005-04-12 16:09:12 +0200 (mar, 12 avr 2005) | 1 line
2278 Changed paths:
2279    M /trunk/src/video_output/vout_subpictures.c
2280
2281 * src/video_output/vout_subpictures.c: fixed recent breakage with aspect-ratio and subpictures.
2282 ------------------------------------------------------------------------
2283 r10652 | bigben | 2005-04-12 15:19:23 +0200 (mar, 12 avr 2005) | 5 lines
2284 Changed paths:
2285    M /trunk/modules/gui/macosx/intf.m
2286
2287 Rempaces 95 by [o_window minSize].height everywhere. That fixes some visual bugs ans should help keep consistancy.
2288
2289 Please test if I didn't break anything...
2290
2291
2292 ------------------------------------------------------------------------
2293 r10651 | dionoea | 2005-04-12 00:53:55 +0200 (mar, 12 avr 2005) | 2 lines
2294 Changed paths:
2295    M /trunk/modules/services_discovery/shout.c
2296
2297 add option to select the limit of shoutcast streams to be displayed
2298
2299 ------------------------------------------------------------------------
2300 r10650 | sigmunau | 2005-04-11 23:53:33 +0200 (lun, 11 avr 2005) | 3 lines
2301 Changed paths:
2302    M /trunk/TODO
2303    M /trunk/src/playlist/item-ext.c
2304    M /trunk/src/playlist/view.c
2305
2306 all: remove items from pp_all_items when needed. Hopefully gives a more
2307 stable playlist
2308
2309 ------------------------------------------------------------------------
2310 r10649 | robux4 | 2005-04-11 22:07:05 +0200 (lun, 11 avr 2005) | 1 line
2311 Changed paths:
2312    M /trunk/modules/demux/mkv.cpp
2313
2314 mkv.cpp: store the translation between segment IDs for each chapter codec
2315 ------------------------------------------------------------------------
2316 r10648 | zorglub | 2005-04-11 19:43:08 +0200 (lun, 11 avr 2005) | 2 lines
2317 Changed paths:
2318    M /trunk/modules/stream_out/bridge.c
2319
2320 Remove bridge from preferences panel + fix description, patch by Chritophe Mutricy
2321
2322 ------------------------------------------------------------------------
2323 r10647 | titer | 2005-04-11 17:35:41 +0200 (lun, 11 avr 2005) | 2 lines
2324 Changed paths:
2325    M /trunk/modules/gui/beos/PreferencesWindow.cpp
2326    M /trunk/modules/gui/beos/PreferencesWindow.h
2327
2328  beos/PreferencesWindow*: fixed widgets
2329
2330 ------------------------------------------------------------------------
2331 r10646 | damienf | 2005-04-11 16:29:18 +0200 (lun, 11 avr 2005) | 2 lines
2332 Changed paths:
2333    M /trunk/modules/mux/mpeg/ts.c
2334
2335 -added "pmt-program" variable to configure PMT program number
2336
2337 ------------------------------------------------------------------------
2338 r10645 | hartman | 2005-04-11 16:13:41 +0200 (lun, 11 avr 2005) | 2 lines
2339 Changed paths:
2340    M /trunk/modules/video_filter/time.c
2341
2342 * included wrong time.h
2343
2344 ------------------------------------------------------------------------
2345 r10644 | sigmunau | 2005-04-11 14:04:14 +0200 (lun, 11 avr 2005) | 2 lines
2346 Changed paths:
2347    M /trunk/TODO
2348
2349 TODO: Added some todo items related to playlist that should be done, but I don't have time to do right now.
2350
2351 ------------------------------------------------------------------------
2352 r10643 | hartman | 2005-04-11 01:05:44 +0200 (lun, 11 avr 2005) | 2 lines
2353 Changed paths:
2354    M /trunk/modules/video_filter/time.c
2355
2356 * include time.h when using it.
2357
2358 ------------------------------------------------------------------------
2359 r10642 | hartman | 2005-04-11 00:29:35 +0200 (lun, 11 avr 2005) | 6 lines
2360 Changed paths:
2361    M /trunk/modules/gui/macosx/controls.m
2362    M /trunk/modules/gui/macosx/intf.m
2363
2364 * Fix for the disabled menu's under Tiger.
2365
2366 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.
2367
2368 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).
2369
2370 ------------------------------------------------------------------------
2371 r10641 | zorglub | 2005-04-10 20:40:52 +0200 (dim, 10 avr 2005) | 10 lines
2372 Changed paths:
2373    M /trunk/include/vlc_common.h
2374    M /trunk/include/vlc_playlist.h
2375    M /trunk/modules/gui/wxwindows/bookmarks.cpp
2376    M /trunk/modules/gui/wxwindows/extrapanel.cpp
2377    M /trunk/modules/gui/wxwindows/fileinfo.cpp
2378    M /trunk/modules/gui/wxwindows/interface.cpp
2379    M /trunk/modules/gui/wxwindows/menus.cpp
2380    M /trunk/modules/gui/wxwindows/messages.cpp
2381    M /trunk/modules/gui/wxwindows/open.cpp
2382    M /trunk/modules/gui/wxwindows/playlist.cpp
2383    M /trunk/modules/gui/wxwindows/preferences.cpp
2384    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
2385    M /trunk/modules/gui/wxwindows/preferences_widgets.h
2386    M /trunk/modules/gui/wxwindows/wizard.cpp
2387    M /trunk/modules/gui/wxwindows/wxwindows.cpp
2388    M /trunk/modules/gui/wxwindows/wxwindows.h
2389    M /trunk/src/playlist/sort.c
2390    M /trunk/src/playlist/view.c
2391
2392 * Fixes for wx2.5.5, patch by Greg Hazel <ghazel at gmail dot com>
2393
2394 I only changed two things in the patch 
2395 * added a check for wx2.4 that does not seem to have sizer->Detach
2396 * commented out the wxCheckVersion in open.cpp, which broke layouting under wx2.5.3
2397   (what was the intended behaviour ?)
2398
2399 * Added core support for a sorted by genre view
2400
2401
2402 ------------------------------------------------------------------------
2403 r10640 | titer | 2005-04-10 20:18:22 +0200 (dim, 10 avr 2005) | 2 lines
2404 Changed paths:
2405    M /trunk/modules/gui/beos/BeOS.cpp
2406    M /trunk/modules/gui/beos/PreferencesWindow.cpp
2407    M /trunk/modules/gui/beos/PreferencesWindow.h
2408
2409  beos/*: first pass at fixing the BeOS prefs
2410
2411 ------------------------------------------------------------------------
2412 r10639 | sigmunau | 2005-04-10 19:48:41 +0200 (dim, 10 avr 2005) | 2 lines
2413 Changed paths:
2414    M /trunk/modules/access/mms/mmstu.c
2415    M /trunk/modules/codec/ffmpeg/video.c
2416    M /trunk/src/input/input.c
2417
2418 fixed three major problems pointed to by Trax
2419
2420 ------------------------------------------------------------------------
2421 r10638 | courmisch | 2005-04-10 18:13:40 +0200 (dim, 10 avr 2005) | 2 lines
2422 Changed paths:
2423    M /trunk/modules/demux/playlist/b4s.c
2424
2425 Fix invalid free() on exit
2426
2427 ------------------------------------------------------------------------
2428 r10637 | courmisch | 2005-04-10 18:12:57 +0200 (dim, 10 avr 2005) | 2 lines
2429 Changed paths:
2430    M /trunk/modules/misc/xml/xtag.c
2431
2432 Fix a segmentation fault in case of error
2433
2434 ------------------------------------------------------------------------
2435 r10636 | sigmunau | 2005-04-10 16:44:52 +0200 (dim, 10 avr 2005) | 2 lines
2436 Changed paths:
2437    M /trunk/src/playlist/item-ext.c
2438
2439 playlist/item-ext.c: more elegant binary search in playlist_ItemGetById()
2440
2441 ------------------------------------------------------------------------
2442 r10635 | sigmunau | 2005-04-10 16:42:39 +0200 (dim, 10 avr 2005) | 2 lines
2443 Changed paths:
2444    M /trunk/modules/gui/wxwindows/playlist.cpp
2445
2446 wx/playlist.cpp: reintroduced the caching in FindItem, giving unknown speed increases
2447
2448 ------------------------------------------------------------------------
2449 r10634 | titer | 2005-04-10 16:00:40 +0200 (dim, 10 avr 2005) | 2 lines
2450 Changed paths:
2451    M /trunk/modules/misc/externrun.c
2452
2453  externrun.c: compile fix
2454
2455 ------------------------------------------------------------------------
2456 r10633 | sigmunau | 2005-04-10 14:46:30 +0200 (dim, 10 avr 2005) | 2 lines
2457 Changed paths:
2458    M /trunk/modules/services_discovery/shout.c
2459
2460 shout.c: set svn properties, fixed copyright, author and a string
2461
2462 ------------------------------------------------------------------------
2463 r10632 | sigmunau | 2005-04-10 13:55:16 +0200 (dim, 10 avr 2005) | 3 lines
2464 Changed paths:
2465    M /trunk/configure.ac
2466    M /trunk/modules/demux/playlist/b4s.c
2467    M /trunk/modules/demux/playlist/playlist.c
2468    M /trunk/modules/services_discovery/Modules.am
2469    A /trunk/modules/services_discovery/shout.c
2470
2471 demux/playlist/*: Added a special "shoutcast" mode to b4s parser
2472 rest: new services discovery module to get channels from shoutcast
2473
2474 ------------------------------------------------------------------------
2475 r10631 | sigmunau | 2005-04-10 13:52:24 +0200 (dim, 10 avr 2005) | 2 lines
2476 Changed paths:
2477    M /trunk/src/playlist/item-ext.c
2478
2479 src/playlist/item-ext.c: fixed a recent bug in playlist_ItemGetById
2480
2481 ------------------------------------------------------------------------
2482 r10630 | sigmunau | 2005-04-10 13:03:57 +0200 (dim, 10 avr 2005) | 3 lines
2483 Changed paths:
2484    M /trunk/include/vlc_playlist.h
2485    M /trunk/src/playlist/sort.c
2486
2487 playlist: support for sorting a node based on numerical iterpretation of the
2488 title
2489
2490 ------------------------------------------------------------------------
2491 r10629 | sigmunau | 2005-04-10 10:19:49 +0200 (dim, 10 avr 2005) | 3 lines
2492 Changed paths:
2493    M /trunk/include/vlc_playlist.h
2494    M /trunk/src/playlist/item-ext.c
2495    M /trunk/src/playlist/item.c
2496
2497 playlist/item.c, include/vlc_playlist.h: introduced playlist_ItemCopy
2498 playlist/item-ext.c: O(log(N)) playlist_GetItemById()
2499
2500 ------------------------------------------------------------------------
2501 r10628 | rocky | 2005-04-10 03:51:44 +0200 (dim, 10 avr 2005) | 6 lines
2502 Changed paths:
2503    M /trunk/modules/access/vcdx/access.c
2504    M /trunk/modules/access/vcdx/info.c
2505    M /trunk/modules/access/vcdx/vcd.c
2506    M /trunk/modules/access/vcdx/vcdplayer.h
2507
2508 Crash on quit fixed.
2509 Add Track length mode. 
2510 Entry slider fixed update fixed.
2511 Some small memory leaks fixed.
2512
2513
2514 ------------------------------------------------------------------------
2515 r10627 | hartman | 2005-04-10 01:36:48 +0200 (dim, 10 avr 2005) | 2 lines
2516 Changed paths:
2517    M /trunk/extras/contrib/src/Makefile
2518    A /trunk/extras/contrib/src/Patches/gcrypt.patch
2519
2520 * gcc 4.0 fixes for libgcrypt
2521
2522 ------------------------------------------------------------------------
2523 r10626 | hartman | 2005-04-10 01:31:47 +0200 (dim, 10 avr 2005) | 2 lines
2524 Changed paths:
2525    M /trunk/configure.ac
2526
2527 * Fix vlc compilation on gcc-4.0 (only one patch how easy was that)
2528
2529 ------------------------------------------------------------------------
2530 r10625 | gbazin | 2005-04-09 18:55:47 +0200 (sam, 09 avr 2005) | 1 line
2531 Changed paths:
2532    M /trunk/src/input/access.c
2533
2534 * src/input/access.c: fixed segfaults.
2535 ------------------------------------------------------------------------
2536 r10624 | hartman | 2005-04-09 18:02:45 +0200 (sam, 09 avr 2005) | 2 lines
2537 Changed paths:
2538    M /trunk/extras/contrib/src/Makefile
2539
2540 * Fix a spelling error of a define
2541
2542 ------------------------------------------------------------------------
2543 r10623 | rocky | 2005-04-09 17:36:41 +0200 (sam, 09 avr 2005) | 9 lines
2544 Changed paths:
2545    M /trunk/modules/access/cdda/access.c
2546    M /trunk/modules/access/cdda/callback.c
2547    M /trunk/modules/access/cdda/cdda.c
2548    M /trunk/modules/access/cdda/cdda.h
2549    M /trunk/modules/access/cdda/info.c
2550
2551 Fix bugs in disc-view slider. (May still have a couple left)
2552
2553 Fix bug in paranoia mode. Now allow two kinds of paranoia - overlap and full.
2554
2555 libcddb 0.96 has regexp memory leaks in - 1.0.0 won't. Be leak free if using
2556 1.0.0.
2557
2558
2559
2560 ------------------------------------------------------------------------
2561 r10622 | sigmunau | 2005-04-09 17:15:57 +0200 (sam, 09 avr 2005) | 2 lines
2562 Changed paths:
2563    M /trunk/src/playlist/playlist.c
2564
2565 playlist.c: removed a stray mutex_unlock
2566
2567 ------------------------------------------------------------------------
2568 r10621 | sigmunau | 2005-04-09 16:57:23 +0200 (sam, 09 avr 2005) | 10 lines
2569 Changed paths:
2570    M /trunk/modules/gui/wxwindows/playlist.cpp
2571    M /trunk/modules/gui/wxwindows/wxwindows.h
2572
2573 wx/playlist: never store the pointer to p_item when the playlist lock isn't
2574 held. store p_playlist in wxvlc::Playlist since the class can't work without
2575 p_playlist anyway. Strictly lock playlist when needed.
2576
2577 adds a lot of playlist_ItemGetById, and removes a lot of vlc_object_find
2578 VLC_OBJECT_PLAYLIST).
2579
2580 This should fix a lot of potential deadlocks and crashes, including a few I
2581 could reproduce
2582
2583 ------------------------------------------------------------------------
2584 r10620 | courmisch | 2005-04-09 16:54:44 +0200 (sam, 09 avr 2005) | 2 lines
2585 Changed paths:
2586    M /trunk/modules/misc/gnutls.c
2587
2588 Client should now be able to authenticate
2589
2590 ------------------------------------------------------------------------
2591 r10619 | sigmunau | 2005-04-09 16:53:38 +0200 (sam, 09 avr 2005) | 5 lines
2592 Changed paths:
2593    M /trunk/include/vlc_playlist.h
2594    M /trunk/src/playlist/item-ext.c
2595    M /trunk/src/playlist/playlist.c
2596    M /trunk/src/playlist/view.c
2597
2598 playlist: added a pp_all_items to playlist_t allowing GetItemById to return
2599 nodes as well as items.
2600 made playlist_Control not take the playlist lock, and created a
2601 playlist_LockControl that does the same but takes the lock
2602
2603 ------------------------------------------------------------------------
2604 r10618 | gbazin | 2005-04-09 16:43:02 +0200 (sam, 09 avr 2005) | 1 line
2605 Changed paths:
2606    M /trunk/modules/gui/wxwindows/dialogs.cpp
2607
2608 * modules/gui/wxwindows/dialogs.cpp: fixed open directory dialog.
2609 ------------------------------------------------------------------------
2610 r10617 | zorglub | 2005-04-09 16:02:55 +0200 (sam, 09 avr 2005) | 2 lines
2611 Changed paths:
2612    M /trunk/modules/gui/wxwindows/extrapanel.cpp
2613
2614 Fix addition of several filters
2615
2616 ------------------------------------------------------------------------
2617 r10616 | courmisch | 2005-04-09 14:30:34 +0200 (sam, 09 avr 2005) | 2 lines
2618 Changed paths:
2619    M /trunk/modules/access/http.c
2620    M /trunk/modules/misc/gnutls.c
2621    M /trunk/src/misc/tls.c
2622
2623 - optional SSL hostname verification
2624
2625 ------------------------------------------------------------------------
2626 r10615 | gbazin | 2005-04-09 13:27:23 +0200 (sam, 09 avr 2005) | 5 lines
2627 Changed paths:
2628    M /trunk/configure.ac
2629    M /trunk/modules/demux/flac.c
2630    M /trunk/modules/demux/mpeg/m4a.c
2631    M /trunk/modules/demux/mpeg/mpga.c
2632    M /trunk/modules/demux/util/Modules.am
2633    D /trunk/modules/demux/util/id3.c
2634    M /trunk/modules/demux/util/id3tag.c
2635    M /trunk/src/input/demux.c
2636
2637 * src/input/demux.c: skip header id3tag in the core before loading the demux (id3tags have a tendency to mess probing).
2638 * modules/demux/flac.c, modules/demux/mpeg/m4a.c,mpga.c: update id3tag parsing.
2639 * modules/demux/util/id3tag.c: id3tag parsing doesn't need to skip the id3tag header anymore.
2640 * modules/demux/util/id3.c: module removed because id3tag header skipping isn't needed anymore.
2641
2642 ------------------------------------------------------------------------
2643 r10614 | gbazin | 2005-04-09 13:15:18 +0200 (sam, 09 avr 2005) | 1 line
2644 Changed paths:
2645    M /trunk/modules/demux/Modules.am
2646    D /trunk/modules/demux/aac.c
2647
2648 * modules/demux/aac.c: removed deprecated aac demux (replaced by the m4a demux which uses the m4a packetizer).
2649 ------------------------------------------------------------------------
2650 r10613 | courmisch | 2005-04-09 13:03:56 +0200 (sam, 09 avr 2005) | 2 lines
2651 Changed paths:
2652    M /trunk/modules/misc/gnutls.c
2653
2654 Client-side server credentials verification
2655
2656 ------------------------------------------------------------------------
2657 r10612 | gbazin | 2005-04-09 11:53:06 +0200 (sam, 09 avr 2005) | 1 line
2658 Changed paths:
2659    M /trunk/modules/demux/ty.c
2660
2661 * modules/demux/ty.c: fixed probing bug.
2662 ------------------------------------------------------------------------
2663 r10611 | courmisch | 2005-04-09 11:27:27 +0200 (sam, 09 avr 2005) | 2 lines
2664 Changed paths:
2665    M /trunk/modules/misc/win32text.c
2666
2667 Not an executable
2668
2669 ------------------------------------------------------------------------
2670 r10610 | gbazin | 2005-04-09 11:26:41 +0200 (sam, 09 avr 2005) | 1 line
2671 Changed paths:
2672    M /trunk/configure.ac
2673
2674 * configure.ac: don't include externrun in the wince build.
2675 ------------------------------------------------------------------------
2676 r10609 | hartman | 2005-04-09 11:02:36 +0200 (sam, 09 avr 2005) | 1 line
2677 Changed paths:
2678    M /trunk/extras/contrib/src/Patches/libebml.patch
2679
2680 * fix libebml patch
2681 ------------------------------------------------------------------------
2682 r10608 | courmisch | 2005-04-09 10:07:50 +0200 (sam, 09 avr 2005) | 2 lines
2683 Changed paths:
2684    M /trunk/modules/misc/externrun.c
2685
2686 Cosmetic fixes
2687
2688 ------------------------------------------------------------------------
2689 r10607 | courmisch | 2005-04-09 10:06:00 +0200 (sam, 09 avr 2005) | 7 lines
2690 Changed paths:
2691    M /trunk/modules/misc/externrun.c
2692
2693 - <unistd.h> is needed for fork and execl
2694 - use execlp instead of execl
2695 - perform process replacement in the child process, not the parent
2696 - wait for process termination (to avoid zombies)
2697 - do not return value from void function
2698 - more verbose
2699
2700 ------------------------------------------------------------------------
2701 r10606 | courmisch | 2005-04-09 09:42:21 +0200 (sam, 09 avr 2005) | 3 lines
2702 Changed paths:
2703    M /trunk/configure.ac
2704
2705 - remove externrun directory
2706 - struct addrinfo check
2707
2708 ------------------------------------------------------------------------
2709 r10605 | courmisch | 2005-04-09 09:38:56 +0200 (sam, 09 avr 2005) | 2 lines
2710 Changed paths:
2711    M /trunk/modules/misc/Modules.am
2712    D /trunk/modules/misc/externrun
2713    A /trunk/modules/misc/externrun.c (from /trunk/modules/misc/externrun/externrun.c:10604)
2714
2715 Removed useless subdirectory
2716
2717 ------------------------------------------------------------------------
2718 r10604 | courmisch | 2005-04-09 09:34:12 +0200 (sam, 09 avr 2005) | 2 lines
2719 Changed paths:
2720    M /trunk/modules/misc/externrun/externrun.c
2721
2722 tab fixes (cosmetic)
2723
2724 ------------------------------------------------------------------------
2725 r10603 | hartman | 2005-04-09 02:22:50 +0200 (sam, 09 avr 2005) | 1 line
2726 Changed paths:
2727    M /trunk/extras/contrib/bootstrap
2728    M /trunk/extras/contrib/src/Makefile
2729
2730 * Updated the contrib system to work with the new id gcc-4 returns for Tiger
2731 ------------------------------------------------------------------------
2732 r10602 | hartman | 2005-04-09 01:47:49 +0200 (sam, 09 avr 2005) | 1 line
2733 Changed paths:
2734    M /trunk/extras/contrib/src/Makefile
2735    A /trunk/extras/contrib/src/Patches/libebml.patch
2736    M /trunk/extras/contrib/src/Patches/mpeg2dec.patch
2737
2738 * gcc-4.0 fixes to the contribs
2739 ------------------------------------------------------------------------
2740 r10601 | hartman | 2005-04-08 22:28:23 +0200 (ven, 08 avr 2005) | 2 lines
2741 Changed paths:
2742    M /trunk/extras/contrib/Makefile
2743
2744 * Disable "make bin" in the contrib system and give a warning.
2745
2746 ------------------------------------------------------------------------
2747 r10600 | sylv | 2005-04-08 22:22:45 +0200 (ven, 08 avr 2005) | 1 line
2748 Changed paths:
2749    M /trunk/configure.ac
2750    M /trunk/modules/misc/dummy/input.c
2751    A /trunk/modules/misc/externrun
2752    A /trunk/modules/misc/externrun/Modules.am
2753    A /trunk/modules/misc/externrun/externrun.c
2754
2755 An interface to run extern programs (such as shutdown)
2756 ------------------------------------------------------------------------
2757 r10599 | courmisch | 2005-04-08 22:04:59 +0200 (ven, 08 avr 2005) | 3 lines
2758 Changed paths:
2759    M /trunk/configure.ac
2760    M /trunk/src/misc/httpd.c
2761
2762 - Simplify check for getnameinfo
2763 - Added check for getaddrinfo
2764
2765 ------------------------------------------------------------------------
2766 r10598 | courmisch | 2005-04-08 22:01:59 +0200 (ven, 08 avr 2005) | 2 lines
2767 Changed paths:
2768    M /trunk/src/misc/net.c
2769
2770 Fix invalid abusive pointer usage (heck, there was a warning!)
2771
2772 ------------------------------------------------------------------------
2773 r10597 | massiot | 2005-04-08 19:55:29 +0200 (ven, 08 avr 2005) | 3 lines
2774 Changed paths:
2775    M /trunk/src/stream_output/stream_output.c
2776
2777  * src/stream_output/stream_output.c : Print a debug message when a packet
2778    arrives too late to the mux.
2779
2780 ------------------------------------------------------------------------
2781 r10596 | massiot | 2005-04-08 19:52:23 +0200 (ven, 08 avr 2005) | 4 lines
2782 Changed paths:
2783    M /trunk/modules/demux/ts.c
2784
2785  * modules/demux/ts.c : Removed unused sysid option. VBI descriptor and
2786    VBI teletext descriptor should not set the codec because they only
2787    add information on a teletext stream.
2788
2789 ------------------------------------------------------------------------
2790 r10595 | massiot | 2005-04-08 19:44:14 +0200 (ven, 08 avr 2005) | 4 lines
2791 Changed paths:
2792    M /trunk/modules/stream_out/transcode.c
2793
2794  * modules/stream_out/transcode.c : Cleaned up the downmixing/upmixing
2795    facilities. Fixed a few incoherences with
2796    i_original_channels/i_physical_channels.
2797
2798 ------------------------------------------------------------------------
2799 r10594 | massiot | 2005-04-08 19:42:46 +0200 (ven, 08 avr 2005) | 4 lines
2800 Changed paths:
2801    M /trunk/modules/stream_out/bridge.c
2802
2803  * modules/stream_out/bridge.c : Fixed a segfault ; delete an input stream
2804    when there is no packet coming (fixes a "packet sent too late" issue
2805    with the ts muxer).
2806
2807 ------------------------------------------------------------------------
2808 r10593 | massiot | 2005-04-08 19:39:18 +0200 (ven, 08 avr 2005) | 2 lines
2809 Changed paths:
2810    M /trunk/modules/access/udp.c
2811
2812  * modules/access/udp.c : Fixed a segfault.
2813
2814 ------------------------------------------------------------------------
2815 r10592 | massiot | 2005-04-08 18:38:59 +0200 (ven, 08 avr 2005) | 3 lines
2816 Changed paths:
2817    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
2818
2819  * modules/audio_filter/converter/mpgatofixed32 : Fixed a major bug with
2820    downmixing ; completed downmixing options.
2821
2822 ------------------------------------------------------------------------
2823 r10591 | massiot | 2005-04-08 18:28:16 +0200 (ven, 08 avr 2005) | 3 lines
2824 Changed paths:
2825    M /trunk/modules/mux/mpeg/ts.c
2826
2827  * modules/mux/mpeg/ts.c : Reduced the PES and TS overhead for low bitrate
2828    mpga streams.
2829
2830 ------------------------------------------------------------------------
2831 r10590 | massiot | 2005-04-08 18:20:56 +0200 (ven, 08 avr 2005) | 2 lines
2832 Changed paths:
2833    M /trunk/include/vlc_block.h
2834
2835  * include/vlc_block.h : Added calculation of i_length in block_ChainGather.
2836
2837 ------------------------------------------------------------------------
2838 r10589 | hartman | 2005-04-08 18:11:50 +0200 (ven, 08 avr 2005) | 2 lines
2839 Changed paths:
2840    M /trunk/extras/contrib/src/Makefile
2841
2842 * type in mpeg2dec configure line
2843
2844 ------------------------------------------------------------------------
2845 r10588 | hartman | 2005-04-07 16:36:24 +0200 (jeu, 07 avr 2005) | 2 lines
2846 Changed paths:
2847    M /trunk/extras/contrib/src/Makefile
2848
2849 * More dylib issues (gcrypt and libcdio)
2850
2851 ------------------------------------------------------------------------
2852 r10587 | hartman | 2005-04-07 12:28:59 +0200 (jeu, 07 avr 2005) | 2 lines
2853 Changed paths:
2854    M /trunk/modules/gui/macosx/playlist.m
2855
2856 * Fix a missing playlist release in the OSX playlist
2857
2858 ------------------------------------------------------------------------
2859 r10586 | courmisch | 2005-04-07 11:39:25 +0200 (jeu, 07 avr 2005) | 2 lines
2860 Changed paths:
2861    M /trunk/modules/demux/xa.c
2862
2863 Minor cleanup
2864
2865 ------------------------------------------------------------------------
2866 r10585 | rocky | 2005-04-07 06:58:36 +0200 (jeu, 07 avr 2005) | 4 lines
2867 Changed paths:
2868    M /trunk/modules/codec/dvbsub.c
2869
2870 Keep behavior same as it was before aspect-ratio fix - the safe, conservative
2871 thing to do.
2872
2873
2874 ------------------------------------------------------------------------
2875 r10584 | hartman | 2005-04-07 01:04:23 +0200 (jeu, 07 avr 2005) | 2 lines
2876 Changed paths:
2877    M /trunk/extras/contrib/src/Makefile
2878    M /trunk/extras/contrib/src/Patches/libpng.patch
2879
2880 * Disable building of shared lib of libpng on OSX. it's broken
2881
2882 ------------------------------------------------------------------------
2883 r10583 | hartman | 2005-04-07 00:33:37 +0200 (jeu, 07 avr 2005) | 2 lines
2884 Changed paths:
2885    M /trunk/extras/contrib/src/Makefile
2886
2887 * Fixed gnutls and cdio dylib installation
2888
2889 ------------------------------------------------------------------------
2890 r10582 | hartman | 2005-04-06 23:49:23 +0200 (mer, 06 avr 2005) | 2 lines
2891 Changed paths:
2892    M /trunk/modules/video_output/Modules.am
2893
2894 * modules/video_output/Modules: Added picture.h to MAKE_DIST
2895
2896 ------------------------------------------------------------------------
2897 r10581 | zorglub | 2005-04-06 21:43:34 +0200 (mer, 06 avr 2005) | 2 lines
2898 Changed paths:
2899    M /trunk/src/playlist/playlist.c
2900
2901 Fix next/previous in skins2 playlist
2902
2903 ------------------------------------------------------------------------
2904 r10580 | djc | 2005-04-06 17:13:54 +0200 (mer, 06 avr 2005) | 2 lines
2905 Changed paths:
2906    M /trunk/Makefile.am
2907
2908 Use VLC-release.app instead of VLC.app for package-macosx target
2909
2910 ------------------------------------------------------------------------
2911 r10579 | djc | 2005-04-06 17:12:52 +0200 (mer, 06 avr 2005) | 3 lines
2912 Changed paths:
2913    M /trunk/Makefile.am
2914
2915 Include http/*.png and http/*.ico in windows packages
2916 -- xtophe
2917
2918 ------------------------------------------------------------------------
2919 r10578 | djc | 2005-04-06 16:36:57 +0200 (mer, 06 avr 2005) | 4 lines
2920 Changed paths:
2921    M /trunk/Makefile.am
2922
2923 Add a new target, VLC.app which make links to files instead of copies.
2924 The old VLC.app target has been renamed VLC-release.app
2925
2926
2927 ------------------------------------------------------------------------
2928 r10577 | robux4 | 2005-04-06 16:29:01 +0200 (mer, 06 avr 2005) | 1 line
2929 Changed paths:
2930    M /trunk/modules/demux/mkv.cpp
2931
2932 mkv.cpp: prepare for chapter codecs
2933 ------------------------------------------------------------------------
2934 r10576 | damienf | 2005-04-06 13:23:52 +0200 (mer, 06 avr 2005) | 2 lines
2935 Changed paths:
2936    M /trunk/activex/Makefile.am
2937    M /trunk/activex/plugin.cpp
2938    M /trunk/activex/plugin.h
2939    A /trunk/activex/viewobject.cpp
2940    A /trunk/activex/viewobject.h
2941
2942 - 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.
2943
2944 ------------------------------------------------------------------------
2945 r10575 | robux4 | 2005-04-06 11:40:16 +0200 (mer, 06 avr 2005) | 1 line
2946 Changed paths:
2947    M /trunk/modules/demux/mkv.cpp
2948
2949 mkv.cpp: even less warnings
2950 ------------------------------------------------------------------------
2951 r10574 | fenrir | 2005-04-06 11:35:45 +0200 (mer, 06 avr 2005) | 2 lines
2952 Changed paths:
2953    M /trunk/modules/packetizer/h264.c
2954
2955  * h264: less debug.
2956
2957 ------------------------------------------------------------------------
2958 r10573 | fenrir | 2005-04-06 11:31:38 +0200 (mer, 06 avr 2005) | 2 lines
2959 Changed paths:
2960    M /trunk/modules/packetizer/h264.c
2961
2962  * h264: bug fix (give valid date + split at the right place).
2963
2964 ------------------------------------------------------------------------
2965 r10572 | robux4 | 2005-04-06 11:31:09 +0200 (mer, 06 avr 2005) | 1 line
2966 Changed paths:
2967    M /trunk/modules/demux/mkv.cpp
2968
2969 mkv.cpp: cleaner duration computation
2970 ------------------------------------------------------------------------
2971 r10571 | robux4 | 2005-04-06 11:26:39 +0200 (mer, 06 avr 2005) | 1 line
2972 Changed paths:
2973    M /trunk/modules/demux/mkv.cpp
2974
2975 mkv.cpp: less warning
2976 ------------------------------------------------------------------------
2977 r10570 | gbazin | 2005-04-06 10:27:13 +0200 (mer, 06 avr 2005) | 1 line
2978 Changed paths:
2979    M /trunk/modules/gui/wince/dialogs.cpp
2980    M /trunk/modules/gui/wince/interface.cpp
2981    M /trunk/modules/gui/wince/menus.cpp
2982    M /trunk/modules/gui/wince/timer.cpp
2983    M /trunk/modules/gui/wince/wince.cpp
2984    M /trunk/modules/gui/wince/wince.h
2985
2986 * modules/gui/wince: bunch of fixes.
2987 ------------------------------------------------------------------------
2988 r10569 | robux4 | 2005-04-05 23:16:04 +0200 (mar, 05 avr 2005) | 1 line
2989 Changed paths:
2990    M /trunk/modules/demux/mkv.cpp
2991
2992 mkv.cpp: the return of the family preloading
2993 ------------------------------------------------------------------------
2994 r10568 | gbazin | 2005-04-05 22:50:10 +0200 (mar, 05 avr 2005) | 1 line
2995 Changed paths:
2996    M /trunk/configure.ac
2997    M /trunk/modules/misc/Modules.am
2998    A /trunk/modules/misc/win32text.c
2999
3000 * modules/misc/win32text.c: text renderer using the win32 TextOut API.
3001 ------------------------------------------------------------------------
3002 r10567 | robux4 | 2005-04-05 22:49:37 +0200 (mar, 05 avr 2005) | 1 line
3003 Changed paths:
3004    M /trunk/modules/demux/mkv.cpp
3005
3006 mkv.cpp: clean & fix seeking inside virtual_segment_t
3007 ------------------------------------------------------------------------
3008 r10563 | sigmunau | 2005-04-05 19:50:40 +0200 (mar, 05 avr 2005) | 2 lines
3009 Changed paths:
3010    M /trunk/modules/gui/wxwindows/fileinfo.cpp
3011    M /trunk/modules/gui/wxwindows/video.cpp
3012    M /trunk/modules/gui/wxwindows/wxwindows.h
3013
3014 wx: last bunch of changes for now. The rest must be fixed by someone with msvc
3015
3016 ------------------------------------------------------------------------
3017 r10562 | sigmunau | 2005-04-05 19:21:53 +0200 (mar, 05 avr 2005) | 2 lines
3018 Changed paths:
3019    M /trunk/modules/gui/wxwindows/playlist.cpp
3020    M /trunk/modules/gui/wxwindows/preferences.cpp
3021    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
3022    M /trunk/modules/gui/wxwindows/preferences_widgets.h
3023    M /trunk/modules/gui/wxwindows/wxwindows.h
3024
3025 wx: bunch more event function parameter changes
3026
3027 ------------------------------------------------------------------------
3028 r10561 | sigmunau | 2005-04-05 18:46:31 +0200 (mar, 05 avr 2005) | 2 lines
3029 Changed paths:
3030    M /trunk/modules/gui/wxwindows/messages.cpp
3031    M /trunk/modules/gui/wxwindows/wxwindows.h
3032
3033 wx: (hopefully) fixed a compilation error, reported by robux
3034
3035 ------------------------------------------------------------------------
3036 r10560 | gbazin | 2005-04-05 17:32:26 +0200 (mar, 05 avr 2005) | 1 line
3037 Changed paths:
3038    M /trunk/modules/gui/wxwindows/dialogs.cpp
3039
3040 * modules/gui/wxwindows/dialogs.cpp: fixed add directory.
3041 ------------------------------------------------------------------------
3042 r10559 | gbazin | 2005-04-05 15:15:39 +0200 (mar, 05 avr 2005) | 1 line
3043 Changed paths:
3044    M /trunk/modules/gui/wxwindows/wxwindows.h
3045
3046 * modules/gui/wxwindows/wxwindows.h: forgot this file.
3047 ------------------------------------------------------------------------
3048 r10558 | gbazin | 2005-04-05 15:15:07 +0200 (mar, 05 avr 2005) | 1 line
3049 Changed paths:
3050    M /trunk/modules/gui/wxwindows/interface.cpp
3051    M /trunk/modules/gui/wxwindows/open.cpp
3052    M /trunk/modules/gui/wxwindows/streamout.cpp
3053
3054 * modules/gui/wxwindows/*: added subtitles options to the stream output dialog + add open directory menu to interface.
3055 ------------------------------------------------------------------------
3056 r10557 | gbazin | 2005-04-05 14:35:43 +0200 (mar, 05 avr 2005) | 1 line
3057 Changed paths:
3058    M /trunk/modules/gui/wxwindows/open.cpp
3059
3060 * modules/gui/wxwindows/open.cpp: fixed timeshift checkbox.
3061 ------------------------------------------------------------------------
3062 r10556 | gbazin | 2005-04-05 12:28:36 +0200 (mar, 05 avr 2005) | 1 line
3063 Changed paths:
3064    M /trunk/modules/demux/util/id3tag.c
3065
3066 * modules/demux/util/id3tag.c: fixed memory leak.
3067 ------------------------------------------------------------------------
3068 r10555 | gbazin | 2005-04-05 12:23:10 +0200 (mar, 05 avr 2005) | 1 line
3069 Changed paths:
3070    M /trunk/modules/demux/flac.c
3071
3072 * modules/demux/flac.c: fixed last commit.
3073 ------------------------------------------------------------------------
3074 r10554 | gbazin | 2005-04-05 11:56:39 +0200 (mar, 05 avr 2005) | 1 line
3075 Changed paths:
3076    M /trunk/src/misc/vlm.c
3077
3078 * src/misc/vlm.c: misc small fixes in config file saving/loading.
3079 ------------------------------------------------------------------------
3080 r10552 | fenrir | 2005-04-05 10:08:26 +0200 (mar, 05 avr 2005) | 2 lines
3081 Changed paths:
3082    M /trunk/modules/access/http.c
3083
3084  * http.c: force nsv when using unsv:// and mime is misc/ultravox.
3085
3086 ------------------------------------------------------------------------
3087 r10551 | hartman | 2005-04-05 03:20:19 +0200 (mar, 05 avr 2005) | 2 lines
3088 Changed paths:
3089    M /trunk/modules/demux/flac.c
3090
3091 * 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
3092
3093 ------------------------------------------------------------------------
3094 r10550 | hartman | 2005-04-05 03:17:52 +0200 (mar, 05 avr 2005) | 5 lines
3095 Changed paths:
3096    M /trunk/modules/demux/util/id3tag.c
3097
3098 * parsed info by mp3 is not retained between demux module probes since vlc_meta was introduced. so remove the old logic
3099 This should fix the id3 parsing when you open an mp3.
3100
3101
3102
3103 ------------------------------------------------------------------------
3104 r10549 | zorglub | 2005-04-05 01:57:50 +0200 (mar, 05 avr 2005) | 2 lines
3105 Changed paths:
3106    M /trunk/src/video_output/vout_subpictures.c
3107
3108 Fix crash in subpictures rendering
3109
3110 ------------------------------------------------------------------------
3111 r10548 | hartman | 2005-04-05 01:54:54 +0200 (mar, 05 avr 2005) | 5 lines
3112 Changed paths:
3113    M /trunk/modules/gui/macosx/playlist.m
3114
3115 * fixed the item addition and auto-playback of items when adding them to the OSX intf.
3116 inserting at a certain position is not yet possible.
3117
3118 This part of the osx code could also use a tad of cleaning up.
3119
3120 ------------------------------------------------------------------------
3121 r10547 | hartman | 2005-04-05 01:50:07 +0200 (mar, 05 avr 2005) | 2 lines
3122 Changed paths:
3123    M /trunk/modules/demux/nsv.c
3124
3125 * added AACP fcc and map it to mp4a.
3126
3127 ------------------------------------------------------------------------
3128 r10546 | zorglub | 2005-04-05 01:48:08 +0200 (mar, 05 avr 2005) | 3 lines
3129 Changed paths:
3130    M /trunk/modules/control/http.c
3131    M /trunk/modules/misc/freetype.c
3132    M /trunk/src/video_output/video_widgets.c
3133
3134 Fix OSD (text & widgets) aspect ratio
3135 put category in HTTP interface options
3136
3137 ------------------------------------------------------------------------
3138 r10545 | sigmunau | 2005-04-05 00:41:02 +0200 (mar, 05 avr 2005) | 3 lines
3139 Changed paths:
3140    M /trunk/modules/demux/avi/avi.c
3141    M /trunk/src/input/es_out.c
3142
3143 es_out.c: add frame rate to stream and media info dialog when available
3144 avi.c: make frame rate info available
3145
3146 ------------------------------------------------------------------------
3147 r10544 | robux4 | 2005-04-04 23:08:21 +0200 (lun, 04 avr 2005) | 1 line
3148 Changed paths:
3149    M /trunk/modules/demux/mkv.cpp
3150
3151 mkv.cpp: better handling of broken files
3152 ------------------------------------------------------------------------
3153 r10543 | robux4 | 2005-04-04 20:25:09 +0200 (lun, 04 avr 2005) | 1 line
3154 Changed paths:
3155    M /trunk/modules/demux/mkv.cpp
3156
3157 mkv.cpp: fix playback of files with chapters
3158 ------------------------------------------------------------------------
3159 r10542 | hartman | 2005-04-04 16:56:40 +0200 (lun, 04 avr 2005) | 2 lines
3160 Changed paths:
3161    M /trunk/Makefile.am
3162
3163 * Fix make dist, which was broken due to ebuild removal
3164
3165 ------------------------------------------------------------------------
3166 r10541 | sigmunau | 2005-04-04 13:55:39 +0200 (lun, 04 avr 2005) | 3 lines
3167 Changed paths:
3168    M /trunk/modules/gui/wxwindows/Modules.am
3169
3170 wx/Modules.am: added all the bitmaps to make dist. Sorted the list for
3171 easier validation
3172
3173 ------------------------------------------------------------------------
3174 r10540 | oaubert | 2005-04-04 11:57:17 +0200 (lun, 04 avr 2005) | 2 lines
3175 Changed paths:
3176    M /trunk/modules/misc/svg.c
3177
3178 svg.c: do not subsample U and V planes in RGB->YUVA conversion.
3179
3180 ------------------------------------------------------------------------
3181 r10539 | zorglub | 2005-04-04 08:54:13 +0200 (lun, 04 avr 2005) | 2 lines
3182 Changed paths:
3183    M /trunk/modules/gui/wxwindows/open.cpp
3184    M /trunk/modules/gui/wxwindows/wxwindows.h
3185
3186 Timeshift checkbox in open dialog
3187
3188 ------------------------------------------------------------------------
3189 r10538 | rocky | 2005-04-04 03:40:11 +0200 (lun, 04 avr 2005) | 9 lines
3190 Changed paths:
3191    M /trunk/modules/codec/spudec/parse.c
3192    M /trunk/modules/codec/svcdsub.c
3193    M /trunk/src/video_output/vout_subpictures.c
3194
3195 Subtitle (subpicture) aspect ratio had been ignored. Use it now.
3196 Aspect ration in subtitle means use underlying video aspect ratio.
3197
3198 WARNING: Since this parameter was ignored before probably there are a
3199 number of image subtitle that have set this incorrectly. DVD's seemed
3200 to be a case in point and that'd been fixed. Fixing other subtitles
3201 should just be a matter of setting the i_aspect parameter correctly.
3202
3203
3204 ------------------------------------------------------------------------
3205 r10537 | zorglub | 2005-04-03 23:36:12 +0200 (dim, 03 avr 2005) | 2 lines
3206 Changed paths:
3207    M /trunk/modules/gui/wxwindows/playlist.cpp
3208
3209 Only show category and artist-sorted views
3210
3211 ------------------------------------------------------------------------
3212 r10534 | sigmunau | 2005-04-03 22:26:43 +0200 (dim, 03 avr 2005) | 2 lines
3213 Changed paths:
3214    M /trunk/modules/demux/playlist/b4s.c
3215
3216 b4s.c: fixed forcing of this plugin. Use "b4s-open"
3217
3218 ------------------------------------------------------------------------
3219 r10533 | robux4 | 2005-04-03 21:00:30 +0200 (dim, 03 avr 2005) | 1 line
3220 Changed paths:
3221    M /trunk/modules/demux/mkv.cpp
3222
3223 mkv.cpp: chapter merging works + small fixes
3224 ------------------------------------------------------------------------
3225 r10532 | robux4 | 2005-04-03 20:12:54 +0200 (dim, 03 avr 2005) | 1 line
3226 Changed paths:
3227    M /trunk/modules/demux/mkv.cpp
3228
3229 mkv.cpp: oops, the first segment wasn't played. closing playback is faster too.
3230 ------------------------------------------------------------------------
3231 r10531 | robux4 | 2005-04-03 18:27:13 +0200 (dim, 03 avr 2005) | 1 line
3232 Changed paths:
3233    M /trunk/modules/demux/mkv.cpp
3234
3235 mkv.cpp: make editions children of chapters
3236 ------------------------------------------------------------------------
3237 r10530 | gbazin | 2005-04-03 18:13:59 +0200 (dim, 03 avr 2005) | 1 line
3238 Changed paths:
3239    M /trunk/modules/misc/xml/libxml.c
3240
3241 * modules/misc/xml/libxml.c: handle XML_READER_TEXT in ReaderNodeType().
3242 ------------------------------------------------------------------------
3243 r10527 | ipkiss | 2005-04-03 14:56:25 +0200 (dim, 03 avr 2005) | 5 lines
3244 Changed paths:
3245    M /trunk/modules/gui/skins2/parser/builder.cpp
3246    M /trunk/modules/gui/skins2/parser/builder_data.def
3247    M /trunk/modules/gui/skins2/parser/builder_data.hpp
3248    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
3249    M /trunk/share/skins2/skin.dtd
3250
3251  * skins2: Text control now accepts lefttop and rightbottom attributes, like
3252    most other controls. The text is not really resized though (only cropped
3253    when needed).
3254    The change in the DTD is backwards-compatible.
3255
3256 ------------------------------------------------------------------------
3257 r10526 | hartman | 2005-04-03 13:23:21 +0200 (dim, 03 avr 2005) | 2 lines
3258 Changed paths:
3259    M /trunk/modules/gui/macosx/vout.m
3260
3261 * better support for multiple display selection on OS X. (Remembers last selection of screen between vouts)
3262
3263 ------------------------------------------------------------------------
3264 r10525 | gbazin | 2005-04-03 11:11:32 +0200 (dim, 03 avr 2005) | 1 line
3265 Changed paths:
3266    M /trunk/src/misc/vlm.c
3267
3268 * src/misc/vlm.c: config file written with CR+LF on win32.
3269 ------------------------------------------------------------------------
3270 r10524 | gbazin | 2005-04-02 23:36:06 +0200 (sam, 02 avr 2005) | 1 line
3271 Changed paths:
3272    M /trunk/include/vlc_xml.h
3273    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
3274    M /trunk/modules/misc/xml/libxml.c
3275    M /trunk/modules/misc/xml/xtag.c
3276
3277 * modules/misc/xml/*, include/vlc_xml.h: new xml_ReaderUseDTD() api to enable/disable DTD validation.
3278 ------------------------------------------------------------------------
3279 r10523 | gbazin | 2005-04-02 21:16:29 +0200 (sam, 02 avr 2005) | 1 line
3280 Changed paths:
3281    M /trunk/modules/demux/playlist/b4s.c
3282
3283 * modules/demux/playlist/b4s.c: misc fixes.
3284 ------------------------------------------------------------------------
3285 r10522 | sigmunau | 2005-04-02 19:38:06 +0200 (sam, 02 avr 2005) | 2 lines
3286 Changed paths:
3287    M /trunk/src/input/access.c
3288
3289 access.c: fixed crash with preparse
3290
3291 ------------------------------------------------------------------------
3292 r10521 | sigmunau | 2005-04-02 18:12:26 +0200 (sam, 02 avr 2005) | 2 lines
3293 Changed paths:
3294    M /trunk/modules/gui/wxwindows/dialogs.cpp
3295    M /trunk/modules/gui/wxwindows/interface.cpp
3296
3297 wx: use the documented Move method rather than the undocumented SetPosition
3298
3299 ------------------------------------------------------------------------
3300 r10520 | sigmunau | 2005-04-02 15:58:03 +0200 (sam, 02 avr 2005) | 3 lines
3301 Changed paths:
3302    M /trunk/modules/demux/playlist/Modules.am
3303    A /trunk/modules/demux/playlist/b4s.c
3304    M /trunk/modules/demux/playlist/playlist.c
3305    M /trunk/modules/demux/playlist/playlist.h
3306
3307 new b4s demuxer for winamp b4s playlists. Uses xml parser modules. Only
3308 works with xtag for now due to lack of a DTD
3309
3310 ------------------------------------------------------------------------
3311 r10519 | sigmunau | 2005-04-02 15:56:03 +0200 (sam, 02 avr 2005) | 4 lines
3312 Changed paths:
3313    M /trunk/modules/misc/xml/xtag.c
3314
3315 xtag.c: Don't create pcdata elements outside the root element. try harder to
3316 read entire stream. make xml_ReaderValue return pcdata when available. Added
3317 some more debug printfs when XTAG_DEBUG is defined.
3318
3319 ------------------------------------------------------------------------
3320 r10518 | sigmunau | 2005-04-02 15:10:53 +0200 (sam, 02 avr 2005) | 2 lines
3321 Changed paths:
3322    M /trunk/modules/access/http.c
3323
3324 http.c: fixed out of buffer write with ICY meta
3325
3326 ------------------------------------------------------------------------
3327 r10517 | gbazin | 2005-04-02 14:04:37 +0200 (sam, 02 avr 2005) | 1 line
3328 Changed paths:
3329    M /trunk/src/misc/configuration.c
3330
3331 * src/misc/configuration.c: removed annoying debug message.
3332 ------------------------------------------------------------------------
3333 r10516 | sigmunau | 2005-04-02 12:20:22 +0200 (sam, 02 avr 2005) | 2 lines
3334 Changed paths:
3335    M /trunk/modules/misc/xml/libxml.c
3336
3337 libxml.c: include header for stream, since api changes.
3338
3339 ------------------------------------------------------------------------
3340 r10515 | robux4 | 2005-04-02 11:59:34 +0200 (sam, 02 avr 2005) | 1 line
3341 Changed paths:
3342    M /trunk/modules/demux/mkv.cpp
3343
3344 mkv.cpp: store the segment duration in microseconds too
3345 ------------------------------------------------------------------------
3346 r10514 | robux4 | 2005-04-02 11:25:31 +0200 (sam, 02 avr 2005) | 1 line
3347 Changed paths:
3348    M /trunk/modules/demux/mkv.cpp
3349
3350 mkv.cpp: the segment start time is now an integer in microseconds
3351 ------------------------------------------------------------------------
3352 r10512 | sigmunau | 2005-04-02 00:39:10 +0200 (sam, 02 avr 2005) | 2 lines
3353 Changed paths:
3354    M /trunk/include/vlc_xml.h
3355    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
3356    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
3357    M /trunk/modules/misc/xml/libxml.c
3358    M /trunk/modules/misc/xml/xtag.c
3359
3360 all: ported xml parsers to stream_t
3361
3362 ------------------------------------------------------------------------
3363 r10511 | sigmunau | 2005-04-02 00:32:18 +0200 (sam, 02 avr 2005) | 2 lines
3364 Changed paths:
3365    M /trunk/src/input/stream.c
3366
3367 stream.c: fixed stream_Delete() for streams opened by stream_UrlNew()
3368
3369 ------------------------------------------------------------------------
3370 r10510 | sigmunau | 2005-04-02 00:23:22 +0200 (sam, 02 avr 2005) | 2 lines
3371 Changed paths:
3372    M /trunk/include/vlc_stream.h
3373    M /trunk/src/input/stream.c
3374
3375 fixed a few problems with stream_UrlNew
3376
3377 ------------------------------------------------------------------------
3378 r10509 | titer | 2005-04-02 00:01:24 +0200 (sam, 02 avr 2005) | 5 lines
3379 Changed paths:
3380    M /trunk/modules/gui/beos/BeOS.cpp
3381    M /trunk/modules/gui/beos/MediaControlView.cpp
3382    M /trunk/modules/gui/beos/VideoOutput.cpp
3383    M /trunk/modules/gui/beos/VideoWindow.h
3384    M /trunk/src/video_output/vout_intf.c
3385
3386  vout_intf.c: write snapshots on Desktop on BeOS
3387  beos/*: use B_KEY_DOWN/B_KEY_UP messages instead of KeyDown()/KeyUp()
3388    so we can have access to the key code and be more reliable (fixes a
3389    bunch of hotkeys). Fixed snapshots (missing pf_control)
3390
3391 ------------------------------------------------------------------------
3392 r10508 | courmisch | 2005-04-01 23:57:09 +0200 (ven, 01 avr 2005) | 3 lines
3393 Changed paths:
3394    M /trunk/modules/gui/wxwindows/playlist.cpp
3395    M /trunk/modules/gui/wxwindows/timer.cpp
3396    M /trunk/modules/gui/wxwindows/wxwindows.h
3397
3398 - Fix playlist deadlock between Timer and Playlist stuff
3399 There are still other deadlocks in wx though
3400
3401 ------------------------------------------------------------------------
3402 r10507 | sigmunau | 2005-04-01 20:37:31 +0200 (ven, 01 avr 2005) | 4 lines
3403 Changed paths:
3404    M /trunk/include/vlc_stream.h
3405    M /trunk/modules/demux/mkv.cpp
3406    M /trunk/modules/demux/mp4/libmp4.c
3407    M /trunk/src/input/input.c
3408    M /trunk/src/input/input_internal.h
3409    M /trunk/src/input/mem_stream.c
3410    M /trunk/src/input/stream.c
3411
3412 added a stream_UrlNew to open a general purpos stream_t from a url.
3413 added a pf_destroy to stream_t, changed all various stream_FooDestroy to
3414 stream_Delete
3415
3416 ------------------------------------------------------------------------
3417 r10506 | sigmunau | 2005-04-01 20:15:51 +0200 (ven, 01 avr 2005) | 2 lines
3418 Changed paths:
3419    M /trunk/modules/access_filter
3420
3421 set svn:ignore
3422
3423 ------------------------------------------------------------------------
3424 r10505 | sigmunau | 2005-04-01 19:19:34 +0200 (ven, 01 avr 2005) | 2 lines
3425 Changed paths:
3426    M /trunk/modules/gui/wxwindows/wxwindows.cpp
3427
3428 wxwindows.cpp: compile fixes
3429
3430 ------------------------------------------------------------------------
3431 r10504 | robux4 | 2005-04-01 19:14:58 +0200 (ven, 01 avr 2005) | 1 line
3432 Changed paths:
3433    M /trunk/modules/demux/mkv.cpp
3434
3435 mkv.cpp: oops
3436 ------------------------------------------------------------------------
3437 r10503 | robux4 | 2005-04-01 18:49:59 +0200 (ven, 01 avr 2005) | 2 lines
3438 Changed paths:
3439    M /trunk/modules/demux/mkv.cpp
3440
3441 mkv.cpp: moved seek code in classes, improved support for cue-less files, improved cursor behaviour when seeking
3442
3443 ------------------------------------------------------------------------
3444 r10502 | fenrir | 2005-04-01 18:00:32 +0200 (ven, 01 avr 2005) | 2 lines
3445 Changed paths:
3446    M /trunk/modules/gui/wxwindows/dialogs.cpp
3447    M /trunk/modules/gui/wxwindows/interface.cpp
3448    M /trunk/modules/gui/wxwindows/wxwindows.cpp
3449    M /trunk/modules/gui/wxwindows/wxwindows.h
3450
3451  * wxwin: at start up, restore last size+position+state of windows.
3452
3453 ------------------------------------------------------------------------
3454 r10501 | courmisch | 2005-04-01 17:47:38 +0200 (ven, 01 avr 2005) | 2 lines
3455 Changed paths:
3456    M /trunk/modules/gui/wxwindows/playlist.cpp
3457
3458 Yet another leak
3459
3460 ------------------------------------------------------------------------
3461 r10500 | courmisch | 2005-04-01 17:29:23 +0200 (ven, 01 avr 2005) | 2 lines
3462 Changed paths:
3463    M /trunk/modules/gui/wxwindows/playlist.cpp
3464    M /trunk/src/playlist/services_discovery.c
3465
3466 Mem leaks
3467
3468 ------------------------------------------------------------------------
3469 r10499 | sigmunau | 2005-04-01 16:39:36 +0200 (ven, 01 avr 2005) | 2 lines
3470 Changed paths:
3471    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
3472    M /trunk/modules/gui/wxwindows/timer.cpp
3473
3474 wx/*: fix a few string additions
3475
3476 ------------------------------------------------------------------------
3477 r10498 | damienf | 2005-04-01 15:50:37 +0200 (ven, 01 avr 2005) | 2 lines
3478 Changed paths:
3479    M /trunk/activex/README.TXT
3480    M /trunk/activex/test.html
3481
3482 Documentation/Example update
3483
3484 ------------------------------------------------------------------------
3485 r10497 | sigmunau | 2005-04-01 15:28:54 +0200 (ven, 01 avr 2005) | 2 lines
3486 Changed paths:
3487    M /trunk/modules/demux/flac.c
3488
3489 demux/flac.c: support flac files with id3 tag. closes #2015
3490
3491 ------------------------------------------------------------------------
3492 r10496 | gbazin | 2005-04-01 12:35:44 +0200 (ven, 01 avr 2005) | 1 line
3493 Changed paths:
3494    M /trunk/modules/gui/wxwindows/interface.cpp
3495    M /trunk/modules/gui/wxwindows/wxwindows.h
3496
3497 * modules/gui/wxwindows: re-implemented the mute control.
3498 ------------------------------------------------------------------------
3499 r10495 | courmisch | 2005-04-01 10:02:28 +0200 (ven, 01 avr 2005) | 3 lines
3500 Changed paths:
3501    M /trunk/modules/services_discovery/sap.c
3502
3503 - invalid free removed (might be the reason why sap discovery was so unstable)
3504 - 7 memleaks fixed
3505
3506 ------------------------------------------------------------------------
3507 r10494 | dionoea | 2005-03-31 23:36:30 +0200 (jeu, 31 mar 2005) | 2 lines
3508 Changed paths:
3509    M /trunk/modules/gui/wxwindows/interface.cpp
3510
3511 remove two debug fprintfs
3512
3513 ------------------------------------------------------------------------
3514 r10493 | dionoea | 2005-03-31 23:23:36 +0200 (jeu, 31 mar 2005) | 2 lines
3515 Changed paths:
3516    M /trunk/modules/gui/wxwindows/interface.cpp
3517
3518  * small fixes (the icon change should now work under windows)
3519
3520 ------------------------------------------------------------------------
3521 r10488 | dionoea | 2005-03-31 19:02:44 +0200 (jeu, 31 mar 2005) | 4 lines
3522 Changed paths:
3523    A /trunk/modules/gui/wxwindows/bitmaps/speaker_mute.xpm
3524    M /trunk/modules/gui/wxwindows/interface.cpp
3525    M /trunk/modules/gui/wxwindows/wxwindows.h
3526
3527 change the speaker into a mute/unmute button
3528 (only works if something is playing ... and we have to fix the bug where
3529 the image doesn't get updated like for the play/pause button)
3530
3531 ------------------------------------------------------------------------
3532 r10487 | sigmunau | 2005-03-31 17:46:38 +0200 (jeu, 31 mar 2005) | 2 lines
3533 Changed paths:
3534    M /trunk/src/input/input.c
3535
3536 input.c: fixed a possible locking problem in vlc_input_item_GetInfo
3537
3538 ------------------------------------------------------------------------
3539 r10486 | gbazin | 2005-03-31 01:48:41 +0200 (jeu, 31 mar 2005) | 1 line
3540 Changed paths:
3541    M /trunk/modules/video_output/wingdi.c
3542
3543 * modules/video_output/wingdi.c: bunch of fixes and improvements.
3544 ------------------------------------------------------------------------
3545 r10485 | gbazin | 2005-03-31 01:47:41 +0200 (jeu, 31 mar 2005) | 1 line
3546 Changed paths:
3547    M /trunk/modules/gui/wince/Modules.am
3548    A /trunk/modules/gui/wince/dialogs.cpp
3549    M /trunk/modules/gui/wince/fileinfo.cpp
3550    M /trunk/modules/gui/wince/interface.cpp
3551    M /trunk/modules/gui/wince/iteminfo.cpp
3552    M /trunk/modules/gui/wince/messages.cpp
3553    M /trunk/modules/gui/wince/open.cpp
3554    M /trunk/modules/gui/wince/playlist.cpp
3555    M /trunk/modules/gui/wince/preferences.cpp
3556    M /trunk/modules/gui/wince/subtitles.cpp
3557    M /trunk/modules/gui/wince/video.cpp
3558    M /trunk/modules/gui/wince/wince.cpp
3559    M /trunk/modules/gui/wince/wince.h
3560
3561 * modules/gui/wince: added dialogs provider + another massive cleanup + updates.
3562 ------------------------------------------------------------------------
3563 r10484 | sigmunau | 2005-03-31 00:45:13 +0200 (jeu, 31 mar 2005) | 3 lines
3564 Changed paths:
3565    M /trunk/modules/gui/wxwindows/timer.cpp
3566    M /trunk/src/input/input.c
3567
3568 input.c: doxygenize vlc_input_item_GetInfo
3569 wx/timer.cpp: show Now Playing in statusbar if available
3570
3571 ------------------------------------------------------------------------
3572 r10483 | sigmunau | 2005-03-30 23:21:40 +0200 (mer, 30 mar 2005) | 4 lines
3573 Changed paths:
3574    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
3575
3576 wxwindows/preferences_widgets.cpp: ModuleCatList widget now add modules in
3577 the order of selection, patch by  Christophe Mutricy < xtophe -at-
3578 nxtelevision dott com >
3579
3580 ------------------------------------------------------------------------
3581 r10482 | sigmunau | 2005-03-30 23:16:51 +0200 (mer, 30 mar 2005) | 2 lines
3582 Changed paths:
3583    M /trunk/include/vlc_meta.h
3584    M /trunk/modules/access/http.c
3585
3586 vlc_meta.h: introduced VLC_META_NOW_PLAYING. http.c: use NOW_PLAYING for song title.
3587
3588 ------------------------------------------------------------------------
3589 r10481 | dionoea | 2005-03-30 19:43:17 +0200 (mer, 30 mar 2005) | 2 lines
3590 Changed paths:
3591    M /trunk/modules/access_filter/timeshift.c
3592
3593 include errno.h (for non debug builds)
3594
3595 ------------------------------------------------------------------------
3596 r10480 | robux4 | 2005-03-29 22:54:52 +0200 (mar, 29 mar 2005) | 1 line
3597 Changed paths:
3598    M /trunk/modules/demux/mkv.cpp
3599
3600 mkv.cpp: make gcc happier
3601 ------------------------------------------------------------------------
3602 r10479 | gbazin | 2005-03-29 22:04:44 +0200 (mar, 29 mar 2005) | 1 line
3603 Changed paths:
3604    M /trunk/configure.ac
3605
3606 * configure.ac: added access_filter_timeshift to the build.
3607 ------------------------------------------------------------------------
3608 r10478 | fenrir | 2005-03-29 18:01:23 +0200 (mar, 29 mar 2005) | 8 lines
3609 Changed paths:
3610    M /trunk/include/configuration.h
3611    M /trunk/include/vlc_access.h
3612    M /trunk/include/vlc_config_cat.h
3613    A /trunk/modules/access_filter
3614    A /trunk/modules/access_filter/Modules.am
3615    A /trunk/modules/access_filter/timeshift.c
3616    M /trunk/modules/demux/ts.c
3617    M /trunk/modules/mux/mpeg/ts.c
3618    M /trunk/src/input/access.c
3619    M /trunk/src/input/input.c
3620    M /trunk/src/input/var.c
3621    M /trunk/src/libvlc.h
3622
3623  * access.* input/*: added access_filter architecture (same API as a
3624  standard access_t except that it reads from an access_t).
3625
3626  * timeshift.c: timeshift access filter. It works with udp/dvb streams (tested
3627  under linux/windows).
3628  It allows to pause and to fast/slow forward. To try it, use
3629  --access-filter timeshift.
3630
3631 ------------------------------------------------------------------------
3632 r10477 | gbazin | 2005-03-29 17:22:12 +0200 (mar, 29 mar 2005) | 1 line
3633 Changed paths:
3634    M /trunk/modules/gui/wince/interface.cpp
3635    M /trunk/modules/gui/wince/wince.cpp
3636    M /trunk/modules/gui/wince/wince.h
3637
3638 * modules/gui/wince: new open directory menu (win32 only for now)
3639 ------------------------------------------------------------------------
3640 r10476 | gbazin | 2005-03-29 14:17:43 +0200 (mar, 29 mar 2005) | 1 line
3641 Changed paths:
3642    M /trunk/modules/gui/wince/interface.cpp
3643
3644 * modules/gui/wince/interface.cpp: fixed menus handling.
3645 ------------------------------------------------------------------------
3646 r10475 | gbazin | 2005-03-29 12:08:03 +0200 (mar, 29 mar 2005) | 1 line
3647 Changed paths:
3648    M /trunk/modules/demux/ts.c
3649
3650 * modules/demux/ts.c: use EIT support in libdvbpsi if available.
3651 ------------------------------------------------------------------------
3652 r10474 | damienf | 2005-03-29 10:48:45 +0200 (mar, 29 mar 2005) | 2 lines
3653 Changed paths:
3654    M /trunk/src/libvlc.c
3655
3656 VLC_TimeSet: fixed overflow conversion from seconds to microseconds, this now allow to seek beyond 36 minutes
3657
3658 ------------------------------------------------------------------------
3659 r10473 | fenrir | 2005-03-29 10:17:17 +0200 (mar, 29 mar 2005) | 2 lines
3660 Changed paths:
3661    M /trunk/modules/demux/ts.c
3662
3663  * ts: do not include eit.h if TS_USE_DVB_SI is 0.
3664
3665 ------------------------------------------------------------------------
3666 r10472 | hartman | 2005-03-29 01:57:02 +0200 (mar, 29 mar 2005) | 2 lines
3667 Changed paths:
3668    D /trunk/vlc-cvs.ebuild
3669    D /trunk/vlc.ebuild
3670
3671 * Remove the ebuilds. Maintaining them downstream is easier. Current ebuilds are outdated and Gentoo is keeping them OK atm.
3672
3673 ------------------------------------------------------------------------
3674 r10471 | hartman | 2005-03-29 01:31:02 +0200 (mar, 29 mar 2005) | 2 lines
3675 Changed paths:
3676    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
3677    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
3678    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
3679    M /trunk/modules/gui/macosx/intf.h
3680    M /trunk/modules/gui/macosx/intf.m
3681
3682 * New menu-items referencing forum
3683
3684 ------------------------------------------------------------------------
3685 r10470 | hartman | 2005-03-29 01:24:21 +0200 (mar, 29 mar 2005) | 2 lines
3686 Changed paths:
3687    M /trunk/modules/stream_out/standard.c
3688
3689 * Spelling correction
3690
3691 ------------------------------------------------------------------------
3692 r10469 | hartman | 2005-03-29 01:23:51 +0200 (mar, 29 mar 2005) | 2 lines
3693 Changed paths:
3694    M /trunk/NEWS
3695    M /trunk/modules/gui/gtk/menu.c
3696    M /trunk/modules/gui/wxwindows/extrapanel.cpp
3697    M /trunk/src/libvlc.h
3698    M /trunk/src/video_output/video_output.c
3699
3700 * Changed video-fiter to vout-filter, because video-filter will in the future be used for new style filters.
3701
3702 ------------------------------------------------------------------------
3703 r10463 | robux4 | 2005-03-28 21:12:14 +0200 (lun, 28 mar 2005) | 1 line
3704 Changed paths:
3705    M /trunk/modules/demux/mkv.cpp
3706
3707 mkv.cpp: compilation fixes for gcc
3708 ------------------------------------------------------------------------
3709 r10462 | robux4 | 2005-03-28 21:07:18 +0200 (lun, 28 mar 2005) | 1 line
3710 Changed paths:
3711    M /trunk/modules/demux/mkv.cpp
3712
3713 mkv.cpp: seeking in linked files now works
3714 ------------------------------------------------------------------------
3715 r10461 | robux4 | 2005-03-28 17:48:16 +0200 (lun, 28 mar 2005) | 1 line
3716 Changed paths:
3717    M /trunk/modules/demux/mkv.cpp
3718
3719 mkv.cpp: compute the correct duration even when some linked segments are missing
3720 ------------------------------------------------------------------------
3721 r10460 | robux4 | 2005-03-28 17:00:21 +0200 (lun, 28 mar 2005) | 1 line
3722 Changed paths:
3723    M /trunk/modules/demux/mkv.cpp
3724
3725 mkv.cpp: handle missing linked segments (seg->missing->seg)
3726 ------------------------------------------------------------------------
3727 r10459 | robux4 | 2005-03-28 16:12:58 +0200 (lun, 28 mar 2005) | 1 line
3728 Changed paths:
3729    M /trunk/modules/demux/mkv.cpp
3730
3731 mkv.cpp: major rewrite to handle hard-linked segments easily though a virtual segment
3732 ------------------------------------------------------------------------
3733 r10458 | fkuehne | 2005-03-28 14:30:15 +0200 (lun, 28 mar 2005) | 1 line
3734 Changed paths:
3735    M /trunk/extras/contrib/src/packages.mak
3736
3737 * changed the download location of libdvdread to download.videolan.org because www.dtek.chalmers.se keeps refusing any connections
3738 ------------------------------------------------------------------------
3739 r10457 | fkuehne | 2005-03-28 13:29:34 +0200 (lun, 28 mar 2005) | 1 line
3740 Changed paths:
3741    M /trunk/extras/contrib/src/packages.mak
3742
3743 * fixed download-location of pkgconfig
3744 ------------------------------------------------------------------------
3745 r10456 | robux4 | 2005-03-28 13:07:41 +0200 (lun, 28 mar 2005) | 1 line
3746 Changed paths:
3747    M /trunk/modules/demux/mkv.cpp
3748
3749 mkv.cpp: no more crash on linked segments or multi-segment files
3750 ------------------------------------------------------------------------
3751 r10455 | fkuehne | 2005-03-28 12:32:40 +0200 (lun, 28 mar 2005) | 2 lines
3752 Changed paths:
3753    M /trunk/Makefile.am
3754
3755 * updated the location of vlc.scriptTerminology
3756 * removed the linkage to it in all localisations since it is a global entity now
3757 ------------------------------------------------------------------------
3758 r10454 | fkuehne | 2005-03-28 02:16:43 +0200 (lun, 28 mar 2005) | 1 line
3759 Changed paths:
3760    D /trunk/extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology
3761
3762 * sorry, forgot that in the previous commit
3763 ------------------------------------------------------------------------
3764 r10453 | fkuehne | 2005-03-28 02:14:03 +0200 (lun, 28 mar 2005) | 3 lines
3765 Changed paths:
3766    M /trunk/extras/MacOSX/Resources/vlc.scriptSuite
3767    A /trunk/extras/MacOSX/Resources/vlc.scriptTerminology (from /trunk/extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology:10452)
3768    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
3769
3770 * vlc.scriptSuite: updated to the plist-xml-format and fixed a bug in the prev-method
3771 * 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
3772 * vlc.pbproj: removed localisable-flag for vlc.scriptTerminology
3773 ------------------------------------------------------------------------
3774 r10452 | markfm | 2005-03-27 19:49:24 +0200 (dim, 27 mar 2005) | 2 lines
3775 Changed paths:
3776    M /trunk/modules/mux/asf.c
3777
3778 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)."
3779
3780 ------------------------------------------------------------------------
3781 r10451 | robux4 | 2005-03-27 16:16:21 +0200 (dim, 27 mar 2005) | 1 line
3782 Changed paths:
3783    M /trunk/modules/demux/mkv.cpp
3784
3785 mkv.cpp: hard-linked segments can now play in order (crash to solve)
3786 ------------------------------------------------------------------------
3787 r10450 | robux4 | 2005-03-27 11:28:50 +0200 (dim, 27 mar 2005) | 2 lines
3788 Changed paths:
3789    M /trunk/modules/demux/mkv.cpp
3790    M /trunk/po/fr.po
3791
3792 mkv.cpp: new options for the demuxer
3793 fr.po: small translation fix
3794 ------------------------------------------------------------------------
3795 r10438 | oaubert | 2005-03-26 20:29:32 +0100 (sam, 26 mar 2005) | 5 lines
3796 Changed paths:
3797    M /trunk/modules/video_output/snapshot.c
3798
3799 snapshot.c:
3800  * added some comments
3801  * updated module description
3802  * try to fix timestamping
3803
3804 ------------------------------------------------------------------------
3805 r10437 | oaubert | 2005-03-26 20:22:40 +0100 (sam, 26 mar 2005) | 3 lines
3806 Changed paths:
3807    M /trunk/modules/misc/svg.c
3808
3809 svg.c: updated to the latest changes in the text renderer API (tested
3810        with the vlc-0.8.1.svn20050314 debian package)
3811
3812 ------------------------------------------------------------------------
3813 r10436 | robux4 | 2005-03-26 10:18:54 +0100 (sam, 26 mar 2005) | 1 line
3814 Changed paths:
3815    M /trunk/modules/demux/mkv.cpp
3816
3817 mkv.cpp: avoid gcc warnings
3818 ------------------------------------------------------------------------
3819 r10435 | robux4 | 2005-03-25 22:59:25 +0100 (ven, 25 mar 2005) | 1 line
3820 Changed paths:
3821    M /trunk/modules/demux/mkv.cpp
3822
3823 mkv.cpp: play all loaded segments sequentially and don't crash
3824 ------------------------------------------------------------------------
3825 r10434 | robux4 | 2005-03-25 22:33:47 +0100 (ven, 25 mar 2005) | 1 line
3826 Changed paths:
3827    M /trunk/modules/demux/mkv.cpp
3828
3829 mkv.cpp: the first Cluster was lost due to preloading
3830 ------------------------------------------------------------------------
3831 r10431 | fkuehne | 2005-03-25 19:17:15 +0100 (ven, 25 mar 2005) | 1 line
3832 Changed paths:
3833    M /trunk/extras/contrib/src/packages.mak
3834
3835 * updated the libcaca-download-location and updated the used libdvbpsi-version to a snapshot created today
3836 ------------------------------------------------------------------------
3837 r10430 | titer | 2005-03-25 13:02:14 +0100 (ven, 25 mar 2005) | 2 lines
3838 Changed paths:
3839    M /trunk/include/video_output.h
3840    M /trunk/modules/gui/macosx/voutgl.m
3841    M /trunk/modules/video_output/opengl.c
3842
3843  Fix for thread-unsafe OpenGL implementations (OS X...)
3844
3845 ------------------------------------------------------------------------
3846 r10429 | fenrir | 2005-03-25 10:16:24 +0100 (ven, 25 mar 2005) | 7 lines
3847 Changed paths:
3848    M /trunk/include/vlc_es_out.h
3849    M /trunk/include/vlc_meta.h
3850    M /trunk/modules/demux/ts.c
3851    M /trunk/src/input/es_out.c
3852
3853  * vlc_meta.h: added a few const
3854  * es_out: added ES_OUT_SET_GROUP_META to add on the fly meta for a program
3855  (it's not yet really clean).
3856  * demux/ts: parse SI tables of DVB (channel names + events), it needs last
3857  libdvbpsi svn (set TS_USE_DVB_SI to 1 in modules/demux/ts.c to use it).
3858
3859
3860 ------------------------------------------------------------------------
3861 r10428 | fenrir | 2005-03-25 09:58:46 +0100 (ven, 25 mar 2005) | 6 lines
3862 Changed paths:
3863    M /trunk/src/input/input.c
3864
3865  input.c: - fixed bug in chapter prev/next. (INPUT_GET/SET_* cannot be used with
3866  access2_Control/demux2_Control, use the right ACCESS_XXX/DEMUX_XXX/)
3867           - do not create sout when uri start by 'vlc:'. It is needed to use
3868  the special vlc access with sout (ex: vlc in --sout out vlc:quit).
3869
3870
3871 ------------------------------------------------------------------------
3872 r10427 | titer | 2005-03-24 17:05:55 +0100 (jeu, 24 mar 2005) | 2 lines
3873 Changed paths:
3874    M /trunk/modules/demux/nuv.c
3875
3876  nuv.c: compile fix (for big endian platforms)
3877
3878 ------------------------------------------------------------------------
3879 r10424 | robux4 | 2005-03-23 23:11:17 +0100 (mer, 23 mar 2005) | 1 line
3880 Changed paths:
3881    M /trunk/modules/demux/mkv.cpp
3882
3883 mkv.cpp: fix the pb of switching when seeking was used. Still some memory leaks issues :(
3884 ------------------------------------------------------------------------
3885 r10423 | robux4 | 2005-03-23 22:31:18 +0100 (mer, 23 mar 2005) | 1 line
3886 Changed paths:
3887    M /trunk/modules/demux/mkv.cpp
3888
3889 mkv.cpp: prepare for more segment switching features
3890 ------------------------------------------------------------------------
3891 r10420 | robux4 | 2005-03-23 22:08:40 +0100 (mer, 23 mar 2005) | 1 line
3892 Changed paths:
3893    M /trunk/modules/demux/mkv.cpp
3894
3895 mkv.cpp: segment switching almost work and doesn't crash
3896 ------------------------------------------------------------------------
3897 r10418 | damienf | 2005-03-23 20:16:06 +0100 (mer, 23 mar 2005) | 4 lines
3898 Changed paths:
3899    M /trunk/activex/test.html
3900
3901 - added a slider to control VLC playback from HTML.
3902
3903 NOTE: the slider is actually another ActiveX control but it could be replaced by a javascript equivalent if one wants a better looking slider.
3904
3905 ------------------------------------------------------------------------
3906 r10417 | massiot | 2005-03-23 19:39:46 +0100 (mer, 23 mar 2005) | 3 lines
3907 Changed paths:
3908    M /trunk/configure.ac
3909    M /trunk/modules/stream_out/Modules.am
3910    A /trunk/modules/stream_out/bridge.c
3911
3912 * modules/stream_out/bridge.c: New bridge-in/bridge-out modules to bridge
3913   ES packets between different inputs.
3914
3915 ------------------------------------------------------------------------
3916 r10416 | massiot | 2005-03-23 19:30:15 +0100 (mer, 23 mar 2005) | 3 lines
3917 Changed paths:
3918    M /trunk/modules/mux/mpeg/ts.c
3919
3920 * modules/mux/mpeg/ts.c: New --sout-ts-es-id-pid which allows to use
3921   the ES ID as TS PID (contrary of --ts-es-id-pid).
3922
3923 ------------------------------------------------------------------------
3924 r10415 | massiot | 2005-03-23 19:26:01 +0100 (mer, 23 mar 2005) | 3 lines
3925 Changed paths:
3926    M /trunk/modules/demux/ts.c
3927    M /trunk/modules/mux/mpeg/ts.c
3928
3929 * modules/mux/mpeg/ts.c, modules/demux/ts.c: Fixed IOD descriptor
3930 (patch courtesy of Nico Sabbi)
3931
3932 ------------------------------------------------------------------------
3933 r10414 | fenrir | 2005-03-23 18:00:15 +0100 (mer, 23 mar 2005) | 3 lines
3934 Changed paths:
3935    M /trunk/configure.ac
3936    M /trunk/modules/demux/Modules.am
3937    A /trunk/modules/demux/nuv.c
3938
3939  * all: added a nuv demuxer (limited to mpeg4 video and mp3 audio).
3940  (Seek is slow, I don't support index yet).
3941
3942 ------------------------------------------------------------------------
3943 r10413 | fenrir | 2005-03-23 17:58:24 +0100 (mer, 23 mar 2005) | 2 lines
3944 Changed paths:
3945    M /trunk/modules/access/dvb/linux_dvb.c
3946
3947  * dvb: fix report of error in FrontendPoll (please report any problem).
3948
3949 ------------------------------------------------------------------------
3950 r10408 | jpsaman | 2005-03-22 21:17:30 +0100 (mar, 22 mar 2005) | 2 lines
3951 Changed paths:
3952    M /trunk/src/audio_output/intf.c
3953
3954 Variable name consistency across the file
3955
3956 ------------------------------------------------------------------------
3957 r10406 | markfm | 2005-03-22 14:29:30 +0100 (mar, 22 mar 2005) | 2 lines
3958 Changed paths:
3959    M /trunk/modules/stream_out/transcode.c
3960
3961 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. 
3962
3963 ------------------------------------------------------------------------
3964 r10405 | gbazin | 2005-03-22 10:53:11 +0100 (mar, 22 mar 2005) | 1 line
3965 Changed paths:
3966    M /trunk/modules/stream_out/transcode.c
3967
3968 * modules/stream_out/transcode.c: reverted previous commit which didn't belong here and was also completely wrong.
3969 ------------------------------------------------------------------------
3970 r10401 | ipkiss | 2005-03-21 20:24:06 +0100 (lun, 21 mar 2005) | 2 lines
3971 Changed paths:
3972    M /trunk/doc/skins/skins2-howto.xml
3973    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
3974    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
3975    M /trunk/modules/gui/skins2/parser/interpreter.cpp
3976
3977  * skins2: added vlc.volumeUp() and vlc.volumeDown() actions
3978
3979 ------------------------------------------------------------------------
3980 r10400 | hartman | 2005-03-21 15:02:07 +0100 (lun, 21 mar 2005) | 4 lines
3981 Changed paths:
3982    M /trunk/modules/services_discovery/sap.c
3983
3984 * Patch to reenable sap-timeout functionality (Bug 2007) By Dermot McGahon, dermot at lincor dot com
3985   Modified by me.
3986 * also restored some indentation of this file.
3987
3988 ------------------------------------------------------------------------
3989 r10399 | fkuehne | 2005-03-20 20:51:52 +0100 (dim, 20 mar 2005) | 3 lines
3990 Changed paths:
3991    M /trunk/src/misc/vlm.c
3992
3993 * removed my ftime-replacement for OSX again
3994
3995 Thanks for the ftime-fix gibalou :)
3996 ------------------------------------------------------------------------
3997 r10398 | gbazin | 2005-03-20 20:42:29 +0100 (dim, 20 mar 2005) | 1 line
3998 Changed paths:
3999    M /trunk/src/misc/vlm.c
4000
4001 * src/misc/vlm.c: only use ftime() on win32.
4002 ------------------------------------------------------------------------
4003 r10397 | fkuehne | 2005-03-20 19:19:01 +0100 (dim, 20 mar 2005) | 1 line
4004 Changed paths:
4005    M /trunk/src/misc/vlm.c
4006
4007 * ftime does not exist on OSX, so we need to implement it ourselves
4008 ------------------------------------------------------------------------
4009 r10396 | markfm | 2005-03-20 18:48:27 +0100 (dim, 20 mar 2005) | 2 lines
4010 Changed paths:
4011    M /trunk/modules/stream_out/transcode.c
4012
4013 transcode -- round fps to full integer value (eg, 25, 30) for ffmpeg mpeg1/2
4014
4015 ------------------------------------------------------------------------
4016 r10395 | asmax | 2005-03-20 16:58:04 +0100 (dim, 20 mar 2005) | 2 lines
4017 Changed paths:
4018    M /trunk/configure.ac
4019    M /trunk/modules/gui/skins2/src/ft2_font.cpp
4020
4021 - all: use fribidi in skins2 text rendering if available
4022
4023 ------------------------------------------------------------------------
4024 r10394 | gbazin | 2005-03-19 19:42:27 +0100 (sam, 19 mar 2005) | 1 line
4025 Changed paths:
4026    M /trunk/modules/codec/dvbsub.c
4027
4028 * modules/codec/dvbsub.c: first implementation of dvb text subtitles encoding/decoding (a few things are still to be done).
4029 ------------------------------------------------------------------------
4030 r10393 | markfm | 2005-03-19 18:37:10 +0100 (sam, 19 mar 2005) | 2 lines
4031 Changed paths:
4032    M /trunk/modules/stream_out/transcode.c
4033
4034 transcode nit -- use nearbyint to get accurate conversion of user-supplied fps
4035
4036 ------------------------------------------------------------------------
4037 r10392 | zorglub | 2005-03-19 18:23:51 +0100 (sam, 19 mar 2005) | 2 lines
4038 Changed paths:
4039    M /trunk/share/Makefile.am
4040    M /trunk/share/http/index.html
4041
4042 HTTP interface patch by Christophe Mutricy (and no fixes by me)
4043
4044 ------------------------------------------------------------------------
4045 r10391 | gbazin | 2005-03-19 13:20:57 +0100 (sam, 19 mar 2005) | 1 line
4046 Changed paths:
4047    M /trunk/modules/codec/ffmpeg/video_filter.c
4048
4049 * modules/codec/ffmpeg/video_filter.c: fixed resampling check.
4050 ------------------------------------------------------------------------
4051 r10387 | sam | 2005-03-19 09:34:30 +0100 (sam, 19 mar 2005) | 2 lines
4052 Changed paths:
4053    M /trunk/doc/vlc.1
4054
4055   * doc/vlc.1: spelling
4056
4057 ------------------------------------------------------------------------
4058 r10386 | djc | 2005-03-18 17:44:16 +0100 (ven, 18 mar 2005) | 2 lines
4059 Changed paths:
4060    M /trunk/share/Makefile.am
4061
4062 favicon.ico instead of favico.ico...
4063
4064 ------------------------------------------------------------------------
4065 r10385 | djc | 2005-03-18 15:43:38 +0100 (ven, 18 mar 2005) | 3 lines
4066 Changed paths:
4067    M /trunk/share/Makefile.am
4068
4069 Add cone_+-, and favico.ico to Makefile.am, as suggest xtophe
4070 Not tested...
4071
4072 ------------------------------------------------------------------------
4073 r10384 | gbazin | 2005-03-18 08:44:20 +0100 (ven, 18 mar 2005) | 1 line
4074 Changed paths:
4075    M /trunk/modules/stream_out/transcode.c
4076
4077 * modules/stream_out/transcode.c: convert audio to fl32 first if needed.
4078 ------------------------------------------------------------------------
4079 r10383 | markfm | 2005-03-18 02:59:44 +0100 (ven, 18 mar 2005) | 2 lines
4080 Changed paths:
4081    M /trunk/modules/mux/mpeg/ps.c
4082
4083 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])
4084
4085 ------------------------------------------------------------------------
4086 r10382 | gbazin | 2005-03-18 00:34:04 +0100 (ven, 18 mar 2005) | 1 line
4087 Changed paths:
4088    M /trunk/modules/audio_filter/resampler/linear.c
4089
4090 * 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.
4091 ------------------------------------------------------------------------
4092 r10381 | gbazin | 2005-03-18 00:31:38 +0100 (ven, 18 mar 2005) | 1 line
4093 Changed paths:
4094    M /trunk/modules/stream_out/transcode.c
4095
4096 * modules/stream_out/transcode.c: simplifications + more extensive audio filter searches for conversions.
4097 ------------------------------------------------------------------------
4098 r10380 | gbazin | 2005-03-17 22:50:29 +0100 (jeu, 17 mar 2005) | 1 line
4099 Changed paths:
4100    M /trunk/modules/codec/araw.c
4101
4102  modules/codec/araw.c: a/ulaw encoding support. Patch courtesy of Matthew Hodgson (matthew at mxtelecom dot com) + cleanup by me.
4103 ------------------------------------------------------------------------
4104 r10379 | gbazin | 2005-03-17 21:39:52 +0100 (jeu, 17 mar 2005) | 3 lines
4105 Changed paths:
4106    M /trunk/modules/audio_filter/converter/a52tofloat32.c
4107    M /trunk/modules/audio_filter/converter/dtstofloat32.c
4108    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
4109    M /trunk/modules/audio_filter/format.c
4110    M /trunk/modules/stream_out/transcode.c
4111
4112 * modules/stream_out/transcode.c: prepare transcoder to use resampling/downmixing audio filters.
4113 * modules/audio_filter/*: set the output format to what's really being output.
4114
4115 ------------------------------------------------------------------------
4116 r10378 | gbazin | 2005-03-17 20:16:15 +0100 (jeu, 17 mar 2005) | 3 lines
4117 Changed paths:
4118    M /trunk/modules/video_output/picture.c
4119    M /trunk/src/misc/image.c
4120    M /trunk/src/video_output/vout_intf.c
4121
4122 * src/misc/image.c, src/video_output/vout_intf.c: handle aspect ratio changes in image_Convert() as well.
4123 * modules/video_output/picture.c: set all the fields of fmt_in for image_Convert().
4124
4125 ------------------------------------------------------------------------
4126 r10377 | massiot | 2005-03-17 17:59:16 +0100 (jeu, 17 mar 2005) | 2 lines
4127 Changed paths:
4128    M /trunk/modules/stream_out/switcher.c
4129
4130 * modules/stream_out/switcher.c: Fixed aspect ratio.
4131
4132 ------------------------------------------------------------------------
4133 r10376 | gbazin | 2005-03-17 14:55:11 +0100 (jeu, 17 mar 2005) | 1 line
4134 Changed paths:
4135    M /trunk/src/video_output/vout_intf.c
4136
4137 * src/video_output/vout_intf.c: small cleanup.
4138 ------------------------------------------------------------------------
4139 r10375 | gbazin | 2005-03-17 14:14:04 +0100 (jeu, 17 mar 2005) | 1 line
4140 Changed paths:
4141    M /trunk/src/misc/image.c
4142    M /trunk/src/video_output/vout_intf.c
4143
4144 * src/video_output/vout_intf.c, src/misc/image.c: proper aspect ratio for snapshots.
4145 ------------------------------------------------------------------------
4146 r10374 | gbazin | 2005-03-17 14:12:10 +0100 (jeu, 17 mar 2005) | 1 line
4147 Changed paths:
4148    M /trunk/modules/codec/ffmpeg/video_filter.c
4149
4150 * modules/codec/ffmpeg/video_filter.c: resampling fix for when source or dest is not in I420 format.
4151 ------------------------------------------------------------------------
4152 r10373 | robux4 | 2005-03-17 13:13:12 +0100 (jeu, 17 mar 2005) | 1 line
4153 Changed paths:
4154    M /trunk/modules/demux/mkv.cpp
4155
4156 mkv.cpp: allow seamless transition between segments
4157 ------------------------------------------------------------------------
4158 r10372 | gbazin | 2005-03-17 09:20:53 +0100 (jeu, 17 mar 2005) | 1 line
4159 Changed paths:
4160    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
4161
4162 * modules/audio_filter/converter/mpgatofixed32.c: added downmixing from stereo to mono.
4163 ------------------------------------------------------------------------
4164 r10371 | gbazin | 2005-03-17 08:35:35 +0100 (jeu, 17 mar 2005) | 1 line
4165 Changed paths:
4166    M /trunk/modules/codec/ffmpeg/encoder.c
4167
4168 * modules/codec/ffmpeg/encoder.c: reverted commit 10351 which breaks aspect ratio encoding.
4169 ------------------------------------------------------------------------
4170 r10370 | gbazin | 2005-03-17 00:38:51 +0100 (jeu, 17 mar 2005) | 1 line
4171 Changed paths:
4172    M /trunk/modules/gui/wince/interface.cpp
4173    M /trunk/modules/gui/wince/timer.cpp
4174    M /trunk/modules/gui/wince/wince.h
4175
4176 * modules/gui/wince: better volume slider behaviour.
4177 ------------------------------------------------------------------------
4178 r10369 | gbazin | 2005-03-17 00:10:08 +0100 (jeu, 17 mar 2005) | 1 line
4179 Changed paths:
4180    M /trunk/modules/audio_output/waveout.c
4181
4182 * modules/audio_output/waveout.c: change global volume on WinCE.
4183 ------------------------------------------------------------------------
4184 r10368 | gbazin | 2005-03-16 22:53:15 +0100 (mer, 16 mar 2005) | 1 line
4185 Changed paths:
4186    M /trunk/src/libvlc.c
4187    M /trunk/src/libvlc.h
4188
4189 * src/libvlc.[c,h]: new --(no-)fpu option (mainly for debugging purposes).
4190 ------------------------------------------------------------------------
4191 r10367 | robux4 | 2005-03-16 22:46:57 +0100 (mer, 16 mar 2005) | 1 line
4192 Changed paths:
4193    M /trunk/modules/demux/mkv.cpp
4194
4195 mkv.cpp: faster code with newer libs
4196 ------------------------------------------------------------------------
4197 r10366 | gbazin | 2005-03-16 22:38:19 +0100 (mer, 16 mar 2005) | 1 line
4198 Changed paths:
4199    M /trunk/configure.ac
4200
4201 * configure.ac: --with-a52-fixed option to specify if liba52 was compiled with fixed point support.
4202 ------------------------------------------------------------------------
4203 r10365 | robux4 | 2005-03-16 22:26:43 +0100 (mer, 16 mar 2005) | 1 line
4204 Changed paths:
4205    M /trunk/modules/demux/mkv.cpp
4206
4207 mkv.cpp: seeking is not only based on video
4208 ------------------------------------------------------------------------
4209 r10364 | gbazin | 2005-03-16 22:25:53 +0100 (mer, 16 mar 2005) | 1 line
4210 Changed paths:
4211    M /trunk/modules/audio_filter/converter/a52tofloat32.c
4212
4213 * modules/audio_filter/converter/a52tofloat32.c: support for fixed point version of liba52.
4214 ------------------------------------------------------------------------
4215 r10363 | robux4 | 2005-03-16 22:04:32 +0100 (mer, 16 mar 2005) | 1 line
4216 Changed paths:
4217    M /trunk/modules/demux/mkv.cpp
4218
4219 mkv.cpp: store silent tracks info
4220 ------------------------------------------------------------------------
4221 r10362 | jpsaman | 2005-03-16 22:02:05 +0100 (mer, 16 mar 2005) | 2 lines
4222 Changed paths:
4223    M /trunk/modules/gui/pda/pda.c
4224
4225 Quick patch to make pda.c inteface compile again. It disables the management of the slider on the GUI.
4226
4227 ------------------------------------------------------------------------
4228 r10361 | robux4 | 2005-03-16 21:32:38 +0100 (mer, 16 mar 2005) | 1 line
4229 Changed paths:
4230    M /trunk/modules/demux/mkv.cpp
4231
4232 mkv.cpp: more code rearranging
4233 ------------------------------------------------------------------------
4234 r10360 | titer | 2005-03-16 16:49:18 +0100 (mer, 16 mar 2005) | 2 lines
4235 Changed paths:
4236    M /trunk/modules/gui/macosx/voutgl.m
4237
4238  macosx/voutgl.m: fixed --macosx-stretch in GL provider
4239
4240 ------------------------------------------------------------------------
4241 r10359 | damienf | 2005-03-16 14:08:13 +0100 (mer, 16 mar 2005) | 4 lines
4242 Changed paths:
4243    M /trunk/activex/main.cpp
4244    M /trunk/activex/plugin.cpp
4245
4246 main.cpp: fixed bug regarding TypeLib registration
4247 plugin.cpp: some minor cleanup
4248
4249
4250 ------------------------------------------------------------------------
4251 r10358 | gbazin | 2005-03-16 13:12:20 +0100 (mer, 16 mar 2005) | 1 line
4252 Changed paths:
4253    M /trunk/src/misc/vlm.c
4254
4255 * src/misc/vlm.c: couple of fixes pointed out by johnluo.
4256 ------------------------------------------------------------------------
4257 r10357 | gbazin | 2005-03-16 12:38:16 +0100 (mer, 16 mar 2005) | 1 line
4258 Changed paths:
4259    M /trunk/modules/access/directory.c
4260
4261 * modules/access/directory.c: fixed a bunch of bugs.
4262 ------------------------------------------------------------------------
4263 r10356 | gbazin | 2005-03-16 12:11:08 +0100 (mer, 16 mar 2005) | 1 line
4264 Changed paths:
4265    M /trunk/modules/demux/ty.c
4266
4267 * modules/demux/ty.c: fixed segfault while probing.
4268 ------------------------------------------------------------------------
4269 r10355 | courmisch | 2005-03-16 11:51:10 +0100 (mer, 16 mar 2005) | 2 lines
4270 Changed paths:
4271    M /trunk/modules/demux/ty.c
4272
4273 - TY should have a lower priority than PS
4274
4275 ------------------------------------------------------------------------
4276 r10354 | gbazin | 2005-03-16 10:48:22 +0100 (mer, 16 mar 2005) | 1 line
4277 Changed paths:
4278    M /trunk/src/playlist/item-ext.c
4279    M /trunk/src/playlist/view.c
4280
4281 * src/playlist/*: shut up a couple of compiler warnings.
4282 ------------------------------------------------------------------------
4283 r10353 | hartman | 2005-03-16 01:16:03 +0100 (mer, 16 mar 2005) | 6 lines
4284 Changed paths:
4285    M /trunk/configure.ac
4286    M /trunk/modules/access/directory.c
4287
4288 * New ignore-filetypes option for the directory module.
4289   - you can specify a comma-seperated list of file-extensions. Files of this type will not be added to the
4290     playlist when the directory module parses directory contents.
4291     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.
4292   - By default are ignored the following: m3u,nfo,jpg,gif,sfv,txt,sub,idx,srt,cue
4293
4294 ------------------------------------------------------------------------
4295 r10352 | fkuehne | 2005-03-15 20:53:17 +0100 (mar, 15 mar 2005) | 3 lines
4296 Changed paths:
4297    M /trunk/po/Makefile.in.in
4298    M /trunk/po/POTFILES.in
4299    M /trunk/po/bn.po
4300    M /trunk/po/da.po
4301    M /trunk/po/de.po
4302    M /trunk/po/el.po
4303    M /trunk/po/en_GB.po
4304    M /trunk/po/es.po
4305    M /trunk/po/fr.po
4306    M /trunk/po/hi.po
4307    M /trunk/po/hu.po
4308    M /trunk/po/it.po
4309    M /trunk/po/ja.po
4310    M /trunk/po/my.po
4311    M /trunk/po/ne.po
4312    M /trunk/po/nl.po
4313    M /trunk/po/no.po
4314    M /trunk/po/pl.po
4315    M /trunk/po/ps.po
4316    M /trunk/po/pt_BR.po
4317    M /trunk/po/ru.po
4318    M /trunk/po/sv.po
4319    M /trunk/po/tet.po
4320    M /trunk/po/tl.po
4321    M /trunk/po/vlc.pot
4322
4323 * *.po: updated the po-files
4324 * da.po: additions to the Danish translation by Jonas Larsen
4325 * Makefile.in.in: small fix, so msgmerge is found properly if it is installed in extras/contrib
4326 ------------------------------------------------------------------------
4327 r10351 | massiot | 2005-03-15 19:59:48 +0100 (mar, 15 mar 2005) | 2 lines
4328 Changed paths:
4329    M /trunk/modules/codec/ffmpeg/encoder.c
4330
4331 * modules/codec/ffmpeg/encoder.c: Fixed aspect ratio encoding.
4332
4333 ------------------------------------------------------------------------
4334 r10350 | massiot | 2005-03-15 19:55:17 +0100 (mar, 15 mar 2005) | 2 lines
4335 Changed paths:
4336    M /trunk/modules/stream_out/switcher.c
4337
4338 * modules/stream_out/switcher.c: Added --sout-switcher-aspect-ratio option.
4339
4340 ------------------------------------------------------------------------
4341 r10349 | massiot | 2005-03-15 19:52:52 +0100 (mar, 15 mar 2005) | 2 lines
4342 Changed paths:
4343    M /trunk/include/vout_synchro.h
4344    M /trunk/src/libvlc.h
4345    M /trunk/src/video_output/vout_synchro.c
4346
4347 * src/video_output/vout_synchro.c: New --quiet-synchro config option.
4348
4349 ------------------------------------------------------------------------
4350 r10348 | sigmunau | 2005-03-15 18:18:58 +0100 (mar, 15 mar 2005) | 2 lines
4351 Changed paths:
4352    M /trunk/modules/video_filter/wall.c
4353
4354 wall.c: fix alignment when rows or cols are 2 or less.
4355
4356 ------------------------------------------------------------------------
4357 r10347 | gbazin | 2005-03-15 14:44:31 +0100 (mar, 15 mar 2005) | 1 line
4358 Changed paths:
4359    M /trunk/configure.ac
4360
4361 * configure.ac: proper LDFLAGS on win32 for the wince gui.
4362 ------------------------------------------------------------------------
4363 r10346 | gbazin | 2005-03-15 14:38:28 +0100 (mar, 15 mar 2005) | 1 line
4364 Changed paths:
4365    M /trunk/modules/audio_output/waveout.c
4366
4367 * modules/audio_output/waveout.c: use hardware volume control.
4368 ------------------------------------------------------------------------
4369 r10345 | gbazin | 2005-03-15 14:21:54 +0100 (mar, 15 mar 2005) | 1 line
4370 Changed paths:
4371    M /trunk/src/audio_output/intf.c
4372
4373 * src/audio_output/intf.c: aout_VolumeGet() needs to call pf_volume_get() if it wants an updated value.
4374 ------------------------------------------------------------------------
4375 r10344 | gbazin | 2005-03-15 12:40:27 +0100 (mar, 15 mar 2005) | 1 line
4376 Changed paths:
4377    M /trunk/configure.ac
4378
4379 * 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).
4380 ------------------------------------------------------------------------
4381 r10343 | anil | 2005-03-15 12:29:46 +0100 (mar, 15 mar 2005) | 2 lines
4382 Changed paths:
4383    M /trunk/modules/gui/wxwindows/interface.cpp
4384    M /trunk/modules/gui/wxwindows/timer.cpp
4385    M /trunk/modules/gui/wxwindows/wxwindows.h
4386
4387 * display useful information in the tooltip
4388
4389 ------------------------------------------------------------------------
4390 r10342 | djc | 2005-03-15 01:02:16 +0100 (mar, 15 mar 2005) | 2 lines
4391 Changed paths:
4392    M /trunk/modules/gui/macosx/prefs.h
4393    M /trunk/modules/gui/macosx/prefs.m
4394    M /trunk/modules/gui/macosx/prefs_widgets.h
4395    M /trunk/modules/gui/macosx/prefs_widgets.m
4396
4397 Work on MacOS preferences. Need to be completed, improved, and debugged...
4398
4399 ------------------------------------------------------------------------
4400 r10341 | hartman | 2005-03-15 00:53:58 +0100 (mar, 15 mar 2005) | 2 lines
4401 Changed paths:
4402    M /trunk/modules/gui/macosx/controls.m
4403
4404 * macosx: simplify volume update method for scrollfield usage.
4405
4406 ------------------------------------------------------------------------
4407 r10340 | ANIL | 2005-03-15 00:39:53 +0100 (mar, 15 mar 2005) | 3 lines
4408 Changed paths:
4409    M /trunk/modules/gui/wxwindows/interface.cpp
4410    M /trunk/modules/gui/wxwindows/wxwindows.cpp
4411    M /trunk/modules/gui/wxwindows/wxwindows.h
4412
4413 * wxwindows/*: disable systray code for wx2.4 (Thanks Gildas)
4414
4415
4416 ------------------------------------------------------------------------
4417 r10339 | hartman | 2005-03-15 00:12:06 +0100 (mar, 15 mar 2005) | 4 lines
4418 Changed paths:
4419    M /trunk/NEWS
4420    M /trunk/TODO
4421    M /trunk/modules/gui/gtk/menu.c
4422    M /trunk/modules/gui/wxwindows/extrapanel.cpp
4423    M /trunk/src/libvlc.h
4424    M /trunk/src/video_output/video_output.c
4425
4426 * Renamed --filter to --video-filter for reasons of consistency. Please check functionality.
4427 * Added a notice of this to news
4428 * Another request from the forum.
4429
4430 ------------------------------------------------------------------------
4431 r10338 | hartman | 2005-03-14 23:14:46 +0100 (lun, 14 mar 2005) | 4 lines
4432 Changed paths:
4433    M /trunk/src/libvlc.c
4434    M /trunk/src/libvlc.h
4435
4436 * More descriptions of the VLC commandline syntax when running --help.
4437 * Added --advanced to the "Help Options" as well. It's "duplicate", but it's easier to find now for cli users.
4438 * Restored some add_category_hint so the cli help shows the proper categories again.
4439
4440 ------------------------------------------------------------------------
4441 r10336 | fenrir | 2005-03-14 18:02:45 +0100 (lun, 14 mar 2005) | 3 lines
4442 Changed paths:
4443    M /trunk/modules/demux/mp4/mp4.c
4444
4445  * mp4.c: do not unselect ES at the end.
4446
4447
4448 ------------------------------------------------------------------------
4449 r10335 | sam | 2005-03-14 15:38:44 +0100 (lun, 14 mar 2005) | 2 lines
4450 Changed paths:
4451    M /trunk/debian/Makefile.am
4452
4453   * debian/Makefile.am: oops, removed ffmpeg patch and added vlc.mime.
4454
4455 ------------------------------------------------------------------------
4456 r10334 | sam | 2005-03-14 14:54:04 +0100 (lun, 14 mar 2005) | 2 lines
4457 Changed paths:
4458    M /trunk/debian/changelog
4459    M /trunk/debian/control
4460    M /trunk/debian/copyright
4461    M /trunk/debian/gnome-vlc.desktop
4462    M /trunk/debian/gvlc.desktop
4463    M /trunk/debian/patches/00list
4464    D /trunk/debian/patches/20_ffmpeg.dpatch
4465    M /trunk/debian/rules
4466    M /trunk/debian/vlc.mime
4467
4468   * Updated Debian packaging information.
4469
4470 ------------------------------------------------------------------------
4471 r10333 | gbazin | 2005-03-14 14:21:26 +0100 (lun, 14 mar 2005) | 1 line
4472 Changed paths:
4473    M /trunk/src/input/input.c
4474
4475 * 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).
4476 ------------------------------------------------------------------------
4477 r10332 | sam | 2005-03-14 14:02:16 +0100 (lun, 14 mar 2005) | 2 lines
4478 Changed paths:
4479    M /trunk/modules/stream_out/switcher.c
4480
4481   * modules/stream_out/switcher.c: fixed forbidden empty string for gettext.
4482
4483 ------------------------------------------------------------------------
4484 r10331 | anil | 2005-03-14 11:56:55 +0100 (lun, 14 mar 2005) | 9 lines
4485 Changed paths:
4486    M /trunk/activex
4487    M /trunk/modules/gui/wxwindows/interface.cpp
4488    M /trunk/modules/gui/wxwindows/wxwindows.cpp
4489    M /trunk/modules/gui/wxwindows/wxwindows.h
4490
4491 * activex: updated svn:ignore property
4492
4493 * wxwindows: systray integration, with a basic popup menu, tested under
4494   WinXP and Gnome (introduces two new options, wxwin-taskbar and
4495   wxwin-systray).
4496
4497   The icon looks ok under windows but not so good with some gnome-panel
4498   sizes.
4499
4500 ------------------------------------------------------------------------
4501 r10330 | sam | 2005-03-14 11:49:41 +0100 (lun, 14 mar 2005) | 2 lines
4502 Changed paths:
4503    M /trunk/activex/Makefile.am
4504
4505   * activex/Makefile.am: use "rm -f", not "-rm".
4506
4507 ------------------------------------------------------------------------
4508 r10329 | sam | 2005-03-14 11:38:45 +0100 (lun, 14 mar 2005) | 3 lines
4509 Changed paths:
4510    M /trunk/configure.ac
4511
4512   * configure.ac: allow to specify another name for the wx-config script, for
4513     systems with both 2.4 and 2.5.
4514
4515 ------------------------------------------------------------------------
4516 r10328 | sigmunau | 2005-03-14 11:32:47 +0100 (lun, 14 mar 2005) | 2 lines
4517 Changed paths:
4518    M /trunk/modules/control/corba/Modules.am
4519
4520 corba/Modules.am: include missing files in dist. Fixes #1977
4521
4522 ------------------------------------------------------------------------
4523 r10327 | sigmunau | 2005-03-14 10:18:42 +0100 (lun, 14 mar 2005) | 2 lines
4524 Changed paths:
4525    M /trunk/TODO
4526
4527 TODO: remove recently fixed subtitle-related items
4528
4529 ------------------------------------------------------------------------
4530 r10326 | hartman | 2005-03-14 00:32:30 +0100 (lun, 14 mar 2005) | 2 lines
4531 Changed paths:
4532    M /trunk/TODO
4533
4534 * Add some TODOs from the Requests forum.
4535
4536 ------------------------------------------------------------------------
4537 r10325 | djc | 2005-03-14 00:19:12 +0100 (lun, 14 mar 2005) | 3 lines
4538 Changed paths:
4539    M /trunk/modules/gui/macosx/controls.m
4540    M /trunk/modules/gui/macosx/intf.h
4541    M /trunk/modules/gui/macosx/intf.m
4542
4543 Added setScrollField: and resetScrollField to manage the scroll field.
4544
4545
4546 ------------------------------------------------------------------------
4547 r10324 | hartman | 2005-03-14 00:10:01 +0100 (lun, 14 mar 2005) | 3 lines
4548 Changed paths:
4549    M /trunk/activex/Makefile.am
4550
4551 * axvlc.reg was removed from the source tree in r9968, but not removed from the Makefile.am
4552 This was breaking make dist, and therefore the SVN .tar.gz snapshots
4553
4554 ------------------------------------------------------------------------
4555 r10323 | robux4 | 2005-03-13 20:53:20 +0100 (dim, 13 mar 2005) | 1 line
4556 Changed paths:
4557    M /trunk/modules/demux/mkv.cpp
4558
4559 mkv.cpp: use the same technique for the main segment as for the additional segments (this way we know the others work too)
4560 ------------------------------------------------------------------------
4561 r10322 | robux4 | 2005-03-13 15:09:31 +0100 (dim, 13 mar 2005) | 1 line
4562 Changed paths:
4563    M /trunk/modules/demux/mkv.cpp
4564
4565 mkv.cpp: segment preloading now works
4566 ------------------------------------------------------------------------
4567 r10321 | courmisch | 2005-03-13 14:29:45 +0100 (dim, 13 mar 2005) | 2 lines
4568 Changed paths:
4569    M /trunk/AUTHORS
4570    M /trunk/include/vlc_tls.h
4571    M /trunk/modules/codec/adpcm.c
4572    M /trunk/modules/demux/voc.c
4573    M /trunk/modules/demux/xa.c
4574    M /trunk/modules/misc/gnutls.c
4575    M /trunk/src/misc/httpd.c
4576    M /trunk/src/misc/tls.c
4577
4578 Fix my email address
4579
4580 ------------------------------------------------------------------------
4581 r10320 | courmisch | 2005-03-13 10:31:00 +0100 (dim, 13 mar 2005) | 2 lines
4582 Changed paths:
4583    M /trunk/configure.ac
4584
4585 - Fix getnameinfo detection on Win32
4586
4587 ------------------------------------------------------------------------
4588 r10319 | titer | 2005-03-13 06:56:32 +0100 (dim, 13 mar 2005) | 2 lines
4589 Changed paths:
4590    M /trunk/extras/contrib/src/Patches/dvdnav.patch
4591
4592  dvdnav.patch: missed a couple of functions yesterday, fixes --disable-plugins
4593
4594 ------------------------------------------------------------------------
4595 r10318 | titer | 2005-03-12 19:34:36 +0100 (sam, 12 mar 2005) | 3 lines
4596 Changed paths:
4597    M /trunk/modules/access/dvdnav.c
4598    M /trunk/src/video_output/vout_subpictures.c
4599
4600  Renamed the "contrast" variable used between dvdnav and the video output
4601  so it doesn't conflict with the one from the adjust filter
4602
4603 ------------------------------------------------------------------------
4604 r10317 | titer | 2005-03-12 18:52:33 +0100 (sam, 12 mar 2005) | 8 lines
4605 Changed paths:
4606    M /trunk/extras/contrib/src/Patches/dvdnav.patch
4607    M /trunk/extras/contrib/src/Patches/libdvdread.patch
4608
4609  dvdnav.patch: prefixed all non-static functions in the included libdvdread.
4610   This fixes dvdsimple on OS X (either it crashed complaining about
4611   multiple definitions in the dvdnav and dvdread plugins, or it tried
4612   to use the libdvdread routines from the dvdnav plugin even though
4613   the dvdread access is used, but this modified libdvdread doesn't
4614   seem to be binary compatible... big mess here)
4615  ALL: fixed a minor libdvdread bug + cleaned the BeOS patch
4616
4617 ------------------------------------------------------------------------
4618 r10316 | courmisch | 2005-03-12 18:47:43 +0100 (sam, 12 mar 2005) | 2 lines
4619 Changed paths:
4620    M /trunk/src/misc/httpd.c
4621
4622 Fixed stupid bug (C) me, yesterday (variable name conflict)
4623
4624 ------------------------------------------------------------------------
4625 r10315 | massiot | 2005-03-12 15:31:10 +0100 (sam, 12 mar 2005) | 2 lines
4626 Changed paths:
4627    M /trunk/doc/fortunes.txt
4628
4629 fortuuuuune
4630
4631 ------------------------------------------------------------------------
4632 r10314 | robux4 | 2005-03-12 12:12:00 +0100 (sam, 12 mar 2005) | 1 line
4633 Changed paths:
4634    M /trunk/modules/demux/mkv.cpp
4635
4636 mkv.cpp: know your parents better
4637 ------------------------------------------------------------------------
4638 r10313 | robux4 | 2005-03-12 11:20:18 +0100 (sam, 12 mar 2005) | 1 line
4639 Changed paths:
4640    M /trunk/modules/demux/mkv.cpp
4641
4642 mkv.cpp: better segment initialisation
4643 ------------------------------------------------------------------------
4644 r10312 | robux4 | 2005-03-12 11:01:45 +0100 (sam, 12 mar 2005) | 1 line
4645 Changed paths:
4646    M /trunk/modules/demux/mkv.cpp
4647
4648 mkv.cpp: don't keep segments already found elsewhere
4649 ------------------------------------------------------------------------
4650 r10311 | robux4 | 2005-03-12 10:35:29 +0100 (sam, 12 mar 2005) | 1 line
4651 Changed paths:
4652    M /trunk/modules/demux/mkv.cpp
4653
4654 mkv.cpp: more code reorganisation for segment preloading
4655 ------------------------------------------------------------------------
4656 r10310 | anil | 2005-03-11 23:36:40 +0100 (ven, 11 mar 2005) | 6 lines
4657 Changed paths:
4658    M /trunk/configure.ac
4659    M /trunk/modules/access/file.c
4660    M /trunk/modules/access/vcd/vcd.c
4661    M /trunk/modules/access/vcdx/access.c
4662    M /trunk/modules/codec/subsdec.c
4663    M /trunk/modules/demux/mjpeg.c
4664    M /trunk/modules/demux/ts.c
4665
4666 * configure.ac: alsa is now really default enabled
4667 * modules/demux/*: typo and user-friendly description
4668 * modules/access/*: less vlc warnings
4669 * modules/codec/subsdec.c: subtitles justification is no longer "advanced"
4670
4671
4672 ------------------------------------------------------------------------
4673 r10309 | zorglub | 2005-03-11 22:49:19 +0100 (ven, 11 mar 2005) | 2 lines
4674 Changed paths:
4675    M /trunk/modules/demux/avi/avi.c
4676    M /trunk/modules/demux/demuxdump.c
4677    M /trunk/modules/demux/mjpeg.c
4678    M /trunk/modules/demux/mod.c
4679    M /trunk/modules/demux/mpeg/h264.c
4680    M /trunk/modules/misc/dummy/dummy.c
4681
4682 String fixes by Christophe Mutricy
4683
4684 ------------------------------------------------------------------------
4685 r10308 | courmisch | 2005-03-11 21:04:58 +0100 (ven, 11 mar 2005) | 2 lines
4686 Changed paths:
4687    M /trunk/src/misc/httpd.c
4688
4689 - Fix bug #1854
4690
4691 ------------------------------------------------------------------------
4692 r10307 | courmisch | 2005-03-11 20:57:28 +0100 (ven, 11 mar 2005) | 3 lines
4693 Changed paths:
4694    M /trunk/configure.ac
4695
4696 - Check for gai_strerror
4697   (stupid Winsock2 has getnameinfo but not gai_strerror)
4698
4699 ------------------------------------------------------------------------
4700 r10302 | courmisch | 2005-03-11 14:41:51 +0100 (ven, 11 mar 2005) | 2 lines
4701 Changed paths:
4702    M /trunk/activex/Makefile.am
4703
4704 - Fix building axvlc from subdirectory
4705
4706 ------------------------------------------------------------------------
4707 r10301 | andrep | 2005-03-11 14:38:38 +0100 (ven, 11 mar 2005) | 3 lines
4708 Changed paths:
4709    M /trunk/mozilla/vlcshell.cpp
4710
4711 * 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
4712
4713
4714 ------------------------------------------------------------------------
4715 r10300 | dionoea | 2005-03-11 14:13:45 +0100 (ven, 11 mar 2005) | 2 lines
4716 Changed paths:
4717    M /trunk/modules/video_output/picture.c
4718
4719  * change $Id thing ... r10300
4720
4721 ------------------------------------------------------------------------
4722 r10299 | robux4 | 2005-03-11 13:41:41 +0100 (ven, 11 mar 2005) | 1 line
4723 Changed paths:
4724    M /trunk/modules/demux/mkv.cpp
4725
4726 mkv.cpp: preload linked segments too
4727 ------------------------------------------------------------------------
4728 r10297 | robux4 | 2005-03-11 11:44:36 +0100 (ven, 11 mar 2005) | 1 line
4729 Changed paths:
4730    M /trunk/modules/demux/mkv.cpp
4731
4732 mkv.cpp: remove an unused variable
4733 ------------------------------------------------------------------------
4734 r10296 | sigmunau | 2005-03-11 10:54:47 +0100 (ven, 11 mar 2005) | 2 lines
4735 Changed paths:
4736    M /trunk/modules/audio_output/alsa.c
4737
4738 alsa.c: removed a printf, shut up a compiler warning
4739
4740 ------------------------------------------------------------------------
4741 r10292 | jpsaman | 2005-03-11 10:49:38 +0100 (ven, 11 mar 2005) | 2 lines
4742 Changed paths:
4743    M /trunk/modules/audio_filter/converter/a52tofloat32.c
4744    M /trunk/modules/audio_filter/converter/dtstofloat32.c
4745
4746 Removed unneeded VLC_OBJECT() cast and another segfault fix.
4747
4748 ------------------------------------------------------------------------
4749 r10290 | sigmunau | 2005-03-11 09:56:58 +0100 (ven, 11 mar 2005) | 2 lines
4750 Changed paths:
4751    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
4752
4753 wxwindows/preferences_widgets.cpp: Fix size of ModulesListCat widget
4754
4755 ------------------------------------------------------------------------
4756 r10289 | gbazin | 2005-03-11 09:18:14 +0100 (ven, 11 mar 2005) | 1 line
4757 Changed paths:
4758    M /trunk/modules/codec/ffmpeg/encoder.c
4759    M /trunk/modules/stream_out/transcode.c
4760
4761 * modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c: cosmetic fixes.
4762 ------------------------------------------------------------------------
4763 r10288 | courmisch | 2005-03-11 09:13:00 +0100 (ven, 11 mar 2005) | 4 lines
4764 Changed paths:
4765    M /trunk/configure.ac
4766    M /trunk/modules/demux/Modules.am
4767    A /trunk/modules/demux/ty.c
4768
4769 Tivo file demuxer
4770 based on patch from Neal Symms <nsymms # redwar.us>
4771 with minor cleanups
4772
4773 ------------------------------------------------------------------------
4774 r10287 | zorglub | 2005-03-11 08:52:18 +0100 (ven, 11 mar 2005) | 3 lines
4775 Changed paths:
4776    M /trunk/modules/codec/mpeg_audio.c
4777    M /trunk/modules/gui/wxwindows/interface.cpp
4778    M /trunk/modules/gui/wxwindows/playlist.cpp
4779    M /trunk/modules/gui/wxwindows/wizard.cpp
4780    M /trunk/src/input/access.c
4781    M /trunk/src/input/demux.c
4782    M /trunk/src/input/es_out.c
4783    M /trunk/src/input/input.c
4784    M /trunk/src/misc/modules.c
4785    M /trunk/src/playlist/item-ext.c
4786    M /trunk/src/playlist/loadsave.c
4787    M /trunk/src/playlist/playlist.c
4788    M /trunk/src/playlist/view.c
4789
4790 Reduce the global verbosity
4791 Change some message severities
4792
4793 ------------------------------------------------------------------------
4794 r10285 | zorglub | 2005-03-10 23:30:16 +0100 (jeu, 10 mar 2005) | 2 lines
4795 Changed paths:
4796    M /trunk/modules/access/cdda/info.c
4797
4798 Fix locking
4799
4800 ------------------------------------------------------------------------
4801 r10284 | zorglub | 2005-03-10 23:18:47 +0100 (jeu, 10 mar 2005) | 2 lines
4802 Changed paths:
4803    M /trunk/NEWS
4804
4805 Update news
4806
4807 ------------------------------------------------------------------------
4808 r10282 | jpsaman | 2005-03-10 22:16:32 +0100 (jeu, 10 mar 2005) | 2 lines
4809 Changed paths:
4810    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
4811
4812 Same mistake here: Pass real VLC_OBJECT's to msg_*
4813
4814 ------------------------------------------------------------------------
4815 r10280 | jpsaman | 2005-03-10 22:12:28 +0100 (jeu, 10 mar 2005) | 2 lines
4816 Changed paths:
4817    M /trunk/modules/audio_filter/converter/dtstofloat32.c
4818
4819 Another one. Use real VLC_OBJECT's in msg_*
4820
4821 ------------------------------------------------------------------------
4822 r10278 | jpsaman | 2005-03-10 22:09:14 +0100 (jeu, 10 mar 2005) | 2 lines
4823 Changed paths:
4824    M /trunk/modules/audio_filter/converter/a52tofloat32.c
4825
4826 Use VLC_OBJECT's to pass to msg_* functions otherwise all hell breaks lose.
4827
4828 ------------------------------------------------------------------------
4829 r10277 | courmisch | 2005-03-10 21:42:52 +0100 (jeu, 10 mar 2005) | 2 lines
4830 Changed paths:
4831    M /trunk/modules/misc/gnutls.c
4832
4833 - Require certificate from the client if one CA cert specified
4834
4835 ------------------------------------------------------------------------
4836 r10276 | courmisch | 2005-03-10 21:04:04 +0100 (jeu, 10 mar 2005) | 2 lines
4837 Changed paths:
4838    M /trunk/modules/misc/gnutls.c
4839
4840 - Release certificate creds after terminating session
4841
4842 ------------------------------------------------------------------------
4843 r10268 | gbazin | 2005-03-10 20:23:10 +0100 (jeu, 10 mar 2005) | 1 line
4844 Changed paths:
4845    M /trunk/configure.ac
4846
4847 * configure.ac: only include stream_out_switcher if --enable-sout is specified.
4848 ------------------------------------------------------------------------
4849 r10265 | robux4 | 2005-03-10 19:20:02 +0100 (jeu, 10 mar 2005) | 1 line
4850 Changed paths:
4851    M /trunk/modules/demux/mkv.cpp
4852
4853 mkv.cpp: support preloading in the same family
4854 ------------------------------------------------------------------------
4855 r10264 | massiot | 2005-03-10 18:23:43 +0100 (jeu, 10 mar 2005) | 12 lines
4856 Changed paths:
4857    M /trunk/configure.ac
4858    M /trunk/modules/access/Modules.am
4859    A /trunk/modules/access/fake.c
4860    M /trunk/modules/stream_out/Modules.am
4861    A /trunk/modules/stream_out/switcher.c
4862
4863 * modules/stream_out/switcher.c: New module allowing to replace an MPEG2
4864   video by a fixed panel (format .uyvy). Specify panel files with
4865   --sout-switcher-files=toto.uyvy,tata.uyvy,titi.uyvy and the size of
4866   pictures with --sout-switcher-sizes=720x576,720x576,480x576.
4867   --sout-switcher-port=4242 opens up a UDP port. echo 1 | nc -u localhost 4242
4868   switches to panel #1 (0 is the live video, -1 disables all output).
4869   The audio is blanked out when a panel is active. --sout-switcher-command
4870   specifies the first command to run on start-up.
4871 * modules/access/fake.c: Fake video input simulating a video at x fps.
4872   Use it to switch between fixed panels with the switcher when you have
4873   no video.
4874
4875 ------------------------------------------------------------------------
4876 r10263 | robux4 | 2005-03-10 18:19:28 +0100 (jeu, 10 mar 2005) | 1 line
4877 Changed paths:
4878    M /trunk/modules/demux/mkv.cpp
4879
4880 mkv.cpp: move the segment metadata preloading in another function (to be used elsewhere too)
4881 ------------------------------------------------------------------------
4882 r10262 | robux4 | 2005-03-10 17:41:43 +0100 (jeu, 10 mar 2005) | 1 line
4883 Changed paths:
4884    M /trunk/modules/demux/mkv.cpp
4885
4886 mkv.cpp: parse the Segment Info properly
4887 ------------------------------------------------------------------------
4888 r10261 | dionoea | 2005-03-10 17:00:49 +0100 (jeu, 10 mar 2005) | 2 lines
4889 Changed paths:
4890    M /trunk/modules/control/rc.c
4891    M /trunk/modules/video_filter/mosaic.c
4892
4893  * mosaic alignment (works like --marq-position) and callback
4894
4895 ------------------------------------------------------------------------
4896 r10260 | robux4 | 2005-03-10 16:40:45 +0100 (jeu, 10 mar 2005) | 1 line
4897 Changed paths:
4898    M /trunk/modules/demux/mkv.cpp
4899
4900 mkv.cpp: store the prev/next UID for later use
4901 ------------------------------------------------------------------------
4902 r10259 | zorglub | 2005-03-10 14:42:45 +0100 (jeu, 10 mar 2005) | 2 lines
4903 Changed paths:
4904    M /trunk/modules/access/vcdx/access.c
4905
4906 Fix refcount problems + fix a part of coding style problems
4907
4908 ------------------------------------------------------------------------
4909 r10258 | gbazin | 2005-03-10 14:37:29 +0100 (jeu, 10 mar 2005) | 1 line
4910 Changed paths:
4911    M /trunk/modules/misc/freetype.c
4912
4913 * modules/misc/freetype.c: better outlining algorithm + generate 16 colors (instead of 256) palettized YUV.
4914 ------------------------------------------------------------------------
4915 r10257 | zorglub | 2005-03-10 14:05:43 +0100 (jeu, 10 mar 2005) | 8 lines
4916 Changed paths:
4917    M /trunk/include/vlc_config_cat.h
4918    M /trunk/modules/audio_filter/equalizer.c
4919    M /trunk/modules/video_output/directx/glwin32.c
4920    M /trunk/modules/video_output/image.c
4921    M /trunk/modules/video_output/picture.c
4922    M /trunk/modules/video_output/x11/glx.c
4923    M /trunk/modules/visualization/visual/visual.c
4924    M /trunk/src/audio_output/intf.c
4925    M /trunk/src/libvlc.h
4926
4927 More prefs fixes
4928 - String fixes
4929 - Sort some large panels
4930 - Change some advanced flags
4931 - Fix & move audio-channel-mixer
4932 - hide picture vout
4933 - Remove saved-volume, replaced by a variable
4934
4935 ------------------------------------------------------------------------
4936 r10255 | courmisch | 2005-03-10 12:19:29 +0100 (jeu, 10 mar 2005) | 3 lines
4937 Changed paths:
4938    M /trunk/modules/demux/voc.c
4939
4940 - Fix unitialized variable in demux control helper
4941 There's still a segfault somewhere (occurs after many seeks but I can't reproduce it with a debugger)
4942
4943 ------------------------------------------------------------------------
4944 r10254 | courmisch | 2005-03-10 12:00:41 +0100 (jeu, 10 mar 2005) | 2 lines
4945 Changed paths:
4946    M /trunk/modules/demux/voc.c
4947
4948 Support block type 2 (and some others as well)
4949
4950 ------------------------------------------------------------------------
4951 r10253 | courmisch | 2005-03-10 11:58:02 +0100 (jeu, 10 mar 2005) | 4 lines
4952 Changed paths:
4953    M /trunk/include/network.h
4954    M /trunk/modules/access/http.c
4955
4956 - include/network.h: new vlc_UrlEncode and vlc_UrlIsNotEncoded helpers function
4957 - modules/access/http.c: do not choke when there's a space in a URL
4958   (should probably be done for some others)
4959
4960 ------------------------------------------------------------------------
4961 r10250 | courmisch | 2005-03-10 10:56:07 +0100 (jeu, 10 mar 2005) | 2 lines
4962 Changed paths:
4963    M /trunk/modules/misc/gnutls.c
4964
4965 gnutls.c: add shortname
4966
4967 ------------------------------------------------------------------------
4968 r10249 | zorglub | 2005-03-10 10:47:20 +0100 (jeu, 10 mar 2005) | 2 lines
4969 Changed paths:
4970    M /trunk/modules/gui/wxwindows/preferences.cpp
4971
4972 Should fix compile
4973
4974 ------------------------------------------------------------------------
4975 r10245 | courmisch | 2005-03-10 09:27:21 +0100 (jeu, 10 mar 2005) | 2 lines
4976 Changed paths:
4977    M /trunk/include/vlc_tls.h
4978    M /trunk/modules/misc/gnutls.c
4979    M /trunk/src/misc/tls.c
4980
4981 Missing properties
4982
4983 ------------------------------------------------------------------------
4984 r10244 | courmisch | 2005-03-10 09:23:03 +0100 (jeu, 10 mar 2005) | 2 lines
4985 Changed paths:
4986    M /trunk/configure.ac
4987    M /trunk/modules/misc/gnutls.c
4988
4989 - Fix GnuTLS version detection
4990
4991 ------------------------------------------------------------------------
4992 r10243 | zorglub | 2005-03-10 01:17:33 +0100 (jeu, 10 mar 2005) | 7 lines
4993 Changed paths:
4994    M /trunk/include/vlc_config_cat.h
4995    M /trunk/modules/audio_filter/converter/a52tofloat32.c
4996    M /trunk/modules/audio_filter/converter/dtstofloat32.c
4997    M /trunk/modules/misc/freetype.c
4998    M /trunk/modules/video_filter/marq.c
4999    M /trunk/src/libvlc.h
5000
5001 Preferences update :
5002 - Sorted marq options
5003 - A52 & DTS are audio decoders
5004 - Moved freetype to subtitles/OSD
5005
5006 (last 2 suggested by Anil)
5007
5008 ------------------------------------------------------------------------
5009 r10242 | robux4 | 2005-03-09 22:45:02 +0100 (mer, 09 mar 2005) | 1 line
5010 Changed paths:
5011    M /trunk/modules/demux/mkv.cpp
5012
5013 mkv.cpp: cleaner handling of some tables (now vectors)
5014 ------------------------------------------------------------------------
5015 r10241 | zorglub | 2005-03-09 22:06:09 +0100 (mer, 09 mar 2005) | 2 lines
5016 Changed paths:
5017    A /trunk/modules/gui/wxwindows/bitmaps/advanced.xpm
5018    A /trunk/modules/gui/wxwindows/bitmaps/audio.xpm
5019    A /trunk/modules/gui/wxwindows/bitmaps/codec.xpm
5020    A /trunk/modules/gui/wxwindows/bitmaps/intf.xpm
5021    A /trunk/modules/gui/wxwindows/bitmaps/video.xpm
5022    M /trunk/modules/gui/wxwindows/preferences.cpp
5023
5024 Preferences icons
5025
5026 ------------------------------------------------------------------------
5027 r10240 | gbazin | 2005-03-09 20:57:28 +0100 (mer, 09 mar 2005) | 1 line
5028 Changed paths:
5029    M /trunk/modules/codec/ffmpeg/video.c
5030
5031 * modules/codec/ffmpeg/video.c: take input rate into account when interpolating next pts.
5032 ------------------------------------------------------------------------
5033 r10239 | zorglub | 2005-03-09 19:05:30 +0100 (mer, 09 mar 2005) | 2 lines
5034 Changed paths:
5035    M /trunk/modules/gui/wxwindows/menus.cpp
5036
5037 Don't switch interfaces under linux
5038
5039 ------------------------------------------------------------------------
5040 r10238 | hartman | 2005-03-09 17:00:03 +0100 (mer, 09 mar 2005) | 3 lines
5041 Changed paths:
5042    M /trunk/extras/contrib/src/Makefile
5043    M /trunk/extras/contrib/src/packages.mak
5044
5045 * added glib libIDL and mozilla sources (not built by default, edit contrib/src/Makefile)
5046 * upgraded libcdio to 0.7.2 (not that it makes much difference :) )
5047
5048 ------------------------------------------------------------------------
5049 r10237 | courmisch | 2005-03-09 14:07:26 +0100 (mer, 09 mar 2005) | 2 lines
5050 Changed paths:
5051    M /trunk/modules/gui/kde/preferences.cpp
5052
5053 string rationalization (yeah, I know the KDE interface is not used)
5054
5055 ------------------------------------------------------------------------
5056 r10236 | sigmunau | 2005-03-09 13:58:13 +0100 (mer, 09 mar 2005) | 2 lines
5057 Changed paths:
5058    M /trunk/include/vlc_video.h
5059    M /trunk/modules/misc/freetype.c
5060    M /trunk/src/video_output/vout_subpictures.c
5061
5062 all: correctly align multiline strings when not left-aligned
5063
5064 ------------------------------------------------------------------------
5065 r10235 | gbazin | 2005-03-09 13:52:47 +0100 (mer, 09 mar 2005) | 1 line
5066 Changed paths:
5067    M /trunk/modules/mux/mpeg/ps.c
5068
5069 * modules/mux/mpeg/ps.c: small cleanup.
5070 ------------------------------------------------------------------------
5071 r10234 | gbazin | 2005-03-09 13:39:36 +0100 (mer, 09 mar 2005) | 1 line
5072 Changed paths:
5073    M /trunk/modules/demux/ps.c
5074    M /trunk/modules/demux/ps.h
5075
5076 * modules/demux/ps.[c,h]: fixed PSM parsing bug.
5077 ------------------------------------------------------------------------
5078 r10233 | gbazin | 2005-03-09 13:17:01 +0100 (mer, 09 mar 2005) | 1 line
5079 Changed paths:
5080    M /trunk/modules/mux/mpeg/ps.c
5081
5082 * modules/mux/mpeg/ps.c: correct PSM size.
5083 ------------------------------------------------------------------------
5084 r10232 | courmisch | 2005-03-09 12:54:36 +0100 (mer, 09 mar 2005) | 2 lines
5085 Changed paths:
5086    M /trunk/modules/demux/voc.c
5087
5088 Handle VOC files with multiple blocks properly
5089
5090 ------------------------------------------------------------------------
5091 r10231 | gbazin | 2005-03-09 12:43:02 +0100 (mer, 09 mar 2005) | 1 line
5092 Changed paths:
5093    M /trunk/src/video_output/vout_subpictures.c
5094
5095 * src/video_output/vout_subpictures.c: pass on video output size changes to the text renderer.
5096 ------------------------------------------------------------------------
5097 r10230 | gbazin | 2005-03-09 12:42:05 +0100 (mer, 09 mar 2005) | 1 line
5098 Changed paths:
5099    M /trunk/modules/misc/freetype.c
5100
5101 * modules/misc/freetype.c: handle size change properly.
5102 ------------------------------------------------------------------------
5103 r10229 | gbazin | 2005-03-09 11:46:45 +0100 (mer, 09 mar 2005) | 1 line
5104 Changed paths:
5105    M /trunk/modules/video_filter/mosaic.c
5106
5107 * modules/video_filter/mosaic.c: compilation fix.
5108 ------------------------------------------------------------------------
5109 r10228 | gbazin | 2005-03-09 11:18:27 +0100 (mer, 09 mar 2005) | 1 line
5110 Changed paths:
5111    M /trunk/modules/misc/freetype.c
5112
5113 * modules/misc/freetype.c: don't display only the last line.
5114 ------------------------------------------------------------------------
5115 r10227 | courmisch | 2005-03-09 10:03:32 +0100 (mer, 09 mar 2005) | 2 lines
5116 Changed paths:
5117    M /trunk/modules/demux/voc.c
5118
5119 - seeking in .VOC file
5120
5121 ------------------------------------------------------------------------
5122 r10226 | gbazin | 2005-03-09 01:59:09 +0100 (mer, 09 mar 2005) | 1 line
5123 Changed paths:
5124    M /trunk/modules/mux/mpeg/ps.c
5125
5126 * modules/mux/mpeg/ps.c: shut-up valgrind warning.
5127 ------------------------------------------------------------------------
5128 r10225 | titer | 2005-03-09 01:43:46 +0100 (mer, 09 mar 2005) | 2 lines
5129 Changed paths:
5130    M /trunk/include/vlc_common.h
5131
5132  vlc_common.h: define INT64_MIN/INT64_MAX if necessary
5133
5134 ------------------------------------------------------------------------
5135 r10224 | gbazin | 2005-03-09 01:31:19 +0100 (mer, 09 mar 2005) | 1 line
5136 Changed paths:
5137    M /trunk/modules/demux/ps.h
5138
5139 * modules/demux/ps.h: support for mp4v/mp4a/h264 + parse language descriptor in PSM.
5140 ------------------------------------------------------------------------
5141 r10223 | gbazin | 2005-03-09 01:30:09 +0100 (mer, 09 mar 2005) | 1 line
5142 Changed paths:
5143    M /trunk/modules/mux/mpeg/ps.c
5144
5145 *  modules/mux/mpeg/ps.c: Write a PSM + support for mp4v/mp4a/h264.
5146 ------------------------------------------------------------------------
5147 r10222 | titer | 2005-03-09 01:18:15 +0100 (mer, 09 mar 2005) | 3 lines
5148 Changed paths:
5149    M /trunk/modules/video_filter/mosaic.c
5150
5151  video_filter/mosaic.c: compile fix (use INT_MAX since INT32_MAX isn't
5152          always defined)
5153
5154 ------------------------------------------------------------------------
5155 r10221 | rocky | 2005-03-09 00:52:01 +0100 (mer, 09 mar 2005) | 3 lines
5156 Changed paths:
5157    M /trunk/configure.ac
5158
5159 VCDX depends on libiso9660. Up libcdio version to 0.72. 
5160
5161
5162 ------------------------------------------------------------------------
5163 r10220 | hartman | 2005-03-09 00:25:11 +0100 (mer, 09 mar 2005) | 3 lines
5164 Changed paths:
5165    M /trunk/mozilla/vlcshell.cpp
5166
5167 * TEST: removing #include <jis.h> from the mozilla plugin to see if we really require Java support.
5168   if this breaks the linux or win32 mozilla plugin then it should be restored.
5169
5170 ------------------------------------------------------------------------
5171 r10219 | gbazin | 2005-03-09 00:21:40 +0100 (mer, 09 mar 2005) | 1 line
5172 Changed paths:
5173    M /trunk/modules/packetizer/mpeg4video.c
5174
5175 * modules/packetizer/mpeg4video.c: fixed segfault
5176 ------------------------------------------------------------------------
5177 r10218 | robux4 | 2005-03-08 22:43:42 +0100 (mar, 08 mar 2005) | 1 line
5178 Changed paths:
5179    M /trunk/modules/demux/mkv.cpp
5180
5181 mkv.cpp: keep the interresting segments somewhere in memory (not functional yet)
5182 ------------------------------------------------------------------------
5183 r10217 | gbazin | 2005-03-08 21:17:43 +0100 (mar, 08 mar 2005) | 1 line
5184 Changed paths:
5185    M /trunk/modules/mux/mpeg/ps.c
5186
5187 * modules/mux/mpeg/ps.c: use instant bitrate to calculate program_mux_rate.
5188 ------------------------------------------------------------------------
5189 r10216 | courmisch | 2005-03-08 19:43:51 +0100 (mar, 08 mar 2005) | 2 lines
5190 Changed paths:
5191    M /trunk/modules/gui/wxwindows/playlist.cpp
5192
5193 Strings rationalization
5194
5195 ------------------------------------------------------------------------
5196 r10215 | courmisch | 2005-03-08 19:34:00 +0100 (mar, 08 mar 2005) | 2 lines
5197 Changed paths:
5198    M /trunk/modules/gui/wxwindows/open.cpp
5199    M /trunk/modules/gui/wxwindows/streamout.cpp
5200
5201 Fix max UDP port number
5202
5203 ------------------------------------------------------------------------
5204 r10214 | gbazin | 2005-03-08 19:10:49 +0100 (mar, 08 mar 2005) | 1 line
5205 Changed paths:
5206    M /trunk/modules/video_output/x11/xcommon.c
5207
5208 * modules/video_output/x11/xcommon.c: don't abort on X_SetInputFocus error which isn't fatal.
5209 ------------------------------------------------------------------------
5210 r10213 | courmisch | 2005-03-08 18:31:31 +0100 (mar, 08 mar 2005) | 8 lines
5211 Changed paths:
5212    M /trunk/modules/gui/wxwindows/wxwindows.h
5213
5214 Same fix for non-constant string.
5215
5216 The playlist works fine again (with ASCII/Latin locale charset).
5217 When in UTF8, it might be a good idea to check for invalid bytes
5218 sequences and replace them with question mark - at the moment
5219 wxWidgets still leave the whole text blank which result in blank
5220 playlist item in the playlist.
5221
5222 ------------------------------------------------------------------------
5223 r10212 | courmisch | 2005-03-08 18:11:08 +0100 (mar, 08 mar 2005) | 9 lines
5224 Changed paths:
5225    M /trunk/modules/gui/wxwindows/wxwindows.h
5226
5227 Fix conversion from locale to wxWidgets' Unicode
5228 (the documentation for wxWidgets 2.5.3 is wrong :
5229  wxConvCurrent (which does not work) does not point
5230  to wxConvLibc nor wxConvLocal (which both work))
5231
5232 It is now possible to use wxvlc with non UTF-8 locale.
5233 Previously, any text item with non-ASCII character in it would be
5234 blank.
5235
5236 ------------------------------------------------------------------------
5237 r10211 | massiot | 2005-03-08 17:50:19 +0100 (mar, 08 mar 2005) | 2 lines
5238 Changed paths:
5239    M /trunk/modules/codec/ffmpeg/video_filter.c
5240
5241 * modules/codec/ffmpeg/video_filter.c: Fixed a regression with b_resize_first.
5242
5243 ------------------------------------------------------------------------
5244 r10210 | courmisch | 2005-03-08 17:29:30 +0100 (mar, 08 mar 2005) | 2 lines
5245 Changed paths:
5246    M /trunk/modules/gui/wxwindows/open.cpp
5247
5248 Fix UDP unicast access when both IPv6 and non-default port are used
5249
5250 ------------------------------------------------------------------------
5251 r10209 | courmisch | 2005-03-08 14:54:11 +0100 (mar, 08 mar 2005) | 2 lines
5252 Changed paths:
5253    M /trunk/configure.ac
5254
5255 Enable voc demux
5256
5257 ------------------------------------------------------------------------
5258 r10208 | courmisch | 2005-03-08 14:53:36 +0100 (mar, 08 mar 2005) | 2 lines
5259 Changed paths:
5260    M /trunk/AUTHORS
5261    M /trunk/modules/demux/Modules.am
5262    A /trunk/modules/demux/voc.c
5263
5264 Creative Voice File demux
5265
5266 ------------------------------------------------------------------------
5267 r10207 | gbazin | 2005-03-08 14:16:38 +0100 (mar, 08 mar 2005) | 1 line
5268 Changed paths:
5269    M /trunk/modules/codec/ffmpeg/video_filter.c
5270
5271 * modules/codec/ffmpeg/video_filter.c: a few fixes and cleanup.
5272 ------------------------------------------------------------------------
5273 r10206 | gbazin | 2005-03-08 14:15:56 +0100 (mar, 08 mar 2005) | 3 lines
5274 Changed paths:
5275    M /trunk/modules/codec/x264.c
5276    M /trunk/modules/services_discovery/sap.c
5277    M /trunk/modules/stream_out/transcode.c
5278
5279 * modules/services_discovery/sap.c, modules/codec/x264.c: fixed small mem leaks.
5280 * modules/stream_out/transcode.c: fixed segfault.
5281
5282 ------------------------------------------------------------------------
5283 r10205 | gbazin | 2005-03-08 11:58:49 +0100 (mar, 08 mar 2005) | 1 line
5284 Changed paths:
5285    M /trunk/modules/misc/freetype.c
5286    M /trunk/modules/video_filter/marq.c
5287    M /trunk/modules/video_filter/time.c
5288
5289 * modules/misc/freetype.c, modules/video_filter/marq.c, time.c: a few fixes.
5290 ------------------------------------------------------------------------
5291 r10204 | gbazin | 2005-03-08 11:15:36 +0100 (mar, 08 mar 2005) | 1 line
5292 Changed paths:
5293    M /trunk/configure.ac
5294
5295 * configure.ac: packetizers are not only useful with the stream output.
5296 ------------------------------------------------------------------------
5297 r10203 | robux4 | 2005-03-08 10:06:27 +0100 (mar, 08 mar 2005) | 1 line
5298 Changed paths:
5299    M /trunk/src/input/input.c
5300
5301 input.c: allow "intelligent" previous-chapter behaviour for access sources too
5302 ------------------------------------------------------------------------
5303 r10202 | gbazin | 2005-03-08 02:54:55 +0100 (mar, 08 mar 2005) | 1 line
5304 Changed paths:
5305    M /trunk/modules/misc/dummy/renderer.c
5306
5307 * modules/misc/dummy/renderer.c: forgot to commit this file with the text renderer api change.
5308 ------------------------------------------------------------------------
5309 r10201 | gbazin | 2005-03-08 02:38:33 +0100 (mar, 08 mar 2005) | 1 line
5310 Changed paths:
5311    M /trunk/src/input/es_out.c
5312
5313 * src/input/es_out.c: fixed another small mem leak.
5314 ------------------------------------------------------------------------
5315 r10200 | gbazin | 2005-03-08 02:24:27 +0100 (mar, 08 mar 2005) | 1 line
5316 Changed paths:
5317    M /trunk/src/input/es_out.c
5318
5319 * src/input/es_out.c: fixed small mem leak.
5320 ------------------------------------------------------------------------
5321 r10199 | gbazin | 2005-03-08 02:23:54 +0100 (mar, 08 mar 2005) | 3 lines
5322 Changed paths:
5323    M /trunk/include/vlc_filter.h
5324    M /trunk/include/vlc_video.h
5325    M /trunk/modules/misc/freetype.c
5326    M /trunk/modules/video_filter/marq.c
5327    M /trunk/modules/video_filter/time.c
5328    M /trunk/src/video_output/vout_subpictures.c
5329
5330 * include/vlc_filter.h, vlc_video.h, src/video_output/vout_subpictures.c: new simpler and more powerful text renderer api.
5331 * modules/misc/freetype.c: rewrite to the new api + outputs YUVP subpicture regions now.
5332
5333 ------------------------------------------------------------------------
5334 r10198 | hartman | 2005-03-08 00:54:51 +0100 (mar, 08 mar 2005) | 2 lines
5335 Changed paths:
5336    M /trunk/modules/demux/livedotcom.cpp
5337
5338 * 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).
5339
5340 ------------------------------------------------------------------------
5341 r10197 | hartman | 2005-03-07 23:30:55 +0100 (lun, 07 mar 2005) | 2 lines
5342 Changed paths:
5343    M /trunk/configure.ac
5344    M /trunk/extras/contrib/src/Makefile
5345
5346 * 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.
5347
5348 ------------------------------------------------------------------------
5349 r10196 | robux4 | 2005-03-07 23:05:54 +0100 (lun, 07 mar 2005) | 1 line
5350 Changed paths:
5351    M /trunk/modules/demux/mkv.cpp
5352
5353 mkv.cpp: prepare the code to handle seemless segment switching
5354 ------------------------------------------------------------------------
5355 r10195 | dionoea | 2005-03-07 21:50:13 +0100 (lun, 07 mar 2005) | 3 lines
5356 Changed paths:
5357    M /trunk/modules/video_filter/mosaic.c
5358
5359  * add a mutex so the callbacks don't change anything while the filter is
5360    doing something
5361
5362 ------------------------------------------------------------------------
5363 r10194 | gbazin | 2005-03-07 21:36:18 +0100 (lun, 07 mar 2005) | 1 line
5364 Changed paths:
5365    M /trunk/modules/misc/freetype.c
5366
5367 * modules/misc/freetype.c: replaced pi_gamma with an (almost) equivalent that doesn't use floats.
5368 ------------------------------------------------------------------------
5369 r10193 | courmisch | 2005-03-07 21:21:24 +0100 (lun, 07 mar 2005) | 2 lines
5370 Changed paths:
5371    M /trunk/modules/demux/wav.c
5372
5373 Fixes a compiler warning
5374
5375 ------------------------------------------------------------------------
5376 r10192 | robux4 | 2005-03-07 21:16:52 +0100 (lun, 07 mar 2005) | 1 line
5377 Changed paths:
5378    M /trunk/include/vlc_demux.h
5379    M /trunk/include/vlc_input.h
5380    M /trunk/modules/demux/mkv.cpp
5381    M /trunk/src/input/control.c
5382    M /trunk/src/input/input.c
5383
5384 make the previous-chapter "intelligent" seek more general, remove DEMUX_GET_SEEKPOINT_TIME
5385 ------------------------------------------------------------------------
5386 r10191 | robux4 | 2005-03-07 21:13:56 +0100 (lun, 07 mar 2005) | 1 line
5387 Changed paths:
5388    M /trunk/modules/codec/ffmpeg/audio.c
5389
5390 audio.c: fix a compiler portability issue
5391 ------------------------------------------------------------------------
5392 r10190 | courmisch | 2005-03-07 20:59:38 +0100 (lun, 07 mar 2005) | 3 lines
5393 Changed paths:
5394    M /trunk/modules/gui/wxwindows/wizard.cpp
5395
5396 - Don't crash when transcoding is enabled
5397 - Some cleanup
5398
5399 ------------------------------------------------------------------------
5400 r10189 | gbazin | 2005-03-07 20:41:34 +0100 (lun, 07 mar 2005) | 1 line
5401 Changed paths:
5402    M /trunk/modules/gui/wince/interface.cpp
5403
5404 * modules/gui/wince/interface.cpp: compilation fix.
5405 ------------------------------------------------------------------------
5406 r10188 | gbazin | 2005-03-07 20:35:11 +0100 (lun, 07 mar 2005) | 1 line
5407 Changed paths:
5408    M /trunk/modules/misc/freetype.c
5409
5410 * modules/misc/freetype.c: removed debug messages.
5411 ------------------------------------------------------------------------
5412 r10187 | massiot | 2005-03-07 20:28:52 +0100 (lun, 07 mar 2005) | 8 lines
5413 Changed paths:
5414    M /trunk/include/vlc_filter.h
5415    M /trunk/include/vlc_spu.h
5416    M /trunk/include/vlc_video.h
5417    M /trunk/modules/codec/ffmpeg/video_filter.c
5418    M /trunk/modules/video_filter/mosaic.c
5419    M /trunk/modules/video_output/picture.c
5420    M /trunk/modules/video_output/picture.h
5421    M /trunk/src/video_output/vout_subpictures.c
5422
5423 * src/video_output/vout_subpictures.c: New function spu_MakeRegion which
5424   reuses a given picture_t without allocating a new one.
5425 * modules/video_output/picture.c: New --picture-height and width options
5426   to do the scaling in the vout thread. Misc bug corrections.
5427 * modules/video_filter/mosaic.c: Less overhead.
5428 * modules/codec/ffmpeg/video_filter.c: Do the scaling before the conversion
5429   in case the original size is bigger than the destination.
5430
5431 ------------------------------------------------------------------------
5432 r10186 | gbazin | 2005-03-07 19:34:21 +0100 (lun, 07 mar 2005) | 1 line
5433 Changed paths:
5434    M /trunk/modules/codec/ffmpeg/video.c
5435
5436 * 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).
5437 ------------------------------------------------------------------------
5438 r10185 | gbazin | 2005-03-07 19:04:24 +0100 (lun, 07 mar 2005) | 1 line
5439 Changed paths:
5440    M /trunk/configure.ac
5441
5442 * configure.ac: fixed typo.
5443 ------------------------------------------------------------------------
5444 r10184 | gbazin | 2005-03-07 18:52:05 +0100 (lun, 07 mar 2005) | 1 line
5445 Changed paths:
5446    M /trunk/modules/codec/ffmpeg/ffmpeg.c
5447    M /trunk/src/video_output/vout_pictures.c
5448    M /trunk/src/video_output/vout_pictures.h
5449
5450 * modules/codec/ffmpeg/ffmpeg.c, src/video_output/vout_pictures.c: fixed JPEG encoding.
5451 ------------------------------------------------------------------------
5452 r10183 | gbazin | 2005-03-07 17:33:56 +0100 (lun, 07 mar 2005) | 1 line
5453 Changed paths:
5454    M /trunk/modules/access/dshow/filter.cpp
5455
5456 * modules/access/dshow: flush the capture pin's buffers when the capture filter is stopped (instead of doing it in the pin's destructor).
5457 ------------------------------------------------------------------------
5458 r10182 | courmisch | 2005-03-07 16:04:53 +0100 (lun, 07 mar 2005) | 2 lines
5459 Changed paths:
5460    M /trunk/modules/demux/xa.c
5461
5462 propset
5463
5464 ------------------------------------------------------------------------
5465 r10181 | courmisch | 2005-03-07 16:02:33 +0100 (lun, 07 mar 2005) | 2 lines
5466 Changed paths:
5467    M /trunk/modules/demux/xa.c
5468
5469 Allow seeking
5470
5471 ------------------------------------------------------------------------
5472 r10180 | gbazin | 2005-03-07 15:37:39 +0100 (lun, 07 mar 2005) | 1 line
5473 Changed paths:
5474    M /trunk/modules/gui/wince/interface.cpp
5475    M /trunk/modules/gui/wince/menus.cpp
5476    M /trunk/modules/gui/wince/open.cpp
5477    M /trunk/modules/gui/wince/playlist.cpp
5478    M /trunk/modules/gui/wince/preferences.cpp
5479    M /trunk/modules/gui/wince/wince.cpp
5480    M /trunk/modules/gui/wince/wince.h
5481    M /trunk/modules/gui/wince/wince_rc.rc
5482
5483 * modules/gui/wince: fixed bunch of bugs and memory leaks.
5484 ------------------------------------------------------------------------
5485 r10179 | courmisch | 2005-03-07 14:28:08 +0100 (lun, 07 mar 2005) | 2 lines
5486 Changed paths:
5487    M /trunk/modules/demux/xa.c
5488
5489 typo fix
5490
5491 ------------------------------------------------------------------------
5492 r10178 | courmisch | 2005-03-07 14:26:33 +0100 (lun, 07 mar 2005) | 2 lines
5493 Changed paths:
5494    M /trunk/modules/demux/xa.c
5495
5496 Cosmetic cleanup (pointed out by fenrir)
5497
5498 ------------------------------------------------------------------------
5499 r10177 | courmisch | 2005-03-07 14:12:51 +0100 (lun, 07 mar 2005) | 2 lines
5500 Changed paths:
5501    M /trunk/modules/demux/xa.c
5502
5503 Fix email address
5504
5505 ------------------------------------------------------------------------
5506 r10176 | courmisch | 2005-03-07 14:10:29 +0100 (lun, 07 mar 2005) | 2 lines
5507 Changed paths:
5508    A /trunk/modules/demux/xa.c
5509
5510 Forgotten new file from previous commit
5511
5512 ------------------------------------------------------------------------
5513 r10175 | courmisch | 2005-03-07 14:05:06 +0100 (lun, 07 mar 2005) | 4 lines
5514 Changed paths:
5515    M /trunk/configure.ac
5516    M /trunk/modules/codec/adpcm.c
5517    M /trunk/modules/demux/Modules.am
5518
5519 - XA file demux
5520 - EA ADPCM decoder (Maxis games)
5521 (- corner case memleak in adpcm decoder)
5522
5523 ------------------------------------------------------------------------
5524 r10174 | andrep | 2005-03-07 14:00:48 +0100 (lun, 07 mar 2005) | 4 lines
5525 Changed paths:
5526    M /trunk/configure.ac
5527
5528 * configure.ac: Link against dependent static libraries successfully on
5529   Mac OS X
5530
5531
5532 ------------------------------------------------------------------------
5533 r10173 | damienf | 2005-03-07 11:40:23 +0100 (lun, 07 mar 2005) | 4 lines
5534 Changed paths:
5535    M /trunk/activex/main.cpp
5536    M /trunk/activex/oleobject.cpp
5537    M /trunk/activex/persistpropbag.cpp
5538    M /trunk/activex/persiststorage.cpp
5539    M /trunk/activex/persiststreaminit.cpp
5540    M /trunk/activex/plugin.cpp
5541    M /trunk/activex/plugin.h
5542
5543 - activate (make visible) as soon as embedded into a container, no longer wait for container to do the activation
5544
5545 This fixes an annoying Internet Explorer optimization which would make the activex control invisible till a user moves the mouse over it
5546
5547 ------------------------------------------------------------------------
5548 r10172 | markfm | 2005-03-07 03:52:05 +0100 (lun, 07 mar 2005) | 2 lines
5549 Changed paths:
5550    M /trunk/modules/mux/mpeg/ps.c
5551
5552 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.
5553
5554 ------------------------------------------------------------------------
5555 r10171 | titer | 2005-03-07 01:54:26 +0100 (lun, 07 mar 2005) | 2 lines
5556 Changed paths:
5557    M /trunk/modules/misc/freetype.c
5558
5559  misc/freetype.c: compile fix
5560
5561 ------------------------------------------------------------------------
5562 r10170 | gbazin | 2005-03-06 20:37:26 +0100 (dim, 06 mar 2005) | 1 line
5563 Changed paths:
5564    M /trunk/modules/codec/ffmpeg/audio.c
5565
5566 * modules/codec/ffmpeg/audio.c: fix for ALAC support.
5567 ------------------------------------------------------------------------
5568 r10169 | gbazin | 2005-03-06 19:46:43 +0100 (dim, 06 mar 2005) | 1 line
5569 Changed paths:
5570    M /trunk/configure.ac
5571    M /trunk/modules/codec/flac.c
5572
5573 * modules/codec/flac.c, configure.ac: FLAC packetizer doesn't depend on libflac anymore.
5574 ------------------------------------------------------------------------
5575 r10168 | dionoea | 2005-03-06 19:10:51 +0100 (dim, 06 mar 2005) | 2 lines
5576 Changed paths:
5577    M /trunk/modules/control/rc.c
5578
5579 remove useless --rc-extend option in favor of the longhelp command
5580
5581 ------------------------------------------------------------------------
5582 r10167 | gbazin | 2005-03-06 18:54:34 +0100 (dim, 06 mar 2005) | 1 line
5583 Changed paths:
5584    M /trunk/modules/codec/ffmpeg/audio.c
5585    M /trunk/modules/codec/ffmpeg/ffmpeg.c
5586
5587 * modules/codec/ffmpeg: support for libavcodec's flac decoder.
5588 ------------------------------------------------------------------------
5589 r10166 | gbazin | 2005-03-06 18:53:49 +0100 (dim, 06 mar 2005) | 1 line
5590 Changed paths:
5591    M /trunk/src/input/es_out.c
5592
5593 * src/input/es_out.c: ES_OUT_SET_FMT restarts the decoder.
5594 ------------------------------------------------------------------------
5595 r10165 | dionoea | 2005-03-06 17:39:27 +0100 (dim, 06 mar 2005) | 2 lines
5596 Changed paths:
5597    M /trunk/modules/control/rc.c
5598
5599  * mosaic call back help
5600
5601 ------------------------------------------------------------------------
5602 r10164 | markfm | 2005-03-06 17:27:35 +0100 (dim, 06 mar 2005) | 2 lines
5603 Changed paths:
5604    M /trunk/modules/control/rc.c
5605
5606 enable rc logo-file on the fly
5607
5608 ------------------------------------------------------------------------
5609 r10163 | gbazin | 2005-03-06 17:25:02 +0100 (dim, 06 mar 2005) | 1 line
5610 Changed paths:
5611    M /trunk/modules/codec/ffmpeg/ffmpeg.c
5612    M /trunk/modules/demux/mp4/libmp4.c
5613    M /trunk/modules/demux/mp4/libmp4.h
5614    M /trunk/modules/demux/mp4/mp4.c
5615
5616 * modules/demux/mp4, modules/codec/ffmpeg: support for Apple Lossless Audio Codec.
5617 ------------------------------------------------------------------------
5618 r10162 | markfm | 2005-03-06 15:48:14 +0100 (dim, 06 mar 2005) | 2 lines
5619 Changed paths:
5620    M /trunk/modules/stream_out/transcode.c
5621
5622 transcode -- prevent user error, limit mp3 channels to max of 2
5623
5624 ------------------------------------------------------------------------
5625 r10161 | gbazin | 2005-03-06 14:55:48 +0100 (dim, 06 mar 2005) | 1 line
5626 Changed paths:
5627    M /trunk/src/video_output/video_output.c
5628
5629 * src/video_output/video_output.c: revert commit 10160 which breaks direct-rendering.
5630 ------------------------------------------------------------------------
5631 r10160 | robux4 | 2005-03-06 14:44:17 +0100 (dim, 06 mar 2005) | 4 lines
5632 Changed paths:
5633    M /trunk/src/video_output/video_output.c
5634
5635 video_output.c: use the visible dimensions and not the pixel dimensions
5636
5637 if this create some memory leaks, it should be corrected elsewhere
5638 this solves the HDTV grey line bug
5639 ------------------------------------------------------------------------
5640 r10159 | courmisch | 2005-03-06 12:07:41 +0100 (dim, 06 mar 2005) | 2 lines
5641 Changed paths:
5642    M /trunk/modules/misc/gnutls.c
5643
5644 Fixes segfault
5645
5646 ------------------------------------------------------------------------
5647 r10158 | hartman | 2005-03-06 11:53:18 +0100 (dim, 06 mar 2005) | 2 lines
5648 Changed paths:
5649    M /trunk/TODO
5650
5651 * added statistics, blue/green wall filter and goom effect video filter to the TODO list
5652
5653 ------------------------------------------------------------------------
5654 r10157 | robux4 | 2005-03-06 11:36:49 +0100 (dim, 06 mar 2005) | 1 line
5655 Changed paths:
5656    M /trunk/modules/demux/mkv.cpp
5657
5658 mkv.cpp: support aspect ratio for video tracks
5659 ------------------------------------------------------------------------
5660 r10156 | courmisch | 2005-03-06 10:06:09 +0100 (dim, 06 mar 2005) | 4 lines
5661 Changed paths:
5662    M /trunk/modules/misc/gnutls.c
5663
5664 - support for client certificate verification from SSL server
5665   (= sort of server-side support for secure VoD)
5666 - fixes global mutex name
5667
5668 ------------------------------------------------------------------------
5669 r10154 | gbazin | 2005-03-05 19:07:49 +0100 (sam, 05 mar 2005) | 1 line
5670 Changed paths:
5671    M /trunk/include/video_output.h
5672    M /trunk/modules/video_output/wingdi.c
5673
5674 * modules/video_output/wingdi.c, include/video_output.h: disable GAPI when the video window looses the focus.
5675 ------------------------------------------------------------------------
5676 r10153 | gbazin | 2005-03-05 19:05:42 +0100 (sam, 05 mar 2005) | 1 line
5677 Changed paths:
5678    M /trunk/modules/gui/wince/interface.cpp
5679    M /trunk/modules/gui/wince/menus.cpp
5680    M /trunk/modules/gui/wince/video.cpp
5681    M /trunk/modules/gui/wince/wince.h
5682
5683 * modules/gui/wince/*: improvements to the WinCE interface.
5684 ------------------------------------------------------------------------
5685 r10152 | gbazin | 2005-03-05 19:02:56 +0100 (sam, 05 mar 2005) | 1 line
5686 Changed paths:
5687    M /trunk/src/input/input.c
5688    M /trunk/src/input/stream.c
5689
5690 * src/input/stream.c: check return value of malloc/realloc.
5691 ------------------------------------------------------------------------
5692 r10151 | courmisch | 2005-03-05 19:01:05 +0100 (sam, 05 mar 2005) | 2 lines
5693 Changed paths:
5694    M /trunk/modules/misc/gnutls.c
5695
5696 Memleak fixed
5697
5698 ------------------------------------------------------------------------
5699 r10150 | gbazin | 2005-03-05 18:54:19 +0100 (sam, 05 mar 2005) | 1 line
5700 Changed paths:
5701    M /trunk/modules/demux/aac.c
5702    M /trunk/modules/demux/aiff.c
5703    M /trunk/modules/demux/asf/asf.c
5704    M /trunk/modules/demux/au.c
5705    M /trunk/modules/demux/avi/avi.c
5706    M /trunk/modules/demux/flac.c
5707    M /trunk/modules/demux/livedotcom.cpp
5708    M /trunk/modules/demux/mkv.cpp
5709    M /trunk/modules/demux/mod.c
5710    M /trunk/modules/demux/mp4/mp4.c
5711    M /trunk/modules/demux/mpeg/mpga.c
5712    M /trunk/modules/demux/mpeg/mpgv.c
5713    M /trunk/modules/demux/nsv.c
5714    M /trunk/modules/demux/ogg.c
5715    M /trunk/modules/demux/playlist/old.c
5716    M /trunk/modules/demux/playlist/pls.c
5717    M /trunk/modules/demux/pva.c
5718    M /trunk/modules/demux/real.c
5719    M /trunk/modules/demux/ts.c
5720    M /trunk/modules/demux/util/id3.c
5721    M /trunk/modules/demux/wav.c
5722    M /trunk/modules/services_discovery/sap.c
5723
5724 * modules/demux/*: removed useless probing messages.
5725 ------------------------------------------------------------------------
5726 r10149 | sigmunau | 2005-03-05 18:49:33 +0100 (sam, 05 mar 2005) | 3 lines
5727 Changed paths:
5728    M /trunk/modules/misc/freetype.c
5729
5730 freetype.c: fix rendering with X11 vout. Do not ask me why this is
5731 necessary, and even less ask me why the vout used make a difference
5732
5733 ------------------------------------------------------------------------
5734 r10148 | courmisch | 2005-03-05 18:46:10 +0100 (sam, 05 mar 2005) | 3 lines
5735 Changed paths:
5736    M /trunk/include/vlc_tls.h
5737    M /trunk/modules/access/http.c
5738    M /trunk/modules/misc/gnutls.c
5739    M /trunk/src/misc/httpd.c
5740    M /trunk/src/misc/tls.c
5741
5742 - TLS API cleanup
5743 - some minor fixes as well
5744
5745 ------------------------------------------------------------------------
5746 r10147 | gbazin | 2005-03-05 18:18:30 +0100 (sam, 05 mar 2005) | 1 line
5747 Changed paths:
5748    M /trunk/modules/access/dvdnav.c
5749    M /trunk/modules/access/screen/x11.c
5750    M /trunk/modules/codec/rawvideo.c
5751    M /trunk/modules/control/http.c
5752    M /trunk/src/input/input.c
5753    M /trunk/src/interface/interface.c
5754
5755 * ALL: a few fixes.
5756 ------------------------------------------------------------------------
5757 r10146 | gbazin | 2005-03-05 18:06:35 +0100 (sam, 05 mar 2005) | 1 line
5758 Changed paths:
5759    M /trunk/modules/gui/wxwindows/timer.cpp
5760
5761 * modules/gui/wxwindows/timer.cpp: release input when interface is exiting.
5762 ------------------------------------------------------------------------
5763 r10145 | gbazin | 2005-03-05 17:49:15 +0100 (sam, 05 mar 2005) | 1 line
5764 Changed paths:
5765    M /trunk/include/video_output.h
5766    M /trunk/modules/codec/ffmpeg/video.c
5767    M /trunk/modules/video_filter/adjust.c
5768    M /trunk/modules/video_filter/clone.c
5769    M /trunk/modules/video_filter/crop.c
5770    M /trunk/modules/video_filter/deinterlace.c
5771    M /trunk/modules/video_filter/distort.c
5772    M /trunk/modules/video_filter/invert.c
5773    M /trunk/modules/video_filter/logo.c
5774    M /trunk/modules/video_filter/motionblur.c
5775    M /trunk/modules/video_filter/motiondetect.c
5776    M /trunk/modules/video_filter/transform.c
5777    M /trunk/modules/video_filter/wall.c
5778    M /trunk/modules/visualization/goom.c
5779    M /trunk/modules/visualization/visual/visual.c
5780    M /trunk/src/input/decoder.c
5781    M /trunk/src/video_output/video_output.c
5782    M /trunk/src/video_output/vout_pictures.c
5783
5784 * include/video_output.h, ALL: changed api for vout_Request()/vout_Create() to be more flexible.
5785 ------------------------------------------------------------------------
5786 r10144 | robux4 | 2005-03-05 15:02:39 +0100 (sam, 05 mar 2005) | 1 line
5787 Changed paths:
5788    M /trunk/modules/access/dvdread.c
5789
5790 dvdread.c: fix the title duration & time reports
5791 ------------------------------------------------------------------------
5792 r10143 | sigmunau | 2005-03-05 14:42:09 +0100 (sam, 05 mar 2005) | 4 lines
5793 Changed paths:
5794    M /trunk/include/vlc_filter.h
5795    M /trunk/modules/misc/freetype.c
5796    M /trunk/src/video_output/vout_subpictures.c
5797
5798 All: change of text-renderer api. Now pf_render_text takes a subpicture and
5799 a subpicture region, and returns a new region in the given subpicture.
5800 freetype.c: additional cleanup (coding style, cosmetics)
5801
5802 ------------------------------------------------------------------------
5803 r10142 | robux4 | 2005-03-05 13:55:02 +0100 (sam, 05 mar 2005) | 2 lines
5804 Changed paths:
5805    M /trunk/include/vlc_demux.h
5806    M /trunk/modules/demux/mkv.cpp
5807    M /trunk/src/input/input.c
5808
5809 input.c, vlc_demux.h: allow seeking back in the same chapter
5810 mkv.cpp: handle the new DEMUX_GET_SEEKPOINT_TIME
5811 ------------------------------------------------------------------------
5812 r10141 | courmisch | 2005-03-05 12:06:26 +0100 (sam, 05 mar 2005) | 3 lines
5813 Changed paths:
5814    M /trunk/modules/gui/wxwindows/wizard.cpp
5815
5816 Unbreak streaming wizard in Unicode compile
5817 (DO NOT use c_str() !!!)
5818
5819 ------------------------------------------------------------------------
5820 r10140 | courmisch | 2005-03-05 11:55:32 +0100 (sam, 05 mar 2005) | 2 lines
5821 Changed paths:
5822    M /trunk/po/fr.po
5823
5824 UTF8 fixes
5825
5826 ------------------------------------------------------------------------
5827 r10139 | courmisch | 2005-03-04 19:19:33 +0100 (ven, 04 mar 2005) | 2 lines
5828 Changed paths:
5829    M /trunk/modules/access/http.c
5830
5831 Fixed memleak
5832
5833 ------------------------------------------------------------------------
5834 r10138 | robux4 | 2005-03-04 19:01:39 +0100 (ven, 04 mar 2005) | 1 line
5835 Changed paths:
5836    M /trunk/modules/demux/mkv.cpp
5837
5838 mkv.cpp: chapters are visible by default
5839 ------------------------------------------------------------------------
5840 r10137 | courmisch | 2005-03-04 17:51:51 +0100 (ven, 04 mar 2005) | 2 lines
5841 Changed paths:
5842    M /trunk/AUTHORS
5843    M /trunk/modules/misc/gnutls.c
5844
5845 TLS session resumption support
5846
5847 ------------------------------------------------------------------------
5848 r10136 | courmisch | 2005-03-04 16:20:03 +0100 (ven, 04 mar 2005) | 2 lines
5849 Changed paths:
5850    M /trunk/po/fr.po
5851
5852 Fixes translation of encryption
5853
5854 ------------------------------------------------------------------------
5855 r10135 | courmisch | 2005-03-04 14:26:14 +0100 (ven, 04 mar 2005) | 2 lines
5856 Changed paths:
5857    M /trunk/modules/gui/wxwindows/open.cpp
5858
5859 Add HTTP/SSL
5860
5861 ------------------------------------------------------------------------
5862 r10134 | yoann | 2005-03-04 13:55:48 +0100 (ven, 04 mar 2005) | 2 lines
5863 Changed paths:
5864    M /trunk/doc/vlm.txt
5865    M /trunk/src/misc/vlm.c
5866
5867 * update VLM help about inputdel
5868
5869 ------------------------------------------------------------------------
5870 r10133 | courmisch | 2005-03-04 13:44:14 +0100 (ven, 04 mar 2005) | 6 lines
5871 Changed paths:
5872    M /trunk/TODO
5873    M /trunk/configure.ac
5874
5875 - check for gnutls rewritten : now works with mingw32
5876
5877 Precompiled static libraries for gnutls can be found there :
5878 ftp://ftp.gnutls.org/pub/gnutls/win32
5879
5880
5881 ------------------------------------------------------------------------
5882 r10132 | yoann | 2005-03-04 13:28:18 +0100 (ven, 04 mar 2005) | 3 lines
5883 Changed paths:
5884    M /trunk/modules/control/http.c
5885    M /trunk/share/http/vlm/index.html
5886
5887 * modules/control/http.c: elements are now one level more recursive (if needed)
5888 * share/http/vlm/index.html: we now display the state of media instances
5889
5890 ------------------------------------------------------------------------
5891 r10131 | markfm | 2005-03-04 13:12:11 +0100 (ven, 04 mar 2005) | 2 lines
5892 Changed paths:
5893    M /trunk/modules/control/rc.c
5894    M /trunk/modules/video_filter/logo.c
5895
5896 Make logo-x, logo-y operate relative to upper left corner.  logo-x/-y/-position/-transparency accessible via rc
5897
5898 ------------------------------------------------------------------------
5899 r10130 | gbazin | 2005-03-04 13:08:43 +0100 (ven, 04 mar 2005) | 1 line
5900 Changed paths:
5901    M /trunk/modules/gui/wxwindows/timer.cpp
5902
5903 * modules/gui/wxwindows/timer.cpp: don't forget to yield/release the input otherwise you're bound to access an invalid pointer later on.
5904 ------------------------------------------------------------------------
5905 r10129 | gbazin | 2005-03-04 12:13:42 +0100 (ven, 04 mar 2005) | 1 line
5906 Changed paths:
5907    M /trunk/include/vlc_spu.h
5908
5909 * ../include/vlc_spu.h: fixed typo that was triggering a segfault with --enable-memory-optimize.
5910 ------------------------------------------------------------------------
5911 r10128 | markfm | 2005-03-04 02:57:52 +0100 (ven, 04 mar 2005) | 2 lines
5912 Changed paths:
5913    M /trunk/modules/video_filter/marq.c
5914    M /trunk/modules/video_filter/time.c
5915
5916 time/marq -- correct positioning so that x-y are always referenced to upper left corner
5917
5918 ------------------------------------------------------------------------
5919 r10127 | gbazin | 2005-03-03 23:55:34 +0100 (jeu, 03 mar 2005) | 1 line
5920 Changed paths:
5921    M /trunk/modules/gui/wxwindows/open.cpp
5922    M /trunk/modules/gui/wxwindows/streamout.cpp
5923    M /trunk/modules/gui/wxwindows/subtitles.cpp
5924
5925 * modules/gui/wxwindows: portability fixes by Erik Simko (erik dot simko at gmail dot com).
5926 ------------------------------------------------------------------------
5927 r10126 | robux4 | 2005-03-03 22:58:46 +0100 (jeu, 03 mar 2005) | 1 line
5928 Changed paths:
5929    M /trunk/modules/demux/mkv.cpp
5930
5931 mkv.cpp: fix stuttering issue on timestamp (could be cleaner)
5932 ------------------------------------------------------------------------
5933 r10125 | courmisch | 2005-03-03 22:56:04 +0100 (jeu, 03 mar 2005) | 4 lines
5934 Changed paths:
5935    M /trunk/modules/control/http.c
5936
5937 - Specify a charset (according to locale) for HTML pages in Content-Type
5938   (needed when some playlist items name are not ASCII)
5939 - Remove unused variable
5940
5941 ------------------------------------------------------------------------
5942 r10124 | sigmunau | 2005-03-03 21:07:50 +0100 (jeu, 03 mar 2005) | 2 lines
5943 Changed paths:
5944    M /trunk/TODO
5945
5946 TODO: Update with recent work.
5947
5948 ------------------------------------------------------------------------
5949 r10123 | zorglub | 2005-03-03 19:30:07 +0100 (jeu, 03 mar 2005) | 2 lines
5950 Changed paths:
5951    M /trunk/src/stream_output/stream_output.c
5952
5953 Handle module variables in sout options parser
5954
5955 ------------------------------------------------------------------------
5956 r10122 | zorglub | 2005-03-03 18:35:26 +0100 (jeu, 03 mar 2005) | 2 lines
5957 Changed paths:
5958    M /trunk/modules/gui/ncurses.c
5959
5960 Compile fix
5961
5962 ------------------------------------------------------------------------
5963 r10121 | courmisch | 2005-03-03 16:19:30 +0100 (jeu, 03 mar 2005) | 2 lines
5964 Changed paths:
5965    M /trunk/src/misc/httpd.c
5966
5967 Fixes invalid memory access in case of TLS handshake failure
5968
5969 ------------------------------------------------------------------------
5970 r10120 | gbazin | 2005-03-03 15:45:52 +0100 (jeu, 03 mar 2005) | 1 line
5971 Changed paths:
5972    M /trunk/modules/video_output/directx/directx.c
5973
5974 * modules/video_output/directx/directx.c: compilation fix.
5975 ------------------------------------------------------------------------
5976 r10119 | gbazin | 2005-03-03 15:15:48 +0100 (jeu, 03 mar 2005) | 1 line
5977 Changed paths:
5978    M /trunk/modules/access/dshow/filter.cpp
5979
5980 * modules/access/dshow/filter.cpp: re-enabled code to properly do the cleanup on close.
5981 ------------------------------------------------------------------------
5982 r10118 | gbazin | 2005-03-03 14:19:26 +0100 (jeu, 03 mar 2005) | 1 line
5983 Changed paths:
5984    M /trunk/modules/codec/x264.c
5985
5986 *  modules/codec/x264.c: compilation fix for new libx264.
5987 ------------------------------------------------------------------------
5988 r10117 | gbazin | 2005-03-03 09:34:15 +0100 (jeu, 03 mar 2005) | 1 line
5989 Changed paths:
5990    M /trunk/modules/gui/wince/wince.cpp
5991    M /trunk/modules/gui/wince/wince.h
5992
5993 * modules/gui/wince: try to save up a bit on memory usage.
5994 ------------------------------------------------------------------------
5995 r10116 | gbazin | 2005-03-03 09:24:14 +0100 (jeu, 03 mar 2005) | 1 line
5996 Changed paths:
5997    M /trunk/configure.ac
5998
5999 * configure.ac: new --enable-optimize-memory option.
6000 ------------------------------------------------------------------------
6001 r10115 | gbazin | 2005-03-03 09:14:23 +0100 (jeu, 03 mar 2005) | 1 line
6002 Changed paths:
6003    M /trunk/src/input/stream.c
6004
6005 * src/input/stream.c: use less memory for the stream cache when OPTIMIZE_MEMORY is defined.
6006 ------------------------------------------------------------------------
6007 r10114 | gbazin | 2005-03-03 09:13:30 +0100 (jeu, 03 mar 2005) | 1 line
6008 Changed paths:
6009    M /trunk/include/vlc_config.h
6010
6011 * include/vlc_config.h: removed unused stuff + allocate less VOUT pictures when OPTIMIZE_MEMORY is defined.
6012 ------------------------------------------------------------------------
6013 r10113 | courmisch | 2005-03-03 09:11:31 +0100 (jeu, 03 mar 2005) | 2 lines
6014 Changed paths:
6015    M /trunk/modules/gui/skins2/src/skin_main.cpp
6016
6017 - Fixed a typo. Skins2 wouldn't compile
6018
6019 ------------------------------------------------------------------------
6020 r10112 | zorglub | 2005-03-03 07:58:04 +0100 (jeu, 03 mar 2005) | 5 lines
6021 Changed paths:
6022    M /trunk/modules/access/cdda.c
6023    M /trunk/modules/access/vcd/vcd.c
6024    M /trunk/modules/audio_filter/channel_mixer/headphone.c
6025    M /trunk/modules/codec/ffmpeg/ffmpeg.c
6026    M /trunk/modules/codec/subsdec.c
6027    M /trunk/modules/codec/toolame.c
6028    M /trunk/modules/codec/vorbis.c
6029    M /trunk/modules/control/gestures.c
6030    M /trunk/modules/control/http.c
6031    M /trunk/modules/control/netsync.c
6032    M /trunk/modules/control/ntservice.c
6033    M /trunk/modules/control/rc.c
6034    M /trunk/modules/control/showintf.c
6035    M /trunk/modules/control/telnet.c
6036    M /trunk/modules/demux/subtitle.c
6037    M /trunk/modules/gui/ncurses.c
6038    M /trunk/modules/gui/skins2/src/skin_main.cpp
6039    M /trunk/modules/gui/wxwindows/wxwindows.cpp
6040    M /trunk/modules/misc/freetype.c
6041    M /trunk/modules/mux/mpjpeg.c
6042    M /trunk/modules/services_discovery/sap.c
6043    M /trunk/modules/stream_out/display.c
6044    M /trunk/modules/stream_out/es.c
6045    M /trunk/modules/stream_out/rtp.c
6046    M /trunk/modules/stream_out/standard.c
6047    M /trunk/modules/stream_out/transcode.c
6048    M /trunk/modules/video_filter/deinterlace.c
6049    M /trunk/modules/video_filter/logo.c
6050    M /trunk/modules/video_filter/mosaic.c
6051    M /trunk/modules/video_filter/motiondetect.c
6052    M /trunk/modules/video_filter/wall.c
6053    M /trunk/modules/video_output/aa.c
6054    M /trunk/modules/video_output/caca.c
6055    M /trunk/modules/video_output/directx/directx.c
6056    M /trunk/modules/video_output/fb.c
6057    M /trunk/modules/visualization/goom.c
6058    M /trunk/modules/visualization/visual/visual.c
6059    M /trunk/src/libvlc.h
6060
6061 Preferences consistency fixes by Christophe Mutricy <xtophe at nxtelevision d0t com>
6062
6063 + put access and demux in the right place
6064
6065
6066 ------------------------------------------------------------------------
6067 r10111 | titer | 2005-03-03 06:22:01 +0100 (jeu, 03 mar 2005) | 2 lines
6068 Changed paths:
6069    M /trunk/modules/video_filter/mosaic.c
6070
6071  video_filter/mosaic.c: compile fix
6072
6073 ------------------------------------------------------------------------
6074 r10110 | gbazin | 2005-03-03 00:05:08 +0100 (jeu, 03 mar 2005) | 1 line
6075 Changed paths:
6076    M /trunk/include/vlc_config.h
6077
6078 * include/vlc_config.h: removed deprecated stuff.
6079 ------------------------------------------------------------------------
6080 r10109 | gbazin | 2005-03-03 00:04:05 +0100 (jeu, 03 mar 2005) | 1 line
6081 Changed paths:
6082    M /trunk/configure.ac
6083
6084 * configure.ac: remove unnecessary modules from WinCE build.
6085 ------------------------------------------------------------------------
6086 r10108 | gbazin | 2005-03-03 00:01:22 +0100 (jeu, 03 mar 2005) | 1 line
6087 Changed paths:
6088    M /trunk/configure.ac
6089
6090 * configure.ac: vlc-config has to be generated by configure.
6091 ------------------------------------------------------------------------
6092 r10107 | robux4 | 2005-03-02 22:08:18 +0100 (mer, 02 mar 2005) | 1 line
6093 Changed paths:
6094    M /trunk/modules/demux/mkv.cpp
6095
6096 mkv.cpp: update the seekpoint location after a manual seek
6097 ------------------------------------------------------------------------
6098 r10106 | robux4 | 2005-03-02 21:58:24 +0100 (mer, 02 mar 2005) | 1 line
6099 Changed paths:
6100    M /trunk/modules/demux/mkv.cpp
6101
6102 mkv.cpp: handle EOF correctly for ordered chapters
6103 ------------------------------------------------------------------------
6104 r10104 | courmisch | 2005-03-02 20:45:39 +0100 (mer, 02 mar 2005) | 3 lines
6105 Changed paths:
6106    M /trunk/Makefile.am
6107    M /trunk/TODO
6108
6109 - Add dependency of update-includes on vlc-config
6110 - TODO: SSL on Windows
6111
6112 ------------------------------------------------------------------------
6113 r10103 | dionoea | 2005-03-02 18:57:22 +0100 (mer, 02 mar 2005) | 4 lines
6114 Changed paths:
6115    M /trunk/modules/video_filter/mosaic.c
6116
6117 remove debug messages, correct automatic positioning when an mosaic-order
6118 is specified
6119
6120
6121 ------------------------------------------------------------------------
6122 r10102 | robux4 | 2005-03-02 17:53:16 +0100 (mer, 02 mar 2005) | 1 line
6123 Changed paths:
6124    M /trunk/modules/demux/mkv.cpp
6125
6126 mkv.cpp: fix a gcc compilation error
6127 ------------------------------------------------------------------------
6128 r10101 | robux4 | 2005-03-02 17:47:31 +0100 (mer, 02 mar 2005) | 1 line
6129 Changed paths:
6130    M /trunk/activex/axvlc_idl.c
6131    M /trunk/activex/axvlc_idl.h
6132    M /trunk/activex/connectioncontainer.cpp
6133    M /trunk/activex/connectioncontainer.h
6134    M /trunk/activex/main.cpp
6135    M /trunk/activex/objectsafety.cpp
6136    M /trunk/activex/objectsafety.h
6137    M /trunk/activex/olecontrol.cpp
6138    M /trunk/activex/olecontrol.h
6139    M /trunk/activex/oleinplaceactiveobject.cpp
6140    M /trunk/activex/oleinplaceactiveobject.h
6141    M /trunk/activex/oleinplaceobject.cpp
6142    M /trunk/activex/oleinplaceobject.h
6143    M /trunk/activex/oleobject.cpp
6144    M /trunk/activex/oleobject.h
6145    M /trunk/activex/persistpropbag.cpp
6146    M /trunk/activex/persistpropbag.h
6147    M /trunk/activex/persiststorage.cpp
6148    M /trunk/activex/persiststorage.h
6149    M /trunk/activex/persiststreaminit.cpp
6150    M /trunk/activex/persiststreaminit.h
6151    M /trunk/activex/plugin.cpp
6152    M /trunk/activex/plugin.h
6153    M /trunk/activex/provideclassinfo.cpp
6154    M /trunk/activex/provideclassinfo.h
6155    M /trunk/activex/utils.cpp
6156    M /trunk/activex/utils.h
6157    M /trunk/activex/vlccontrol.cpp
6158    M /trunk/activex/vlccontrol.h
6159    M /trunk/evc/errno.h
6160    M /trunk/evc/modules_builtin_evc.h
6161    M /trunk/include/aout_internal.h
6162    M /trunk/include/audio_output.h
6163    M /trunk/include/beos_specific.h
6164    M /trunk/include/charset.h
6165    M /trunk/include/codecs.h
6166    M /trunk/include/configuration.h
6167    M /trunk/include/darwin_specific.h
6168    M /trunk/include/intf_eject.h
6169    M /trunk/include/iso_lang.h
6170    M /trunk/include/main.h
6171    M /trunk/include/mmx.h
6172    M /trunk/include/modules.h
6173    M /trunk/include/modules_inner.h
6174    M /trunk/include/mtime.h
6175    M /trunk/include/network.h
6176    M /trunk/include/os_specific.h
6177    M /trunk/include/osd.h
6178    M /trunk/include/snapshot.h
6179    M /trunk/include/stream_output.h
6180    M /trunk/include/variables.h
6181    M /trunk/include/video_output.h
6182    M /trunk/include/vlc/aout.h
6183    M /trunk/include/vlc/decoder.h
6184    M /trunk/include/vlc/input.h
6185    M /trunk/include/vlc/intf.h
6186    M /trunk/include/vlc/sout.h
6187    M /trunk/include/vlc/vlc.h
6188    M /trunk/include/vlc/vout.h
6189    M /trunk/include/vlc_access.h
6190    M /trunk/include/vlc_bits.h
6191    M /trunk/include/vlc_block.h
6192    M /trunk/include/vlc_block_helper.h
6193    M /trunk/include/vlc_codec.h
6194    M /trunk/include/vlc_common.h
6195    M /trunk/include/vlc_config.h
6196    M /trunk/include/vlc_config_cat.h
6197    M /trunk/include/vlc_cpu.h
6198    M /trunk/include/vlc_demux.h
6199    M /trunk/include/vlc_error.h
6200    M /trunk/include/vlc_es.h
6201    M /trunk/include/vlc_es_out.h
6202    M /trunk/include/vlc_filter.h
6203    M /trunk/include/vlc_httpd.h
6204    M /trunk/include/vlc_image.h
6205    M /trunk/include/vlc_input.h
6206    M /trunk/include/vlc_interface.h
6207    M /trunk/include/vlc_keys.h
6208    M /trunk/include/vlc_messages.h
6209    M /trunk/include/vlc_meta.h
6210    M /trunk/include/vlc_objects.h
6211    M /trunk/include/vlc_playlist.h
6212    M /trunk/include/vlc_spu.h
6213    M /trunk/include/vlc_stream.h
6214    M /trunk/include/vlc_threads.h
6215    M /trunk/include/vlc_threads_funcs.h
6216    M /trunk/include/vlc_tls.h
6217    M /trunk/include/vlc_video.h
6218    M /trunk/include/vlc_vlm.h
6219    M /trunk/include/vlc_vod.h
6220    M /trunk/include/vlc_xml.h
6221    M /trunk/include/vout_synchro.h
6222    M /trunk/include/win32_specific.h
6223    M /trunk/lxdialog/checklist.c
6224    M /trunk/lxdialog/colors.h
6225    M /trunk/lxdialog/dialog.h
6226    M /trunk/lxdialog/inputbox.c
6227    M /trunk/lxdialog/lxdialog.c
6228    M /trunk/lxdialog/menubox.c
6229    M /trunk/lxdialog/msgbox.c
6230    M /trunk/lxdialog/textbox.c
6231    M /trunk/lxdialog/util.c
6232    M /trunk/lxdialog/yesno.c
6233    M /trunk/modules/access/cdda/access.c
6234    M /trunk/modules/access/cdda/access.h
6235    M /trunk/modules/access/cdda/callback.c
6236    M /trunk/modules/access/cdda/callback.h
6237    M /trunk/modules/access/cdda/cdda.c
6238    M /trunk/modules/access/cdda/cdda.h
6239    M /trunk/modules/access/cdda/info.c
6240    M /trunk/modules/access/cdda/info.h
6241    M /trunk/modules/access/cdda.c
6242    M /trunk/modules/access/directory.c
6243    M /trunk/modules/access/dshow/common.h
6244    M /trunk/modules/access/dshow/crossbar.cpp
6245    M /trunk/modules/access/dshow/dshow.cpp
6246    M /trunk/modules/access/dshow/filter.cpp
6247    M /trunk/modules/access/dshow/filter.h
6248    M /trunk/modules/access/dvb/access.c
6249    M /trunk/modules/access/dvb/dvb.h
6250    M /trunk/modules/access/dvb/en50221.c
6251    M /trunk/modules/access/dvb/linux_dvb.c
6252    M /trunk/modules/access/dvdnav.c
6253    M /trunk/modules/access/dvdread.c
6254    M /trunk/modules/access/file.c
6255    M /trunk/modules/access/ftp.c
6256    M /trunk/modules/access/http.c
6257    M /trunk/modules/access/mms/asf.c
6258    M /trunk/modules/access/mms/asf.h
6259    M /trunk/modules/access/mms/buffer.c
6260    M /trunk/modules/access/mms/buffer.h
6261    M /trunk/modules/access/mms/mms.c
6262    M /trunk/modules/access/mms/mms.h
6263    M /trunk/modules/access/mms/mmsh.c
6264    M /trunk/modules/access/mms/mmsh.h
6265    M /trunk/modules/access/mms/mmstu.c
6266    M /trunk/modules/access/mms/mmstu.h
6267    M /trunk/modules/access/pvr/pvr.c
6268    M /trunk/modules/access/pvr/videodev2.h
6269    M /trunk/modules/access/satellite/access.c
6270    M /trunk/modules/access/satellite/dvb.c
6271    M /trunk/modules/access/satellite/dvb.h
6272    M /trunk/modules/access/satellite/satellite.c
6273    M /trunk/modules/access/screen/beos.cpp
6274    M /trunk/modules/access/screen/mac.c
6275    M /trunk/modules/access/screen/screen.c
6276    M /trunk/modules/access/screen/screen.h
6277    M /trunk/modules/access/screen/win32.c
6278    M /trunk/modules/access/screen/x11.c
6279    M /trunk/modules/access/slp.c
6280    M /trunk/modules/access/smb.c
6281    M /trunk/modules/access/tcp.c
6282    M /trunk/modules/access/udp.c
6283    M /trunk/modules/access/v4l/v4l.c
6284    M /trunk/modules/access/v4l/videodev_mjpeg.h
6285    M /trunk/modules/access/vcd/cdrom.c
6286    M /trunk/modules/access/vcd/cdrom.h
6287    M /trunk/modules/access/vcd/cdrom_internals.h
6288    M /trunk/modules/access/vcd/vcd.c
6289    M /trunk/modules/access/vcdx/access.c
6290    M /trunk/modules/access/vcdx/demux.c
6291    M /trunk/modules/access/vcdx/info.c
6292    M /trunk/modules/access/vcdx/info.h
6293    M /trunk/modules/access/vcdx/intf.c
6294    M /trunk/modules/access/vcdx/intf.h
6295    M /trunk/modules/access/vcdx/vcd.c
6296    M /trunk/modules/access/vcdx/vcd.h
6297    M /trunk/modules/access/vcdx/vcdplayer.c
6298    M /trunk/modules/access/vcdx/vcdplayer.h
6299    M /trunk/modules/access_output/dummy.c
6300    M /trunk/modules/access_output/file.c
6301    M /trunk/modules/access_output/http.c
6302    M /trunk/modules/access_output/udp.c
6303    M /trunk/modules/audio_filter/channel_mixer/headphone.c
6304    M /trunk/modules/audio_filter/channel_mixer/simple.c
6305    M /trunk/modules/audio_filter/channel_mixer/trivial.c
6306    M /trunk/modules/audio_filter/converter/a52tofloat32.c
6307    M /trunk/modules/audio_filter/converter/a52tospdif.c
6308    M /trunk/modules/audio_filter/converter/dtstofloat32.c
6309    M /trunk/modules/audio_filter/converter/dtstospdif.c
6310    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
6311    M /trunk/modules/audio_filter/converter/fixed32tos16.c
6312    M /trunk/modules/audio_filter/converter/float32tos16.c
6313    M /trunk/modules/audio_filter/converter/float32tos8.c
6314    M /trunk/modules/audio_filter/converter/float32tou16.c
6315    M /trunk/modules/audio_filter/converter/float32tou8.c
6316    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
6317    M /trunk/modules/audio_filter/converter/s16tofixed32.c
6318    M /trunk/modules/audio_filter/converter/s16tofloat32.c
6319    M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
6320    M /trunk/modules/audio_filter/converter/s8tofloat32.c
6321    M /trunk/modules/audio_filter/converter/u8tofixed32.c
6322    M /trunk/modules/audio_filter/converter/u8tofloat32.c
6323    M /trunk/modules/audio_filter/equalizer.c
6324    M /trunk/modules/audio_filter/equalizer_presets.h
6325    M /trunk/modules/audio_filter/format.c
6326    M /trunk/modules/audio_filter/normvol.c
6327    M /trunk/modules/audio_filter/resampler/bandlimited.c
6328    M /trunk/modules/audio_filter/resampler/bandlimited.h
6329    M /trunk/modules/audio_filter/resampler/coreaudio.c
6330    M /trunk/modules/audio_filter/resampler/linear.c
6331    M /trunk/modules/audio_filter/resampler/trivial.c
6332    M /trunk/modules/audio_filter/resampler/ugly.c
6333    M /trunk/modules/audio_mixer/float32.c
6334    M /trunk/modules/audio_mixer/spdif.c
6335    M /trunk/modules/audio_mixer/trivial.c
6336    M /trunk/modules/audio_output/alsa.c
6337    M /trunk/modules/audio_output/arts.c
6338    M /trunk/modules/audio_output/coreaudio.c
6339    M /trunk/modules/audio_output/directx.c
6340    M /trunk/modules/audio_output/esd.c
6341    M /trunk/modules/audio_output/file.c
6342    M /trunk/modules/audio_output/hd1000a.cpp
6343    M /trunk/modules/audio_output/oss.c
6344    M /trunk/modules/audio_output/portaudio.c
6345    M /trunk/modules/audio_output/sdl.c
6346    M /trunk/modules/audio_output/waveout.c
6347    M /trunk/modules/codec/a52.c
6348    M /trunk/modules/codec/adpcm.c
6349    M /trunk/modules/codec/araw.c
6350    M /trunk/modules/codec/cinepak.c
6351    M /trunk/modules/codec/cmml/browser_open.c
6352    M /trunk/modules/codec/cmml/browser_open.h
6353    M /trunk/modules/codec/cmml/cmml.c
6354    M /trunk/modules/codec/cmml/history.c
6355    M /trunk/modules/codec/cmml/history.h
6356    M /trunk/modules/codec/cmml/intf.c
6357    M /trunk/modules/codec/cmml/xarray.c
6358    M /trunk/modules/codec/cmml/xarray.h
6359    M /trunk/modules/codec/cmml/xlist.c
6360    M /trunk/modules/codec/cmml/xlist.h
6361    M /trunk/modules/codec/cmml/xstrcat.h
6362    M /trunk/modules/codec/cmml/xtag.c
6363    M /trunk/modules/codec/cmml/xtag.h
6364    M /trunk/modules/codec/cmml/xurl.c
6365    M /trunk/modules/codec/cmml/xurl.h
6366    M /trunk/modules/codec/cvdsub.c
6367    M /trunk/modules/codec/dirac.c
6368    M /trunk/modules/codec/dmo/buffer.c
6369    M /trunk/modules/codec/dmo/dmo.c
6370    M /trunk/modules/codec/dmo/dmo.h
6371    M /trunk/modules/codec/dts.c
6372    M /trunk/modules/codec/dvbsub.c
6373    M /trunk/modules/codec/faad.c
6374    M /trunk/modules/codec/ffmpeg/audio.c
6375    M /trunk/modules/codec/ffmpeg/chroma.c
6376    M /trunk/modules/codec/ffmpeg/demux.c
6377    M /trunk/modules/codec/ffmpeg/encoder.c
6378    M /trunk/modules/codec/ffmpeg/ffmpeg.c
6379    M /trunk/modules/codec/ffmpeg/ffmpeg.h
6380    M /trunk/modules/codec/ffmpeg/postprocess.c
6381    M /trunk/modules/codec/ffmpeg/video.c
6382    M /trunk/modules/codec/ffmpeg/video_filter.c
6383    M /trunk/modules/codec/flac.c
6384    M /trunk/modules/codec/libmpeg2.c
6385    M /trunk/modules/codec/lpcm.c
6386    M /trunk/modules/codec/mash.cpp
6387    M /trunk/modules/codec/mpeg_audio.c
6388    M /trunk/modules/codec/png.c
6389    M /trunk/modules/codec/quicktime.c
6390    M /trunk/modules/codec/rawvideo.c
6391    M /trunk/modules/codec/speex.c
6392    M /trunk/modules/codec/spudec/parse.c
6393    M /trunk/modules/codec/spudec/spudec.c
6394    M /trunk/modules/codec/spudec/spudec.h
6395    M /trunk/modules/codec/subsdec.c
6396    M /trunk/modules/codec/svcdsub.c
6397    M /trunk/modules/codec/tarkin.c
6398    M /trunk/modules/codec/theora.c
6399    M /trunk/modules/codec/toolame.c
6400    M /trunk/modules/codec/vorbis.c
6401    M /trunk/modules/codec/x264.c
6402    M /trunk/modules/control/corba/corba.c
6403    M /trunk/modules/control/corba/mediacontrol-core.c
6404    M /trunk/modules/control/corba/mediacontrol-core.h
6405    M /trunk/modules/control/corba/mediacontrol-init.c
6406    M /trunk/modules/control/corba/mediacontrol-plugin.c
6407    M /trunk/modules/control/gestures.c
6408    M /trunk/modules/control/hotkeys.c
6409    M /trunk/modules/control/http.c
6410    M /trunk/modules/control/joystick.c
6411    M /trunk/modules/control/lirc.c
6412    M /trunk/modules/control/netsync.c
6413    M /trunk/modules/control/ntservice.c
6414    M /trunk/modules/control/rc.c
6415    M /trunk/modules/control/showintf.c
6416    M /trunk/modules/control/telnet.c
6417    M /trunk/modules/demux/asf/asf.c
6418    M /trunk/modules/demux/asf/libasf.c
6419    M /trunk/modules/demux/asf/libasf.h
6420    M /trunk/modules/demux/avi/avi.c
6421    M /trunk/modules/demux/avi/libavi.c
6422    M /trunk/modules/demux/avi/libavi.h
6423    M /trunk/modules/demux/mp4/drms.c
6424    M /trunk/modules/demux/mp4/drms.h
6425    M /trunk/modules/demux/mp4/drmstables.h
6426    M /trunk/modules/demux/mp4/libmp4.c
6427    M /trunk/modules/demux/mp4/libmp4.h
6428    M /trunk/modules/demux/mp4/mp4.c
6429    M /trunk/modules/demux/mpeg/h264.c
6430    M /trunk/modules/demux/mpeg/m4a.c
6431    M /trunk/modules/demux/mpeg/m4v.c
6432    M /trunk/modules/demux/mpeg/mpga.c
6433    M /trunk/modules/demux/mpeg/mpgv.c
6434    M /trunk/modules/demux/playlist/m3u.c
6435    M /trunk/modules/demux/playlist/old.c
6436    M /trunk/modules/demux/playlist/playlist.c
6437    M /trunk/modules/demux/playlist/playlist.h
6438    M /trunk/modules/demux/playlist/pls.c
6439    M /trunk/modules/demux/ps.h
6440    M /trunk/modules/demux/util/id3.c
6441    M /trunk/modules/demux/util/id3genres.h
6442    M /trunk/modules/demux/util/id3tag.c
6443    M /trunk/modules/gui/beos/AudioOutput.cpp
6444    M /trunk/modules/gui/beos/BeOS.cpp
6445    M /trunk/modules/gui/beos/Bitmaps.h
6446    M /trunk/modules/gui/beos/DrawingTidbits.cpp
6447    M /trunk/modules/gui/beos/DrawingTidbits.h
6448    M /trunk/modules/gui/beos/Interface.cpp
6449    M /trunk/modules/gui/beos/InterfaceWindow.cpp
6450    M /trunk/modules/gui/beos/InterfaceWindow.h
6451    M /trunk/modules/gui/beos/ListViews.cpp
6452    M /trunk/modules/gui/beos/ListViews.h
6453    M /trunk/modules/gui/beos/MediaControlView.cpp
6454    M /trunk/modules/gui/beos/MediaControlView.h
6455    M /trunk/modules/gui/beos/MessagesWindow.cpp
6456    M /trunk/modules/gui/beos/MessagesWindow.h
6457    M /trunk/modules/gui/beos/MsgVals.h
6458    M /trunk/modules/gui/beos/PlayListWindow.cpp
6459    M /trunk/modules/gui/beos/PlayListWindow.h
6460    M /trunk/modules/gui/beos/PreferencesWindow.cpp
6461    M /trunk/modules/gui/beos/PreferencesWindow.h
6462    M /trunk/modules/gui/beos/TransportButton.cpp
6463    M /trunk/modules/gui/beos/TransportButton.h
6464    M /trunk/modules/gui/beos/VideoOutput.cpp
6465    M /trunk/modules/gui/beos/VideoWindow.h
6466    M /trunk/modules/gui/gtk/common.h
6467    M /trunk/modules/gui/gtk/control.c
6468    M /trunk/modules/gui/gtk/control.h
6469    M /trunk/modules/gui/gtk/display.c
6470    M /trunk/modules/gui/gtk/display.h
6471    M /trunk/modules/gui/gtk/gnome.c
6472    M /trunk/modules/gui/gtk/gnome_callbacks.c
6473    M /trunk/modules/gui/gtk/gnome_callbacks.h
6474    M /trunk/modules/gui/gtk/gnome_interface.c
6475    M /trunk/modules/gui/gtk/gnome_interface.h
6476    M /trunk/modules/gui/gtk/gnome_support.c
6477    M /trunk/modules/gui/gtk/gnome_support.h
6478    M /trunk/modules/gui/gtk/gtk.c
6479    M /trunk/modules/gui/gtk/gtk_callbacks.c
6480    M /trunk/modules/gui/gtk/gtk_callbacks.h
6481    M /trunk/modules/gui/gtk/gtk_interface.c
6482    M /trunk/modules/gui/gtk/gtk_interface.h
6483    M /trunk/modules/gui/gtk/gtk_support.c
6484    M /trunk/modules/gui/gtk/gtk_support.h
6485    M /trunk/modules/gui/gtk/menu.c
6486    M /trunk/modules/gui/gtk/menu.h
6487    M /trunk/modules/gui/gtk/modules.c
6488    M /trunk/modules/gui/gtk/modules.h
6489    M /trunk/modules/gui/gtk/open.c
6490    M /trunk/modules/gui/gtk/open.h
6491    M /trunk/modules/gui/gtk/playlist.c
6492    M /trunk/modules/gui/gtk/playlist.h
6493    M /trunk/modules/gui/gtk/preferences.c
6494    M /trunk/modules/gui/gtk/preferences.h
6495    M /trunk/modules/gui/gtk/sout.c
6496    M /trunk/modules/gui/gtk2/gnome2.c
6497    M /trunk/modules/gui/gtk2/gnome2_callbacks.c
6498    M /trunk/modules/gui/gtk2/gnome2_callbacks.h
6499    M /trunk/modules/gui/gtk2/gnome2_interface.c
6500    M /trunk/modules/gui/gtk2/gnome2_interface.h
6501    M /trunk/modules/gui/gtk2/gnome2_support.c
6502    M /trunk/modules/gui/gtk2/gnome2_support.h
6503    M /trunk/modules/gui/gtk2/gtk2.c
6504    M /trunk/modules/gui/gtk2/gtk2_callbacks.c
6505    M /trunk/modules/gui/gtk2/gtk2_callbacks.h
6506    M /trunk/modules/gui/gtk2/gtk2_interface.c
6507    M /trunk/modules/gui/gtk2/gtk2_interface.h
6508    M /trunk/modules/gui/gtk2/gtk2_support.c
6509    M /trunk/modules/gui/gtk2/gtk2_support.h
6510    M /trunk/modules/gui/kde/QConfigItem.cpp
6511    M /trunk/modules/gui/kde/QConfigItem.h
6512    M /trunk/modules/gui/kde/common.h
6513    M /trunk/modules/gui/kde/disc.cpp
6514    M /trunk/modules/gui/kde/disc.h
6515    M /trunk/modules/gui/kde/info.cpp
6516    M /trunk/modules/gui/kde/info.h
6517    M /trunk/modules/gui/kde/interface.cpp
6518    M /trunk/modules/gui/kde/interface.h
6519    M /trunk/modules/gui/kde/kde.cpp
6520    M /trunk/modules/gui/kde/languagemenu.cpp
6521    M /trunk/modules/gui/kde/languagemenu.h
6522    M /trunk/modules/gui/kde/menu.cpp
6523    M /trunk/modules/gui/kde/menu.h
6524    M /trunk/modules/gui/kde/messages.cpp
6525    M /trunk/modules/gui/kde/messages.h
6526    M /trunk/modules/gui/kde/net.cpp
6527    M /trunk/modules/gui/kde/net.h
6528    M /trunk/modules/gui/kde/pluginsbox.cpp
6529    M /trunk/modules/gui/kde/pluginsbox.h
6530    M /trunk/modules/gui/kde/preferences.cpp
6531    M /trunk/modules/gui/kde/preferences.h
6532    M /trunk/modules/gui/kde/slider.cpp
6533    M /trunk/modules/gui/kde/slider.h
6534    M /trunk/modules/gui/macosx/about.h
6535    M /trunk/modules/gui/macosx/applescript.h
6536    M /trunk/modules/gui/macosx/controls.h
6537    M /trunk/modules/gui/macosx/equalizer.h
6538    M /trunk/modules/gui/macosx/intf.h
6539    M /trunk/modules/gui/macosx/misc.h
6540    M /trunk/modules/gui/macosx/open.h
6541    M /trunk/modules/gui/macosx/output.h
6542    M /trunk/modules/gui/macosx/playlist.h
6543    M /trunk/modules/gui/macosx/playlistinfo.h
6544    M /trunk/modules/gui/macosx/prefs.h
6545    M /trunk/modules/gui/macosx/prefs_widgets.h
6546    M /trunk/modules/gui/macosx/vout.h
6547    M /trunk/modules/gui/ncurses.c
6548    M /trunk/modules/gui/pda/pda.c
6549    M /trunk/modules/gui/pda/pda.h
6550    M /trunk/modules/gui/pda/pda_callbacks.c
6551    M /trunk/modules/gui/pda/pda_callbacks.h
6552    M /trunk/modules/gui/pda/pda_interface.c
6553    M /trunk/modules/gui/pda/pda_interface.h
6554    M /trunk/modules/gui/pda/pda_support.c
6555    M /trunk/modules/gui/pda/pda_support.h
6556    M /trunk/modules/gui/qnx/aout.c
6557    M /trunk/modules/gui/qnx/qnx.c
6558    M /trunk/modules/gui/qnx/vout.c
6559    M /trunk/modules/gui/qt/intf.cpp
6560    M /trunk/modules/gui/qt/intf.h
6561    M /trunk/modules/gui/qt/qt.cpp
6562    M /trunk/modules/gui/skins2/commands/async_queue.cpp
6563    M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
6564    M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
6565    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
6566    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
6567    M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
6568    M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
6569    M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
6570    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
6571    M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
6572    M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
6573    M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
6574    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
6575    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
6576    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
6577    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
6578    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
6579    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
6580    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
6581    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
6582    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
6583    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
6584    M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
6585    M /trunk/modules/gui/skins2/events/evt_input.cpp
6586    M /trunk/modules/gui/skins2/events/evt_key.cpp
6587    M /trunk/modules/gui/skins2/events/evt_mouse.cpp
6588    M /trunk/modules/gui/skins2/events/evt_scroll.cpp
6589    M /trunk/modules/gui/skins2/events/evt_special.cpp
6590    M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.cpp
6591    M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
6592    M /trunk/modules/gui/skins2/macosx/macosx_graphics.cpp
6593    M /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
6594    M /trunk/modules/gui/skins2/macosx/macosx_timer.cpp
6595    M /trunk/modules/gui/skins2/macosx/macosx_tooltip.cpp
6596    M /trunk/modules/gui/skins2/macosx/macosx_window.cpp
6597    M /trunk/modules/gui/skins2/parser/builder.cpp
6598    M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
6599    M /trunk/modules/gui/skins2/parser/interpreter.cpp
6600    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
6601    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
6602    M /trunk/modules/gui/skins2/src/anchor.cpp
6603    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
6604    M /trunk/modules/gui/skins2/src/dialogs.cpp
6605    M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
6606    M /trunk/modules/gui/skins2/src/ft2_font.cpp
6607    M /trunk/modules/gui/skins2/src/generic_bitmap.cpp
6608    M /trunk/modules/gui/skins2/src/generic_layout.cpp
6609    M /trunk/modules/gui/skins2/src/generic_window.cpp
6610    M /trunk/modules/gui/skins2/src/logger.cpp
6611    M /trunk/modules/gui/skins2/src/os_factory.cpp
6612    M /trunk/modules/gui/skins2/src/png_bitmap.cpp
6613    M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
6614    M /trunk/modules/gui/skins2/src/skin_main.cpp
6615    M /trunk/modules/gui/skins2/src/theme.cpp
6616    M /trunk/modules/gui/skins2/src/theme_loader.cpp
6617    M /trunk/modules/gui/skins2/src/theme_repository.cpp
6618    M /trunk/modules/gui/skins2/src/tooltip.cpp
6619    M /trunk/modules/gui/skins2/src/top_window.cpp
6620    M /trunk/modules/gui/skins2/src/var_manager.cpp
6621    M /trunk/modules/gui/skins2/src/vlcproc.cpp
6622    M /trunk/modules/gui/skins2/src/vout_window.cpp
6623    M /trunk/modules/gui/skins2/src/window_manager.cpp
6624    M /trunk/modules/gui/skins2/utils/bezier.cpp
6625    M /trunk/modules/gui/skins2/utils/fsm.cpp
6626    M /trunk/modules/gui/skins2/utils/position.cpp
6627    M /trunk/modules/gui/skins2/utils/ustring.cpp
6628    M /trunk/modules/gui/skins2/utils/var_bool.cpp
6629    M /trunk/modules/gui/skins2/utils/var_list.cpp
6630    M /trunk/modules/gui/skins2/utils/var_percent.cpp
6631    M /trunk/modules/gui/skins2/utils/var_text.cpp
6632    M /trunk/modules/gui/skins2/vars/playlist.cpp
6633    M /trunk/modules/gui/skins2/vars/time.cpp
6634    M /trunk/modules/gui/skins2/vars/volume.cpp
6635    M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
6636    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
6637    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
6638    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
6639    M /trunk/modules/gui/skins2/win32/win32_timer.cpp
6640    M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
6641    M /trunk/modules/gui/skins2/win32/win32_window.cpp
6642    M /trunk/modules/gui/skins2/x11/x11_display.cpp
6643    M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
6644    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
6645    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
6646    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
6647    M /trunk/modules/gui/skins2/x11/x11_timer.cpp
6648    M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
6649    M /trunk/modules/gui/skins2/x11/x11_window.cpp
6650    M /trunk/modules/gui/wince/fileinfo.cpp
6651    M /trunk/modules/gui/wince/interface.cpp
6652    M /trunk/modules/gui/wince/iteminfo.cpp
6653    M /trunk/modules/gui/wince/menus.cpp
6654    M /trunk/modules/gui/wince/messages.cpp
6655    M /trunk/modules/gui/wince/open.cpp
6656    M /trunk/modules/gui/wince/playlist.cpp
6657    M /trunk/modules/gui/wince/preferences.cpp
6658    M /trunk/modules/gui/wince/preferences_widgets.cpp
6659    M /trunk/modules/gui/wince/preferences_widgets.h
6660    M /trunk/modules/gui/wince/subtitles.cpp
6661    M /trunk/modules/gui/wince/timer.cpp
6662    M /trunk/modules/gui/wince/video.cpp
6663    M /trunk/modules/gui/wince/wince.cpp
6664    M /trunk/modules/gui/wince/wince.h
6665    M /trunk/modules/gui/wxwindows/bookmarks.cpp
6666    M /trunk/modules/gui/wxwindows/dialogs.cpp
6667    M /trunk/modules/gui/wxwindows/extrapanel.cpp
6668    M /trunk/modules/gui/wxwindows/fileinfo.cpp
6669    M /trunk/modules/gui/wxwindows/interface.cpp
6670    M /trunk/modules/gui/wxwindows/iteminfo.cpp
6671    M /trunk/modules/gui/wxwindows/menus.cpp
6672    M /trunk/modules/gui/wxwindows/messages.cpp
6673    M /trunk/modules/gui/wxwindows/open.cpp
6674    M /trunk/modules/gui/wxwindows/playlist.cpp
6675    M /trunk/modules/gui/wxwindows/preferences.cpp
6676    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
6677    M /trunk/modules/gui/wxwindows/preferences_widgets.h
6678    M /trunk/modules/gui/wxwindows/streamdata.h
6679    M /trunk/modules/gui/wxwindows/streamout.cpp
6680    M /trunk/modules/gui/wxwindows/subtitles.cpp
6681    M /trunk/modules/gui/wxwindows/timer.cpp
6682    M /trunk/modules/gui/wxwindows/video.cpp
6683    M /trunk/modules/gui/wxwindows/wizard.cpp
6684    M /trunk/modules/gui/wxwindows/wxwindows.cpp
6685    M /trunk/modules/gui/wxwindows/wxwindows.h
6686    M /trunk/modules/misc/dummy/aout.c
6687    M /trunk/modules/misc/dummy/decoder.c
6688    M /trunk/modules/misc/dummy/dummy.c
6689    M /trunk/modules/misc/dummy/dummy.h
6690    M /trunk/modules/misc/dummy/encoder.c
6691    M /trunk/modules/misc/dummy/input.c
6692    M /trunk/modules/misc/dummy/interface.c
6693    M /trunk/modules/misc/dummy/renderer.c
6694    M /trunk/modules/misc/dummy/vout.c
6695    M /trunk/modules/misc/freetype.c
6696    M /trunk/modules/misc/gnutls.c
6697    M /trunk/modules/misc/gtk_main.c
6698    M /trunk/modules/misc/logger.c
6699    M /trunk/modules/misc/memcpy/fastmemcpy.h
6700    M /trunk/modules/misc/memcpy/memcpy.c
6701    M /trunk/modules/misc/memcpy/memcpyaltivec.c
6702    M /trunk/modules/misc/network/ipv4.c
6703    M /trunk/modules/misc/network/ipv6.c
6704    M /trunk/modules/misc/playlist/export.c
6705    M /trunk/modules/misc/playlist/m3u.c
6706    M /trunk/modules/misc/playlist/old.c
6707    M /trunk/modules/misc/qte_main.cpp
6708    M /trunk/modules/misc/rtsp.c
6709    M /trunk/modules/misc/screensaver.c
6710    M /trunk/modules/misc/svg.c
6711    M /trunk/modules/misc/testsuite/playlist.c
6712    M /trunk/modules/misc/testsuite/test1.c
6713    M /trunk/modules/misc/testsuite/test2.cpp
6714    M /trunk/modules/misc/testsuite/test4.c
6715    M /trunk/modules/misc/xml/libxml.c
6716    M /trunk/modules/misc/xml/xtag.c
6717    M /trunk/modules/mux/asf.c
6718    M /trunk/modules/mux/avi.c
6719    M /trunk/modules/mux/dummy.c
6720    M /trunk/modules/mux/mp4.c
6721    M /trunk/modules/mux/mpeg/bits.h
6722    M /trunk/modules/mux/mpeg/csa.c
6723    M /trunk/modules/mux/mpeg/csa.h
6724    M /trunk/modules/mux/mpeg/pes.c
6725    M /trunk/modules/mux/mpeg/pes.h
6726    M /trunk/modules/mux/mpeg/ps.c
6727    M /trunk/modules/mux/mpeg/ts.c
6728    M /trunk/modules/mux/mpjpeg.c
6729    M /trunk/modules/mux/ogg.c
6730    M /trunk/modules/mux/wav.c
6731    M /trunk/modules/packetizer/copy.c
6732    M /trunk/modules/packetizer/h264.c
6733    M /trunk/modules/packetizer/mpeg4audio.c
6734    M /trunk/modules/packetizer/mpeg4video.c
6735    M /trunk/modules/packetizer/mpegvideo.c
6736    M /trunk/modules/services_discovery/daap.c
6737    M /trunk/modules/services_discovery/hal.c
6738    M /trunk/modules/services_discovery/sap.c
6739    M /trunk/modules/stream_out/announce.c
6740    M /trunk/modules/stream_out/announce.h
6741    M /trunk/modules/stream_out/description.c
6742    M /trunk/modules/stream_out/display.c
6743    M /trunk/modules/stream_out/dummy.c
6744    M /trunk/modules/stream_out/duplicate.c
6745    M /trunk/modules/stream_out/es.c
6746    M /trunk/modules/stream_out/gather.c
6747    M /trunk/modules/stream_out/rtp.c
6748    M /trunk/modules/stream_out/standard.c
6749    M /trunk/modules/stream_out/transcode.c
6750    M /trunk/modules/stream_out/transrate/block.c
6751    M /trunk/modules/stream_out/transrate/frame.c
6752    M /trunk/modules/stream_out/transrate/getvlc.h
6753    M /trunk/modules/stream_out/transrate/putvlc.h
6754    M /trunk/modules/stream_out/transrate/transrate.c
6755    M /trunk/modules/stream_out/transrate/transrate.h
6756    M /trunk/modules/video_chroma/i420_rgb.c
6757    M /trunk/modules/video_chroma/i420_rgb.h
6758    M /trunk/modules/video_chroma/i420_rgb16.c
6759    M /trunk/modules/video_chroma/i420_rgb8.c
6760    M /trunk/modules/video_chroma/i420_rgb_c.h
6761    M /trunk/modules/video_chroma/i420_rgb_mmx.h
6762    M /trunk/modules/video_chroma/i420_ymga.c
6763    M /trunk/modules/video_chroma/i420_yuy2.c
6764    M /trunk/modules/video_chroma/i420_yuy2.h
6765    M /trunk/modules/video_chroma/i422_yuy2.c
6766    M /trunk/modules/video_chroma/i422_yuy2.h
6767    M /trunk/modules/video_filter/adjust.c
6768    M /trunk/modules/video_filter/blend.c
6769    M /trunk/modules/video_filter/clone.c
6770    M /trunk/modules/video_filter/crop.c
6771    M /trunk/modules/video_filter/deinterlace.c
6772    M /trunk/modules/video_filter/distort.c
6773    M /trunk/modules/video_filter/filter_common.h
6774    M /trunk/modules/video_filter/invert.c
6775    M /trunk/modules/video_filter/logo.c
6776    M /trunk/modules/video_filter/marq.c
6777    M /trunk/modules/video_filter/mosaic.c
6778    M /trunk/modules/video_filter/motionblur.c
6779    M /trunk/modules/video_filter/motiondetect.c
6780    M /trunk/modules/video_filter/scale.c
6781    M /trunk/modules/video_filter/swscale/common.h
6782    M /trunk/modules/video_filter/swscale/filter.c
6783    M /trunk/modules/video_filter/swscale/rgb2rgb.c
6784    M /trunk/modules/video_filter/swscale/rgb2rgb.h
6785    M /trunk/modules/video_filter/swscale/rgb2rgb_template.c
6786    M /trunk/modules/video_filter/swscale/swscale.c
6787    M /trunk/modules/video_filter/swscale/swscale.h
6788    M /trunk/modules/video_filter/swscale/swscale_altivec_template.c
6789    M /trunk/modules/video_filter/swscale/swscale_internal.h
6790    M /trunk/modules/video_filter/swscale/swscale_template.c
6791    M /trunk/modules/video_filter/swscale/yuv2rgb.c
6792    M /trunk/modules/video_filter/swscale/yuv2rgb_altivec.c
6793    M /trunk/modules/video_filter/swscale/yuv2rgb_mlib.c
6794    M /trunk/modules/video_filter/swscale/yuv2rgb_template.c
6795    M /trunk/modules/video_filter/time.c
6796    M /trunk/modules/video_filter/transform.c
6797    M /trunk/modules/video_filter/wall.c
6798    M /trunk/modules/video_output/aa.c
6799    M /trunk/modules/video_output/caca.c
6800    M /trunk/modules/video_output/directx/directx.c
6801    M /trunk/modules/video_output/directx/events.c
6802    M /trunk/modules/video_output/directx/glwin32.c
6803    M /trunk/modules/video_output/directx/vout.h
6804    M /trunk/modules/video_output/fb.c
6805    M /trunk/modules/video_output/ggi.c
6806    M /trunk/modules/video_output/glide.c
6807    M /trunk/modules/video_output/hd1000v.cpp
6808    M /trunk/modules/video_output/image.c
6809    M /trunk/modules/video_output/mga.c
6810    M /trunk/modules/video_output/opengl.c
6811    M /trunk/modules/video_output/picture.c
6812    M /trunk/modules/video_output/picture.h
6813    M /trunk/modules/video_output/qte/qte.cpp
6814    M /trunk/modules/video_output/qte/qte.h
6815    M /trunk/modules/video_output/sdl.c
6816    M /trunk/modules/video_output/snapshot.c
6817    M /trunk/modules/video_output/svgalib.c
6818    M /trunk/modules/video_output/wingdi.c
6819    M /trunk/modules/video_output/x11/glx.c
6820    M /trunk/modules/video_output/x11/x11.c
6821    M /trunk/modules/video_output/x11/xcommon.c
6822    M /trunk/modules/video_output/x11/xcommon.h
6823    M /trunk/modules/video_output/x11/xvideo.c
6824    M /trunk/modules/visualization/galaktos/PCM.c
6825    M /trunk/modules/visualization/galaktos/PCM.h
6826    M /trunk/modules/visualization/galaktos/beat_detect.c
6827    M /trunk/modules/visualization/galaktos/beat_detect.h
6828    M /trunk/modules/visualization/galaktos/builtin_funcs.c
6829    M /trunk/modules/visualization/galaktos/builtin_funcs.h
6830    M /trunk/modules/visualization/galaktos/common.h
6831    M /trunk/modules/visualization/galaktos/compare.h
6832    M /trunk/modules/visualization/galaktos/custom_shape.c
6833    M /trunk/modules/visualization/galaktos/custom_shape.h
6834    M /trunk/modules/visualization/galaktos/custom_shape_types.h
6835    M /trunk/modules/visualization/galaktos/custom_wave.c
6836    M /trunk/modules/visualization/galaktos/custom_wave.h
6837    M /trunk/modules/visualization/galaktos/custom_wave_types.h
6838    M /trunk/modules/visualization/galaktos/engine_vars.c
6839    M /trunk/modules/visualization/galaktos/engine_vars.h
6840    M /trunk/modules/visualization/galaktos/eval.c
6841    M /trunk/modules/visualization/galaktos/eval.h
6842    M /trunk/modules/visualization/galaktos/expr_types.h
6843    M /trunk/modules/visualization/galaktos/fatal.h
6844    M /trunk/modules/visualization/galaktos/fftsg.c
6845    M /trunk/modules/visualization/galaktos/func.c
6846    M /trunk/modules/visualization/galaktos/func.h
6847    M /trunk/modules/visualization/galaktos/func_types.h
6848    M /trunk/modules/visualization/galaktos/idle_preset.h
6849    M /trunk/modules/visualization/galaktos/init_cond.c
6850    M /trunk/modules/visualization/galaktos/init_cond.h
6851    M /trunk/modules/visualization/galaktos/init_cond_types.h
6852    M /trunk/modules/visualization/galaktos/interface_types.h
6853    M /trunk/modules/visualization/galaktos/main.c
6854    M /trunk/modules/visualization/galaktos/main.h
6855    M /trunk/modules/visualization/galaktos/param.c
6856    M /trunk/modules/visualization/galaktos/param.h
6857    M /trunk/modules/visualization/galaktos/param_types.h
6858    M /trunk/modules/visualization/galaktos/parser.c
6859    M /trunk/modules/visualization/galaktos/parser.h
6860    M /trunk/modules/visualization/galaktos/per_frame_eqn.c
6861    M /trunk/modules/visualization/galaktos/per_frame_eqn.h
6862    M /trunk/modules/visualization/galaktos/per_frame_eqn_types.h
6863    M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
6864    M /trunk/modules/visualization/galaktos/per_pixel_eqn.h
6865    M /trunk/modules/visualization/galaktos/per_pixel_eqn_types.h
6866    M /trunk/modules/visualization/galaktos/per_point_types.h
6867    M /trunk/modules/visualization/galaktos/plugin.c
6868    M /trunk/modules/visualization/galaktos/plugin.h
6869    M /trunk/modules/visualization/galaktos/preset.c
6870    M /trunk/modules/visualization/galaktos/preset.h
6871    M /trunk/modules/visualization/galaktos/preset_types.h
6872    M /trunk/modules/visualization/galaktos/splaytree.c
6873    M /trunk/modules/visualization/galaktos/splaytree.h
6874    M /trunk/modules/visualization/galaktos/splaytree_types.h
6875    M /trunk/modules/visualization/galaktos/tree_types.c
6876    M /trunk/modules/visualization/galaktos/tree_types.h
6877    M /trunk/modules/visualization/galaktos/video_init.c
6878    M /trunk/modules/visualization/galaktos/video_init.h
6879    M /trunk/modules/visualization/goom.c
6880    M /trunk/modules/visualization/visual/effects.c
6881    M /trunk/modules/visualization/visual/fft.c
6882    M /trunk/modules/visualization/visual/fft.h
6883    M /trunk/modules/visualization/visual/visual.c
6884    M /trunk/modules/visualization/visual/visual.h
6885    M /trunk/modules/visualization/xosd.c
6886    M /trunk/mozilla/support/classinfo.h
6887    M /trunk/mozilla/support/npmac.cpp
6888    M /trunk/mozilla/support/npunix.c
6889    M /trunk/mozilla/support/npwin.cpp
6890    M /trunk/mozilla/vlcpeer.cpp
6891    M /trunk/mozilla/vlcpeer.h
6892    M /trunk/mozilla/vlcplugin.cpp
6893    M /trunk/mozilla/vlcplugin.h
6894    M /trunk/mozilla/vlcshell.cpp
6895    M /trunk/msvc/modules_builtin_msvc.h
6896    M /trunk/python/vlcmodule.c
6897    M /trunk/share/newres.h
6898    M /trunk/share/resource.h
6899    M /trunk/src/audio_output/common.c
6900    M /trunk/src/audio_output/dec.c
6901    M /trunk/src/audio_output/filters.c
6902    M /trunk/src/audio_output/input.c
6903    M /trunk/src/audio_output/intf.c
6904    M /trunk/src/audio_output/mixer.c
6905    M /trunk/src/audio_output/output.c
6906    M /trunk/src/extras/dirent.c
6907    M /trunk/src/extras/getopt.c
6908    M /trunk/src/extras/getopt.h
6909    M /trunk/src/extras/getopt1.c
6910    M /trunk/src/extras/libc.c
6911    M /trunk/src/input/access.c
6912    M /trunk/src/input/clock.c
6913    M /trunk/src/input/control.c
6914    M /trunk/src/input/decoder.c
6915    M /trunk/src/input/demux.c
6916    M /trunk/src/input/es_out.c
6917    M /trunk/src/input/input.c
6918    M /trunk/src/input/input_internal.h
6919    M /trunk/src/input/mem_stream.c
6920    M /trunk/src/input/stream.c
6921    M /trunk/src/input/subtitles.c
6922    M /trunk/src/input/var.c
6923    M /trunk/src/interface/interface.c
6924    M /trunk/src/interface/intf_eject.c
6925    M /trunk/src/libvlc.c
6926    M /trunk/src/libvlc.h
6927    M /trunk/src/misc/beos_specific.cpp
6928    M /trunk/src/misc/block.c
6929    M /trunk/src/misc/charset.c
6930    M /trunk/src/misc/configuration.c
6931    M /trunk/src/misc/cpu.c
6932    M /trunk/src/misc/error.c
6933    M /trunk/src/misc/httpd.c
6934    M /trunk/src/misc/image.c
6935    M /trunk/src/misc/iso-639_def.h
6936    M /trunk/src/misc/iso_lang.c
6937    M /trunk/src/misc/messages.c
6938    M /trunk/src/misc/modules.c
6939    M /trunk/src/misc/mtime.c
6940    M /trunk/src/misc/net.c
6941    M /trunk/src/misc/objects.c
6942    M /trunk/src/misc/threads.c
6943    M /trunk/src/misc/tls.c
6944    M /trunk/src/misc/variables.c
6945    M /trunk/src/misc/vlm.c
6946    M /trunk/src/misc/win32_specific.c
6947    M /trunk/src/misc/xml.c
6948    M /trunk/src/playlist/item-ext.c
6949    M /trunk/src/playlist/item.c
6950    M /trunk/src/playlist/loadsave.c
6951    M /trunk/src/playlist/playlist.c
6952    M /trunk/src/playlist/services_discovery.c
6953    M /trunk/src/playlist/sort.c
6954    M /trunk/src/playlist/view.c
6955    M /trunk/src/stream_output/announce.c
6956    M /trunk/src/stream_output/sap.c
6957    M /trunk/src/stream_output/stream_output.c
6958    M /trunk/src/video_output/video_output.c
6959    M /trunk/src/video_output/video_text.c
6960    M /trunk/src/video_output/video_widgets.c
6961    M /trunk/src/video_output/vout_intf.c
6962    M /trunk/src/video_output/vout_pictures.c
6963    M /trunk/src/video_output/vout_pictures.h
6964    M /trunk/src/video_output/vout_subpictures.c
6965    M /trunk/src/video_output/vout_synchro.c
6966    M /trunk/src/vlc.c
6967
6968 Avoid \r\n problems between platforms
6969 ------------------------------------------------------------------------
6970 r10100 | robux4 | 2005-03-02 17:19:56 +0100 (mer, 02 mar 2005) | 1 line
6971 Changed paths:
6972    M /trunk/modules/demux/mkv.cpp
6973
6974 mkv.cpp: ordered chapters now functional !
6975 ------------------------------------------------------------------------
6976 r10099 | robux4 | 2005-03-02 17:16:56 +0100 (mer, 02 mar 2005) | 2 lines
6977 Changed paths:
6978    M /trunk/modules/codec/ffmpeg/video.c
6979    M /trunk/src/input/es_out.c
6980
6981 video.c: don't display pre-rolled pictures
6982 es_out.c: handle the pre-roll earlier
6983 ------------------------------------------------------------------------
6984 r10098 | damienf | 2005-03-02 14:45:45 +0100 (mer, 02 mar 2005) | 3 lines
6985 Changed paths:
6986    M /trunk/activex/main.cpp
6987    M /trunk/vlc.win32.nsi
6988
6989 - install axvlc.dll within the VLC directory, rather than WINDOWS
6990 - DllRegisterServer modified to use current DLL path when registering control
6991
6992 ------------------------------------------------------------------------
6993 r10097 | gbazin | 2005-03-02 12:00:16 +0100 (mer, 02 mar 2005) | 1 line
6994 Changed paths:
6995    M /trunk/modules/codec/theora.c
6996
6997 * modules/codec/theora.c: sanity check for invalid theora header.
6998 ------------------------------------------------------------------------
6999 r10096 | robux4 | 2005-03-02 11:34:01 +0100 (mer, 02 mar 2005) | 1 line
7000 Changed paths:
7001    M /trunk/modules/demux/mkv.cpp
7002
7003 mkv.cpp: correct use of the default chapter edition
7004 ------------------------------------------------------------------------
7005 r10095 | courmisch | 2005-03-02 11:27:35 +0100 (mer, 02 mar 2005) | 2 lines
7006 Changed paths:
7007    M /trunk/vlc-config.in.in
7008
7009 Unbreak make vlc from subdir
7010
7011 ------------------------------------------------------------------------
7012 r10094 | gbazin | 2005-03-02 11:01:39 +0100 (mer, 02 mar 2005) | 1 line
7013 Changed paths:
7014    M /trunk/modules/stream_out/transcode.c
7015
7016 * modules/stream_out/transcode.c: added a missing vlc_object_destroy().
7017 ------------------------------------------------------------------------
7018 r10093 | dionoea | 2005-03-02 00:24:08 +0100 (mer, 02 mar 2005) | 9 lines
7019 Changed paths:
7020    M /trunk/modules/video_filter/mosaic.c
7021    M /trunk/modules/video_output/picture.c
7022    M /trunk/modules/video_output/picture.h
7023
7024 Add options to give a specific channel order in mosaic
7025
7026  * picture.* : add picture-id option. its a string that identifies the
7027                video.
7028  * mosaic.c : add mosaic-order option. its a comma separated list of
7029               picture-ids. Any picture who's id isn't found in the list
7030               will be placed after skiping the necessary number of
7031               slots needed to place all pictures defined in this list.
7032
7033 ------------------------------------------------------------------------
7034 r10092 | dionoea | 2005-03-02 00:21:22 +0100 (mer, 02 mar 2005) | 2 lines
7035 Changed paths:
7036    M /trunk/modules/gui/wxwindows/interface.cpp
7037
7038  * change copyright date 
7039
7040 ------------------------------------------------------------------------
7041 r10091 | courmisch | 2005-03-01 22:24:25 +0100 (mar, 01 mar 2005) | 2 lines
7042 Changed paths:
7043    M /trunk/Makefile.am
7044    M /trunk/configure.ac
7045    M /trunk/toolbox
7046    M /trunk/vlc-config.in.in
7047
7048 - build vlc_symbol.h modules_plugin.h and modules_builtin.h in top_builddir
7049
7050 ------------------------------------------------------------------------
7051 r10090 | titer | 2005-03-01 21:56:17 +0100 (mar, 01 mar 2005) | 3 lines
7052 Changed paths:
7053    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
7054
7055  ffmpeg.patch.cvs: workaround buggy lrintf detection when cross compiling
7056   (fixes WMA decoding in BeOS nightly builds)
7057
7058 ------------------------------------------------------------------------
7059 r10089 | courmisch | 2005-03-01 21:28:37 +0100 (mar, 01 mar 2005) | 4 lines
7060 Changed paths:
7061    M /trunk/modules/gui/wxwindows/wizard.cpp
7062
7063 - fix is_mult call in case of Unicode build (c_str => mb_str)
7064 - fix IPv6 multicast address range
7065 - more strict IPv4 multicast address range
7066
7067 ------------------------------------------------------------------------
7068 r10088 | hartman | 2005-03-01 19:39:19 +0100 (mar, 01 mar 2005) | 2 lines
7069 Changed paths:
7070    M /trunk/modules/control/lirc.c
7071
7072 * Fix compile issue on lirc.c
7073
7074 ------------------------------------------------------------------------
7075 r10087 | massiot | 2005-03-01 19:26:29 +0100 (mar, 01 mar 2005) | 3 lines
7076 Changed paths:
7077    M /trunk/modules/video_output/picture.c
7078
7079 * modules/video_output/picture.c: Changed the order of the commands to avoid
7080   holding p_picture_vout->lock for too long.
7081
7082 ------------------------------------------------------------------------
7083 r10086 | robux4 | 2005-03-01 18:41:36 +0100 (mar, 01 mar 2005) | 1 line
7084 Changed paths:
7085    M /trunk/modules/demux/mkv.cpp
7086
7087 mkv.cpp: better handling of the seekpoint numbers
7088 ------------------------------------------------------------------------
7089 r10085 | massiot | 2005-03-01 18:30:50 +0100 (mar, 01 mar 2005) | 3 lines
7090 Changed paths:
7091    M /trunk/modules/stream_out/transcode.c
7092
7093 * modules/stream_out/transcode.c: Fixed --sout-transcode-threads=1 option
7094   (what the hell is i_duplicate ?)
7095
7096 ------------------------------------------------------------------------
7097 r10084 | robux4 | 2005-03-01 18:28:15 +0100 (mar, 01 mar 2005) | 1 line
7098 Changed paths:
7099    M /trunk/modules/demux/mkv.cpp
7100
7101 mkv.cpp: update the current chapter during playback
7102 ------------------------------------------------------------------------
7103 r10083 | dionoea | 2005-03-01 18:16:30 +0100 (mar, 01 mar 2005) | 2 lines
7104 Changed paths:
7105    M /trunk/modules/video_filter/mosaic.c
7106
7107  * fix placement calculation when vborder or hborder are non zero
7108
7109 ------------------------------------------------------------------------
7110 r10082 | gbazin | 2005-03-01 17:26:21 +0100 (mar, 01 mar 2005) | 3 lines
7111 Changed paths:
7112    M /trunk/include/audio_output.h
7113    M /trunk/modules/audio_filter/converter/s16tofloat32.c
7114    M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
7115    M /trunk/modules/audio_filter/format.c
7116    M /trunk/modules/codec/lpcm.c
7117    M /trunk/src/audio_output/common.c
7118
7119 * modules/codec/lpcm.c: support for 20/24 bits LPCM.
7120 * modules/audio_filter/converter/s16tofloat32*, modules/audio_filter/format.c: s24l/s24b conversion routines.
7121
7122 ------------------------------------------------------------------------
7123 r10081 | dionoea | 2005-03-01 16:33:51 +0100 (mar, 01 mar 2005) | 2 lines
7124 Changed paths:
7125    M /trunk/modules/video_filter/mosaic.c
7126    M /trunk/modules/video_output/picture.c
7127    M /trunk/modules/video_output/picture.h
7128
7129  * add svn Id support and some copyright info in picture.h
7130
7131 ------------------------------------------------------------------------
7132 r10080 | markfm | 2005-03-01 16:22:47 +0100 (mar, 01 mar 2005) | 2 lines
7133 Changed paths:
7134    M /trunk/include/vlc_filter.h
7135    M /trunk/include/vlc_video.h
7136    M /trunk/modules/control/rc.c
7137    M /trunk/modules/misc/freetype.c
7138    M /trunk/modules/video_filter/marq.c
7139    M /trunk/modules/video_filter/time.c
7140    M /trunk/src/video_output/vout_subpictures.c
7141
7142 dynamic, per-subpicture, font size control -- i_font_size added to subpicture_region_t, new marq-size and time-size shortcuts, accessible from rc
7143
7144 ------------------------------------------------------------------------
7145 r10079 | robux4 | 2005-03-01 16:01:48 +0100 (mar, 01 mar 2005) | 1 line
7146 Changed paths:
7147    M /trunk/modules/demux/mkv.cpp
7148
7149 mkv.cpp: fix the chapter/edition ending time
7150 ------------------------------------------------------------------------
7151 r10078 | zorglub | 2005-03-01 14:31:32 +0100 (mar, 01 mar 2005) | 3 lines
7152 Changed paths:
7153    M /trunk/modules/misc/playlist/m3u.c
7154    M /trunk/modules/services_discovery/sap.c
7155    M /trunk/src/playlist/item.c
7156
7157 Fix playlist export
7158 Remove extra SAP debug
7159
7160 ------------------------------------------------------------------------
7161 r10077 | hartman | 2005-03-01 10:28:37 +0100 (mar, 01 mar 2005) | 4 lines
7162 Changed paths:
7163    M /trunk/NEWS
7164    M /trunk/doc/lirc/example.lircrc
7165    M /trunk/modules/control/lirc.c
7166
7167 * simplified the lirc code to listen for key-* strings which we can directly use to trigger hotkeys.
7168 * updated the example.lircrc with new required strings
7169 * added a notice to NEWS about changed lirc syntax.
7170
7171 ------------------------------------------------------------------------
7172 r10076 | gbazin | 2005-03-01 08:53:04 +0100 (mar, 01 mar 2005) | 2 lines
7173 Changed paths:
7174    M /trunk/modules/control/Modules.am
7175    D /trunk/modules/control/rtci.c
7176
7177 * modules/control/Modules.am, rtci.c: really delete rtci.c and removed DOS CR/LF from the last commit.
7178
7179 ------------------------------------------------------------------------
7180 r10075 | markfm | 2005-03-01 00:40:59 +0100 (mar, 01 mar 2005) | 2 lines
7181 Changed paths:
7182    M /trunk/modules/control/Modules.am
7183
7184 Remove rtci.c from modules/control (implementation on hold)
7185
7186 ------------------------------------------------------------------------
7187 r10074 | gbazin | 2005-02-28 21:51:32 +0100 (lun, 28 fév 2005) | 1 line
7188 Changed paths:
7189    M /trunk/modules/gui/wince/interface.cpp
7190    M /trunk/modules/gui/wince/menus.cpp
7191    M /trunk/modules/gui/wince/timer.cpp
7192    M /trunk/modules/gui/wince/wince.cpp
7193    M /trunk/modules/gui/wince/wince.h
7194
7195 * modules/gui/wince: added a popup menu for the main interface.
7196 ------------------------------------------------------------------------
7197 r10073 | gbazin | 2005-02-28 19:23:26 +0100 (lun, 28 fév 2005) | 1 line
7198 Changed paths:
7199    M /trunk/modules/gui/wince/interface.cpp
7200    M /trunk/modules/gui/wince/open.cpp
7201    M /trunk/modules/gui/wince/playlist.cpp
7202    M /trunk/modules/gui/wince/subtitles.cpp
7203    M /trunk/modules/gui/wince/wince.cpp
7204    M /trunk/modules/gui/wince/wince.h
7205
7206 * modules/gui/wince: usual bunch of cleanup + updates.
7207 ------------------------------------------------------------------------
7208 r10072 | dionoea | 2005-02-28 16:54:07 +0100 (lun, 28 fév 2005) | 5 lines
7209 Changed paths:
7210    M /trunk/modules/control/rc.c
7211    M /trunk/modules/control/rtci.c
7212    M /trunk/modules/video_filter/mosaic.c
7213    M /trunk/modules/video_output/picture.c
7214
7215  * mosaic.c, rc.c, rtci.c : callbacks to change mosaic sub filter
7216                             parameters on the fly
7217  * mosaic.c : center image in rectangle when keep aspect ratio is enabled
7218  * picture.c : remove debug message
7219
7220 ------------------------------------------------------------------------
7221 r10071 | gbazin | 2005-02-28 15:40:27 +0100 (lun, 28 fév 2005) | 1 line
7222 Changed paths:
7223    M /trunk/modules/gui/wince/interface.cpp
7224    M /trunk/modules/gui/wince/iteminfo.cpp
7225    M /trunk/modules/gui/wince/open.cpp
7226    M /trunk/modules/gui/wince/playlist.cpp
7227    M /trunk/modules/gui/wince/preferences.cpp
7228    M /trunk/modules/gui/wince/subtitles.cpp
7229    M /trunk/modules/gui/wince/timer.cpp
7230    M /trunk/modules/gui/wince/wince.cpp
7231    M /trunk/modules/gui/wince/wince.h
7232    M /trunk/modules/gui/wince/wince_rc.rc
7233
7234 * modules/gui/wince: some more cleanup.
7235 ------------------------------------------------------------------------
7236 r10070 | markfm | 2005-02-28 13:48:26 +0100 (lun, 28 fév 2005) | 2 lines
7237 Changed paths:
7238    M /trunk/modules/video_filter/marq.c
7239
7240 Make sure the files are in Unix format
7241
7242 ------------------------------------------------------------------------
7243 r10069 | fkuehne | 2005-02-27 23:57:36 +0100 (dim, 27 fév 2005) | 1 line
7244 Changed paths:
7245    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
7246
7247 * 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
7248 ------------------------------------------------------------------------
7249 r10068 | robux4 | 2005-02-27 20:34:39 +0100 (dim, 27 fév 2005) | 1 line
7250 Changed paths:
7251    M /trunk/modules/demux/mkv.cpp
7252
7253 More ordered chapters code, still not functional
7254 ------------------------------------------------------------------------
7255 r10067 | markfm | 2005-02-27 20:30:11 +0100 (dim, 27 fév 2005) | 2 lines
7256 Changed paths:
7257    M /trunk/include/vlc_filter.h
7258
7259 vlc_filter.h -- update pf_render_string for additional RenderText parameters.
7260
7261 ------------------------------------------------------------------------
7262 r10066 | markfm | 2005-02-27 20:14:41 +0100 (dim, 27 fév 2005) | 2 lines
7263 Changed paths:
7264    M /trunk/modules/misc/freetype.c
7265
7266 freetype.c -- set default font color (white)
7267
7268 ------------------------------------------------------------------------
7269 r10065 | markfm | 2005-02-27 18:25:12 +0100 (dim, 27 fév 2005) | 2 lines
7270 Changed paths:
7271    M /trunk/include/vlc_video.h
7272    M /trunk/modules/control/rc.c
7273    M /trunk/modules/misc/freetype.c
7274    M /trunk/modules/video_filter/marq.c
7275    M /trunk/modules/video_filter/time.c
7276    M /trunk/src/video_output/vout_subpictures.c
7277
7278 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.
7279
7280 ------------------------------------------------------------------------
7281 r10064 | andrep | 2005-02-27 06:51:32 +0100 (dim, 27 fév 2005) | 28 lines
7282 Changed paths:
7283    M /trunk/modules/gui/macosx/vout.m
7284    M /trunk/modules/gui/macosx/voutqt.m
7285
7286 * modules/macosx/{vout,voutqt}.m: The Mac OS X Mozilla plugin lives again!
7287
7288
7289 Some details:
7290
7291 * This was mostly taken verbatim from revision:5717 (before the vout
7292   Mozilla support was removed), though it's been edited pretty thoroughly,
7293   and is now much more commented.
7294
7295 * The "normal" vout display should be completely unaffected, since the
7296   plugin-relevant code paths are only taken when p_vout->p_sys->b_embedded is
7297   set to VLC_TRUE.  (I've tested the normal VLC.app, and it seems fine.)
7298
7299 * There are still some problems with the plugin when the Mozilla window is
7300   resized a lot.  I suspect this is due to threading issues with
7301   QuickDraw, but I don't know enough about QuickDraw to be sure.  Help
7302   with this would be very welcome.
7303
7304 * The original patch in revision:5717 optimised the plugin display
7305   slightly, by using a mask (clipping region) so that QuickDraw only
7306   updated the plugin's area of the dirty region.  I elected not to use
7307   a mask, since I thought the extra code complexity (i.e. lots more if()
7308   branches) isn't worth the incremental speedup.  (If, in fact, there was
7309   a speedup at all -- the extra overhead induced by calculating the
7310   intersection of the dirty region with the mask may have offset any
7311   benefits: only benchmarks will tell ...)
7312
7313
7314 ------------------------------------------------------------------------
7315 r10063 | gbazin | 2005-02-26 20:28:41 +0100 (sam, 26 fév 2005) | 1 line
7316 Changed paths:
7317    M /trunk/modules/gui/wince/fileinfo.cpp
7318    M /trunk/modules/gui/wince/interface.cpp
7319    M /trunk/modules/gui/wince/iteminfo.cpp
7320    M /trunk/modules/gui/wince/messages.cpp
7321    M /trunk/modules/gui/wince/open.cpp
7322    M /trunk/modules/gui/wince/playlist.cpp
7323    M /trunk/modules/gui/wince/preferences.cpp
7324    M /trunk/modules/gui/wince/subtitles.cpp
7325    M /trunk/modules/gui/wince/video.cpp
7326    M /trunk/modules/gui/wince/wince.cpp
7327    M /trunk/modules/gui/wince/wince.h
7328    M /trunk/modules/gui/wince/wince_rc.rc
7329
7330 * modules/gui/wince: some more code cleanup + fixes.
7331 ------------------------------------------------------------------------
7332 r10062 | zorglub | 2005-02-26 16:41:22 +0100 (sam, 26 fév 2005) | 4 lines
7333 Changed paths:
7334    M /trunk/modules/mux/mpjpeg.c
7335
7336 * Allow all MJPEG fourcc
7337 * Announce content-length
7338 * Allow  boundary string customization
7339
7340 ------------------------------------------------------------------------
7341 r10061 | fenrir | 2005-02-25 17:05:22 +0100 (ven, 25 fév 2005) | 3 lines
7342 Changed paths:
7343    M /trunk/modules/demux/ts.c
7344
7345 * ts: if no dts but there is a pts then dts == pts.
7346
7347
7348 ------------------------------------------------------------------------
7349 r10060 | gbazin | 2005-02-25 09:33:38 +0100 (ven, 25 fév 2005) | 1 line
7350 Changed paths:
7351    M /trunk/modules/gui/wince/interface.cpp
7352    M /trunk/modules/gui/wince/wince.h
7353    M /trunk/modules/gui/wince/wince_rc.rc
7354
7355 * ../modules/gui/wince: new CreateMenuBar() which handles win32 as well.
7356 ------------------------------------------------------------------------
7357 r10059 | dionoea | 2005-02-25 00:31:56 +0100 (ven, 25 fév 2005) | 2 lines
7358 Changed paths:
7359    M /trunk/po/da.po
7360
7361 Updated danish translation by Jonas Larsen (E-bola)
7362
7363 ------------------------------------------------------------------------
7364 r10058 | robux4 | 2005-02-24 18:13:22 +0100 (jeu, 24 fév 2005) | 1 line
7365 Changed paths:
7366    M /trunk/modules/demux/mkv.cpp
7367
7368 fill more data in the chapter classes
7369 ------------------------------------------------------------------------
7370 r10057 | gbazin | 2005-02-24 16:19:05 +0100 (jeu, 24 fév 2005) | 1 line
7371 Changed paths:
7372    M /trunk/modules/gui/wince/fileinfo.cpp
7373    M /trunk/modules/gui/wince/interface.cpp
7374    M /trunk/modules/gui/wince/iteminfo.cpp
7375    M /trunk/modules/gui/wince/messages.cpp
7376    M /trunk/modules/gui/wince/open.cpp
7377    M /trunk/modules/gui/wince/playlist.cpp
7378    M /trunk/modules/gui/wince/preferences.cpp
7379    M /trunk/modules/gui/wince/preferences_widgets.cpp
7380    M /trunk/modules/gui/wince/preferences_widgets.h
7381    M /trunk/modules/gui/wince/subtitles.cpp
7382    M /trunk/modules/gui/wince/timer.cpp
7383    M /trunk/modules/gui/wince/video.cpp
7384    M /trunk/modules/gui/wince/wince.h
7385
7386 * modules/gui/wince: cleanup + ported to win32 (but not tried yet ;).
7387 ------------------------------------------------------------------------
7388 r10056 | robux4 | 2005-02-24 14:39:38 +0100 (jeu, 24 fév 2005) | 1 line
7389 Changed paths:
7390    M /trunk/modules/demux/mkv.cpp
7391
7392 mkv.cpp: add more code to support ordered chapters
7393 ------------------------------------------------------------------------
7394 r10055 | hartman | 2005-02-24 01:07:30 +0100 (jeu, 24 fév 2005) | 2 lines
7395 Changed paths:
7396    M /trunk/modules/gui/macosx/playlist.m
7397
7398 * start osx up in VIEW_SIMPLE and only switch to VIEW_CATEGORY when needed.
7399
7400 ------------------------------------------------------------------------
7401 r10054 | hartman | 2005-02-23 23:28:36 +0100 (mer, 23 fév 2005) | 2 lines
7402 Changed paths:
7403    A /trunk/extras/contrib/src/Patches/goom.patch
7404
7405 * Forgot to commit the goom2k4 patch
7406
7407 ------------------------------------------------------------------------
7408 r10053 | hartman | 2005-02-23 21:15:28 +0100 (mer, 23 fév 2005) | 2 lines
7409 Changed paths:
7410    M /trunk/modules/misc/freetype.c
7411
7412 * freetype.c: fix for blurry subs? someone please confirm
7413
7414 ------------------------------------------------------------------------
7415 r10052 | zorglub | 2005-02-23 18:25:46 +0100 (mer, 23 fév 2005) | 2 lines
7416 Changed paths:
7417    M /trunk/TODO
7418    M /trunk/configure.ac
7419
7420 Re-enable directory
7421
7422 ------------------------------------------------------------------------
7423 r10051 | hartman | 2005-02-23 17:27:01 +0100 (mer, 23 fév 2005) | 2 lines
7424 Changed paths:
7425    M /trunk/modules/gui/macosx/vout.m
7426
7427 * Fix setRepresentedFilename in case p_access not present (ie. in case of access_demux)
7428
7429 ------------------------------------------------------------------------
7430 r10050 | hartman | 2005-02-23 16:26:27 +0100 (mer, 23 fév 2005) | 2 lines
7431 Changed paths:
7432    M /trunk/extras/contrib/src/Makefile
7433    M /trunk/extras/contrib/src/packages.mak
7434
7435 * Lets use the final version of goom2k4
7436
7437 ------------------------------------------------------------------------
7438 r10049 | gbazin | 2005-02-23 15:52:09 +0100 (mer, 23 fév 2005) | 1 line
7439 Changed paths:
7440    M /trunk/src/misc/modules.c
7441
7442 * src/misc/modules.c: MSVC compilation fix.
7443 ------------------------------------------------------------------------
7444 r10048 | hartman | 2005-02-23 15:37:56 +0100 (mer, 23 fév 2005) | 3 lines
7445 Changed paths:
7446    M /trunk/modules/gui/macosx/prefs.h
7447    M /trunk/modules/gui/macosx/prefs.m
7448
7449 * Let's break the prefs again for OSX
7450   now to get it working. There is a semi-todo/design list in prefs.m.
7451
7452 ------------------------------------------------------------------------
7453 r10047 | damienf | 2005-02-23 15:26:47 +0100 (mer, 23 fév 2005) | 2 lines
7454 Changed paths:
7455    M /trunk/activex/axvlc.inf
7456
7457 - changed sample axvlc.inf to use VLC NSI installer
7458
7459 ------------------------------------------------------------------------
7460 r10046 | damienf | 2005-02-23 15:09:40 +0100 (mer, 23 fév 2005) | 5 lines
7461 Changed paths:
7462    M /trunk/vlc.win32.nsi
7463
7464 - inserted uninstall entry for activex plugin
7465 - fixed autoplay for DVD and CD
7466
7467 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)
7468
7469 ------------------------------------------------------------------------
7470 r10045 | hartman | 2005-02-23 14:53:28 +0100 (mer, 23 fév 2005) | 2 lines
7471 Changed paths:
7472    M /trunk/modules/gui/macosx/about.h
7473    M /trunk/modules/gui/macosx/about.m
7474    M /trunk/modules/gui/macosx/controls.h
7475    M /trunk/modules/gui/macosx/controls.m
7476    M /trunk/modules/gui/macosx/macosx.m
7477    M /trunk/modules/gui/macosx/open.h
7478    M /trunk/modules/gui/macosx/open.m
7479    M /trunk/modules/gui/macosx/playlistinfo.m
7480    M /trunk/modules/gui/macosx/vout.h
7481    M /trunk/modules/gui/macosx/vout.m
7482    M /trunk/modules/gui/macosx/voutgl.m
7483    M /trunk/modules/gui/macosx/voutqt.m
7484
7485 * Update copyright to 2005 where appropriate.
7486
7487 ------------------------------------------------------------------------
7488 r10044 | robux4 | 2005-02-23 13:13:17 +0100 (mer, 23 fév 2005) | 1 line
7489 Changed paths:
7490    M /trunk/modules/demux/mkv.cpp
7491
7492 mkv.cpp: I was wrong, the dirent export works
7493 ------------------------------------------------------------------------
7494 r10043 | robux4 | 2005-02-23 12:48:25 +0100 (mer, 23 fév 2005) | 1 line
7495 Changed paths:
7496    M /trunk/modules/demux/mkv.cpp
7497
7498 mkv.cpp: fix dirent issue with the recent "fixes"
7499 ------------------------------------------------------------------------
7500 r10042 | hartman | 2005-02-23 12:37:04 +0100 (mer, 23 fév 2005) | 3 lines
7501 Changed paths:
7502    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
7503    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
7504
7505 * hooked up the Playlist window menuitem to an action
7506 * added com-shift-E and com-shift-M keycombo's for Equalizer window and Messages window
7507
7508 ------------------------------------------------------------------------
7509 r10041 | sigmunau | 2005-02-23 11:33:07 +0100 (mer, 23 fév 2005) | 2 lines
7510 Changed paths:
7511    M /trunk/modules/video_filter/wall.c
7512
7513 wall.c: user-configurable aspect-ratio for the displays
7514
7515 ------------------------------------------------------------------------
7516 r10040 | sigmunau | 2005-02-23 11:11:33 +0100 (mer, 23 fév 2005) | 3 lines
7517 Changed paths:
7518    M /trunk/modules/video_filter/wall.c
7519
7520 wall.c: shut up two compiler warnings. Fix two (only one actually
7521 experienced) rounding errors causing invalid reads and green lines.
7522
7523 ------------------------------------------------------------------------
7524 r10039 | sigmunau | 2005-02-23 10:12:31 +0100 (mer, 23 fév 2005) | 9 lines
7525 Changed paths:
7526    M /trunk/modules/video_filter/wall.c
7527
7528 wall.c: set the total output aspect ratio to the device aspect ratio, even
7529 if size constrains stoped us from making the parts have that aspect ratio.
7530 This causes a slight stretch of the image in some direction but should
7531 totally remove black lines between the elements.
7532 todo:
7533  * make device aspect ratio configureable (easy)
7534  * handle anamorphic input video (medium)
7535
7536
7537 ------------------------------------------------------------------------
7538 r10038 | gbazin | 2005-02-23 09:09:46 +0100 (mer, 23 fév 2005) | 1 line
7539 Changed paths:
7540    M /trunk/configure.ac
7541
7542 * configure.ac: wince interface moved to builtins.
7543 ------------------------------------------------------------------------
7544 r10037 | markfm | 2005-02-23 04:37:45 +0100 (mer, 23 fév 2005) | 2 lines
7545 Changed paths:
7546    M /trunk/modules/misc/freetype.c
7547
7548 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.)
7549
7550 ------------------------------------------------------------------------
7551 r10036 | hartman | 2005-02-22 23:11:26 +0100 (mar, 22 fév 2005) | 2 lines
7552 Changed paths:
7553    M /trunk/modules/services_discovery/sap.c
7554
7555 * renamed sap module from "SAP interface" to "SAP announces"
7556
7557 ------------------------------------------------------------------------
7558 r10035 | djc | 2005-02-22 18:27:04 +0100 (mar, 22 fév 2005) | 4 lines
7559 Changed paths:
7560    M /trunk/modules/gui/macosx/vout.m
7561
7562 We use setRepresentedFilename if access is File.
7563 Title is found in input instead of playlist (fix a small vlm bug...).
7564
7565
7566 ------------------------------------------------------------------------
7567 r10034 | gbazin | 2005-02-22 16:53:42 +0100 (mar, 22 fév 2005) | 1 line
7568 Changed paths:
7569    M /trunk/configure.ac
7570
7571 * configure.ac: fixed typo + removed some plugins from the WinCE build.
7572 ------------------------------------------------------------------------
7573 r10033 | damienf | 2005-02-22 16:35:01 +0100 (mar, 22 fév 2005) | 2 lines
7574 Changed paths:
7575    M /trunk/configure.ac
7576    M /trunk/modules/access/dshow/filter.cpp
7577
7578 - changed dshow plugin to use common IID defined in libuuid.a (prevents linking problems if plugin is built-in)
7579
7580 ------------------------------------------------------------------------
7581 r10032 | gbazin | 2005-02-22 14:13:29 +0100 (mar, 22 fév 2005) | 1 line
7582 Changed paths:
7583    M /trunk/modules/gui/wxwindows/playlist.cpp
7584
7585 * modules/gui/wxwindows/playlist.cpp: sanity check to avoid crashes (doesn't explain why the check is triggered though).
7586 ------------------------------------------------------------------------
7587 r10031 | gbazin | 2005-02-22 13:50:43 +0100 (mar, 22 fév 2005) | 1 line
7588 Changed paths:
7589    M /trunk/src/misc/threads.c
7590
7591 * src/misc/threads.c: print thread timing statistics on thread destruction (Win32 only).
7592 ------------------------------------------------------------------------
7593 r10030 | damienf | 2005-02-22 12:13:11 +0100 (mar, 22 fév 2005) | 2 lines
7594 Changed paths:
7595    M /trunk/vlc.win32.nsi
7596
7597 added ActiveX control to the VLC installer
7598
7599 ------------------------------------------------------------------------
7600 r10029 | gbazin | 2005-02-21 21:32:36 +0100 (lun, 21 fév 2005) | 1 line
7601 Changed paths:
7602    M /trunk/modules/demux/ogg.c
7603
7604 * modules/demux/ogg.c: added support for new Ogg mapping for FLAC.
7605 ------------------------------------------------------------------------
7606 r10028 | gbazin | 2005-02-21 20:16:22 +0100 (lun, 21 fév 2005) | 1 line
7607 Changed paths:
7608    M /trunk/modules/codec/vorbis.c
7609
7610 * modules/codec/vorbis.c: uninitialized variable.
7611 ------------------------------------------------------------------------
7612 r10027 | gbazin | 2005-02-21 20:15:33 +0100 (lun, 21 fév 2005) | 1 line
7613 Changed paths:
7614    M /trunk/configure.ac
7615
7616 * configure.ac: mux_ts was moved to builtins by mistake.
7617 ------------------------------------------------------------------------
7618 r10025 | gbazin | 2005-02-21 18:51:53 +0100 (lun, 21 fév 2005) | 1 line
7619 Changed paths:
7620    M /trunk/modules/misc/network/ipv4.c
7621
7622 * modules/misc/network/ipv4.c: multicast support for WinCE.
7623 ------------------------------------------------------------------------
7624 r10024 | gbazin | 2005-02-21 18:50:54 +0100 (lun, 21 fév 2005) | 1 line
7625 Changed paths:
7626    M /trunk/modules/access/directory.c
7627    M /trunk/src/misc/modules.c
7628
7629 * src/misc/modules.c, modules/access/directory.c: Win32 fixes (GetFileAttributes() returns -1 on error).
7630 ------------------------------------------------------------------------
7631 r10023 | djc | 2005-02-21 17:12:14 +0100 (lun, 21 fév 2005) | 3 lines
7632 Changed paths:
7633    M /trunk/modules/gui/macosx/vout.m
7634
7635 Do not use setTitleWithRepresentedFilename if input is not a file.
7636
7637
7638 ------------------------------------------------------------------------
7639 r10022 | sigmunau | 2005-02-21 16:58:02 +0100 (lun, 21 fév 2005) | 3 lines
7640 Changed paths:
7641    M /trunk/modules/video_filter/wall.c
7642
7643 wall.c: handle some rounding error causing a integer overflow. more window
7644 size constrain fixes
7645
7646 ------------------------------------------------------------------------
7647 r10021 | dionoea | 2005-02-21 16:23:46 +0100 (lun, 21 fév 2005) | 3 lines
7648 Changed paths:
7649    M /trunk/modules/video_filter/mosaic.c
7650    M /trunk/modules/video_output/picture.c
7651
7652  * picture.c : slightly cleaner picture_t freeing
7653  * mosaic.c : add a switch to keep aspect ratio when resizing
7654
7655 ------------------------------------------------------------------------
7656 r10020 | gbazin | 2005-02-21 14:50:17 +0100 (lun, 21 fév 2005) | 1 line
7657 Changed paths:
7658    M /trunk/include/vlc_common.h
7659
7660 * include/vlc_common.h: compilation fix.
7661 ------------------------------------------------------------------------
7662 r10019 | dionoea | 2005-02-21 14:39:01 +0100 (lun, 21 fév 2005) | 2 lines
7663 Changed paths:
7664    M /trunk/modules/video_filter/mosaic.c
7665    M /trunk/modules/video_output/picture.c
7666
7667  * update the copyright dates
7668
7669 ------------------------------------------------------------------------
7670 r10018 | gbazin | 2005-02-21 14:35:15 +0100 (lun, 21 fév 2005) | 1 line
7671 Changed paths:
7672    M /trunk/configure.ac
7673    M /trunk/modules/access/directory.c
7674
7675 * configure.ac, modules/access/directory.c: enabled the directory access module on WinCE.
7676 ------------------------------------------------------------------------
7677 r10017 | dionoea | 2005-02-21 14:13:52 +0100 (lun, 21 fév 2005) | 31 lines
7678 Changed paths:
7679    M /trunk/configure.ac
7680    M /trunk/modules/video_filter/Modules.am
7681    A /trunk/modules/video_filter/mosaic.c
7682    M /trunk/modules/video_output/Modules.am
7683    A /trunk/modules/video_output/picture.c
7684    A /trunk/modules/video_output/picture.h
7685
7686 Basic mosaic, video blending modules
7687  * picture.c picture.h : vout that copies the rendered image in a libvlc
7688                          object.
7689  * mosaic.c : sub filter that takes all the images created by the picture
7690               module and blends them over the current video
7691
7692 I think i still have loads of things to fix (like memleaks)
7693
7694 Simple vlm configuration file to see this work :
7695 <<<<
7696 new chan1 broadcast enabled
7697 setup chan1 input somevideo1.avi
7698 setup chan1 option vout=picture
7699
7700 new chan2 broadcast enabled
7701 setup chan2 input somevideo2.avi
7702 setup chan2 option vout=picture
7703
7704 new bg broadcast enabled
7705 setup bg input somevideo0.avi
7706 setup bg option sub-filter=mosaic
7707
7708 control bg play
7709 control chan1 play
7710 control chan2 play
7711 >>>>
7712
7713 You just have to launch : ./vlc -I telnet --vlm-conf vlm.conf
7714
7715
7716
7717 ------------------------------------------------------------------------
7718 r10016 | gbazin | 2005-02-21 14:07:54 +0100 (lun, 21 fév 2005) | 1 line
7719 Changed paths:
7720    D /trunk/src/extras/dirent.h
7721
7722 * src/extras/dirent.h: removed useless file.
7723 ------------------------------------------------------------------------
7724 r10015 | yoann | 2005-02-21 14:06:08 +0100 (lun, 21 fév 2005) | 2 lines
7725 Changed paths:
7726    M /trunk/src/misc/vlm.c
7727
7728 * src/misc/vlm.c: added 'inputdeln <num>' to delete input #num (starts from 1)
7729
7730 ------------------------------------------------------------------------
7731 r10014 | gbazin | 2005-02-21 14:00:20 +0100 (lun, 21 fév 2005) | 1 line
7732 Changed paths:
7733    M /trunk/Makefile.am
7734    M /trunk/include/vlc_common.h
7735    M /trunk/modules/access/directory.c
7736    M /trunk/modules/control/http.c
7737    M /trunk/modules/demux/mkv.cpp
7738    M /trunk/modules/gui/skins2/src/theme_loader.cpp
7739    M /trunk/modules/gui/skins2/src/theme_repository.cpp
7740    M /trunk/modules/gui/wince/wince.h
7741    M /trunk/src/extras/dirent.c
7742    M /trunk/src/input/subtitles.c
7743
7744 * src/extras/dirent.c, ALL: fixed win32/ce dirent replacement and made it accessible from plugins as well.
7745 ------------------------------------------------------------------------
7746 r10013 | sigmunau | 2005-02-21 13:03:28 +0100 (lun, 21 fév 2005) | 3 lines
7747 Changed paths:
7748    M /trunk/modules/video_filter/wall.c
7749
7750 wall.c: create properly sized (multiple of two each way) windows. set
7751 correct output resolution on the created windows
7752
7753 ------------------------------------------------------------------------
7754 r10012 | fenrir | 2005-02-21 10:10:53 +0100 (lun, 21 fév 2005) | 6 lines
7755 Changed paths:
7756    M /trunk/modules/demux/livedotcom.cpp
7757
7758  * livedotcom: automatic TCP rollover when no data was received in 900ms and
7759  auto eof when no more data received in 3s (not tested a lot, so please report
7760  any problem).
7761   Do not set dts for video stream (make libmpeg2 happy).
7762  
7763
7764 ------------------------------------------------------------------------
7765 r10011 | fenrir | 2005-02-21 10:05:11 +0100 (lun, 21 fév 2005) | 2 lines
7766 Changed paths:
7767    M /trunk/modules/codec/ffmpeg/video.c
7768    M /trunk/modules/demux/mp4/mp4.c
7769
7770  * all: woops (debug messages left).
7771
7772 ------------------------------------------------------------------------
7773 r10010 | fenrir | 2005-02-21 10:03:07 +0100 (lun, 21 fév 2005) | 11 lines
7774 Changed paths:
7775    M /trunk/include/vlc_block.h
7776    M /trunk/include/vlc_es_out.h
7777    M /trunk/modules/codec/a52.c
7778    M /trunk/modules/codec/dts.c
7779    M /trunk/modules/codec/faad.c
7780    M /trunk/modules/codec/ffmpeg/audio.c
7781    M /trunk/modules/codec/ffmpeg/video.c
7782    M /trunk/modules/codec/flac.c
7783    M /trunk/modules/codec/libmpeg2.c
7784    M /trunk/modules/codec/mpeg_audio.c
7785    M /trunk/modules/codec/theora.c
7786    M /trunk/modules/demux/mp4/mp4.c
7787    M /trunk/modules/demux/ts.c
7788    M /trunk/src/input/decoder.c
7789    M /trunk/src/input/es_out.c
7790    M /trunk/src/input/input.c
7791    M /trunk/src/input/input_internal.h
7792
7793  * block: added 
7794     - BLOCK_FLAG_CORRUPTED : signal corrupted data (do not use anymore
7795  BLOCK_FLAG_DISCONTINUITY in that case)
7796     - BLOCK_FLAG_PREROLL : mark this block to be decoded (no matter what).
7797  * ffmpeg, libmpeg2: support BLOCK_FLAG_PREROLL (ie disable frame dropping).
7798  * input: added ES_OUT_SET_NEXT_DISPLAY_TIME to ease the work for preroll
7799  (untested).
7800  * mp4: added support for CTTS table (pts, needed for h264+bframe).
7801  * decoders: for now handle discontinuity and corrupted block the same way.
7802
7803
7804 ------------------------------------------------------------------------
7805 r10009 | robux4 | 2005-02-21 09:07:34 +0100 (lun, 21 fév 2005) | 1 line
7806 Changed paths:
7807    M /trunk/modules/demux/mkv.cpp
7808
7809 mkv.cpp: prepare code for multiple editions and ordered editions
7810 ------------------------------------------------------------------------
7811 r10008 | robux4 | 2005-02-21 08:52:19 +0100 (lun, 21 fév 2005) | 1 line
7812 Changed paths:
7813    M /trunk/modules/demux/mkv.cpp
7814
7815 mkv.cpp: do not spread gcc problems to other compilers
7816 ------------------------------------------------------------------------
7817 r10007 | yoann | 2005-02-21 00:22:21 +0100 (lun, 21 fév 2005) | 2 lines
7818 Changed paths:
7819    M /trunk/src/misc/vlm.c
7820
7821 * src/misc/vlm.c: added 'inputdel all' to delete all inputs of a VLM media
7822
7823 ------------------------------------------------------------------------
7824 r10004 | gbazin | 2005-02-20 22:38:36 +0100 (dim, 20 fév 2005) | 1 line
7825 Changed paths:
7826    M /trunk/modules/codec/mpeg_audio.c
7827
7828 * modules/codec/mpeg_audio.c: let ffmpeg have the priority under WinCE.
7829 ------------------------------------------------------------------------
7830 r10003 | gbazin | 2005-02-20 22:26:14 +0100 (dim, 20 fév 2005) | 1 line
7831 Changed paths:
7832    M /trunk/configure.ac
7833
7834 * configure.ac: WinCE build fix.
7835 ------------------------------------------------------------------------
7836 r10002 | zorglub | 2005-02-20 21:56:05 +0100 (dim, 20 fév 2005) | 2 lines
7837 Changed paths:
7838    M /trunk/modules/services_discovery/sap.c
7839
7840 Add sdp meta-data to playlist
7841
7842 ------------------------------------------------------------------------
7843 r10001 | yoann | 2005-02-20 21:54:03 +0100 (dim, 20 fév 2005) | 1 line
7844 Changed paths:
7845    M /trunk/src/misc/vlm.c
7846
7847 * src/misc/vlm.c: addded 'inputdel' setup command
7848 ------------------------------------------------------------------------
7849 r9999 | gbazin | 2005-02-20 21:53:01 +0100 (dim, 20 fév 2005) | 1 line
7850 Changed paths:
7851    A /trunk/INSTALL.wince
7852
7853 * INSTALL.wince: preliminary build instructions for the WinCE port of VLC.
7854 ------------------------------------------------------------------------
7855 r9998 | gbazin | 2005-02-20 21:47:04 +0100 (dim, 20 fév 2005) | 1 line
7856 Changed paths:
7857    M /trunk/modules/demux/subtitle.c
7858    M /trunk/modules/gui/wince/wince_rc.rc
7859    M /trunk/src/misc/httpd.c
7860
7861 * src/misc/httpd.c,  modules/demux/subtitle.c, modules/gui/wince/wince_rc.rc: more WinCE build fixes.
7862 ------------------------------------------------------------------------
7863 r9994 | markfm | 2005-02-20 17:05:39 +0100 (dim, 20 fév 2005) | 2 lines
7864 Changed paths:
7865    M /trunk/modules/misc/freetype.c
7866
7867 freetype.c  Change opacity to 0...255, add --freetype-color hex_RGB shortcut
7868
7869 ------------------------------------------------------------------------
7870 r9991 | gbazin | 2005-02-20 16:37:23 +0100 (dim, 20 fév 2005) | 1 line
7871 Changed paths:
7872    M /trunk/modules/video_output/wingdi.c
7873
7874 * modules/video_output/wingdi.c: major optimizations (avoid unnecessary memcpy of video frames + direct rendering for gapi).
7875 ------------------------------------------------------------------------
7876 r9990 | gbazin | 2005-02-20 16:16:12 +0100 (dim, 20 fév 2005) | 1 line
7877 Changed paths:
7878    M /trunk/modules/gui/wince/interface.cpp
7879    M /trunk/modules/gui/wince/video.cpp
7880    M /trunk/modules/gui/wince/wince.cpp
7881
7882 * modules/gui/wince: misc small fixes.
7883 ------------------------------------------------------------------------
7884 r9989 | titer | 2005-02-20 15:12:34 +0100 (dim, 20 fév 2005) | 2 lines
7885 Changed paths:
7886    M /trunk/modules/video_filter/marq.c
7887
7888  video_filter/marq.c: converted to unix file format
7889
7890 ------------------------------------------------------------------------
7891 r9988 | sigmunau | 2005-02-20 14:27:11 +0100 (dim, 20 fév 2005) | 9 lines
7892 Changed paths:
7893    M /trunk/modules/video_filter/wall.c
7894
7895 wall.c: try to make all windows in a given aspect ratio for proper
7896 fullscreen. Collect the "blackness" on the far left/right/top/bottom.
7897 todo:
7898 * Make window aspect-ratio configureable
7899 * handle anamorphic input
7900 * constain the sizes of the windows to legal values
7901 * handle some rounding errors
7902
7903
7904 ------------------------------------------------------------------------
7905 r9987 | markfm | 2005-02-20 01:12:15 +0100 (dim, 20 fév 2005) | 2 lines
7906 Changed paths:
7907    M /trunk/modules/misc/freetype.c
7908
7909 freetype.c  add --freetype-opacity (0..100%), to control text transparency
7910
7911 ------------------------------------------------------------------------
7912 r9986 | markfm | 2005-02-19 13:27:18 +0100 (sam, 19 fév 2005) | 2 lines
7913 Changed paths:
7914    M /trunk/modules/video_filter/marq.c
7915
7916 marq.c -- allow relative positioning, like logo, via --marq-pos
7917
7918 ------------------------------------------------------------------------
7919 r9985 | titer | 2005-02-19 02:58:57 +0100 (sam, 19 fév 2005) | 4 lines
7920 Changed paths:
7921    M /trunk/Makefile.am
7922    M /trunk/configure.ac
7923
7924  configure.ac: added --disable/enable-hal
7925  Makefile.am: in package-beos, use $(STRIP) instead of strip since we
7926    might be cross-compiling
7927
7928 ------------------------------------------------------------------------
7929 r9984 | titer | 2005-02-19 02:46:28 +0100 (sam, 19 fév 2005) | 5 lines
7930 Changed paths:
7931    M /trunk/modules/demux/mkv.cpp
7932
7933  demux/mkv.cpp: be gcc 2.9x friendly:
7934   + careful when using std::string's compare, it has changed with gcc 3,
7935     you have to '#if __GNUC__ >= 3' <new syntax> #else <old syntax> #endif
7936   + gcc 2.9x doesn't know at() for vectors, use iterators instead
7937
7938 ------------------------------------------------------------------------
7939 r9983 | sigmunau | 2005-02-19 00:37:25 +0100 (sam, 19 fév 2005) | 2 lines
7940 Changed paths:
7941    M /trunk/modules/video_filter/wall.c
7942
7943 wall.c: reverted previous commit, new proper fix
7944
7945 ------------------------------------------------------------------------
7946 r9982 | titer | 2005-02-18 23:48:11 +0100 (ven, 18 fév 2005) | 4 lines
7947 Changed paths:
7948    M /trunk/extras/contrib/README
7949    M /trunk/extras/contrib/bootstrap
7950    M /trunk/extras/contrib/src/Makefile
7951    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
7952
7953  contrib/*: enhanced contrib system to support cross-compilations.
7954    Give an argument to bootstrap to use it (for example
7955    `./bootstrap i586-pc-beos')
7956
7957 ------------------------------------------------------------------------
7958 r9981 | titer | 2005-02-18 17:13:11 +0100 (ven, 18 fév 2005) | 2 lines
7959 Changed paths:
7960    M /trunk/extras/contrib/src/Makefile
7961
7962  contrib/src/Makefile: fixed fribidi build on OS X != 10.2
7963
7964 ------------------------------------------------------------------------
7965 r9980 | titer | 2005-02-18 16:18:29 +0100 (ven, 18 fév 2005) | 2 lines
7966 Changed paths:
7967    M /trunk/modules/video_output/opengl.c
7968
7969  opengl.c: higher priority on OS X
7970
7971 ------------------------------------------------------------------------
7972 r9979 | sigmunau | 2005-02-18 16:13:08 +0100 (ven, 18 fév 2005) | 2 lines
7973 Changed paths:
7974    M /trunk/modules/video_filter/wall.c
7975
7976 wall.c: do not assume all windows are equal width if they are not.
7977
7978 ------------------------------------------------------------------------
7979 r9978 | titer | 2005-02-18 16:11:21 +0100 (ven, 18 fév 2005) | 4 lines
7980 Changed paths:
7981    M /trunk/modules/gui/macosx/voutgl.m
7982
7983  macosx/voutgl.m: fixed another crash (hopefully the last one).
7984    Looks like OS X delayed the window destruction, causing the crash
7985    since reshape tries to use p_vout after it's been freed.
7986
7987 ------------------------------------------------------------------------
7988 r9977 | robux4 | 2005-02-18 16:07:57 +0100 (ven, 18 fév 2005) | 1 line
7989 Changed paths:
7990    M /trunk/modules/demux/mkv.cpp
7991
7992 mkv.cpp: handle seeking the way it's supposed to work (in the future)
7993 ------------------------------------------------------------------------
7994 r9976 | titer | 2005-02-18 15:01:21 +0100 (ven, 18 fév 2005) | 3 lines
7995 Changed paths:
7996    M /trunk/modules/gui/macosx/vout.m
7997    M /trunk/modules/gui/macosx/voutgl.m
7998    M /trunk/modules/gui/macosx/voutqt.m
7999    M /trunk/modules/video_output/opengl.c
8000
8001  video_output/opengl.c: fixed a (OS X only) segfault
8002  macosx/vout*.m: cleaning
8003
8004 ------------------------------------------------------------------------
8005 r9975 | gbazin | 2005-02-18 11:49:08 +0100 (ven, 18 fév 2005) | 1 line
8006 Changed paths:
8007    M /trunk/Makefile.am
8008
8009 * Makefile.am: fixed package-win32 target
8010 ------------------------------------------------------------------------
8011 r9974 | gbazin | 2005-02-18 11:16:13 +0100 (ven, 18 fév 2005) | 1 line
8012 Changed paths:
8013    M /trunk/modules/gui/wxwindows/streamout.cpp
8014    M /trunk/modules/gui/wxwindows/wxwindows.h
8015
8016 * 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.
8017 ------------------------------------------------------------------------
8018 r9972 | fkuehne | 2005-02-17 21:43:16 +0100 (jeu, 17 fév 2005) | 1 line
8019 Changed paths:
8020    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
8021    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
8022    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
8023    M /trunk/modules/gui/macosx/playlist.h
8024    M /trunk/modules/gui/macosx/playlist.m
8025
8026 * 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
8027 ------------------------------------------------------------------------
8028 r9971 | robux4 | 2005-02-17 21:12:53 +0100 (jeu, 17 fév 2005) | 1 line
8029 Changed paths:
8030    M /trunk/modules/demux/mkv.cpp
8031
8032 mkv.cpp: fix the update of the timecode and position bar after seeking
8033 ------------------------------------------------------------------------
8034 r9970 | hartman | 2005-02-17 18:30:36 +0100 (jeu, 17 fév 2005) | 5 lines
8035 Changed paths:
8036    M /trunk/modules/gui/macosx/macosx.m
8037    M /trunk/modules/gui/macosx/playlist.m
8038
8039 * playlist.m:
8040   - Make sure cd/dvd's can be D&D and recognized. (cdda autodetection still fails)
8041   - Make sure disk names are retrieved when opening cd/dvd's
8042 * macosx.m: Give the submodules proper descriptions.
8043
8044 ------------------------------------------------------------------------
8045 r9969 | robux4 | 2005-02-17 13:39:40 +0100 (jeu, 17 fév 2005) | 1 line
8046 Changed paths:
8047    M /trunk/modules/demux/mkv.cpp
8048
8049 mkv.cpp: more debug and checks
8050 ------------------------------------------------------------------------
8051 r9968 | damienf | 2005-02-17 13:08:11 +0100 (jeu, 17 fév 2005) | 2 lines
8052 Changed paths:
8053    D /trunk/activex/axvlc.reg
8054
8055 no longer necessary, thanks to self-registration 
8056
8057 ------------------------------------------------------------------------
8058 r9967 | damienf | 2005-02-17 13:06:01 +0100 (jeu, 17 fév 2005) | 3 lines
8059 Changed paths:
8060    M /trunk/activex/Makefile.am
8061    M /trunk/activex/README.TXT
8062    M /trunk/activex/axvlc.idl
8063    A /trunk/activex/axvlc.inf
8064    M /trunk/activex/axvlc.tlb
8065    M /trunk/activex/axvlc_idl.c
8066    M /trunk/activex/axvlc_idl.h
8067    M /trunk/activex/main.cpp
8068    M /trunk/activex/oleobject.cpp
8069    M /trunk/activex/persistpropbag.cpp
8070    M /trunk/activex/plugin.cpp
8071    M /trunk/activex/plugin.h
8072    M /trunk/activex/provideclassinfo.cpp
8073    M /trunk/activex/test.html
8074    M /trunk/activex/vlccontrol.cpp
8075    M /trunk/configure.ac
8076
8077 - miscelleanous fixes and improvements
8078 - self registration (Internet installation now possible)
8079
8080 ------------------------------------------------------------------------
8081 r9966 | robux4 | 2005-02-17 11:27:41 +0100 (jeu, 17 fév 2005) | 1 line
8082 Changed paths:
8083    M /trunk/modules/demux/mkv.cpp
8084
8085 mkv.cpp: finer granularity for seeking (useful for long files)
8086 ------------------------------------------------------------------------
8087 r9965 | hartman | 2005-02-17 02:53:50 +0100 (jeu, 17 fév 2005) | 2 lines
8088 Changed paths:
8089    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
8090    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
8091    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
8092    M /trunk/modules/gui/macosx/intf.h
8093    M /trunk/modules/gui/macosx/intf.m
8094    M /trunk/modules/gui/macosx/misc.m
8095    M /trunk/modules/gui/macosx/playlist.h
8096    M /trunk/modules/gui/macosx/playlist.m
8097
8098 * 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.
8099
8100 ------------------------------------------------------------------------
8101 r9961 | robux4 | 2005-02-16 23:01:41 +0100 (mer, 16 fév 2005) | 1 line
8102 Changed paths:
8103    M /trunk/modules/demux/a52.c
8104    M /trunk/modules/demux/aac.c
8105    M /trunk/modules/demux/aiff.c
8106    M /trunk/modules/demux/au.c
8107    M /trunk/modules/demux/demuxdump.c
8108    M /trunk/modules/demux/dts.c
8109    M /trunk/modules/demux/flac.c
8110    M /trunk/modules/demux/livedotcom.cpp
8111    M /trunk/modules/demux/m3u.c
8112    M /trunk/modules/demux/mjpeg.c
8113    M /trunk/modules/demux/mkv.cpp
8114    M /trunk/modules/demux/mod.c
8115    M /trunk/modules/demux/nsv.c
8116    M /trunk/modules/demux/ogg.c
8117    M /trunk/modules/demux/ps.c
8118    M /trunk/modules/demux/pva.c
8119    M /trunk/modules/demux/rawdv.c
8120    M /trunk/modules/demux/real.c
8121    M /trunk/modules/demux/sgimb.c
8122    M /trunk/modules/demux/subtitle.c
8123    M /trunk/modules/demux/ts.c
8124    M /trunk/modules/demux/vobsub.c
8125    M /trunk/modules/demux/wav.c
8126
8127 avoid \r\n problems
8128 ------------------------------------------------------------------------
8129 r9960 | robux4 | 2005-02-16 22:16:34 +0100 (mer, 16 fév 2005) | 1 line
8130 Changed paths:
8131    M /trunk/modules/demux/mkv.cpp
8132
8133 mkv.cpp: use time-based seeking whenever possible
8134 ------------------------------------------------------------------------
8135 r9959 | fkuehne | 2005-02-16 19:00:06 +0100 (mer, 16 fév 2005) | 1 line
8136 Changed paths:
8137    M /trunk/configure.ac
8138    A /trunk/po/ne.po
8139    M /trunk/src/libvlc.h
8140    M /trunk/src/misc/darwin_specific.m
8141
8142 * ALL:  added Nepali as the last of Simos Xenitellis' list of languages
8143 ------------------------------------------------------------------------
8144 r9958 | gbazin | 2005-02-16 16:35:35 +0100 (mer, 16 fév 2005) | 1 line
8145 Changed paths:
8146    M /trunk/modules/misc/network/ipv4.c
8147
8148 * modules/misc/network/ipv4.c: WinCE fix.
8149 ------------------------------------------------------------------------
8150 r9957 | gbazin | 2005-02-16 16:34:53 +0100 (mer, 16 fév 2005) | 1 line
8151 Changed paths:
8152    M /trunk/src/extras/libc.c
8153
8154 * src/extras/libc.c: fixed vlc_strncasecmp().
8155 ------------------------------------------------------------------------
8156 r9956 | hartman | 2005-02-16 14:49:41 +0100 (mer, 16 fév 2005) | 2 lines
8157 Changed paths:
8158    M /trunk/src/video_output/vout_subpictures.c
8159
8160 * forgot to commit this yesterday after the --spu-foo renames
8161
8162 ------------------------------------------------------------------------
8163 r9955 | gbazin | 2005-02-16 09:29:47 +0100 (mer, 16 fév 2005) | 1 line
8164 Changed paths:
8165    M /trunk/configure.ac
8166    M /trunk/modules/video_output/Modules.am
8167    M /trunk/modules/video_output/wingdi.c
8168
8169 * configure.ac, modules/video_output/wingdi.c: enable wingapi vout on WinCE.
8170 ------------------------------------------------------------------------
8171 r9954 | gbazin | 2005-02-16 01:48:12 +0100 (mer, 16 fév 2005) | 1 line
8172 Changed paths:
8173    M /trunk/configure.ac
8174
8175 * configure.ac: fixed typo.
8176 ------------------------------------------------------------------------
8177 r9953 | gbazin | 2005-02-16 01:34:27 +0100 (mer, 16 fév 2005) | 1 line
8178 Changed paths:
8179    M /trunk/modules/gui/wince/Modules.am
8180    D /trunk/modules/gui/wince/wince.rc
8181    A /trunk/modules/gui/wince/wince_rc.rc (from /trunk/modules/gui/wince/wince.rc:9946)
8182
8183 * modules/gui/wince: compile the resource file as well.
8184 ------------------------------------------------------------------------
8185 r9952 | gbazin | 2005-02-15 23:44:28 +0100 (mar, 15 fév 2005) | 1 line
8186 Changed paths:
8187    M /trunk/modules/demux/ts.c
8188
8189 *  modules/demux/ts.c: WinCE fix.
8190 ------------------------------------------------------------------------
8191 r9951 | hartman | 2005-02-15 23:37:57 +0100 (mar, 15 fév 2005) | 2 lines
8192 Changed paths:
8193    M /trunk/src/libvlc.h
8194
8195 * correction of the description of audio-language
8196
8197 ------------------------------------------------------------------------
8198 r9950 | gbazin | 2005-02-15 23:36:56 +0100 (mar, 15 fév 2005) | 1 line
8199 Changed paths:
8200    M /trunk/configure.ac
8201
8202 * configure.ac: don't compile mux_ts if --disable-sout is specified.
8203 ------------------------------------------------------------------------
8204 r9949 | gbazin | 2005-02-15 23:28:31 +0100 (mar, 15 fév 2005) | 1 line
8205 Changed paths:
8206    M /trunk/configure.ac
8207
8208 * configure.ac: another wince build fix.
8209 ------------------------------------------------------------------------
8210 r9948 | gbazin | 2005-02-15 23:10:26 +0100 (mar, 15 fév 2005) | 1 line
8211 Changed paths:
8212    M /trunk/configure.ac
8213    M /trunk/src/vlc.c
8214
8215 * configure.ac, src/vlc.c: WinCE build fixes.
8216 ------------------------------------------------------------------------
8217 r9947 | gbazin | 2005-02-15 23:01:17 +0100 (mar, 15 fév 2005) | 1 line
8218 Changed paths:
8219    M /trunk/src/libvlc.c
8220
8221 * src/libvlc.c: fixed small memory leak.
8222 ------------------------------------------------------------------------
8223 r9946 | gbazin | 2005-02-15 22:56:54 +0100 (mar, 15 fév 2005) | 1 line
8224 Changed paths:
8225    M /trunk/modules/gui/wince/fileinfo.cpp
8226    M /trunk/modules/gui/wince/interface.cpp
8227    M /trunk/modules/gui/wince/iteminfo.cpp
8228    M /trunk/modules/gui/wince/menus.cpp
8229    M /trunk/modules/gui/wince/messages.cpp
8230    M /trunk/modules/gui/wince/open.cpp
8231    M /trunk/modules/gui/wince/playlist.cpp
8232    M /trunk/modules/gui/wince/preferences.cpp
8233    M /trunk/modules/gui/wince/preferences_widgets.cpp
8234    M /trunk/modules/gui/wince/subtitles.cpp
8235    M /trunk/modules/gui/wince/timer.cpp
8236    M /trunk/modules/gui/wince/wince.cpp
8237    M /trunk/modules/gui/wince/wince.h
8238    M /trunk/modules/gui/wince/wince.rc
8239
8240 * modules/gui/wince: WinCE build fixes.
8241 ------------------------------------------------------------------------
8242 r9945 | gbazin | 2005-02-15 22:40:17 +0100 (mar, 15 fév 2005) | 1 line
8243 Changed paths:
8244    M /trunk/configure.ac
8245
8246 * configure.ac: fixed typo.
8247 ------------------------------------------------------------------------
8248 r9944 | gbazin | 2005-02-15 22:26:24 +0100 (mar, 15 fév 2005) | 1 line
8249 Changed paths:
8250    M /trunk/include/vlc/vlc.h
8251
8252 * include/vlc/vlc.h: WinCE build fix.
8253 ------------------------------------------------------------------------
8254 r9943 | gbazin | 2005-02-15 22:22:47 +0100 (mar, 15 fév 2005) | 1 line
8255 Changed paths:
8256    M /trunk/m4/vlc.m4
8257
8258 * m4/vlc.m4: use proper LIBEXT when doing wince cross-compiling.
8259 ------------------------------------------------------------------------
8260 r9942 | gbazin | 2005-02-15 22:21:17 +0100 (mar, 15 fév 2005) | 1 line
8261 Changed paths:
8262    M /trunk/include/main.h
8263    M /trunk/include/vlc_threads.h
8264    M /trunk/modules/access/mms/mmstu.c
8265    M /trunk/modules/codec/cmml/browser_open.c
8266    M /trunk/modules/video_output/wingdi.c
8267    M /trunk/src/input/subtitles.c
8268    M /trunk/src/misc/configuration.c
8269    M /trunk/src/misc/modules.c
8270    M /trunk/src/misc/win32_specific.c
8271
8272 * ALL: WinCE build fixes.
8273 ------------------------------------------------------------------------
8274 r9941 | gbazin | 2005-02-15 22:11:27 +0100 (mar, 15 fév 2005) | 1 line
8275 Changed paths:
8276    M /trunk/configure.ac
8277
8278 * configure.ac: forgot to save this change.
8279 ------------------------------------------------------------------------
8280 r9940 | gbazin | 2005-02-15 22:09:09 +0100 (mar, 15 fév 2005) | 1 line
8281 Changed paths:
8282    M /trunk/Makefile.am
8283    M /trunk/configure.ac
8284
8285 * configure.ac, Makefile.am: adapted the build for the gcc wince cross-compiler.
8286 ------------------------------------------------------------------------
8287 r9939 | gbazin | 2005-02-15 21:44:22 +0100 (mar, 15 fév 2005) | 1 line
8288 Changed paths:
8289    M /trunk/modules/gui/wxwindows/messages.cpp
8290
8291 * modules/gui/wxwindows/messages.cpp: fixed insertion point in messages window.
8292 ------------------------------------------------------------------------
8293 r9938 | hartman | 2005-02-15 21:29:29 +0100 (mar, 15 fév 2005) | 5 lines
8294 Changed paths:
8295    M /trunk/NEWS
8296    M /trunk/include/vlc_es_out.h
8297    M /trunk/include/vlc_input.h
8298    M /trunk/modules/access/dvdnav.c
8299    M /trunk/modules/codec/svcdsub.c
8300    M /trunk/modules/gui/wxwindows/open.cpp
8301    M /trunk/src/input/es_out.c
8302    M /trunk/src/input/var.c
8303    M /trunk/src/libvlc.h
8304
8305 * renamed --spu-track to --sub-track
8306 * renamed --spumargin to --sub-margin
8307 * renamed --spu-language to --sub-language
8308 * added note to NEWS about changed names of options
8309
8310 ------------------------------------------------------------------------
8311 r9937 | hartman | 2005-02-15 21:03:09 +0100 (mar, 15 fév 2005) | 2 lines
8312 Changed paths:
8313    M /trunk/src/libvlc.h
8314    M /trunk/src/misc/darwin_specific.m
8315
8316 * Added the new languages to the prefs and the OSX environment.
8317
8318 ------------------------------------------------------------------------
8319 r9936 | hartman | 2005-02-15 18:34:40 +0100 (mar, 15 fév 2005) | 2 lines
8320 Changed paths:
8321    M /trunk/activex
8322
8323 * Set svn:ignore on activex dir.
8324
8325 ------------------------------------------------------------------------
8326 r9935 | hartman | 2005-02-15 18:33:58 +0100 (mar, 15 fév 2005) | 4 lines
8327 Changed paths:
8328    M /trunk/include/vlc_access.h
8329    M /trunk/include/vlc_es_out.h
8330    M /trunk/modules/codec/svcdsub.c
8331    M /trunk/modules/gui/wxwindows/open.cpp
8332    M /trunk/src/input/es_out.c
8333    M /trunk/src/input/var.c
8334    M /trunk/src/libvlc.h
8335
8336 * renamed audio-channel to audio-track so ppl don't confuse it with audio-channels
8337 * renamed spu-channel to spu-track
8338 * "Tracks settings" should be "Track settings"
8339
8340 ------------------------------------------------------------------------
8341 r9934 | courmisch | 2005-02-15 14:55:08 +0100 (mar, 15 fév 2005) | 2 lines
8342 Changed paths:
8343    M /trunk/activex/inplace.bmp
8344    M /trunk/evc/errno.h
8345    M /trunk/extras/MacOSX/Resources/about_bg.png
8346    M /trunk/modules/codec/libmpeg2.c
8347    M /trunk/modules/codec/speex.c
8348    M /trunk/modules/control/hotkeys.c
8349    M /trunk/modules/control/ntservice.c
8350    M /trunk/modules/control/rtci.c
8351    M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
8352    M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
8353    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
8354    M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
8355    M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
8356    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
8357    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
8358    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
8359    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
8360    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
8361    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
8362    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
8363    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
8364    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
8365    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
8366    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
8367    M /trunk/modules/gui/skins2/events/evt_key.cpp
8368    M /trunk/modules/gui/skins2/events/evt_mouse.cpp
8369    M /trunk/modules/gui/skins2/events/evt_scroll.cpp
8370    M /trunk/modules/gui/skins2/events/evt_special.cpp
8371    M /trunk/modules/gui/skins2/parser/builder.cpp
8372    M /trunk/modules/gui/skins2/src/anchor.cpp
8373    M /trunk/modules/gui/skins2/src/theme.cpp
8374    M /trunk/modules/gui/skins2/src/theme.hpp
8375    M /trunk/modules/gui/skins2/src/theme_loader.cpp
8376    M /trunk/modules/gui/skins2/src/theme_loader.hpp
8377    M /trunk/modules/gui/skins2/src/theme_repository.cpp
8378    M /trunk/modules/gui/skins2/src/theme_repository.hpp
8379    M /trunk/modules/gui/skins2/src/vlcproc.cpp
8380    M /trunk/modules/gui/skins2/src/vlcproc.hpp
8381    M /trunk/modules/gui/skins2/src/window_manager.cpp
8382    M /trunk/modules/gui/skins2/utils/fsm.cpp
8383    M /trunk/modules/gui/skins2/utils/var_bool.cpp
8384    M /trunk/modules/gui/skins2/utils/var_bool.hpp
8385    M /trunk/modules/gui/skins2/utils/var_text.cpp
8386    M /trunk/modules/gui/skins2/utils/var_text.hpp
8387    M /trunk/modules/gui/skins2/vars/time.cpp
8388    M /trunk/modules/gui/skins2/vars/time.hpp
8389    M /trunk/modules/gui/skins2/vars/volume.hpp
8390    M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
8391    M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
8392    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
8393    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
8394    M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
8395    M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
8396    M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
8397    M /trunk/modules/gui/wince/wince.rc
8398    M /trunk/modules/video_output/wingdi.c
8399
8400 Remove bogus executable permissions
8401
8402 ------------------------------------------------------------------------
8403 r9933 | dionoea | 2005-02-14 22:41:21 +0100 (lun, 14 fév 2005) | 5 lines
8404 Changed paths:
8405    M /trunk/doc/vlc.1
8406
8407  * small man page update. It'd be nice to the http://videolan.org/doc
8408   url somewhere but i don't know where man page conventions would put
8409   that.
8410
8411
8412 ------------------------------------------------------------------------
8413 r9932 | robux4 | 2005-02-14 22:31:18 +0100 (lun, 14 fév 2005) | 1 line
8414 Changed paths:
8415    M /trunk/modules/demux/mkv.cpp
8416
8417 mkv.cpp: don't wait for frames that won't be displayed when seeking
8418 ------------------------------------------------------------------------
8419 r9931 | robux4 | 2005-02-14 22:00:52 +0100 (lun, 14 fév 2005) | 1 line
8420 Changed paths:
8421    M /trunk/modules/demux/mkv.cpp
8422
8423 mkv.cpp: try to decode H.264 with the avc1 FourCC (same as used for the MP4 source)
8424 ------------------------------------------------------------------------
8425 r9929 | gbazin | 2005-02-14 11:12:19 +0100 (lun, 14 fév 2005) | 1 line
8426 Changed paths:
8427    M /trunk/modules/access/mms/mmsh.c
8428    M /trunk/modules/access/mms/mmstu.c
8429
8430 * modules/access/mms: fixed recent breakage.
8431 ------------------------------------------------------------------------
8432 r9928 | gbazin | 2005-02-14 10:38:51 +0100 (lun, 14 fév 2005) | 3 lines
8433 Changed paths:
8434    M /trunk/include/vlc_input.h
8435    M /trunk/modules/demux/mkv.cpp
8436
8437 * 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).
8438 * include/vlc_input.h: added an i_level member to seekpoint_t for nested chapters (patch by Steve Lhomme).
8439
8440 ------------------------------------------------------------------------
8441 r9927 | markfm | 2005-02-13 23:16:48 +0100 (dim, 13 fév 2005) | 2 lines
8442 Changed paths:
8443    M /trunk/modules/gui/wxwindows/wizard.cpp
8444
8445 wizard.cpp -- Change video and audio codec comboboxes to wxCB_DROPDOWN| wxCB_READONLY
8446
8447 ------------------------------------------------------------------------
8448 r9926 | markfm | 2005-02-13 17:16:15 +0100 (dim, 13 fév 2005) | 2 lines
8449 Changed paths:
8450    M /trunk/modules/gui/wxwindows/wizard.cpp
8451
8452 wizard.cpp -- change checkboxes to use wxALIGN_CENTER_VERTICAL|wxALL instead of wxLEFT (alignment fix)
8453
8454 ------------------------------------------------------------------------
8455 r9924 | fkuehne | 2005-02-12 13:41:00 +0100 (sam, 12 fév 2005) | 1 line
8456 Changed paths:
8457    M /trunk/extras/contrib/src/Makefile
8458    D /trunk/extras/contrib/src/Patches/ebml.patch
8459    D /trunk/extras/contrib/src/Patches/matroska.patch
8460    M /trunk/extras/contrib/src/packages.mak
8461
8462 * 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
8463 ------------------------------------------------------------------------
8464 r9923 | fkuehne | 2005-02-12 12:46:32 +0100 (sam, 12 fév 2005) | 1 line
8465 Changed paths:
8466    M /trunk/po/POTFILES.in
8467    M /trunk/po/bn.po
8468    M /trunk/po/da.po
8469    M /trunk/po/de.po
8470    M /trunk/po/el.po
8471    M /trunk/po/en_GB.po
8472    M /trunk/po/es.po
8473    M /trunk/po/fr.po
8474    M /trunk/po/hi.po
8475    M /trunk/po/hu.po
8476    M /trunk/po/it.po
8477    M /trunk/po/ja.po
8478    M /trunk/po/my.po
8479    M /trunk/po/nl.po
8480    M /trunk/po/no.po
8481    M /trunk/po/pl.po
8482    M /trunk/po/ps.po
8483    M /trunk/po/pt_BR.po
8484    M /trunk/po/ru.po
8485    M /trunk/po/sv.po
8486    M /trunk/po/tet.po
8487    M /trunk/po/tl.po
8488    M /trunk/po/vlc.pot
8489
8490 * all: brought the po-files in sync with each other (i.e. ran ./toolbox --update-po)
8491 ------------------------------------------------------------------------
8492 r9922 | gbazin | 2005-02-12 12:00:56 +0100 (sam, 12 fév 2005) | 6 lines
8493 Changed paths:
8494    M /trunk/modules/access/http.c
8495    M /trunk/modules/access/mms/mmsh.c
8496    M /trunk/modules/access/mms/mmstu.c
8497    M /trunk/modules/demux/livedotcom.cpp
8498
8499 * modules/access/http.c,modules/access/mmsh,modules/demux/livedotcom.cpp: Disable clock synchro 
8500 algorithm for http/mms/rtsp by default for now since our algo was designed for local network 
8501 streaming of MPEG over UDP in mind and doesn't work well in other cases.
8502 You can still use the --clock-synchro config option to override this.
8503 Hopefully this commit will be reverted once the clock synchro has been re-written.
8504
8505 ------------------------------------------------------------------------
8506 r9921 | fkuehne | 2005-02-12 11:38:14 +0100 (sam, 12 fév 2005) | 1 line
8507 Changed paths:
8508    A /trunk/po/bn.po
8509    A /trunk/po/hi.po
8510    A /trunk/po/my.po
8511    A /trunk/po/ps.po
8512    A /trunk/po/tet.po
8513    A /trunk/po/tl.po
8514
8515 sorry for the previous commit. here are the new po-files.
8516 ------------------------------------------------------------------------
8517 r9920 | fkuehne | 2005-02-12 11:33:45 +0100 (sam, 12 fév 2005) | 1 line
8518 Changed paths:
8519    M /trunk/configure.ac
8520    M /trunk/po/da.po
8521    M /trunk/po/de.po
8522    M /trunk/po/en_GB.po
8523    M /trunk/po/es.po
8524    M /trunk/po/fr.po
8525    M /trunk/po/hu.po
8526    M /trunk/po/it.po
8527    M /trunk/po/ja.po
8528    M /trunk/po/nl.po
8529    M /trunk/po/no.po
8530    M /trunk/po/pl.po
8531    M /trunk/po/pt_BR.po
8532    M /trunk/po/ru.po
8533    M /trunk/po/sv.po
8534    M /trunk/po/vlc.pot
8535
8536 * all: initial translations to Hindi, Pashto, Burmese, Tetum, Tagalog and Bengali by Simos Xenitellis' team
8537 ------------------------------------------------------------------------
8538 r9919 | gbazin | 2005-02-11 13:36:22 +0100 (ven, 11 fév 2005) | 1 line
8539 Changed paths:
8540    M /trunk/modules/access/dvdnav.c
8541
8542 * modules/access/dvdnav.c: fixed typo.
8543 ------------------------------------------------------------------------
8544 r9918 | damienf | 2005-02-11 12:39:04 +0100 (ven, 11 fév 2005) | 1 line
8545 Changed paths:
8546    M /trunk/modules/gui/skins2/src/theme_loader.cpp
8547
8548 GCC 3.3.3 has strong type checking
8549 ------------------------------------------------------------------------
8550 r9917 | gbazin | 2005-02-11 11:57:03 +0100 (ven, 11 fév 2005) | 1 line
8551 Changed paths:
8552    M /trunk/modules/gui/wxwindows/bookmarks.cpp
8553    M /trunk/modules/gui/wxwindows/interface.cpp
8554    M /trunk/modules/gui/wxwindows/video.cpp
8555    M /trunk/modules/gui/wxwindows/wxwindows.h
8556
8557 * modules/gui/wxwindows: MSVC fixes for the wxwindows interface plugin. Patch by Steve Lhomme (steve dot lhomme at free dot fr) + modifications by me.
8558 ------------------------------------------------------------------------
8559 r9916 | zorglub | 2005-02-11 11:30:09 +0100 (ven, 11 fév 2005) | 2 lines
8560 Changed paths:
8561    M /trunk/THANKS
8562
8563 Added Steve Lhomme to the list of contributors. Thanks :)
8564
8565 ------------------------------------------------------------------------
8566 r9915 | gbazin | 2005-02-11 11:03:50 +0100 (ven, 11 fév 2005) | 4 lines
8567 Changed paths:
8568    M /trunk/msvc/plugins.dsp.in
8569    M /trunk/msvc/vlc.dsp.in
8570
8571 * msvc/*: MSVC patch by Steve Lhomme (steve dot lhomme at free dot fr).
8572   Here is a patch to have the same file names and locations as the mingw32 build.
8573   It also put .pdb files in debug mode next to the build files to allow debugging even when you're coding another module...
8574
8575 ------------------------------------------------------------------------
8576 r9914 | gbazin | 2005-02-10 15:45:34 +0100 (jeu, 10 fév 2005) | 1 line
8577 Changed paths:
8578    M /trunk/src/libvlc.c
8579    M /trunk/src/libvlc.h
8580
8581 * src/libvlc.c,h: new --help-verbose option that activates printing of longtext descriptions for config options.
8582 ------------------------------------------------------------------------
8583 r9913 | gbazin | 2005-02-10 14:43:10 +0100 (jeu, 10 fév 2005) | 1 line
8584 Changed paths:
8585    M /trunk/src/libvlc.c
8586
8587 * src/libvlc.c: help now prints the list of integer values.
8588 ------------------------------------------------------------------------
8589 r9912 | gbazin | 2005-02-10 14:26:52 +0100 (jeu, 10 fév 2005) | 1 line
8590 Changed paths:
8591    M /trunk/src/input/input.c
8592    M /trunk/src/input/var.c
8593    M /trunk/src/libvlc.h
8594
8595 * src/libvlc.h, src/input/: new --clock-synchro option to enable/disable the input clock synchronisation algorithm.
8596 ------------------------------------------------------------------------
8597 r9911 | gbazin | 2005-02-10 12:58:12 +0100 (jeu, 10 fév 2005) | 1 line
8598 Changed paths:
8599    M /trunk/modules/gui/skins2/src/theme_loader.cpp
8600
8601 * modules/gui/skins2/src/theme_loader.cpp: portability fix (gzopen_frontend() is still borked on 64bits platforms).
8602 ------------------------------------------------------------------------
8603 r9910 | gbazin | 2005-02-10 12:56:54 +0100 (jeu, 10 fév 2005) | 1 line
8604 Changed paths:
8605    M /trunk/modules/gui/wxwindows/playlist.cpp
8606
8607 * modules/gui/wxwindows: do not use INSERT_ELEM in c++ code.
8608 ------------------------------------------------------------------------
8609 r9909 | gbazin | 2005-02-10 11:32:54 +0100 (jeu, 10 fév 2005) | 1 line
8610 Changed paths:
8611    M /trunk/modules/gui/wxwindows/interface.cpp
8612    M /trunk/modules/gui/wxwindows/playlist.cpp
8613
8614 * modules/gui/wxwindows/*: keep compatibility with wxWidgets 2.4.x + changed default playlist size.
8615 ------------------------------------------------------------------------
8616 r9908 | gbazin | 2005-02-09 14:52:40 +0100 (mer, 09 fév 2005) | 1 line
8617 Changed paths:
8618    M /trunk/modules/gui/wxwindows/interface.cpp
8619
8620 * modules/gui/wxwindows/interface.cpp: toolbar flickering fix.
8621 ------------------------------------------------------------------------
8622 r9907 | gbazin | 2005-02-09 11:45:26 +0100 (mer, 09 fév 2005) | 1 line
8623 Changed paths:
8624    M /trunk/modules/demux/mkv.cpp
8625
8626 * modules/demux/mkv.cpp: compilation fixes.
8627 ------------------------------------------------------------------------
8628 r9906 | gbazin | 2005-02-09 11:09:41 +0100 (mer, 09 fév 2005) | 3 lines
8629 Changed paths:
8630    M /trunk/configure.ac
8631    M /trunk/modules/demux/mkv.cpp
8632
8633 * 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.
8634 This will be useful to find segments corresponding to the different titles/domains (as in DVDs).
8635
8636 ------------------------------------------------------------------------
8637 r9905 | gbazin | 2005-02-09 10:37:08 +0100 (mer, 09 fév 2005) | 1 line
8638 Changed paths:
8639    M /trunk/src/extras/libc.c
8640
8641 * src/extras/libc.c: removed unused vlc_seek().
8642 ------------------------------------------------------------------------
8643 r9904 | fenrir | 2005-02-08 18:05:37 +0100 (mar, 08 fév 2005) | 2 lines
8644 Changed paths:
8645    M /trunk/modules/demux/ts.c
8646
8647  * ts: correct use of descriptor 0x5 (for ac3 and lpcm too).
8648
8649 ------------------------------------------------------------------------
8650 r9903 | fenrir | 2005-02-08 18:02:49 +0100 (mar, 08 fév 2005) | 2 lines
8651 Changed paths:
8652    M /trunk/include/vlc_access.h
8653    M /trunk/modules/access/mms/mmsh.c
8654    M /trunk/modules/access/mms/mmstu.c
8655    M /trunk/modules/demux/asf/asf.c
8656    M /trunk/src/input/stream.c
8657
8658  * all: better support for MBR mms stream (display only received streams).
8659
8660 ------------------------------------------------------------------------
8661 r9902 | fenrir | 2005-02-08 18:00:18 +0100 (mar, 08 fév 2005) | 13 lines
8662 Changed paths:
8663    M /trunk/modules/access/dvdnav.c
8664    M /trunk/src/input/es_out.c
8665    M /trunk/src/input/var.c
8666    M /trunk/src/libvlc.h
8667
8668  * all: added a --audio-language and --spu-language to select tracks based
8669  on language code.
8670  Both options accepts a list (comma separated) of country code(2/3 letters)
8671 or name (english/native).
8672  For demuxers that doesn't provide language info, they are ignored.
8673
8674  Support for dvdnav isn't complete (only first language is tried) and untested.
8675
8676  Ex: --spu-language en,fr will try to select english track and if none
8677  then french one (and if none, no subtitle).
8678  (you can also use --spu-language english,french or english,francais)
8679  
8680
8681 ------------------------------------------------------------------------
8682 r9901 | fenrir | 2005-02-08 17:45:47 +0100 (mar, 08 fév 2005) | 2 lines
8683 Changed paths:
8684    M /trunk/modules/control/http.c
8685
8686  * http: add a redirect from */index.html to */
8687
8688 ------------------------------------------------------------------------
8689 r9900 | zorglub | 2005-02-08 17:38:18 +0100 (mar, 08 fév 2005) | 3 lines
8690 Changed paths:
8691    M /trunk/modules/gui/wxwindows/Modules.am
8692    M /trunk/modules/gui/wxwindows/bookmarks.cpp
8693
8694 Include missing images to dist
8695 Autofocus the OK button in bookmark edit
8696
8697 ------------------------------------------------------------------------
8698 r9898 | jpsaman | 2005-02-08 15:33:40 +0100 (mar, 08 fév 2005) | 2 lines
8699 Changed paths:
8700    M /trunk/Makefile.am
8701
8702 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.
8703
8704 ------------------------------------------------------------------------
8705 r9897 | gbazin | 2005-02-08 15:18:05 +0100 (mar, 08 fév 2005) | 1 line
8706 Changed paths:
8707    M /trunk/include/vlc_common.h
8708
8709 * include/vlc_common.h: avoid compiler warnings.
8710 ------------------------------------------------------------------------
8711 r9893 | markfm | 2005-02-08 03:32:44 +0100 (mar, 08 fév 2005) | 2 lines
8712 Changed paths:
8713    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
8714
8715 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.
8716
8717 ------------------------------------------------------------------------
8718 r9892 | courmisch | 2005-02-07 23:34:21 +0100 (lun, 07 fév 2005) | 2 lines
8719 Changed paths:
8720    M /trunk/include/stream_output.h
8721    M /trunk/src/stream_output/announce.c
8722    M /trunk/src/stream_output/sap.c
8723
8724 fix two memleaks and remove a bogus net_Close()
8725
8726 ------------------------------------------------------------------------
8727 r9891 | courmisch | 2005-02-07 21:34:08 +0100 (lun, 07 fév 2005) | 2 lines
8728 Changed paths:
8729    M /trunk/modules/stream_out/standard.c
8730
8731 - Fixes a segmentation fault in sout_AnnounceSessionDestroy
8732
8733 ------------------------------------------------------------------------
8734 r9890 | gbazin | 2005-02-07 11:44:49 +0100 (lun, 07 fév 2005) | 2 lines
8735 Changed paths:
8736    M /trunk/include/modules_inner.h
8737    M /trunk/include/vlc_common.h
8738    M /trunk/modules/codec/ffmpeg/audio.c
8739    M /trunk/modules/codec/ffmpeg/encoder.c
8740
8741 * 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.
8742
8743 ------------------------------------------------------------------------
8744 r9889 | courmisch | 2005-02-06 19:31:58 +0100 (dim, 06 fév 2005) | 2 lines
8745 Changed paths:
8746    M /trunk/modules/access/smb.c
8747
8748 Compile fix, unbreak smb access on Linux
8749
8750 ------------------------------------------------------------------------
8751 r9888 | zorglub | 2005-02-06 18:55:47 +0100 (dim, 06 fév 2005) | 3 lines
8752 Changed paths:
8753    M /trunk/modules/gui/wxwindows/playlist.cpp
8754    M /trunk/modules/gui/wxwindows/wxwindows.h
8755    M /trunk/modules/services_discovery/daap.c
8756
8757 * wx: Ensure that callbacks are not registered twice
8758 * DAAP: don't crash if connection to host timeouts
8759
8760 ------------------------------------------------------------------------
8761 r9887 | zorglub | 2005-02-06 17:54:12 +0100 (dim, 06 fév 2005) | 3 lines
8762 Changed paths:
8763    M /trunk/modules/demux/subtitle.c
8764    M /trunk/modules/services_discovery/daap.c
8765    M /trunk/src/input/var.c
8766
8767 Fix subtitle delay < 0 
8768 DAAP compile fix
8769
8770 ------------------------------------------------------------------------
8771 r9886 | courmisch | 2005-02-06 17:12:35 +0100 (dim, 06 fév 2005) | 2 lines
8772 Changed paths:
8773    M /trunk/configure.ac
8774
8775 - Fix previous buggy commit
8776
8777 ------------------------------------------------------------------------
8778 r9885 | courmisch | 2005-02-06 17:02:24 +0100 (dim, 06 fév 2005) | 3 lines
8779 Changed paths:
8780    M /trunk/Makefile.am
8781    M /trunk/configure.ac
8782
8783 - Fix building of vlc-config
8784   VLC can now be built in a subdirectory
8785
8786 ------------------------------------------------------------------------
8787 r9884 | zorglub | 2005-02-06 13:05:43 +0100 (dim, 06 fév 2005) | 8 lines
8788 Changed paths:
8789    M /trunk/include/vlc_playlist.h
8790    M /trunk/modules/gui/macosx/playlist.m
8791    M /trunk/modules/gui/wxwindows/playlist.cpp
8792    M /trunk/modules/gui/wxwindows/wxwindows.h
8793    M /trunk/modules/services_discovery/daap.c
8794    M /trunk/modules/services_discovery/hal.c
8795    M /trunk/modules/services_discovery/sap.c
8796    M /trunk/src/playlist/view.c
8797
8798 * wx : simplify some code, remove some useless duplications
8799        hopefully prevent deadlocks
8800
8801 * 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.
8802
8803 * SAP/DAAP : Ensure that the  node gets removed on quit
8804 * HAL : Remove the node on quit and fix f**age of the Close function
8805
8806 ------------------------------------------------------------------------
8807 r9883 | courmisch | 2005-02-05 15:40:38 +0100 (sam, 05 fév 2005) | 3 lines
8808 Changed paths:
8809    M /trunk/include/stream_output.h
8810    M /trunk/modules/services_discovery/sap.c
8811    M /trunk/src/stream_output/sap.c
8812
8813 * convert SAP announce name & group from locale to UTF-8
8814 * fix bug in previous SAP commit
8815
8816 ------------------------------------------------------------------------
8817 r9882 | sigmunau | 2005-02-05 13:33:27 +0100 (sam, 05 fév 2005) | 2 lines
8818 Changed paths:
8819    M /trunk/src/input/control.c
8820
8821 input/control.c: fix diviton by zero on selection bytebased bookmarks in live streams
8822
8823 ------------------------------------------------------------------------
8824 r9881 | andrep | 2005-02-04 17:13:11 +0100 (ven, 04 fév 2005) | 3 lines
8825 Changed paths:
8826    M /trunk/modules/video_filter/scale.c
8827
8828 * 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
8829
8830
8831 ------------------------------------------------------------------------
8832 r9880 | courmisch | 2005-02-04 13:35:15 +0100 (ven, 04 fév 2005) | 5 lines
8833 Changed paths:
8834    M /trunk/modules/services_discovery/sap.c
8835
8836 Attempts to recode SAP announces from UTF-8 to user's charset
8837 (will fix improperly encoded playlist items when the user's charset
8838 does not match the SAP announcer's one, provided all SAP announce be
8839 made into UTF-8)
8840
8841 ------------------------------------------------------------------------
8842 r9879 | courmisch | 2005-02-04 13:14:52 +0100 (ven, 04 fév 2005) | 2 lines
8843 Changed paths:
8844    M /trunk/modules/services_discovery/sap.c
8845
8846 * Mem leak fixed
8847
8848 ------------------------------------------------------------------------
8849 r9876 | titer | 2005-02-03 21:47:50 +0100 (jeu, 03 fév 2005) | 2 lines
8850 Changed paths:
8851    M /trunk/modules/gui/beos/VideoOutput.cpp
8852
8853  beos/VideoOutput.cpp: added yet another overlay mode (minimum VRAM usage)
8854
8855 ------------------------------------------------------------------------
8856 r9875 | gbazin | 2005-02-03 13:11:28 +0100 (jeu, 03 fév 2005) | 1 line
8857 Changed paths:
8858    M /trunk/modules/packetizer/mpeg4video.c
8859
8860 * modules/packetizer/mpeg4video.c: oops, don't forget to handle streams where only the DTS is available.
8861 ------------------------------------------------------------------------
8862 r9873 | gbazin | 2005-02-02 16:54:00 +0100 (mer, 02 fév 2005) | 1 line
8863 Changed paths:
8864    M /trunk/modules/packetizer/mpeg4video.c
8865
8866 * modules/packetizer/mpeg4video.c: proper PTS/DTS calculation.
8867 ------------------------------------------------------------------------
8868 r9872 | bigben | 2005-02-01 18:14:29 +0100 (mar, 01 fév 2005) | 3 lines
8869 Changed paths:
8870    M /trunk/modules/access/v4l/v4l.c
8871
8872 Typo lalalala
8873
8874
8875 ------------------------------------------------------------------------
8876 r9871 | oaubert | 2005-02-01 17:46:22 +0100 (mar, 01 fév 2005) | 2 lines
8877 Changed paths:
8878    M /trunk/modules/misc/svg.c
8879
8880 svg.c: ported the code for vlc 0.8.1 (as a video filter)
8881
8882 ------------------------------------------------------------------------
8883 r9870 | andrep | 2005-02-01 17:02:40 +0100 (mar, 01 fév 2005) | 1 line
8884 Changed paths:
8885    M /trunk/modules/codec/theora.c
8886
8887 * modules/codec/theora.c: correctly display x-offset video
8888 ------------------------------------------------------------------------
8889 r9869 | hartman | 2005-02-01 14:48:53 +0100 (mar, 01 fév 2005) | 2 lines
8890 Changed paths:
8891    M /trunk/extras/contrib/src/Makefile
8892
8893 * Fix theora contrib
8894
8895 ------------------------------------------------------------------------
8896 r9866 | markfm | 2005-02-01 03:11:02 +0100 (mar, 01 fév 2005) | 2 lines
8897 Changed paths:
8898    M /trunk/modules/gui/wxwindows/wizard.cpp
8899
8900 wizard update -- set default vbitrate, abitrate (courtesy of zorglub), make boxes wxCB_READONLY to restrict choices
8901
8902 ------------------------------------------------------------------------
8903 r9863 | gbazin | 2005-01-31 12:41:03 +0100 (lun, 31 jan 2005) | 1 line
8904 Changed paths:
8905    M /trunk/configure.ac
8906
8907 * configure.ac: hopefully the final fix for the c++ build.
8908 ------------------------------------------------------------------------
8909 r9862 | gbazin | 2005-01-31 11:07:27 +0100 (lun, 31 jan 2005) | 1 line
8910 Changed paths:
8911    M /trunk/modules/codec/vorbis.c
8912    M /trunk/src/misc/vlm.c
8913
8914 * src/misc/vlm.c, modules/codec/vorbis.c: MSVC compilation fixes by Steve Lhomme (steve dot lhomme at free dot fr).
8915 ------------------------------------------------------------------------
8916 r9861 | markfm | 2005-01-30 15:26:47 +0100 (dim, 30 jan 2005) | 2 lines
8917 Changed paths:
8918    M /trunk/modules/gui/wxwindows/open.cpp
8919    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
8920
8921 wxwindows update for WIN32 wxSpinCtrl, restrict range to valid integer (-32768, 32767)
8922
8923 ------------------------------------------------------------------------
8924 r9860 | zorglub | 2005-01-30 14:23:18 +0100 (dim, 30 jan 2005) | 2 lines
8925 Changed paths:
8926    M /trunk/modules/gui/wxwindows/extrapanel.cpp
8927    M /trunk/modules/gui/wxwindows/open.cpp
8928    M /trunk/modules/gui/wxwindows/wizard.cpp
8929    M /trunk/modules/gui/wxwindows/wxwindows.h
8930
8931 Uninitialized values
8932
8933 ------------------------------------------------------------------------
8934 r9859 | sam | 2005-01-30 12:41:23 +0100 (dim, 30 jan 2005) | 2 lines
8935 Changed paths:
8936    M /trunk/configure.ac
8937
8938   * configure.ac: Scrogneugneu, fixed the C++ build.
8939
8940 ------------------------------------------------------------------------
8941 r9858 | rocky | 2005-01-30 04:31:51 +0100 (dim, 30 jan 2005) | 2 lines
8942 Changed paths:
8943    M /trunk/modules/access/cdda/access.c
8944
8945 Use cdio-native name for paranoia read.
8946
8947 ------------------------------------------------------------------------
8948 r9854 | zorglub | 2005-01-29 17:32:14 +0100 (sam, 29 jan 2005) | 2 lines
8949 Changed paths:
8950    M /trunk/modules/demux/mkv.cpp
8951
8952 H264 support in mkv, patch by Steve Lhomme
8953
8954 ------------------------------------------------------------------------
8955 r9853 | markfm | 2005-01-29 17:15:16 +0100 (sam, 29 jan 2005) | 2 lines
8956 Changed paths:
8957    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
8958
8959 preferences wxSpinCtrl hack for WIN32 (make up arrow increase value)
8960
8961 ------------------------------------------------------------------------
8962 r9852 | zorglub | 2005-01-29 16:22:53 +0100 (sam, 29 jan 2005) | 4 lines
8963 Changed paths:
8964    M /trunk/modules/LIST
8965    M /trunk/modules/misc/logger.c
8966    M /trunk/src/libvlc.h
8967    M /trunk/src/video_output/vout_subpictures.c
8968
8969 * A few string and organization fixes in preferences
8970 * Update the LIST
8971 * Coding style fixes
8972
8973 ------------------------------------------------------------------------
8974 r9851 | sam | 2005-01-29 15:49:34 +0100 (sam, 29 jan 2005) | 2 lines
8975 Changed paths:
8976    M /trunk/configure.ac
8977
8978   * configure.ac: Finished support for C++-disabled systems.
8979
8980 ------------------------------------------------------------------------
8981 r9850 | sigmunau | 2005-01-29 15:12:32 +0100 (sam, 29 jan 2005) | 2 lines
8982 Changed paths:
8983    M /trunk/modules/gui/wxwindows/wizard.cpp
8984
8985 wizard.cpp: Layout fixes on the input page
8986
8987 ------------------------------------------------------------------------
8988 r9849 | sigmunau | 2005-01-29 14:28:14 +0100 (sam, 29 jan 2005) | 5 lines
8989 Changed paths:
8990    M /trunk/modules/gui/wxwindows/wizard.cpp
8991
8992 wxwindows/wizard.cpp: run Layout() on the sizers when changing output method
8993 in the streaming method page of the wizard, in order to properly show all
8994 text. Hardcode the top spacing in order to prevent controls from moving
8995 around on Layout(). reported by markfm
8996
8997 ------------------------------------------------------------------------
8998 r9848 | sigmunau | 2005-01-29 13:41:35 +0100 (sam, 29 jan 2005) | 5 lines
8999 Changed paths:
9000    M /trunk/modules/gui/wxwindows/wizard.cpp
9001    M /trunk/modules/gui/wxwindows/wxwindows.h
9002
9003 wxwindows/wizard.cpp: fixed a crash when pressing Ok in Open-dialog without
9004 actually selecting anything (reported by Trax)
9005 both: fix a compiler warning (c++ likes function that don't change their
9006 parameters to declare them const)
9007
9008 ------------------------------------------------------------------------
9009 r9846 | sam | 2005-01-28 16:37:09 +0100 (ven, 28 jan 2005) | 2 lines
9010 Changed paths:
9011    M /trunk/configure.ac
9012
9013   * configure.ac: Attempt to work without a C++ compiler.
9014
9015 ------------------------------------------------------------------------
9016 r9845 | gbazin | 2005-01-28 15:17:38 +0100 (ven, 28 jan 2005) | 1 line
9017 Changed paths:
9018    M /trunk/Makefile.am
9019
9020 * Makefile.am: include the activex plugin in package-win32-base.
9021 ------------------------------------------------------------------------
9022 r9844 | hartman | 2005-01-28 02:04:58 +0100 (ven, 28 jan 2005) | 2 lines
9023 Changed paths:
9024    M /trunk/modules/access/cdda/access.c
9025
9026 * 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
9027
9028 ------------------------------------------------------------------------
9029 r9843 | hartman | 2005-01-28 01:44:31 +0100 (ven, 28 jan 2005) | 2 lines
9030 Changed paths:
9031    M /trunk/modules/gui/macosx/playlist.m
9032    M /trunk/modules/gui/macosx/playlistinfo.m
9033
9034 * Two small bugs in the OSX intf
9035
9036 ------------------------------------------------------------------------
9037 r9842 | hartman | 2005-01-27 23:33:15 +0100 (jeu, 27 jan 2005) | 2 lines
9038 Changed paths:
9039    M /trunk/src/video_output/video_output.c
9040
9041 * src/video_output/video_output.c: Fixed the SuxorThread. The thread didn't declare itself ready :(
9042
9043 ------------------------------------------------------------------------
9044 r9841 | hartman | 2005-01-27 22:56:34 +0100 (jeu, 27 jan 2005) | 2 lines
9045 Changed paths:
9046    M /trunk/src/playlist/playlist.c
9047
9048 * src/playlist/playlist.c: Don't touch object_lock vlc_object_create and vlc_object_destroy already take care of it.
9049
9050 ------------------------------------------------------------------------
9051 r9840 | gbazin | 2005-01-27 18:05:25 +0100 (jeu, 27 jan 2005) | 1 line
9052 Changed paths:
9053    M /trunk/modules/codec/dvbsub.c
9054
9055 * modules/codec/dvbsub.c: don't render empty subtitles when we receive subtitles data that doesn't match our subtitles page id.
9056 ------------------------------------------------------------------------
9057 r9839 | gbazin | 2005-01-27 17:44:31 +0100 (jeu, 27 jan 2005) | 1 line
9058 Changed paths:
9059    M /trunk/modules/demux/ts.c
9060
9061 * modules/demux/ts.c: fixed typo for DVB subtitles descriptor parsing (only affects multiple tracks streams).
9062 ------------------------------------------------------------------------
9063 r9838 | gbazin | 2005-01-27 16:44:34 +0100 (jeu, 27 jan 2005) | 1 line
9064 Changed paths:
9065    M /trunk/configure.ac
9066    M /trunk/modules/access/smb.c
9067
9068 * modules/access/smb.c: win32 implementation which doesn't depend on libsmbclient + proper URI parsing.
9069 ------------------------------------------------------------------------
9070 r9837 | hartman | 2005-01-27 15:03:48 +0100 (jeu, 27 jan 2005) | 2 lines
9071 Changed paths:
9072    M /trunk/extras/contrib/Makefile
9073
9074 * contrib/Makefile: use tabs, not spaces in Makefile
9075
9076 ------------------------------------------------------------------------
9077 r9836 | gbazin | 2005-01-27 13:51:21 +0100 (jeu, 27 jan 2005) | 1 line
9078 Changed paths:
9079    M /trunk/configure.ac
9080    M /trunk/modules/access/Modules.am
9081    A /trunk/modules/access/smb.c
9082
9083 * modules/access/smb.c: new SMB/CIFS access module using libsmbclient.
9084 ------------------------------------------------------------------------
9085 r9835 | sigmunau | 2005-01-27 12:50:39 +0100 (jeu, 27 jan 2005) | 2 lines
9086 Changed paths:
9087    M /trunk/modules/demux/mkv.cpp
9088
9089 mkc.cpp: fix crash on invalid tracks
9090
9091 ------------------------------------------------------------------------
9092 r9834 | fkuehne | 2005-01-27 02:14:24 +0100 (jeu, 27 jan 2005) | 1 line
9093 Changed paths:
9094    M /trunk/modules/gui/macosx/prefs.m
9095
9096 * VLCPrefs's delloc method got accidentally removed while splitting the nibs. Re-added it again.
9097 ------------------------------------------------------------------------
9098 r9833 | fkuehne | 2005-01-27 01:49:46 +0100 (jeu, 27 jan 2005) | 2 lines
9099 Changed paths:
9100    M /trunk/extras/contrib/Makefile
9101    M /trunk/extras/contrib/src/Makefile
9102
9103 * contrib/Makefile: remove the BUILDDIRS on clean-src as well to prevent the disposal of outdated stuff and its mixture with newer libraries
9104 * contrib/src/Makefile: touch .aclocal after copying the aclocal files, so this isn't done everytime make runs
9105 ------------------------------------------------------------------------
9106 r9832 | gbazin | 2005-01-26 17:12:37 +0100 (mer, 26 jan 2005) | 1 line
9107 Changed paths:
9108    M /trunk/src/input/stream.c
9109    M /trunk/src/libvlc.h
9110
9111 * 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.
9112 ------------------------------------------------------------------------
9113 r9831 | rocky | 2005-01-26 14:05:14 +0100 (mer, 26 jan 2005) | 5 lines
9114 Changed paths:
9115    M /trunk/configure.ac
9116    M /trunk/modules/access/cdda/access.c
9117    M /trunk/modules/access/cdda/cdda.c
9118    M /trunk/modules/access/cdda/cdda.h
9119    M /trunk/modules/access/cdda/info.c
9120    M /trunk/modules/access/vcdx/access.c
9121    M /trunk/modules/access/vcdx/info.c
9122    M /trunk/modules/access/vcdx/vcdplayer.c
9123    M /trunk/modules/access/vcdx/vcdplayer.h
9124
9125 configure.ac: reinstate libcdio CD-DA and VCD plugins (on demand)
9126 cdda/*: add basic cd-paranoia mode via libcdio.
9127 vcdx/*: changes dictated by new regime
9128  
9129
9130 ------------------------------------------------------------------------
9131 r9830 | gbazin | 2005-01-26 09:18:46 +0100 (mer, 26 jan 2005) | 1 line
9132 Changed paths:
9133    M /trunk/modules/video_output/Modules.am
9134    M /trunk/modules/video_output/wingdi.c
9135
9136 * modules/video_output/wingdi.c: improvements + embedded support + GAPI support for WinCE. Needs some more work as well for fullscreen support.
9137 ------------------------------------------------------------------------
9138 r9826 | fenrir | 2005-01-25 15:15:08 +0100 (mar, 25 jan 2005) | 2 lines
9139 Changed paths:
9140    M /trunk/src/input/es_out.c
9141
9142  * es_out: fix program change on the fly.
9143
9144 ------------------------------------------------------------------------
9145 r9824 | dionoea | 2005-01-25 00:42:14 +0100 (mar, 25 jan 2005) | 2 lines
9146 Changed paths:
9147    M /trunk/src/video_output/vout_intf.c
9148
9149  * remove unused home_dir from fprintf style function
9150
9151 ------------------------------------------------------------------------
9152 r9823 | dionoea | 2005-01-24 23:57:09 +0100 (lun, 24 jan 2005) | 4 lines
9153 Changed paths:
9154    M /trunk/src/video_output/vout_intf.c
9155
9156  * under windows, default directory to save snapshots is now the user's
9157    My Pictures (or Mes Images ... depending on locale) directory
9158
9159
9160 ------------------------------------------------------------------------
9161 r9822 | hartman | 2005-01-24 21:46:20 +0100 (lun, 24 jan 2005) | 7 lines
9162 Changed paths:
9163    M /trunk/modules/control/rc.c
9164    M /trunk/modules/control/rtci.c
9165
9166 * modules/control/rc.c:
9167  - New commands fastforward and rewind for VOD trickplay
9168  - New command goto <index> for better playlist control
9169  - Playlist parent item (category) now appended to output
9170  Patch by Dermot McGahon
9171 * modules/control/rtci.c: ported patch to rtci as well.
9172
9173 ------------------------------------------------------------------------
9174 r9821 | hartman | 2005-01-24 21:44:53 +0100 (lun, 24 jan 2005) | 2 lines
9175 Changed paths:
9176    M /trunk/modules/control/http.c
9177
9178 * Rename a TIME_ABSOLUTE define because it's already defined in the Mach kernel headers.
9179
9180 ------------------------------------------------------------------------
9181 r9820 | djc | 2005-01-24 15:19:40 +0100 (lun, 24 jan 2005) | 2 lines
9182 Changed paths:
9183    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
9184    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
9185    M /trunk/modules/gui/macosx/playlist.h
9186    M /trunk/modules/gui/macosx/playlist.m
9187
9188 Added a Service Discovery sub menu in playlist contextual menu.
9189
9190 ------------------------------------------------------------------------
9191 r9817 | zorglub | 2005-01-23 22:07:24 +0100 (dim, 23 jan 2005) | 2 lines
9192 Changed paths:
9193    M /trunk/modules/gui/wxwindows/wizard.cpp
9194
9195 Fix breakage in transcode file selection
9196
9197 ------------------------------------------------------------------------
9198 r9816 | yoann | 2005-01-23 21:58:48 +0100 (dim, 23 jan 2005) | 2 lines
9199 Changed paths:
9200    M /trunk/modules/gui/wxwindows/playlist.cpp
9201
9202 * wxwindows/playlist.cpp: Menu and toolbar are no longer dockable
9203
9204 ------------------------------------------------------------------------
9205 r9815 | yoann | 2005-01-23 18:53:40 +0100 (dim, 23 jan 2005) | 2 lines
9206 Changed paths:
9207    M /trunk/include/vlc_common.h
9208    M /trunk/include/vlc_vlm.h
9209    M /trunk/src/misc/vlm.c
9210
9211 * src/misc/vlm.c: start exporting some VLM control functions
9212
9213 ------------------------------------------------------------------------
9214 r9814 | gbazin | 2005-01-23 13:26:01 +0100 (dim, 23 jan 2005) | 1 line
9215 Changed paths:
9216    M /trunk/modules/codec/dvbsub.c
9217
9218 * modules/codec/dvbsub.c: full 4 and 8 bits RLE encodings.
9219 ------------------------------------------------------------------------
9220 r9813 | zorglub | 2005-01-23 12:06:17 +0100 (dim, 23 jan 2005) | 2 lines
9221 Changed paths:
9222    M /trunk/NEWS
9223
9224 Update NEWS
9225
9226 ------------------------------------------------------------------------
9227 r9811 | gbazin | 2005-01-22 21:35:24 +0100 (sam, 22 jan 2005) | 1 line
9228 Changed paths:
9229    M /trunk/modules/video_filter/blend.c
9230
9231 * modules/video_filter/blend.c: chroma fixes for the YUY2 blending.
9232 ------------------------------------------------------------------------
9233 r9810 | andrep | 2005-01-22 18:50:11 +0100 (sam, 22 jan 2005) | 3 lines
9234 Changed paths:
9235    M /trunk/mozilla/vlcshell.cpp
9236
9237 * mozilla/vlcshell.cpp: Fix compilation on Mac OS X
9238
9239
9240 ------------------------------------------------------------------------
9241 r9809 | andrep | 2005-01-22 18:48:45 +0100 (sam, 22 jan 2005) | 2 lines
9242 Changed paths:
9243    M /trunk/mozilla/Makefile.am
9244
9245 * mozilla/Makefile.am: Fix build of Mozilla plugin on Mac OS X when using a separate build directory
9246
9247 ------------------------------------------------------------------------
9248 r9808 | fkuehne | 2005-01-22 16:13:01 +0100 (sam, 22 jan 2005) | 1 line
9249 Changed paths:
9250    M /trunk/po/el.po
9251
9252 * initial translation to Greek by Simos Xenitellis
9253 ------------------------------------------------------------------------
9254 r9806 | hartman | 2005-01-22 02:57:49 +0100 (sam, 22 jan 2005) | 2 lines
9255 Changed paths:
9256    M /trunk/modules/gui/macosx/playlist.m
9257
9258 * playlist.m: fix a locking issue
9259
9260 ------------------------------------------------------------------------
9261 r9805 | yoann | 2005-01-21 22:49:28 +0100 (ven, 21 jan 2005) | 2 lines
9262 Changed paths:
9263    M /trunk/modules/gui/ncurses.c
9264
9265 * modules/gui/ncurses.c: incremental search works now with tree playlist.
9266
9267 ------------------------------------------------------------------------
9268 r9804 | hartman | 2005-01-21 21:12:05 +0100 (ven, 21 jan 2005) | 4 lines
9269 Changed paths:
9270    M /trunk/extras/contrib/src/Makefile
9271
9272 * contrib Makefile
9273   added a .aclocal change to copy the m4 from extras/contrib/share/aclocal to
9274   the vlc m4 dir. No more complete bootstrap after a simple configure.ac or Makefile.am change. :)
9275
9276 ------------------------------------------------------------------------
9277 r9803 | hartman | 2005-01-21 20:26:08 +0100 (ven, 21 jan 2005) | 2 lines
9278 Changed paths:
9279    M /trunk/modules/video_filter/blend.c
9280
9281 * 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.
9282
9283 ------------------------------------------------------------------------
9284 r9802 | fenrir | 2005-01-21 18:02:39 +0100 (ven, 21 jan 2005) | 1 line
9285 Changed paths:
9286    M /trunk/modules/demux/ts.c
9287
9288 ts: fix --ts-extra-pmt.
9289 ------------------------------------------------------------------------
9290 r9801 | massiot | 2005-01-21 16:22:45 +0100 (ven, 21 jan 2005) | 3 lines
9291 Changed paths:
9292    M /trunk/modules/access/pvr/pvr.c
9293
9294 * modules/access/pvr/pvr.c: Fixed width/height selection with latest ivtv
9295   drivers.
9296
9297 ------------------------------------------------------------------------
9298 r9800 | fkuehne | 2005-01-21 15:57:23 +0100 (ven, 21 jan 2005) | 1 line
9299 Changed paths:
9300    M /trunk/Makefile.am
9301
9302 * 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')
9303 ------------------------------------------------------------------------
9304 r9799 | damienf | 2005-01-21 14:52:11 +0100 (ven, 21 jan 2005) | 3 lines
9305 Changed paths:
9306    M /trunk/activex/axvlc.idl
9307    M /trunk/activex/axvlc.tlb
9308    M /trunk/activex/connectioncontainer.cpp
9309    M /trunk/activex/connectioncontainer.h
9310    M /trunk/activex/plugin.cpp
9311    M /trunk/activex/plugin.h
9312    M /trunk/activex/provideclassinfo.cpp
9313    M /trunk/activex/test.html
9314    M /trunk/activex/utils.cpp
9315    M /trunk/activex/vlccontrol.cpp
9316
9317 ActiveX: misc fixes & improvements
9318
9319
9320 ------------------------------------------------------------------------
9321 r9798 | hartman | 2005-01-21 14:41:52 +0100 (ven, 21 jan 2005) | 2 lines
9322 Changed paths:
9323    M /trunk/Makefile.am
9324
9325 * Add the new Nibs to MAKE_DIST
9326
9327 ------------------------------------------------------------------------
9328 r9797 | gbazin | 2005-01-21 11:53:29 +0100 (ven, 21 jan 2005) | 1 line
9329 Changed paths:
9330    M /trunk/modules/mux/asf.c
9331
9332 * modules/mux/asf.c: for mpeg audio, i_bitspersample needs to be set to 0.
9333 ------------------------------------------------------------------------
9334 r9796 | hartman | 2005-01-20 21:51:36 +0100 (jeu, 20 jan 2005) | 7 lines
9335 Changed paths:
9336    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
9337    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
9338    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
9339    M /trunk/modules/gui/macosx/intf.h
9340    M /trunk/modules/gui/macosx/intf.m
9341    M /trunk/modules/gui/macosx/playlist.h
9342    M /trunk/modules/gui/macosx/playlist.m
9343    M /trunk/modules/gui/macosx/playlistinfo.m
9344    M /trunk/modules/gui/macosx/vout.h
9345    M /trunk/modules/gui/macosx/vout.m
9346
9347 OS X intf work
9348 - don't use bool. it's BOOL
9349 - use GNU style C and hungarian notation
9350 - fix the issue with GUI crashes in playlistview
9351 - default is now category view (for experimentation until we have a SD menu)
9352 - experiment with NSViews to fix the 'drawer' issue (not working though)
9353
9354 ------------------------------------------------------------------------
9355 r9795 | sigmunau | 2005-01-20 20:58:02 +0100 (jeu, 20 jan 2005) | 2 lines
9356 Changed paths:
9357    M /trunk/modules/services_discovery/sap.c
9358
9359 sap.c: fix too early free in demux 
9360
9361 ------------------------------------------------------------------------
9362 r9794 | sigmunau | 2005-01-20 20:27:56 +0100 (jeu, 20 jan 2005) | 2 lines
9363 Changed paths:
9364    M /trunk/modules/audio_output/alsa.c
9365
9366 alsa.c: Enumerate available audio devices (Code gratefully borrowed from xmms)
9367
9368 ------------------------------------------------------------------------
9369 r9793 | gbazin | 2005-01-20 16:28:56 +0100 (jeu, 20 jan 2005) | 1 line
9370 Changed paths:
9371    M /trunk/src/audio_output/output.c
9372
9373 * src/audio_output/output.c: skip late buffers in b_can_sleek mode (patch courtesy of  )
9374 ------------------------------------------------------------------------
9375 r9792 | gbazin | 2005-01-20 15:30:17 +0100 (jeu, 20 jan 2005) | 1 line
9376 Changed paths:
9377    M /trunk/modules/mux/asf.c
9378
9379 * modules/mux/asf.c: another fix for WMA support.
9380 ------------------------------------------------------------------------
9381 r9791 | massiot | 2005-01-20 14:34:48 +0100 (jeu, 20 jan 2005) | 3 lines
9382 Changed paths:
9383    M /trunk/src/input/es_out.c
9384
9385 * src/input/es_out.c: Improved the kludge for teletext streams without
9386   appropriate PTS.
9387
9388 ------------------------------------------------------------------------
9389 r9790 | gbazin | 2005-01-20 14:18:34 +0100 (jeu, 20 jan 2005) | 1 line
9390 Changed paths:
9391    M /trunk/modules/mux/asf.c
9392
9393 * modules/mux/asf.c: compiler warnings are there for a reason ;)
9394 ------------------------------------------------------------------------
9395 r9789 | gbazin | 2005-01-20 13:32:53 +0100 (jeu, 20 jan 2005) | 3 lines
9396 Changed paths:
9397    M /trunk/include/codecs.h
9398    M /trunk/modules/mux/asf.c
9399    M /trunk/modules/mux/avi.c
9400
9401 * modules/mux/asf.c: only add an audio error correction field in the case of WMA.
9402 * include/codecs.h: added a couple more audio tags.
9403
9404 ------------------------------------------------------------------------
9405 r9788 | gbazin | 2005-01-20 13:11:03 +0100 (jeu, 20 jan 2005) | 1 line
9406 Changed paths:
9407    M /trunk/configure.ac
9408
9409 * configure.ac: oops, forgot something.
9410 ------------------------------------------------------------------------
9411 r9787 | gbazin | 2005-01-20 13:03:58 +0100 (jeu, 20 jan 2005) | 1 line
9412 Changed paths:
9413    M /trunk/activex/Makefile.am
9414    M /trunk/configure.ac
9415
9416 * configure.ac, activex/Makefile.am: conditional compile of the activex plugin.
9417 ------------------------------------------------------------------------
9418 r9786 | gbazin | 2005-01-20 11:10:30 +0100 (jeu, 20 jan 2005) | 1 line
9419 Changed paths:
9420    M /trunk/activex/Makefile.am
9421    M /trunk/configure.ac
9422
9423 * configure.ac, activex/Makefile.am: small fixes to the activex plugin build.
9424 ------------------------------------------------------------------------
9425 r9784 | zorglub | 2005-01-19 23:33:16 +0100 (mer, 19 jan 2005) | 3 lines
9426 Changed paths:
9427    M /trunk/TODO
9428    M /trunk/configure.ac
9429
9430 autoconf build fix
9431 one todo item less !
9432
9433 ------------------------------------------------------------------------
9434 r9783 | bigben | 2005-01-19 23:28:47 +0100 (mer, 19 jan 2005) | 4 lines
9435 Changed paths:
9436    M /trunk/modules/control/showintf.c
9437
9438 Add a category to the showintf control interface, so that it gets displayed in the prefs...
9439
9440
9441
9442 ------------------------------------------------------------------------
9443 r9780 | massiot | 2005-01-19 19:30:33 +0100 (mer, 19 jan 2005) | 2 lines
9444 Changed paths:
9445    M /trunk/include/vlc_threads_funcs.h
9446
9447 * include/vlc_threads_funcs.h: More %d -> %u
9448
9449 ------------------------------------------------------------------------
9450 r9779 | damienf | 2005-01-19 18:14:16 +0100 (mer, 19 jan 2005) | 3 lines
9451 Changed paths:
9452    M /trunk/Makefile.am
9453    A /trunk/activex
9454    A /trunk/activex/Makefile.am
9455    A /trunk/activex/README.TXT
9456    A /trunk/activex/axvlc.def
9457    A /trunk/activex/axvlc.idl
9458    A /trunk/activex/axvlc.reg
9459    A /trunk/activex/axvlc.tlb
9460    A /trunk/activex/axvlc_idl.c
9461    A /trunk/activex/axvlc_idl.h
9462    A /trunk/activex/axvlc_rc.rc
9463    A /trunk/activex/connectioncontainer.cpp
9464    A /trunk/activex/connectioncontainer.h
9465    A /trunk/activex/inplace.bmp
9466    A /trunk/activex/main.cpp
9467    A /trunk/activex/objectsafety.cpp
9468    A /trunk/activex/objectsafety.h
9469    A /trunk/activex/olecontrol.cpp
9470    A /trunk/activex/olecontrol.h
9471    A /trunk/activex/oleinplaceactiveobject.cpp
9472    A /trunk/activex/oleinplaceactiveobject.h
9473    A /trunk/activex/oleinplaceobject.cpp
9474    A /trunk/activex/oleinplaceobject.h
9475    A /trunk/activex/oleobject.cpp
9476    A /trunk/activex/oleobject.h
9477    A /trunk/activex/persistpropbag.cpp
9478    A /trunk/activex/persistpropbag.h
9479    A /trunk/activex/persiststorage.cpp
9480    A /trunk/activex/persiststorage.h
9481    A /trunk/activex/persiststreaminit.cpp
9482    A /trunk/activex/persiststreaminit.h
9483    A /trunk/activex/plugin.cpp
9484    A /trunk/activex/plugin.h
9485    A /trunk/activex/provideclassinfo.cpp
9486    A /trunk/activex/provideclassinfo.h
9487    A /trunk/activex/test.html
9488    A /trunk/activex/utils.cpp
9489    A /trunk/activex/utils.h
9490    A /trunk/activex/vlccontrol.cpp
9491    A /trunk/activex/vlccontrol.h
9492    M /trunk/configure.ac
9493
9494 Initial version of ActiveX plugin for VLC
9495
9496
9497 ------------------------------------------------------------------------
9498 r9776 | hartman | 2005-01-18 22:51:00 +0100 (mar, 18 jan 2005) | 2 lines
9499 Changed paths:
9500    M /trunk/extras/contrib/src/Makefile
9501
9502 * fix libcddb build under 10.2
9503
9504 ------------------------------------------------------------------------
9505 r9775 | gbazin | 2005-01-18 20:24:06 +0100 (mar, 18 jan 2005) | 1 line
9506 Changed paths:
9507    M /trunk/po/el.po
9508
9509 * po/el.po: the build process needs a valid file.
9510 ------------------------------------------------------------------------
9511 r9774 | fkuehne | 2005-01-18 18:26:51 +0100 (mar, 18 jan 2005) | 2 lines
9512 Changed paths:
9513    M /trunk/configure.ac
9514    A /trunk/po/el.po
9515
9516 * BOTH: added modern Greek to the list of available languages
9517 * configure.ac: updated the copyright string to 2005
9518 ------------------------------------------------------------------------
9519 r9773 | gbazin | 2005-01-18 15:36:26 +0100 (mar, 18 jan 2005) | 5 lines
9520 Changed paths:
9521    M /trunk/modules/mux/asf.c
9522
9523 * modules/mux/asf.c:
9524   - add an audio error correction field to the stream properties object.
9525     This is mandated by the spec and makes some versions of WMP a lot happier about playing our files.
9526   - only put an header extension object when necessary.
9527
9528 ------------------------------------------------------------------------
9529 r9772 | hartman | 2005-01-18 04:02:07 +0100 (mar, 18 jan 2005) | 2 lines
9530 Changed paths:
9531    M /trunk/modules/gui/macosx/playlistinfo.m
9532
9533 * fix author field of OSX info dialog
9534
9535 ------------------------------------------------------------------------
9536 r9771 | hartman | 2005-01-18 03:56:18 +0100 (mar, 18 jan 2005) | 2 lines
9537 Changed paths:
9538    M /trunk/modules/gui/macosx/playlistinfo.m
9539
9540 * fix OSX info dialog lockup due to changed info accessor methods.
9541
9542 ------------------------------------------------------------------------
9543 r9770 | hartman | 2005-01-18 03:17:01 +0100 (mar, 18 jan 2005) | 2 lines
9544 Changed paths:
9545    M /trunk/extras/contrib/src/Makefile
9546
9547 * fix libopendaap on 10.2
9548
9549 ------------------------------------------------------------------------
9550 r9769 | hartman | 2005-01-18 02:19:54 +0100 (mar, 18 jan 2005) | 2 lines
9551 Changed paths:
9552    M /trunk/extras/contrib/src/Makefile
9553    A /trunk/extras/contrib/src/Patches/libcddb.patch
9554    M /trunk/extras/contrib/src/packages.mak
9555
9556 * finally fixed CDDB contrib
9557
9558 ------------------------------------------------------------------------
9559 r9768 | hartman | 2005-01-18 00:38:27 +0100 (mar, 18 jan 2005) | 2 lines
9560 Changed paths:
9561    M /trunk/extras/contrib/src/Makefile
9562    D /trunk/extras/contrib/src/Patches/libcddb.patch
9563
9564 * newer libcddb
9565
9566 ------------------------------------------------------------------------
9567 r9767 | hartman | 2005-01-17 23:37:20 +0100 (lun, 17 jan 2005) | 2 lines
9568 Changed paths:
9569    M /trunk/extras/contrib/src/Makefile
9570    D /trunk/extras/contrib/src/Patches/vcdimager.patch
9571    M /trunk/extras/contrib/src/packages.mak
9572
9573 * Add libcddb, libcdio and vcdimager again to see if it works better on OSX by now
9574
9575 ------------------------------------------------------------------------
9576 r9764 | hartman | 2005-01-17 20:42:13 +0100 (lun, 17 jan 2005) | 2 lines
9577 Changed paths:
9578    M /trunk/src/libvlc.h
9579
9580 * libvlc.h: fix some of the OSX keybindings (audio delay is now f and g, subtitle delay is h and j, both without modifiers)
9581
9582 ------------------------------------------------------------------------
9583 r9763 | hartman | 2005-01-17 20:40:03 +0100 (lun, 17 jan 2005) | 2 lines
9584 Changed paths:
9585    A /trunk/extras/contrib/src/Patches/daap.patch
9586
9587 * libopendaap patch
9588
9589 ------------------------------------------------------------------------
9590 r9762 | hartman | 2005-01-17 20:38:51 +0100 (lun, 17 jan 2005) | 2 lines
9591 Changed paths:
9592    M /trunk/modules/services_discovery/daap.c
9593
9594 * daap.c: host_t is already defined in Darwin's mach headers. renamed to dhost_t
9595
9596 ------------------------------------------------------------------------
9597 r9761 | hartman | 2005-01-17 20:37:38 +0100 (lun, 17 jan 2005) | 3 lines
9598 Changed paths:
9599    M /trunk/Makefile.am
9600    M /trunk/configure.ac
9601    M /trunk/toolbox
9602
9603 * Added the contrib system to MAKE_DIST
9604 * cleaned up some alignment in configure --help
9605
9606 ------------------------------------------------------------------------
9607 r9760 | hartman | 2005-01-17 20:35:54 +0100 (lun, 17 jan 2005) | 2 lines
9608 Changed paths:
9609    M /trunk/extras/contrib/src/Makefile
9610    M /trunk/extras/contrib/src/packages.mak
9611
9612 * added libopendaap to contrib system
9613
9614 ------------------------------------------------------------------------
9615 r9759 | zorglub | 2005-01-17 19:36:52 +0100 (lun, 17 jan 2005) | 2 lines
9616 Changed paths:
9617    M /trunk/modules/gui/wxwindows/playlist.cpp
9618    M /trunk/modules/gui/wxwindows/wxwindows.h
9619
9620 Cache last FindItem request to speed up bulk-addings
9621
9622 ------------------------------------------------------------------------
9623 r9758 | zorglub | 2005-01-17 19:14:50 +0100 (lun, 17 jan 2005) | 3 lines
9624 Changed paths:
9625    M /trunk/modules/services_discovery/daap.c
9626    M /trunk/src/playlist/item-ext.c
9627    M /trunk/src/playlist/playlist.c
9628
9629 * DAAP : really include meta information, and don't crash on new hosts
9630
9631
9632 ------------------------------------------------------------------------
9633 r9757 | gbazin | 2005-01-17 18:01:21 +0100 (lun, 17 jan 2005) | 1 line
9634 Changed paths:
9635    M /trunk/modules/mux/asf.c
9636
9637 * modules/mux/asf.c: properly write the ES type.
9638 ------------------------------------------------------------------------
9639 r9756 | fkuehne | 2005-01-17 17:48:05 +0100 (lun, 17 jan 2005) | 1 line
9640 Changed paths:
9641    M /trunk/extras/contrib/src/packages.mak
9642
9643 * changedthe GNU-mirror to ftp.belnet.be -- Gettext is download from the GNU-mirror again
9644 ------------------------------------------------------------------------
9645 r9755 | hartman | 2005-01-17 17:30:34 +0100 (lun, 17 jan 2005) | 2 lines
9646 Changed paths:
9647    M /trunk/po/POTFILES.in
9648
9649 * Fix pot-update after playlist/info.c removal
9650
9651 ------------------------------------------------------------------------
9652 r9754 | yoann | 2005-01-17 12:47:41 +0100 (lun, 17 jan 2005) | 2 lines
9653 Changed paths:
9654    M /trunk/modules/gui/wxwindows/subtitles.cpp
9655
9656 * wxwindows/subtitles.cpp: subtitle delay can also be <0 (now from -30000 to +30000)
9657
9658 ------------------------------------------------------------------------
9659 r9751 | gbazin | 2005-01-16 20:14:31 +0100 (dim, 16 jan 2005) | 1 line
9660 Changed paths:
9661    M /trunk/modules/codec/x264.c
9662
9663 * modules/codec/x264.c: updated to support recent x264.
9664 ------------------------------------------------------------------------
9665 r9750 | zorglub | 2005-01-16 16:57:01 +0100 (dim, 16 jan 2005) | 2 lines
9666 Changed paths:
9667    M /trunk/TODO
9668
9669 Todo update
9670
9671 ------------------------------------------------------------------------
9672 r9749 | zorglub | 2005-01-16 15:44:26 +0100 (dim, 16 jan 2005) | 4 lines
9673 Changed paths:
9674    M /trunk/modules/gui/macosx/playlist.m
9675    M /trunk/modules/gui/macosx/playlistinfo.m
9676    M /trunk/modules/gui/wince/playlist.cpp
9677    M /trunk/modules/misc/playlist/m3u.c
9678    M /trunk/modules/services_discovery/daap.c
9679    M /trunk/modules/services_discovery/sap.c
9680    M /trunk/src/playlist/view.c
9681
9682 * DAAP: add meta-information, delete hosts when they leave
9683 * SAP : coding style fixes
9684 * Some fogotten playlist_*Info
9685
9686 ------------------------------------------------------------------------
9687 r9748 | zorglub | 2005-01-16 15:10:47 +0100 (dim, 16 jan 2005) | 2 lines
9688 Changed paths:
9689    M /trunk/Makefile.am
9690    M /trunk/include/vlc_input.h
9691    M /trunk/include/vlc_playlist.h
9692    M /trunk/modules/access/cdda/info.c
9693    M /trunk/modules/gui/macosx/playlistinfo.m
9694    M /trunk/modules/gui/wince/iteminfo.cpp
9695    M /trunk/modules/gui/wince/wince.h
9696    M /trunk/modules/gui/wxwindows/iteminfo.cpp
9697    M /trunk/modules/gui/wxwindows/playlist.cpp
9698    M /trunk/modules/gui/wxwindows/wxwindows.h
9699    M /trunk/src/input/control.c
9700    M /trunk/src/input/input.c
9701    D /trunk/src/playlist/info.c
9702    M /trunk/src/playlist/item.c
9703    M /trunk/src/playlist/sort.c
9704
9705 Remove playlist info accessors (as they now belong to input_item) and use vlc_input_item_AddInfo and vlc_input_item_GetInfo instead
9706
9707 ------------------------------------------------------------------------
9708 r9746 | sam | 2005-01-15 05:41:24 +0100 (sam, 15 jan 2005) | 2 lines
9709 Changed paths:
9710    M /trunk/ChangeLog
9711    A /trunk/doc/ChangeLog-2004
9712    M /trunk/doc/Makefile.am
9713
9714   * Moved 2004 changelog to doc/.
9715
9716 ------------------------------------------------------------------------
9717 r9745 | titer | 2005-01-15 04:02:57 +0100 (sam, 15 jan 2005) | 2 lines
9718 Changed paths:
9719    M /trunk/modules/video_filter/motiondetect.c
9720
9721  motiondetect.c: gcc < 3 compile fix
9722
9723 ------------------------------------------------------------------------
9724 r9744 | yoann | 2005-01-15 01:42:23 +0100 (sam, 15 jan 2005) | 2 lines
9725 Changed paths:
9726    M /trunk/TODO
9727    M /trunk/modules/gui/wxwindows/playlist.cpp
9728
9729 * modules/gui/wxwindows/playlist.cpp: when duration is not known, don't display (--:--:--)
9730
9731 ------------------------------------------------------------------------
9732 r9743 | yoann | 2005-01-14 19:01:36 +0100 (ven, 14 jan 2005) | 3 lines
9733 Changed paths:
9734    M /trunk/modules/access/directory.c
9735    M /trunk/modules/gui/ncurses.c
9736
9737 * modules/access/directory.c: fix a segfault when reading an empty directory
9738 * modules/gui/ncurses.c: fix a segfault when playlist is empty
9739
9740 ------------------------------------------------------------------------
9741 r9742 | yoann | 2005-01-14 17:14:01 +0100 (ven, 14 jan 2005) | 3 lines
9742 Changed paths:
9743    M /trunk/modules/gui/ncurses.c
9744
9745 * modules/gui/ncurses.c: support for tree playlist in ncurses interface
9746   use 'v' to toggle view
9747
9748 ------------------------------------------------------------------------
9749 r9741 | gbazin | 2005-01-14 14:15:52 +0100 (ven, 14 jan 2005) | 1 line
9750 Changed paths:
9751    M /trunk/include/codecs.h
9752    M /trunk/modules/demux/wav.c
9753
9754 * include/codecs.h, modules/demux/wav.c: patch by Matthew Romaine to handle WAVEFORMATEXTENSIBLE files more robustly.
9755 ------------------------------------------------------------------------
9756 r9740 | hartman | 2005-01-14 13:11:57 +0100 (ven, 14 jan 2005) | 2 lines
9757 Changed paths:
9758    M /trunk/modules/access/http.c
9759
9760 * so the ogg vorbis fix broke shoutcast streams :) fixing again.... (tested with all audio streams i know off)
9761
9762 ------------------------------------------------------------------------
9763 r9739 | djc | 2005-01-14 00:28:36 +0100 (ven, 14 jan 2005) | 18 lines
9764 Changed paths:
9765    M /trunk/configure.ac
9766    M /trunk/modules/video_filter/Modules.am
9767    A /trunk/modules/video_filter/motiondetect.c
9768
9769 Added simple motion detect filter.
9770 This filter uses a description file which follows this format :
9771 x1,y1,x2,y2,level,downspeed,upspeed,mrl
9772 ...
9773 where x1,y1,x2,y2 describe a sensible rectangle, level is the minimum difference for an active pixel, downspeed an upspeed are to integers.
9774 mrl is a mrl to go when the filter has detected movement in the rectangle.
9775
9776 This is fun with vlm. For example, you should try to launch vlc normaly with vlm and then type :
9777 new camera broadcast
9778 setup camera enabled
9779 setup camera input mrl to your camera
9780 setup camera option filter=motiondetect,transform
9781 #setup camera option transform-type=vflip
9782 #indeed, I did not reach to make this working
9783 control camera play
9784
9785 Have fun ;)
9786
9787 ------------------------------------------------------------------------
9788 r9738 | massiot | 2005-01-13 20:03:03 +0100 (jeu, 13 jan 2005) | 3 lines
9789 Changed paths:
9790    M /trunk/modules/access_output/udp.c
9791
9792 * modules/access_out/udp.c: Issue a warning when two PCRs are put inside a
9793   single UDP frame (may disturb some decoders).
9794
9795 ------------------------------------------------------------------------
9796 r9737 | massiot | 2005-01-13 20:02:04 +0100 (jeu, 13 jan 2005) | 2 lines
9797 Changed paths:
9798    M /trunk/src/misc/threads.c
9799
9800 * src/misc/threads.c: thread_id is in fact an _unsigned_ int.
9801
9802 ------------------------------------------------------------------------
9803 r9736 | massiot | 2005-01-13 20:01:22 +0100 (jeu, 13 jan 2005) | 3 lines
9804 Changed paths:
9805    M /trunk/src/input/es_out.c
9806
9807 * src/input/es_out.c: EN 300 472 allows the PTS of teletext streams to be
9808   invalid.
9809
9810 ------------------------------------------------------------------------
9811 r9735 | zorglub | 2005-01-13 19:45:11 +0100 (jeu, 13 jan 2005) | 16 lines
9812 Changed paths:
9813    M /trunk/configure.ac
9814    M /trunk/modules/gui/wxwindows/playlist.cpp
9815    M /trunk/modules/services_discovery/Modules.am
9816    A /trunk/modules/services_discovery/daap.c
9817
9818 * DAAP (iTunes shares) services discovery and access module using libopendaap
9819
9820 http://crazney.net/programs/itunes/libopendaap.html
9821
9822 Problems : 
9823    - At the moment, the file is downloaded entirely in memory before being
9824      played.
9825      The library offers another possibility : download the file on
9826      demand to a pipe, but I don't think it would be a very good idea
9827      (portability issues ? where to download to ?).
9828      I hope a "download on demand to memory" feature will be added
9829    - Sometimes, it looses connection to the peers.
9830
9831 * Increased wx playlist font size
9832
9833
9834 ------------------------------------------------------------------------
9835 r9734 | gbazin | 2005-01-13 12:25:58 +0100 (jeu, 13 jan 2005) | 1 line
9836 Changed paths:
9837    M /trunk/src/misc/configuration.c
9838
9839 * src/misc/configuration.c: fix config_GetType() to handle the new CONFIG_ITEM_MODULE_foo types.
9840 ------------------------------------------------------------------------
9841 r9733 | gbazin | 2005-01-13 10:37:43 +0100 (jeu, 13 jan 2005) | 1 line
9842 Changed paths:
9843    M /trunk/configure.ac
9844    M /trunk/modules/codec/theora.c
9845
9846 * modules/codec/theora.c: remove the need for theora_packet_iskeyframe().
9847 ------------------------------------------------------------------------
9848 r9732 | hartman | 2005-01-13 00:51:02 +0100 (jeu, 13 jan 2005) | 2 lines
9849 Changed paths:
9850    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
9851
9852 * <cough> broken patch </cough>
9853
9854 ------------------------------------------------------------------------
9855 r9731 | yoann | 2005-01-12 17:24:44 +0100 (mer, 12 jan 2005) | 4 lines
9856 Changed paths:
9857    M /trunk/modules/gui/wxwindows/interface.cpp
9858    M /trunk/modules/gui/wxwindows/timer.cpp
9859    M /trunk/modules/gui/wxwindows/wxwindows.h
9860
9861 * modules/gui/wxwindows/interface.cpp: Add new buttons for DVDs and CDs:
9862   - Menu, Previous Chapter, Next Chapter for DVDs
9863   - Previous Track, Next Track for CDs
9864
9865 ------------------------------------------------------------------------
9866 r9730 | hartman | 2005-01-12 17:07:20 +0100 (mer, 12 jan 2005) | 2 lines
9867 Changed paths:
9868    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
9869
9870 * part of patch was applied upstream. Adapt....
9871
9872 ------------------------------------------------------------------------
9873 r9729 | gbazin | 2005-01-12 15:27:35 +0100 (mer, 12 jan 2005) | 1 line
9874 Changed paths:
9875    A /trunk/modules/gui/wince/wince.rc
9876
9877 * modules/gui/wince/wince.rc: forgot to commit this file with the wince interface.
9878 ------------------------------------------------------------------------
9879 r9728 | zorglub | 2005-01-12 10:19:10 +0100 (mer, 12 jan 2005) | 2 lines
9880 Changed paths:
9881    M /trunk/modules/gui/wxwindows/playlist.cpp
9882
9883 Put callbacks after rebuild, avoids deadlock in rebuild
9884
9885 ------------------------------------------------------------------------
9886 r9727 | fkuehne | 2005-01-11 18:42:08 +0100 (mar, 11 jan 2005) | 1 line
9887 Changed paths:
9888    M /trunk/extras/contrib/src/packages.mak
9889
9890 * 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.
9891 ------------------------------------------------------------------------
9892 r9726 | zorglub | 2005-01-11 17:52:42 +0100 (mar, 11 jan 2005) | 3 lines
9893 Changed paths:
9894    M /trunk/include/vlc_input.h
9895    M /trunk/modules/access/directory.c
9896    A /trunk/modules/gui/wxwindows/bitmaps/type_afile.xpm
9897    A /trunk/modules/gui/wxwindows/bitmaps/type_cdda.xpm
9898    M /trunk/modules/gui/wxwindows/bitmaps/type_directory.xpm
9899    M /trunk/modules/gui/wxwindows/bitmaps/type_disc.xpm
9900    M /trunk/modules/gui/wxwindows/bitmaps/type_net.xpm
9901    A /trunk/modules/gui/wxwindows/bitmaps/type_node.xpm
9902    A /trunk/modules/gui/wxwindows/bitmaps/type_vfile.xpm
9903    M /trunk/modules/gui/wxwindows/interface.cpp
9904    M /trunk/modules/gui/wxwindows/playlist.cpp
9905    M /trunk/src/playlist/item.c
9906    M /trunk/src/playlist/view.c
9907
9908 Add some icons
9909 Fix autoswitching to category view
9910
9911 ------------------------------------------------------------------------
9912 r9725 | hartman | 2005-01-11 17:36:12 +0100 (mar, 11 jan 2005) | 2 lines
9913 Changed paths:
9914    M /trunk/extras/contrib/src/Patches/theora.patch
9915    M /trunk/extras/contrib/src/packages.mak
9916
9917 * newer theora: alpha4 version. new location, new patch
9918
9919 ------------------------------------------------------------------------
9920 r9724 | massiot | 2005-01-11 17:32:50 +0100 (mar, 11 jan 2005) | 3 lines
9921 Changed paths:
9922    M /trunk/modules/access/dvb/access.c
9923    M /trunk/modules/access/dvb/dvb.h
9924    M /trunk/modules/access/dvb/en50221.c
9925    M /trunk/modules/access/dvb/linux_dvb.c
9926
9927 * modules/access/dvb: Fixed numerous bugs related to the CAM configuration.
9928   Reconfigure the frontend if no lock is acquired in 10s.
9929
9930 ------------------------------------------------------------------------
9931 r9723 | hartman | 2005-01-11 17:17:44 +0100 (mar, 11 jan 2005) | 2 lines
9932 Changed paths:
9933    M /trunk/modules/access/http.c
9934
9935 * fix ogg streams.
9936
9937 ------------------------------------------------------------------------
9938 r9722 | andrep | 2005-01-11 17:04:09 +0100 (mar, 11 jan 2005) | 3 lines
9939 Changed paths:
9940    M /trunk/configure.ac
9941
9942 * configure.ac: Require libtheora 1.0alpha4
9943
9944
9945 ------------------------------------------------------------------------
9946 r9721 | andrep | 2005-01-11 14:19:20 +0100 (mar, 11 jan 2005) | 3 lines
9947 Changed paths:
9948    M /trunk/modules/codec/cmml/intf.c
9949
9950 * cmml/intf.c: Fix refcount leak on main interface (thanks to gibalou for help)
9951
9952
9953 ------------------------------------------------------------------------
9954 r9720 | gbazin | 2005-01-11 13:02:57 +0100 (mar, 11 jan 2005) | 1 line
9955 Changed paths:
9956    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
9957
9958 * modules/gui/wxwindows/preferences_widgets.cpp: added update event for IntegerListConfigControl.
9959 ------------------------------------------------------------------------
9960 r9719 | hartman | 2005-01-11 12:51:03 +0100 (mar, 11 jan 2005) | 4 lines
9961 Changed paths:
9962    M /trunk/modules/access/http.c
9963
9964 * NSV uses a different mime type for audio only streams. Force the right demuxer...
9965 (we are very much approaching the point where we need a proper mimetype match table within the code)
9966
9967
9968 ------------------------------------------------------------------------
9969 r9718 | andrep | 2005-01-11 10:17:56 +0100 (mar, 11 jan 2005) | 4 lines
9970 Changed paths:
9971    M /trunk/modules/codec/theora.c
9972
9973 * theora.c: Eliminate display artifacts when the very first frame of the
9974   stream isn't a keyframe
9975
9976
9977 ------------------------------------------------------------------------
9978 r9717 | andrep | 2005-01-11 09:58:06 +0100 (mar, 11 jan 2005) | 3 lines
9979 Changed paths:
9980    M /trunk/modules/codec/theora.c
9981
9982 * theora.c: Fixed weird display artifacts when seeking on Theora videos
9983
9984
9985 ------------------------------------------------------------------------
9986 r9716 | bigben | 2005-01-10 22:08:45 +0100 (lun, 10 jan 2005) | 5 lines
9987 Changed paths:
9988    M /trunk/modules/access/v4l/v4l.c
9989
9990 * End of the implementation of the v4l-*options
9991
9992 If somebody who has a v4l device could actually test that... (at least if the default values for the options make sense).
9993
9994
9995 ------------------------------------------------------------------------
9996 r9715 | fkuehne | 2005-01-10 18:37:01 +0100 (lun, 10 jan 2005) | 1 line
9997 Changed paths:
9998    M /trunk/extras/contrib/src/packages.mak
9999
10000 * 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)
10001 ------------------------------------------------------------------------
10002 r9714 | sam | 2005-01-10 12:09:35 +0100 (lun, 10 jan 2005) | 2 lines
10003 Changed paths:
10004    M /trunk/configure.ac
10005
10006   * configure.ac: -lfreetype requires -lm.
10007
10008 ------------------------------------------------------------------------
10009 r9713 | bigben | 2005-01-09 23:45:24 +0100 (dim, 09 jan 2005) | 6 lines
10010 Changed paths:
10011    M /trunk/modules/access/pvr/pvr.c
10012    M /trunk/modules/access/v4l/v4l.c
10013
10014 * v4l.c:
10015         - 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
10016         - Only declaration for now, options don't make anything yet
10017 * pvr.c: describe height as height, not width
10018
10019
10020 ------------------------------------------------------------------------
10021 r9711 | asmax | 2005-01-09 20:46:39 +0100 (dim, 09 jan 2005) | 2 lines
10022 Changed paths:
10023    M /trunk/modules/gui/skins2/Modules.am
10024    A /trunk/modules/gui/skins2/macosx
10025    A /trunk/modules/gui/skins2/macosx/macosx_dragdrop.cpp
10026    A /trunk/modules/gui/skins2/macosx/macosx_dragdrop.hpp
10027    A /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
10028    A /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
10029    A /trunk/modules/gui/skins2/macosx/macosx_graphics.cpp
10030    A /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
10031    A /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
10032    A /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
10033    A /trunk/modules/gui/skins2/macosx/macosx_timer.cpp
10034    A /trunk/modules/gui/skins2/macosx/macosx_timer.hpp
10035    A /trunk/modules/gui/skins2/macosx/macosx_tooltip.cpp
10036    A /trunk/modules/gui/skins2/macosx/macosx_tooltip.hpp
10037    A /trunk/modules/gui/skins2/macosx/macosx_window.cpp
10038    A /trunk/modules/gui/skins2/macosx/macosx_window.hpp
10039    M /trunk/modules/gui/skins2/src/os_factory.cpp
10040
10041 - all: skeleton for a MacOSX port of skins2 (happy new year ;)
10042
10043 ------------------------------------------------------------------------
10044 r9710 | asmax | 2005-01-08 18:49:22 +0100 (sam, 08 jan 2005) | 4 lines
10045 Changed paths:
10046    M /trunk/src/playlist/playlist.c
10047
10048 - playlist.c: avoid a segfault when playlist_ViewFind() returns NULL.
10049  Anyway I guess it should not happen so there is a bug in the playlist
10050  code but I have no time to understand it...
10051
10052 ------------------------------------------------------------------------
10053 r9709 | ipkiss | 2005-01-07 22:08:25 +0100 (ven, 07 jan 2005) | 2 lines
10054 Changed paths:
10055    M /trunk/TODO
10056
10057  * TODO: Added little hints for the OS X port of the skins
10058
10059 ------------------------------------------------------------------------
10060 r9708 | massiot | 2005-01-07 21:21:59 +0100 (ven, 07 jan 2005) | 12 lines
10061 Changed paths:
10062    M /trunk/configure.ac
10063    M /trunk/modules/access/dvb/access.c
10064    M /trunk/modules/access/dvb/dvb.h
10065    M /trunk/modules/access/dvb/en50221.c
10066    M /trunk/modules/access/dvb/linux_dvb.c
10067    M /trunk/modules/demux/ts.c
10068
10069 * modules/access/dvb:
10070   - Rewrote QPSK frontend tuning functions, after reading the doc - it
10071     should hopefully fix the infamous "Operation not permitted" problem.
10072   - Permanently monitor the frontend status, and reinit it if it crashes.
10073   - New --dvb-high-voltage option for very long cables.
10074   - Moved all EN 50 221-related code from ts.c to en50221.c. We no longer
10075     need the --ts-capmt-sysid option because the sysid is determined
10076     automatically from the CAM.
10077   - Also changed the way we send the CAPMTs to the CAM, hoping to fix a bug
10078     with Aston professional CAMs which all of sudden stop descrambling
10079     a program after a few days.
10080
10081 ------------------------------------------------------------------------
10082 r9707 | massiot | 2005-01-07 21:04:46 +0100 (ven, 07 jan 2005) | 3 lines
10083 Changed paths:
10084    M /trunk/include/vlc_block.h
10085    M /trunk/modules/access_output/udp.c
10086    M /trunk/modules/mux/mpeg/ts.c
10087
10088 * modules/access_output/udp.c: When using --udp-group, do not send two PCRs
10089   at once. This requires the export of the PCR block_flag.
10090
10091 ------------------------------------------------------------------------
10092 r9706 | massiot | 2005-01-07 20:57:00 +0100 (ven, 07 jan 2005) | 3 lines
10093 Changed paths:
10094    M /trunk/modules/access/udp.c
10095
10096 * modules/access/udp.c: When udp is invoked as 'rtp:', only consider RTP
10097   packets.
10098
10099 ------------------------------------------------------------------------
10100 r9705 | massiot | 2005-01-07 20:55:48 +0100 (ven, 07 jan 2005) | 2 lines
10101 Changed paths:
10102    M /trunk/modules/access/pvr/pvr.c
10103
10104 * modules/access/pvr/pvr.c: Added --pvr-caching option.
10105
10106 ------------------------------------------------------------------------
10107 r9702 | gbazin | 2005-01-07 15:05:03 +0100 (ven, 07 jan 2005) | 1 line
10108 Changed paths:
10109    M /trunk/modules/audio_output/waveout.c
10110
10111 * modules/audio_output/waveout.c: increase the audio buffer size under WinCE.
10112 ------------------------------------------------------------------------
10113 r9701 | gbazin | 2005-01-07 10:54:01 +0100 (ven, 07 jan 2005) | 1 line
10114 Changed paths:
10115    M /trunk/include/aout_internal.h
10116
10117 * include/aout_internal.h: fixed old memory leak when alloca() isn't available.
10118 ------------------------------------------------------------------------
10119 r9700 | gbazin | 2005-01-07 01:19:43 +0100 (ven, 07 jan 2005) | 1 line
10120 Changed paths:
10121    M /trunk/evc/vlc.vcw
10122
10123
10124 ------------------------------------------------------------------------
10125 r9699 | gbazin | 2005-01-07 01:19:09 +0100 (ven, 07 jan 2005) | 1 line
10126 Changed paths:
10127    M /trunk/configure.ac
10128
10129 * configure.ac: added wince plugin to the build system.
10130 ------------------------------------------------------------------------
10131 r9698 | gbazin | 2005-01-07 00:52:00 +0100 (ven, 07 jan 2005) | 2 lines
10132 Changed paths:
10133    A /trunk/modules/gui/wince
10134    A /trunk/modules/gui/wince/Modules.am
10135    A /trunk/modules/gui/wince/bitmaps
10136    A /trunk/modules/gui/wince/bitmaps/toolbar1.bmp
10137    A /trunk/modules/gui/wince/bitmaps/toolbar2.bmp
10138    A /trunk/modules/gui/wince/bitmaps/toolbar3.bmp
10139    A /trunk/modules/gui/wince/bitmaps/vlc16x16.ico
10140    A /trunk/modules/gui/wince/fileinfo.cpp
10141    A /trunk/modules/gui/wince/interface.cpp
10142    A /trunk/modules/gui/wince/iteminfo.cpp
10143    A /trunk/modules/gui/wince/menus.cpp
10144    A /trunk/modules/gui/wince/messages.cpp
10145    A /trunk/modules/gui/wince/open.cpp
10146    A /trunk/modules/gui/wince/playlist.cpp
10147    A /trunk/modules/gui/wince/preferences.cpp
10148    A /trunk/modules/gui/wince/preferences_widgets.cpp
10149    A /trunk/modules/gui/wince/preferences_widgets.h
10150    A /trunk/modules/gui/wince/subtitles.cpp
10151    A /trunk/modules/gui/wince/timer.cpp
10152    A /trunk/modules/gui/wince/video.cpp
10153    A /trunk/modules/gui/wince/wince.cpp
10154    A /trunk/modules/gui/wince/wince.h
10155
10156 * 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).
10157
10158 ------------------------------------------------------------------------
10159 r9697 | fkuehne | 2005-01-07 00:40:18 +0100 (ven, 07 jan 2005) | 3 lines
10160 Changed paths:
10161    M /trunk/po/POTFILES.in
10162    M /trunk/po/da.po
10163    M /trunk/po/de.po
10164    M /trunk/po/en_GB.po
10165    M /trunk/po/es.po
10166    M /trunk/po/fr.po
10167    M /trunk/po/hu.po
10168    M /trunk/po/it.po
10169    M /trunk/po/ja.po
10170    M /trunk/po/nl.po
10171    M /trunk/po/no.po
10172    M /trunk/po/pl.po
10173    M /trunk/po/pt_BR.po
10174    M /trunk/po/ru.po
10175    M /trunk/po/sv.po
10176    M /trunk/po/vlc.pot
10177
10178 * ALL: updated the po-files
10179 * da.po: update to the Danish translation by Jonas Larsen and Morten Brix Pedersen
10180 * de.po: got some stuff in sync to the German translation of play-howto
10181 ------------------------------------------------------------------------
10182 r9696 | gbazin | 2005-01-06 23:05:22 +0100 (jeu, 06 jan 2005) | 1 line
10183 Changed paths:
10184    M /trunk/modules/codec/vorbis.c
10185
10186 * modules/codec/vorbis.c: fixed tremor output.
10187 ------------------------------------------------------------------------
10188 r9695 | fkuehne | 2005-01-06 20:54:24 +0100 (jeu, 06 jan 2005) | 1 line
10189 Changed paths:
10190    M /trunk/modules/gui/macosx/playlist.m
10191
10192 * fixed wrong grammar ('1 items in list')
10193 ------------------------------------------------------------------------
10194 r9694 | fkuehne | 2005-01-06 18:58:07 +0100 (jeu, 06 jan 2005) | 4 lines
10195 Changed paths:
10196    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
10197    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
10198    M /trunk/modules/gui/macosx/controls.h
10199    M /trunk/modules/gui/macosx/controls.m
10200    M /trunk/modules/gui/macosx/intf.h
10201    M /trunk/modules/gui/macosx/intf.m
10202    M /trunk/modules/gui/macosx/open.h
10203    M /trunk/modules/gui/macosx/open.m
10204
10205 * controls.m: call openFileGeneric via VLCMain and not directly from VLCOpen
10206 * controls.h: removed "o_open"
10207 * 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
10208 * MainMenu.nib: we don't need instances of VLCOpen and VLCOutput anymore
10209 ------------------------------------------------------------------------
10210 r9693 | titer | 2005-01-06 16:15:24 +0100 (jeu, 06 jan 2005) | 2 lines
10211 Changed paths:
10212    M /trunk/modules/control/http.c
10213
10214  control/http.c: gcc < 3 compile fix
10215
10216 ------------------------------------------------------------------------
10217 r9692 | gbazin | 2005-01-05 23:45:36 +0100 (mer, 05 jan 2005) | 1 line
10218 Changed paths:
10219    M /trunk/modules/access/file.c
10220    M /trunk/src/misc/cpu.c
10221    M /trunk/src/misc/modules.c
10222
10223 * src/misc/modules.c,cpu.c, modules/access/file.c: WinCE fixes.
10224 ------------------------------------------------------------------------
10225 r9691 | gbazin | 2005-01-05 23:42:57 +0100 (mer, 05 jan 2005) | 1 line
10226 Changed paths:
10227    M /trunk/src/input/stream.c
10228
10229 * src/input/stream.c: decrease memory requirements for WinCE.
10230 ------------------------------------------------------------------------
10231 r9690 | gbazin | 2005-01-05 23:24:30 +0100 (mer, 05 jan 2005) | 1 line
10232 Changed paths:
10233    M /trunk/toolbox
10234
10235 * toolbox: added an evc ARMV4 target.
10236 ------------------------------------------------------------------------
10237 r9689 | gbazin | 2005-01-05 23:23:13 +0100 (mer, 05 jan 2005) | 1 line
10238 Changed paths:
10239    M /trunk/evc/libvlc.vcp.in
10240    M /trunk/evc/plugins.vcp.in
10241    M /trunk/evc/vlc.vcp.in
10242
10243 * evc/*: added an ARMV4 target.
10244 ------------------------------------------------------------------------
10245 r9688 | gbazin | 2005-01-05 22:14:53 +0100 (mer, 05 jan 2005) | 1 line
10246 Changed paths:
10247    M /trunk/configure.ac
10248
10249 * configure.ac: fix Dirac detection (patch by Anuradha Suraparaju).
10250 ------------------------------------------------------------------------
10251 r9687 | djc | 2005-01-05 01:19:09 +0100 (mer, 05 jan 2005) | 8 lines
10252 Changed paths:
10253    M /trunk/modules/control/http.c
10254    A /trunk/share/http/cone_minus.png
10255    A /trunk/share/http/cone_plus.png
10256    M /trunk/share/http/index.html
10257    M /trunk/share/http/style.css
10258
10259 Work to support new playlist in http interface.
10260 + correct a bug in the <vlc id="foreach" param1="integer" /> macro
10261 + add a <vlc id="stack" /> to print the rpn stack in debug messages
10262 + add the != operator in rpn evaluation
10263
10264 Compatibility with old pages should be respected...
10265
10266
10267 ------------------------------------------------------------------------
10268 r9686 | fkuehne | 2005-01-04 00:01:42 +0100 (mar, 04 jan 2005) | 1 line
10269 Changed paths:
10270    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
10271    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
10272    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
10273    A /trunk/extras/MacOSX/Resources/English.lproj/Open.nib
10274    A /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/classes.nib
10275    A /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
10276    A /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
10277    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
10278    M /trunk/modules/gui/macosx/controls.m
10279    M /trunk/modules/gui/macosx/intf.h
10280    M /trunk/modules/gui/macosx/intf.m
10281    M /trunk/modules/gui/macosx/open.h
10282    M /trunk/modules/gui/macosx/open.m
10283
10284 * seperated the open, sout and sub-open dialogues from the main nib
10285 ------------------------------------------------------------------------
10286 r9685 | fkuehne | 2005-01-03 21:10:38 +0100 (lun, 03 jan 2005) | 1 line
10287 Changed paths:
10288    M /trunk/modules/gui/macosx/prefs.h
10289    M /trunk/modules/gui/macosx/prefs.m
10290
10291 * declared the shared instance properly (forgot that yesterday)
10292 ------------------------------------------------------------------------
10293 r9684 | djc | 2005-01-02 23:45:36 +0100 (dim, 02 jan 2005) | 2 lines
10294 Changed paths:
10295    M /trunk/src/playlist/sort.c
10296
10297 Fix a bug when shuffling playlist with 1 item
10298
10299 ------------------------------------------------------------------------
10300 r9683 | fkuehne | 2005-01-02 21:01:50 +0100 (dim, 02 jan 2005) | 2 lines
10301 Changed paths:
10302    M /trunk/THANKS
10303    M /trunk/po/da.po
10304
10305 * po/da.po: update to the Danish translation by Jonas Larsen and Morten Brix Pedersen
10306 * THANKS: added Morten Brix Pedersen
10307 ------------------------------------------------------------------------
10308 r9682 | fkuehne | 2005-01-02 19:58:53 +0100 (dim, 02 jan 2005) | 1 line
10309 Changed paths:
10310    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
10311    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
10312    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
10313    A /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib
10314    A /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/classes.nib
10315    A /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/info.nib
10316    A /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/keyedobjects.nib
10317    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
10318    M /trunk/modules/gui/macosx/intf.m
10319    M /trunk/modules/gui/macosx/prefs.m
10320
10321 * moved the preferences-window to a seperate nib-file
10322 ------------------------------------------------------------------------
10323 r9681 | fkuehne | 2005-01-01 19:13:51 +0100 (sam, 01 jan 2005) | 2 lines
10324 Changed paths:
10325    M /trunk/THANKS
10326
10327 * give credit to Jonas Larsen for creating the Danish l10n
10328 * replace all "@" with " at "
10329 ------------------------------------------------------------------------
10330 r9680 | fkuehne | 2005-01-01 18:54:05 +0100 (sam, 01 jan 2005) | 1 line
10331 Changed paths:
10332    M /trunk/extras/contrib/src/Makefile
10333
10334 * build libiconv without i18n-support, so it can be compiled without gettext -- gettext will be compiled afterwards, so it can take advantage of libiconv
10335 ------------------------------------------------------------------------
10336 r9679 | fkuehne | 2005-01-01 17:29:51 +0100 (sam, 01 jan 2005) | 1 line
10337 Changed paths:
10338    M /trunk/extras/contrib/src/Makefile
10339
10340 * make sure gettext is built before libiconv, since it is needed for its compilation
10341 ------------------------------------------------------------------------
10342 r9678 | fkuehne | 2005-01-01 16:41:08 +0100 (sam, 01 jan 2005) | 2 lines
10343 Changed paths:
10344    M /trunk/extras/contrib/src/packages.mak
10345
10346 * use "heanet.dl.sourceforge.net" for downloading FreeType, since www.freetype.org does not respond
10347 * 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)
10348 ------------------------------------------------------------------------
10349 r9677 | zorglub | 2004-12-29 17:15:50 +0100 (mer, 29 déc 2004) | 2 lines
10350 Changed paths:
10351    M /trunk/modules/video_output/image.c
10352
10353 Reuse the encoder
10354
10355 ------------------------------------------------------------------------