]> git.sesse.net Git - vlc/blob - doc/ChangeLog-2003
VLS is deprecated. Don't refer to it
[vlc] / doc / ChangeLog-2003
1 ------------------------------------------------------------------------
2 r3081 | massiot | 2002-12-31 02:59:46 +0100 (Tue, 31 Dec 2002) | 2 lines
3 Changed paths:
4    M /trunk/modules/codec/mpeg_video/synchro.c
5
6 Less verbosity.
7
8 ------------------------------------------------------------------------
9 r3082 | jlj | 2003-01-01 12:14:50 +0100 (Wed, 01 Jan 2003) | 6 lines
10 Changed paths:
11    M /trunk/modules/gui/macosx/Modules.am
12    D /trunk/modules/gui/macosx/adev_discovery.h
13    M /trunk/modules/gui/macosx/aout.m
14    D /trunk/modules/gui/macosx/asystm.h
15    D /trunk/modules/gui/macosx/asystm.m
16    M /trunk/modules/gui/macosx/intf.h
17    M /trunk/modules/gui/macosx/intf.m
18    M /trunk/src/misc/darwin_specific.m
19
20   * ./modules/gui/macosx/aout.m: cleaned up the code, removed intf dep.
21   * ./src/misc/darwin_specific.m: fixed segfault (o_enumerator was being
22                                   released twice) and memory leak.
23
24     Bonne Ann?\239?\191?\189e!
25
26 ------------------------------------------------------------------------
27 r3083 | gbazin | 2003-01-02 21:48:28 +0100 (Thu, 02 Jan 2003) | 6 lines
28 Changed paths:
29    M /trunk/modules/codec/adpcm.c
30    M /trunk/modules/codec/araw.c
31    M /trunk/modules/codec/faad/decoder.c
32    M /trunk/modules/codec/ffmpeg/audio.c
33    M /trunk/modules/codec/lpcm.c
34    M /trunk/modules/codec/mad/libmad.c
35    M /trunk/modules/codec/mpeg_audio/decoder.c
36    M /trunk/modules/codec/vorbis.c
37    M /trunk/src/audio_output/dec.c
38
39
40 * modules/codec/*: reverted my previous patch that explicitly set
41 i_bytes_per_frame and i_frame_length in each audio decoder.
42 * src/audio_output/dec.c: proper fix to correctly set i_bytes_per_frame
43 and i_frame_length.
44
45 ------------------------------------------------------------------------
46 r3084 | jlj | 2003-01-02 23:49:19 +0100 (Thu, 02 Jan 2003) | 2 lines
47 Changed paths:
48    M /trunk/modules/gui/macosx/aout.m
49
50   * ./modules/gui/macosx/aout.m: added support for 4 Channel PCM.
51
52 ------------------------------------------------------------------------
53 r3085 | massiot | 2003-01-03 00:09:30 +0100 (Fri, 03 Jan 2003) | 4 lines
54 Changed paths:
55    M /trunk/modules/gui/macosx/intf.h
56    M /trunk/modules/gui/macosx/intf.m
57    M /trunk/src/misc/darwin_specific.m
58
59 MacOS X port :
60 * Fixed the Device submenu,
61 * There is still a segfault in darwin_specific.m.
62
63 ------------------------------------------------------------------------
64 r3086 | massiot | 2003-01-03 00:50:55 +0100 (Fri, 03 Jan 2003) | 2 lines
65 Changed paths:
66    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
67    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
68    M /trunk/modules/demux/util/sub.h
69    M /trunk/modules/gui/macosx/intf.m
70    M /trunk/modules/misc/network/ipv4.c
71    M /trunk/modules/misc/sap.c
72    M /trunk/src/misc/modules.c
73
74 Cosmetic.
75
76 ------------------------------------------------------------------------
77 r3087 | jlj | 2003-01-03 01:03:13 +0100 (Fri, 03 Jan 2003) | 4 lines
78 Changed paths:
79    M /trunk/src/misc/darwin_specific.m
80
81   * ./src/misc/darwin_specific.m:
82     Fixed (really!) segfault. Don't release o_lang objects, they're managed
83     by NSUserDefaults.
84
85 ------------------------------------------------------------------------
86 r3088 | massiot | 2003-01-03 01:11:44 +0100 (Fri, 03 Jan 2003) | 3 lines
87 Changed paths:
88    M /trunk/Makefile.am
89
90 Automatically create the vlc.app/Contents/PkgInfo (otherwise I keep forgetting
91 it).
92
93 ------------------------------------------------------------------------
94 r3089 | massiot | 2003-01-03 14:07:17 +0100 (Fri, 03 Jan 2003) | 3 lines
95 Changed paths:
96    M /trunk/include/vlc_config.h
97    M /trunk/modules/access/file.c
98
99 * modules/access/file.c: we now regularly check the size of the file, in
100   case it is being downloaded.
101
102 ------------------------------------------------------------------------
103 r3090 | sam | 2003-01-03 15:44:46 +0100 (Fri, 03 Jan 2003) | 3 lines
104 Changed paths:
105    M /trunk/modules/gui/gtk/common.h
106    M /trunk/modules/gui/gtk/gnome.c
107    M /trunk/modules/gui/gtk/gtk.c
108
109   * ./modules/gui/gtk/gtk.c, ./modules/gui/gtk/gnome.c: fixed drag'n'drop
110     support in the Gtk+ and GNOME interfaces.
111
112 ------------------------------------------------------------------------
113 r3091 | jpsaman | 2003-01-03 21:55:01 +0100 (Fri, 03 Jan 2003) | 2 lines
114 Changed paths:
115    M /trunk/modules/gui/familiar/callbacks.c
116    M /trunk/modules/gui/familiar/callbacks.h
117    M /trunk/modules/gui/familiar/familiar.c
118    M /trunk/modules/gui/familiar/familiar.glade
119    M /trunk/modules/gui/familiar/familiar.h
120    M /trunk/modules/gui/familiar/interface.c
121
122 Slider functionality for Familiar interface.
123
124 ------------------------------------------------------------------------
125 r3092 | jlj | 2003-01-03 22:38:37 +0100 (Fri, 03 Jan 2003) | 2 lines
126 Changed paths:
127    M /trunk/Makefile.am
128
129   * ./Makefile.am: Meuuh, did you mean TAB instead of 8 spaces? :-)
130
131 ------------------------------------------------------------------------
132 r3093 | jpsaman | 2003-01-04 00:58:02 +0100 (Sat, 04 Jan 2003) | 2 lines
133 Changed paths:
134    M /trunk/ipkg/control.gpe
135
136 Updated package release number
137
138 ------------------------------------------------------------------------
139 r3094 | jpsaman | 2003-01-04 01:21:00 +0100 (Sat, 04 Jan 2003) | 2 lines
140 Changed paths:
141    M /trunk/configure.ac.in
142    M /trunk/modules/gui/familiar/familiar.c
143    M /trunk/modules/gui/familiar/familiar.h
144
145 Updating slider status uses no longer FPU calculations when compiled for strongarm1100.
146
147 ------------------------------------------------------------------------
148 r3095 | jlj | 2003-01-04 05:11:08 +0100 (Sat, 04 Jan 2003) | 3 lines
149 Changed paths:
150    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
151    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
152    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
153    M /trunk/modules/gui/macosx/controls.m
154    M /trunk/modules/gui/macosx/intf.h
155    M /trunk/modules/gui/macosx/intf.m
156
157   MacOS X port:
158   * main window controls are back. based on suggestion by Dan Macpherson.
159
160 ------------------------------------------------------------------------
161 r3096 | jpsaman | 2003-01-04 14:30:02 +0100 (Sat, 04 Jan 2003) | 2 lines
162 Changed paths:
163    M /trunk/configure.ac.in
164    M /trunk/modules/gui/familiar/familiar.c
165    M /trunk/modules/gui/familiar/familiar.h
166
167 Removed define in favor of (p_intf->p_libvlc->i_cpu & CPU_CAPABILITY_FPU) for detection of FPU hardware support.
168
169 ------------------------------------------------------------------------
170 r3097 | jpsaman | 2003-01-04 14:50:16 +0100 (Sat, 04 Jan 2003) | 2 lines
171 Changed paths:
172    M /trunk/modules/gui/familiar/familiar.c
173
174 Cosmetic changes.
175
176 ------------------------------------------------------------------------
177 r3098 | gbazin | 2003-01-04 17:27:49 +0100 (Sat, 04 Jan 2003) | 4 lines
178 Changed paths:
179    M /trunk/src/audio_output/output.c
180
181
182 * src/audio_output/output.c: don't forget to free the audio buffer when
183 we are trashing it.
184
185 ------------------------------------------------------------------------
186 r3099 | titer | 2003-01-04 18:14:22 +0100 (Sat, 04 Jan 2003) | 3 lines
187 Changed paths:
188    M /trunk/modules/gui/beos/AudioOutput.cpp
189
190  We now check if the BSoundPlayer's buffer size is not the one we
191  were expecting.
192
193 ------------------------------------------------------------------------
194 r3100 | gbazin | 2003-01-05 00:49:58 +0100 (Sun, 05 Jan 2003) | 3 lines
195 Changed paths:
196    M /trunk/configure.ac.in
197
198
199 * configure.ac.in: fixed typo in wxWindows headers detection code.
200
201 ------------------------------------------------------------------------
202 r3101 | massiot | 2003-01-05 02:55:07 +0100 (Sun, 05 Jan 2003) | 2 lines
203 Changed paths:
204    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
205    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
206    M /trunk/modules/gui/macosx/intf.h
207    M /trunk/modules/gui/macosx/intf.m
208    M /trunk/modules/gui/macosx/vout.h
209    M /trunk/modules/gui/macosx/vout.m
210
211 * Added a Close Window and a close box to our QuickTime video output.
212
213 ------------------------------------------------------------------------
214 r3102 | massiot | 2003-01-05 03:39:48 +0100 (Sun, 05 Jan 2003) | 3 lines
215 Changed paths:
216    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
217    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
218    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
219    M /trunk/modules/gui/macosx/open.h
220    M /trunk/modules/gui/macosx/open.m
221
222 * Added the possibility to select DVD menus with VIDEO_TS folder in the
223   OS X open panel.
224
225 ------------------------------------------------------------------------
226 r3103 | jlj | 2003-01-05 04:21:50 +0100 (Sun, 05 Jan 2003) | 4 lines
227 Changed paths:
228    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
229    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
230    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
231    M /trunk/modules/gui/macosx/playlist.h
232    M /trunk/modules/gui/macosx/playlist.m
233
234   MacOS X port:
235   * replaced playlist panel with drawer.
236   * implemented context menu for playlist tableview.
237
238 ------------------------------------------------------------------------
239 r3104 | gbazin | 2003-01-05 14:39:32 +0100 (Sun, 05 Jan 2003) | 4 lines
240 Changed paths:
241    M /trunk/modules/audio_output/directx.c
242
243
244 * modules/audio_output/directx.c: use VLC_THREAD_PRIORITY_HIGHEST for
245 the audio output thread. That should make Win9x/Me happier.
246
247 ------------------------------------------------------------------------
248 r3105 | massiot | 2003-01-05 17:23:57 +0100 (Sun, 05 Jan 2003) | 5 lines
249 Changed paths:
250    M /trunk/include/vlc_threads.h
251    M /trunk/modules/gui/macosx/controls.m
252    M /trunk/modules/gui/macosx/intf.h
253    M /trunk/modules/gui/macosx/intf.m
254    M /trunk/modules/gui/macosx/prefs.m
255    M /trunk/modules/gui/macosx/vout.m
256
257 MacOS X port :
258 * Fixed a segfault in the "Close Window" code,
259 * Fullscreen state is now retained between files,
260 * Preferences items now feature LONGTEXT tooltips (maybe we should wrap them ?).
261
262 ------------------------------------------------------------------------
263 r3106 | massiot | 2003-01-05 21:45:29 +0100 (Sun, 05 Jan 2003) | 2 lines
264 Changed paths:
265    M /trunk/modules/access/file.c
266
267 Fixed the "stream has changed" bug.
268
269 ------------------------------------------------------------------------
270 r3107 | sigmunau | 2003-01-05 22:03:58 +0100 (Sun, 05 Jan 2003) | 4 lines
271 Changed paths:
272    M /trunk/modules/demux/asf/asf.c
273    M /trunk/modules/demux/asf/libasf.c
274    M /trunk/modules/demux/util/id3tag.c
275
276  modules/demux/asf/*: added some file info code
277  modules/demux/util/id3tag.c: do not parse id3v1 tags at the end of file, as
278 these cause to much trubble
279
280 ------------------------------------------------------------------------
281 r3108 | garf | 2003-01-06 01:37:30 +0100 (Mon, 06 Jan 2003) | 4 lines
282 Changed paths:
283    M /trunk/include/configuration.h
284    M /trunk/include/modules_inner.h
285    M /trunk/modules/gui/gtk/preferences.c
286    M /trunk/modules/video_filter/adjust.c
287    M /trunk/src/libvlc.h
288    M /trunk/src/misc/configuration.c
289
290  * added a i_min, i_max, f_min and f_max in module_config_t structure
291  * added a add_integer_with_range() and add_float_with_range()
292  * gtk interface: now uses a slider when a min or a max is specified
293
294 ------------------------------------------------------------------------
295 r3109 | massiot | 2003-01-06 03:45:09 +0100 (Mon, 06 Jan 2003) | 3 lines
296 Changed paths:
297    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
298    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
299    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
300    M /trunk/modules/gui/macosx/open.h
301    M /trunk/modules/gui/macosx/open.m
302
303 MacOS X port :
304 * New "stream output" area in the open panel.
305
306 ------------------------------------------------------------------------
307 r3110 | ipkiss | 2003-01-06 16:39:22 +0100 (Mon, 06 Jan 2003) | 3 lines
308 Changed paths:
309    M /trunk/modules/gui/win32/disc.cpp
310    M /trunk/modules/gui/win32/disc.dfm
311    M /trunk/modules/gui/win32/disc.h
312    M /trunk/modules/gui/win32/network.cpp
313    M /trunk/modules/gui/win32/network.dfm
314    M /trunk/modules/gui/win32/network.h
315
316  * modules/gui/win32/network.cpp: added support for ftp and mms
317  * modules/gui/win32/disc.cpp: cosmetic
318
319 ------------------------------------------------------------------------
320 r3111 | yves | 2003-01-06 21:08:59 +0100 (Mon, 06 Jan 2003) | 7 lines
321 Changed paths:
322    M /trunk/vlc.spec
323
324 - Mandrake %configure2_5x rpm macro is now fixed (was in cross-compil mode).
325 - removed access/rtp plugin (merged in access/udp).
326 - removed codec/imdct and codec/downmix plugins (deprecated).
327 - libvlc0-devel provides libvlc-devel.
328 - mmx/3dn plugins are only for x86 arch (use %ifarch %ix86 to list them)
329   ie. fix rpm building on ppc thx Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
330
331 ------------------------------------------------------------------------
332 r3112 | massiot | 2003-01-06 23:07:47 +0100 (Mon, 06 Jan 2003) | 5 lines
333 Changed paths:
334    M /trunk/configure.ac.in
335    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
336    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
337    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
338    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
339    M /trunk/modules/gui/macosx/intf.h
340    M /trunk/modules/gui/macosx/intf.m
341    M /trunk/modules/gui/macosx/open.m
342    M /trunk/po/de.po
343    M /trunk/po/en_GB.po
344    M /trunk/po/fr.po
345    M /trunk/po/it.po
346    M /trunk/po/ja.po
347    M /trunk/po/nl.po
348    M /trunk/po/no.po
349    M /trunk/po/pl.po
350    M /trunk/po/ru.po
351    M /trunk/po/se.po
352    M /trunk/po/vlc.pot
353    M /trunk/src/audio_output/mixer.c
354    M /trunk/src/misc/threads.c
355
356 * Bumped up revision number to 0.5.0-test2,
357 * MacOS X port: new error dialog displaying error messages,
358 * Updated localization files,
359 * Comestic fixes.
360
361 ------------------------------------------------------------------------
362 r3113 | massiot | 2003-01-06 23:57:47 +0100 (Mon, 06 Jan 2003) | 2 lines
363 Changed paths:
364    M /trunk/src/misc/threads.c
365
366 Fixed a compilation issue.
367
368 ------------------------------------------------------------------------
369 r3114 | sam | 2003-01-07 14:26:22 +0100 (Tue, 07 Jan 2003) | 2 lines
370 Changed paths:
371    M /trunk/doc/fortunes.txt
372    M /trunk/po/de.po
373    M /trunk/po/en_GB.po
374    M /trunk/po/fr.po
375    M /trunk/po/it.po
376    M /trunk/po/ja.po
377    M /trunk/po/nl.po
378    M /trunk/po/no.po
379    M /trunk/po/pl.po
380    M /trunk/po/ru.po
381    M /trunk/po/se.po
382    M /trunk/po/vlc.pot
383    M /trunk/src/libvlc.c
384    M /trunk/src/libvlc.h
385
386   * minor updates to pofiles.
387
388 ------------------------------------------------------------------------
389 r3115 | massiot | 2003-01-07 15:38:13 +0100 (Tue, 07 Jan 2003) | 2 lines
390 Changed paths:
391    M /trunk/src/libvlc.h
392
393 Removed unused options in the aout.
394
395 ------------------------------------------------------------------------
396 r3116 | massiot | 2003-01-07 15:58:33 +0100 (Tue, 07 Jan 2003) | 2 lines
397 Changed paths:
398    M /trunk/modules/audio_output/oss.c
399
400 New "spdif" setting, allowing to permanently disable S/PDIF detection.
401
402 ------------------------------------------------------------------------
403 r3117 | massiot | 2003-01-07 16:12:15 +0100 (Tue, 07 Jan 2003) | 2 lines
404 Changed paths:
405    M /trunk/modules/audio_output/oss.c
406
407 Fixed another very nasty localization bug.
408
409 ------------------------------------------------------------------------
410 r3118 | jobi | 2003-01-07 16:12:48 +0100 (Tue, 07 Jan 2003) | 3 lines
411 Changed paths:
412    M /trunk/modules/demux/mpeg/ts.c
413
414   * modules/demux/mpeg/ts.c: fixed ts_dvbpsi demux forcing (with
415     file/ts_dvbpsi:) with TS streams that don't start with 0x47
416
417 ------------------------------------------------------------------------
418 r3119 | fenrir | 2003-01-07 22:49:01 +0100 (Tue, 07 Jan 2003) | 7 lines
419 Changed paths:
420    M /trunk/include/input_ext-dec.h
421    M /trunk/include/input_ext-intf.h
422    M /trunk/modules/codec/adpcm.c
423    M /trunk/modules/codec/araw.c
424    M /trunk/modules/codec/faad/decoder.c
425    M /trunk/modules/codec/ffmpeg/audio.c
426    M /trunk/modules/codec/ffmpeg/video.c
427    M /trunk/modules/codec/xvid.c
428    M /trunk/modules/demux/asf/asf.c
429    M /trunk/modules/demux/avi/avi.c
430    M /trunk/modules/demux/mp4/mp4.c
431    M /trunk/modules/demux/ogg.c
432    M /trunk/modules/demux/rawdv.c
433    M /trunk/modules/demux/wav/wav.c
434    M /trunk/src/input/input_dec.c
435    M /trunk/src/input/input_programs.c
436
437  * all: I have added two new variables in es_descriptor_t and
438 decoder_fifo_t (p_waveformatex and p_bitmapinfoheader). It's
439 a replacement of p_demux_data as this variable is used by
440 some demuxers in another way. This way, I will be able to add
441 preliminary support of mpeg4 in mpeg2TS... (I haven't tested ogm
442 demuxer so if somebody wants ...)
443
444 ------------------------------------------------------------------------
445 r3120 | massiot | 2003-01-08 01:41:25 +0100 (Wed, 08 Jan 2003) | 3 lines
446 Changed paths:
447    M /trunk/AUTHORS
448    M /trunk/Makefile.am
449    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
450    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
451    A /trunk/extras/MacOSX/Resources/back.png
452    A /trunk/extras/MacOSX/Resources/begin.png
453    A /trunk/extras/MacOSX/Resources/end.png
454    A /trunk/extras/MacOSX/Resources/forw.png
455    A /trunk/extras/MacOSX/Resources/list.png
456    M /trunk/extras/MacOSX/Resources/pause.png
457    M /trunk/extras/MacOSX/Resources/play.png
458    A /trunk/extras/MacOSX/Resources/prefs.png
459    D /trunk/extras/MacOSX/Resources/stepr.png
460    M /trunk/extras/MacOSX/Resources/stop.png
461    A /trunk/extras/MacOSX/Resources/vlc_hg.png
462    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
463    M /trunk/po/ja.po
464    M /trunk/po/vlc.pot
465
466 * New VLC brush-metal interface, courtesy of David Weber <david_weber@gmx.de>
467 * Updated Japanese translation, courtesy of Fumio Nakayama <endymion@ca2.so-net.ne.jp>
468
469 ------------------------------------------------------------------------
470 r3121 | titer | 2003-01-08 03:09:15 +0100 (Wed, 08 Jan 2003) | 2 lines
471 Changed paths:
472    M /trunk/modules/gui/beos/InterfaceWindow.cpp
473    M /trunk/modules/gui/beos/InterfaceWindow.h
474    M /trunk/modules/gui/beos/VlcWrapper.cpp
475    M /trunk/modules/gui/beos/VlcWrapper.h
476
477  Fixed language and subtitle selection.
478
479 ------------------------------------------------------------------------
480 r3122 | ipkiss | 2003-01-08 03:16:09 +0100 (Wed, 08 Jan 2003) | 4 lines
481 Changed paths:
482    M /trunk/modules/gui/win32/mainframe.cpp
483    M /trunk/modules/gui/win32/mainframe.dfm
484    M /trunk/modules/gui/win32/mainframe.h
485    M /trunk/modules/gui/win32/menu.cpp
486    M /trunk/modules/gui/win32/menu.h
487    M /trunk/modules/gui/win32/win32.cpp
488    M /trunk/modules/gui/win32/win32_common.h
489
490  * Added sound volume management and changed a bit the menus
491  * Added audio channels selection, but it's currently disabled since
492    it's quite buggy :)
493
494 ------------------------------------------------------------------------
495 r3123 | titer | 2003-01-08 03:32:50 +0100 (Wed, 08 Jan 2003) | 2 lines
496 Changed paths:
497    M /trunk/modules/gui/beos/PreferencesWindow.cpp
498
499  Minor GUI fixes in the prefs window.
500
501 ------------------------------------------------------------------------
502 r3124 | ipkiss | 2003-01-08 04:01:55 +0100 (Wed, 08 Jan 2003) | 4 lines
503 Changed paths:
504    M /trunk/modules/demux/mpeg/ts.c
505    M /trunk/modules/gui/win32/preferences.cpp
506    M /trunk/modules/gui/win32/preferences.h
507
508  * ./modules/gui/win32/preferences.cpp: fixed a segfault when a module
509    forgets to declare 'add_category_hint'
510  * ./modules/demux/mpeg/ts.c: added a missing 'add_category_hint' :p
511
512 ------------------------------------------------------------------------
513 r3125 | fenrir | 2003-01-08 11:26:49 +0100 (Wed, 08 Jan 2003) | 3 lines
514 Changed paths:
515    M /trunk/modules/packetizer/Modules.am
516    M /trunk/modules/packetizer/copy.c
517    A /trunk/modules/packetizer/mpeg4audio.c
518    M /trunk/modules/packetizer/mpeg4video.c
519    M /trunk/modules/packetizer/mpegvideo.c
520
521  * mpeg4audio.c: new packetizer (but for now it don't support adts aac)
522  * mpeg4video.c: I 've rewritten it
523
524 ------------------------------------------------------------------------
525 r3126 | fenrir | 2003-01-08 11:34:58 +0100 (Wed, 08 Jan 2003) | 6 lines
526 Changed paths:
527    M /trunk/modules/mux/mpeg/Modules.am
528    M /trunk/modules/mux/mpeg/bits.h
529    M /trunk/modules/mux/mpeg/pes.c
530    M /trunk/modules/mux/mpeg/pes.h
531    M /trunk/modules/mux/mpeg/ps.c
532    M /trunk/modules/mux/mpeg/ts.c
533
534  * pes.c, ps.c: a52 stream should now work.
535  * ts.c: added support for libdvbpsi (like ts demux, two modules are
536 generated : mux_ts and mux_ts_dvbpsi), fix crc generation for pat/pmt
537 without libdvbpsi. More works to add mpeg4 support (now I generate IOD
538 and SL descriptor).
539
540 ------------------------------------------------------------------------
541 r3127 | fenrir | 2003-01-08 11:38:32 +0100 (Wed, 08 Jan 2003) | 3 lines
542 Changed paths:
543    M /trunk/include/stream_output.h
544    M /trunk/src/stream_output/stream_output.c
545
546  * all: added a new function (sout_BufferChain) and allowed dummy
547 stream input creation (with "null" fourcc).
548
549 ------------------------------------------------------------------------
550 r3128 | fenrir | 2003-01-08 11:40:10 +0100 (Wed, 08 Jan 2003) | 2 lines
551 Changed paths:
552    M /trunk/modules/access_output/file.c
553
554  * file.c: removed an useless debug message.
555
556 ------------------------------------------------------------------------
557 r3129 | fenrir | 2003-01-08 11:41:57 +0100 (Wed, 08 Jan 2003) | 3 lines
558 Changed paths:
559    M /trunk/modules/codec/ffmpeg/video.c
560
561  * ffmpeg/video.c: in case of mpeg4 stream search in p_bitmapinfo for
562 an vol header. (In fact reverse an prevous commit)
563
564 ------------------------------------------------------------------------
565 r3130 | fenrir | 2003-01-08 11:43:27 +0100 (Wed, 08 Jan 2003) | 3 lines
566 Changed paths:
567    M /trunk/modules/codec/faad/decoder.c
568
569  * faad: fixed a segfault when faad initialisation failed.(anyway it
570 doesn't solve the real problem).
571
572 ------------------------------------------------------------------------
573 r3131 | fenrir | 2003-01-08 11:46:30 +0100 (Wed, 08 Jan 2003) | 3 lines
574 Changed paths:
575    M /trunk/modules/demux/mp4/mp4.c
576
577  * mp4.c: allowed multiple moov headers by taking the first one
578 (multiple moov headers is strictly forbidden but I 've seen such file)
579
580 ------------------------------------------------------------------------
581 r3132 | massiot | 2003-01-08 11:50:58 +0100 (Wed, 08 Jan 2003) | 2 lines
582 Changed paths:
583    M /trunk/modules/audio_output/alsa.c
584
585 * Added --no-spdif option (just like in OSS) and fixed a localization bug.
586
587 ------------------------------------------------------------------------
588 r3133 | lool | 2003-01-08 13:13:24 +0100 (Wed, 08 Jan 2003) | 5 lines
589 Changed paths:
590    M /trunk/FAQ
591
592   * New entries:
593     4. Legal concerns
594     4.1 May I use the VideoLAN logo?
595     4.2 May I reditribute VLC?
596
597 ------------------------------------------------------------------------
598 r3134 | titer | 2003-01-08 14:52:56 +0100 (Wed, 08 Jan 2003) | 2 lines
599 Changed paths:
600    M /trunk/modules/gui/beos/AudioOutput.cpp
601
602  Use pf_memcpy and pf_memset.
603
604 ------------------------------------------------------------------------
605 r3135 | sigmunau | 2003-01-08 15:00:29 +0100 (Wed, 08 Jan 2003) | 3 lines
606 Changed paths:
607    M /trunk/Makefile.am
608
609 use *$(LIBEXT) and not *.so in package-win32 and package-beos targets. Also
610 a minor change in argumets passed to nsis
611
612 ------------------------------------------------------------------------
613 r3136 | lool | 2003-01-08 15:31:04 +0100 (Wed, 08 Jan 2003) | 2 lines
614 Changed paths:
615    M /trunk/FAQ
616
617   * Mentionned the inclusion of the contrib dir
618
619 ------------------------------------------------------------------------
620 r3137 | sam | 2003-01-08 15:59:23 +0100 (Wed, 08 Jan 2003) | 3 lines
621 Changed paths:
622    M /trunk/src/stream_output/stream_output.c
623
624   * ./src/stream_output/stream_output.c: minor fix for Win32 drive letter
625     display.
626
627 ------------------------------------------------------------------------
628 r3138 | titer | 2003-01-08 16:13:32 +0100 (Wed, 08 Jan 2003) | 2 lines
629 Changed paths:
630    M /trunk/modules/gui/beos/AudioOutput.cpp
631
632  Partial fix for video/audio sync.
633
634 ------------------------------------------------------------------------
635 r3139 | fenrir | 2003-01-08 17:40:29 +0100 (Wed, 08 Jan 2003) | 5 lines
636 Changed paths:
637    M /trunk/configure.ac.in
638    M /trunk/modules/demux/mpeg/system.h
639    M /trunk/modules/demux/mpeg/ts.c
640
641  * configure.ac.in: added mpeg4audio packetizer and allowed conpilation of TS
642 muxer with libdvbpsi.
643  * mpeg/* : added preliminary support of mpeg4 video and audio in TS stream.
644 (only in ts_dvbpsi demuxer).
645
646 ------------------------------------------------------------------------
647 r3140 | lool | 2003-01-08 17:40:44 +0100 (Wed, 08 Jan 2003) | 3 lines
648 Changed paths:
649    M /trunk/FAQ
650
651   * typos
652   * mentionned Redhat because it disables DMA
653
654 ------------------------------------------------------------------------
655 r3141 | massiot | 2003-01-09 00:15:13 +0100 (Thu, 09 Jan 2003) | 2 lines
656 Changed paths:
657    M /trunk/Makefile.am
658
659 Do not bail out when no *.gmo exists.
660
661 ------------------------------------------------------------------------
662 r3142 | sam | 2003-01-09 11:12:42 +0100 (Thu, 09 Jan 2003) | 3 lines
663 Changed paths:
664    M /trunk/modules/codec/spudec/parse.c
665
666   * ./modules/codec/spudec/parse.c: set the duration of DVD subtitles
667     according to the playing rate.
668
669 ------------------------------------------------------------------------
670 r3143 | sam | 2003-01-09 15:00:00 +0100 (Thu, 09 Jan 2003) | 3 lines
671 Changed paths:
672    M /trunk/modules/video_filter/transform.c
673
674   * ./modules/video_filter/transform.c: the 90 and 270 transformation routines
675     now use the visible pitch of a picture, not its total pitch (Closes: #29).
676
677 ------------------------------------------------------------------------
678 r3144 | sam | 2003-01-09 15:05:31 +0100 (Thu, 09 Jan 2003) | 2 lines
679 Changed paths:
680    M /trunk/modules/video_output/sdl.c
681
682   * ./modules/video_output/sdl.c: fixed visible picture pitch calculation.
683
684 ------------------------------------------------------------------------
685 r3145 | sam | 2003-01-09 16:38:09 +0100 (Thu, 09 Jan 2003) | 3 lines
686 Changed paths:
687    M /trunk/modules/video_filter/adjust.c
688
689   * ./modules/video_filter/adjust.c: rehandled code and enhanced the
690     config variables descriptions.
691
692 ------------------------------------------------------------------------
693 r3146 | sam | 2003-01-09 17:26:14 +0100 (Thu, 09 Jan 2003) | 3 lines
694 Changed paths:
695    M /trunk/modules/video_filter/adjust.c
696
697   * ./modules/video_filter/adjust.c: properly fixed margin handling (partially
698     closes #30).
699
700 ------------------------------------------------------------------------
701 r3147 | sam | 2003-01-09 18:47:05 +0100 (Thu, 09 Jan 2003) | 3 lines
702 Changed paths:
703    M /trunk/modules/video_filter/adjust.c
704    M /trunk/modules/video_filter/clone.c
705    M /trunk/modules/video_filter/crop.c
706    M /trunk/modules/video_filter/distort.c
707    M /trunk/modules/video_filter/invert.c
708    M /trunk/modules/video_filter/motionblur.c
709    M /trunk/modules/video_filter/transform.c
710    M /trunk/modules/video_filter/wall.c
711
712   * ./modules/video_filter/*.c: all filters now properly use i_visible_pitch
713     instead of i_pitch for pixel access (Closes: #30).
714
715 ------------------------------------------------------------------------
716 r3148 | sam | 2003-01-09 19:06:06 +0100 (Thu, 09 Jan 2003) | 2 lines
717 Changed paths:
718    M /trunk/modules/video_output/x11/xcommon.c
719
720   * ./modules/video_output/x11/xcommon.c: fixed i_visible_pitch calculation.
721
722 ------------------------------------------------------------------------
723 r3149 | fenrir | 2003-01-09 19:23:43 +0100 (Thu, 09 Jan 2003) | 3 lines
724 Changed paths:
725    M /trunk/modules/demux/avi/avi.c
726
727  * avi: read less data at once as it seems to give better sound. (I thinks
728 it's more a workaround that a true fix).
729
730 ------------------------------------------------------------------------
731 r3150 | lool | 2003-01-09 23:30:44 +0100 (Thu, 09 Jan 2003) | 2 lines
732 Changed paths:
733    M /trunk/FAQ
734
735   * Mentionned libdvdcss vs DMCS in 4.2 ((c) Meuuh :)
736
737 ------------------------------------------------------------------------
738 r3151 | massiot | 2003-01-10 00:43:07 +0100 (Fri, 10 Jan 2003) | 3 lines
739 Changed paths:
740    D /trunk/extras/MacOSX/Resources/stepf.png
741    M /trunk/include/vlc_config.h
742    M /trunk/modules/gui/macosx/intf.m
743    M /trunk/modules/misc/network/ipv4.c
744    M /trunk/src/misc/threads.c
745
746 * OS X: Fixed a segfault with empty configuration strings (closes #65),
747 * cosmetic messages cleanups.
748
749 ------------------------------------------------------------------------
750 r3152 | ipkiss | 2003-01-10 02:09:31 +0100 (Fri, 10 Jan 2003) | 2 lines
751 Changed paths:
752    M /trunk/modules/gui/win32/preferences.cpp
753    M /trunk/modules/gui/win32/preferences.h
754
755  * ./modules/gui/win32: fixed a bug in the preferences (closes #60)
756
757 ------------------------------------------------------------------------
758 r3153 | lool | 2003-01-10 05:58:23 +0100 (Fri, 10 Jan 2003) | 3 lines
759 Changed paths:
760    M /trunk/AUTHORS
761    M /trunk/STATUS
762    M /trunk/configure.ac.in
763    A /trunk/modules/access/slp.c
764
765   * configure.ac.in, modules/access/slp.c: New SLP access module,
766         see <http://www.openslp.org/>
767
768 ------------------------------------------------------------------------
769 r3154 | lool | 2003-01-10 07:16:55 +0100 (Fri, 10 Jan 2003) | 2 lines
770 Changed paths:
771    M /trunk/modules/access/slp.c
772
773   * removed VLC_GO to avoid skipping to the last program
774
775 ------------------------------------------------------------------------
776 r3155 | yves | 2003-01-10 09:04:49 +0100 (Fri, 10 Jan 2003) | 2 lines
777 Changed paths:
778    M /trunk/vlc.spec
779
780 * vlc.spec: new packetizer/mpeg4audio plugin added.
781
782 ------------------------------------------------------------------------
783 r3156 | lool | 2003-01-10 10:25:57 +0100 (Fri, 10 Jan 2003) | 8 lines
784 Changed paths:
785    M /trunk/FAQ
786
787   * New entries:
788     2.16 NO VIDEO!! or NO AUDIO !!
789     3.3.4 Does VLC support DVD from all zones?
790     3.3.5 How can I take screenshots?
791     5. Miscellaneous
792     5.1 How may I help your project?
793     5.2 Why are your mailing-lists and your website in english?
794
795 ------------------------------------------------------------------------
796 r3157 | lool | 2003-01-10 10:28:16 +0100 (Fri, 10 Jan 2003) | 2 lines
797 Changed paths:
798    M /trunk/modules/access/Modules.am
799
800   * access_slp LD options
801
802 ------------------------------------------------------------------------
803 r3158 | lool | 2003-01-10 11:01:47 +0100 (Fri, 10 Jan 2003) | 2 lines
804 Changed paths:
805    M /trunk/modules/gui/gtk/open.c
806
807   * removed an useless inclusion
808
809 ------------------------------------------------------------------------
810 r3159 | asmax | 2003-01-10 12:02:21 +0100 (Fri, 10 Jan 2003) | 3 lines
811 Changed paths:
812    M /trunk/modules/gui/gtk/open.c
813
814 * enable the network channel box when selecting network channel input
815   (gnome interface)
816
817 ------------------------------------------------------------------------
818 r3160 | asmax | 2003-01-10 13:34:50 +0100 (Fri, 10 Jan 2003) | 2 lines
819 Changed paths:
820    M /trunk/modules/gui/gtk/open.c
821
822 * fixed previous commit (didn't work everytime)
823
824 ------------------------------------------------------------------------
825 r3161 | massiot | 2003-01-10 14:21:17 +0100 (Fri, 10 Jan 2003) | 2 lines
826 Changed paths:
827    M /trunk/configure.ac.in
828
829 Fixed liba52 detection using --with-a52.
830
831 ------------------------------------------------------------------------
832 r3162 | titer | 2003-01-10 17:21:39 +0100 (Fri, 10 Jan 2003) | 2 lines
833 Changed paths:
834    M /trunk/modules/gui/beos/AudioOutput.cpp
835
836  Definitively fixed sync (I hope).
837
838 ------------------------------------------------------------------------
839 r3163 | titer | 2003-01-10 18:01:53 +0100 (Fri, 10 Jan 2003) | 2 lines
840 Changed paths:
841    M /trunk/include/vlc_threads.h
842    M /trunk/src/misc/threads.c
843
844  Thread priority management on BeOS.
845
846 ------------------------------------------------------------------------
847 r3164 | lool | 2003-01-10 18:30:18 +0100 (Fri, 10 Jan 2003) | 2 lines
848 Changed paths:
849    M /trunk/modules/gui/gtk/open.c
850
851   * re-included playlist.h (got confused with vlc-playlist.h)
852
853 ------------------------------------------------------------------------
854 r3165 | ipkiss | 2003-01-11 15:09:22 +0100 (Sat, 11 Jan 2003) | 2 lines
855 Changed paths:
856    M /trunk/modules/mux/mpeg/ts.c
857
858  * compilation fix
859
860 ------------------------------------------------------------------------
861 r3166 | ipkiss | 2003-01-11 18:23:13 +0100 (Sat, 11 Jan 2003) | 2 lines
862 Changed paths:
863    M /trunk/modules/mux/mpeg/ts.c
864
865  * Fixed my previous commit (thanks fenrir)
866
867 ------------------------------------------------------------------------
868 r3167 | fenrir | 2003-01-11 19:10:49 +0100 (Sat, 11 Jan 2003) | 4 lines
869 Changed paths:
870    M /trunk/modules/codec/ffmpeg/audio.c
871    M /trunk/modules/demux/asf/asf.c
872    M /trunk/modules/demux/avi/avi.c
873    M /trunk/modules/demux/avi/libavi.c
874
875  * asf: prevent some segfault with broken file. (partially fix bug 72)
876  * avi: respect frame size (for audio codec) and close bug 75.
877  * ffmpeg: can now read multiples audio frames from the same buffer.
878
879 ------------------------------------------------------------------------
880 r3168 | fenrir | 2003-01-11 19:31:17 +0100 (Sat, 11 Jan 2003) | 2 lines
881 Changed paths:
882    M /trunk/modules/demux/avi/avi.c
883
884  * avi: fix my last fix :)
885
886 ------------------------------------------------------------------------
887 r3169 | stippi | 2003-01-11 20:33:09 +0100 (Sat, 11 Jan 2003) | 2 lines
888 Changed paths:
889    M /trunk/modules/gui/beos/InterfaceWindow.cpp
890    M /trunk/modules/gui/beos/MediaControlView.cpp
891    M /trunk/modules/gui/beos/VlcWrapper.cpp
892
893 fixed flickering of skip buttons (and consequently crashing if you pressed them)
894
895 ------------------------------------------------------------------------
896 r3170 | gitan | 2003-01-11 21:25:36 +0100 (Sat, 11 Jan 2003) | 2 lines
897 Changed paths:
898    M /trunk/src/libvlc.h
899
900 * SAP is disabled by default.
901
902 ------------------------------------------------------------------------
903 r3171 | titer | 2003-01-11 21:42:47 +0100 (Sat, 11 Jan 2003) | 2 lines
904 Changed paths:
905    M /trunk/modules/gui/beos/PreferencesWindow.cpp
906
907  * Needed update because variables names changed in the 'adjust' module.
908
909 ------------------------------------------------------------------------
910 r3172 | titer | 2003-01-12 01:22:37 +0100 (Sun, 12 Jan 2003) | 2 lines
911 Changed paths:
912    M /trunk/share/vlc_beos.rsrc
913
914  Corrected the list of supported MIME types.
915
916 ------------------------------------------------------------------------
917 r3173 | sigmunau | 2003-01-12 02:26:36 +0100 (Sun, 12 Jan 2003) | 2 lines
918 Changed paths:
919    M /trunk/doc/lirc/example.lircrc
920    M /trunk/modules/control/lirc/lirc.c
921
922  new rule for remote controls with combined play/pause button (like mine has)
923
924 ------------------------------------------------------------------------
925 r3174 | titer | 2003-01-12 03:08:39 +0100 (Sun, 12 Jan 2003) | 4 lines
926 Changed paths:
927    M /trunk/modules/gui/beos/InterfaceWindow.cpp
928    M /trunk/modules/gui/beos/MediaControlView.cpp
929    M /trunk/modules/gui/beos/MediaControlView.h
930    M /trunk/modules/gui/beos/VlcWrapper.cpp
931    M /trunk/modules/gui/beos/VlcWrapper.h
932    M /trunk/src/misc/beos_specific.cpp
933
934  * beos/* : fixed a bug in the progress bar with big files
935  * beos_specific.cpp : fixed the app signature
936  * VlcWrapper.* : removed unused code
937
938 ------------------------------------------------------------------------
939 r3175 | fenrir | 2003-01-12 05:11:35 +0100 (Sun, 12 Jan 2003) | 2 lines
940 Changed paths:
941    M /trunk/modules/packetizer/mpeg4video.c
942
943  * some workaround for clock.
944
945 ------------------------------------------------------------------------
946 r3176 | fenrir | 2003-01-12 05:30:14 +0100 (Sun, 12 Jan 2003) | 3 lines
947 Changed paths:
948    M /trunk/configure.ac.in
949    M /trunk/modules/mux/Modules.am
950    A /trunk/modules/mux/avi.c
951
952  * avi.c: avi muxer. (It produces broken files, but vlc is able to read
953 them).
954
955 ------------------------------------------------------------------------
956 r3177 | fenrir | 2003-01-12 07:39:45 +0100 (Sun, 12 Jan 2003) | 3 lines
957 Changed paths:
958    M /trunk/configure.ac.in
959    M /trunk/modules/demux/mpeg/Modules.am
960    A /trunk/modules/demux/mpeg/m4v.c
961
962  * m4v: a raw MPEG-4 video stream demuxer (for now, it assumes 25fps).
963 You have to force this demuxer.
964
965 ------------------------------------------------------------------------
966 r3178 | sigmunau | 2003-01-12 16:38:35 +0100 (Sun, 12 Jan 2003) | 8 lines
967 Changed paths:
968    M /trunk/modules/access/dvdplay/intf.c
969    M /trunk/modules/control/lirc/lirc.c
970    M /trunk/src/video_output/video_output.c
971
972  * src/video_output/video_output.c: add a key-pressed variable to p_vout
973  * modules/access/dvdplay/intf.c: allow keyboard naviagation in dvd-menus,
974 by reading the key-pressed variable
975  * modules/control/lirc/lirc.c: allow navigation with remote control by
976 faking keypresses (closes #38). I think the remotes for dvdplayers usually
977 have buttons for "root menu" and "title menu". Whould this be easily
978 implemented in vlc?
979
980 ------------------------------------------------------------------------
981 r3179 | jlj | 2003-01-12 19:25:05 +0100 (Sun, 12 Jan 2003) | 2 lines
982 Changed paths:
983    M /trunk/modules/gui/macosx/intf.m
984
985   * ./modules/gui/macosx/intf.m: Fixed mutex errors on stop (Closes #80).
986
987 ------------------------------------------------------------------------
988 r3180 | fenrir | 2003-01-12 19:26:09 +0100 (Sun, 12 Jan 2003) | 3 lines
989 Changed paths:
990    M /trunk/modules/demux/avi/avi.c
991
992  * avi: partial fix for non interleaved file with incorrect( I'm not sure
993 about that) stream descriptor. Now at least video will be played.
994
995 ------------------------------------------------------------------------
996 r3181 | jpsaman | 2003-01-12 20:08:09 +0100 (Sun, 12 Jan 2003) | 2 lines
997 Changed paths:
998    M /trunk/modules/gui/familiar/familiar.c
999
1000 Use gtk_main_quit only in one place (the function Manage()).
1001
1002 ------------------------------------------------------------------------
1003 r3182 | jpsaman | 2003-01-12 20:08:40 +0100 (Sun, 12 Jan 2003) | 2 lines
1004 Changed paths:
1005    M /trunk/ipkg/rules.gpe
1006    M /trunk/ipkg/vlc.gpe
1007    M /trunk/ipkg/vlc.opie
1008
1009 Fixed some paths.
1010
1011 ------------------------------------------------------------------------
1012 r3183 | sam | 2003-01-13 02:11:00 +0100 (Mon, 13 Jan 2003) | 2 lines
1013 Changed paths:
1014    M /trunk/debian/rules
1015
1016   * ./debian/rules: compilation bypasses for the Debian maintainer.
1017
1018 ------------------------------------------------------------------------
1019 r3184 | fenrir | 2003-01-13 03:30:11 +0100 (Mon, 13 Jan 2003) | 2 lines
1020 Changed paths:
1021    M /trunk/modules/demux/mp4/libmp4.c
1022    M /trunk/modules/demux/mp4/libmp4.h
1023
1024  * mp4: added parsing of some mov boxes (alternate movies).
1025
1026 ------------------------------------------------------------------------
1027 r3185 | fenrir | 2003-01-13 03:33:13 +0100 (Mon, 13 Jan 2003) | 4 lines
1028 Changed paths:
1029    M /trunk/include/stream_output.h
1030    M /trunk/modules/mux/avi.c
1031    M /trunk/modules/mux/mpeg/ps.c
1032    M /trunk/modules/mux/mpeg/ts.c
1033    M /trunk/modules/packetizer/mpegvideo.c
1034    M /trunk/src/stream_output/stream_output.c
1035
1036  * all: now mux and access_out can request to reserve some memory in front
1037 of each sout buffer (will prevent some unnecessary memcpy :). Not yet
1038 really used.
1039
1040 ------------------------------------------------------------------------
1041 r3186 | fenrir | 2003-01-13 05:46:49 +0100 (Mon, 13 Jan 2003) | 4 lines
1042 Changed paths:
1043    M /trunk/modules/demux/avi/avi.c
1044    M /trunk/modules/mux/avi.c
1045    M /trunk/src/stream_output/stream_output.c
1046
1047  * mux/avi.c: added index creation.
1048  * demux/avi.c: fix stream length calculation.
1049  * stream_output.c: forgot a return value ...
1050
1051 ------------------------------------------------------------------------
1052 r3187 | sam | 2003-01-13 14:28:55 +0100 (Mon, 13 Jan 2003) | 3 lines
1053 Changed paths:
1054    M /trunk/modules/video_output/sdl.c
1055
1056   * ./modules/video_output/sdl.c: protected libSDL initialization calls to
1057     avoid race conditions and deadlocks.
1058
1059 ------------------------------------------------------------------------
1060 r3188 | massiot | 2003-01-13 15:51:25 +0100 (Mon, 13 Jan 2003) | 3 lines
1061 Changed paths:
1062    M /trunk/modules/audio_output/alsa.c
1063    M /trunk/modules/audio_output/oss.c
1064    M /trunk/modules/audio_output/sdl.c
1065    M /trunk/modules/gui/macosx/aout.m
1066
1067 Do not forget to register aout_ChannelsRestart as the callback for
1068 audio-device, plus miscellaneous changes.
1069
1070 ------------------------------------------------------------------------
1071 r3189 | alexis | 2003-01-13 16:14:45 +0100 (Mon, 13 Jan 2003) | 2 lines
1072 Changed paths:
1073    M /trunk/FAQ
1074
1075 Fixed typo
1076
1077 ------------------------------------------------------------------------
1078 r3190 | sam | 2003-01-13 16:20:25 +0100 (Mon, 13 Jan 2003) | 3 lines
1079 Changed paths:
1080    A /trunk/modules/gui/win32/strings.cpp
1081    M /trunk/po/POTFILES.in
1082    M /trunk/po/de.po
1083    M /trunk/po/en_GB.po
1084    M /trunk/po/fr.po
1085    M /trunk/po/it.po
1086    M /trunk/po/ja.po
1087    M /trunk/po/nl.po
1088    M /trunk/po/no.po
1089    M /trunk/po/pl.po
1090    M /trunk/po/ru.po
1091    M /trunk/po/se.po
1092    M /trunk/po/vlc.pot
1093    M /trunk/toolbox
1094
1095   * ./toolbox: toolbox --update-po now automatically extracts strings from
1096     the Win32 interface.
1097
1098 ------------------------------------------------------------------------
1099 r3191 | massiot | 2003-01-13 17:58:58 +0100 (Mon, 13 Jan 2003) | 2 lines
1100 Changed paths:
1101    M /trunk/modules/audio_output/sdl.c
1102
1103 Compilation fix.
1104
1105 ------------------------------------------------------------------------
1106 r3192 | ipkiss | 2003-01-13 18:11:14 +0100 (Mon, 13 Jan 2003) | 3 lines
1107 Changed paths:
1108    M /trunk/modules/gui/macosx/intf.m
1109    M /trunk/modules/gui/win32/mainframe.dfm
1110    M /trunk/modules/gui/win32/menu.cpp
1111    M /trunk/modules/gui/win32/win32.cpp
1112
1113  * MacOSX interface: fixed a stupid bug
1114  * Win32 interface: completed support for channel selection
1115
1116 ------------------------------------------------------------------------
1117 r3193 | fenrir | 2003-01-13 18:39:05 +0100 (Mon, 13 Jan 2003) | 2 lines
1118 Changed paths:
1119    M /trunk/modules/codec/adpcm.c
1120
1121  * adpcm: changed the way that data are read and thus seek will work.
1122
1123 ------------------------------------------------------------------------
1124 r3194 | jlj | 2003-01-13 21:02:37 +0100 (Mon, 13 Jan 2003) | 2 lines
1125 Changed paths:
1126    M /trunk/modules/gui/macosx/aout.m
1127
1128   * ./modules/gui/macosx/aout.m: don't call AudioHardwareUnload.
1129
1130 ------------------------------------------------------------------------
1131 r3195 | massiot | 2003-01-14 00:45:49 +0100 (Tue, 14 Jan 2003) | 2 lines
1132 Changed paths:
1133    M /trunk/po/ja.po
1134
1135 Updated Japanese translation, courtesy of Fumio Nakayama <endymion@ca2.so-net.ne.jp>.
1136
1137 ------------------------------------------------------------------------
1138 r3196 | sigmunau | 2003-01-14 02:30:09 +0100 (Tue, 14 Jan 2003) | 4 lines
1139 Changed paths:
1140    M /trunk/modules/control/rc/rc.c
1141
1142 changed the a rule into add and made it work along with others such as play
1143 even when nothing is currently playing. Added a playlist command to list the
1144 entries currently in the playlist. plus some cleanups and sanity checks.
1145
1146 ------------------------------------------------------------------------
1147 r3197 | fenrir | 2003-01-14 05:34:13 +0100 (Tue, 14 Jan 2003) | 2 lines
1148 Changed paths:
1149    M /trunk/src/stream_output/stream_output.c
1150
1151  * stream_output.c: fix a bug with "null" stream.
1152
1153 ------------------------------------------------------------------------
1154 r3198 | titer | 2003-01-14 15:48:55 +0100 (Tue, 14 Jan 2003) | 2 lines
1155 Changed paths:
1156    M /trunk/modules/gui/beos/InterfaceWindow.cpp
1157    M /trunk/modules/gui/beos/InterfaceWindow.h
1158    M /trunk/modules/gui/beos/MsgVals.h
1159    M /trunk/modules/gui/beos/VlcWrapper.cpp
1160    M /trunk/modules/gui/beos/VlcWrapper.h
1161
1162  * Added a file panel for subtitles file selection.
1163
1164 ------------------------------------------------------------------------
1165 r3199 | massiot | 2003-01-14 15:51:02 +0100 (Tue, 14 Jan 2003) | 3 lines
1166 Changed paths:
1167    M /trunk/modules/audio_filter/channel_mixer/trivial.c
1168    M /trunk/modules/control/rc/rc.c
1169
1170 * Fixed dual-mono handling of MPEG audio.
1171 * rc.c: fixed a warning.
1172
1173 ------------------------------------------------------------------------
1174 r3200 | titer | 2003-01-14 16:31:12 +0100 (Tue, 14 Jan 2003) | 2 lines
1175 Changed paths:
1176    M /trunk/modules/gui/beos/AudioOutput.cpp
1177
1178  * added a sanity lock
1179
1180 ------------------------------------------------------------------------
1181 r3201 | titer | 2003-01-14 17:00:49 +0100 (Tue, 14 Jan 2003) | 2 lines
1182 Changed paths:
1183    M /trunk/modules/gui/beos/PreferencesWindow.cpp
1184    M /trunk/modules/gui/beos/PreferencesWindow.h
1185
1186  Now you can save preferences.
1187
1188 ------------------------------------------------------------------------
1189 r3202 | sam | 2003-01-14 19:56:52 +0100 (Tue, 14 Jan 2003) | 2 lines
1190 Changed paths:
1191    M /trunk/FAQ
1192    M /trunk/doc/fortunes.txt
1193
1194   * ./FAQ: a few corrections. See also http://angryflower.com/bobsqu.gif
1195
1196 ------------------------------------------------------------------------
1197 r3203 | titer | 2003-01-14 23:03:38 +0100 (Tue, 14 Jan 2003) | 4 lines
1198 Changed paths:
1199    M /trunk/modules/gui/beos/InterfaceWindow.cpp
1200    M /trunk/modules/gui/beos/VlcWrapper.cpp
1201
1202   Fixed playlist behaviour (draging a file replaces the playlist, and
1203  draging a file while pressing the 'Shift' key appends it while the
1204  current one keeps playing.
1205
1206 ------------------------------------------------------------------------
1207 r3204 | sam | 2003-01-14 23:44:29 +0100 (Tue, 14 Jan 2003) | 3 lines
1208 Changed paths:
1209    M /trunk/modules/audio_output/oss.c
1210
1211   * ./modules/audio_output/oss.c: compilation fix for BSD, courtesy of
1212     Steven M. Schultz.
1213
1214 ------------------------------------------------------------------------
1215 r3205 | massiot | 2003-01-15 01:10:29 +0100 (Wed, 15 Jan 2003) | 2 lines
1216 Changed paths:
1217    M /trunk/po/it.po
1218
1219 Updated Italian translation, courtesy of Vella Bruno <allevb@tin.it>.
1220
1221 ------------------------------------------------------------------------
1222 r3206 | jlj | 2003-01-15 01:49:49 +0100 (Wed, 15 Jan 2003) | 2 lines
1223 Changed paths:
1224    M /trunk/modules/gui/macosx/aout.m
1225    M /trunk/modules/gui/macosx/intf.m
1226    M /trunk/modules/gui/macosx/macosx.m
1227    M /trunk/modules/gui/macosx/vout.m
1228
1229   * ./modules/gui/macosx: added macosx-adev and macosx-vdev config vars.
1230
1231 ------------------------------------------------------------------------
1232 r3207 | massiot | 2003-01-15 11:58:48 +0100 (Wed, 15 Jan 2003) | 8 lines
1233 Changed paths:
1234    M /trunk/configure.ac.in
1235    M /trunk/modules/Makefile.am
1236    M /trunk/modules/audio_filter/converter/Modules.am
1237    A /trunk/modules/audio_filter/converter/mpgatofixed32.c
1238    M /trunk/modules/codec/Modules.am
1239    M /trunk/modules/codec/a52.c
1240    D /trunk/modules/codec/mad
1241    A /trunk/modules/codec/mpeg_audio.c
1242    M /trunk/modules/gui/win32/strings.cpp
1243    M /trunk/po/POTFILES.in
1244    M /trunk/po/de.po
1245    M /trunk/po/en_GB.po
1246    M /trunk/po/fr.po
1247    M /trunk/po/it.po
1248    M /trunk/po/ja.po
1249    M /trunk/po/nl.po
1250    M /trunk/po/no.po
1251    M /trunk/po/pl.po
1252    M /trunk/po/ru.po
1253    M /trunk/po/se.po
1254    M /trunk/po/vlc.pot
1255    M /trunk/src/audio_output/common.c
1256
1257 * Totally rewrote the mad plug-in, in order to fix the PTS problems :
1258 - Now using the low-level API of libmad,
1259 - Decoding split in parsing & decoding (just like A/52),
1260 - Should handle dual-mono files correctly,
1261 * The old mpeg_audio plug-in can no longer work in this scheme and has
1262   been disabled. Please _always_ compile with mad from now on.
1263 * Updated po files.
1264
1265 ------------------------------------------------------------------------
1266 r3208 | massiot | 2003-01-15 12:27:29 +0100 (Wed, 15 Jan 2003) | 2 lines
1267 Changed paths:
1268    M /trunk/modules/gui/macosx/controls.m
1269    M /trunk/src/audio_output/intf.c
1270
1271 VolumeUp/Down/Mute now work even if no file is playing.
1272
1273 ------------------------------------------------------------------------
1274 r3209 | titer | 2003-01-15 12:46:27 +0100 (Wed, 15 Jan 2003) | 2 lines
1275 Changed paths:
1276    M /trunk/configure.ac.in
1277
1278  Fixed --with-mad and --with-mad-tree
1279
1280 ------------------------------------------------------------------------
1281 r3210 | massiot | 2003-01-15 13:25:11 +0100 (Wed, 15 Jan 2003) | 3 lines
1282 Changed paths:
1283    M /trunk/po/nl.po
1284
1285 Dutch translation, courtesy of Derk-Jan Hartman <d.hartman@student.utwente.nl>
1286 and Jean-Paul Saman <jpsaman@wxs.nl>.
1287
1288 ------------------------------------------------------------------------
1289 r3211 | massiot | 2003-01-15 14:14:50 +0100 (Wed, 15 Jan 2003) | 3 lines
1290 Changed paths:
1291    M /trunk/modules/codec/mpeg_audio.c
1292
1293 Better recovery on emulated startcode. Still doesn't work with VBR mp3's,
1294 though.
1295
1296 ------------------------------------------------------------------------
1297 r3212 | sam | 2003-01-15 14:16:40 +0100 (Wed, 15 Jan 2003) | 3 lines
1298 Changed paths:
1299    M /trunk/modules/codec/mpeg_video/headers.c
1300    M /trunk/modules/gui/gtk/gnome.glade
1301    M /trunk/modules/gui/gtk/gnome_interface.c
1302    M /trunk/modules/gui/gtk/gtk.glade
1303    M /trunk/modules/gui/gtk/gtk_interface.c
1304    M /trunk/modules/gui/kde/kde.cpp
1305    M /trunk/modules/gui/win32/Modules.am
1306    M /trunk/modules/gui/win32/about.dfm
1307    M /trunk/modules/gui/win32/mainframe.dfm
1308    M /trunk/modules/gui/win32/network.dfm
1309    M /trunk/modules/gui/win32/strings.cpp
1310    M /trunk/modules/misc/gtk_main.c
1311    M /trunk/modules/video_output/wingdi.c
1312    M /trunk/po/de.po
1313    M /trunk/po/en_GB.po
1314    M /trunk/po/fr.po
1315    M /trunk/po/it.po
1316    M /trunk/po/ja.po
1317    M /trunk/po/nl.po
1318    M /trunk/po/no.po
1319    M /trunk/po/pl.po
1320    M /trunk/po/ru.po
1321    M /trunk/po/se.po
1322    M /trunk/po/vlc.pot
1323    M /trunk/src/video_output/vout_pictures.c
1324    M /trunk/toolbox
1325
1326   * ALL: slightly changed some interface strings so that they are common to
1327     all GUIs, thus making the translators' work easier.
1328
1329 ------------------------------------------------------------------------
1330 r3213 | massiot | 2003-01-15 14:46:05 +0100 (Wed, 15 Jan 2003) | 2 lines
1331 Changed paths:
1332    M /trunk/src/misc/messages.c
1333
1334 message queue overflow is now a warning.
1335
1336 ------------------------------------------------------------------------
1337 r3214 | sam | 2003-01-15 14:48:14 +0100 (Wed, 15 Jan 2003) | 3 lines
1338 Changed paths:
1339    M /trunk/modules/video_output/x11/xcommon.c
1340
1341   * ./modules/video_output/x11/xcommon.c: we ignore MapNotify and UnmapNotify
1342     events once our window has been properly mapped.
1343
1344 ------------------------------------------------------------------------
1345 r3215 | massiot | 2003-01-15 14:58:28 +0100 (Wed, 15 Jan 2003) | 2 lines
1346 Changed paths:
1347    M /trunk/modules/codec/mpeg_audio.c
1348
1349 Typo.
1350
1351 ------------------------------------------------------------------------
1352 r3216 | massiot | 2003-01-16 00:55:22 +0100 (Thu, 16 Jan 2003) | 5 lines
1353 Changed paths:
1354    M /trunk/modules/codec/mpeg_audio.c
1355    M /trunk/modules/gui/macosx/intf.m
1356    M /trunk/src/misc/netutils.c
1357
1358 * Fixed MPEG audio layer III VBR,
1359 * Mac OS X interface thread gets a real-time priority as well to avoid
1360   lock-ups,
1361 * VLAN error is now a warning.
1362
1363 ------------------------------------------------------------------------
1364 r3217 | sam | 2003-01-16 10:00:32 +0100 (Thu, 16 Jan 2003) | 2 lines
1365 Changed paths:
1366    M /trunk/modules/gui/gtk/gnome.glade
1367    M /trunk/modules/gui/gtk/gnome_interface.c
1368    M /trunk/modules/gui/gtk/gtk.glade
1369    M /trunk/modules/gui/gtk/gtk_interface.c
1370    M /trunk/modules/gui/win32/disc.dfm
1371    M /trunk/modules/gui/win32/mainframe.dfm
1372    M /trunk/modules/gui/win32/strings.cpp
1373    M /trunk/po/de.po
1374    M /trunk/po/en_GB.po
1375    M /trunk/po/fr.po
1376    M /trunk/po/it.po
1377    M /trunk/po/ja.po
1378    M /trunk/po/nl.po
1379    M /trunk/po/no.po
1380    M /trunk/po/pl.po
1381    M /trunk/po/ru.po
1382    M /trunk/po/se.po
1383    M /trunk/po/vlc.pot
1384    M /trunk/toolbox
1385
1386   * ALL: merged more UI strings.
1387
1388 ------------------------------------------------------------------------
1389 r3218 | sam | 2003-01-16 10:02:46 +0100 (Thu, 16 Jan 2003) | 2 lines
1390 Changed paths:
1391    M /trunk/include/vlc_common.h
1392    M /trunk/include/vlc_threads_funcs.h
1393    M /trunk/modules/gui/win32/Modules.am
1394    M /trunk/modules/gui/win32/mainframe.cpp
1395    M /trunk/modules/gui/win32/menu.cpp
1396    M /trunk/modules/gui/win32/win32_common.h
1397
1398   * ./include/vlc_common.h: fixed win32 plugin compilation.
1399
1400 ------------------------------------------------------------------------
1401 r3219 | sam | 2003-01-16 10:05:37 +0100 (Thu, 16 Jan 2003) | 2 lines
1402 Changed paths:
1403    M /trunk/modules/access/.cvsignore
1404    M /trunk/modules/access/dvd/.cvsignore
1405    M /trunk/modules/access/dvdplay/.cvsignore
1406    M /trunk/modules/access/dvdread/.cvsignore
1407    M /trunk/modules/access/mms/.cvsignore
1408    M /trunk/modules/access/satellite/.cvsignore
1409    M /trunk/modules/access/v4l/.cvsignore
1410    M /trunk/modules/access/vcd/.cvsignore
1411    M /trunk/modules/access_output/.cvsignore
1412    M /trunk/modules/audio_filter/channel_mixer/.cvsignore
1413    M /trunk/modules/audio_filter/converter/.cvsignore
1414    M /trunk/modules/audio_filter/resampler/.cvsignore
1415    M /trunk/modules/audio_mixer/.cvsignore
1416    M /trunk/modules/audio_output/.cvsignore
1417    M /trunk/modules/codec/.cvsignore
1418    M /trunk/modules/codec/a52old/.cvsignore
1419    M /trunk/modules/codec/a52old/downmix/.cvsignore
1420    M /trunk/modules/codec/a52old/imdct/.cvsignore
1421    M /trunk/modules/codec/cinepak/.cvsignore
1422    M /trunk/modules/codec/faad/.cvsignore
1423    M /trunk/modules/codec/ffmpeg/.cvsignore
1424    M /trunk/modules/codec/ffmpeg/postprocessing/.cvsignore
1425    M /trunk/modules/codec/mpeg_audio/.cvsignore
1426    M /trunk/modules/codec/mpeg_video/.cvsignore
1427    M /trunk/modules/codec/mpeg_video/idct/.cvsignore
1428    M /trunk/modules/codec/mpeg_video/motion/.cvsignore
1429    M /trunk/modules/codec/spudec/.cvsignore
1430    M /trunk/modules/control/lirc/.cvsignore
1431    M /trunk/modules/control/rc/.cvsignore
1432    M /trunk/modules/demux/.cvsignore
1433    M /trunk/modules/demux/aac/.cvsignore
1434    M /trunk/modules/demux/asf/.cvsignore
1435    M /trunk/modules/demux/avi/.cvsignore
1436    M /trunk/modules/demux/mp4/.cvsignore
1437    M /trunk/modules/demux/mpeg/.cvsignore
1438    M /trunk/modules/demux/util/.cvsignore
1439    M /trunk/modules/demux/wav/.cvsignore
1440    M /trunk/modules/gui/beos/.cvsignore
1441    M /trunk/modules/gui/familiar/.cvsignore
1442    M /trunk/modules/gui/gtk/.cvsignore
1443    M /trunk/modules/gui/kde/.cvsignore
1444    M /trunk/modules/gui/macosx/.cvsignore
1445    M /trunk/modules/gui/ncurses/.cvsignore
1446    M /trunk/modules/gui/qnx/.cvsignore
1447    M /trunk/modules/gui/qt/.cvsignore
1448    M /trunk/modules/gui/win32/.cvsignore
1449    M /trunk/modules/gui/wxwindows/.cvsignore
1450    M /trunk/modules/misc/.cvsignore
1451    M /trunk/modules/misc/dummy/.cvsignore
1452    M /trunk/modules/misc/logger/.cvsignore
1453    M /trunk/modules/misc/memcpy/.cvsignore
1454    M /trunk/modules/misc/network/.cvsignore
1455    M /trunk/modules/misc/testsuite/.cvsignore
1456    M /trunk/modules/mux/.cvsignore
1457    M /trunk/modules/mux/mpeg/.cvsignore
1458    M /trunk/modules/packetizer/.cvsignore
1459    M /trunk/modules/video_chroma/.cvsignore
1460    M /trunk/modules/video_filter/.cvsignore
1461    M /trunk/modules/video_filter/deinterlace/.cvsignore
1462    M /trunk/modules/video_output/.cvsignore
1463    M /trunk/modules/video_output/directx/.cvsignore
1464    M /trunk/modules/video_output/mga/.cvsignore
1465    M /trunk/modules/video_output/qte/.cvsignore
1466    M /trunk/modules/video_output/x11/.cvsignore
1467    M /trunk/modules/visualization/scope/.cvsignore
1468    M /trunk/modules/visualization/xosd/.cvsignore
1469
1470   * ./modules/**/.cvsignore: added common *$(LIBEXT) values to .cvsignore.
1471
1472 ------------------------------------------------------------------------
1473 r3220 | sam | 2003-01-16 13:49:28 +0100 (Thu, 16 Jan 2003) | 4 lines
1474 Changed paths:
1475    M /trunk/configure.ac.in
1476    M /trunk/evc/.cvsignore
1477    D /trunk/evc/config.h
1478    A /trunk/evc/config.h.in
1479    M /trunk/msvc/.cvsignore
1480    D /trunk/msvc/config.h
1481    A /trunk/msvc/config.h.in
1482    M /trunk/toolbox
1483
1484   * ./evc/config.h, ./msvc/config.h: proper generation of these files using
1485     information from configure.ac.in. Thanks to Stephane van Hardeveld for
1486     spotting this.
1487
1488 ------------------------------------------------------------------------
1489 r3221 | sam | 2003-01-16 13:56:34 +0100 (Thu, 16 Jan 2003) | 2 lines
1490 Changed paths:
1491    M /trunk/msvc/plugins.dsp.in
1492
1493   * ./plugins.dsp.in: fixed this file thanks to Stephane van Hardeveld.
1494
1495 ------------------------------------------------------------------------
1496 r3222 | hartman | 2003-01-16 14:22:30 +0100 (Thu, 16 Jan 2003) | 2 lines
1497 Changed paths:
1498    M /trunk/src/audio_output/intf.c
1499
1500 VolumeGet/VolumeSet now work even if no file is playing.
1501
1502 ------------------------------------------------------------------------
1503 r3223 | hartman | 2003-01-16 14:49:44 +0100 (Thu, 16 Jan 2003) | 19 lines
1504 Changed paths:
1505    M /trunk/modules/gui/macosx/controls.m
1506    M /trunk/modules/gui/macosx/intf.h
1507    M /trunk/modules/gui/macosx/intf.m
1508    M /trunk/modules/gui/macosx/playlist.h
1509    M /trunk/modules/gui/macosx/vout.m
1510
1511 * ./modules/gui/macosx/controls.m:
1512   - Added a volumeslider
1513   - removed pause button
1514   - added a fast forward action (increases speed in time)
1515   - changed the play method to allow for a toggled play pause button
1516   - volumeUp and VolumeDown take the state of the Mute Menuitem into account
1517   - volumeUp and VolumeDown take the volumeSlider into account
1518 * ./modules/gui/macosx/intf.h:
1519   - added references for the volumeslider, new menuitems
1520 * ./modules/gui/macosx/intf.m:
1521   - correct init of volumeslider and other new intf elements
1522   - new title for Controller window
1523   - the state of buttons is dependant on a movie being played
1524   - toggle the play/pause button if a play/pause action is detected.
1525 * ./modules/gui/macosx/playlist.h: added add/remove buttons to playlist
1526 * ./modules/gui/macosx/vout.m:
1527   - removed some control keys which were no longer necesarry
1528   - give the window the title of the item being played
1529
1530 ------------------------------------------------------------------------
1531 r3224 | hartman | 2003-01-16 14:58:18 +0100 (Thu, 16 Jan 2003) | 15 lines
1532 Changed paths:
1533    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
1534    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
1535    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
1536    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
1537    M /trunk/extras/MacOSX/Resources/pause.png
1538    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
1539
1540 * ALL:
1541 - integrated play/pause toggled button
1542 - global shortcut for play/pause by use of spacebar
1543 - new pause.png
1544 - removed pause button
1545 - close button in intf window. register window in Window menuitem.
1546 - rearranged the menu
1547 - changed some key-combo's to be more OSX compliant/consistent
1548 - The time text-field is no longer selectable
1549 - The faster/slower/ff/stop etc button are only available during playback
1550 - added .bin filetype to Project Target (allows drag and drop of .bin files on program icon.
1551 - Added Add/Remove buttons to the llaylist.
1552 - Made the drawer 10 pixels smaller. Looks much better.
1553 - added a volume slider.
1554
1555 ------------------------------------------------------------------------
1556 r3225 | massiot | 2003-01-16 15:08:39 +0100 (Thu, 16 Jan 2003) | 5 lines
1557 Changed paths:
1558    M /trunk/modules/codec/mpeg_audio.c
1559    M /trunk/src/audio_output/intf.c
1560
1561 * modules/codec/mpeg_audio.c: attempt at fixing free-bitrate mp3, though
1562   I do not have any file to test ; more precise PTS handling when losing
1563   sync.
1564 * src/audio_output/intf.c: fixed a warning.
1565
1566 ------------------------------------------------------------------------
1567 r3226 | sam | 2003-01-16 15:34:55 +0100 (Thu, 16 Jan 2003) | 2 lines
1568 Changed paths:
1569    M /trunk/configure.ac.in
1570    D /trunk/po/se.po
1571    A /trunk/po/sv.po
1572
1573   * ./po/sv.po: Swedish is now sv, not se. Thanks yvounet.
1574
1575 ------------------------------------------------------------------------
1576 r3227 | yves | 2003-01-16 15:39:22 +0100 (Thu, 16 Jan 2003) | 3 lines
1577 Changed paths:
1578    M /trunk/vlc.spec
1579
1580 * codec/mad plugin is replaced by audio_filter/mpgatofixed32.
1581 * new demux/m4v and mux/avi plugins
1582
1583 ------------------------------------------------------------------------
1584 r3228 | massiot | 2003-01-16 15:40:04 +0100 (Thu, 16 Jan 2003) | 2 lines
1585 Changed paths:
1586    M /trunk/src/misc/darwin_specific.m
1587
1588 Swedish is now sv, not se. Thanks yvounet. (c)
1589
1590 ------------------------------------------------------------------------
1591 r3229 | titer | 2003-01-16 16:26:23 +0100 (Thu, 16 Jan 2003) | 3 lines
1592 Changed paths:
1593    M /trunk/modules/gui/beos/InterfaceWindow.cpp
1594    M /trunk/modules/gui/beos/PreferencesWindow.cpp
1595    M /trunk/modules/gui/beos/PreferencesWindow.h
1596
1597  * InterfaceWindow.cpp : fixed DVD drag & drop
1598  * PreferencesWindow.* : added the possibility not to use DVD menus
1599
1600 ------------------------------------------------------------------------
1601 r3230 | lool | 2003-01-16 21:08:00 +0100 (Thu, 16 Jan 2003) | 2 lines
1602 Changed paths:
1603    M /trunk/modules/control/rc/rc.c
1604
1605   * typo
1606
1607 ------------------------------------------------------------------------
1608 r3231 | babal | 2003-01-16 22:14:23 +0100 (Thu, 16 Jan 2003) | 7 lines
1609 Changed paths:
1610    M /trunk/configure.ac.in
1611    M /trunk/modules/demux/m3u.c
1612    M /trunk/po/fr.po
1613    M /trunk/src/audio_output/input.c
1614
1615 - input.c : doesn't even try to use the headphone filter for
1616             unsupported format (S/PDIF, ...)
1617 - m3u.c : support for MRLs
1618           better detection of absolute path under Windows
1619 - configure.ac.in : off_t was defined twice for mingw32
1620 - fr.po : translation of headphone filter strings
1621
1622 ------------------------------------------------------------------------
1623 r3232 | massiot | 2003-01-17 00:00:47 +0100 (Fri, 17 Jan 2003) | 6 lines
1624 Changed paths:
1625    M /trunk/configure.ac.in
1626    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
1627    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
1628    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
1629    M /trunk/modules/access/dvd/ifo.c
1630    M /trunk/modules/gui/macosx/prefs.m
1631    M /trunk/po/de.po
1632    M /trunk/po/en_GB.po
1633    M /trunk/po/fr.po
1634    M /trunk/po/it.po
1635    M /trunk/po/ja.po
1636    M /trunk/po/nl.po
1637    M /trunk/po/no.po
1638    M /trunk/po/pl.po
1639    M /trunk/po/ru.po
1640    M /trunk/po/sv.po
1641    M /trunk/po/vlc.pot
1642
1643 * Bumped up revision number to 0.5.0-test3,
1644 * Rearranged fields in the OS X interface to accomodate for translations,
1645 * modules/access/dvd/ifo.c: fixed a crash with bad streams,
1646 * Auto-updated po files,
1647 * Manually updated fr.po.
1648
1649 ------------------------------------------------------------------------
1650 r3233 | lool | 2003-01-17 00:25:55 +0100 (Fri, 17 Jan 2003) | 9 lines
1651 Changed paths:
1652    M /trunk/configure.ac.in
1653    M /trunk/include/input_ext-intf.h
1654    M /trunk/modules/access/Modules.am
1655    M /trunk/modules/access/slp.c
1656
1657   * configure.ac.in:
1658     . renamed access_slp to slp
1659     . slp is enabled by default if slp.h is present
1660   * modules/access/slp.c:
1661     . slp is now an access and a demux and forces the use of itself
1662     . cleanups and bug corrections
1663     . disappears of the playlist
1664       Thanks to fenrir for the help in debugging!
1665
1666 ------------------------------------------------------------------------
1667 r3234 | babal | 2003-01-17 00:33:20 +0100 (Fri, 17 Jan 2003) | 2 lines
1668 Changed paths:
1669    M /trunk/configure.ac.in
1670
1671 - my previous fix was a bad fix :(
1672
1673 ------------------------------------------------------------------------
1674 r3235 | sam | 2003-01-17 00:37:59 +0100 (Fri, 17 Jan 2003) | 2 lines
1675 Changed paths:
1676    M /trunk/Makefile.am
1677
1678   * ./Makefile.am: fixed distribution of MSVC files.
1679
1680 ------------------------------------------------------------------------
1681 r3236 | sam | 2003-01-17 14:54:11 +0100 (Fri, 17 Jan 2003) | 3 lines
1682 Changed paths:
1683    M /trunk/modules/codec/spudec/parse.c
1684
1685   * ./modules/codec/spudec/parse.c: fixed a wrapping issue in the subtitle date
1686     calculation in slow-mo.
1687
1688 ------------------------------------------------------------------------
1689 r3237 | lool | 2003-01-17 15:51:09 +0100 (Fri, 17 Jan 2003) | 2 lines
1690 Changed paths:
1691    M /trunk/modules/access/slp.c
1692
1693   * added missing static
1694
1695 ------------------------------------------------------------------------
1696 r3238 | fenrir | 2003-01-17 16:26:24 +0100 (Fri, 17 Jan 2003) | 5 lines
1697 Changed paths:
1698    M /trunk/modules/mux/mpeg/pes.c
1699    M /trunk/modules/packetizer/mpeg4video.c
1700    M /trunk/src/stream_output/stream_output.c
1701
1702  * all: use p_vlc->pf_memcpy instead of memcpy on big data block.
1703  * mpeg4video: removed a bad code dealing with pts discontinuity.
1704  * pes.c: try to avoid copying the whole  PES. (the first 64ko
1705 ins't any more copied :)
1706
1707 ------------------------------------------------------------------------
1708 r3239 | sam | 2003-01-17 17:18:03 +0100 (Fri, 17 Jan 2003) | 4 lines
1709 Changed paths:
1710    M /trunk/modules/video_filter/adjust.c
1711    M /trunk/modules/video_filter/clone.c
1712    M /trunk/modules/video_filter/crop.c
1713    M /trunk/modules/video_filter/deinterlace/deinterlace.c
1714    M /trunk/modules/video_filter/distort.c
1715    M /trunk/modules/video_filter/filter_common.h
1716    M /trunk/modules/video_filter/invert.c
1717    M /trunk/modules/video_filter/motionblur.c
1718    M /trunk/modules/video_filter/transform.c
1719    M /trunk/modules/video_filter/wall.c
1720
1721   * ./modules/video_filter/**/*.c: mouse clicks and keyboard events are now
1722     sent to the parent video output by all filters, and mouse coordinates are
1723     translated when necessary (Closes: #15).
1724
1725 ------------------------------------------------------------------------
1726 r3240 | massiot | 2003-01-17 18:22:22 +0100 (Fri, 17 Jan 2003) | 2 lines
1727 Changed paths:
1728    M /trunk/doc/fortunes.txt
1729
1730 .
1731
1732 ------------------------------------------------------------------------
1733 r3241 | jpsaman | 2003-01-17 19:19:11 +0100 (Fri, 17 Jan 2003) | 2 lines
1734 Changed paths:
1735    M /trunk/ipkg/rules.gpe
1736    M /trunk/modules/gui/familiar/familiar.c
1737
1738 Updating slider only once a second now.
1739
1740 ------------------------------------------------------------------------
1741 r3242 | titer | 2003-01-17 19:19:43 +0100 (Fri, 17 Jan 2003) | 2 lines
1742 Changed paths:
1743    M /trunk/modules/gui/beos/InterfaceWindow.cpp
1744    M /trunk/modules/gui/beos/PreferencesWindow.cpp
1745    M /trunk/modules/gui/beos/PreferencesWindow.h
1746    M /trunk/modules/gui/beos/VlcWrapper.cpp
1747    M /trunk/modules/gui/beos/VlcWrapper.h
1748
1749  Fixed the 'Do not use DVD menus' check box.
1750
1751 ------------------------------------------------------------------------
1752 r3243 | sam | 2003-01-17 20:17:09 +0100 (Fri, 17 Jan 2003) | 4 lines
1753 Changed paths:
1754    M /trunk/modules/gui/gtk/gtk_callbacks.c
1755    M /trunk/modules/gui/gtk/menu.c
1756
1757   * ./modules/gui/gtk/gtk_callbacks.c, ./modules/gui/gtk/menu.c: added a lot
1758     of boundary checks in the handling of title/chapter menus. Title 0 is no
1759     longer reachable (Closes: #26).
1760
1761 ------------------------------------------------------------------------
1762 r3244 | sam | 2003-01-17 20:22:21 +0100 (Fri, 17 Jan 2003) | 2 lines
1763 Changed paths:
1764    M /trunk/modules/control/rc/rc.c
1765
1766   * ./modules/control/rc/rc.c: boundary checks for chapter navigation.
1767
1768 ------------------------------------------------------------------------
1769 r3245 | sam | 2003-01-17 20:35:22 +0100 (Fri, 17 Jan 2003) | 3 lines
1770 Changed paths:
1771    M /trunk/modules/gui/win32/mainframe.cpp
1772    M /trunk/modules/gui/win32/menu.cpp
1773
1774   * ./modules/gui/win32/mainframe.cpp, ./modules/gui/win32/menu.cpp: applied
1775     navigation fixes from the Gtk+ interface.
1776
1777 ------------------------------------------------------------------------
1778 r3246 | sam | 2003-01-17 20:36:53 +0100 (Fri, 17 Jan 2003) | 2 lines
1779 Changed paths:
1780    M /trunk/modules/gui/ncurses/ncurses.c
1781
1782   * ./modules/gui/ncurses/ncurses.c: added locks and checks in navigation code.
1783
1784 ------------------------------------------------------------------------
1785 r3247 | hartman | 2003-01-17 22:46:04 +0100 (Fri, 17 Jan 2003) | 2 lines
1786 Changed paths:
1787    M /trunk/modules/gui/macosx/controls.m
1788
1789 * ./modules/gui/macosx/controls.m: made the fullscreen command work, even if the videowindow is not the frontmost window
1790
1791 ------------------------------------------------------------------------
1792 r3248 | sam | 2003-01-18 00:59:18 +0100 (Sat, 18 Jan 2003) | 3 lines
1793 Changed paths:
1794    M /trunk/modules/audio_output/alsa.c
1795
1796   * ./modules/audio_output/alsa.c: updated requirements to 0.9.0beta10a in
1797     the source comments.
1798
1799 ------------------------------------------------------------------------
1800 r3249 | hartman | 2003-01-18 05:10:58 +0100 (Sat, 18 Jan 2003) | 4 lines
1801 Changed paths:
1802    M /trunk/modules/gui/macosx/open.m
1803
1804 * ./modules/gui/macosx/open.m:
1805   - Removed the pretty animation. Wasn't working. This looks better.
1806   - fixed a potential memory problem
1807
1808 ------------------------------------------------------------------------
1809 r3250 | hartman | 2003-01-18 05:57:08 +0100 (Sat, 18 Jan 2003) | 3 lines
1810 Changed paths:
1811    M /trunk/modules/gui/macosx/open.m
1812
1813 * ./modules/gui/macosx/open.m
1814   - .bin files are now opened as disks, instead of as files
1815
1816 ------------------------------------------------------------------------
1817 r3251 | massiot | 2003-01-18 14:24:44 +0100 (Sat, 18 Jan 2003) | 2 lines
1818 Changed paths:
1819    M /trunk/Makefile.am
1820    M /trunk/include/darwin_specific.h
1821    M /trunk/modules/codec/spudec/spudec.c
1822
1823 Including font-eutopiabold36.rle for DivX and ogg subtitles.
1824
1825 ------------------------------------------------------------------------
1826 r3252 | alexis | 2003-01-18 21:24:33 +0100 (Sat, 18 Jan 2003) | 2 lines
1827 Changed paths:
1828    M /trunk/doc/developer/audio_output.xml
1829
1830 Compilation fix
1831
1832 ------------------------------------------------------------------------
1833 r3253 | sam | 2003-01-19 04:16:24 +0100 (Sun, 19 Jan 2003) | 4 lines
1834 Changed paths:
1835    M /trunk/include/beos_specific.h
1836    M /trunk/include/darwin_specific.h
1837    M /trunk/include/main.h
1838    M /trunk/include/modules.h
1839    M /trunk/include/modules_inner.h
1840    M /trunk/modules/codec/spudec/spudec.c
1841    M /trunk/src/libvlc.c
1842    M /trunk/src/misc/beos_specific.cpp
1843    M /trunk/src/misc/darwin_specific.m
1844    M /trunk/src/misc/modules.c
1845    M /trunk/src/misc/win32_specific.c
1846    M /trunk/src/video_output/video_text.c
1847
1848   * ./src/misc/beos_specific.cpp, ./src/misc/darwin_specific.m: removed
1849     the GetProgramPath call, stored the path in p_libvlc instead. Fixes
1850     compilation under anything other than OS X.
1851
1852 ------------------------------------------------------------------------
1853 r3254 | fenrir | 2003-01-19 09:27:28 +0100 (Sun, 19 Jan 2003) | 2 lines
1854 Changed paths:
1855    M /trunk/modules/packetizer/copy.c
1856    M /trunk/modules/packetizer/mpeg4video.c
1857    M /trunk/modules/packetizer/mpegvideo.c
1858
1859  * all: change the way fourcc are stored in bitmapinfoheader.
1860
1861 ------------------------------------------------------------------------
1862 r3255 | fenrir | 2003-01-19 09:28:02 +0100 (Sun, 19 Jan 2003) | 2 lines
1863 Changed paths:
1864    M /trunk/modules/mux/avi.c
1865
1866  * avi.c : proper way to store fourcc.
1867
1868 ------------------------------------------------------------------------
1869 r3256 | massiot | 2003-01-19 17:57:32 +0100 (Sun, 19 Jan 2003) | 2 lines
1870 Changed paths:
1871    M /trunk/modules/demux/avi/avi.c
1872
1873 Requalified some error messages into warnings.
1874
1875 ------------------------------------------------------------------------
1876 r3257 | ipkiss | 2003-01-19 18:55:18 +0100 (Sun, 19 Jan 2003) | 2 lines
1877 Changed paths:
1878    M /trunk/modules/gui/win32/menu.cpp
1879
1880  * Compilation fix
1881
1882 ------------------------------------------------------------------------
1883 r3258 | jpsaman | 2003-01-19 23:16:13 +0100 (Sun, 19 Jan 2003) | 2 lines
1884 Changed paths:
1885    M /trunk/configure.ac.in
1886    M /trunk/ipkg/control
1887    M /trunk/ipkg/control.gpe
1888    M /trunk/ipkg/control.opie
1889    M /trunk/ipkg/rules
1890    M /trunk/ipkg/rules.gpe
1891    M /trunk/ipkg/rules.opie
1892    M /trunk/modules/misc/Modules.am
1893    A /trunk/modules/misc/qte_main.cpp
1894    M /trunk/modules/video_output/qte/qte.cpp
1895    M /trunk/modules/video_output/qte/qte.h
1896
1897 New "qte_main" module. It should be used by all plugins/modules that need QT embedded. Also ported modules/qte/qte.{cpp,h} to use it.
1898
1899 ------------------------------------------------------------------------
1900 r3259 | hartman | 2003-01-20 01:23:45 +0100 (Mon, 20 Jan 2003) | 2 lines
1901 Changed paths:
1902    M /trunk/modules/gui/macosx/vout.m
1903
1904 * ./modules/gui/macosx/vout.m: Fixed the play/pause key shortcut.
1905
1906 ------------------------------------------------------------------------
1907 r3260 | fenrir | 2003-01-20 03:15:08 +0100 (Mon, 20 Jan 2003) | 2 lines
1908 Changed paths:
1909    M /trunk/modules/packetizer/mpegvideo.c
1910
1911  * mpegvideo.c : fix dts generation for non-progressive stream.
1912
1913 ------------------------------------------------------------------------
1914 r3261 | fenrir | 2003-01-20 03:19:56 +0100 (Mon, 20 Jan 2003) | 2 lines
1915 Changed paths:
1916    M /trunk/modules/packetizer/mpegvideo.c
1917
1918  * mpegvideo.c : raah, removed a debug message...
1919
1920 ------------------------------------------------------------------------
1921 r3262 | titer | 2003-01-20 03:45:25 +0100 (Mon, 20 Jan 2003) | 3 lines
1922 Changed paths:
1923    M /trunk/modules/codec/spudec/spudec.c
1924
1925   load correctly font-eutopiabold36.rle on BeOS, thanks to sam & Meuuh
1926  previous commits (closes #100)
1927
1928 ------------------------------------------------------------------------
1929 r3263 | hartman | 2003-01-20 04:45:06 +0100 (Mon, 20 Jan 2003) | 6 lines
1930 Changed paths:
1931    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
1932    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
1933    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
1934    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
1935    M /trunk/modules/gui/macosx/intf.m
1936    M /trunk/modules/gui/macosx/open.h
1937    M /trunk/modules/gui/macosx/open.m
1938    M /trunk/modules/gui/macosx/playlist.h
1939    M /trunk/modules/gui/macosx/playlist.m
1940
1941 * ./extras/MacOSX/vlc.pbproj/project.pbxproj
1942   - Added .cue and .ogg to the known filetypes
1943 ALL:
1944   - When files are added they are not automatically played anymore. They are always queue'ed and optionally played.
1945   - Preliminary divx filesubtitle support.
1946
1947 ------------------------------------------------------------------------
1948 r3264 | massiot | 2003-01-20 11:59:29 +0100 (Mon, 20 Jan 2003) | 2 lines
1949 Changed paths:
1950    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
1951    M /trunk/modules/audio_output/oss.c
1952    M /trunk/src/audio_output/common.c
1953    M /trunk/src/audio_output/output.c
1954
1955 Fixed a dozen bugs regarding mono audio files.
1956
1957 ------------------------------------------------------------------------
1958 r3265 | fenrir | 2003-01-20 14:01:53 +0100 (Mon, 20 Jan 2003) | 2 lines
1959 Changed paths:
1960    M /trunk/modules/demux/avi/avi.c
1961    M /trunk/modules/demux/avi/libavi.c
1962
1963  * all: changed some msg_Err into msg_Warn.
1964
1965 ------------------------------------------------------------------------
1966 r3266 | fenrir | 2003-01-20 14:03:03 +0100 (Mon, 20 Jan 2003) | 2 lines
1967 Changed paths:
1968    M /trunk/modules/demux/aac/demux.c
1969
1970  * aac: some msg_Err -> msg_Warn
1971
1972 ------------------------------------------------------------------------
1973 r3267 | fenrir | 2003-01-20 14:04:03 +0100 (Mon, 20 Jan 2003) | 2 lines
1974 Changed paths:
1975    M /trunk/modules/demux/asf/asf.c
1976
1977  * asf : more msg_Err -> msg_Warn
1978
1979 ------------------------------------------------------------------------
1980 r3268 | fenrir | 2003-01-20 14:06:34 +0100 (Mon, 20 Jan 2003) | 2 lines
1981 Changed paths:
1982    M /trunk/modules/demux/mpeg/audio.c
1983    M /trunk/modules/demux/mpeg/m4v.c
1984
1985  * all: converted some msg_Err into msg_Warn
1986
1987 ------------------------------------------------------------------------
1988 r3269 | massiot | 2003-01-20 18:52:26 +0100 (Mon, 20 Jan 2003) | 2 lines
1989 Changed paths:
1990    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
1991
1992 Used macro instead of hand-made code.
1993
1994 ------------------------------------------------------------------------
1995 r3270 | fenrir | 2003-01-20 21:07:07 +0100 (Mon, 20 Jan 2003) | 3 lines
1996 Changed paths:
1997    M /trunk/modules/gui/gtk/common.h
1998    M /trunk/modules/gui/gtk/display.c
1999    M /trunk/modules/gui/gtk/gnome.c
2000    M /trunk/modules/gui/gtk/gnome.glade
2001    M /trunk/modules/gui/gtk/gnome_interface.c
2002    M /trunk/modules/gui/gtk/gtk.c
2003    M /trunk/modules/gui/gtk/gtk.glade
2004    M /trunk/modules/gui/gtk/gtk_callbacks.c
2005    M /trunk/modules/gui/gtk/gtk_callbacks.h
2006    M /trunk/modules/gui/gtk/gtk_interface.c
2007    M /trunk/modules/gui/gtk/gtk_support.h
2008    M /trunk/modules/gui/gtk/menu.c
2009
2010  * all: begin to up to date the gtk/gnome interface. All comments are
2011 welcome, and please reports bugs :)
2012
2013 ------------------------------------------------------------------------
2014 r3271 | yves | 2003-01-20 21:17:00 +0100 (Mon, 20 Jan 2003) | 5 lines
2015 Changed paths:
2016    M /trunk/vlc.spec
2017
2018 - new access/slp plugin.
2019 - more buildfor_{rh80,mdk{82,90}} stuff.
2020 - use %%mklibname macro.
2021 - use %%clean_menus in postun instead of %%update_menus everywhere.
2022
2023 ------------------------------------------------------------------------
2024 r3272 | jlj | 2003-01-21 01:47:43 +0100 (Tue, 21 Jan 2003) | 4 lines
2025 Changed paths:
2026    M /trunk/modules/gui/macosx/aout.m
2027    A /trunk/modules/gui/macosx/misc.h
2028    A /trunk/modules/gui/macosx/misc.m
2029
2030   * ./modules/gui/macosx/aout.m: output more debug info
2031   * ./modules/gui/macosx/misc.[mh]: MPSlider, iTunes-like slider:
2032     http://nanocrew.net/vlc/mpslider.png
2033
2034 ------------------------------------------------------------------------
2035 r3273 | massiot | 2003-01-21 11:29:12 +0100 (Tue, 21 Jan 2003) | 3 lines
2036 Changed paths:
2037    M /trunk/src/audio_output/filters.c
2038    M /trunk/src/audio_output/intf.c
2039
2040 Fixed two major bugs in the audio output, triggering segfault when going
2041 to mono mode, and probably at some other places.
2042
2043 ------------------------------------------------------------------------
2044 r3274 | hartman | 2003-01-21 13:01:43 +0100 (Tue, 21 Jan 2003) | 2 lines
2045 Changed paths:
2046    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
2047    A /trunk/extras/MacOSX/Resources/slow.png
2048
2049 * Added an 'slowmotion' icon
2050
2051 ------------------------------------------------------------------------
2052 r3275 | hartman | 2003-01-21 13:23:37 +0100 (Tue, 21 Jan 2003) | 3 lines
2053 Changed paths:
2054    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
2055    M /trunk/extras/MacOSX/Resources/vlc_hg.png
2056    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
2057
2058 ALL: The addition of a volume slider required a small redesign of the
2059      interface. David Weber was again kind enough to help us.
2060
2061 ------------------------------------------------------------------------
2062 r3276 | fenrir | 2003-01-21 13:36:11 +0100 (Tue, 21 Jan 2003) | 2 lines
2063 Changed paths:
2064    M /trunk/modules/gui/gtk/gnome.glade
2065    M /trunk/modules/gui/gtk/gnome_callbacks.c
2066    M /trunk/modules/gui/gtk/gnome_callbacks.h
2067    M /trunk/modules/gui/gtk/gnome_interface.c
2068    M /trunk/modules/gui/gtk/gtk.glade
2069    M /trunk/modules/gui/gtk/gtk_callbacks.c
2070    M /trunk/modules/gui/gtk/gtk_callbacks.h
2071    M /trunk/modules/gui/gtk/gtk_interface.c
2072    M /trunk/modules/gui/gtk/open.c
2073
2074  * gui/gtk : added a subtitle option in open dialog box.
2075
2076 ------------------------------------------------------------------------
2077 r3277 | hartman | 2003-01-21 15:15:05 +0100 (Tue, 21 Jan 2003) | 3 lines
2078 Changed paths:
2079    M /trunk/src/input/input_ext-intf.c
2080
2081 * ./src/input/input_ext_intf.c
2082   - FASTER and SLOWER now take into account the current rate.
2083
2084 ------------------------------------------------------------------------
2085 r3278 | hartman | 2003-01-21 15:26:54 +0100 (Tue, 21 Jan 2003) | 2 lines
2086 Changed paths:
2087    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
2088    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
2089
2090 ALL: fixed my previous osx interface commit. had forgotten to save the files.
2091
2092 ------------------------------------------------------------------------
2093 r3279 | fenrir | 2003-01-21 17:46:17 +0100 (Tue, 21 Jan 2003) | 3 lines
2094 Changed paths:
2095    M /trunk/modules/demux/util/sub.c
2096
2097  * sub.c: fixed handling for subrip subtitle with \r\n instead of \n and
2098 added some sanity checks.
2099
2100 ------------------------------------------------------------------------
2101 r3280 | fenrir | 2003-01-21 18:00:41 +0100 (Tue, 21 Jan 2003) | 2 lines
2102 Changed paths:
2103    M /trunk/modules/gui/gtk/gnome.glade
2104    M /trunk/modules/gui/gtk/gnome_callbacks.c
2105    M /trunk/modules/gui/gtk/gnome_callbacks.h
2106    M /trunk/modules/gui/gtk/gnome_interface.c
2107    M /trunk/modules/gui/gtk/gtk.glade
2108    M /trunk/modules/gui/gtk/gtk_interface.c
2109    M /trunk/modules/gui/gtk/open.c
2110
2111  * added "use DVD menu" choice.
2112
2113 ------------------------------------------------------------------------
2114 r3281 | hartman | 2003-01-21 18:08:16 +0100 (Tue, 21 Jan 2003) | 2 lines
2115 Changed paths:
2116    M /trunk/modules/gui/macosx/intf.h
2117    M /trunk/modules/gui/macosx/intf.m
2118
2119 ALL: the slider updates the video while it slides.
2120
2121 ------------------------------------------------------------------------
2122 r3282 | lool | 2003-01-21 18:34:03 +0100 (Tue, 21 Jan 2003) | 4 lines
2123 Changed paths:
2124    M /trunk/modules/access/slp.c
2125
2126   * now search all srvtypes and add all srvs of all srvtypes to the
2127     playlist (requires less configuration information, now zero)
2128   * usual cleanup and bug removal
2129
2130 ------------------------------------------------------------------------
2131 r3283 | lool | 2003-01-21 19:43:54 +0100 (Tue, 21 Jan 2003) | 2 lines
2132 Changed paths:
2133    M /trunk/modules/misc/sap.c
2134
2135   * added a couple of malloc() checks
2136
2137 ------------------------------------------------------------------------
2138 r3284 | ipkiss | 2003-01-21 20:49:09 +0100 (Tue, 21 Jan 2003) | 2 lines
2139 Changed paths:
2140    M /trunk/modules/gui/win32/mainframe.cpp
2141    M /trunk/modules/gui/win32/mainframe.dfm
2142    M /trunk/modules/gui/win32/mainframe.h
2143    A /trunk/modules/gui/win32/sout.cpp
2144    A /trunk/modules/gui/win32/sout.dfm
2145    A /trunk/modules/gui/win32/sout.h
2146    M /trunk/modules/gui/win32/win32.bpf
2147    M /trunk/modules/gui/win32/win32.bpr
2148
2149  * Added a dialog box for the stream output
2150
2151 ------------------------------------------------------------------------
2152 r3285 | lool | 2003-01-21 22:19:36 +0100 (Tue, 21 Jan 2003) | 3 lines
2153 Changed paths:
2154    M /trunk/modules/access/slp.c
2155
2156   * use of service attributes to get the name of the session, insert it in
2157     the playlist
2158
2159 ------------------------------------------------------------------------
2160 r3286 | ipkiss | 2003-01-21 22:20:54 +0100 (Tue, 21 Jan 2003) | 3 lines
2161 Changed paths:
2162    M /trunk/modules/gui/win32/mainframe.cpp
2163    M /trunk/modules/gui/win32/mainframe.h
2164    M /trunk/modules/gui/win32/playlist.cpp
2165    M /trunk/modules/gui/win32/playlist.h
2166    M /trunk/modules/gui/win32/win32.cpp
2167
2168  * Dropped files and files added using the playlist are now enqueued
2169    according to the "enqueue" config option
2170
2171 ------------------------------------------------------------------------
2172 r3287 | fenrir | 2003-01-22 01:32:32 +0100 (Wed, 22 Jan 2003) | 2 lines
2173 Changed paths:
2174    M /trunk/modules/gui/gtk/menu.c
2175
2176  * gtk: fixed a segfault with deinterlace.
2177
2178 ------------------------------------------------------------------------
2179 r3288 | titer | 2003-01-22 02:13:22 +0100 (Wed, 22 Jan 2003) | 3 lines
2180 Changed paths:
2181    M /trunk/modules/gui/beos/InterfaceWindow.cpp
2182    M /trunk/modules/gui/beos/InterfaceWindow.h
2183    M /trunk/modules/gui/beos/ListViews.cpp
2184    M /trunk/modules/gui/beos/ListViews.h
2185    M /trunk/modules/gui/beos/MediaControlView.cpp
2186    M /trunk/modules/gui/beos/PlayListWindow.cpp
2187    M /trunk/modules/gui/beos/VlcWrapper.cpp
2188    M /trunk/modules/gui/beos/VlcWrapper.h
2189
2190  * Fixed title / chapter menus
2191  * Clean up
2192
2193 ------------------------------------------------------------------------
2194 r3289 | lool | 2003-01-22 02:40:19 +0100 (Wed, 22 Jan 2003) | 3 lines
2195 Changed paths:
2196    M /trunk/configure.ac.in
2197
2198   * added --with-slp
2199   * now works under win32
2200
2201 ------------------------------------------------------------------------
2202 r3290 | hartman | 2003-01-22 02:48:06 +0100 (Wed, 22 Jan 2003) | 8 lines
2203 Changed paths:
2204    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
2205    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
2206    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
2207    M /trunk/modules/gui/macosx/controls.m
2208    M /trunk/modules/gui/macosx/intf.h
2209    M /trunk/modules/gui/macosx/intf.m
2210    M /trunk/modules/gui/macosx/vout.m
2211
2212 * ./extras/MacOSX/vlc.pbproj/project.pbxproj: Added .mp3, .m3u and .mov
2213   filetypes.
2214 * ./modules/gui/macosx/vout.m: Made the video window a textured window
2215 * All:
2216   - fixed several missing object_release bugs, that i had introduced.
2217   - updated the play/pause behaviour.
2218   - fixed an issue with the volumeslider.
2219
2220 ------------------------------------------------------------------------
2221 r3291 | hartman | 2003-01-22 03:39:33 +0100 (Wed, 22 Jan 2003) | 2 lines
2222 Changed paths:
2223    M /trunk/modules/gui/macosx/intf.m
2224
2225 ALL: fixed a small bug in the timeslider code
2226
2227 ------------------------------------------------------------------------
2228 r3292 | fenrir | 2003-01-22 05:51:16 +0100 (Wed, 22 Jan 2003) | 2 lines
2229 Changed paths:
2230    M /trunk/modules/packetizer/mpegvideo.c
2231
2232  * fixed my last fix about bug with non-progressive videos.
2233
2234 ------------------------------------------------------------------------
2235 r3293 | massiot | 2003-01-22 10:54:29 +0100 (Wed, 22 Jan 2003) | 3 lines
2236 Changed paths:
2237    M /trunk/configure.ac.in
2238    M /trunk/modules/audio_filter/converter/a52tofloat32.c
2239    M /trunk/src/audio_output/output.c
2240
2241 * configure.ac.in: Re-added a52sys module, which was lost somewhere...
2242 * Fixed bugs regarding Dolby Surround downmixing.
2243
2244 ------------------------------------------------------------------------
2245 r3294 | massiot | 2003-01-22 11:03:17 +0100 (Wed, 22 Jan 2003) | 2 lines
2246 Changed paths:
2247    M /trunk/FAQ
2248
2249 1.12 How do I join an IPv6 multicast stream?
2250
2251 ------------------------------------------------------------------------
2252 r3295 | fenrir | 2003-01-22 11:41:57 +0100 (Wed, 22 Jan 2003) | 2 lines
2253 Changed paths:
2254    A /trunk/include/encoder.h
2255    A /trunk/modules/encoder
2256    A /trunk/modules/encoder/Modules.am
2257    A /trunk/modules/encoder/ffmpeg
2258    A /trunk/modules/encoder/ffmpeg/Modules.am
2259    A /trunk/modules/encoder/ffmpeg/audio.c
2260    A /trunk/modules/encoder/ffmpeg/encoder.c
2261    A /trunk/modules/encoder/ffmpeg/video.c
2262    A /trunk/modules/encoder/xvid.c
2263    A /trunk/modules/video_output/encoder.c
2264
2265  * added file needed for video transcoding with vlc.
2266
2267 ------------------------------------------------------------------------
2268 r3296 | fenrir | 2003-01-22 11:44:50 +0100 (Wed, 22 Jan 2003) | 2 lines
2269 Changed paths:
2270    M /trunk/Makefile.am
2271    M /trunk/modules/Makefile.am
2272    M /trunk/modules/video_output/Modules.am
2273    M /trunk/src/input/input_dec.c
2274    M /trunk/src/libvlc.h
2275    M /trunk/src/video_output/video_output.c
2276    M /trunk/src/video_output/vout_pictures.c
2277
2278  * all: modified files for video transcoding. Still needed configure.ac.in
2279
2280 ------------------------------------------------------------------------
2281 r3297 | fenrir | 2003-01-22 11:53:22 +0100 (Wed, 22 Jan 2003) | 2 lines
2282 Changed paths:
2283    M /trunk/configure.ac.in
2284
2285  * add vout_encoder, not yet the codec parts.
2286
2287 ------------------------------------------------------------------------
2288 r3298 | sam | 2003-01-22 13:25:59 +0100 (Wed, 22 Jan 2003) | 2 lines
2289 Changed paths:
2290    M /trunk/configure.ac.in
2291
2292   * ./configure.ac.in: fixed multiple static link issues with anal linkers.
2293
2294 ------------------------------------------------------------------------
2295 r3299 | massiot | 2003-01-22 16:16:02 +0100 (Wed, 22 Jan 2003) | 2 lines
2296 Changed paths:
2297    M /trunk/include/vlc_config.h
2298    M /trunk/include/vlc_threads_funcs.h
2299
2300 Less aggressive debug message.
2301
2302 ------------------------------------------------------------------------
2303 r3300 | lool | 2003-01-22 17:16:27 +0100 (Wed, 22 Jan 2003) | 2 lines
2304 Changed paths:
2305    M /trunk/modules/access/slp.c
2306
2307   * modules/access/slp.c: #include <stdlib.h> because of a malloc
2308
2309 ------------------------------------------------------------------------
2310 r3301 | lool | 2003-01-22 17:41:15 +0100 (Wed, 22 Jan 2003) | 5 lines
2311 Changed paths:
2312    M /trunk/modules/visualization/xosd/xosd.c
2313
2314   * modules/visualization/xosd/xosd.c: fail if DISPLAY isn'y set or if
2315   xosd_init returns NULL
2316   * lib is initialized with configured font
2317   * more safety checks
2318
2319 ------------------------------------------------------------------------
2320 r3302 | sam | 2003-01-22 18:03:51 +0100 (Wed, 22 Jan 2003) | 3 lines
2321 Changed paths:
2322    M /trunk/configure.ac.in
2323
2324   * ./configure.ac.in: reverted one of my latest laughable changes. Fixes the
2325     detection of libdvdread.a, libdvdplay.a and libxvidcore.a. Sorry guys.
2326
2327 ------------------------------------------------------------------------
2328 r3303 | massiot | 2003-01-22 19:31:47 +0100 (Wed, 22 Jan 2003) | 2 lines
2329 Changed paths:
2330    M /trunk/include/audio_output.h
2331    M /trunk/modules/audio_filter/channel_mixer/trivial.c
2332    M /trunk/modules/audio_filter/converter/a52tofloat32.c
2333    M /trunk/src/audio_output/common.c
2334    M /trunk/src/audio_output/output.c
2335
2336 Reverse stereo option.
2337
2338 ------------------------------------------------------------------------
2339 r3304 | lool | 2003-01-22 20:37:50 +0100 (Wed, 22 Jan 2003) | 3 lines
2340 Changed paths:
2341    M /trunk/modules/visualization/xosd/xosd.c
2342
2343   * modules/visualization/xosd/xosd.c: lower module capability when the
2344   DISPLAY environment variable is unset (gtk like behaviour)
2345
2346 ------------------------------------------------------------------------
2347 r3305 | ipkiss | 2003-01-22 22:42:51 +0100 (Wed, 22 Jan 2003) | 3 lines
2348 Changed paths:
2349    M /trunk/modules/gui/win32/disc.cpp
2350    M /trunk/modules/gui/win32/mainframe.cpp
2351    M /trunk/modules/gui/win32/mainframe.dfm
2352    M /trunk/modules/gui/win32/mainframe.h
2353    M /trunk/modules/gui/win32/sout.cpp
2354    M /trunk/modules/gui/win32/sout.h
2355    A /trunk/modules/gui/win32/subtitles.cpp
2356    A /trunk/modules/gui/win32/subtitles.dfm
2357    A /trunk/modules/gui/win32/subtitles.h
2358    M /trunk/modules/gui/win32/win32.bpf
2359    M /trunk/modules/gui/win32/win32.bpr
2360    M /trunk/modules/gui/win32/win32.cpp
2361
2362  * Added a dialog box for subtitles selection
2363  * Cosmetic here and there
2364
2365 ------------------------------------------------------------------------
2366 r3306 | sigmunau | 2003-01-22 23:19:29 +0100 (Wed, 22 Jan 2003) | 5 lines
2367 Changed paths:
2368    M /trunk/src/libvlc.c
2369    M /trunk/src/libvlc.h
2370
2371  added an new config variable that takes an comma separated list of
2372 interface modules to be loaded in the background when vlc starts. This is
2373 usefull for lirc, logger and xosd. Also got rid of the hacky way the sap
2374 module was inserted, as this just needs to be added to this list now.
2375
2376 ------------------------------------------------------------------------
2377 r3307 | ipkiss | 2003-01-23 04:33:34 +0100 (Thu, 23 Jan 2003) | 6 lines
2378 Changed paths:
2379    M /trunk/modules/gui/win32/mainframe.dfm
2380    M /trunk/modules/gui/win32/mainframe.h
2381    M /trunk/modules/gui/win32/menu.cpp
2382    M /trunk/modules/gui/win32/menu.h
2383    M /trunk/modules/gui/win32/sout.cpp
2384    M /trunk/modules/gui/win32/subtitles.dfm
2385    M /trunk/modules/gui/win32/win32.cpp
2386
2387  * The stream output can't use PS with UDP
2388  * Added tooltips for the subtitles dialog box
2389  * Added a missing "delete"
2390  * Added a menu entry to spawn new interfaces (but it's currently
2391    disabled, due to a problem with the vlc_list_t struct)
2392
2393 ------------------------------------------------------------------------
2394 r3308 | babal | 2003-01-23 05:50:38 +0100 (Thu, 23 Jan 2003) | 3 lines
2395 Changed paths:
2396    M /trunk/modules/gui/win32/preferences.cpp
2397    M /trunk/modules/gui/win32/preferences.h
2398
2399 - allow the user to choose (and sort) several plugins for the same
2400   category.
2401
2402 ------------------------------------------------------------------------
2403 r3309 | fenrir | 2003-01-23 10:00:36 +0100 (Thu, 23 Jan 2003) | 2 lines
2404 Changed paths:
2405    M /trunk/modules/demux/m3u.c
2406    M /trunk/modules/demux/rawdv.c
2407    M /trunk/modules/demux/util/sub.c
2408
2409  * demux: fix segfault while trying to opening files without extention...
2410
2411 ------------------------------------------------------------------------
2412 r3310 | gbazin | 2003-01-23 10:53:55 +0100 (Thu, 23 Jan 2003) | 6 lines
2413 Changed paths:
2414    M /trunk/modules/control/rc/rc.c
2415
2416
2417 * modules/control/rc/rc.c: Partial fix for the rc interface under win32. On win32, select() only works on
2418 socket descriptors so we don't use it anymore on this platform. Right now we only do a blocking call to
2419 read() although it should be possible to have a fully functionnal interface by using the PeekConsoleInput()
2420 call (someone willing to investigate this ?).
2421
2422 ------------------------------------------------------------------------
2423 r3311 | sam | 2003-01-23 10:58:02 +0100 (Thu, 23 Jan 2003) | 3 lines
2424 Changed paths:
2425    M /trunk/modules/access/dvdread/dvdread.c
2426    M /trunk/modules/access/dvdread/input.c
2427
2428   * ./modules/access/dvdread/input.c: the dvdread plugin issues a warning
2429     instead of an error when it can't stat() the device (Closes: #77).
2430
2431 ------------------------------------------------------------------------
2432 r3312 | gbazin | 2003-01-23 11:25:40 +0100 (Thu, 23 Jan 2003) | 3 lines
2433 Changed paths:
2434    M /trunk/modules/access/dvdread/input.c
2435    M /trunk/modules/control/rc/rc.c
2436
2437
2438 * modules/access/dvdread/input.c, modules/control/rc/rc.c: fixed typos.
2439
2440 ------------------------------------------------------------------------
2441 r3313 | massiot | 2003-01-23 12:48:18 +0100 (Thu, 23 Jan 2003) | 5 lines
2442 Changed paths:
2443    M /trunk/modules/audio_filter/channel_mixer/trivial.c
2444    M /trunk/modules/gui/macosx/open.m
2445    M /trunk/src/audio_output/output.c
2446
2447 * modules/gui/macosx/open.m: Stream output doesn't do UDP/PS,
2448 * modules/audio_filter/channel_mixer/trivial.c: Fixed reverse stereo mode
2449   with MPEG files,
2450 * src/audio_output/output.c: Fixed dual-mono handling.
2451
2452 ------------------------------------------------------------------------
2453 r3314 | fenrir | 2003-01-23 14:44:21 +0100 (Thu, 23 Jan 2003) | 3 lines
2454 Changed paths:
2455    M /trunk/modules/demux/avi/avi.c
2456
2457  * don't send audio in fast/slow playing speed unless there isn't any video
2458 stream.
2459
2460 ------------------------------------------------------------------------
2461 r3315 | massiot | 2003-01-23 14:54:59 +0100 (Thu, 23 Jan 2003) | 2 lines
2462 Changed paths:
2463    M /trunk/AUTHORS
2464
2465 Derk-Jan Hartman.
2466
2467 ------------------------------------------------------------------------
2468 r3316 | fenrir | 2003-01-23 16:07:20 +0100 (Thu, 23 Jan 2003) | 3 lines
2469 Changed paths:
2470    M /trunk/modules/demux/asf/asf.c
2471
2472  * asf: in fast/slow motion we don't play audio (unless there isn't any
2473 video). Added some clean up.
2474
2475 ------------------------------------------------------------------------
2476 r3317 | sam | 2003-01-23 16:50:15 +0100 (Thu, 23 Jan 2003) | 3 lines
2477 Changed paths:
2478    M /trunk/modules/access/dvdread/input.c
2479
2480   * ./modules/access/dvdread/input.c: warning fixes and a consistency
2481     fix (ilvu_sa cannot be -1).
2482
2483 ------------------------------------------------------------------------
2484 r3318 | sam | 2003-01-23 16:52:04 +0100 (Thu, 23 Jan 2003) | 2 lines
2485 Changed paths:
2486    M /trunk/modules/access/dvdread/input.h
2487    M /trunk/modules/access_output/udp.c
2488    M /trunk/modules/codec/mpeg_audio.c
2489    M /trunk/modules/codec/vorbis.c
2490    M /trunk/modules/demux/avi/avi.c
2491    M /trunk/modules/gui/gtk/menu.c
2492    M /trunk/modules/gui/gtk/playlist.c
2493    M /trunk/modules/packetizer/copy.c
2494    M /trunk/modules/packetizer/mpeg4audio.c
2495    M /trunk/modules/packetizer/mpeg4video.c
2496    M /trunk/modules/packetizer/mpegvideo.c
2497
2498   * ./modules/*: warning fixes.
2499
2500 ------------------------------------------------------------------------
2501 r3319 | sam | 2003-01-23 16:53:10 +0100 (Thu, 23 Jan 2003) | 3 lines
2502 Changed paths:
2503    M /trunk/modules/misc/network/ipv4.c
2504
2505   * ./modules/misc/network/ipv4.c: we use INADDR_NONE instead of -1 (an old
2506     suggestion from lool).
2507
2508 ------------------------------------------------------------------------
2509 r3320 | ipkiss | 2003-01-23 17:17:59 +0100 (Thu, 23 Jan 2003) | 2 lines
2510 Changed paths:
2511    M /trunk/modules/gui/win32/disc.cpp
2512
2513  * use 'dvdold' instead of 'dvd'
2514
2515 ------------------------------------------------------------------------
2516 r3321 | massiot | 2003-01-23 18:13:28 +0100 (Thu, 23 Jan 2003) | 3 lines
2517 Changed paths:
2518    M /trunk/include/aout_internal.h
2519    M /trunk/src/audio_output/common.c
2520    M /trunk/src/audio_output/mixer.c
2521    M /trunk/src/audio_output/output.c
2522
2523 Fixed a segfault with quitting when no audio output plug-in was found
2524 (closes #108).
2525
2526 ------------------------------------------------------------------------
2527 r3322 | babal | 2003-01-23 18:18:45 +0100 (Thu, 23 Jan 2003) | 3 lines
2528 Changed paths:
2529    M /trunk/modules/gui/win32/disc.cpp
2530    M /trunk/modules/gui/win32/disc.dfm
2531
2532 - menus disabled by default
2533 - cosmetic changes
2534
2535 ------------------------------------------------------------------------
2536 r3323 | massiot | 2003-01-23 22:47:59 +0100 (Thu, 23 Jan 2003) | 4 lines
2537 Changed paths:
2538    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
2539    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
2540    M /trunk/modules/codec/mpeg_video/synchro.c
2541    M /trunk/modules/gui/macosx/intf.m
2542    M /trunk/modules/gui/macosx/open.h
2543    M /trunk/modules/gui/macosx/open.m
2544
2545 * Minor changes to the open panel, added AVI stream output option,
2546 * modules/gui/macosx/open.m: "Open File" is back,
2547 * modules/codec/mpeg_video/synchro.c: Fixed a counting bug.
2548
2549 ------------------------------------------------------------------------
2550 r3324 | hartman | 2003-01-23 23:25:32 +0100 (Thu, 23 Jan 2003) | 9 lines
2551 Changed paths:
2552    M /trunk/modules/gui/macosx/controls.m
2553    M /trunk/modules/gui/macosx/intf.h
2554    M /trunk/modules/gui/macosx/intf.m
2555    M /trunk/modules/gui/macosx/open.m
2556
2557 * ./modules/gui/macosx/controls.m
2558   - changed the slower button into a slowmotion button
2559   - fixed a forgotten mutex_unlock
2560 * ./modules/gui/macosx/intf.m
2561   - added the slowmotion button
2562   - some windows shouldn't register in the "Window" menu
2563 * ./modules/gui/macosx/open.m
2564   - allow multiple file selection
2565
2566 ------------------------------------------------------------------------
2567 r3325 | hartman | 2003-01-23 23:39:30 +0100 (Thu, 23 Jan 2003) | 4 lines
2568 Changed paths:
2569    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
2570    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
2571    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
2572    M /trunk/modules/gui/macosx/open.m
2573
2574 ALL: - made some panels into windows.
2575      - made the background picture non editable (removes the text cursor)
2576      - added slowmotion button
2577
2578 ------------------------------------------------------------------------
2579 r3326 | hartman | 2003-01-23 23:57:28 +0100 (Thu, 23 Jan 2003) | 5 lines
2580 Changed paths:
2581    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
2582    M /trunk/modules/gui/macosx/controls.m
2583
2584 * ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
2585   - oops, i enlarged the timeslider by accident. fixed
2586 * ./modules/gui/macosx/controls.m
2587   - fixed a mutex_lock issue
2588
2589 ------------------------------------------------------------------------
2590 r3327 | massiot | 2003-01-24 00:51:13 +0100 (Fri, 24 Jan 2003) | 5 lines
2591 Changed paths:
2592    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
2593    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
2594    M /trunk/include/vlc_threads.h
2595    M /trunk/modules/gui/macosx/vout.m
2596    M /trunk/modules/gui/win32/strings.cpp
2597    M /trunk/po/POTFILES.in
2598    M /trunk/po/de.po
2599    M /trunk/po/en_GB.po
2600    M /trunk/po/fr.po
2601    M /trunk/po/it.po
2602    M /trunk/po/ja.po
2603    M /trunk/po/nl.po
2604    M /trunk/po/no.po
2605    M /trunk/po/pl.po
2606    M /trunk/po/ru.po
2607    M /trunk/po/sv.po
2608    M /trunk/po/vlc.pot
2609
2610 * Resized elements in the open panel,
2611 * modules/gui/macosx/vout.m: Only hide the menubar and cursor if fullscreen
2612   mode is on the primary screen,
2613 * po/*: Updated po files.
2614
2615 ------------------------------------------------------------------------
2616 r3328 | gbazin | 2003-01-24 00:57:50 +0100 (Fri, 24 Jan 2003) | 7 lines
2617 Changed paths:
2618    M /trunk/modules/gui/wxwindows/Modules.am
2619    M /trunk/modules/gui/wxwindows/interface.cpp
2620    A /trunk/modules/gui/wxwindows/open.cpp
2621    M /trunk/modules/gui/wxwindows/popup.cpp
2622    M /trunk/modules/gui/wxwindows/timer.cpp
2623    M /trunk/modules/gui/wxwindows/wxwindows.cpp
2624    M /trunk/modules/gui/wxwindows/wxwindows.h
2625
2626
2627 * modules/gui/wxwindows/open.cpp: New "open dialog" that mimics the one from the gtk interface.
2628 * modules/gui/wxwindows/popup.cpp: Started implementing the popup menu.
2629 * modules/gui/wxwindows/interface.cpp: Got rid of the pause button. The play button now acts as a
2630 play/pause button depending on the context.
2631 * modules/gui/wxwindows/*: A few hacks needed to make the win32 version useable.
2632
2633 ------------------------------------------------------------------------
2634 r3329 | hartman | 2003-01-24 01:17:20 +0100 (Fri, 24 Jan 2003) | 2 lines
2635 Changed paths:
2636    M /trunk/modules/gui/macosx/vout.m
2637
2638 * made a quick hack to create a resize bar. not sure if we should keep this.
2639
2640 ------------------------------------------------------------------------
2641 r3330 | hartman | 2003-01-24 01:53:41 +0100 (Fri, 24 Jan 2003) | 3 lines
2642 Changed paths:
2643    M /trunk/modules/gui/macosx/controls.m
2644
2645 * the volume slider could only be dragged, not clicked. removed some
2646   useless code as well.
2647
2648 ------------------------------------------------------------------------
2649 r3331 | babal | 2003-01-24 01:57:51 +0100 (Fri, 24 Jan 2003) | 3 lines
2650 Changed paths:
2651    M /trunk/modules/gui/win32/preferences.cpp
2652
2653 - added a NULL pointer test
2654 - cosmetic changes
2655
2656 ------------------------------------------------------------------------
2657 r3332 | hartman | 2003-01-24 03:31:53 +0100 (Fri, 24 Jan 2003) | 5 lines
2658 Changed paths:
2659    M /trunk/modules/gui/macosx/playlist.m
2660
2661 * when the playlist is selected and you push the spacebar we pause/play
2662   the movie. this makes the behaviour more consistent, though the solution
2663   is somewhat unclean. We should fix this on a higher level but i don't see
2664   how we could/should.
2665
2666 ------------------------------------------------------------------------
2667 r3333 | hartman | 2003-01-24 07:21:03 +0100 (Fri, 24 Jan 2003) | 3 lines
2668 Changed paths:
2669    M /trunk/modules/gui/macosx/vout.m
2670
2671 * ./modules/gui/macosx/vout.m: the mousepointer is hidden in fullscreen view
2672   after 2 seconds.
2673
2674 ------------------------------------------------------------------------
2675 r3334 | titer | 2003-01-24 07:31:56 +0100 (Fri, 24 Jan 2003) | 4 lines
2676 Changed paths:
2677    M /trunk/include/vlc_threads.h
2678    M /trunk/modules/gui/beos/DrawingTidbits.cpp
2679    M /trunk/modules/gui/beos/MediaControlView.cpp
2680    M /trunk/modules/gui/beos/VideoOutput.cpp
2681    M /trunk/src/misc/threads.c
2682
2683  * vlc_threads.h: lower a priority that made sound choppy on not-so-fast
2684                   BeOS computers (closes #119)
2685  * others: removed old printf or unused code.
2686
2687 ------------------------------------------------------------------------
2688 r3335 | sam | 2003-01-24 13:01:03 +0100 (Fri, 24 Jan 2003) | 3 lines
2689 Changed paths:
2690    M /trunk/INSTALL.win32
2691    M /trunk/configure.ac.in
2692    M /trunk/modules/gui/win32/Modules.am
2693    M /trunk/modules/gui/win32/menu.cpp
2694    M /trunk/modules/gui/win32/win32.cpp
2695
2696   * ./configure.ac.in: removed the --with-bcbuilder flag.
2697   * ./INSTALL.win32: updated accordingly.
2698
2699 ------------------------------------------------------------------------
2700 r3336 | sam | 2003-01-24 15:13:00 +0100 (Fri, 24 Jan 2003) | 2 lines
2701 Changed paths:
2702    M /trunk/doc/bugreport-howto.txt
2703
2704   * ./doc/bugreport-howto.txt: minor updates.
2705
2706 ------------------------------------------------------------------------
2707 r3337 | hartman | 2003-01-24 15:34:53 +0100 (Fri, 24 Jan 2003) | 2 lines
2708 Changed paths:
2709    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
2710
2711 ALL: fixed the deinterlace menuitem
2712
2713 ------------------------------------------------------------------------
2714 r3338 | hartman | 2003-01-24 15:35:52 +0100 (Fri, 24 Jan 2003) | 3 lines
2715 Changed paths:
2716    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
2717
2718 ALL: fixed the deinterlace menuiteM
2719 cvS: ----------------------------------------------------------------------
2720
2721 ------------------------------------------------------------------------
2722 r3339 | hartman | 2003-01-24 17:19:15 +0100 (Fri, 24 Jan 2003) | 4 lines
2723 Changed paths:
2724    M /trunk/modules/gui/macosx/controls.m
2725    M /trunk/modules/gui/macosx/intf.m
2726
2727 * code we migh use in the future to change the subfile we use.
2728   not very useful now because of the .avi requirement to start/stop before
2729   loading/displaying the subs.
2730
2731 ------------------------------------------------------------------------
2732 r3340 | hartman | 2003-01-24 19:25:14 +0100 (Fri, 24 Jan 2003) | 2 lines
2733 Changed paths:
2734    M /trunk/include/vlc_config.h
2735
2736 * changed the CONFIG_DIR for Darwin into Library/Preferences/VLC
2737
2738 ------------------------------------------------------------------------
2739 r3341 | titer | 2003-01-25 02:03:44 +0100 (Sat, 25 Jan 2003) | 4 lines
2740 Changed paths:
2741    M /trunk/modules/gui/beos/BeOS.cpp
2742    M /trunk/modules/gui/beos/InterfaceWindow.cpp
2743    M /trunk/modules/gui/beos/MediaControlView.cpp
2744    M /trunk/modules/gui/beos/MediaControlView.h
2745
2746  * store windows sizes in the vlc configuration file
2747  * fixed an interface bug when launching a file from the command line
2748  * minor fixes or enhancements
2749
2750 ------------------------------------------------------------------------
2751 r3342 | fenrir | 2003-01-25 04:12:20 +0100 (Sat, 25 Jan 2003) | 4 lines
2752 Changed paths:
2753    M /trunk/include/input_ext-plugins.h
2754    M /trunk/modules/demux/avi/avi.c
2755    M /trunk/src/input/input_dec.c
2756    M /trunk/src/input/input_ext-plugins.c
2757
2758 * avi: no more segfault when we have 'max buffer allocation reached'
2759 * all: fixed(kludged ?) the fact that when we have a 'max buffer allocation reached'
2760 we cannot send null packet to decoder.
2761
2762 ------------------------------------------------------------------------
2763 r3343 | hartman | 2003-01-25 13:00:38 +0100 (Sat, 25 Jan 2003) | 3 lines
2764 Changed paths:
2765    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
2766    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
2767    M /trunk/modules/gui/macosx/vout.m
2768
2769 * Reverted back to non metal windows as dictated by Apple's User Interface
2770   Guidelines. Only the controller window stays metallic.
2771
2772 ------------------------------------------------------------------------
2773 r3344 | hartman | 2003-01-25 13:42:13 +0100 (Sat, 25 Jan 2003) | 5 lines
2774 Changed paths:
2775    M /trunk/README.MacOSX.rtf
2776    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
2777
2778 * README.MacOSX.rtf: Updated Readme for new release. Added section on
2779   subtitles and on bugreporting.
2780 * extras/MacOSX/vlc.pbproj/project.pbxproj: Added .wmv, .asf, .ogm, .dv,
2781   .sub and .srt files.
2782
2783 ------------------------------------------------------------------------
2784 r3345 | fenrir | 2003-01-25 17:58:35 +0100 (Sat, 25 Jan 2003) | 2 lines
2785 Changed paths:
2786    M /trunk/modules/demux/aac/demux.c
2787    M /trunk/modules/demux/asf/asf.c
2788    M /trunk/modules/demux/avi/avi.c
2789    M /trunk/modules/demux/avi/libavi.c
2790    M /trunk/modules/demux/avi/libavi.h
2791    M /trunk/modules/demux/demuxdump.c
2792    M /trunk/modules/demux/mp4/libmp4.c
2793    M /trunk/modules/demux/mp4/mp4.c
2794    M /trunk/modules/demux/wav/wav.c
2795
2796  * all : fixed some memory leaks thanks valgrind.
2797
2798 ------------------------------------------------------------------------
2799 r3346 | fenrir | 2003-01-25 17:59:49 +0100 (Sat, 25 Jan 2003) | 2 lines
2800 Changed paths:
2801    M /trunk/modules/codec/faad/decoder.c
2802    M /trunk/modules/codec/ffmpeg/audio.c
2803    M /trunk/modules/codec/ffmpeg/audio.h
2804
2805  * ffmpeg: fixed memory leaks.
2806
2807 ------------------------------------------------------------------------
2808 r3347 | fenrir | 2003-01-25 18:21:40 +0100 (Sat, 25 Jan 2003) | 3 lines
2809 Changed paths:
2810    M /trunk/modules/demux/mp4/mp4.c
2811
2812  *mp4: fixed segfault when it fails to start a decoder and has specific
2813 informations to send.
2814
2815 ------------------------------------------------------------------------
2816 r3348 | fenrir | 2003-01-25 18:57:36 +0100 (Sat, 25 Jan 2003) | 2 lines
2817 Changed paths:
2818    M /trunk/modules/demux/avi/avi.c
2819    M /trunk/modules/demux/mp4/mp4.c
2820
2821  * all: fixed wrong usage of input_DeletePES.
2822
2823 ------------------------------------------------------------------------
2824 r3349 | fenrir | 2003-01-25 19:09:30 +0100 (Sat, 25 Jan 2003) | 2 lines
2825 Changed paths:
2826    M /trunk/modules/codec/faad/decoder.c
2827    M /trunk/modules/codec/faad/decoder.h
2828
2829  * faad : clean up.
2830
2831 ------------------------------------------------------------------------
2832 r3350 | hartman | 2003-01-25 19:42:17 +0100 (Sat, 25 Jan 2003) | 6 lines
2833 Changed paths:
2834    M /trunk/README.MacOSX.rtf
2835    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
2836    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
2837    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
2838    M /trunk/modules/gui/macosx/intf.h
2839    M /trunk/modules/gui/macosx/intf.m
2840
2841 * ./README.MacOSX.rtf: added two remarks on subtitle support.
2842 * ./extras/MacOSX/vlc.pbroj/project.pbxproj
2843   - Added .wma filetype
2844   - Added README, COPYING etc. to resources
2845 * ALL: Added a Help menu.
2846
2847 ------------------------------------------------------------------------
2848 r3351 | titer | 2003-01-25 21:15:41 +0100 (Sat, 25 Jan 2003) | 2 lines
2849 Changed paths:
2850    M /trunk/modules/gui/beos/BeOS.cpp
2851    M /trunk/modules/gui/beos/Interface.cpp
2852    M /trunk/modules/gui/beos/InterfaceWindow.cpp
2853    M /trunk/modules/gui/beos/InterfaceWindow.h
2854    A /trunk/modules/gui/beos/MessagesWindow.cpp
2855    A /trunk/modules/gui/beos/MessagesWindow.h
2856    M /trunk/modules/gui/beos/Modules.am
2857    M /trunk/modules/gui/beos/MsgVals.h
2858    M /trunk/modules/gui/beos/PreferencesWindow.cpp
2859    M /trunk/modules/gui/beos/PreferencesWindow.h
2860    M /trunk/modules/gui/beos/VlcWrapper.h
2861
2862  Added a window to see vlc messages.
2863
2864 ------------------------------------------------------------------------
2865 r3352 | hartman | 2003-01-25 22:34:45 +0100 (Sat, 25 Jan 2003) | 2 lines
2866 Changed paths:
2867    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
2868    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
2869    M /trunk/modules/gui/macosx/intf.m
2870
2871 * changed the bugreporting url
2872
2873 ------------------------------------------------------------------------
2874 r3353 | sam | 2003-01-26 01:51:43 +0100 (Sun, 26 Jan 2003) | 3 lines
2875 Changed paths:
2876    M /trunk/modules/gui/win32/menu.cpp
2877
2878   * ./modules/gui/win32/menu.cpp: fixed a crash in the navigation menu
2879     generation.
2880
2881 ------------------------------------------------------------------------
2882 r3354 | ipkiss | 2003-01-26 03:22:59 +0100 (Sun, 26 Jan 2003) | 5 lines
2883 Changed paths:
2884    M /trunk/modules/gui/win32/mainframe.cpp
2885    M /trunk/modules/gui/win32/mainframe.dfm
2886    M /trunk/modules/gui/win32/mainframe.h
2887    M /trunk/modules/gui/win32/win32.cpp
2888    M /trunk/modules/video_output/directx/directx.c
2889    M /trunk/modules/video_output/directx/events.c
2890
2891  * modules/video_output/directx: added a configuration variable and a
2892    "normal" one to set the vout window on top of ther windows
2893  * modules/gui/win32: the interface can use these variables
2894    (almost closes #84)
2895
2896 ------------------------------------------------------------------------
2897 r3355 | ipkiss | 2003-01-26 04:55:36 +0100 (Sun, 26 Jan 2003) | 4 lines
2898 Changed paths:
2899    M /trunk/modules/gui/win32/about.dfm
2900    M /trunk/modules/gui/win32/about.h
2901    M /trunk/modules/gui/win32/disc.dfm
2902    M /trunk/modules/gui/win32/mainframe.dfm
2903    M /trunk/modules/gui/win32/messages.dfm
2904    M /trunk/modules/gui/win32/network.cpp
2905    M /trunk/modules/gui/win32/network.dfm
2906    M /trunk/modules/gui/win32/network.h
2907    M /trunk/modules/gui/win32/playlist.cpp
2908    M /trunk/modules/gui/win32/playlist.dfm
2909    M /trunk/modules/gui/win32/playlist.h
2910    M /trunk/modules/gui/win32/preferences.dfm
2911    M /trunk/modules/gui/win32/sout.cpp
2912    M /trunk/modules/gui/win32/sout.dfm
2913    M /trunk/modules/gui/win32/sout.h
2914    M /trunk/modules/gui/win32/subtitles.cpp
2915    M /trunk/modules/gui/win32/subtitles.dfm
2916    M /trunk/modules/gui/win32/subtitles.h
2917
2918  * modules/gui/win32: replaced BitBtns with Buttons everywhere, and
2919    put "OK" and "Cancel" buttons in an horizontal layout.
2920    Also updated a few properties here and there.
2921
2922 ------------------------------------------------------------------------
2923 r3356 | titer | 2003-01-26 09:28:20 +0100 (Sun, 26 Jan 2003) | 2 lines
2924 Changed paths:
2925    M /trunk/modules/gui/beos/MessagesWindow.cpp
2926    M /trunk/modules/gui/beos/MessagesWindow.h
2927
2928  Added some colors.
2929
2930 ------------------------------------------------------------------------
2931 r3357 | gbazin | 2003-01-26 11:36:10 +0100 (Sun, 26 Jan 2003) | 4 lines
2932 Changed paths:
2933    M /trunk/modules/gui/wxwindows/interface.cpp
2934    M /trunk/modules/gui/wxwindows/open.cpp
2935    M /trunk/modules/gui/wxwindows/popup.cpp
2936    M /trunk/modules/gui/wxwindows/timer.cpp
2937
2938
2939 * modules/gui/wxwindows/*: Fixed the open dialog on win32.
2940     Better slider management in the main interface. Misc other small fixes.
2941
2942 ------------------------------------------------------------------------
2943 r3358 | fenrir | 2003-01-26 13:34:47 +0100 (Sun, 26 Jan 2003) | 2 lines
2944 Changed paths:
2945    M /trunk/modules/demux/avi/avi.c
2946
2947  * avi : fix play back for some broken avi
2948
2949 ------------------------------------------------------------------------
2950 r3359 | gbazin | 2003-01-26 14:37:09 +0100 (Sun, 26 Jan 2003) | 5 lines
2951 Changed paths:
2952    M /trunk/modules/gui/wxwindows/interface.cpp
2953    M /trunk/src/audio_output/input.c
2954    M /trunk/src/audio_output/mixer.c
2955
2956
2957 * src/audio_output/input.c, src/audio_output/mixer.c: Fixed an annoying bug in the mixer.
2958     (p_input->p_first_byte_to_mix sometimes need to be reset)
2959 * modules/gui/wxwindows/interface.cpp: fixed the slider under wx-gtk.
2960
2961 ------------------------------------------------------------------------
2962 r3360 | fenrir | 2003-01-26 15:49:09 +0100 (Sun, 26 Jan 2003) | 2 lines
2963 Changed paths:
2964    M /trunk/modules/gui/gtk/Modules.am
2965    M /trunk/modules/gui/gtk/common.h
2966    M /trunk/modules/gui/gtk/gnome.c
2967    M /trunk/modules/gui/gtk/gnome.glade
2968    M /trunk/modules/gui/gtk/gnome_callbacks.c
2969    M /trunk/modules/gui/gtk/gnome_callbacks.h
2970    M /trunk/modules/gui/gtk/gnome_interface.c
2971    M /trunk/modules/gui/gtk/gnome_interface.h
2972    M /trunk/modules/gui/gtk/gtk.c
2973    M /trunk/modules/gui/gtk/gtk.glade
2974    M /trunk/modules/gui/gtk/gtk_callbacks.c
2975    M /trunk/modules/gui/gtk/gtk_callbacks.h
2976    M /trunk/modules/gui/gtk/gtk_interface.c
2977    M /trunk/modules/gui/gtk/gtk_interface.h
2978    M /trunk/modules/gui/gtk/open.c
2979    A /trunk/modules/gui/gtk/sout.c
2980
2981  * added stream output dialog box.
2982
2983 ------------------------------------------------------------------------
2984 r3361 | fenrir | 2003-01-26 15:52:12 +0100 (Sun, 26 Jan 2003) | 2 lines
2985 Changed paths:
2986    M /trunk/modules/gui/gtk/gnome_callbacks.c
2987    M /trunk/modules/gui/gtk/gnome_callbacks.h
2988
2989  * all: raah, clean up glade output.
2990
2991 ------------------------------------------------------------------------
2992 r3362 | hartman | 2003-01-26 15:53:08 +0100 (Sun, 26 Jan 2003) | 2 lines
2993 Changed paths:
2994    M /trunk/modules/gui/macosx/open.h
2995    M /trunk/modules/gui/macosx/open.m
2996
2997 * Added myself to list of authors of these files. i had forgotten to do this.
2998
2999 ------------------------------------------------------------------------
3000 r3363 | gbazin | 2003-01-26 17:37:20 +0100 (Sun, 26 Jan 2003) | 3 lines
3001 Changed paths:
3002    M /trunk/modules/audio_output/waveout.c
3003
3004
3005 * modules/audio_output/waveout.c: multichannel and spdif support (spdif untested).
3006
3007 ------------------------------------------------------------------------
3008 r3364 | babal | 2003-01-26 19:02:01 +0100 (Sun, 26 Jan 2003) | 3 lines
3009 Changed paths:
3010    M /trunk/modules/gui/win32/disc.dfm
3011    M /trunk/modules/gui/win32/disc.h
3012    M /trunk/modules/gui/win32/network.dfm
3013    M /trunk/modules/gui/win32/preferences.cpp
3014    M /trunk/modules/gui/win32/preferences.dfm
3015    M /trunk/modules/gui/win32/sout.dfm
3016    M /trunk/modules/gui/win32/subtitles.dfm
3017
3018 - buttons are left aligned and their size comforms to Windows XP visual
3019   guidelines
3020
3021 ------------------------------------------------------------------------
3022 r3365 | babal | 2003-01-26 19:31:07 +0100 (Sun, 26 Jan 2003) | 2 lines
3023 Changed paths:
3024    M /trunk/modules/gui/win32/disc.cpp
3025    M /trunk/modules/gui/win32/disc.dfm
3026
3027 - menu checkbox outside of title/chapter groupbox
3028
3029 ------------------------------------------------------------------------
3030 r3366 | gbazin | 2003-01-26 23:57:21 +0100 (Sun, 26 Jan 2003) | 4 lines
3031 Changed paths:
3032    M /trunk/modules/gui/gtk/gnome.c
3033    M /trunk/modules/gui/gtk/gtk.c
3034
3035
3036 * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: input_Seek() was incorrectly triggered while playing some
3037 DVD menus.
3038
3039 ------------------------------------------------------------------------
3040 r3367 | jlj | 2003-01-27 01:08:31 +0100 (Mon, 27 Jan 2003) | 4 lines
3041 Changed paths:
3042    M /trunk/modules/gui/macosx/intf.h
3043    M /trunk/modules/gui/macosx/intf.m
3044    M /trunk/modules/gui/macosx/prefs.m
3045
3046   * ./modules/gui/macosx/intf.[mh]: Fixed message panel memory leak. Textview
3047                                     is now updated on panel BecomeKey.
3048   * ./modules/gui/macosx/prefs.m: Decreased width of prefs panel.
3049
3050 ------------------------------------------------------------------------
3051 r3368 | ipkiss | 2003-01-27 02:42:19 +0100 (Mon, 27 Jan 2003) | 2 lines
3052 Changed paths:
3053    M /trunk/modules/gui/win32/mainframe.cpp
3054    M /trunk/modules/gui/win32/mainframe.dfm
3055    M /trunk/modules/video_output/directx/events.c
3056
3057  * The space bar is a hotkey for pause/resume.
3058
3059 ------------------------------------------------------------------------
3060 r3369 | titer | 2003-01-27 11:29:22 +0100 (Mon, 27 Jan 2003) | 2 lines
3061 Changed paths:
3062    M /trunk/modules/gui/beos/InterfaceWindow.cpp
3063    M /trunk/modules/gui/beos/PreferencesWindow.cpp
3064    M /trunk/modules/gui/beos/PreferencesWindow.h
3065    M /trunk/modules/gui/beos/VlcWrapper.cpp
3066    M /trunk/modules/gui/beos/VlcWrapper.h
3067
3068  Disabled DVD menus by default for 0.5.0
3069
3070 ------------------------------------------------------------------------
3071 r3370 | fenrir | 2003-01-27 17:28:42 +0100 (Mon, 27 Jan 2003) | 3 lines
3072 Changed paths:
3073    M /trunk/modules/access/mms/mms.c
3074    M /trunk/modules/demux/avi/avi.c
3075
3076  mms: another memory leak
3077  avi: comment out a debug statment.
3078
3079 ------------------------------------------------------------------------
3080 r3371 | ipkiss | 2003-01-27 18:41:01 +0100 (Mon, 27 Jan 2003) | 7 lines
3081 Changed paths:
3082    M /trunk/include/vlc_objects.h
3083    M /trunk/modules/gui/familiar/familiar.c
3084    M /trunk/modules/gui/gtk/display.c
3085    M /trunk/modules/gui/gtk/preferences.c
3086    M /trunk/modules/gui/kde/preferences.cpp
3087    M /trunk/modules/gui/macosx/prefs.m
3088    M /trunk/modules/gui/win32/mainframe.dfm
3089    M /trunk/modules/gui/win32/menu.cpp
3090    M /trunk/modules/gui/win32/preferences.cpp
3091    M /trunk/src/libvlc.c
3092    M /trunk/src/misc/configuration.c
3093    M /trunk/src/misc/modules.c
3094    M /trunk/src/misc/objects.c
3095
3096  * src/misc/objects.c: vlc_list_find now returns a (vlc_list_t *)
3097    instead of a (vlc_list_t); this modification was needed because BCB
3098    doesn't like at all when a function (compiled with mingw32) returns
3099    a struct...
3100  * ALL: modified the files to take this change into account
3101  * modules/gui/win32/menu.cpp: enabled the "Add interface" command
3102
3103 ------------------------------------------------------------------------
3104 r3372 | jobi | 2003-01-27 22:35:06 +0100 (Mon, 27 Jan 2003) | 3 lines
3105 Changed paths:
3106    M /trunk/modules/access/vcd/cdrom.c
3107    M /trunk/modules/audio_output/oss.c
3108
3109     * ALL: some FreeBSD compilation fixes. gnome plugin still won't compile,
3110            at least on FreeBSD 5.0
3111
3112 ------------------------------------------------------------------------
3113 r3373 | ipkiss | 2003-01-27 22:44:39 +0100 (Mon, 27 Jan 2003) | 2 lines
3114 Changed paths:
3115    M /trunk/src/misc/netutils.c
3116
3117  * Fixed a segfault (closes #132)
3118
3119 ------------------------------------------------------------------------
3120 r3374 | sam | 2003-01-27 23:42:36 +0100 (Mon, 27 Jan 2003) | 3 lines
3121 Changed paths:
3122    M /trunk/configure.ac.in
3123    M /trunk/include/vlc_common.h
3124
3125   * ./include/vlc_common.h: if we don't have strndup but gnome.h defines it
3126     anyway, do not provide our custom version.
3127
3128 ------------------------------------------------------------------------
3129 r3375 | sam | 2003-01-27 23:50:01 +0100 (Mon, 27 Jan 2003) | 3 lines
3130 Changed paths:
3131    M /trunk/src/audio_output/output.c
3132
3133   * ./src/audio_output/output.c: fixed return with a value in function
3134     returning void.
3135
3136 ------------------------------------------------------------------------
3137 r3376 | sam | 2003-01-28 00:42:59 +0100 (Tue, 28 Jan 2003) | 3 lines
3138 Changed paths:
3139    M /trunk/bootstrap
3140
3141   * ./bootstrap: removed usage of $^ which is not compatible with BSD or
3142     Solaris make.
3143
3144 ------------------------------------------------------------------------
3145 r3377 | massiot | 2003-01-28 00:48:14 +0100 (Tue, 28 Jan 2003) | 2 lines
3146 Changed paths:
3147    M /trunk/src/audio_output/mixer.c
3148
3149 Additional check on p_first_byte_to_mix.
3150
3151 ------------------------------------------------------------------------
3152 r3378 | sam | 2003-01-28 01:22:44 +0100 (Tue, 28 Jan 2003) | 2 lines
3153 Changed paths:
3154    M /trunk/configure.ac.in
3155
3156   * ./configure.ac.in: fixed -lm flags for the distort and adjust plugins.
3157
3158 ------------------------------------------------------------------------
3159 r3379 | hartman | 2003-01-28 02:50:52 +0100 (Tue, 28 Jan 2003) | 3 lines
3160 Changed paths:
3161    M /trunk/modules/gui/macosx/controls.m
3162    M /trunk/modules/gui/macosx/intf.m
3163
3164 ALL: the next and previous buttons first work through the chapters. Only
3165      then they turn to the playlist.
3166
3167 ------------------------------------------------------------------------
3168 r3380 | sam | 2003-01-28 03:03:33 +0100 (Tue, 28 Jan 2003) | 2 lines
3169 Changed paths:
3170    M /trunk/doc/fortunes.txt
3171    M /trunk/include/error.h
3172    M /trunk/include/video_output.h
3173    M /trunk/include/vlc/vlc.h
3174    M /trunk/modules/gui/win32/strings.cpp
3175    M /trunk/po/de.po
3176    M /trunk/po/en_GB.po
3177    M /trunk/po/fr.po
3178    M /trunk/po/it.po
3179    M /trunk/po/ja.po
3180    M /trunk/po/nl.po
3181    M /trunk/po/no.po
3182    M /trunk/po/pl.po
3183    M /trunk/po/ru.po
3184    M /trunk/po/sv.po
3185    M /trunk/po/vlc.pot
3186    M /trunk/src/libvlc.h
3187
3188   * ./po/*: spelling fixes.
3189
3190 ------------------------------------------------------------------------
3191 r3381 | sam | 2003-01-28 03:53:50 +0100 (Tue, 28 Jan 2003) | 3 lines
3192 Changed paths:
3193    M /trunk/configure.ac.in
3194
3195   * ./configure.ac.in: first step in the world domination roadmap, setting
3196     the CVS version to -test4.
3197
3198 ------------------------------------------------------------------------
3199 r3382 | sam | 2003-01-28 04:11:02 +0100 (Tue, 28 Jan 2003) | 3 lines
3200 Changed paths:
3201    M /trunk/include/vlc_common.h
3202
3203   * ./include/vlc_common.h: removed duplicate macro definitions in the gtk
3204     and gnome plugins.
3205
3206 ------------------------------------------------------------------------
3207 r3383 | sam | 2003-01-28 04:46:22 +0100 (Tue, 28 Jan 2003) | 2 lines
3208 Changed paths:
3209    M /trunk/modules/audio_output/esd.c
3210
3211   * ./modules/audio_output/esd.c: fixed a stack space leak (Closes: #113).
3212
3213 ------------------------------------------------------------------------
3214 r3384 | yves | 2003-01-28 09:11:10 +0100 (Tue, 28 Jan 2003) | 3 lines
3215 Changed paths:
3216    M /trunk/vlc.spec
3217
3218 - new video_output/vout_encoder plugin.
3219 - new demux/a52sys plugin.
3220
3221 ------------------------------------------------------------------------
3222 r3385 | titer | 2003-01-28 09:17:26 +0100 (Tue, 28 Jan 2003) | 4 lines
3223 Changed paths:
3224    A /trunk/modules/encoder/.cvsignore
3225    A /trunk/modules/encoder/ffmpeg/.cvsignore
3226    M /trunk/modules/gui/beos/InterfaceWindow.cpp
3227    M /trunk/modules/gui/beos/MessagesWindow.cpp
3228
3229  * beos/* : do not forgot to destroy the Messages window, so vlc does
3230             lock when exiting
3231  * missing cvsignores
3232
3233 ------------------------------------------------------------------------
3234 r3386 | titer | 2003-01-28 11:05:15 +0100 (Tue, 28 Jan 2003) | 2 lines
3235 Changed paths:
3236    M /trunk/modules/gui/beos/MessagesWindow.cpp
3237    M /trunk/modules/gui/beos/PreferencesWindow.cpp
3238
3239  * sanity Lock()s
3240
3241 ------------------------------------------------------------------------
3242 r3387 | massiot | 2003-01-28 13:23:40 +0100 (Tue, 28 Jan 2003) | 2 lines
3243 Changed paths:
3244    M /trunk/src/audio_output/output.c
3245
3246 Do not show the channels menu when the input stream is mono, closing #117.
3247
3248 ------------------------------------------------------------------------
3249 r3388 | gbazin | 2003-01-28 13:30:44 +0100 (Tue, 28 Jan 2003) | 10 lines
3250 Changed paths:
3251    M /trunk/include/video_output.h
3252    M /trunk/include/vlc_common.h
3253    M /trunk/modules/gui/gtk/menu.c
3254    M /trunk/modules/video_filter/deinterlace/deinterlace.c
3255    M /trunk/src/video_output/video_output.c
3256
3257
3258 * src/video_output/video_output.c, include/video_output.h: modified vout_Request() to take into account the
3259 filter chain. If the filter chain has changed, a new vout will be respawned allowing to switch filters on
3260 the fly. This is still a bit hacky but to do it nicely will require implementing inheritance in object
3261 variables.
3262 * modules/video_filter/deinterlace/deinterlace.c: added a "deinterlace-mode" object variable to allow
3263 switching deinterlace modes on the fly.
3264 * modules/gui/gtk/menu.c: updated the deinterlace menu.
3265 * include/vlc_common.h: compilation fixes for gtk_main and gnome_main.
3266
3267 ------------------------------------------------------------------------
3268 r3389 | gbazin | 2003-01-28 14:03:13 +0100 (Tue, 28 Jan 2003) | 4 lines
3269 Changed paths:
3270    M /trunk/modules/video_filter/deinterlace/deinterlace.c
3271    M /trunk/modules/video_output/x11/xcommon.c
3272
3273
3274 * modules/video_filter/deinterlace/deinterlace.c,
3275   modules/video_output/x11/xcommon.c: modified debug messages.
3276
3277 ------------------------------------------------------------------------
3278 r3390 | gbazin | 2003-01-28 14:07:45 +0100 (Tue, 28 Jan 2003) | 3 lines
3279 Changed paths:
3280    M /trunk/src/video_output/video_output.c
3281
3282
3283 * src/video_output/video_output.c: oops, fixed a bug I just introduced.
3284
3285 ------------------------------------------------------------------------
3286 r3391 | fenrir | 2003-01-28 15:00:49 +0100 (Tue, 28 Jan 2003) | 3 lines
3287 Changed paths:
3288    M /trunk/modules/access/mms/mms.h
3289    M /trunk/modules/gui/gtk/gtk.glade
3290    M /trunk/modules/gui/gtk/gtk_interface.c
3291    M /trunk/modules/gui/wxwindows/open.cpp
3292
3293  * gtk: fixed 'cannot find file.xpm'.
3294  * wxwindows: compilation fix for older wxwindows header.
3295
3296 ------------------------------------------------------------------------
3297 r3392 | gbazin | 2003-01-28 15:41:05 +0100 (Tue, 28 Jan 2003) | 3 lines
3298 Changed paths:
3299    M /trunk/modules/codec/vorbis.c
3300
3301
3302 * modules/codec/vorbis.c: fixed parsing of vorbis comments. (closing #69)
3303
3304 ------------------------------------------------------------------------
3305 r3393 | sigmunau | 2003-01-28 15:49:12 +0100 (Tue, 28 Jan 2003) | 2 lines
3306 Changed paths:
3307    M /trunk/modules/codec/vorbis.c
3308
3309 fixed another possible crash
3310
3311 ------------------------------------------------------------------------
3312 r3394 | massiot | 2003-01-28 16:05:52 +0100 (Tue, 28 Jan 2003) | 5 lines
3313 Changed paths:
3314    M /trunk/modules/access/dvdplay/access.c
3315    M /trunk/modules/access/dvdplay/tools.c
3316    M /trunk/modules/access/dvdread/input.c
3317
3318 We are now able to parse :
3319 dvdread:/Volumes/to@to/VIDEO_TS@1,1
3320 dvdplay:/Volumes/to@to/VIDEO_TS@1,1
3321 Closes #77
3322
3323 ------------------------------------------------------------------------
3324 r3395 | hartman | 2003-01-28 16:59:38 +0100 (Tue, 28 Jan 2003) | 3 lines
3325 Changed paths:
3326    M /trunk/README.MacOSX.rtf
3327    M /trunk/modules/gui/macosx/vout.m
3328
3329 * ./modules/gui/macosx/vout.m: removed the resizebar. too much of a hack
3330 * ./README.MacOSX.rtf: updated deinterlace and resize info
3331
3332 ------------------------------------------------------------------------
3333 r3396 | hartman | 2003-01-28 17:47:46 +0100 (Tue, 28 Jan 2003) | 4 lines
3334 Changed paths:
3335    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
3336    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
3337    M /trunk/modules/gui/macosx/controls.m
3338
3339 ALL: updated deinterlace to work on the fly. there is a but in vout.m:433
3340      jlj will need to fix that.
3341      there is no feedback to the interface as of yet
3342
3343 ------------------------------------------------------------------------
3344 r3397 | sam | 2003-01-28 17:52:36 +0100 (Tue, 28 Jan 2003) | 3 lines
3345 Changed paths:
3346    M /trunk/configure.ac.in
3347    M /trunk/modules/visualization/xosd/xosd.c
3348
3349   * ./modules/visualization/xosd/xosd.c: fixed compilation with version 2 of
3350     libxosd.
3351
3352 ------------------------------------------------------------------------
3353 r3398 | sam | 2003-01-28 17:57:28 +0100 (Tue, 28 Jan 2003) | 2 lines
3354 Changed paths:
3355    M /trunk/modules/access/satellite/access.c
3356    M /trunk/modules/codec/dv.c
3357    M /trunk/modules/codec/faad/decoder.c
3358    M /trunk/modules/demux/avi/libavi.c
3359    M /trunk/modules/demux/mp4/mp4.c
3360    M /trunk/modules/video_output/encoder.c
3361    M /trunk/modules/video_output/x11/xcommon.c
3362    M /trunk/mozilla/vlcshell.cpp
3363    M /trunk/src/libvlc.h
3364
3365   * ALL: fixes for various compilation warnings and spelling errors.
3366
3367 ------------------------------------------------------------------------
3368 r3399 | sam | 2003-01-28 18:11:38 +0100 (Tue, 28 Jan 2003) | 4 lines
3369 Changed paths:
3370    M /trunk/bootstrap
3371    M /trunk/include/vlc_common.h
3372    M /trunk/modules/gui/familiar/interface.c
3373    M /trunk/modules/gui/familiar/support.h
3374    M /trunk/modules/gui/gtk/gtk_support.h
3375    M /trunk/toolbox
3376
3377   * ./bootstrap, ./toolbox: moved the Glade bugs fixing to toolbox, now
3378     use "./toolbox --fix-glade" to generate and fix source files.
3379   * ./include/vlc_common.h: fixed compilation warnings.
3380
3381 ------------------------------------------------------------------------
3382 r3400 | sam | 2003-01-28 18:14:20 +0100 (Tue, 28 Jan 2003) | 3 lines
3383 Changed paths:
3384    M /trunk/debian/control
3385    M /trunk/debian/rules
3386
3387   * ./debian/control: removed versioned dependency on libxosd.
3388   * ./debian/rules: added comments here and there.
3389
3390 ------------------------------------------------------------------------
3391 r3401 | sam | 2003-01-28 21:02:04 +0100 (Tue, 28 Jan 2003) | 3 lines
3392 Changed paths:
3393    M /trunk/modules/gui/familiar/interface.c
3394    M /trunk/modules/gui/wxwindows/wxwindows.cpp
3395    M /trunk/po/de.po
3396    M /trunk/po/en_GB.po
3397    M /trunk/po/fr.po
3398    M /trunk/po/it.po
3399    M /trunk/po/ja.po
3400    M /trunk/po/nl.po
3401    M /trunk/po/no.po
3402    M /trunk/po/pl.po
3403    M /trunk/po/ru.po
3404    M /trunk/po/sv.po
3405    M /trunk/po/vlc.pot
3406    M /trunk/toolbox
3407
3408   * ./toolbox: made a few glade-generated strings non-translatable.
3409   * ./po/*: fixed spelling errors in pofiles.
3410
3411 ------------------------------------------------------------------------
3412 r3402 | sam | 2003-01-28 22:06:17 +0100 (Tue, 28 Jan 2003) | 2 lines
3413 Changed paths:
3414    M /trunk/debian/.cvsignore
3415    M /trunk/debian/Makefile.am
3416    M /trunk/debian/control
3417    M /trunk/debian/rules
3418    M /trunk/debian/vlc-plugin-a52.dirs
3419    M /trunk/debian/vlc-plugin-mad.dirs
3420    A /trunk/debian/wxvlc.dirs
3421    A /trunk/debian/wxvlc.menu
3422
3423   * ./debian/*: activated the wxwindows plugin.
3424
3425 ------------------------------------------------------------------------
3426 r3403 | sam | 2003-01-28 22:08:29 +0100 (Tue, 28 Jan 2003) | 4 lines
3427 Changed paths:
3428    M /trunk/modules/gui/kde/interface.cpp
3429    M /trunk/modules/gui/kde/kde.cpp
3430    M /trunk/modules/gui/kde/menu.cpp
3431    M /trunk/modules/gui/wxwindows/fileinfo.cpp
3432    M /trunk/modules/gui/wxwindows/timer.cpp
3433
3434   * ./modules/gui/kde/kde.cpp: the interface rc file defaults to the one in
3435     DATA_PATH.
3436   * ./modules/gui/wxwindows/*.cpp: fixed minor warnings.
3437
3438 ------------------------------------------------------------------------
3439 r3404 | fenrir | 2003-01-28 22:17:34 +0100 (Tue, 28 Jan 2003) | 2 lines
3440 Changed paths:
3441    M /trunk/modules/codec/mpeg_audio.c
3442
3443  * mpeg_audio.c : fixed a stack corruption. fprintf 1 - gdb 0.
3444
3445 ------------------------------------------------------------------------
3446 r3405 | gbazin | 2003-01-28 22:18:53 +0100 (Tue, 28 Jan 2003) | 4 lines
3447 Changed paths:
3448    M /trunk/modules/gui/wxwindows/open.cpp
3449
3450
3451 * modules/gui/wxwindows/open.cpp: minor bug-fix + allow user to select
3452    title 0 when using the dvdplay plugin (title 0 = menu).
3453
3454 ------------------------------------------------------------------------
3455 r3406 | sam | 2003-01-28 23:03:21 +0100 (Tue, 28 Jan 2003) | 5 lines
3456 Changed paths:
3457    M /trunk/.cvsignore
3458    M /trunk/include/video_output.h
3459    M /trunk/modules/access/dvd/access.c
3460    M /trunk/modules/access/dvd/dvd.c
3461    M /trunk/modules/audio_output/oss.c
3462    M /trunk/modules/codec/spudec/spudec.c
3463    M /trunk/modules/gui/kde/kde.cpp
3464    M /trunk/modules/video_filter/clone.c
3465    M /trunk/modules/video_filter/motionblur.c
3466    M /trunk/src/video_output/video_output.c
3467
3468   * ./src/video_output/video_output.c: don't try to change aspect ratio if it
3469     has been overriden by the user (Closes: #79).
3470   * ./modules/access/dvd/access.c: renamed "dvd-css-method" to "dvdcss-method".
3471   * ./modules/*: fixed a few capitalization issues.
3472
3473 ------------------------------------------------------------------------
3474 r3407 | sam | 2003-01-28 23:52:30 +0100 (Tue, 28 Jan 2003) | 2 lines
3475 Changed paths:
3476    M /trunk/modules/audio_output/esd.c
3477
3478   * ./modules/audio_output/esd.c: fixed esd audio output (Closes: #139).
3479
3480 ------------------------------------------------------------------------
3481 r3408 | fenrir | 2003-01-29 00:38:24 +0100 (Wed, 29 Jan 2003) | 2 lines
3482 Changed paths:
3483    M /trunk/modules/codec/mpeg_audio.c
3484
3485  * mpeg_audio.c : due to mpeg 2.5, max frame size is twice as I though.
3486
3487 ------------------------------------------------------------------------
3488 r3409 | massiot | 2003-01-29 00:55:57 +0100 (Wed, 29 Jan 2003) | 2 lines
3489 Changed paths:
3490    M /trunk/modules/codec/mpeg_audio.c
3491
3492 Not sure the buffer was large enough.
3493
3494 ------------------------------------------------------------------------
3495 r3410 | titer | 2003-01-29 01:02:09 +0100 (Wed, 29 Jan 2003) | 2 lines
3496 Changed paths:
3497    M /trunk/modules/gui/beos/PreferencesWindow.cpp
3498    M /trunk/modules/gui/beos/VlcWrapper.cpp
3499    M /trunk/modules/gui/beos/VlcWrapper.h
3500
3501  enabled changing filters on the fly
3502
3503 ------------------------------------------------------------------------
3504 r3411 | sam | 2003-01-29 10:54:45 +0100 (Wed, 29 Jan 2003) | 3 lines
3505 Changed paths:
3506    M /trunk/modules/audio_output/arts.c
3507
3508   * ./modules/audio_output/arts.c: fixed aRts output and removed debug
3509     messages that were lying around.
3510
3511 ------------------------------------------------------------------------
3512 r3412 | gbazin | 2003-01-29 12:17:44 +0100 (Wed, 29 Jan 2003) | 6 lines
3513 Changed paths:
3514    M /trunk/modules/access/dvdplay/access.c
3515    M /trunk/modules/access/dvdplay/es.c
3516
3517
3518 * modules/access/dvdplay/access.c: fixed subtitles with the dvdplay plugin
3519     (closes #122).
3520 * modules/access/dvdplay/es.c: check "audio-channel" and "spu-channel" user
3521     settings (closes #122).
3522
3523 ------------------------------------------------------------------------
3524 r3413 | jlj | 2003-01-29 12:34:11 +0100 (Wed, 29 Jan 2003) | 4 lines
3525 Changed paths:
3526    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
3527    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
3528    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
3529    M /trunk/include/vlc_playlist.h
3530    M /trunk/modules/gui/macosx/controls.m
3531    M /trunk/modules/gui/macosx/intf.h
3532    M /trunk/modules/gui/macosx/intf.m
3533    M /trunk/modules/gui/macosx/playlist.m
3534    M /trunk/src/playlist/playlist.c
3535
3536  * core/playlist: PLAYLIST_PAUSE, playlist_IsPlaying, playlist_IsEmpty
3537  * modules/gui/macosx: started getting rid of p_intf->p_sys->p_input
3538                        and using p_playlist->p_input instead.
3539
3540 ------------------------------------------------------------------------
3541 r3414 | jlj | 2003-01-29 12:41:48 +0100 (Wed, 29 Jan 2003) | 2 lines
3542 Changed paths:
3543    M /trunk/modules/gui/macosx/controls.m
3544
3545   * ./modules/gui/macosx/controls.m: fixed bug in my previous commit.
3546
3547 ------------------------------------------------------------------------
3548 r3415 | gbazin | 2003-01-29 13:59:23 +0100 (Wed, 29 Jan 2003) | 3 lines
3549 Changed paths:
3550    M /trunk/modules/demux/ogg.c
3551
3552
3553 * modules/demux/ogg.c: bug fix when switching between vorbis channels.
3554
3555 ------------------------------------------------------------------------
3556 r3416 | gbazin | 2003-01-29 15:03:07 +0100 (Wed, 29 Jan 2003) | 4 lines
3557 Changed paths:
3558    M /trunk/include/vlc_threads.h
3559
3560
3561 * include/vlc_threads.h: VLC_THREAD_PRIORITY_VIDEO equals
3562     THREAD_PRIORITY_BELOW_NORMAL under Win9x/Me.
3563
3564 ------------------------------------------------------------------------
3565 r3417 | sam | 2003-01-29 16:15:20 +0100 (Wed, 29 Jan 2003) | 2 lines
3566 Changed paths:
3567    M /trunk/po/de.po
3568    M /trunk/po/en_GB.po
3569    M /trunk/po/fr.po
3570    M /trunk/po/it.po
3571    M /trunk/po/ja.po
3572    M /trunk/po/nl.po
3573    M /trunk/po/no.po
3574    M /trunk/po/pl.po
3575    M /trunk/po/ru.po
3576    M /trunk/po/sv.po
3577    M /trunk/po/vlc.pot
3578
3579   * ./po/ja.po: updated japanese translations, courtesy of KKI.
3580
3581 ------------------------------------------------------------------------
3582 r3418 | sam | 2003-01-29 16:55:44 +0100 (Wed, 29 Jan 2003) | 4 lines
3583 Changed paths:
3584    M /trunk/modules/access/dvdplay/intf.c
3585
3586   * ./modules/access/dvdplay/intf.c: added a sanity check upon initialization
3587     in case the input dies before we even spawned our dvdplay interface
3588     (Closes: #141).
3589
3590 ------------------------------------------------------------------------
3591 r3419 | massiot | 2003-01-29 18:07:37 +0100 (Wed, 29 Jan 2003) | 2 lines
3592 Changed paths:
3593    M /trunk/po/nl.po
3594
3595 New nl translation, courtesy of dj hartman.
3596
3597 ------------------------------------------------------------------------
3598 r3420 | gbazin | 2003-01-29 18:28:22 +0100 (Wed, 29 Jan 2003) | 5 lines
3599 Changed paths:
3600    M /trunk/modules/gui/gtk/gnome.glade
3601    M /trunk/modules/gui/gtk/gnome_interface.c
3602    M /trunk/modules/gui/gtk/gtk.glade
3603    M /trunk/modules/gui/gtk/gtk_interface.c
3604    M /trunk/modules/gui/gtk/open.c
3605
3606
3607 * modules/gui/gtk/*: changed the disc open dialog to allow for title and
3608    chapter 0. When title or chapter 0 are selected, they do not appear in
3609    the MRL.
3610
3611 ------------------------------------------------------------------------
3612 r3421 | sam | 2003-01-29 19:10:52 +0100 (Wed, 29 Jan 2003) | 3 lines
3613 Changed paths:
3614    M /trunk/doc/fortunes.txt
3615    M /trunk/modules/gui/gtk/gnome.glade
3616    M /trunk/modules/gui/gtk/gnome_interface.c
3617    M /trunk/modules/gui/gtk/gtk.glade
3618    M /trunk/modules/gui/gtk/gtk_interface.c
3619    M /trunk/modules/gui/gtk/open.c
3620    M /trunk/toolbox
3621
3622   * ./modules/gui/gtk/gnome.glade, ./modules/gui/gtk/gtk.glade: we disable
3623     the title and chapter dialogs when DVD menus are activated.
3624
3625 ------------------------------------------------------------------------
3626 r3422 | hartman | 2003-01-29 19:14:29 +0100 (Wed, 29 Jan 2003) | 3 lines
3627 Changed paths:
3628    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
3629    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
3630    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
3631
3632 intf: the slower/faster buttons should not be continious.
3633 project: the source files were included in the Resources. No more.
3634
3635 ------------------------------------------------------------------------
3636 r3423 | fenrir | 2003-01-29 22:54:34 +0100 (Wed, 29 Jan 2003) | 2 lines
3637 Changed paths:
3638    M /trunk/modules/demux/asf/asf.c
3639
3640  * asf : more sanity check for broken files.
3641
3642 ------------------------------------------------------------------------
3643 r3424 | massiot | 2003-01-30 01:39:41 +0100 (Thu, 30 Jan 2003) | 5 lines
3644 Changed paths:
3645    M /trunk/include/vlc_threads.h
3646    M /trunk/modules/codec/mpeg_video/headers.c
3647    M /trunk/modules/gui/macosx/intf.m
3648
3649 * modules/codec/mpeg_video/headers.c: more checks in PictureDisplayExtension,
3650 * modules/gui/macosx/intf.m: one of the threads wasn't in real-time
3651   priority !!!
3652 * include/vlc_threads.h: tuned up OS X priorities
3653
3654 ------------------------------------------------------------------------
3655 r3425 | gbazin | 2003-01-30 03:16:09 +0100 (Thu, 30 Jan 2003) | 5 lines
3656 Changed paths:
3657    M /trunk/modules/codec/mpeg_video/headers.c
3658
3659
3660 * modules/codec/mpeg_video/headers.c: fixed non-initialized variable in
3661     PictureDisplayExtension(). This does also fix problems with the dvdplay
3662     plugin and menus with still pictures.
3663
3664 ------------------------------------------------------------------------
3665 r3426 | massiot | 2003-01-30 11:44:50 +0100 (Thu, 30 Jan 2003) | 2 lines
3666 Changed paths:
3667    M /trunk/Makefile.am
3668    M /trunk/configure.ac.in
3669
3670 Keep -O2 in --disable-optimizations mode, cause it can't harm...
3671
3672 ------------------------------------------------------------------------
3673 r3427 | gbazin | 2003-01-30 13:38:13 +0100 (Thu, 30 Jan 2003) | 4 lines
3674 Changed paths:
3675    M /trunk/src/video_output/vout_subpictures.c
3676
3677
3678 * src/video_output/vout_subpictures.c: fixed a few race conditions that
3679    were triggered by the dvdplay plugin.
3680
3681 ------------------------------------------------------------------------
3682 r3428 | hartman | 2003-01-30 16:39:38 +0100 (Thu, 30 Jan 2003) | 3 lines
3683 Changed paths:
3684    M /trunk/modules/gui/macosx/intf.m
3685
3686 * ./modules/gui/macosx/intf.m:
3687   - we close the video window after a video is done playing.
3688
3689 ------------------------------------------------------------------------
3690 r3429 | hartman | 2003-01-30 16:46:29 +0100 (Thu, 30 Jan 2003) | 3 lines
3691 Changed paths:
3692    M /trunk/modules/gui/macosx/intf.m
3693
3694 * modules/gui/macosx/intf.m
3695   - fixed a warning about parentheses
3696
3697 ------------------------------------------------------------------------
3698 r3430 | gbazin | 2003-01-30 17:36:04 +0100 (Thu, 30 Jan 2003) | 9 lines
3699 Changed paths:
3700    M /trunk/modules/codec/spudec/spudec.c
3701    M /trunk/modules/codec/spudec/text.c
3702
3703
3704 * modules/codec/spudec/spudec.c, modules/codec/spudec/text.c: fixed the
3705    race condition between spudec and vout. This patch may not be all that
3706    nice because it does a lot of vlc_object_find() but it is the only
3707    solution I've been able to come-up with.
3708    Oh and I didn't fix the memory leak caused by the font when using text
3709    subtitles. If the vout changes while the spudec is running then we don't
3710    unload this font.
3711
3712 ------------------------------------------------------------------------
3713 r3431 | lool | 2003-01-30 19:07:45 +0100 (Thu, 30 Jan 2003) | 3 lines
3714 Changed paths:
3715    M /trunk/FAQ
3716    A /trunk/doc/common
3717    A /trunk/doc/common/stylesheet-html.dsl
3718    A /trunk/doc/faq
3719    A /trunk/doc/faq/Makefile
3720    A /trunk/doc/faq/faq-alone.sgml
3721    A /trunk/doc/faq/faq.sgml
3722
3723   * converted FAQ to SGML
3724   * SGML sucks, this is absolutely ugly, please reread
3725
3726 ------------------------------------------------------------------------
3727 r3432 | gbazin | 2003-01-30 20:14:17 +0100 (Thu, 30 Jan 2003) | 6 lines
3728 Changed paths:
3729    M /trunk/modules/codec/spudec/parse.c
3730    M /trunk/src/video_output/video_output.c
3731
3732
3733 * src/video_output/video_output.c: we were still using free instead of
3734    vout_DestroySubPicture in one place.
3735 * modules/codec/spudec/parse.c: we now make sure we don't add several times
3736    the same highlight callback.
3737
3738 ------------------------------------------------------------------------
3739 r3433 | sam | 2003-01-30 21:59:36 +0100 (Thu, 30 Jan 2003) | 3 lines
3740 Changed paths:
3741    M /trunk/src/misc/configuration.c
3742
3743   * ./src/misc/configuration.c: when an invalid short option is found, use
3744     the optopt variable instead of the current value of optind (Closes: #148).
3745
3746 ------------------------------------------------------------------------
3747 r3434 | babal | 2003-01-30 22:35:22 +0100 (Thu, 30 Jan 2003) | 2 lines
3748 Changed paths:
3749    M /trunk/modules/gui/win32/preferences.cpp
3750    M /trunk/modules/gui/win32/preferences.h
3751
3752 - fixed a segfault occuring when the preference dialog box was destroyed
3753
3754 ------------------------------------------------------------------------
3755 r3435 | jlj | 2003-01-31 03:53:52 +0100 (Fri, 31 Jan 2003) | 3 lines
3756 Changed paths:
3757    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
3758    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
3759    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
3760    M /trunk/modules/gui/macosx/controls.m
3761    M /trunk/modules/gui/macosx/intf.h
3762    M /trunk/modules/gui/macosx/intf.m
3763    M /trunk/modules/gui/macosx/open.m
3764    M /trunk/modules/gui/macosx/playlist.m
3765    M /trunk/modules/gui/macosx/prefs.m
3766    M /trunk/modules/gui/macosx/vout.h
3767    M /trunk/modules/gui/macosx/vout.m
3768
3769   * ./modules/gui/macosx: Defeated some deadlocks.
3770                           World domination ... is at hand.
3771
3772 ------------------------------------------------------------------------
3773 r3436 | titer | 2003-01-31 07:45:00 +0100 (Fri, 31 Jan 2003) | 2 lines
3774 Changed paths:
3775    M /trunk/modules/gui/beos/BeOS.cpp
3776    M /trunk/modules/gui/beos/InterfaceWindow.cpp
3777    M /trunk/modules/gui/beos/MessagesWindow.cpp
3778
3779  Minor GUI fixes
3780
3781 ------------------------------------------------------------------------
3782 r3437 | sam | 2003-01-31 10:48:43 +0100 (Fri, 31 Jan 2003) | 3 lines
3783 Changed paths:
3784    M /trunk/configure.ac.in
3785
3786   * ./configure.ac.in: complain when ALSA headers are not found but
3787     --enable-alsa was specified.
3788
3789 ------------------------------------------------------------------------
3790 r3438 | sam | 2003-01-31 10:51:57 +0100 (Fri, 31 Jan 2003) | 3 lines
3791 Changed paths:
3792    M /trunk/modules/gui/gtk/gnome.c
3793    M /trunk/modules/gui/gtk/gtk.c
3794
3795   * ./modules/gui/gtk/gnome.c, ./modules/gui/gtk/gtk.c: fixed uninitialized
3796     variables.
3797
3798 ------------------------------------------------------------------------
3799 r3439 | sam | 2003-01-31 11:14:13 +0100 (Fri, 31 Jan 2003) | 2 lines
3800 Changed paths:
3801    M /trunk/src/audio_output/mixer.c
3802
3803   * ./src/audio_output/mixer.c: minor cosmetic fix in output message.
3804
3805 ------------------------------------------------------------------------
3806 r3440 | sam | 2003-01-31 11:51:15 +0100 (Fri, 31 Jan 2003) | 3 lines
3807 Changed paths:
3808    M /trunk/modules/gui/gtk/gnome.glade
3809    M /trunk/modules/gui/gtk/gnome_interface.c
3810    M /trunk/modules/gui/gtk/gtk.glade
3811    M /trunk/modules/gui/gtk/gtk_interface.c
3812
3813   * ./modules/gui/gtk/gnome.glade, ./modules/gui/gtk/gtk.glade: moved the
3814     Audio and Subtitles submenus into the Audio and Video menus.
3815
3816 ------------------------------------------------------------------------
3817 r3441 | sam | 2003-01-31 11:54:07 +0100 (Fri, 31 Jan 2003) | 3 lines
3818 Changed paths:
3819    M /trunk/modules/gui/gtk/gtk_callbacks.c
3820
3821   * ./modules/gui/gtk/gtk_callbacks.c: fixed a crash when selecting fullscreen
3822     while there was no input (Closes: #153).
3823
3824 ------------------------------------------------------------------------
3825 r3442 | massiot | 2003-01-31 12:23:37 +0100 (Fri, 31 Jan 2003) | 4 lines
3826 Changed paths:
3827    M /trunk/src/input/input_programs.c
3828
3829 Fixed a major bug of people who like to declare vars "unsigned int"
3830 when they can be -1 :p (why haven't we spotted that before ??).
3831 Closes #152.
3832
3833 ------------------------------------------------------------------------
3834 r3443 | sam | 2003-01-31 12:38:06 +0100 (Fri, 31 Jan 2003) | 2 lines
3835 Changed paths:
3836    M /trunk/AUTHORS
3837    M /trunk/po/de.po
3838    M /trunk/po/en_GB.po
3839    M /trunk/po/fr.po
3840    M /trunk/po/it.po
3841    M /trunk/po/ja.po
3842    M /trunk/po/nl.po
3843    M /trunk/po/no.po
3844    M /trunk/po/pl.po
3845    M /trunk/po/ru.po
3846    M /trunk/po/sv.po
3847    M /trunk/po/vlc.pot
3848
3849   * ./po/de.po: full german translation, courtesy of Felix K?\239?\191?\189hne.
3850
3851 ------------------------------------------------------------------------
3852 r3444 | sam | 2003-01-31 14:52:26 +0100 (Fri, 31 Jan 2003) | 2 lines
3853 Changed paths:
3854    M /trunk/src/libvlc.c
3855
3856   * ./src/libvlc.c: strings in the main module are now translated (fixes: #92).
3857
3858 ------------------------------------------------------------------------
3859 r3445 | zorglub | 2003-01-31 16:24:11 +0100 (Fri, 31 Jan 2003) | 5 lines
3860 Changed paths:
3861    M /trunk/doc/faq/Makefile
3862    M /trunk/doc/faq/faq-alone.sgml
3863    M /trunk/doc/faq/faq.sgml
3864    A /trunk/doc/faq/fdl.sgml
3865
3866 * doc/faq/Makefile: added "text" and "clean" targets.
3867 * doc/faq/faq-alone.sgml: Fixed build issues, added FDL, and legal notice.
3868 * doc/faq/faq.sgml: Fixed build issues, improved the SGML translation.
3869 * doc/faq/fdl.sgml: text of the FSF Free Documentation License.
3870
3871 ------------------------------------------------------------------------
3872 r3446 | sam | 2003-01-31 17:56:03 +0100 (Fri, 31 Jan 2003) | 3 lines
3873 Changed paths:
3874    M /trunk/configure.ac.in
3875
3876   * ./configure.ac.in: I was told some versions of mingw32 support neither
3877     -mms-bitfields nor -fnative-struct.
3878
3879 ------------------------------------------------------------------------
3880 r3447 | lool | 2003-01-31 19:53:29 +0100 (Fri, 31 Jan 2003) | 2 lines
3881 Changed paths:
3882    D /trunk/FAQ
3883
3884   * removed FAQ pointing to doc/faq/ not to confuse users (thanks sam)
3885
3886 ------------------------------------------------------------------------
3887 r3448 | sam | 2003-01-31 23:34:07 +0100 (Fri, 31 Jan 2003) | 3 lines
3888 Changed paths:
3889    M /trunk/AUTHORS
3890    D /trunk/STATUS
3891    A /trunk/THANKS
3892
3893   * split AUTHORS into AUTHORS and THANKS, removed STATUS which wasn't
3894     kept up to date (and almost everything advertised in it was done).
3895
3896 ------------------------------------------------------------------------
3897 r3449 | sam | 2003-01-31 23:35:44 +0100 (Fri, 31 Jan 2003) | 2 lines
3898 Changed paths:
3899    M /trunk/AUTHORS
3900    M /trunk/Makefile.am
3901    M /trunk/debian/vlc.docs
3902
3903   * ./debian/vlc.docs, ./Makefile.am: added THANKS to the distributed files.
3904
3905 ------------------------------------------------------------------------
3906 r3450 | fenrir | 2003-02-01 02:21:04 +0100 (Sat, 01 Feb 2003) | 2 lines
3907 Changed paths:
3908    M /trunk/modules/demux/asf/asf.c
3909    M /trunk/modules/demux/asf/asf.h
3910
3911  * asf : trying to fix pts handling.
3912
3913 ------------------------------------------------------------------------
3914 r3451 | babal | 2003-02-01 10:40:50 +0100 (Sat, 01 Feb 2003) | 2 lines
3915 Changed paths:
3916    M /trunk/modules/video_output/directx/directx.c
3917
3918 - fixed a compilation issue with C compilers
3919
3920 ------------------------------------------------------------------------
3921 r3452 | alexis | 2003-02-01 12:48:36 +0100 (Sat, 01 Feb 2003) | 4 lines
3922 Changed paths:
3923    A /trunk/doc/common/stylesheet-print-noicones.dsl
3924    M /trunk/doc/faq/Makefile
3925    M /trunk/doc/faq/faq.sgml
3926
3927 * common/stylesheet-print-noicones.dsl : stylesheet for PS/PDF/RTF output
3928 * faq/Makefile: added PS/PDF/RTF targets
3929 * faq/faq.sgml: SGML enhancements and few modifications
3930
3931 ------------------------------------------------------------------------
3932 r3453 | stippi | 2003-02-01 13:01:11 +0100 (Sat, 01 Feb 2003) | 2 lines
3933 Changed paths:
3934    M /trunk/modules/gui/beos/Interface.cpp
3935    M /trunk/modules/gui/beos/InterfaceWindow.cpp
3936    M /trunk/modules/gui/beos/InterfaceWindow.h
3937    M /trunk/modules/gui/beos/ListViews.cpp
3938    M /trunk/modules/gui/beos/ListViews.h
3939    M /trunk/modules/gui/beos/MediaControlView.cpp
3940    M /trunk/modules/gui/beos/MessagesWindow.cpp
3941    M /trunk/modules/gui/beos/PlayListWindow.cpp
3942    M /trunk/modules/gui/beos/PlayListWindow.h
3943    M /trunk/modules/gui/beos/VideoOutput.cpp
3944    M /trunk/modules/gui/beos/VideoWindow.h
3945    M /trunk/modules/gui/beos/VlcWrapper.cpp
3946    M /trunk/modules/gui/beos/VlcWrapper.h
3947
3948 Changes done since Feb 28 2003:
3949
3950 ------------------------------------------------------------------------
3951 r3454 | massiot | 2003-02-01 17:20:21 +0100 (Sat, 01 Feb 2003) | 2 lines
3952 Changed paths:
3953    M /trunk/doc/fortunes.txt
3954
3955 sam p0\/\/3r !
3956
3957 ------------------------------------------------------------------------
3958 r3455 | massiot | 2003-02-01 17:33:31 +0100 (Sat, 01 Feb 2003) | 2 lines
3959 Changed paths:
3960    M /trunk/po/it.po
3961
3962 Updated Italian translation courtesy of Bruno Vella.
3963
3964 ------------------------------------------------------------------------
3965 r3456 | sam | 2003-02-01 19:41:09 +0100 (Sat, 01 Feb 2003) | 4 lines
3966 Changed paths:
3967    A /trunk/NEWS
3968    M /trunk/bootstrap
3969    M /trunk/doc/Makefile.am
3970
3971   * ./NEWS: added an empty NEWS file.
3972   * ./bootstrap: now that we have the NEWS file, --foreign is no longer
3973     required when calling automake.
3974
3975 ------------------------------------------------------------------------
3976 r3457 | sam | 2003-02-01 19:53:03 +0100 (Sat, 01 Feb 2003) | 3 lines
3977 Changed paths:
3978    M /trunk/src/libvlc.c
3979
3980   * ./src/libvlc.c: fixed a segfault on exit, libvlc needs to be
3981     detached before being destroyed.
3982
3983 ------------------------------------------------------------------------
3984 r3458 | sam | 2003-02-01 19:54:10 +0100 (Sat, 01 Feb 2003) | 5 lines
3985 Changed paths:
3986    M /trunk/modules/video_output/directx/directx.c
3987    M /trunk/modules/video_output/directx/events.c
3988    M /trunk/modules/video_output/x11/x11.c
3989    M /trunk/modules/video_output/x11/xcommon.c
3990    M /trunk/modules/video_output/x11/xvideo.c
3991    M /trunk/mozilla/vlcplugin.cpp
3992    M /trunk/mozilla/vlcshell.cpp
3993
3994   * ./mozilla/vlcshell.cpp: fixed the Mozilla plugin's target drawable.
3995   * ./modules/video_output/directx/directx.c, ./modules/video_output/x11/x11.c,
3996     ./modules/video_output/x11/xvideo.c: removed the drawable configuration
3997     variables which are now deprecated.
3998
3999 ------------------------------------------------------------------------
4000 r3459 | sam | 2003-02-01 20:04:43 +0100 (Sat, 01 Feb 2003) | 2 lines
4001 Changed paths:
4002    M /trunk/po/it.po
4003
4004   * ./po/it.po: a few corrections.
4005
4006 ------------------------------------------------------------------------
4007 r3460 | massiot | 2003-02-01 21:34:55 +0100 (Sat, 01 Feb 2003) | 5 lines
4008 Changed paths:
4009    M /trunk/Makefile.am
4010    M /trunk/NEWS
4011    M /trunk/configure.ac.in
4012    M /trunk/src/misc/darwin_specific.m
4013
4014 * configure.ac.in: worked around an ffmpeg-cvs detection problem on OS X
4015 * Makefile.am: fixed FAQ, THANKS and NEWS handling in package* rules
4016 * src/misc/darwin_specific.m: more generic language detection
4017 * NEWS: summarized changes from 0.4.6 to 0.5.0
4018
4019 ------------------------------------------------------------------------
4020 r3461 | jpsaman | 2003-02-01 21:59:37 +0100 (Sat, 01 Feb 2003) | 2 lines
4021 Changed paths:
4022    M /trunk/NEWS
4023
4024 Updated for iPaq port
4025
4026 ------------------------------------------------------------------------
4027 r3462 | jpsaman | 2003-02-01 22:04:22 +0100 (Sat, 01 Feb 2003) | 2 lines
4028 Changed paths:
4029    M /trunk/ipkg/control
4030    M /trunk/ipkg/control.gpe
4031    M /trunk/ipkg/control.opie
4032    M /trunk/ipkg/rules.opie
4033
4034 Checking in packageing files.
4035
4036 ------------------------------------------------------------------------
4037 r3463 | massiot | 2003-02-01 22:10:19 +0100 (Sat, 01 Feb 2003) | 2 lines
4038 Changed paths:
4039    M /trunk/NEWS
4040
4041 Forgot Tremor.
4042
4043 ------------------------------------------------------------------------
4044 r3464 | massiot | 2003-02-01 22:20:33 +0100 (Sat, 01 Feb 2003) | 2 lines
4045 Changed paths:
4046    M /trunk/NEWS
4047
4048 Tarkin, Tremor and Theora are only available when compiling from sources.
4049
4050 ------------------------------------------------------------------------
4051 r3465 | sam | 2003-02-01 22:23:01 +0100 (Sat, 01 Feb 2003) | 3 lines
4052 Changed paths:
4053    A /trunk/debian/control.woody
4054    A /trunk/debian/rules.woody
4055    M /trunk/doc/fortunes.txt
4056
4057   * ./debian/control.woody, ./debian/rules.woody: placeholders for Debian
4058     woody specific builds. Will fill them in a moment.
4059
4060 ------------------------------------------------------------------------
4061 r3466 | titer | 2003-02-01 22:24:06 +0100 (Sat, 01 Feb 2003) | 2 lines
4062 Changed paths:
4063    M /trunk/NEWS
4064
4065  BeOS news.
4066
4067 ------------------------------------------------------------------------
4068 r3467 | ipkiss | 2003-02-01 22:39:21 +0100 (Sat, 01 Feb 2003) | 2 lines
4069 Changed paths:
4070    M /trunk/NEWS
4071
4072  * Win32 port
4073
4074 ------------------------------------------------------------------------
4075 r3468 | babal | 2003-02-01 23:03:42 +0100 (Sat, 01 Feb 2003) | 2 lines
4076 Changed paths:
4077    M /trunk/NEWS
4078
4079 - Win32 preference dialog box
4080
4081 ------------------------------------------------------------------------
4082 r3469 | ipkiss | 2003-02-01 23:21:44 +0100 (Sat, 01 Feb 2003) | 3 lines
4083 Changed paths:
4084    M /trunk/modules/gui/win32/menu.cpp
4085    M /trunk/modules/gui/win32/win32.cpp
4086
4087  * modules/gui/win32/win32.cpp: fixed a stupid bug (closes #155)
4088  * modules/gui/win32/menu.cpp: removed some ^M chars
4089
4090 ------------------------------------------------------------------------
4091 r3470 | sam | 2003-02-02 00:08:48 +0100 (Sun, 02 Feb 2003) | 3 lines
4092 Changed paths:
4093    D /trunk/INSTALL.libmad
4094    M /trunk/README
4095
4096   * ./INSTALL.libmad: removed that file; if one does not know how to build
4097     and install a library, he'd better not fiddle with VLC.
4098
4099 ------------------------------------------------------------------------
4100 r3471 | sam | 2003-02-02 00:15:27 +0100 (Sun, 02 Feb 2003) | 2 lines
4101 Changed paths:
4102    M /trunk/AUTHORS
4103
4104   * ./AUTHORS: added Garf and updated entries.
4105
4106 ------------------------------------------------------------------------
4107 r3472 | sigmunau | 2003-02-02 00:28:58 +0100 (Sun, 02 Feb 2003) | 3 lines
4108 Changed paths:
4109    M /trunk/NEWS
4110
4111  NEWS: we did support .mp3 in 0.4.x. Added that we support .asx and .html
4112 with embedded wmp
4113
4114 ------------------------------------------------------------------------
4115 r3473 | sam | 2003-02-02 00:39:02 +0100 (Sun, 02 Feb 2003) | 3 lines
4116 Changed paths:
4117    M /trunk/src/libvlc.c
4118
4119   * ./src/libvlc.c: atomic initialization of the main module in VLC_Init()
4120     instead of VLC_Create(), so that its strings are translated (was #92).
4121
4122 ------------------------------------------------------------------------
4123 r3474 | yves | 2003-02-02 00:41:51 +0100 (Sun, 02 Feb 2003) | 7 lines
4124 Changed paths:
4125    M /trunk/vlc.spec
4126
4127 - ready for general 0.5.0 consumption
4128 - activated dvb (with a special workaround for mdk kernel), dv and libdvdplay plugin
4129 - more wxwindow stuff.
4130 - fixes here and here.
4131 - added more doc files like NEWS, THANKS etc.
4132 - still lacking mozilla plugin :(
4133
4134 ------------------------------------------------------------------------
4135 r3475 | massiot | 2003-02-02 00:46:24 +0100 (Sun, 02 Feb 2003) | 4 lines
4136 Changed paths:
4137    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
4138    M /trunk/modules/gui/macosx/intf.m
4139    M /trunk/modules/gui/macosx/open.m
4140    M /trunk/po/fr.po
4141
4142 * modules/gui/macosx/*: Fixed localization bugs
4143 * po/fr.po: Updated French translation
4144 * extras/MacOSX/vlc.pbproj/project.pbxproj: Version is 0.5.0
4145
4146 ------------------------------------------------------------------------
4147 r3476 | sam | 2003-02-02 01:05:00 +0100 (Sun, 02 Feb 2003) | 2 lines
4148 Changed paths:
4149    M /trunk/NEWS
4150
4151   * ./NEWS: a few updates (translations, mozilla plugin).
4152
4153 ------------------------------------------------------------------------
4154 r3477 | sam | 2003-02-02 01:29:29 +0100 (Sun, 02 Feb 2003) | 3 lines
4155 Changed paths:
4156    M /trunk/po/de.po
4157    M /trunk/po/en_GB.po
4158    M /trunk/po/fr.po
4159    M /trunk/po/it.po
4160    M /trunk/po/ja.po
4161    M /trunk/po/nl.po
4162    M /trunk/po/no.po
4163    M /trunk/po/pl.po
4164    M /trunk/po/ru.po
4165    M /trunk/po/sv.po
4166    M /trunk/po/vlc.pot
4167    M /trunk/src/libvlc.h
4168
4169   * ./src/libvlc.h: changed "vlc" into "VLC" in libvlc's help messages. More
4170     to come.
4171
4172 ------------------------------------------------------------------------
4173 r3478 | sam | 2003-02-02 01:46:58 +0100 (Sun, 02 Feb 2003) | 2 lines
4174 Changed paths:
4175    M /trunk/modules/gui/familiar/familiar.glade
4176    M /trunk/modules/gui/familiar/interface.c
4177    M /trunk/modules/video_output/ggi.c
4178    M /trunk/modules/video_output/mga/xmga.c
4179    M /trunk/modules/video_output/qte/qte.cpp
4180    M /trunk/modules/video_output/x11/x11.c
4181    M /trunk/modules/video_output/x11/xvideo.c
4182    M /trunk/po/de.po
4183    M /trunk/po/en_GB.po
4184    M /trunk/po/fr.po
4185    M /trunk/po/it.po
4186    M /trunk/po/ja.po
4187    M /trunk/po/nl.po
4188    M /trunk/po/no.po
4189    M /trunk/po/pl.po
4190    M /trunk/po/ru.po
4191    M /trunk/po/sv.po
4192    M /trunk/po/vlc.pot
4193
4194   * ./po/*: more s/vlc/VLC/ changes.
4195
4196 ------------------------------------------------------------------------
4197 r3479 | massiot | 2003-02-02 01:49:40 +0100 (Sun, 02 Feb 2003) | 5 lines
4198 Changed paths:
4199    M /trunk/README.MacOSX.rtf
4200    M /trunk/include/vlc_threads.h
4201    M /trunk/modules/access/dvdread/input.c
4202
4203 * README.MacOSX.rtf: Typos
4204 * include/vlc_threads.h: Lowered OS X priorities to avoid locking the machine
4205 * modules/access/dvdread/input.c: Fixed a long-standing bug when switching
4206   titles.
4207
4208 ------------------------------------------------------------------------
4209 r3480 | jobi | 2003-02-02 01:57:21 +0100 (Sun, 02 Feb 2003) | 4 lines
4210 Changed paths:
4211    M /trunk/NEWS
4212    M /trunk/include/audio_output.h
4213    M /trunk/modules/audio_output/oss.c
4214
4215     * NEWS: VCD entry points and iso files
4216     * include/audio_output.h: more proper freebsd compilation fix
4217     * modules/audio_output/oss.c: if /dev/dsp is used, use another output.
4218
4219 ------------------------------------------------------------------------
4220 r3481 | jobi | 2003-02-02 02:23:36 +0100 (Sun, 02 Feb 2003) | 2 lines
4221 Changed paths:
4222    M /trunk/NEWS
4223
4224     * NEWS: readded deleted entries, sorry about that.
4225
4226 ------------------------------------------------------------------------
4227 r3482 | sam | 2003-02-02 02:37:03 +0100 (Sun, 02 Feb 2003) | 2 lines
4228 Changed paths:
4229    M /trunk/modules/gui/familiar/familiar.glade
4230    M /trunk/modules/gui/familiar/interface.c
4231    M /trunk/modules/gui/gtk/gnome.glade
4232    M /trunk/modules/gui/gtk/gnome_interface.c
4233    M /trunk/modules/gui/gtk/gtk.glade
4234    M /trunk/modules/gui/gtk/gtk_interface.c
4235    M /trunk/modules/gui/kde/kde.cpp
4236    M /trunk/modules/gui/win32/about.dfm
4237    M /trunk/modules/gui/win32/mainframe.dfm
4238    M /trunk/modules/gui/win32/strings.cpp
4239    M /trunk/po/de.po
4240    M /trunk/po/en_GB.po
4241    M /trunk/po/fr.po
4242    M /trunk/po/it.po
4243    M /trunk/po/ja.po
4244    M /trunk/po/nl.po
4245    M /trunk/po/no.po
4246    M /trunk/po/pl.po
4247    M /trunk/po/ru.po
4248    M /trunk/po/sv.po
4249    M /trunk/po/vlc.pot
4250
4251   * ./po/*: more interface strings harmonization.
4252
4253 ------------------------------------------------------------------------
4254 r3483 | sam | 2003-02-02 03:11:59 +0100 (Sun, 02 Feb 2003) | 2 lines
4255 Changed paths:
4256    M /trunk/po/de.po
4257    M /trunk/po/en_GB.po
4258    M /trunk/po/fr.po
4259    M /trunk/po/it.po
4260    M /trunk/po/ja.po
4261    M /trunk/po/nl.po
4262    M /trunk/po/no.po
4263    M /trunk/po/pl.po
4264    M /trunk/po/ru.po
4265    M /trunk/po/sv.po
4266    M /trunk/po/vlc.pot
4267
4268   * ./po/it.po: updated italian translation, courtesy of Bruno Vella.
4269
4270 ------------------------------------------------------------------------
4271 r3484 | massiot | 2003-02-02 03:58:35 +0100 (Sun, 02 Feb 2003) | 2 lines
4272 Changed paths:
4273    M /trunk/configure.ac.in
4274    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
4275
4276 * Bumped up revision number to 0.5.0
4277
4278 ------------------------------------------------------------------------
4279 r3485 | sam | 2003-02-02 04:03:01 +0100 (Sun, 02 Feb 2003) | 2 lines
4280 Changed paths:
4281    M /trunk/debian/Makefile.am
4282    A /trunk/debian/README
4283    M /trunk/debian/control
4284    M /trunk/debian/vlc.docs
4285
4286   * ./debian/*: tuned packaging.
4287
4288 ------------------------------------------------------------------------
4289 r3486 | sam | 2003-02-02 04:08:20 +0100 (Sun, 02 Feb 2003) | 2 lines
4290 Changed paths:
4291    M /trunk/po/it.po
4292
4293   * ./po/it.po: ultimate italian fixes by Bruno Vella.
4294
4295 ------------------------------------------------------------------------
4296 r3487 | sam | 2003-02-02 04:38:30 +0100 (Sun, 02 Feb 2003) | 2 lines
4297 Changed paths:
4298    M /trunk/doc/vlc.1
4299
4300   * ./doc/vlc.1: updated manpage.
4301
4302 ------------------------------------------------------------------------
4303 r3488 | sam | 2003-02-02 05:01:29 +0100 (Sun, 02 Feb 2003) | 3 lines
4304 Changed paths:
4305    M /trunk/INSTALL
4306    M /trunk/INSTALL.win32
4307    M /trunk/README
4308    M /trunk/bootstrap
4309    M /trunk/configure.ac.in
4310    M /trunk/install-win32
4311    M /trunk/modules/gui/win32/about.dfm
4312    M /trunk/modules/gui/win32/strings.cpp
4313    M /trunk/po/no.po
4314    M /trunk/toolbox
4315    M /trunk/vlc.spec
4316
4317   * ALL: removed "VideoLAN Client" in favour of "VLC media player" in a lot
4318     of places.
4319
4320 ------------------------------------------------------------------------
4321 r3489 | sam | 2003-02-02 05:07:55 +0100 (Sun, 02 Feb 2003) | 2 lines
4322 Changed paths:
4323    M /trunk/debian/control.woody
4324    M /trunk/debian/gnome-vlc.desktop
4325    M /trunk/debian/gnome-vlc.menu
4326    M /trunk/debian/gvlc.desktop
4327    M /trunk/debian/gvlc.menu
4328    M /trunk/debian/kvlc.menu
4329    M /trunk/debian/qvlc.menu
4330    M /trunk/debian/vlc.desktop
4331    M /trunk/debian/vlc.menu
4332    M /trunk/debian/wxvlc.menu
4333
4334   * ./debian: more packaging stuff.
4335
4336 ------------------------------------------------------------------------
4337 r3490 | sam | 2003-02-02 05:17:53 +0100 (Sun, 02 Feb 2003) | 2 lines
4338 Changed paths:
4339    M /trunk/debian/Makefile.am
4340    D /trunk/debian/README
4341    A /trunk/debian/README.Debian
4342    M /trunk/debian/vlc.docs
4343
4344   * renamed debian/README into debian/README.Debian.
4345
4346 ------------------------------------------------------------------------
4347 r3491 | titer | 2003-02-02 10:17:39 +0100 (Sun, 02 Feb 2003) | 4 lines
4348 Changed paths:
4349    M /trunk/modules/demux/demuxdump.c
4350
4351  '--demuxdump-file -' dumps to standard output.
4352   (useful for operating systems which do not have '/dev/stdout'
4353    nor mkfifo)
4354
4355 ------------------------------------------------------------------------
4356 r3492 | stippi | 2003-02-02 12:29:12 +0100 (Sun, 02 Feb 2003) | 2 lines
4357 Changed paths:
4358    M /trunk/modules/gui/beos/ListViews.cpp
4359
4360 cosmetic fix (drop mark would reappear if SHIFT was pressed)
4361
4362 ------------------------------------------------------------------------
4363 r3493 | sam | 2003-02-02 17:08:08 +0100 (Sun, 02 Feb 2003) | 2 lines
4364 Changed paths:
4365    M /trunk/NEWS
4366
4367   * ./NEWS: a few updates from gibalou.
4368
4369 ------------------------------------------------------------------------
4370 r3494 | sam | 2003-02-02 18:18:47 +0100 (Sun, 02 Feb 2003) | 2 lines
4371 Changed paths:
4372    M /trunk/debian/.cvsignore
4373    M /trunk/debian/README.Debian
4374    M /trunk/debian/changelog
4375    D /trunk/debian/control.woody
4376    D /trunk/debian/rules.woody
4377    A /trunk/debian/woody-buildpackage
4378
4379   * ./debian/woody-buildpackage: added a script to build .debs on woody.
4380
4381 ------------------------------------------------------------------------
4382 r3495 | jpsaman | 2003-02-02 19:09:36 +0100 (Sun, 02 Feb 2003) | 2 lines
4383 Changed paths:
4384    M /trunk/ipkg/control
4385    M /trunk/ipkg/control.gpe
4386    M /trunk/ipkg/control.opie
4387    M /trunk/ipkg/rules.gpe
4388
4389 Added ffmpeg package to list of depenencies.
4390
4391 ------------------------------------------------------------------------
4392 r3496 | sam | 2003-02-02 19:12:12 +0100 (Sun, 02 Feb 2003) | 2 lines
4393 Changed paths:
4394    M /trunk/po/de.po
4395
4396   * ./po/de.po: german translation updates from Felix K?\239?\191?\189hne.
4397
4398 ------------------------------------------------------------------------
4399 r3497 | sam | 2003-02-02 19:57:01 +0100 (Sun, 02 Feb 2003) | 2 lines
4400 Changed paths:
4401    M /trunk/debian/rules
4402    M /trunk/debian/woody-buildpackage
4403
4404   * ./debian/woody-buildpackage: finished Woody build script.
4405
4406 ------------------------------------------------------------------------
4407 r3498 | sam | 2003-02-02 20:45:17 +0100 (Sun, 02 Feb 2003) | 3 lines
4408 Changed paths:
4409    M /trunk/ChangeLog
4410
4411   * ./ChangeLog: used cvs2cl (./cvs2cl.pl --hide-filenames --no-wrap -w
4412     --stdout | sed -e 's/^[^0-9]/ /' -e 's/^  *$//' | uniq).
4413
4414 ------------------------------------------------------------------------
4415 r3499 | sam | 2003-02-02 21:01:03 +0100 (Sun, 02 Feb 2003) | 2 lines
4416 Changed paths:
4417    M /trunk/debian/changelog
4418
4419   * ./debian/changelog: updated Debian changelog.
4420
4421 ------------------------------------------------------------------------
4422 r3500 | sam | 2003-02-02 21:01:53 +0100 (Sun, 02 Feb 2003) | 2 lines
4423 Changed paths:
4424    M /trunk/debian/Makefile.am
4425
4426   * ./debian/Makefile.am: added woody-buildpackage, removed *.woody.
4427
4428 ------------------------------------------------------------------------
4429 r3501 | sam | 2003-02-02 21:07:22 +0100 (Sun, 02 Feb 2003) | 2 lines
4430 Changed paths:
4431    M /trunk/debian/Makefile.am
4432    M /trunk/debian/changelog
4433    M /trunk/debian/rules
4434    D /trunk/debian/vlc.desktop
4435
4436   * ./debian/vlc.desktop: removed unnecessary file.
4437
4438 ------------------------------------------------------------------------
4439 r3502 | sam | 2003-02-02 21:21:02 +0100 (Sun, 02 Feb 2003) | 2 lines
4440 Changed paths:
4441    M /trunk/include/vlc_config.h
4442
4443   * ./include/vlc_config.h: changed "VideoLAN Client" into VLC.
4444
4445 ------------------------------------------------------------------------
4446 r3503 | hartman | 2003-02-02 21:59:32 +0100 (Sun, 02 Feb 2003) | 2 lines
4447 Changed paths:
4448    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
4449
4450 * OSX version can open .asx files. so we need to let the os know that ;)
4451
4452 ------------------------------------------------------------------------
4453 r3504 | massiot | 2003-02-03 00:11:17 +0100 (Mon, 03 Feb 2003) | 2 lines
4454 Changed paths:
4455    M /trunk/modules/gui/macosx/intf.m
4456    M /trunk/modules/gui/macosx/vout.m
4457
4458 Worked around a bug with the Screens menu and localization.
4459
4460 ------------------------------------------------------------------------
4461 r3505 | massiot | 2003-02-03 01:00:42 +0100 (Mon, 03 Feb 2003) | 2 lines
4462 Changed paths:
4463    M /trunk/po/de.po
4464
4465 German translation, croutesy of Felix Kuehne.
4466
4467 ------------------------------------------------------------------------
4468 r3506 | sam | 2003-02-03 01:23:18 +0100 (Mon, 03 Feb 2003) | 2 lines
4469 Changed paths:
4470    M /trunk/debian/control
4471
4472   * ./debian/control: missing build dependencies.
4473
4474 ------------------------------------------------------------------------
4475 r3507 | sam | 2003-02-03 01:39:42 +0100 (Mon, 03 Feb 2003) | 2 lines
4476 Changed paths:
4477    M /trunk/configure.ac.in
4478    M /trunk/modules/audio_output/alsa.c
4479
4480   * ./modules/audio_output/alsa.c: Woody ALSA compilation fix.
4481
4482 ------------------------------------------------------------------------
4483 r3508 | sam | 2003-02-03 01:43:12 +0100 (Mon, 03 Feb 2003) | 2 lines
4484 Changed paths:
4485    M /trunk/ChangeLog
4486    M /trunk/po/de.po
4487    M /trunk/po/en_GB.po
4488    M /trunk/po/fr.po
4489    M /trunk/po/it.po
4490    M /trunk/po/ja.po
4491    M /trunk/po/nl.po
4492    M /trunk/po/no.po
4493    M /trunk/po/pl.po
4494    M /trunk/po/ru.po
4495    M /trunk/po/sv.po
4496    M /trunk/po/vlc.pot
4497
4498   * Updated ChangeLog and pofiles.
4499
4500 ------------------------------------------------------------------------
4501 r3509 | sam | 2003-02-03 01:56:39 +0100 (Mon, 03 Feb 2003) | 2 lines
4502 Changed paths:
4503    M /trunk/share/Makefile.am
4504
4505   * ./share/Makefile.am: we weren't distributing the font!
4506
4507 ------------------------------------------------------------------------
4508 r3510 | sam | 2003-02-03 02:32:37 +0100 (Mon, 03 Feb 2003) | 3 lines
4509 Changed paths:
4510    M /trunk/debian/woody-buildpackage
4511    M /trunk/modules/visualization/xosd/xosd.c
4512
4513   * ./modules/visualization/xosd/xosd.c: Woody compilation fixed.
4514   * ./debian/woody-buildpackage: sed syntax fixed.
4515
4516 ------------------------------------------------------------------------
4517 r3511 | sam | 2003-02-03 03:26:28 +0100 (Mon, 03 Feb 2003) | 2 lines
4518 Changed paths:
4519    M /trunk/debian/rules
4520    M /trunk/debian/woody-buildpackage
4521
4522   * ./debian/rules: more Debian Woody fixes. Grrrr!
4523
4524 ------------------------------------------------------------------------
4525 r3512 | alexis | 2003-02-03 12:25:44 +0100 (Mon, 03 Feb 2003) | 3 lines
4526 Changed paths:
4527    M /trunk/doc/common/stylesheet-html.dsl
4528    M /trunk/doc/common/stylesheet-print-noicones.dsl
4529    M /trunk/doc/faq/faq-alone.sgml
4530    M /trunk/doc/faq/faq.sgml
4531    D /trunk/doc/faq/fdl.sgml
4532
4533 Article format, instead of book format.
4534 Few typos.
4535
4536 ------------------------------------------------------------------------
4537 r3513 | alexis | 2003-02-03 17:07:50 +0100 (Mon, 03 Feb 2003) | 2 lines
4538 Changed paths:
4539    M /trunk/doc/faq/Makefile
4540
4541 Small fix.
4542
4543 ------------------------------------------------------------------------
4544 r3514 | stippi | 2003-02-03 18:18:48 +0100 (Mon, 03 Feb 2003) | 31 lines
4545 Changed paths:
4546    M /trunk/modules/gui/beos/InterfaceWindow.cpp
4547    M /trunk/modules/gui/beos/ListViews.cpp
4548    M /trunk/modules/gui/beos/ListViews.h
4549    M /trunk/modules/gui/beos/MediaControlView.cpp
4550    M /trunk/modules/gui/beos/MsgVals.h
4551    M /trunk/modules/gui/beos/PlayListWindow.cpp
4552    M /trunk/modules/gui/beos/PlayListWindow.h
4553
4554 modules/gui/beos/InterfaceWindow.h/.cpp
4555
4556         - improved file loading:
4557                 - contents of sub folders can optionally be loaded too
4558                 - files are loaded in expected order from filepanel
4559                         _and_ drag'n'drop
4560                 - file panel accepts folders to load
4561         - saving of playlist's display mode
4562         - added updating of interface when playlist is modified
4563                 while nothing is playing
4564         - added compatibility for SoundPlay's drag'n'drop message format
4565
4566
4567 modules/gui/beos/ListViews.h/.cpp
4568
4569         - implemented reversal of playlist
4570         - list can display full path or file name only
4571         - drag'n'drop interaction with SoundPlay
4572
4573
4574 modules/gui/beos/MediaControlView.cpp
4575
4576         - cosmetic fix
4577
4578
4579 modules/gui/beos/PlayListWindow.h/.cpp
4580
4581         - added reverse sort command to edit menu
4582         - added view menu, to allow the user to display paths
4583                 or only names in the list
4584
4585 ------------------------------------------------------------------------
4586 r3515 | sam | 2003-02-03 20:45:29 +0100 (Mon, 03 Feb 2003) | 2 lines
4587 Changed paths:
4588    M /trunk/debian/woody-buildpackage
4589
4590   * ./debian/woody-buildpackage: enabled build-deps checking.
4591
4592 ------------------------------------------------------------------------
4593 r3516 | massiot | 2003-02-03 22:38:54 +0100 (Mon, 03 Feb 2003) | 2 lines
4594 Changed paths:
4595    M /trunk/configure.ac.in
4596
4597 Now developing 0.5.1-cvs.
4598
4599 ------------------------------------------------------------------------
4600 r3517 | sam | 2003-02-03 22:47:08 +0100 (Mon, 03 Feb 2003) | 3 lines
4601 Changed paths:
4602    M /trunk/bootstrap
4603
4604   * ./bootstrap: we don't fail if gettext is too old and there is no
4605     ABOUT-NLS in the tree.
4606
4607 ------------------------------------------------------------------------
4608 r3518 | massiot | 2003-02-04 11:07:40 +0100 (Tue, 04 Feb 2003) | 2 lines
4609 Changed paths:
4610    M /trunk/modules/access/ftp.c
4611    M /trunk/modules/access/http.c
4612    M /trunk/modules/access/udp.c
4613
4614 * modules/access/*: Fixed compilation problems with "struct timeval".
4615
4616 ------------------------------------------------------------------------
4617 r3519 | massiot | 2003-02-04 12:07:45 +0100 (Tue, 04 Feb 2003) | 3 lines
4618 Changed paths:
4619    M /trunk/modules/demux/mpeg/system.c
4620    M /trunk/modules/demux/mpeg/ts.c
4621
4622 * modules/demux/mpeg/*: Fixed an uninitialized variable with TS streams
4623   (thanks gibalou !).
4624
4625 ------------------------------------------------------------------------
4626 r3520 | massiot | 2003-02-04 12:51:21 +0100 (Tue, 04 Feb 2003) | 3 lines
4627 Changed paths:
4628    M /trunk/modules/codec/mpeg_video/headers.c
4629    M /trunk/modules/codec/mpeg_video/parser.h
4630
4631 * modules/codec/mpeg_video/*: Support for Slice-I (aka intra slice refresh)
4632   streams.
4633
4634 ------------------------------------------------------------------------
4635 r3521 | hartman | 2003-02-04 21:45:24 +0100 (Tue, 04 Feb 2003) | 2 lines
4636 Changed paths:
4637    M /trunk/src/misc/darwin_specific.m
4638
4639 * We released an array that was in a autorelease pool. That's not necesarry
4640
4641 ------------------------------------------------------------------------
4642 r3522 | jpsaman | 2003-02-04 22:01:51 +0100 (Tue, 04 Feb 2003) | 2 lines
4643 Changed paths:
4644    M /trunk/ipkg/control
4645    M /trunk/ipkg/control.gpe
4646    M /trunk/ipkg/control.opie
4647
4648 Closes bug #170
4649
4650 ------------------------------------------------------------------------
4651 r3523 | hartman | 2003-02-05 02:36:00 +0100 (Wed, 05 Feb 2003) | 4 lines
4652 Changed paths:
4653    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
4654    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
4655    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
4656    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
4657    M /trunk/modules/gui/macosx/intf.h
4658    M /trunk/modules/gui/macosx/intf.m
4659
4660 * Added a Next and Previous item to the dockmenu
4661 * Prelimanary support for making VLC the handler of ftp http mms and udp
4662   URLs (on a systemwide level)
4663
4664 ------------------------------------------------------------------------
4665 r3524 | hartman | 2003-02-05 03:31:27 +0100 (Wed, 05 Feb 2003) | 2 lines
4666 Changed paths:
4667    M /trunk/modules/gui/macosx/open.h
4668    M /trunk/modules/gui/macosx/open.m
4669
4670 * More support for handling URLs. Still need to create the scriptsuite.
4671
4672 ------------------------------------------------------------------------
4673 r3525 | hartman | 2003-02-05 15:58:15 +0100 (Wed, 05 Feb 2003) | 4 lines
4674 Changed paths:
4675    A /trunk/extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology
4676    A /trunk/extras/MacOSX/Resources/vlc.scriptSuite
4677    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
4678    M /trunk/modules/gui/macosx/open.m
4679
4680 * Added AppleScript support
4681 * We can now handle mms:// etc on a systemwide level.
4682   - No way to set this other then trough Explorer Prefs at the moment
4683
4684 ------------------------------------------------------------------------
4685 r3526 | hartman | 2003-02-05 17:23:06 +0100 (Wed, 05 Feb 2003) | 2 lines
4686 Changed paths:
4687    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
4688    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
4689    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
4690    M /trunk/modules/gui/macosx/intf.h
4691    M /trunk/modules/gui/macosx/intf.m
4692
4693 * added a "Open CrashLog" button to the messages window in OSX.
4694
4695 ------------------------------------------------------------------------
4696 r3527 | sam | 2003-02-05 23:11:52 +0100 (Wed, 05 Feb 2003) | 3 lines
4697 Changed paths:
4698    M /trunk/modules/gui/gtk/display.c
4699    M /trunk/modules/gui/gtk/gnome.c
4700    M /trunk/modules/gui/gtk/gnome.glade
4701    M /trunk/modules/gui/gtk/gnome_interface.c
4702    M /trunk/modules/gui/gtk/gtk.c
4703    M /trunk/modules/gui/gtk/gtk.glade
4704    M /trunk/modules/gui/gtk/gtk_callbacks.c
4705    M /trunk/modules/gui/gtk/gtk_interface.c
4706    M /trunk/modules/gui/gtk/menu.c
4707
4708   * ./modules/gui/gtk/gtk_callbacks.c: fixed a bug that caused crashes when
4709     doing fullscreen or volume up from the popup menu.
4710
4711 ------------------------------------------------------------------------
4712 r3528 | hartman | 2003-02-05 23:48:13 +0100 (Wed, 05 Feb 2003) | 2 lines
4713 Changed paths:
4714    M /trunk/modules/gui/macosx/open.m
4715
4716 * Changed the wrong property in my recent commit. FIXED
4717
4718 ------------------------------------------------------------------------
4719 r3529 | sam | 2003-02-06 01:45:26 +0100 (Thu, 06 Feb 2003) | 2 lines
4720 Changed paths:
4721    M /trunk/doc/faq/faq.sgml
4722
4723   * ./doc/faq/faq.sgml: updated config file location for OS X.
4724
4725 ------------------------------------------------------------------------
4726 r3530 | sam | 2003-02-06 03:37:00 +0100 (Thu, 06 Feb 2003) | 3 lines
4727 Changed paths:
4728    M /trunk/configure.ac.in
4729
4730   * ./configure.ac.in: libmad and liba52 need to be explicitely disabled,
4731     otherwise we fail with an error when they are not found.
4732
4733 ------------------------------------------------------------------------
4734 r3531 | sam | 2003-02-06 04:22:08 +0100 (Thu, 06 Feb 2003) | 5 lines
4735 Changed paths:
4736    M /trunk/configure.ac.in
4737    M /trunk/modules/misc/Modules.am
4738    A /trunk/modules/misc/screensaver.c
4739
4740   * ./modules/misc/screensaver.c: screen saver disabling plugin; runs a thread
4741     in the background to disable xscreensaver the jwz way (Closes: #58).
4742
4743     It's an interface plugin, trigger with "--extraintf screensaver".
4744
4745 ------------------------------------------------------------------------
4746 r3532 | hartman | 2003-02-06 14:47:04 +0100 (Thu, 06 Feb 2003) | 3 lines
4747 Changed paths:
4748    M /trunk/modules/gui/macosx/vout.m
4749
4750 * Changed a failed DecompressSequenceFrameS error into a warning. We don't
4751   want to bug users with this when we resize a video.
4752
4753 ------------------------------------------------------------------------
4754 r3533 | massiot | 2003-02-06 16:14:41 +0100 (Thu, 06 Feb 2003) | 2 lines
4755 Changed paths:
4756    M /trunk/include/audio_output.h
4757    M /trunk/modules/audio_output/oss.c
4758
4759 Fixed AFMT_AC3 and AFMT_S16_NE handling.
4760
4761 ------------------------------------------------------------------------
4762 r3534 | titer | 2003-02-06 22:39:34 +0100 (Thu, 06 Feb 2003) | 2 lines
4763 Changed paths:
4764    M /trunk/include/vlc_threads.h
4765
4766  Tuned BeOS priorities for a better playback on low-end computers.
4767
4768 ------------------------------------------------------------------------
4769 r3535 | sam | 2003-02-06 22:56:37 +0100 (Thu, 06 Feb 2003) | 2 lines
4770 Changed paths:
4771    M /trunk/debian/control
4772    M /trunk/debian/rules
4773
4774   * ./debian/rules: build the SLP plugin by default.
4775
4776 ------------------------------------------------------------------------
4777 r3536 | sam | 2003-02-07 00:01:31 +0100 (Fri, 07 Feb 2003) | 3 lines
4778 Changed paths:
4779    M /trunk/src/misc/darwin_specific.m
4780
4781   * ./src/misc/darwin_specific.m: completed our list of known languages and
4782     made code simpler to read.
4783
4784 ------------------------------------------------------------------------
4785 r3537 | massiot | 2003-02-07 00:55:29 +0100 (Fri, 07 Feb 2003) | 2 lines
4786 Changed paths:
4787    M /trunk/include/vlc_threads.h
4788    M /trunk/modules/gui/macosx/intf.m
4789    M /trunk/src/input/input_ext-plugins.c
4790
4791 Fixed interface freezes in the OS X interface.
4792
4793 ------------------------------------------------------------------------
4794 r3538 | sam | 2003-02-07 00:59:40 +0100 (Fri, 07 Feb 2003) | 6 lines
4795 Changed paths:
4796    M /trunk/include/interface.h
4797    M /trunk/modules/access/dvdplay/demux.c
4798    M /trunk/modules/control/rc/rc.c
4799    M /trunk/modules/gui/win32/menu.cpp
4800    M /trunk/src/interface/interface.c
4801    M /trunk/src/libvlc.c
4802
4803   * ./modules/access/dvdplay/demux.c: the dvdplay plugin no longer sets the
4804     "interface" variable to "dvdplay" (Closes: #178, #210, and probably a
4805     bunch of others).
4806   * ./src/interface/interface.c: added a safety check to circumvent the bug,
4807     allowing a smooth upgrade.
4808
4809 ------------------------------------------------------------------------
4810 r3539 | sam | 2003-02-07 01:26:23 +0100 (Fri, 07 Feb 2003) | 2 lines
4811 Changed paths:
4812    M /trunk/include/interface.h
4813    M /trunk/modules/access/dvdplay/demux.c
4814
4815   * ./modules/access/dvdplay/demux.c: fixed a minor warning.
4816
4817 ------------------------------------------------------------------------
4818 r3540 | sam | 2003-02-07 01:29:53 +0100 (Fri, 07 Feb 2003) | 3 lines
4819 Changed paths:
4820    M /trunk/include/interface.h
4821    M /trunk/modules/access/dvdplay/demux.c
4822
4823   * ./include/interface.h: grmbl, I forgot VLC_EXPORT did not support multiline
4824     declarations. Should fix that later.
4825
4826 ------------------------------------------------------------------------
4827 r3541 | sam | 2003-02-07 02:09:12 +0100 (Fri, 07 Feb 2003) | 2 lines
4828 Changed paths:
4829    M /trunk/src/interface/interface.c
4830
4831   * ./src/interface/interface.c: interface variable is "intf", not "interface".
4832
4833 ------------------------------------------------------------------------
4834 r3542 | fenrir | 2003-02-07 02:22:55 +0100 (Fri, 07 Feb 2003) | 4 lines
4835 Changed paths:
4836    M /trunk/modules/codec/ffmpeg/audio.c
4837    M /trunk/modules/codec/ffmpeg/audio.h
4838    M /trunk/modules/demux/mp4/libmp4.c
4839    M /trunk/modules/demux/mp4/mp4.c
4840    M /trunk/modules/demux/mpeg/audio.c
4841
4842  * ffmpeg/audio : removed an old error (anyway it was harmless).
4843  * mp4 : removed a bad initialisation. Erased all ending spaces.
4844  * mpeg/audio : send i_rate to decoder (not yet usefull but ...)
4845
4846 ------------------------------------------------------------------------
4847 r3543 | hartman | 2003-02-07 02:31:14 +0100 (Fri, 07 Feb 2003) | 2 lines
4848 Changed paths:
4849    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
4850    M /trunk/modules/gui/macosx/playlist.m
4851
4852 * When you push backspace or delete in the playlist, it removes the selected item.
4853
4854 ------------------------------------------------------------------------
4855 r3544 | hartman | 2003-02-07 02:32:34 +0100 (Fri, 07 Feb 2003) | 2 lines
4856 Changed paths:
4857    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
4858
4859 * grrr changed the project file by accident. revert
4860
4861 ------------------------------------------------------------------------
4862 r3545 | yves | 2003-02-07 10:17:37 +0100 (Fri, 07 Feb 2003) | 6 lines
4863 Changed paths:
4864    M /trunk/vlc.spec
4865
4866 - added missing buildrequires
4867 - now autodetect on wich system we are:
4868   rpm --rebuild should work out of box on rh and previous mdk systems.
4869 - NO buildrequires on rh-like system. rh does not have a devel policy
4870 - more redhat stuff: NO menu (i do not know their "propriatory" menu system yet)
4871
4872 ------------------------------------------------------------------------
4873 r3546 | massiot | 2003-02-07 17:51:39 +0100 (Fri, 07 Feb 2003) | 2 lines
4874 Changed paths:
4875    M /trunk/modules/codec/mpeg_video/headers.c
4876
4877 Fixed a buffer leak with slice-I streams (thanks sam).
4878
4879 ------------------------------------------------------------------------
4880 r3547 | ipkiss | 2003-02-07 19:43:27 +0100 (Fri, 07 Feb 2003) | 3 lines
4881 Changed paths:
4882    M /trunk/modules/gui/win32/messages.cpp
4883    M /trunk/modules/gui/win32/messages.dfm
4884    M /trunk/modules/gui/win32/messages.h
4885
4886  * Fixed the "RichEdit line insertion error" bug (closes #246)
4887  * Added a popup menu to copy log messages to the clipboard
4888
4889 ------------------------------------------------------------------------
4890 r3548 | hartman | 2003-02-07 21:23:17 +0100 (Fri, 07 Feb 2003) | 4 lines
4891 Changed paths:
4892    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
4893    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
4894    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
4895    M /trunk/modules/gui/macosx/controls.m
4896    M /trunk/modules/gui/macosx/intf.h
4897    M /trunk/modules/gui/macosx/intf.m
4898    M /trunk/modules/gui/macosx/vout.h
4899    M /trunk/modules/gui/macosx/vout.m
4900
4901 * added half, normal and full size videowindow menuitems.
4902   there seems to be a bug though somewhere. you end up with black bars in
4903   half and double size.
4904
4905 ------------------------------------------------------------------------
4906 r3549 | alexis | 2003-02-07 21:49:10 +0100 (Fri, 07 Feb 2003) | 3 lines
4907 Changed paths:
4908    M /trunk/doc/faq/faq.sgml
4909
4910 - FAQ : the first question of the "troubleshooting" section now tells the
4911 user to delete VLC's configuration file.
4912
4913 ------------------------------------------------------------------------
4914 r3550 | hartman | 2003-02-07 22:30:25 +0100 (Fri, 07 Feb 2003) | 6 lines
4915 Changed paths:
4916    M /trunk/modules/gui/macosx/controls.m
4917    M /trunk/modules/gui/macosx/vout.h
4918    M /trunk/modules/gui/macosx/vout.m
4919
4920 * Resize window fixes
4921   - we should not resize the window in fullscreen
4922   - fixed the black bars bug in half and double size
4923   - position of top left corner should not change
4924   - more efficient code
4925
4926 ------------------------------------------------------------------------
4927 r3551 | marcari | 2003-02-08 00:36:55 +0100 (Sat, 08 Feb 2003) | 7 lines
4928 Changed paths:
4929    M /trunk/modules/access/ftp.c
4930    M /trunk/modules/access/http.c
4931    M /trunk/modules/access/mms/mms.c
4932    M /trunk/modules/access/udp.c
4933    M /trunk/modules/misc/network/ipv6.c
4934
4935 glibc 2.1 port for linupy (linux on a yopy pda)
4936
4937 * modules/access/*.c : added include <sys/time.h> for struct timeval
4938 * ipv6.c : ipv6 is not fully supported under glibc2.1 (especially multicast)
4939
4940 VLC rulz on Yopy !
4941
4942 ------------------------------------------------------------------------
4943 r3552 | massiot | 2003-02-08 18:26:00 +0100 (Sat, 08 Feb 2003) | 4 lines
4944 Changed paths:
4945    M /trunk/configure.ac.in
4946    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
4947    M /trunk/modules/gui/macosx/controls.m
4948    M /trunk/modules/gui/macosx/intf.h
4949    M /trunk/modules/gui/macosx/intf.m
4950    M /trunk/modules/gui/macosx/vout.m
4951    M /trunk/po/POTFILES.in
4952    M /trunk/po/fr.po
4953    M /trunk/src/audio_output/output.c
4954
4955 * configure.ac.in: Disabled Swedish translation since it doesn't use the
4956   right charset,
4957 * Implemented localization for audio-channels and video-device variables.
4958
4959 ------------------------------------------------------------------------
4960 r3553 | massiot | 2003-02-08 20:10:22 +0100 (Sat, 08 Feb 2003) | 5 lines
4961 Changed paths:
4962    M /trunk/modules/access/http.c
4963    M /trunk/modules/audio_output/file.c
4964    M /trunk/modules/codec/ffmpeg/ffmpeg.c
4965    M /trunk/modules/demux/mpeg/system.c
4966    M /trunk/modules/demux/mpeg/system.h
4967    M /trunk/modules/demux/mpeg/ts.c
4968    M /trunk/modules/demux/util/sub.c
4969    M /trunk/modules/gui/macosx/controls.m
4970    M /trunk/modules/gui/win32/strings.cpp
4971    M /trunk/po/de.po
4972    M /trunk/po/en_GB.po
4973    M /trunk/po/fr.po
4974    M /trunk/po/it.po
4975    M /trunk/po/ja.po
4976    M /trunk/po/nl.po
4977    M /trunk/po/no.po
4978    M /trunk/po/pl.po
4979    M /trunk/po/ru.po
4980    M /trunk/po/sv.po
4981    M /trunk/po/vlc.pot
4982    M /trunk/src/libvlc.h
4983
4984 * Fixed misc typos in strings,
4985 * Updated po files,
4986 * New --buggy-psi options, to supports streams which don't update the
4987 continuity counter in their PSI packets (walkenizes #sam).
4988
4989 ------------------------------------------------------------------------
4990 r3554 | asmax | 2003-02-08 20:14:36 +0100 (Sat, 08 Feb 2003) | 3 lines
4991 Changed paths:
4992    M /trunk/po/sv.po
4993
4994 * fixed the encoding
4995   (Meuuh you can re-enable swedish ;)
4996
4997 ------------------------------------------------------------------------
4998 r3555 | massiot | 2003-02-08 21:32:44 +0100 (Sat, 08 Feb 2003) | 3 lines
4999 Changed paths:
5000    M /trunk/modules/codec/mpeg_video/parser.c
5001    M /trunk/modules/gui/macosx/intf.m
5002
5003 * modules/codec/mpeg_video/parser.c: Do not stop decoding on SEQUENCE_END_CODE
5004 * modules/gui/macosx/intf.m: VLC _m_edia _p_layer.
5005
5006 ------------------------------------------------------------------------
5007 r3556 | hartman | 2003-02-08 22:43:26 +0100 (Sat, 08 Feb 2003) | 3 lines
5008 Changed paths:
5009    M /trunk/modules/gui/macosx/vout.h
5010    M /trunk/modules/gui/macosx/vout.m
5011
5012 * window half/normal/double Size commands
5013   - black bar issue is not fixed. i removed 'myfix'
5014
5015 ------------------------------------------------------------------------
5016 r3557 | massiot | 2003-02-08 23:20:28 +0100 (Sat, 08 Feb 2003) | 9 lines
5017 Changed paths:
5018    M /trunk/Makefile.am
5019    M /trunk/configure.ac.in
5020    M /trunk/include/input_ext-intf.h
5021    M /trunk/include/vlc_common.h
5022    M /trunk/modules/access/dvd/access.c
5023    M /trunk/modules/access/file.c
5024    M /trunk/modules/gui/macosx/prefs.h
5025    M /trunk/modules/gui/macosx/prefs.m
5026    M /trunk/po/fr.po
5027    M /trunk/src/extras/libc.c
5028    M /trunk/src/input/input.c
5029
5030 * src/extras/libc.c: New vlc_wraptext function,
5031 * modules/gui/macosx/prefs.m: Wrap tool tips to 60 characters,
5032 * src/input/input.c: Correctly parse MRL of the type
5033   /Volumes/toto:titi/coincoin.mpg (closes #238 & #186)
5034 * modules/access/*: Changed some msg_Warn into msg_Err
5035 * po/fr.po: Updated French translation,
5036 * configure.ac.in: Re-enabled Swedish translation,
5037 * Makefile.am: Do not recompile everything everytime someone changes a .h
5038
5039 ------------------------------------------------------------------------
5040 r3558 | massiot | 2003-02-08 23:43:02 +0100 (Sat, 08 Feb 2003) | 2 lines
5041 Changed paths:
5042    M /trunk/src/input/input.c
5043
5044 Fixed previous commit.
5045
5046 ------------------------------------------------------------------------
5047 r3559 | massiot | 2003-02-09 02:13:43 +0100 (Sun, 09 Feb 2003) | 6 lines
5048 Changed paths:
5049    M /trunk/include/aout_internal.h
5050    M /trunk/include/audio_output.h
5051    M /trunk/modules/control/rc/rc.c
5052    M /trunk/modules/gui/macosx/controls.m
5053    M /trunk/modules/gui/macosx/intf.m
5054    M /trunk/src/audio_output/intf.c
5055    M /trunk/src/libvlc.h
5056
5057 * aout_Volume* functions now do their own vlc_object_find() on the
5058   audio output. Consequently, the first argument can be any vlc_object_t.
5059 * modules/gui/macosx/*: greatly simplified volume functions ; you can now
5060   call aout_Volume* even when there is no audio output, and the volume
5061   will be saved for later use.
5062
5063 ------------------------------------------------------------------------
5064 r3560 | massiot | 2003-02-09 02:50:35 +0100 (Sun, 09 Feb 2003) | 2 lines
5065 Changed paths:
5066    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
5067    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
5068    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
5069    M /trunk/modules/gui/macosx/controls.m
5070    M /trunk/modules/gui/macosx/intf.h
5071    M /trunk/modules/gui/macosx/intf.m
5072
5073 * Added Step forward/Step backward feature.
5074
5075 ------------------------------------------------------------------------
5076 r3561 | massiot | 2003-02-09 02:56:21 +0100 (Sun, 09 Feb 2003) | 2 lines
5077 Changed paths:
5078    M /trunk/modules/gui/gtk/gtk_callbacks.c
5079
5080 Fixed GTK compilation.
5081
5082 ------------------------------------------------------------------------
5083 r3562 | ipkiss | 2003-02-09 03:01:21 +0100 (Sun, 09 Feb 2003) | 3 lines
5084 Changed paths:
5085    M /trunk/modules/gui/win32/mainframe.cpp
5086
5087  * modules/gui/win32/mainframe.cpp: simplifications using the new
5088    aout_Volume* API
5089
5090 ------------------------------------------------------------------------
5091 r3563 | titer | 2003-02-09 12:51:36 +0100 (Sun, 09 Feb 2003) | 2 lines
5092 Changed paths:
5093    M /trunk/modules/gui/beos/Interface.cpp
5094    M /trunk/modules/gui/beos/InterfaceWindow.cpp
5095    M /trunk/modules/gui/beos/VlcWrapper.cpp
5096    M /trunk/modules/gui/beos/VlcWrapper.h
5097
5098  Simplified volume functions
5099
5100 ------------------------------------------------------------------------
5101 r3564 | sam | 2003-02-09 13:18:40 +0100 (Sun, 09 Feb 2003) | 2 lines
5102 Changed paths:
5103    M /trunk/modules/gui/kde/interface.cpp
5104    M /trunk/modules/gui/kde/preferences.cpp
5105
5106   * ./modules/gui/kde/preferences.cpp: fixed KDE 3.1 compilation.
5107
5108 ------------------------------------------------------------------------
5109 r3565 | sam | 2003-02-09 13:19:09 +0100 (Sun, 09 Feb 2003) | 3 lines
5110 Changed paths:
5111    M /trunk/modules/video_filter/transform.c
5112
5113   * ./modules/video_filter/transform.c: fixed a stupid typo preventing
5114     initialization of the plugin.
5115
5116 ------------------------------------------------------------------------
5117 r3566 | sam | 2003-02-09 13:21:05 +0100 (Sun, 09 Feb 2003) | 4 lines
5118 Changed paths:
5119    M /trunk/debian/control
5120    M /trunk/debian/rules
5121    M /trunk/debian/woody-buildpackage
5122
5123   * ./debian/control: made lintian happier with package descriptions.
5124   * ./debian/rules: added extra touch calls to prevent autobuilders from
5125     launching autoconf/automake.
5126
5127 ------------------------------------------------------------------------
5128 r3567 | sam | 2003-02-09 13:23:28 +0100 (Sun, 09 Feb 2003) | 2 lines
5129 Changed paths:
5130    M /trunk/configure.ac.in
5131
5132   * ./configure.ac.in: fiddled with linking flags for the KDE plugin.
5133
5134 ------------------------------------------------------------------------
5135 r3568 | fenrir | 2003-02-09 14:25:42 +0100 (Sun, 09 Feb 2003) | 2 lines
5136 Changed paths:
5137    M /trunk/modules/demux/util/sub.c
5138
5139  * sub.c : begun clean up
5140
5141 ------------------------------------------------------------------------
5142 r3569 | stippi | 2003-02-09 18:10:52 +0100 (Sun, 09 Feb 2003) | 35 lines
5143 Changed paths:
5144    M /trunk/include/vlc_config.h
5145    M /trunk/modules/gui/beos/BeOS.cpp
5146    M /trunk/modules/gui/beos/InterfaceWindow.cpp
5147    M /trunk/modules/gui/beos/InterfaceWindow.h
5148    M /trunk/modules/gui/beos/MsgVals.h
5149    M /trunk/modules/gui/beos/PreferencesWindow.cpp
5150    M /trunk/modules/gui/beos/PreferencesWindow.h
5151    M /trunk/modules/gui/beos/VideoOutput.cpp
5152    M /trunk/modules/gui/beos/VlcWrapper.cpp
5153
5154
5155 modules/gui/beos/PreferenceWindow.h/.cpp
5156
5157         - added settings for screenshot path and image format
5158
5159         - removed "Save" button, added "Cancel" and "Revert" buttons
5160
5161         - added revert functionality
5162
5163         - changed class design for cleaner functionality,
5164                 separated ApplyChanges() into more functions
5165                 to have finer control
5166
5167         - added more error checking and fixed memory leaks
5168                 (config_GetPsz() returns char*, not const char*!)
5169
5170         - all settings are now correctly saved and restored
5171
5172         - some more cosmetic changes
5173
5174
5175 modules/gui/beos/InterfaceWindow.h/.cpp
5176
5177         - updated vlc way of saving settings to be on par with BeOS way
5178                 and made it selectable in the code which way is used.
5179                 However, the VideoSettings are still only savable in
5180                 the BeOS way.
5181
5182         - if dvd menus are used, the navigation menu enables a
5183                 "Goto Menu" item. Unfortunately, I don't see a clean
5184                 way to really detect the usage of dvd/dvdold in the
5185                 currently playing stream. I wouldn't want to see
5186                 if a playlist item has "dvd:" or "dvdold:" prepended
5187                 at each interface update.
5188
5189 ------------------------------------------------------------------------
5190 r3570 | massiot | 2003-02-09 20:28:43 +0100 (Sun, 09 Feb 2003) | 3 lines
5191 Changed paths:
5192    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
5193    M /trunk/modules/gui/macosx/intf.m
5194    M /trunk/modules/gui/macosx/open.m
5195    M /trunk/modules/gui/macosx/prefs.m
5196
5197 * Minor typographic corrections,
5198 * Fixed a segfault in the Preferences window.
5199
5200 ------------------------------------------------------------------------
5201 r3571 | sigmunau | 2003-02-10 00:42:06 +0100 (Mon, 10 Feb 2003) | 7 lines
5202 Changed paths:
5203    M /trunk/modules/Makefile.am
5204    A /trunk/modules/control/Modules.am
5205    A /trunk/modules/control/gestures.c
5206    M /trunk/modules/video_output/x11/xcommon.c
5207    M /trunk/src/video_output/video_output.c
5208
5209  *: a new mouse gestures interface, currently supporting back, forward, quit
5210 fullscreen and a nice debug message when you draw a clockwise square. Video
5211 output modules needs to be modified for this to work, but it should be minor
5212 in modules supporting dvd navigation.
5213
5214 btw: it should be easy to add new gestures, ideas appreciated
5215
5216 ------------------------------------------------------------------------
5217 r3572 | hartman | 2003-02-10 01:16:51 +0100 (Mon, 10 Feb 2003) | 4 lines
5218 Changed paths:
5219    M /trunk/modules/gui/macosx/controls.m
5220
5221 * restored old deinterlace menu. The on the fly code does not work as long
5222   as the vout.m issue exists. but this is better then the current 'dummy'
5223   code we have.
5224
5225 ------------------------------------------------------------------------
5226 r3573 | massiot | 2003-02-10 01:16:53 +0100 (Mon, 10 Feb 2003) | 3 lines
5227 Changed paths:
5228    M /trunk/configure.ac.in
5229    M /trunk/po/de.po
5230    M /trunk/po/en_GB.po
5231    M /trunk/po/fr.po
5232    M /trunk/po/it.po
5233    M /trunk/po/ja.po
5234    M /trunk/po/nl.po
5235    M /trunk/po/no.po
5236    M /trunk/po/pl.po
5237    M /trunk/po/ru.po
5238    M /trunk/po/sv.po
5239    M /trunk/po/vlc.pot
5240
5241 * Enabled the gestures module by default,
5242 * Run --update-po.
5243
5244 ------------------------------------------------------------------------
5245 r3574 | hartman | 2003-02-10 01:41:45 +0100 (Mon, 10 Feb 2003) | 2 lines
5246 Changed paths:
5247    M /trunk/modules/gui/macosx/controls.m
5248
5249 * another proof that the copy command in IE for Mac sucks. stupid stray chars.
5250
5251 ------------------------------------------------------------------------
5252 r3575 | titer | 2003-02-10 16:23:46 +0100 (Mon, 10 Feb 2003) | 3 lines
5253 Changed paths:
5254    M /trunk/modules/gui/beos/InterfaceWindow.cpp
5255    M /trunk/modules/gui/beos/InterfaceWindow.h
5256    M /trunk/modules/gui/beos/MessagesWindow.cpp
5257    M /trunk/modules/gui/beos/MessagesWindow.h
5258
5259   Move the messages update function to another thread. It prevents it from
5260  freezing the main window (cannot seek anymore, etc).
5261
5262 ------------------------------------------------------------------------
5263 r3576 | sam | 2003-02-10 17:53:34 +0100 (Mon, 10 Feb 2003) | 3 lines
5264 Changed paths:
5265    M /trunk/src/misc/threads.c
5266
5267   * ./src/misc/threads.c: fixed compilation of the gprof wrapper trick.
5268     (partially fixes #260)
5269
5270 ------------------------------------------------------------------------
5271 r3577 | massiot | 2003-02-10 18:43:21 +0100 (Mon, 10 Feb 2003) | 3 lines
5272 Changed paths:
5273    M /trunk/modules/audio_output/alsa.c
5274    M /trunk/modules/audio_output/oss.c
5275
5276 * modules/audio_output/alsa.c: Fixed mono files output (thanks bozo !),
5277 * Minor fixes.
5278
5279 ------------------------------------------------------------------------
5280 r3578 | sam | 2003-02-10 19:12:30 +0100 (Mon, 10 Feb 2003) | 4 lines
5281 Changed paths:
5282    M /trunk/configure.ac.in
5283
5284   * ./configure.ac.in: disabled the i420_yuy2_mmx plugin when profiling with
5285     gprof, because gcc is unable to build it without -fomit-frame-pointer
5286     (Closes: #260).
5287
5288 ------------------------------------------------------------------------
5289 r3579 | sam | 2003-02-10 21:11:14 +0100 (Mon, 10 Feb 2003) | 3 lines
5290 Changed paths:
5291    M /trunk/src/misc/modules_plugin.h.in
5292
5293   * ./src/misc/modules_plugin.h.in: when opening the KDE plugin, we first
5294     dlopen(libstdc++) to avoid dlopen(kde_plugin) from crashing. Call me evil.
5295
5296 ------------------------------------------------------------------------
5297 r3580 | sam | 2003-02-10 21:57:58 +0100 (Mon, 10 Feb 2003) | 3 lines
5298 Changed paths:
5299    M /trunk/debian/control
5300
5301   * ./debian/control: added the "VideoLAN" word in the long description so
5302     that "apt-cache search videolan" returns vlc.
5303
5304 ------------------------------------------------------------------------
5305 r3581 | sam | 2003-02-10 22:11:17 +0100 (Mon, 10 Feb 2003) | 3 lines
5306 Changed paths:
5307    M /trunk/debian/rules
5308
5309   * ./debian/rules: removed Debian kludges that do not really belong to the
5310     official VLC tree.
5311
5312 ------------------------------------------------------------------------
5313 r3582 | hartman | 2003-02-10 22:28:16 +0100 (Mon, 10 Feb 2003) | 3 lines
5314 Changed paths:
5315    M /trunk/modules/gui/macosx/vout.m
5316
5317 * fixed the black bar issue with window half/normal/double window sizes in
5318   OSX. i had forgotten the aspectratio.
5319
5320 ------------------------------------------------------------------------
5321 r3583 | sam | 2003-02-10 22:46:45 +0100 (Mon, 10 Feb 2003) | 2 lines
5322 Changed paths:
5323    M /trunk/debian/rules
5324
5325   * ./debian/rules: added missing icon in the vlc and wxvlc packages.
5326
5327 ------------------------------------------------------------------------
5328 r3584 | hartman | 2003-02-10 22:54:03 +0100 (Mon, 10 Feb 2003) | 2 lines
5329 Changed paths:
5330    M /trunk/modules/gui/macosx/playlist.m
5331
5332 * only show last part of of file/url name in the playlist.
5333
5334 ------------------------------------------------------------------------
5335 r3585 | sam | 2003-02-10 22:56:25 +0100 (Mon, 10 Feb 2003) | 2 lines
5336 Changed paths:
5337    M /trunk/debian/rules
5338
5339   * ./debian/rules: added code to avoid timestamp skews in the faad tree.
5340
5341 ------------------------------------------------------------------------
5342 r3586 | hartman | 2003-02-10 23:18:41 +0100 (Mon, 10 Feb 2003) | 2 lines
5343 Changed paths:
5344    M /trunk/modules/gui/macosx/vout.m
5345
5346 * The dock should no longer be visible in fullscreen mode.
5347
5348 ------------------------------------------------------------------------
5349 r3587 | massiot | 2003-02-10 23:22:06 +0100 (Mon, 10 Feb 2003) | 3 lines
5350 Changed paths:
5351    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
5352    M /trunk/po/de.po
5353    M /trunk/po/en_GB.po
5354    M /trunk/po/fr.po
5355    M /trunk/po/it.po
5356    M /trunk/po/ja.po
5357    M /trunk/po/nl.po
5358    M /trunk/po/no.po
5359    M /trunk/po/pl.po
5360    M /trunk/po/ru.po
5361    M /trunk/po/sv.po
5362    M /trunk/po/vlc.pot
5363
5364 * I ran --update-po for the last time before the 0.5.1 release (and I
5365 mean it !)
5366
5367 ------------------------------------------------------------------------
5368 r3588 | hartman | 2003-02-11 00:04:40 +0100 (Tue, 11 Feb 2003) | 4 lines
5369 Changed paths:
5370    M /trunk/modules/gui/macosx/vout.m
5371
5372 * the window of the video shows the official document icon, filename and
5373   when command-clicked the path if the stream is a local file.
5374   this is the expected window behaviour in osx.
5375
5376 ------------------------------------------------------------------------
5377 r3589 | marcari | 2003-02-11 00:16:37 +0100 (Tue, 11 Feb 2003) | 3 lines
5378 Changed paths:
5379    M /trunk/modules/video_output/sdl.c
5380
5381  * sdl.c : added includes (vlc/aout.h & aout_internal.h)
5382     => to make volumeup/down compile
5383
5384 ------------------------------------------------------------------------
5385 r3590 | massiot | 2003-02-11 00:50:08 +0100 (Tue, 11 Feb 2003) | 2 lines
5386 Changed paths:
5387    M /trunk/modules/video_output/sdl.c
5388
5389 * modules/video_output/sdl.c: Real fix for the aout_Volume* problem.
5390
5391 ------------------------------------------------------------------------
5392 r3591 | massiot | 2003-02-11 12:16:04 +0100 (Tue, 11 Feb 2003) | 3 lines
5393 Changed paths:
5394    M /trunk/include/audio_output.h
5395    M /trunk/modules/audio_filter/channel_mixer/headphone.c
5396    M /trunk/modules/codec/lpcm.c
5397    M /trunk/src/audio_output/common.c
5398
5399 * modules/codec/lpcm.c: Attempt at supporting all channel configurations,
5400 * Support for 7 and 7.1 channel configurations.
5401
5402 ------------------------------------------------------------------------
5403 r3592 | hartman | 2003-02-11 16:24:58 +0100 (Tue, 11 Feb 2003) | 8 lines
5404 Changed paths:
5405    M /trunk/README.MacOSX.rtf
5406
5407 * Updated ReadMe file
5408   - some spelling issues
5409   - remark about the current troubles with sound
5410   - readded deinterlace remark
5411   - Added info on multiple screens and sound devices
5412   - updated the bugreporting URL
5413   - Changed all occurences of vlc into VLC where appropriate
5414
5415 ------------------------------------------------------------------------
5416 r3593 | hartman | 2003-02-11 16:35:29 +0100 (Tue, 11 Feb 2003) | 4 lines
5417 Changed paths:
5418    M /trunk/Makefile.am
5419    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
5420    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
5421    M /trunk/modules/gui/macosx/intf.m
5422    M /trunk/modules/gui/macosx/vout.m
5423
5424 ALL: - changed vlc.app into VLC.app
5425 modules/gui/macosx/vout.m: fixed a potential issue with the hiding of the
5426      mousecursor.
5427
5428 ------------------------------------------------------------------------
5429 r3594 | hartman | 2003-02-11 17:19:59 +0100 (Tue, 11 Feb 2003) | 2 lines
5430 Changed paths:
5431    M /trunk/po/nl.po
5432
5433 * updated dutch strings
5434
5435 ------------------------------------------------------------------------
5436 r3595 | babal | 2003-02-11 18:20:44 +0100 (Tue, 11 Feb 2003) | 6 lines
5437 Changed paths:
5438    M /trunk/modules/audio_filter/channel_mixer/headphone.c
5439
5440 - Dolby Surround fix
5441 - support for 6.1, 7.1, and possibly even 8.1 ! Not so sure though about
5442   6.1 since there is a doubt about where should be the Rear Center
5443   coefficient in a decoded sample.
5444   -> if anybody has an idea or even better a test stream...
5445
5446 ------------------------------------------------------------------------
5447 r3596 | massiot | 2003-02-11 19:05:43 +0100 (Tue, 11 Feb 2003) | 2 lines
5448 Changed paths:
5449    M /trunk/po/de.po
5450
5451 * 0.5.1 German translation, courtesy of Felix K?\239?\191?\189hne <FK@aenneburghardt.de>.
5452
5453 ------------------------------------------------------------------------
5454 r3597 | ipkiss | 2003-02-12 03:11:58 +0100 (Wed, 12 Feb 2003) | 4 lines
5455 Changed paths:
5456    M /trunk/modules/gui/win32/about.cpp
5457    M /trunk/modules/gui/win32/mainframe.cpp
5458    M /trunk/modules/gui/win32/menu.cpp
5459    M /trunk/modules/gui/win32/menu.h
5460    M /trunk/modules/gui/win32/sout.h
5461    M /trunk/modules/gui/win32/subtitles.cpp
5462    M /trunk/modules/gui/win32/subtitles.h
5463    M /trunk/modules/gui/win32/win32.bpf
5464    M /trunk/modules/gui/win32/win32.cpp
5465
5466  * compilation fix
5467  * all files are stored in dos mode, or Borland won't compile some of
5468    them...
5469
5470 ------------------------------------------------------------------------
5471 r3598 | massiot | 2003-02-12 14:42:43 +0100 (Wed, 12 Feb 2003) | 6 lines
5472 Changed paths:
5473    M /trunk/modules/access/udp.c
5474    M /trunk/modules/demux/mpeg/ts.c
5475
5476 Patch courtesy of gibalou :
5477 * demux/mpeg/ts.c, demux/mpeg/system.c: Proper initialization of
5478 i_continuity_counter,
5479 * access/udp.c: Fixed win32 behavior when --mtu is set to a too small value,
5480 * demux/mpeg/ts.c: Fixed detection of PAT/PMT change.
5481
5482 ------------------------------------------------------------------------
5483 r3599 | hartman | 2003-02-12 15:22:23 +0100 (Wed, 12 Feb 2003) | 5 lines
5484 Changed paths:
5485    M /trunk/modules/gui/macosx/controls.m
5486    M /trunk/src/audio_output/intf.c
5487
5488 * modules/gui/macosx/controls.m:
5489   - fixed the mute and volumeup volumedown when you use them mixed.
5490 * src/audio_output/intf.c:
5491   - set "saved-volume" on volume up, volume down.
5492
5493 ------------------------------------------------------------------------
5494 r3600 | jobi | 2003-02-12 17:58:11 +0100 (Wed, 12 Feb 2003) | 4 lines
5495 Changed paths:
5496    M /trunk/modules/access/vcd/vcd.c
5497
5498     * modules/access/vcd/vcd.c: in entry points, track number should be read
5499       as BCD (it should fix #244). Also fixed chapter indexing, so that it
5500       correspond to the dvd one.
5501
5502 ------------------------------------------------------------------------
5503 r3601 | jobi | 2003-02-12 18:13:33 +0100 (Wed, 12 Feb 2003) | 2 lines
5504 Changed paths:
5505    M /trunk/modules/access/vcd/vcd.c
5506    M /trunk/modules/access/vcd/vcd.h
5507
5508     * modules/access/vcd/vcd.*: fixed a warning
5509
5510 ------------------------------------------------------------------------
5511 r3602 | jpsaman | 2003-02-13 00:09:23 +0100 (Thu, 13 Feb 2003) | 2 lines
5512 Changed paths:
5513    M /trunk/modules/video_output/qte/qte.cpp
5514    M /trunk/modules/video_output/qte/qte.h
5515
5516 Fixed Qt Embedded video output placing of video stream in window. Also fixed additional spacing between video lines.
5517
5518 ------------------------------------------------------------------------
5519 r3603 | massiot | 2003-02-13 00:08:52 +0100 (Thu, 13 Feb 2003) | 2 lines
5520 Changed paths:
5521    M /trunk/po/it.po
5522
5523 * Italien translation, courtesy of Bruno <allevb@tin.it>.
5524
5525 ------------------------------------------------------------------------
5526 r3604 | jpsaman | 2003-02-13 00:13:51 +0100 (Thu, 13 Feb 2003) | 2 lines
5527 Changed paths:
5528    M /trunk/modules/video_output/qte/qte.cpp
5529
5530 The Qt Embedded video output plugin is now the preferred plugin when build for Opie or Qte environments.
5531
5532 ------------------------------------------------------------------------
5533 r3605 | jpsaman | 2003-02-13 00:26:05 +0100 (Thu, 13 Feb 2003) | 2 lines
5534 Changed paths:
5535    M /trunk/ipkg/control
5536    M /trunk/ipkg/control.gpe
5537    M /trunk/ipkg/control.opie
5538    M /trunk/ipkg/rules
5539    M /trunk/ipkg/rules.gpe
5540    M /trunk/ipkg/rules.opie
5541
5542 Updated control files and buildscript for v0.5.1
5543
5544 ------------------------------------------------------------------------
5545 r3606 | jpsaman | 2003-02-13 00:26:54 +0100 (Thu, 13 Feb 2003) | 2 lines
5546 Changed paths:
5547    A /trunk/ipkg/control.zaurus
5548    A /trunk/ipkg/postinst.zaurus
5549    A /trunk/ipkg/postrm.zaurus
5550    A /trunk/ipkg/rules.zaurus
5551    A /trunk/ipkg/vlc.zaurus
5552
5553 Scripts for building and packaging vlc on Zaurus PDA.
5554
5555 ------------------------------------------------------------------------
5556 r3607 | hartman | 2003-02-13 01:09:51 +0100 (Thu, 13 Feb 2003) | 8 lines
5557 Changed paths:
5558    M /trunk/modules/gui/macosx/intf.h
5559    M /trunk/modules/gui/macosx/intf.m
5560    M /trunk/src/playlist/playlist.c
5561
5562 * src/playlist/playlist.c:
5563   - added an intf-change variable. This is set whenever you add or delete
5564     an item in the playlist. You need to unset it yourself.
5565 * modules/gui/macosx/intf.?:
5566   - listen for external playlist changes. update view when playlist changes.
5567   - activate/deactivate previous and next buttons and menuitems,
5568     whenever the playlist gets changed.
5569
5570 ------------------------------------------------------------------------
5571 r3608 | hartman | 2003-02-13 02:14:55 +0100 (Thu, 13 Feb 2003) | 2 lines
5572 Changed paths:
5573    M /trunk/modules/gui/macosx/playlist.m
5574
5575 * fixed a small bug
5576
5577 ------------------------------------------------------------------------
5578 r3609 | hartman | 2003-02-13 03:00:56 +0100 (Thu, 13 Feb 2003) | 2 lines
5579 Changed paths:
5580    M /trunk/modules/gui/macosx/intf.m
5581    M /trunk/modules/gui/macosx/vout.h
5582    M /trunk/modules/gui/macosx/vout.m
5583
5584 *ALL: update the title of the window everytime the stream changes.
5585
5586 ------------------------------------------------------------------------
5587 r3610 | hartman | 2003-02-13 15:16:41 +0100 (Thu, 13 Feb 2003) | 6 lines
5588 Changed paths:
5589    M /trunk/modules/gui/macosx/intf.h
5590    M /trunk/modules/gui/macosx/intf.m
5591    M /trunk/modules/gui/macosx/playlist.h
5592    M /trunk/modules/gui/macosx/playlist.m
5593
5594 ALL:
5595  - when a new stream is being loaded we select the current title in the
5596    playlist.
5597  - Cleaned up some of my previous commited code dealing with updating
5598    the window title.
5599
5600 ------------------------------------------------------------------------
5601 r3611 | sam | 2003-02-13 18:31:11 +0100 (Thu, 13 Feb 2003) | 2 lines
5602 Changed paths:
5603    M /trunk/configure.ac.in
5604
5605   * ./configure.ac.in: we should look for -lxvidcore, not -lxvid.
5606
5607 ------------------------------------------------------------------------
5608 r3612 | massiot | 2003-02-13 22:53:25 +0100 (Thu, 13 Feb 2003) | 3 lines
5609 Changed paths:
5610    M /trunk/NEWS
5611
5612 Updated NEWS file for 0.5.1. PLEASE do your share and add what you think is
5613 meaningful.
5614
5615 ------------------------------------------------------------------------
5616 r3613 | gbazin | 2003-02-14 10:50:12 +0100 (Fri, 14 Feb 2003) | 5 lines
5617 Changed paths:
5618    M /trunk/modules/audio_output/waveout.c
5619
5620
5621 * modules/audio_output/waveout.c: better buffer management and hopefully
5622    fixed the S/PDIF output (Still untested though. Anybody here could test
5623    this? ).
5624
5625 ------------------------------------------------------------------------
5626 r3614 | jpsaman | 2003-02-14 14:01:02 +0100 (Fri, 14 Feb 2003) | 2 lines
5627 Changed paths:
5628    M /trunk/modules/misc/qte_main.cpp
5629
5630 Small improvement.
5631
5632 ------------------------------------------------------------------------
5633 r3615 | jpsaman | 2003-02-14 14:19:50 +0100 (Fri, 14 Feb 2003) | 2 lines
5634 Changed paths:
5635    M /trunk/ipkg/control.opie
5636
5637 Updated opie control file for packaging.
5638
5639 ------------------------------------------------------------------------
5640 r3616 | jpsaman | 2003-02-14 14:44:42 +0100 (Fri, 14 Feb 2003) | 2 lines
5641 Changed paths:
5642    M /trunk/ipkg/control.opie
5643
5644 Tuning package dependencies.
5645
5646 ------------------------------------------------------------------------
5647 r3617 | jpsaman | 2003-02-14 14:48:41 +0100 (Fri, 14 Feb 2003) | 3 lines
5648 Changed paths:
5649    M /trunk/modules/misc/qte_main.cpp
5650    M /trunk/modules/video_output/qte/qte.cpp
5651
5652 Fixed deadlock upon unloading qte_main plugin.
5653 Cleanup of debug messages.
5654
5655 ------------------------------------------------------------------------
5656 r3618 | ipkiss | 2003-02-14 18:00:02 +0100 (Fri, 14 Feb 2003) | 3 lines
5657 Changed paths:
5658    M /trunk/modules/audio_output/directx.c
5659    M /trunk/modules/audio_output/waveout.c
5660
5661  * exchanged directx' and waveout's capabilities because the latter
5662    seems to be more reliable
5663
5664 ------------------------------------------------------------------------
5665 r3619 | sam | 2003-02-14 19:22:23 +0100 (Fri, 14 Feb 2003) | 4 lines
5666 Changed paths:
5667    M /trunk/src/libvlc.c
5668
5669   * ./src/libvlc.c: the --help output is now word-wrapped (Closes: #142).
5670   * ./src/libvlc.c: removed unnecessary malloc() calls.
5671   * ./src/libvlc.c: used {a,b,c} for lists; [a|b|c] is for optional args.
5672
5673 ------------------------------------------------------------------------
5674 r3620 | hartman | 2003-02-15 00:07:41 +0100 (Sat, 15 Feb 2003) | 2 lines
5675 Changed paths:
5676    M /trunk/modules/gui/macosx/vout.m
5677
5678 * Should fix an issue with multiple monitors and the hiding of the mousecursor
5679
5680 ------------------------------------------------------------------------
5681 r3621 | ipkiss | 2003-02-15 05:43:19 +0100 (Sat, 15 Feb 2003) | 2 lines
5682 Changed paths:
5683    M /trunk/modules/video_output/fb.c
5684
5685  - fixed a vicious bug
5686
5687 ------------------------------------------------------------------------
5688 r3622 | hartman | 2003-02-15 13:57:51 +0100 (Sat, 15 Feb 2003) | 2 lines
5689 Changed paths:
5690    M /trunk/modules/gui/macosx/vout.m
5691
5692 * if we are paused in fullscreen, show cursor.
5693
5694 ------------------------------------------------------------------------
5695 r3623 | massiot | 2003-02-15 14:50:27 +0100 (Sat, 15 Feb 2003) | 3 lines
5696 Changed paths:
5697    M /trunk/configure.ac.in
5698    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
5699    M /trunk/ipkg/control
5700    M /trunk/po/fr.po
5701    M /trunk/vlc.spec
5702
5703 * Bumped up revision number to 0.5.1
5704 * Updated French translation
5705
5706 ------------------------------------------------------------------------
5707 r3624 | jpsaman | 2003-02-15 21:02:16 +0100 (Sat, 15 Feb 2003) | 6 lines
5708 Changed paths:
5709    M /trunk/NEWS
5710    M /trunk/ipkg/control.gpe
5711    M /trunk/ipkg/control.opie
5712    M /trunk/ipkg/control.zaurus
5713
5714 Update iPaq packaging description files for:
5715 - GPE port
5716 - Opie port
5717 - Zaurus
5718 Updated NEWS file with OPIE port.
5719
5720 ------------------------------------------------------------------------
5721 r3625 | massiot | 2003-02-16 02:29:40 +0100 (Sun, 16 Feb 2003) | 4 lines
5722 Changed paths:
5723    M /trunk/NEWS
5724    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
5725    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
5726    M /trunk/modules/audio_filter/resampler/linear.c
5727    M /trunk/modules/gui/macosx/open.h
5728    M /trunk/modules/gui/macosx/open.m
5729    M /trunk/po/de.po
5730    M /trunk/po/en_GB.po
5731    M /trunk/po/fr.po
5732    M /trunk/po/it.po
5733    M /trunk/po/ja.po
5734    M /trunk/po/nl.po
5735    M /trunk/po/no.po
5736    M /trunk/po/pl.po
5737    M /trunk/po/ru.po
5738    M /trunk/po/sv.po
5739    M /trunk/po/vlc.pot
5740
5741 * modules/gui/macosx/open.m: Removed channel server support
5742 * po/*: Updated po files just before the 0.5.1 release
5743 * modules/audio_filter/resampler/linear.c: fixed an initialization bug
5744
5745 ------------------------------------------------------------------------
5746 r3626 | titer | 2003-02-16 02:38:36 +0100 (Sun, 16 Feb 2003) | 2 lines
5747 Changed paths:
5748    M /trunk/NEWS
5749
5750  NEWS: updated BeOS info for 0.5.1
5751
5752 ------------------------------------------------------------------------
5753 r3627 | fenrir | 2003-02-16 09:56:24 +0100 (Sun, 16 Feb 2003) | 2 lines
5754 Changed paths:
5755    M /trunk/modules/codec/mpeg_audio.c
5756    M /trunk/modules/demux/mpeg/audio.c
5757
5758  * all: fix mpeg2 handling.
5759
5760 ------------------------------------------------------------------------
5761 r3628 | fenrir | 2003-02-16 10:50:22 +0100 (Sun, 16 Feb 2003) | 3 lines
5762 Changed paths:
5763    M /trunk/modules/codec/adpcm.c
5764
5765  * adpcm: added DUCK 4 variant support. (thx M. Melanson who provided me
5766 somes samples.)
5767
5768 ------------------------------------------------------------------------
5769 r3629 | sigmunau | 2003-02-16 11:25:57 +0100 (Sun, 16 Feb 2003) | 2 lines
5770 Changed paths:
5771    M /trunk/doc/lirc/example.lircrc
5772    M /trunk/modules/control/lirc/lirc.c
5773
5774 Added support for volume up/down buttons.
5775
5776 ------------------------------------------------------------------------
5777 r3630 | fenrir | 2003-02-16 12:18:11 +0100 (Sun, 16 Feb 2003) | 2 lines
5778 Changed paths:
5779    M /trunk/modules/codec/adpcm.c
5780
5781  * adpcm: added dk3 too.
5782
5783 ------------------------------------------------------------------------
5784 r3631 | fenrir | 2003-02-16 15:03:56 +0100 (Sun, 16 Feb 2003) | 2 lines
5785 Changed paths:
5786    M /trunk/modules/access_output/udp.c
5787
5788  * Less checks on muxer type.
5789
5790 ------------------------------------------------------------------------
5791 r3632 | fenrir | 2003-02-16 15:10:44 +0100 (Sun, 16 Feb 2003) | 2 lines
5792 Changed paths:
5793    M /trunk/include/stream_output.h
5794    M /trunk/include/vlc_common.h
5795    M /trunk/modules/access_output/dummy.c
5796    M /trunk/modules/access_output/file.c
5797    M /trunk/modules/mux/avi.c
5798    M /trunk/modules/mux/dummy.c
5799    M /trunk/modules/mux/mpeg/ps.c
5800    M /trunk/modules/mux/mpeg/ts.c
5801    M /trunk/src/stream_output/stream_output.c
5802
5803  * all: split muxer and access into independant part.
5804
5805 ------------------------------------------------------------------------
5806 r3633 | fenrir | 2003-02-16 15:51:23 +0100 (Sun, 16 Feb 2003) | 2 lines
5807 Changed paths:
5808    M /trunk/modules/access_output/udp.c
5809
5810  * udp: forgot this file...
5811
5812 ------------------------------------------------------------------------
5813 r3634 | jpsaman | 2003-02-16 17:21:37 +0100 (Sun, 16 Feb 2003) | 2 lines
5814 Changed paths:
5815    M /trunk/modules/video_output/qte/qte.cpp
5816
5817 Qte video output get is screen size from the QT Embedded environment now. This should produce fullscreen video on other QT Embedded configurations with other screen sizes (greater then 240x320).
5818
5819 ------------------------------------------------------------------------
5820 r3635 | jpsaman | 2003-02-16 17:22:13 +0100 (Sun, 16 Feb 2003) | 2 lines
5821 Changed paths:
5822    M /trunk/ipkg/control
5823    M /trunk/ipkg/control.gpe
5824    M /trunk/ipkg/control.opie
5825    M /trunk/ipkg/control.zaurus
5826
5827 Updated release numbering for all ipk's
5828
5829 ------------------------------------------------------------------------
5830 r3636 | ipkiss | 2003-02-16 17:58:21 +0100 (Sun, 16 Feb 2003) | 2 lines
5831 Changed paths:
5832    M /trunk/doc/faq/faq.sgml
5833
5834  * added an entry for the "subtitles don"t work on windows" problem
5835
5836 ------------------------------------------------------------------------
5837 r3637 | sam | 2003-02-16 18:35:31 +0100 (Sun, 16 Feb 2003) | 6 lines
5838 Changed paths:
5839    M /trunk/debian/changelog
5840    M /trunk/debian/control
5841    M /trunk/debian/rules
5842    M /trunk/debian/vlc.dirs
5843    M /trunk/doc/fortunes.txt
5844
5845   * ./debian/changelog: updated for 0.5.1.
5846   * ./debian/control: vlc-glide is now Architecture: i386 only.
5847   * ./debian/control: vlc-plugin-mad Provides: mp3-decoder.
5848   * ./debian/rules: the deprecated vlc-* packages have a proper link to
5849     /usr/share/doc/vlc/.
5850
5851 ------------------------------------------------------------------------
5852 r3638 | hartman | 2003-02-17 00:32:06 +0100 (Mon, 17 Feb 2003) | 2 lines
5853 Changed paths:
5854    M /trunk/NEWS
5855    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
5856    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
5857    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
5858    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
5859    M /trunk/modules/gui/macosx/Modules.am
5860    M /trunk/modules/gui/macosx/intf.h
5861    M /trunk/modules/gui/macosx/intf.m
5862
5863 * Added an info panel to show movie info, etc.
5864
5865 ------------------------------------------------------------------------
5866 r3639 | asmax | 2003-02-17 00:57:48 +0100 (Mon, 17 Feb 2003) | 4 lines
5867 Changed paths:
5868    A /trunk/python
5869    A /trunk/python/Makefile
5870    A /trunk/python/setup.py
5871    A /trunk/python/vlcmodule.c
5872    A /trunk/python/vlrs
5873    A /trunk/python/vlrs/cfg.py
5874    A /trunk/python/vlrs/playlist.py
5875    A /trunk/python/vlrs/rtsp.py
5876    A /trunk/python/vlrs/session.py
5877    A /trunk/python/vlrs/streamer.py
5878    A /trunk/python/vlrs/vlrs.py
5879
5880 * libvlc binding for python
5881 * new VideoLAN RTSP Server, using libvlc.
5882   Not yet fully rfc2326-compliant, but it works ;)
5883
5884 ------------------------------------------------------------------------
5885 r3640 | asmax | 2003-02-17 01:04:34 +0100 (Mon, 17 Feb 2003) | 2 lines
5886 Changed paths:
5887    A /trunk/python/vlrs/sample-playlist
5888
5889 * added a sample playlist. All fields must be separated with TABs
5890
5891 ------------------------------------------------------------------------
5892 r3641 | sam | 2003-02-17 05:21:42 +0100 (Mon, 17 Feb 2003) | 2 lines
5893 Changed paths:
5894    M /trunk/configure.ac.in
5895
5896   * ./configure.ac.in: fixed PLUGIN_PATH and DATA_PATH settings.
5897
5898 ------------------------------------------------------------------------
5899 r3642 | sam | 2003-02-17 06:50:31 +0100 (Mon, 17 Feb 2003) | 4 lines
5900 Changed paths:
5901    M /trunk/include/main.h
5902    M /trunk/modules/codec/spudec/spudec.c
5903    M /trunk/src/misc/modules.c
5904    M /trunk/src/misc/win32_specific.c
5905
5906   * ./src/misc/win32_specific.c: under Win32 we retrieve the executable's
5907     directory whenever possible, to use it for the spudec font or to load
5908     plugins.
5909
5910 ------------------------------------------------------------------------
5911 r3643 | sam | 2003-02-17 07:00:24 +0100 (Mon, 17 Feb 2003) | 3 lines
5912 Changed paths:
5913    M /trunk/src/misc/modules.c
5914
5915   * ./src/misc/modules.c: hmpf, Wine does not complain about "/"s in paths,
5916     but Windoze will certainly do.
5917
5918 ------------------------------------------------------------------------
5919 r3644 | sam | 2003-02-17 07:15:21 +0100 (Mon, 17 Feb 2003) | 2 lines
5920 Changed paths:
5921    M /trunk/ChangeLog
5922    M /trunk/NEWS
5923
5924   * Updated NEWS and ChangeLog.
5925
5926 ------------------------------------------------------------------------
5927 r3645 | sam | 2003-02-17 07:31:50 +0100 (Mon, 17 Feb 2003) | 2 lines
5928 Changed paths:
5929    M /trunk/modules/gui/macosx/Modules.am
5930
5931   * ./modules/gui/macosx/Modules.am: removed %#$@#!#@ non-existent file!
5932
5933 ------------------------------------------------------------------------
5934 r3646 | sam | 2003-02-17 08:22:05 +0100 (Mon, 17 Feb 2003) | 2 lines
5935 Changed paths:
5936    M /trunk/debian/rules
5937    M /trunk/debian/woody-buildpackage
5938
5939   * ./debian/woody-buildpackage: Debian package creation fixes.
5940
5941 ------------------------------------------------------------------------
5942 r3647 | gbazin | 2003-02-17 10:47:16 +0100 (Mon, 17 Feb 2003) | 6 lines
5943 Changed paths:
5944    M /trunk/modules/audio_filter/resampler/linear.c
5945
5946
5947 * modules/audio_filter/resampler/linear.c: lowered the priority of the linear
5948    resampler so the ugly resampler is once again the default. The quality of
5949    the ugly resampler is currently better than the linear one because of a
5950    design defect.
5951
5952 ------------------------------------------------------------------------
5953 r3648 | hartman | 2003-02-17 11:52:07 +0100 (Mon, 17 Feb 2003) | 2 lines
5954 Changed paths:
5955    M /trunk/modules/gui/macosx/Modules.am
5956    A /trunk/modules/gui/macosx/info.h
5957    A /trunk/modules/gui/macosx/info.m
5958
5959 * Whoops. i forgot to add these files. sorry everyone.
5960
5961 ------------------------------------------------------------------------
5962 r3649 | massiot | 2003-02-17 15:43:37 +0100 (Mon, 17 Feb 2003) | 2 lines
5963 Changed paths:
5964    M /trunk/NEWS
5965    M /trunk/configure.ac.in
5966
5967 Now 0.5.2-cvs (estimated release date in two weeks from now).
5968
5969 ------------------------------------------------------------------------
5970 r3650 | gbazin | 2003-02-17 17:56:02 +0100 (Mon, 17 Feb 2003) | 5 lines
5971 Changed paths:
5972    M /trunk/modules/control/rc/rc.c
5973
5974
5975 * modules/control/rc/rc.c: finally fixed the rc interface under win32 by
5976    using WaitForSingleObject() on the console handle and ReadConsoleInput().
5977    (Closes #59)
5978
5979 ------------------------------------------------------------------------
5980 r3651 | massiot | 2003-02-17 18:06:19 +0100 (Mon, 17 Feb 2003) | 2 lines
5981 Changed paths:
5982    M /trunk/src/misc/darwin_specific.m
5983
5984 Fixed the "everything is in Japanese" bug. :p
5985
5986 ------------------------------------------------------------------------
5987 r3652 | hartman | 2003-02-17 19:58:46 +0100 (Mon, 17 Feb 2003) | 3 lines
5988 Changed paths:
5989    M /trunk/NEWS
5990    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
5991
5992 * NEWS: added info about the new 0.5.1a release for OSX.
5993 * extras/MacOSX/vlc.pbproj/project.pbxproj: bumped revision #
5994
5995 ------------------------------------------------------------------------
5996 r3653 | asmax | 2003-02-17 23:03:42 +0100 (Mon, 17 Feb 2003) | 3 lines
5997 Changed paths:
5998    A /trunk/python/vlrs/announce.py
5999    M /trunk/python/vlrs/rtsp.py
6000    A /trunk/python/vlrs/sap.py
6001    M /trunk/python/vlrs/session.py
6002    M /trunk/python/vlrs/vlrs.py
6003
6004 * added a SAP server, with some kludges because the SAP client in vlc
6005   is not RFC-compliant...
6006
6007 ------------------------------------------------------------------------
6008 r3654 | gbazin | 2003-02-17 23:19:24 +0100 (Mon, 17 Feb 2003) | 7 lines
6009 Changed paths:
6010    M /trunk/configure.ac.in
6011    M /trunk/modules/audio_output/directx.c
6012    M /trunk/modules/audio_output/waveout.c
6013
6014
6015 * modules/audio_output/directx.c: added multichannel support to the
6016    directx plugin.
6017 * modules/audio_output/waveout.c: fixed quad audio channels detection and
6018    a few misplaced debug messages.
6019 * configure.ac.in: don't link anymore the rc plugin with the winsock lib.
6020
6021 ------------------------------------------------------------------------
6022 r3655 | jpsaman | 2003-02-18 00:10:46 +0100 (Tue, 18 Feb 2003) | 2 lines
6023 Changed paths:
6024    M /trunk/ipkg/control
6025    M /trunk/ipkg/control.gpe
6026    M /trunk/ipkg/control.opie
6027    M /trunk/ipkg/control.zaurus
6028    M /trunk/ipkg/rules.zaurus
6029
6030 Juglin with dependencies.
6031
6032 ------------------------------------------------------------------------
6033 r3656 | hartman | 2003-02-18 00:47:29 +0100 (Tue, 18 Feb 2003) | 2 lines
6034 Changed paths:
6035    M /trunk/src/misc/darwin_specific.m
6036
6037 * Fixed the localization issue on MacOSX.
6038
6039 ------------------------------------------------------------------------
6040 r3657 | massiot | 2003-02-18 01:17:06 +0100 (Tue, 18 Feb 2003) | 2 lines
6041 Changed paths:
6042    M /trunk/modules/gui/macosx/intf.h
6043    M /trunk/modules/gui/macosx/intf.m
6044    M /trunk/modules/gui/macosx/prefs.m
6045
6046 * Fixed a segfault in the Japanese preferences panel.
6047
6048 ------------------------------------------------------------------------
6049 r3658 | hartman | 2003-02-18 01:20:01 +0100 (Tue, 18 Feb 2003) | 5 lines
6050 Changed paths:
6051    M /trunk/src/input/input_dec.c
6052
6053 * Changed an Error message. Many people did not understand:
6054   no suitable decoder module for fourcc `IV31'
6055   I have appended:
6056   VLC probably does not support this sound or video format.
6057
6058 ------------------------------------------------------------------------
6059 r3659 | fenrir | 2003-02-18 01:51:40 +0100 (Tue, 18 Feb 2003) | 3 lines
6060 Changed paths:
6061    M /trunk/modules/codec/mpeg_audio.c
6062    M /trunk/modules/demux/mpeg/audio.c
6063    M /trunk/modules/packetizer/mpegaudio.c
6064
6065  * raah, corrected mpeg2-layer3 playback (and streaming). (that my last
6066 fix had broken :p )
6067
6068 ------------------------------------------------------------------------
6069 r3660 | sam | 2003-02-18 14:13:12 +0100 (Tue, 18 Feb 2003) | 2 lines
6070 Changed paths:
6071    M /trunk/mozilla/npvlc_rc.rc
6072    M /trunk/mozilla/vlcplugin.cpp
6073    M /trunk/mozilla/vlcplugin.h
6074    M /trunk/mozilla/vlcshell.cpp
6075
6076   * ./mozilla/*: s/VideoLAN Client/VLC/g.
6077
6078 ------------------------------------------------------------------------
6079 r3661 | titer | 2003-02-18 19:33:44 +0100 (Tue, 18 Feb 2003) | 4 lines
6080 Changed paths:
6081    A /trunk/modules/control/.cvsignore
6082    M /trunk/modules/misc/network/ipv4.c
6083    M /trunk/src/libvlc.h
6084
6085  * ipv4.c, libvlc.h: add a --ttl option to set time-to-live when
6086                      multicasting with the stream output
6087  * modules/control/: missing cvsignore
6088
6089 ------------------------------------------------------------------------
6090 r3662 | fenrir | 2003-02-18 19:49:11 +0100 (Tue, 18 Feb 2003) | 2 lines
6091 Changed paths:
6092    M /trunk/modules/codec/mpeg_audio.c
6093
6094  * mpeg_audio.c: removed some fprintf...
6095
6096 ------------------------------------------------------------------------
6097 r3663 | gbazin | 2003-02-18 20:42:57 +0100 (Tue, 18 Feb 2003) | 6 lines
6098 Changed paths:
6099    M /trunk/modules/codec/ffmpeg/ffmpeg.c
6100    M /trunk/modules/codec/ffmpeg/ffmpeg.h
6101    M /trunk/modules/demux/rawdv.c
6102
6103
6104 * modules/demux/rawdv.c: added support for DV audio now that ffmpeg can
6105    decode this.
6106 * modules/codec/ffmpeg/ffmpeg.h, modules/codec/ffmpeg/ffmpeg.c: added the
6107    necessary fourcc for DV audio.
6108
6109 ------------------------------------------------------------------------
6110 r3664 | hartman | 2003-02-18 21:54:02 +0100 (Tue, 18 Feb 2003) | 2 lines
6111 Changed paths:
6112    M /trunk/modules/gui/macosx/info.m
6113
6114 * Only update the info window if it is visible
6115
6116 ------------------------------------------------------------------------
6117 r3665 | gbazin | 2003-02-18 23:33:54 +0100 (Tue, 18 Feb 2003) | 6 lines
6118 Changed paths:
6119    M /trunk/modules/codec/ffmpeg/video.c
6120
6121
6122 * modules/codec/ffmpeg/video.c: got rid of ffmpeg_ConvertPictureI410toI420()
6123    and use img_convert() from ffmpeg instead. Also added support for the
6124    PIX_FMT_YUV411P pixel format so we can now decode the DV Quicktime videos
6125    from media.xiph.org.
6126
6127 ------------------------------------------------------------------------
6128 r3666 | ipkiss | 2003-02-18 23:40:39 +0100 (Tue, 18 Feb 2003) | 4 lines
6129 Changed paths:
6130    M /trunk/src/misc/modules.c
6131
6132  * src/misc/modules.c: on Windows, we look for the plugins in vlc's root
6133    directory when there is no 'plugins' nor 'modules' subdirectory
6134    (may close #306)
6135
6136 ------------------------------------------------------------------------
6137 r3667 | gbazin | 2003-02-19 00:34:14 +0100 (Wed, 19 Feb 2003) | 4 lines
6138 Changed paths:
6139    M /trunk/modules/demux/mp4/libmp4.c
6140    M /trunk/modules/demux/mp4/libmp4.h
6141
6142
6143 * modules/demux/mp4/*: added FOURCC_dvc (DV - NTSC), FOURCC_dvp (DV - PAL)
6144    and FOURCC_twos (PCM audio).
6145
6146 ------------------------------------------------------------------------
6147 r3668 | gbazin | 2003-02-19 11:02:57 +0100 (Wed, 19 Feb 2003) | 4 lines
6148 Changed paths:
6149    M /trunk/src/libvlc.c
6150
6151
6152 * src/libvlc.c: "stty size" won't work on win32 so make ConsoleWidth()
6153    always return 80.
6154
6155 ------------------------------------------------------------------------
6156 r3669 | hartman | 2003-02-19 15:49:25 +0100 (Wed, 19 Feb 2003) | 3 lines
6157 Changed paths:
6158    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
6159    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
6160    M /trunk/modules/gui/macosx/intf.m
6161
6162 * increased accuracy of positionslider in OSX. although this will not solve
6163   all problems this will improve results a bit (by my own experience).
6164
6165 ------------------------------------------------------------------------
6166 r3670 | gbazin | 2003-02-19 23:08:39 +0100 (Wed, 19 Feb 2003) | 5 lines
6167 Changed paths:
6168    M /trunk/modules/audio_output/directx.c
6169    M /trunk/modules/audio_output/waveout.c
6170
6171
6172 * modules/audio_output/directx.c: forgot to enable channel re-ordering.
6173 * modules/audio_output/waveout.c: fixed a crash that happened when probing
6174    devices supporting S/PDIF. (Should fix 354)
6175
6176 ------------------------------------------------------------------------
6177 r3671 | sigmunau | 2003-02-20 02:52:47 +0100 (Thu, 20 Feb 2003) | 21 lines
6178 Changed paths:
6179    M /trunk/configure.ac.in
6180    M /trunk/include/configuration.h
6181    M /trunk/modules/access/dvd/dvd.c
6182    M /trunk/modules/access/dvdplay/dvd.c
6183    M /trunk/modules/access/dvdread/dvdread.c
6184    M /trunk/modules/access/file.c
6185    M /trunk/modules/access/ftp.c
6186    M /trunk/modules/access/http.c
6187    M /trunk/modules/access/mms/mms.c
6188    M /trunk/modules/access/satellite/satellite.c
6189    M /trunk/modules/access/slp.c
6190    M /trunk/modules/access/udp.c
6191    M /trunk/modules/audio_filter/converter/a52tofloat32.c
6192    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
6193    M /trunk/modules/audio_output/alsa.c
6194    M /trunk/modules/audio_output/file.c
6195    M /trunk/modules/audio_output/oss.c
6196    M /trunk/modules/codec/a52old/a52old.c
6197    M /trunk/modules/codec/ffmpeg/ffmpeg.c
6198    M /trunk/modules/codec/mpeg_video/parser.c
6199    M /trunk/modules/codec/spudec/spudec.c
6200    M /trunk/modules/codec/xvid.c
6201    M /trunk/modules/control/gestures.c
6202    M /trunk/modules/control/rc/rc.c
6203    M /trunk/modules/demux/avi/avi.c
6204    M /trunk/modules/demux/demuxdump.c
6205    M /trunk/modules/demux/mpeg/ts.c
6206    M /trunk/modules/demux/util/id3.c
6207    M /trunk/modules/demux/util/sub.c
6208    M /trunk/modules/encoder/ffmpeg/encoder.c
6209    M /trunk/modules/encoder/xvid.c
6210    M /trunk/modules/gui/beos/BeOS.cpp
6211    M /trunk/modules/gui/familiar/familiar.c
6212    M /trunk/modules/gui/gtk/gnome.c
6213    M /trunk/modules/gui/gtk/gtk.c
6214    M /trunk/modules/gui/gtk/preferences.c
6215    M /trunk/modules/gui/kde/interface.h
6216    M /trunk/modules/gui/kde/kde.cpp
6217    M /trunk/modules/gui/macosx/macosx.m
6218    M /trunk/modules/gui/win32/win32.cpp
6219    M /trunk/modules/gui/wxwindows/fileinfo.cpp
6220    M /trunk/modules/gui/wxwindows/wxwindows.cpp
6221    M /trunk/modules/misc/dummy/dummy.c
6222    M /trunk/modules/misc/logger/logger.c
6223    M /trunk/modules/misc/sap.c
6224    M /trunk/modules/video_filter/adjust.c
6225    M /trunk/modules/video_filter/clone.c
6226    M /trunk/modules/video_filter/crop.c
6227    M /trunk/modules/video_filter/deinterlace/deinterlace.c
6228    M /trunk/modules/video_filter/distort.c
6229    M /trunk/modules/video_filter/motionblur.c
6230    M /trunk/modules/video_filter/transform.c
6231    M /trunk/modules/video_filter/wall.c
6232    M /trunk/modules/video_output/directx/directx.c
6233    M /trunk/modules/video_output/fb.c
6234    M /trunk/modules/video_output/ggi.c
6235    M /trunk/modules/video_output/mga/xmga.c
6236    M /trunk/modules/video_output/x11/x11.c
6237    M /trunk/modules/video_output/x11/xvideo.c
6238    M /trunk/modules/visualization/xosd/xosd.c
6239    M /trunk/src/libvlc.c
6240    M /trunk/src/libvlc.h
6241    M /trunk/src/misc/configuration.c
6242
6243 * include/configuration.h: added a new flag to the configuration stucture to
6244 indicate wether it is an "advanced" option or not. The goal with this is to
6245 hide the user from all the strange options that very seldom needs to be
6246 changed. added an extra argument to all the add_* macros to indicate wether
6247 the item is advanced or not.
6248 * src/libvlc.h: added an "show advanced options" config option default
6249 disabled
6250 * src/libvlc.c: the advanced options are not listed by vlc --help and
6251 friends unless --advanced is used
6252 * modules/gtk/preferences.c: the gtk/gnome preferences dialog don't show
6253 advanced options unless advanced is set
6254 all: set the advanced flag to VLC_FALSE or VLC_TRUE for all options, by
6255 using some common sense. Please check and correct
6256
6257 note: All interfaces should still work like they used to, see the change in
6258 modules/gtk/preferences.c to find out how to "hide" options.
6259
6260 second note: I think I've changed all the modules, but I could not test
6261 everyone for compilation, expect some broken modules (the fix is to add ",
6262 VLC_TRUE" as last argument to the add_* I forgot)
6263
6264 ------------------------------------------------------------------------
6265 r3672 | gbazin | 2003-02-20 17:07:38 +0100 (Thu, 20 Feb 2003) | 9 lines
6266 Changed paths:
6267    M /trunk/modules/audio_output/alsa.c
6268    M /trunk/modules/audio_output/directx.c
6269    M /trunk/modules/audio_output/oss.c
6270    M /trunk/modules/audio_output/waveout.c
6271    M /trunk/modules/codec/mpeg_audio.c
6272    M /trunk/modules/control/rc/rc.c
6273    M /trunk/modules/misc/dummy/dummy.c
6274    M /trunk/modules/misc/dummy/interface.c
6275    M /trunk/src/libvlc.h
6276
6277
6278 * src/libvlc.h, modules/audio_output: added a global --spdif config option
6279    to allow using the spdif output by default if available.
6280 * modules/misc/dummy/*: on win32 added a quiet mode that doesn't display
6281    a dos command box.
6282 * modules/control/rc/rc.c: on win32 enabled the echo mode and the
6283    backspace key.
6284 * modules/codec/mpeg_audio.c: fixed a sync bug.
6285
6286 ------------------------------------------------------------------------
6287 r3673 | hartman | 2003-02-20 19:10:16 +0100 (Thu, 20 Feb 2003) | 2 lines
6288 Changed paths:
6289    M /trunk/modules/gui/macosx/prefs.m
6290
6291 * prefs obey the advanced option. Apply does not as of yet.
6292
6293 ------------------------------------------------------------------------
6294 r3674 | hartman | 2003-02-21 03:45:21 +0100 (Fri, 21 Feb 2003) | 3 lines
6295 Changed paths:
6296    M /trunk/modules/gui/macosx/prefs.h
6297    M /trunk/modules/gui/macosx/prefs.m
6298
6299 * If the "show advanced" option has been changed and you press the Apply
6300   button, the preferences window is destroyed and created.
6301
6302 ------------------------------------------------------------------------
6303 r3675 | hartman | 2003-02-21 04:22:57 +0100 (Fri, 21 Feb 2003) | 3 lines
6304 Changed paths:
6305    M /trunk/.cvsignore
6306    A /trunk/extras/MacOSX/Resources/English.lproj/.cvsignore
6307    A /trunk/extras/MacOSX/vlc.pbproj/.cvsignore
6308
6309 * ignore project Builder user files and backup .nib files.
6310 * vlc.app changed to VLC.app. cvsignore changed to reflect this.
6311
6312 ------------------------------------------------------------------------
6313 r3676 | hartman | 2003-02-21 04:49:51 +0100 (Fri, 21 Feb 2003) | 4 lines
6314 Changed paths:
6315    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
6316    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
6317
6318 * VLC.app should show its version in the Finder now
6319   Meeuh, one more place that needs version string updated before a release.
6320   might be made automated ?
6321
6322 ------------------------------------------------------------------------
6323 r3677 | hartman | 2003-02-21 15:17:46 +0100 (Fri, 21 Feb 2003) | 3 lines
6324 Changed paths:
6325    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
6326
6327 * (float) 0 the buffer if it cannot be decoded and fixed32.
6328   right Meuuh ??? ;)
6329
6330 ------------------------------------------------------------------------
6331 r3678 | hartman | 2003-02-21 16:16:52 +0100 (Fri, 21 Feb 2003) | 2 lines
6332 Changed paths:
6333    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
6334
6335 * previous commit seems to break some things. reverting.
6336
6337 ------------------------------------------------------------------------
6338 r3679 | hartman | 2003-02-21 17:31:37 +0100 (Fri, 21 Feb 2003) | 8 lines
6339 Changed paths:
6340    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
6341    M /trunk/modules/gui/macosx/aout.m
6342
6343 DJ's first steps in C and vlc decoders ;)
6344 * modules/audio_filter/converter/mpgatofixed32.c:
6345   - fixed an issue that could cause glitches when switching from one stream
6346     to another. the buffer wasn't entirely getting 0000 because multiple
6347     channels were not taken into account when doing this.
6348 * ALL:
6349   - if float32 then clear the buffer with (float)0
6350
6351 ------------------------------------------------------------------------
6352 r3680 | gbazin | 2003-02-21 23:59:38 +0100 (Fri, 21 Feb 2003) | 4 lines
6353 Changed paths:
6354    M /trunk/src/audio_output/input.c
6355
6356
6357 * src/audio_output/input.c: fixed buffer allocation bug that was triggered
6358    when using "in place" resamplers.
6359
6360 ------------------------------------------------------------------------
6361 r3681 | sigmunau | 2003-02-22 15:11:38 +0100 (Sat, 22 Feb 2003) | 4 lines
6362 Changed paths:
6363    M /trunk/modules/demux/util/id3tag.c
6364
6365  Fixed seme seeking issues with http access module, fixed an error that
6366 caused id3v2.4 tags at the end of the file to not work. Added checks to
6367 avoid seeking off the ends of the file. Should close #325, please confirm
6368
6369 ------------------------------------------------------------------------
6370 r3682 | fenrir | 2003-02-22 17:10:31 +0100 (Sat, 22 Feb 2003) | 2 lines
6371 Changed paths:
6372    M /trunk/modules/encoder/xvid.c
6373
6374  * fix compilation.
6375
6376 ------------------------------------------------------------------------
6377 r3683 | massiot | 2003-02-23 02:25:26 +0100 (Sun, 23 Feb 2003) | 3 lines
6378 Changed paths:
6379    M /trunk/src/audio_output/dec.c
6380
6381 * Destroy audio-device and audio-channels when no output plug-in is
6382   available.
6383
6384 ------------------------------------------------------------------------
6385 r3684 | jlj | 2003-02-23 06:53:53 +0100 (Sun, 23 Feb 2003) | 4 lines
6386 Changed paths:
6387    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
6388    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
6389    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
6390    M /trunk/modules/gui/macosx/aout.m
6391    M /trunk/modules/gui/macosx/info.h
6392    M /trunk/modules/gui/macosx/info.m
6393    M /trunk/modules/gui/macosx/intf.m
6394    M /trunk/modules/gui/macosx/macosx.m
6395    M /trunk/modules/gui/macosx/playlist.h
6396    M /trunk/modules/gui/macosx/playlist.m
6397    M /trunk/modules/gui/macosx/prefs.h
6398    M /trunk/modules/gui/macosx/prefs.m
6399    M /trunk/modules/gui/macosx/vout.m
6400
6401   * ./modules/gui/macosx/aout.m: M-Audio Revolution fixes.
6402                                  Dynamic device support.
6403   * ./modules/gui/macosx: Minor fixes and cosmetic changes.
6404
6405 ------------------------------------------------------------------------
6406 r3685 | sigmunau | 2003-02-23 17:31:48 +0100 (Sun, 23 Feb 2003) | 3 lines
6407 Changed paths:
6408    M /trunk/configure.ac.in
6409    M /trunk/modules/codec/Modules.am
6410    A /trunk/modules/codec/flacdec.c
6411    M /trunk/modules/demux/Modules.am
6412    A /trunk/modules/demux/flac.c
6413
6414 added a demux and decoder for flac files (disabled by default). Works for
6415 16bit per sample streams, only tested with stereo
6416
6417 ------------------------------------------------------------------------
6418 r3686 | fenrir | 2003-02-23 19:07:30 +0100 (Sun, 23 Feb 2003) | 7 lines
6419 Changed paths:
6420    M /trunk/modules/demux/mpeg/system.h
6421    M /trunk/modules/demux/mpeg/ts.c
6422    M /trunk/modules/mux/mpeg/ts.c
6423
6424  * all : added streaming support for crappy ms video codec into TS.
6425  - Only vlc is able to read such TS.
6426  - I use stream id 0xa0 and descriptor 0xa0, I hope there aren't used.
6427  - DivX1/2/3, wmv1/2, h/i263 should be supported, others could be
6428    quickly added.
6429  - Please test.
6430
6431 ------------------------------------------------------------------------
6432 r3687 | fenrir | 2003-02-23 20:05:22 +0100 (Sun, 23 Feb 2003) | 3 lines
6433 Changed paths:
6434    A /trunk/include/httpd.h
6435    A /trunk/modules/access_output/http.c
6436    A /trunk/modules/misc/httpd.c
6437
6438  * modules/access_output/http : http output.
6439  * httpd : mini http server (be carefull about security issue...)
6440
6441 ------------------------------------------------------------------------
6442 r3688 | fenrir | 2003-02-23 20:07:02 +0100 (Sun, 23 Feb 2003) | 2 lines
6443 Changed paths:
6444    M /trunk/Makefile.am
6445    M /trunk/include/vlc_objects.h
6446    M /trunk/modules/access_output/Modules.am
6447    M /trunk/modules/misc/Modules.am
6448    M /trunk/src/misc/objects.c
6449
6450  * all : declaration of http and httpd.
6451
6452 ------------------------------------------------------------------------
6453 r3689 | fenrir | 2003-02-23 23:35:34 +0100 (Sun, 23 Feb 2003) | 2 lines
6454 Changed paths:
6455    M /trunk/configure.ac.in
6456
6457  * enable httpd(by default) and http.
6458
6459 ------------------------------------------------------------------------
6460 r3690 | fenrir | 2003-02-24 10:18:07 +0100 (Mon, 24 Feb 2003) | 2 lines
6461 Changed paths:
6462    M /trunk/modules/demux/wav/wav.c
6463    M /trunk/modules/demux/wav/wav.h
6464
6465  * wav: proper seek handling. (wav file readable over http).
6466
6467 ------------------------------------------------------------------------
6468 r3691 | fenrir | 2003-02-24 10:26:26 +0100 (Mon, 24 Feb 2003) | 2 lines
6469 Changed paths:
6470    M /trunk/modules/demux/asf/libasf.c
6471
6472  * asf: fix seek for http.
6473
6474 ------------------------------------------------------------------------
6475 r3692 | fenrir | 2003-02-24 11:45:55 +0100 (Mon, 24 Feb 2003) | 4 lines
6476 Changed paths:
6477    M /trunk/include/stream_output.h
6478    M /trunk/modules/demux/wav/wav.c
6479    M /trunk/modules/mux/avi.c
6480    M /trunk/modules/mux/dummy.c
6481    M /trunk/modules/mux/mpeg/ps.c
6482    M /trunk/modules/mux/mpeg/ts.c
6483
6484  * stream output: fixed name inconsistency, added a new exported
6485 functions by muxer.
6486  * wav: fixed a warning.
6487
6488 ------------------------------------------------------------------------
6489 r3693 | fenrir | 2003-02-24 12:00:54 +0100 (Mon, 24 Feb 2003) | 3 lines
6490 Changed paths:
6491    M /trunk/include/stream_output.h
6492
6493  * stream_output.h : add a private parameter to sout_instance_t only used
6494 by src/stream_output.c (avoid changing every time stream_output.h...)
6495
6496 ------------------------------------------------------------------------
6497 r3694 | gbazin | 2003-02-24 12:14:16 +0100 (Mon, 24 Feb 2003) | 3 lines
6498 Changed paths:
6499    M /trunk/configure.ac.in
6500    M /trunk/modules/misc/httpd.c
6501
6502
6503 * configure.ac.in, modules/misc/httpd.c: compilation fixes for win32.
6504
6505 ------------------------------------------------------------------------
6506 r3695 | fenrir | 2003-02-24 13:34:29 +0100 (Mon, 24 Feb 2003) | 3 lines
6507 Changed paths:
6508    M /trunk/modules/mux/avi.c
6509    M /trunk/modules/mux/dummy.c
6510    M /trunk/modules/mux/mpeg/ps.c
6511    M /trunk/modules/mux/mpeg/ts.c
6512    M /trunk/src/stream_output/stream_output.c
6513
6514  * stream_output.c : fixed compilation.
6515  * mux/* implemented pf_mux_capacity.
6516
6517 ------------------------------------------------------------------------
6518 r3696 | fenrir | 2003-02-24 15:14:43 +0100 (Mon, 24 Feb 2003) | 2 lines
6519 Changed paths:
6520    M /trunk/modules/mux/avi.c
6521    M /trunk/modules/mux/dummy.c
6522    M /trunk/modules/mux/mpeg/ps.c
6523    M /trunk/modules/mux/mpeg/ts.c
6524
6525  * all : fix compilation.
6526
6527 ------------------------------------------------------------------------
6528 r3697 | sigmunau | 2003-02-24 15:40:22 +0100 (Mon, 24 Feb 2003) | 3 lines
6529 Changed paths:
6530    M /trunk/src/input/input_ext-plugins.c
6531
6532 updated documentation to reflect that input_AccessReinit should be called
6533 before, and not after a random seek
6534
6535 ------------------------------------------------------------------------
6536 r3698 | jlj | 2003-02-24 18:06:21 +0100 (Mon, 24 Feb 2003) | 2 lines
6537 Changed paths:
6538    M /trunk/modules/audio_filter/converter/a52tofloat32.c
6539
6540   * a52tofloat32.c: changed an error into warning.
6541
6542 ------------------------------------------------------------------------
6543 r3699 | fenrir | 2003-02-25 00:27:20 +0100 (Tue, 25 Feb 2003) | 3 lines
6544 Changed paths:
6545    M /trunk/configure.ac.in
6546    M /trunk/modules/mux/Modules.am
6547    A /trunk/modules/mux/ogg.c
6548
6549  * all : ogg/ogm muxer. Yet very limited as it accepts only mp3/a52 audio
6550 and mpeg4/divx3 video streams. (Created files seem to work only with vlc).
6551
6552 ------------------------------------------------------------------------
6553 r3700 | fenrir | 2003-02-25 00:28:18 +0100 (Tue, 25 Feb 2003) | 2 lines
6554 Changed paths:
6555    M /trunk/src/stream_output/stream_output.c
6556
6557  * stream_output.c : added a sanity check.
6558
6559 ------------------------------------------------------------------------
6560 r3701 | gbazin | 2003-02-25 18:15:32 +0100 (Tue, 25 Feb 2003) | 6 lines
6561 Changed paths:
6562    M /trunk/configure.ac.in
6563    M /trunk/modules/codec/Modules.am
6564    A /trunk/modules/codec/libmpeg2.c
6565
6566
6567 * configure.ac.in, modules/codec/Modules.am, modules/codec/libmpeg2.c:
6568    Added a simple mpeg video decoder based on libmpeg2. It is mainly useful
6569    for comparing the performance against our custom decoder as it is currently
6570    missing some important features like the synchro stuff.
6571
6572 ------------------------------------------------------------------------
6573 r3702 | fenrir | 2003-02-25 18:17:43 +0100 (Tue, 25 Feb 2003) | 8 lines
6574 Changed paths:
6575    M /trunk/include/httpd.h
6576    M /trunk/include/stream_output.h
6577    M /trunk/modules/access_output/http.c
6578    M /trunk/modules/misc/httpd.c
6579    M /trunk/modules/mux/ogg.c
6580    M /trunk/src/stream_output/stream_output.c
6581
6582  * stream_output.* : added a flags variable to sout_buffer_t, allowing to
6583 mark headers.
6584  * httpd : added a way to use stream header, and changed the way that
6585 stream data are stored (allow better client handling).
6586  * http : use stream header, and add mime type detection by looking
6587 at file extention (could be improved).
6588  * ogg: fixed a segfault when removing a stream, mark header.
6589
6590 ------------------------------------------------------------------------
6591 r3703 | gbazin | 2003-02-25 19:26:12 +0100 (Tue, 25 Feb 2003) | 5 lines
6592 Changed paths:
6593    M /trunk/configure.ac.in
6594    A /trunk/po/Makevars
6595
6596
6597 * configure.ac.in: accidentaly changed AM_GNU_GETTEXT_VERSION to 0.11.5 in
6598    my last commit.
6599 * po/Makevars: file needed by newer versions of gettext.
6600
6601 ------------------------------------------------------------------------
6602 r3704 | gbazin | 2003-02-25 22:09:34 +0100 (Tue, 25 Feb 2003) | 3 lines
6603 Changed paths:
6604    M /trunk/modules/codec/libmpeg2.c
6605
6606
6607 * modules/codec/libmpeg2.c: fixed pts handling.
6608
6609 ------------------------------------------------------------------------
6610 r3705 | babal | 2003-02-26 05:23:55 +0100 (Wed, 26 Feb 2003) | 2 lines
6611 Changed paths:
6612    M /trunk/configure.ac.in
6613
6614 - link the headphone channel mixer with the math library
6615
6616 ------------------------------------------------------------------------
6617 r3706 | fenrir | 2003-02-26 13:38:17 +0100 (Wed, 26 Feb 2003) | 2 lines
6618 Changed paths:
6619    M /trunk/modules/mux/mpeg/ts.c
6620
6621  * ts.c: added "ts" shorcut for ts_dvbpsi.
6622
6623 ------------------------------------------------------------------------
6624 r3707 | gbazin | 2003-02-26 14:51:36 +0100 (Wed, 26 Feb 2003) | 6 lines
6625 Changed paths:
6626    M /trunk/modules/packetizer/mpegvideo.c
6627    M /trunk/src/input/input_ext-dec.c
6628
6629
6630 * src/input/input_ext-dec.c: added a few sanity checks that avoid crashing
6631    badly when we reach the end of the stream (decoder stream).
6632 * modules/packetizer/mpegvideo.c: fixed a bug that was causing an infinite
6633    loop when the end of the stream was reached.
6634
6635 ------------------------------------------------------------------------
6636 r3708 | marcari | 2003-02-26 16:44:22 +0100 (Wed, 26 Feb 2003) | 5 lines
6637 Changed paths:
6638    M /trunk/modules/gui/familiar/familiar.c
6639
6640 * small modification for linupy :
6641     - added a pixmpa directory
6642     - added a set_usize (how do we maximize cleanly a gtk-window ?)
6643     - chdir to '.' instead of '/mnt' (should it be '~' or '/' ?)
6644
6645 ------------------------------------------------------------------------
6646 r3709 | marcari | 2003-02-26 16:47:26 +0100 (Wed, 26 Feb 2003) | 6 lines
6647 Changed paths:
6648    M /trunk/modules/gui/familiar/callbacks.c
6649
6650 * implementation of the 'autoplay file' button callback
6651 * when clicking a link : follows the link and don't try to open it
6652 * yopy does not always sees the '.' and '..', so workaround :
6653     - all the hidden files are not displayed
6654     - the '..' directory is each time added by hand
6655
6656 ------------------------------------------------------------------------
6657 r3710 | massiot | 2003-02-26 19:15:33 +0100 (Wed, 26 Feb 2003) | 2 lines
6658 Changed paths:
6659    M /trunk/include/vlc_config.h
6660    M /trunk/src/audio_output/dec.c
6661    M /trunk/src/video_output/video_output.c
6662
6663 * Added sanity checks for PTS in the future.
6664
6665 ------------------------------------------------------------------------
6666 r3711 | gbazin | 2003-02-26 20:39:43 +0100 (Wed, 26 Feb 2003) | 5 lines
6667 Changed paths:
6668    M /trunk/Makefile.am
6669    M /trunk/configure.ac.in
6670    M /trunk/install-win32
6671    M /trunk/src/libvlc.c
6672
6673
6674 * configure.ac.in, Makefile.am, install-win32: fixed the package-win32 make
6675    target, and included the locales in the installer script.
6676 * src/libvlc.c: on win32 we look for the locales in vlc's directory.
6677
6678 ------------------------------------------------------------------------
6679 r3712 | asmax | 2003-02-26 22:00:53 +0100 (Wed, 26 Feb 2003) | 2 lines
6680 Changed paths:
6681    M /trunk/python/vlcmodule.c
6682    M /trunk/python/vlrs/announce.py
6683    M /trunk/python/vlrs/streamer.py
6684
6685 * compilation fixes...
6686
6687 ------------------------------------------------------------------------
6688 r3713 | massiot | 2003-02-27 09:19:02 +0100 (Thu, 27 Feb 2003) | 4 lines
6689 Changed paths:
6690    M /trunk/configure.ac.in
6691    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
6692    M /trunk/include/vlc_threads.h
6693    M /trunk/modules/gui/macosx/intf.m
6694    M /trunk/po/de.po
6695    M /trunk/po/en_GB.po
6696    M /trunk/po/fr.po
6697    M /trunk/po/it.po
6698    M /trunk/po/ja.po
6699    M /trunk/po/nl.po
6700    M /trunk/po/no.po
6701    M /trunk/po/pl.po
6702    M /trunk/po/ru.po
6703    M /trunk/po/sv.po
6704    M /trunk/po/vlc.pot
6705    M /trunk/src/libvlc.c
6706
6707 * Bumped up revision number to 0.5.2-test2
6708 * Another attempt at fixing the "VLC is locking up OS X" problem
6709 * Updated po files
6710
6711 ------------------------------------------------------------------------
6712 r3714 | marcari | 2003-02-27 13:44:01 +0100 (Thu, 27 Feb 2003) | 2 lines
6713 Changed paths:
6714    M /trunk/AUTHORS
6715    M /trunk/MAINTAINERS
6716    M /trunk/THANKS
6717
6718 * updates for the YOPY ports (thx to Sebastien Chaumat !)
6719
6720 ------------------------------------------------------------------------
6721 r3715 | gbazin | 2003-02-27 14:19:44 +0100 (Thu, 27 Feb 2003) | 3 lines
6722 Changed paths:
6723    M /trunk/modules/access/dvdplay/dvd.c
6724    M /trunk/modules/codec/cinepak/cinepak.c
6725    M /trunk/modules/demux/a52sys.c
6726    M /trunk/modules/demux/asf/asf.c
6727    M /trunk/modules/demux/avi/avi.c
6728    M /trunk/modules/demux/flac.c
6729    M /trunk/modules/demux/m3u.c
6730    M /trunk/modules/demux/mp4/mp4.c
6731    M /trunk/modules/demux/wav/wav.c
6732    M /trunk/modules/gui/wxwindows/open.cpp
6733    M /trunk/po/POTFILES.in
6734    M /trunk/po/de.po
6735    M /trunk/po/en_GB.po
6736    M /trunk/po/fr.po
6737    M /trunk/po/it.po
6738    M /trunk/po/ja.po
6739    M /trunk/po/nl.po
6740    M /trunk/po/no.po
6741    M /trunk/po/pl.po
6742    M /trunk/po/ru.po
6743    M /trunk/po/sv.po
6744    M /trunk/po/vlc.pot
6745
6746
6747 * ALL: i18n updates and fixes.
6748
6749 ------------------------------------------------------------------------
6750 r3716 | fenrir | 2003-02-27 16:07:48 +0100 (Thu, 27 Feb 2003) | 3 lines
6751 Changed paths:
6752    M /trunk/modules/misc/httpd.c
6753
6754  * httpd: clean up, kick up unused connection (it waits 10s), use select
6755 to way (instead of a hard coded sleep ;)
6756
6757 ------------------------------------------------------------------------
6758 r3717 | gbazin | 2003-02-27 17:38:39 +0100 (Thu, 27 Feb 2003) | 3 lines
6759 Changed paths:
6760    M /trunk/modules/demux/avi/avi.c
6761
6762
6763 * modules/demux/avi/avi.c: compilation fix.
6764
6765 ------------------------------------------------------------------------
6766 r3718 | ipkiss | 2003-02-27 23:09:24 +0100 (Thu, 27 Feb 2003) | 2 lines
6767 Changed paths:
6768    M /trunk/modules/gui/win32/misc.cpp
6769    M /trunk/modules/gui/win32/win32.bpr
6770
6771 A few modifications to get closer to i18n in the win32 interface
6772
6773 ------------------------------------------------------------------------
6774 r3719 | ipkiss | 2003-02-28 05:31:24 +0100 (Fri, 28 Feb 2003) | 4 lines
6775 Changed paths:
6776    M /trunk/include/vlc_common.h
6777    M /trunk/modules/gui/win32/misc.cpp
6778
6779 Internationalization now works for the win32 interface (thanks Gildas).
6780 I've voluntarily disabled the translation of the toolbar buttons
6781 strings, because it looks really awful...
6782
6783 ------------------------------------------------------------------------
6784 r3720 | massiot | 2003-02-28 11:19:02 +0100 (Fri, 28 Feb 2003) | 2 lines
6785 Changed paths:
6786    M /trunk/po/de.po
6787
6788 German translation, courtesy of Felix K?\239?\191?\189hne <FK@aenneburghardt.de>.
6789
6790 ------------------------------------------------------------------------
6791 r3721 | fenrir | 2003-02-28 18:23:35 +0100 (Fri, 28 Feb 2003) | 2 lines
6792 Changed paths:
6793    M /trunk/modules/demux/avi/avi.c
6794
6795  * try a workaround for BeOS MediaKit files.
6796
6797 ------------------------------------------------------------------------
6798 r3722 | gbazin | 2003-03-01 20:25:13 +0100 (Sat, 01 Mar 2003) | 6 lines
6799 Changed paths:
6800    M /trunk/Makefile.am
6801    M /trunk/install-win32
6802    M /trunk/msvc/config.h.in
6803    M /trunk/msvc/vlc.dsw
6804    M /trunk/toolbox
6805
6806
6807 * install-win32, Makefile.am: added the html faq to the win32 package.
6808 * toolbox, msvc/*: few fixes to the msvc project files generation.
6809    (compiling plugins won't work yet because there are a few hacks that
6810     need to be done in order to compile dlls that use the c-runtime)
6811
6812 ------------------------------------------------------------------------
6813 r3723 | ipkiss | 2003-03-01 22:32:49 +0100 (Sat, 01 Mar 2003) | 8 lines
6814 Changed paths:
6815    M /trunk/modules/gui/win32/about.dfm
6816    M /trunk/modules/gui/win32/mainframe.cpp
6817    M /trunk/modules/gui/win32/mainframe.dfm
6818    M /trunk/modules/gui/win32/mainframe.h
6819    M /trunk/modules/gui/win32/misc.cpp
6820    M /trunk/modules/gui/win32/preferences.cpp
6821    M /trunk/modules/gui/win32/win32.cpp
6822
6823  - about.dfm: the layout of the "About" dialog box is slightly different
6824  - misc.cpp: toolbar buttons are translated too
6825  - mainframe.dfm: removed the "Back" and "Eject" toolbar buttons, which
6826    were rather useless, and added an "Eject disc" menu entry
6827    Also hid the caption for all the toolbar buttons
6828  - win32.cpp: Added a config option to display or not these captions
6829  - preferences.cpp: small modification to support non-advanced mode
6830
6831 ------------------------------------------------------------------------
6832 r3724 | gbazin | 2003-03-02 00:26:08 +0100 (Sun, 02 Mar 2003) | 4 lines
6833 Changed paths:
6834    M /trunk/include/vlc_threads_funcs.h
6835    M /trunk/src/misc/threads.c
6836
6837
6838 * src/misc/threads.c, include/vlc_threads_funcs.h: fixed gnu-pth thread
6839    implementation and fixed an initialization bug in libvlc.
6840
6841 ------------------------------------------------------------------------
6842 r3725 | gbazin | 2003-03-02 02:35:30 +0100 (Sun, 02 Mar 2003) | 4 lines
6843 Changed paths:
6844    M /trunk/include/vlc_threads_funcs.h
6845    M /trunk/src/misc/threads.c
6846
6847
6848 * src/misc/threads.c, include/vlc_threads_funcs.h: another bunch of fixes
6849    for the GNU-pth implementation.
6850
6851 ------------------------------------------------------------------------
6852 r3726 | gbazin | 2003-03-02 03:47:19 +0100 (Sun, 02 Mar 2003) | 5 lines
6853 Changed paths:
6854    M /trunk/configure.ac.in
6855
6856
6857 * configure.ac.in: Removed unused options.
6858    We also don't link with lrt anymore when using GNU-pth (lrt depends on
6859    lpthread).
6860
6861 ------------------------------------------------------------------------
6862 r3727 | gbazin | 2003-03-02 13:10:46 +0100 (Sun, 02 Mar 2003) | 3 lines
6863 Changed paths:
6864    M /trunk/NEWS
6865
6866
6867 * NEWS: started filling in the NEWS file for the 0.5.2 release.
6868
6869 ------------------------------------------------------------------------
6870 r3728 | fenrir | 2003-03-02 18:12:21 +0100 (Sun, 02 Mar 2003) | 2 lines
6871 Changed paths:
6872    M /trunk/modules/misc/httpd.c
6873
6874  * fixed a bug.
6875
6876 ------------------------------------------------------------------------
6877 r3729 | fenrir | 2003-03-02 18:13:33 +0100 (Sun, 02 Mar 2003) | 2 lines
6878 Changed paths:
6879    M /trunk/modules/demux/asf/asf.c
6880
6881  * forgot to initialize a variable.
6882
6883 ------------------------------------------------------------------------
6884 r3730 | fenrir | 2003-03-02 19:17:58 +0100 (Sun, 02 Mar 2003) | 2 lines
6885 Changed paths:
6886    M /trunk/modules/access/mms/asf.h
6887    M /trunk/modules/access/mms/mms.c
6888
6889  * fixed seek flag with broadcasted data.
6890
6891 ------------------------------------------------------------------------
6892 r3731 | gbazin | 2003-03-02 20:07:01 +0100 (Sun, 02 Mar 2003) | 3 lines
6893 Changed paths:
6894    M /trunk/configure.ac.in
6895
6896
6897 * configure.ac.in: fixed libid3tag detection.
6898
6899 ------------------------------------------------------------------------
6900 r3732 | fenrir | 2003-03-03 02:38:07 +0100 (Mon, 03 Mar 2003) | 3 lines
6901 Changed paths:
6902    M /trunk/modules/access/mms/mms.c
6903    M /trunk/modules/access/mms/mms.h
6904
6905  * fixed play back of  mms://viptvr.yacast.fr/encoderfranceinfo (asf
6906 header send over multiples packets).
6907
6908 ------------------------------------------------------------------------
6909 r3733 | massiot | 2003-03-03 15:19:09 +0100 (Mon, 03 Mar 2003) | 3 lines
6910 Changed paths:
6911    M /trunk/modules/codec/lpcm.c
6912    M /trunk/modules/demux/mpeg/ps.c
6913
6914 * Fixed a bug in LPCM codec.
6915 * Changed an error into a warning.
6916
6917 ------------------------------------------------------------------------
6918 r3734 | gbazin | 2003-03-03 15:21:08 +0100 (Mon, 03 Mar 2003) | 8 lines
6919 Changed paths:
6920    M /trunk/modules/access/dvd/ifo.c
6921    M /trunk/modules/access/dvd/udf.c
6922    M /trunk/modules/access/file.c
6923    M /trunk/modules/access/ftp.c
6924    M /trunk/modules/access/http.c
6925    M /trunk/modules/access/mms/mms.c
6926    M /trunk/modules/access/udp.c
6927    M /trunk/modules/access_output/dummy.c
6928    M /trunk/modules/access_output/file.c
6929    M /trunk/modules/access_output/udp.c
6930    M /trunk/modules/audio_output/directx.c
6931    M /trunk/modules/control/rc/rc.c
6932    M /trunk/modules/misc/httpd.c
6933    M /trunk/modules/misc/network/ipv4.c
6934    M /trunk/modules/mux/avi.c
6935    M /trunk/modules/mux/dummy.c
6936    M /trunk/modules/mux/mpeg/pes.c
6937    M /trunk/modules/mux/mpeg/ps.c
6938    M /trunk/modules/mux/mpeg/ts.c
6939    M /trunk/msvc/config.h.in
6940    M /trunk/msvc/libvlc.dsp.in
6941    M /trunk/msvc/plugins.dsp.in
6942    M /trunk/msvc/vlc.dsp.in
6943    M /trunk/msvc/vlc.dsw
6944    M /trunk/src/libvlc.c
6945    M /trunk/src/misc/netutils.c
6946    M /trunk/src/misc/win32_specific.c
6947
6948
6949 * ALL: Finally fixed the MSVC project files.
6950        Don't include io.h on win32 when not necessary.
6951        A few build fixes for MSVC.
6952
6953 * src/misc/win32_specific.c: try to load winsock2 instead of winsock1 when
6954    present.
6955
6956 ------------------------------------------------------------------------
6957 r3735 | gbazin | 2003-03-03 17:49:14 +0100 (Mon, 03 Mar 2003) | 3 lines
6958 Changed paths:
6959    M /trunk/include/vlc_common.h
6960    M /trunk/modules/misc/dummy/decoder.c
6961    M /trunk/msvc/vlc.dsp.in
6962    M /trunk/src/misc/modules.c
6963    M /trunk/toolbox
6964
6965
6966 * ALL: another bunch of fixes for the MSVC build.
6967
6968 ------------------------------------------------------------------------
6969 r3736 | hartman | 2003-03-03 20:39:48 +0100 (Mon, 03 Mar 2003) | 8 lines
6970 Changed paths:
6971    M /trunk/NEWS
6972    M /trunk/README.MacOSX.rtf
6973    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
6974    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
6975
6976 * NEWS:
6977   - added remarks on m-audio fixes and other OSX specific fixes.
6978   - added improved ID3 detection item
6979 * README.MacOSX.rtf
6980   - updated to reflect M-Audio fixes.
6981 * ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/*:
6982   - widened the Browse.. button to allow for the german word: durchsuchen.
6983
6984 ------------------------------------------------------------------------
6985 r3737 | massiot | 2003-03-04 00:48:41 +0100 (Tue, 04 Mar 2003) | 4 lines
6986 Changed paths:
6987    M /trunk/configure.ac.in
6988    M /trunk/include/vlc_threads.h
6989    M /trunk/modules/demux/avi/avi.c
6990
6991 * mpeg_video is back as a built-in because it is reproduceably faster than
6992   as a plug-in,
6993 * Another desperate attempt at fixing OS X lock-ups.
6994
6995 ------------------------------------------------------------------------
6996 r3738 | hartman | 2003-03-04 00:58:34 +0100 (Tue, 04 Mar 2003) | 2 lines
6997 Changed paths:
6998    M /trunk/po/nl.po
6999
7000 * updated dutch strings.
7001
7002 ------------------------------------------------------------------------
7003 r3739 | gbazin | 2003-03-04 04:27:40 +0100 (Tue, 04 Mar 2003) | 12 lines
7004 Changed paths:
7005    M /trunk/include/aout_internal.h
7006    M /trunk/modules/audio_filter/resampler/Modules.am
7007    A /trunk/modules/audio_filter/resampler/bandlimited.c
7008    A /trunk/modules/audio_filter/resampler/bandlimited.h
7009    M /trunk/modules/audio_filter/resampler/linear.c
7010    M /trunk/modules/audio_filter/resampler/trivial.c
7011    M /trunk/modules/audio_filter/resampler/ugly.c
7012    M /trunk/src/audio_output/filters.c
7013    M /trunk/src/audio_output/input.c
7014
7015
7016 * modules/audio_filter/resampler/bandlimited.[ch]: new high-quality
7017    bandlimited interpolation resampler.
7018    It is not yet enabled by default because it requires a bit more works
7019    (not fully stable yet because of buffer overflows under certain conditions).
7020
7021 * src/audio_output/input.c: the resamplers are now always active (expcept
7022    in spdif mode).
7023
7024 * modules/audio_filter/resampler/*: modified the resampler to return the
7025    input buffer when no resampling is needed.
7026
7027 ------------------------------------------------------------------------
7028 r3740 | massiot | 2003-03-04 14:21:19 +0100 (Tue, 04 Mar 2003) | 3 lines
7029 Changed paths:
7030    M /trunk/include/input_ext-dec.h
7031    M /trunk/include/input_ext-plugins.h
7032    M /trunk/modules/codec/lpcm.c
7033    M /trunk/src/input/input_dec.c
7034    M /trunk/src/input/input_ext-dec.c
7035
7036 * Fixed a major bug in the LPCM codec.
7037 * Moved input_ExtractPES to where it belongs, input_ext-dec.c.
7038
7039 ------------------------------------------------------------------------
7040 r3741 | hartman | 2003-03-04 18:31:45 +0100 (Tue, 04 Mar 2003) | 9 lines
7041 Changed paths:
7042    M /trunk/configure.ac.in
7043    M /trunk/modules/gui/macosx/intf.h
7044    M /trunk/modules/gui/macosx/intf.m
7045    M /trunk/modules/gui/win32/strings.cpp
7046    M /trunk/po/de.po
7047    M /trunk/po/en_GB.po
7048    M /trunk/po/fr.po
7049    M /trunk/po/it.po
7050    M /trunk/po/ja.po
7051    M /trunk/po/nl.po
7052    M /trunk/po/no.po
7053    M /trunk/po/pl.po
7054    M /trunk/po/ru.po
7055    M /trunk/po/sv.po
7056    M /trunk/po/vlc.pot
7057
7058 ALL:
7059  - the german translation requires two different translations of the word
7060    File. I added a _ANS() function to the macosx version that gets the
7061    translation of 1:File and strips the first two characters of this
7062    alternate translation.
7063  - updated all .po files to make sure we don't break anything
7064  - committed the March 1 version of the german translation by Felix
7065    Kuhne <FK@aenneburghardt.de>
7066
7067 ------------------------------------------------------------------------
7068 r3742 | gbazin | 2003-03-04 20:28:39 +0100 (Tue, 04 Mar 2003) | 5 lines
7069 Changed paths:
7070    M /trunk/modules/audio_filter/resampler/bandlimited.c
7071
7072
7073 * modules/audio_filter/resampler/bandlimited.c: fix bug that was affecting
7074    quality badly + some clean-up.
7075    Changed the module priority so it is now the default resampler.
7076
7077 ------------------------------------------------------------------------
7078 r3743 | gbazin | 2003-03-04 22:12:04 +0100 (Tue, 04 Mar 2003) | 6 lines
7079 Changed paths:
7080    M /trunk/include/vlc_common.h
7081    M /trunk/modules/access/file.c
7082
7083
7084 * include/vlc_common.h: on win32 we include malloc.h (otherwise alloca is
7085    not declared).
7086 * modules/access/file.c: use _lseeki64 instead of lseek on win32. This
7087    should allow seeking on files > 1.2Gb (Hopefully closes #168).
7088
7089 ------------------------------------------------------------------------
7090 r3744 | hartman | 2003-03-04 22:54:03 +0100 (Tue, 04 Mar 2003) | 6 lines
7091 Changed paths:
7092    M /trunk/NEWS
7093    M /trunk/configure.ac.in
7094    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
7095    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
7096
7097 * NEWS:
7098   - added item on fix of 'clicking' sound between stream changes.
7099   - added item on new bandlimited resampler
7100 * ALL:
7101   - bumped up revision number to 0.5.2-test3
7102
7103 ------------------------------------------------------------------------
7104 r3745 | gbazin | 2003-03-04 23:08:33 +0100 (Tue, 04 Mar 2003) | 4 lines
7105 Changed paths:
7106    M /trunk/NEWS
7107    M /trunk/modules/audio_filter/resampler/bandlimited.c
7108
7109
7110 * modules/audio_filter/resampler/bandlimited.c: small bug-fixes.
7111 * NEWS: added a note for the fixed MSVC project files.
7112
7113 ------------------------------------------------------------------------
7114 r3746 | hartman | 2003-03-04 23:36:18 +0100 (Tue, 04 Mar 2003) | 2 lines
7115 Changed paths:
7116    M /trunk/modules/gui/macosx/intf.m
7117
7118 * grrr debug message in the wild.
7119
7120 ------------------------------------------------------------------------
7121 r3747 | gbazin | 2003-03-04 23:48:55 +0100 (Tue, 04 Mar 2003) | 3 lines
7122 Changed paths:
7123    M /trunk/modules/video_output/directx/directx.c
7124    M /trunk/modules/video_output/directx/events.c
7125
7126
7127 * modules/video_output/directx: added support for the mouse gestures interface.
7128
7129 ------------------------------------------------------------------------
7130 r3748 | hartman | 2003-03-05 00:32:06 +0100 (Wed, 05 Mar 2003) | 2 lines
7131 Changed paths:
7132    M /trunk/modules/gui/macosx/vout.m
7133
7134 * this code should allow for the use of gestures under OS X.
7135
7136 ------------------------------------------------------------------------
7137 r3749 | massiot | 2003-03-05 00:36:57 +0100 (Wed, 05 Mar 2003) | 3 lines
7138 Changed paths:
7139    M /trunk/modules/gui/macosx/intf.m
7140    M /trunk/src/libvlc.c
7141    M /trunk/src/libvlc.h
7142    M /trunk/src/misc/threads.c
7143
7144 * Made rt-priority a real-time variable (shut-up sam) and misc attempts
7145   to improve responsiveness under OS X
7146
7147 ------------------------------------------------------------------------
7148 r3750 | massiot | 2003-03-05 00:37:19 +0100 (Wed, 05 Mar 2003) | 2 lines
7149 Changed paths:
7150    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
7151
7152 Bumped up to 0.5.2-test3
7153
7154 ------------------------------------------------------------------------
7155 r3751 | sigmunau | 2003-03-05 01:05:23 +0100 (Wed, 05 Mar 2003) | 3 lines
7156 Changed paths:
7157    M /trunk/NEWS
7158
7159 added not that gestures are now supported on osx and windows, with a comment
7160 telling that this isn't really useful yet.
7161
7162 ------------------------------------------------------------------------
7163 r3752 | massiot | 2003-03-05 01:11:18 +0100 (Wed, 05 Mar 2003) | 2 lines
7164 Changed paths:
7165    M /trunk/configure.ac.in
7166
7167 * Fixed LDFLAGS_mp4 variable.
7168
7169 ------------------------------------------------------------------------
7170 r3753 | gbazin | 2003-03-05 18:55:13 +0100 (Wed, 05 Mar 2003) | 6 lines
7171 Changed paths:
7172    M /trunk/src/input/input_ext-plugins.c
7173
7174
7175 * src/input/input_ext-plugins.c: added an msleep() call in case we fail to
7176    allocate a new buffer in input_FillBuffer(). This is necessary because
7177    the input thread has an high priority and we don't want it to loop
7178    without any interruption.
7179
7180 ------------------------------------------------------------------------
7181 r3754 | hartman | 2003-03-05 20:16:42 +0100 (Wed, 05 Mar 2003) | 3 lines
7182 Changed paths:
7183    M /trunk/po/it.po
7184
7185 * updated italian translation by Bruno <allevb@tin.it>
7186   i had to merge it by hand, because it was pretty outdated.
7187
7188 ------------------------------------------------------------------------
7189 r3755 | gbazin | 2003-03-05 20:31:32 +0100 (Wed, 05 Mar 2003) | 3 lines
7190 Changed paths:
7191    M /trunk/modules/audio_filter/resampler/bandlimited.c
7192
7193
7194 * modules/audio_filter/resampler/bandlimited.c: added a few more sanity checks.
7195
7196 ------------------------------------------------------------------------
7197 r3756 | gbazin | 2003-03-05 20:58:47 +0100 (Wed, 05 Mar 2003) | 3 lines
7198 Changed paths:
7199    M /trunk/Makefile.am
7200
7201
7202 * Makefile.am: make package-win32 creates FAQ.htm not faq.htm.
7203
7204 ------------------------------------------------------------------------
7205 r3757 | gbazin | 2003-03-05 23:37:05 +0100 (Wed, 05 Mar 2003) | 4 lines
7206 Changed paths:
7207    M /trunk/install-win32
7208    M /trunk/modules/audio_filter/resampler/bandlimited.c
7209
7210
7211 * modules/audio_filter/resampler/bandlimited.c: another bug-fix ( should be the last one ;)
7212 * install-win32: the FAQ wasn't being included in the package.
7213
7214 ------------------------------------------------------------------------
7215 r3758 | sigmunau | 2003-03-06 01:10:33 +0100 (Thu, 06 Mar 2003) | 4 lines
7216 Changed paths:
7217    M /trunk/modules/demux/m3u.c
7218
7219 we now insert playlist entries right after the playlist file, and not at the
7220 end of playlist. Should close bug reported on mailing list by Stepan Roh
7221 about "redirection".
7222
7223 ------------------------------------------------------------------------
7224 r3759 | jpsaman | 2003-03-06 10:27:13 +0100 (Thu, 06 Mar 2003) | 2 lines
7225 Changed paths:
7226    M /trunk/ipkg/control
7227    M /trunk/ipkg/control.gpe
7228    M /trunk/ipkg/control.opie
7229    M /trunk/ipkg/control.zaurus
7230    M /trunk/ipkg/rules
7231    M /trunk/ipkg/rules.gpe
7232    M /trunk/ipkg/rules.opie
7233    M /trunk/ipkg/rules.zaurus
7234
7235 Updated version number.
7236
7237 ------------------------------------------------------------------------
7238 r3760 | massiot | 2003-03-06 10:58:00 +0100 (Thu, 06 Mar 2003) | 2 lines
7239 Changed paths:
7240    M /trunk/src/libvlc.h
7241
7242 Fixed a segfault in the OS X preferences panel.
7243
7244 ------------------------------------------------------------------------
7245 r3761 | jpsaman | 2003-03-06 11:11:33 +0100 (Thu, 06 Mar 2003) | 2 lines
7246 Changed paths:
7247    M /trunk/modules/misc/qte_main.cpp
7248    M /trunk/modules/video_output/qte/qte.cpp
7249
7250 More sizing stuff.
7251
7252 ------------------------------------------------------------------------
7253 r3762 | hartman | 2003-03-06 11:15:37 +0100 (Thu, 06 Mar 2003) | 3 lines
7254 Changed paths:
7255    M /trunk/modules/gui/macosx/prefs.m
7256
7257 * If labels are nil, then it shouldn't disable the entire preference panel.
7258   fixes #428 more permenantly. the cause was a missing rt-priority desc.
7259
7260 ------------------------------------------------------------------------
7261 r3763 | fenrir | 2003-03-06 12:09:56 +0100 (Thu, 06 Mar 2003) | 2 lines
7262 Changed paths:
7263    M /trunk/include/httpd.h
7264    M /trunk/modules/misc/httpd.c
7265
7266  * http: fixed a segfault while using it more than once.
7267
7268 ------------------------------------------------------------------------
7269 r3764 | fenrir | 2003-03-06 12:15:55 +0100 (Thu, 06 Mar 2003) | 2 lines
7270 Changed paths:
7271    M /trunk/modules/access_output/http.c
7272
7273  * http: lalala, forgot one line :)
7274
7275 ------------------------------------------------------------------------
7276 r3765 | hartman | 2003-03-06 12:43:07 +0100 (Thu, 06 Mar 2003) | 28 lines
7277 Changed paths:
7278    M /trunk/extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology
7279    M /trunk/extras/MacOSX/Resources/vlc.scriptSuite
7280    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
7281    M /trunk/modules/gui/macosx/Modules.am
7282    A /trunk/modules/gui/macosx/applescript.h
7283    A /trunk/modules/gui/macosx/applescript.m
7284    A /trunk/modules/gui/macosx/controls.h
7285    M /trunk/modules/gui/macosx/controls.m
7286    M /trunk/modules/gui/macosx/intf.h
7287    M /trunk/modules/gui/macosx/intf.m
7288    M /trunk/modules/gui/macosx/open.h
7289    M /trunk/modules/gui/macosx/open.m
7290    M /trunk/modules/gui/macosx/playlist.m
7291    M /trunk/modules/gui/macosx/vout.h
7292    M /trunk/modules/gui/macosx/vout.m
7293
7294 * modules/gui/macosx/applescript.?
7295 * extras/MacOSX/Resources/vlc.scriptSuite
7296 * extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology
7297   - moved existing applescript commands to these files
7298   - added several control commands. supported are: play/pause, stop,
7299     previous, next, fullscreen, mute, volumeUp and volumeDown.
7300     These correspond to the existing menuitems. This still requires work
7301     in the future to make it more correct AppleScript, but it works for now.
7302
7303 * modules/gui/macosx/controls.?
7304   - split up the controls.m into a .m and a .h
7305
7306 * modules/gui/macosx/intf.?
7307   - added a getControls method to gain access to the controller object from
7308     the AppleScript commands.
7309
7310 * modules/gui/macosx/open.?
7311   - removed the applescript support existing here and moved it to applescript.?
7312
7313 * modules/gui/macosx/playlist.m
7314   - made the tooltips for the add and remove buttons localizable.
7315
7316 * modules/gui/macosx/vout.m
7317   - added a comment on the meaning of otherMouse events.
7318
7319 * ALL:
7320   - updated copyright information to include the current year ;)
7321
7322 ------------------------------------------------------------------------
7323 r3766 | hartman | 2003-03-06 13:05:05 +0100 (Thu, 06 Mar 2003) | 3 lines
7324 Changed paths:
7325    M /trunk/NEWS
7326    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
7327    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
7328    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
7329    M /trunk/modules/gui/macosx/intf.h
7330    M /trunk/modules/gui/macosx/intf.m
7331
7332 ALL: fixed: http://bugzilla.videolan.org/cgi-bin/bugzilla/show_bug.cgi?id=425
7333      having two close buttons in one window goes against Apple's UIG.
7334
7335 ------------------------------------------------------------------------
7336 r3767 | hartman | 2003-03-06 13:52:32 +0100 (Thu, 06 Mar 2003) | 3 lines
7337 Changed paths:
7338    M /trunk/modules/gui/macosx/vout.m
7339
7340 * fixed an issue with blackbars at certain aspect ratios when you resize
7341   the video window. (half, double)
7342
7343 ------------------------------------------------------------------------
7344 r3768 | hartman | 2003-03-06 15:40:43 +0100 (Thu, 06 Mar 2003) | 3 lines
7345 Changed paths:
7346    M /trunk/modules/gui/macosx/vout.m
7347
7348 * not < but > ;)
7349   time to stop for today
7350
7351 ------------------------------------------------------------------------
7352 r3769 | hartman | 2003-03-06 16:24:12 +0100 (Thu, 06 Mar 2003) | 3 lines
7353 Changed paths:
7354    M /trunk/modules/gui/macosx/playlist.m
7355
7356 * the close window command was reacting irratic because of my meddling
7357   with the responder chain. HANDS OFF you little devil ;)
7358
7359 ------------------------------------------------------------------------
7360 r3770 | sigmunau | 2003-03-06 16:30:42 +0100 (Thu, 06 Mar 2003) | 2 lines
7361 Changed paths:
7362    M /trunk/modules/demux/m3u.c
7363
7364 the m3u demux now reads the pls files shoutcast uses.
7365
7366 ------------------------------------------------------------------------
7367 r3771 | hartman | 2003-03-06 23:17:11 +0100 (Thu, 06 Mar 2003) | 2 lines
7368 Changed paths:
7369    M /trunk/README.MacOSX.rtf
7370
7371 * Updated README on Mac OS X issues.
7372
7373 ------------------------------------------------------------------------
7374 r3772 | gbazin | 2003-03-07 00:10:11 +0100 (Fri, 07 Mar 2003) | 7 lines
7375 Changed paths:
7376    M /trunk/include/aout_internal.h
7377    M /trunk/src/audio_output/dec.c
7378
7379
7380 * src/audio_output/dec.c, include/aout_internal.h: the aout core was
7381 automatically discarding audio samples that were above AOUT_MAX_ADVANCE_TIME
7382 in the future. Problem is that p_input->i_pts_delay isn't a fixed value. We
7383 now fetch this value from the input thread when we create an aout_instance_t.
7384 This solves problems with the http access plugin.
7385
7386 ------------------------------------------------------------------------
7387 r3773 | sigmunau | 2003-03-07 00:52:31 +0100 (Fri, 07 Mar 2003) | 2 lines
7388 Changed paths:
7389    M /trunk/NEWS
7390
7391 NEWS: added note about .pls handeling and the http audio fix
7392
7393 ------------------------------------------------------------------------
7394 r3774 | gbazin | 2003-03-07 01:53:09 +0100 (Fri, 07 Mar 2003) | 4 lines
7395 Changed paths:
7396    M /trunk/modules/gui/gtk/gnome.c
7397    M /trunk/modules/gui/gtk/gtk.c
7398
7399
7400 * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: clean up the gtk/gnome
7401 messages window regularly.
7402
7403 ------------------------------------------------------------------------
7404 r3775 | sigmunau | 2003-03-08 02:55:28 +0100 (Sat, 08 Mar 2003) | 4 lines
7405 Changed paths:
7406    M /trunk/modules/control/gestures.c
7407
7408 added a down, right gesture to quit vlc and an up, right gesture that swaps
7409 fullscreen on/off, removed the down gesture as it is now covered by the up,
7410 right gesture
7411
7412 ------------------------------------------------------------------------
7413 r3776 | fenrir | 2003-03-09 17:22:35 +0100 (Sun, 09 Mar 2003) | 4 lines
7414 Changed paths:
7415    M /trunk/modules/demux/mp4/libmp4.c
7416    M /trunk/modules/demux/mp4/libmp4.h
7417
7418  * fixed a really stupid bug with compressed header, improved parsing
7419 of audio stsd box. (handle qt3+ audio box)
7420  (I still need to fix mp4.c to read audio track that aren't mp4a)
7421
7422 ------------------------------------------------------------------------
7423 r3777 | gbazin | 2003-03-09 20:25:09 +0100 (Sun, 09 Mar 2003) | 6 lines
7424 Changed paths:
7425    M /trunk/configure.ac.in
7426    M /trunk/modules/access/dvdplay/access.c
7427    M /trunk/modules/codec/spudec/parse.c
7428    M /trunk/src/misc/variables.c
7429
7430
7431 * configure.ac.in: don't include the screensaver plugin on win32.
7432 * src/misc/variables.c: fixed a bug in var_Change() and in var_DelCallback().
7433 * modules/codec/spudec/parse.c: removed unnessecary code.
7434 * modules/access/dvdplay/access.c: fixed some navigation problems.
7435
7436 ------------------------------------------------------------------------
7437 r3778 | gbazin | 2003-03-09 20:44:16 +0100 (Sun, 09 Mar 2003) | 4 lines
7438 Changed paths:
7439    M /trunk/NEWS
7440    M /trunk/configure.ac.in
7441
7442
7443 * configure.ac.in: fixed my previous commit.
7444 * NEWS: added an entry about fixes in the dvd menu support.
7445
7446 ------------------------------------------------------------------------
7447 r3779 | jlj | 2003-03-09 21:07:47 +0100 (Sun, 09 Mar 2003) | 2 lines
7448 Changed paths:
7449    M /trunk/configure.ac.in
7450    M /trunk/modules/audio_filter/converter/Modules.am
7451    A /trunk/modules/audio_filter/converter/dtstospdif.c
7452    M /trunk/modules/codec/Modules.am
7453    A /trunk/modules/codec/dts.c
7454
7455   * DTS S/PDIF support.
7456
7457 ------------------------------------------------------------------------
7458 r3780 | jlj | 2003-03-10 00:39:05 +0100 (Mon, 10 Mar 2003) | 2 lines
7459 Changed paths:
7460    M /trunk/include/input_ext-intf.h
7461    M /trunk/modules/demux/mpeg/ps.c
7462    M /trunk/modules/demux/mpeg/system.c
7463
7464   * ./modules/demux/mpeg: DTS support.
7465
7466 ------------------------------------------------------------------------
7467 r3781 | massiot | 2003-03-10 01:04:14 +0100 (Mon, 10 Mar 2003) | 4 lines
7468 Changed paths:
7469    M /trunk/NEWS
7470    M /trunk/configure.ac.in
7471    M /trunk/doc/release-howto.txt
7472    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
7473    M /trunk/include/vlc_threads.h
7474    M /trunk/modules/audio_output/file.c
7475    M /trunk/src/libvlc.h
7476    M /trunk/src/misc/threads.c
7477
7478 * Bumped up version number to 0.5.2
7479 * Fix for the "lock-up" problem under MacOS X. Removed the rt-priority
7480   configuration variable.
7481
7482 ------------------------------------------------------------------------
7483 r3782 | gbazin | 2003-03-10 01:12:53 +0100 (Mon, 10 Mar 2003) | 4 lines
7484 Changed paths:
7485    M /trunk/configure.ac.in
7486    M /trunk/modules/access/vcd/cdrom.c
7487
7488
7489 * modules/access/vcd/cdrom.c: small win32 bugfix.
7490 * configure.ac.in: on win32 we link ws2_32 with the slp plugin.
7491
7492 ------------------------------------------------------------------------
7493 r3783 | fenrir | 2003-03-10 02:07:09 +0100 (Mon, 10 Mar 2003) | 3 lines
7494 Changed paths:
7495    M /trunk/modules/demux/avi/libavi.c
7496
7497  * improved seeking and fixed play back when reading from stdin (when
7498 reported size is null).
7499
7500 ------------------------------------------------------------------------
7501 r3784 | jlj | 2003-03-10 09:23:45 +0100 (Mon, 10 Mar 2003) | 2 lines
7502 Changed paths:
7503    M /trunk/modules/codec/dts.c
7504
7505   * ./modules/codec/dts.c: minor fix.
7506
7507 ------------------------------------------------------------------------
7508 r3785 | massiot | 2003-03-10 11:41:22 +0100 (Mon, 10 Mar 2003) | 2 lines
7509 Changed paths:
7510    M /trunk/modules/audio_output/oss.c
7511
7512 Fixed a major bug with 5.1 output and the OSS plug-in.
7513
7514 ------------------------------------------------------------------------
7515 r3786 | sam | 2003-03-10 18:12:08 +0100 (Mon, 10 Mar 2003) | 2 lines
7516 Changed paths:
7517    M /trunk/configure.ac.in
7518
7519   * ./configure.ac.in: moved an extra -lws2_32 to a win32 specific case.
7520
7521 ------------------------------------------------------------------------
7522 r3787 | gbazin | 2003-03-10 19:17:19 +0100 (Mon, 10 Mar 2003) | 3 lines
7523 Changed paths:
7524    M /trunk/modules/gui/gtk/gnome.c
7525    M /trunk/modules/gui/gtk/gtk.c
7526
7527
7528 * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: small change to the slider behaviour.
7529
7530 ------------------------------------------------------------------------
7531 r3788 | gbazin | 2003-03-10 19:26:33 +0100 (Mon, 10 Mar 2003) | 3 lines
7532 Changed paths:
7533    M /trunk/src/video_output/vout_pictures.c
7534
7535
7536 * src/video_output/vout_pictures.c: declaration of FOURCC_RV24, courtesy of Olivier Aubert.
7537
7538 ------------------------------------------------------------------------
7539 r3789 | sam | 2003-03-10 20:30:35 +0100 (Mon, 10 Mar 2003) | 2 lines
7540 Changed paths:
7541    M /trunk/toolbox
7542
7543   * ./toolbox: added --update-changelog flag.
7544
7545 ------------------------------------------------------------------------
7546 r3790 | gbazin | 2003-03-10 20:37:53 +0100 (Mon, 10 Mar 2003) | 3 lines
7547 Changed paths:
7548    M /trunk/ChangeLog
7549
7550
7551 * ChangeLog: updated the changelog for the 0.5.2 release.
7552
7553 ------------------------------------------------------------------------
7554 r3791 | alexis | 2003-03-10 21:08:00 +0100 (Mon, 10 Mar 2003) | 2 lines
7555 Changed paths:
7556    M /trunk/vlc.spec
7557
7558 vlc.spec: Bumped up version number to 0.5.2
7559
7560 ------------------------------------------------------------------------
7561 r3792 | alexis | 2003-03-10 22:01:26 +0100 (Mon, 10 Mar 2003) | 4 lines
7562 Changed paths:
7563    M /trunk/m4/Makefile.am
7564
7565 Fix so that compilation works with a tarball made with "make dist-all".
7566
7567 Sam, can you check that my fix is OK ?
7568
7569 ------------------------------------------------------------------------
7570 r3793 | alexis | 2003-03-10 22:24:11 +0100 (Mon, 10 Mar 2003) | 2 lines
7571 Changed paths:
7572    M /trunk/m4/Makefile.am
7573
7574 Reverted my previous commit (the bug was coming from my old gettext version)
7575
7576 ------------------------------------------------------------------------
7577 r3794 | fenrir | 2003-03-11 06:52:37 +0100 (Tue, 11 Mar 2003) | 2 lines
7578 Changed paths:
7579    M /trunk/modules/codec/ffmpeg/ffmpeg.c
7580
7581  * ffmpeg support mace 3/6 audio codec. (quicktime)
7582
7583 ------------------------------------------------------------------------
7584 r3795 | fenrir | 2003-03-11 07:14:16 +0100 (Tue, 11 Mar 2003) | 4 lines
7585 Changed paths:
7586    M /trunk/modules/codec/araw.c
7587
7588  * Hugly hack: break huge block of samples into smaller ones else
7589 some avi/mov file with raw audio can't be played, *BUT* it's not the
7590 good fix (as the problem seems to be elsewhere).
7591
7592 ------------------------------------------------------------------------
7593 r3796 | fenrir | 2003-03-11 07:45:59 +0100 (Tue, 11 Mar 2003) | 2 lines
7594 Changed paths:
7595    M /trunk/modules/demux/wav/wav.c
7596
7597  * wav: Support for alaw/ulaw data. (untested)
7598
7599 ------------------------------------------------------------------------
7600 r3797 | fenrir | 2003-03-11 07:58:06 +0100 (Tue, 11 Mar 2003) | 3 lines
7601 Changed paths:
7602    M /trunk/modules/codec/araw.c
7603    M /trunk/modules/codec/ffmpeg/ffmpeg.h
7604
7605  * ffmpeg.h: added missing fourcc.
7606  * araw.c: fixed a warning.
7607
7608 ------------------------------------------------------------------------
7609 r3798 | fenrir | 2003-03-11 07:58:49 +0100 (Tue, 11 Mar 2003) | 2 lines
7610 Changed paths:
7611    M /trunk/modules/codec/adpcm.c
7612
7613  * adpcm: added IMA4 support.
7614
7615 ------------------------------------------------------------------------
7616 r3799 | fenrir | 2003-03-11 08:03:16 +0100 (Tue, 11 Mar 2003) | 3 lines
7617 Changed paths:
7618    M /trunk/configure.ac.in
7619    M /trunk/modules/demux/Modules.am
7620    A /trunk/modules/demux/au.c
7621
7622  * au.c : added au demuxer. Only ulaw/alaw/raw pcm data are supported.
7623 ( I need some samples to do special adpcm support).
7624
7625 ------------------------------------------------------------------------
7626 r3800 | alexis | 2003-03-11 14:12:42 +0100 (Tue, 11 Mar 2003) | 2 lines
7627 Changed paths:
7628    M /trunk/modules/gui/win32/Modules.am
7629
7630 Added sout.* and subtitles.*
7631
7632 ------------------------------------------------------------------------
7633 r3801 | titer | 2003-03-11 14:52:25 +0100 (Tue, 11 Mar 2003) | 2 lines
7634 Changed paths:
7635    M /trunk/modules/misc/network/ipv4.c
7636
7637  modules/misc/network/ipv4.c: BeOS compile fix
7638
7639 ------------------------------------------------------------------------
7640 r3802 | fenrir | 2003-03-11 18:40:40 +0100 (Tue, 11 Mar 2003) | 2 lines
7641 Changed paths:
7642    M /trunk/modules/codec/araw.c
7643
7644  * Clean up. (Sigmund, does it work ?).
7645
7646 ------------------------------------------------------------------------
7647 r3803 | fenrir | 2003-03-11 19:14:27 +0100 (Tue, 11 Mar 2003) | 2 lines
7648 Changed paths:
7649    M /trunk/modules/access/mms/mms.c
7650
7651  * mms: converted a warning into a dbg message.
7652
7653 ------------------------------------------------------------------------
7654 r3804 | gbazin | 2003-03-11 19:16:10 +0100 (Tue, 11 Mar 2003) | 3 lines
7655 Changed paths:
7656    M /trunk/Makefile.am
7657
7658
7659 * Makefile.am: Fixed problem with the package-win32 target.
7660
7661 ------------------------------------------------------------------------
7662 r3805 | alexis | 2003-03-11 19:54:47 +0100 (Tue, 11 Mar 2003) | 2 lines
7663 Changed paths:
7664    M /trunk/doc/Makefile.am
7665
7666 Added missing files.
7667
7668 ------------------------------------------------------------------------
7669 r3806 | sam | 2003-03-11 19:57:30 +0100 (Tue, 11 Mar 2003) | 3 lines
7670 Changed paths:
7671    M /trunk/debian/control
7672    M /trunk/debian/rules
7673    M /trunk/debian/woody-buildpackage
7674
7675   * ./debian/control: added the FLAC decoder to the Debian package (sid-only,
7676     because the API changed too much since the version in woody).
7677
7678 ------------------------------------------------------------------------
7679 r3807 | fenrir | 2003-03-11 19:57:51 +0100 (Tue, 11 Mar 2003) | 4 lines
7680 Changed paths:
7681    M /trunk/modules/demux/mp4/libmp4.c
7682    M /trunk/modules/demux/mp4/libmp4.h
7683    M /trunk/modules/demux/mp4/mp4.c
7684    M /trunk/modules/demux/mp4/mp4.h
7685
7686  * mp4: I have reworked a lot the demuxer. Now it should handle gracefully
7687 the audio part of mov file. I'm really interested by any regression you
7688 could find, please _test_ all .mp4/.mov file you have.
7689
7690 ------------------------------------------------------------------------
7691 r3808 | fenrir | 2003-03-11 20:02:31 +0100 (Tue, 11 Mar 2003) | 5 lines
7692 Changed paths:
7693    M /trunk/include/stream_output.h
7694    M /trunk/include/vlc_common.h
7695    M /trunk/modules/access_output/udp.c
7696    M /trunk/modules/mux/avi.c
7697    M /trunk/modules/mux/dummy.c
7698    M /trunk/modules/mux/mpeg/ps.c
7699    M /trunk/modules/mux/mpeg/ts.c
7700    M /trunk/modules/mux/ogg.c
7701    M /trunk/modules/packetizer/a52.c
7702    M /trunk/modules/packetizer/copy.c
7703    M /trunk/modules/packetizer/mpeg4audio.c
7704    M /trunk/modules/packetizer/mpeg4video.c
7705    M /trunk/modules/packetizer/mpegaudio.c
7706    M /trunk/modules/packetizer/mpegvideo.c
7707    M /trunk/src/stream_output/stream_output.c
7708
7709  * all: reworked stream output. Now it handles mutliples outputs from
7710 one input, just type --sout "<first url>#<second url>#..." (Yes it
7711 is awfull, but I need suggestion).
7712    udp: correctly update sequence number in rtp.
7713
7714 ------------------------------------------------------------------------
7715 r3809 | sam | 2003-03-11 20:14:09 +0100 (Tue, 11 Mar 2003) | 6 lines
7716 Changed paths:
7717    M /trunk/debian/Makefile.am
7718    M /trunk/debian/control
7719    M /trunk/debian/rules
7720    D /trunk/debian/vlc-plugin-a52.dirs
7721    D /trunk/debian/vlc-plugin-dv.dirs
7722    D /trunk/debian/vlc-plugin-dvb.dirs
7723    D /trunk/debian/vlc-plugin-mad.dirs
7724    D /trunk/debian/vlc-plugin-ogg.dirs
7725    D /trunk/debian/vlc-plugin-xosd.dirs
7726
7727   * ./debian/*: removed the vlc-plugin-dvb, vlc-plugin-xosd and vlc-plugin-dv
7728     packages (because the dependencies are very small), and the vlc-plugin-mad,
7729     vlc-plugin-a52 and vlc-plugin-ogg packages (because vlc depends on them
7730     anyway).
7731   * ./debian/*: changed vlc-plugin-svgalib to x86-only.
7732
7733 ------------------------------------------------------------------------
7734 r3810 | sam | 2003-03-11 20:30:04 +0100 (Tue, 11 Mar 2003) | 6 lines
7735 Changed paths:
7736    M /trunk/debian/control
7737    M /trunk/debian/rules
7738    D /trunk/debian/vlc-plugin-aa.dirs
7739    D /trunk/debian/vlc-plugin-lirc.dirs
7740
7741   * ./debian/*: additional Debian butchery; merged vlc-plugin-aa and
7742     vlc-plugin-lirc into vlc, and removed vlc-mad, vlc-arts, vlc-lirc and
7743     vlc-aa legacy packages because they were not in woody.
7744   * ./debian/control: tuned the control file to provide smooth upgrades from
7745     woody, from sarge, and from the local VideoLAN repository.
7746
7747 ------------------------------------------------------------------------
7748 r3811 | sam | 2003-03-11 20:57:29 +0100 (Tue, 11 Mar 2003) | 2 lines
7749 Changed paths:
7750    M /trunk/debian/changelog
7751    M /trunk/debian/control
7752
7753   * ./debian/control: vlc provides the mp3-decoder metapackage.
7754
7755 ------------------------------------------------------------------------
7756 r3812 | sam | 2003-03-11 20:58:35 +0100 (Tue, 11 Mar 2003) | 2 lines
7757 Changed paths:
7758    M /trunk/debian/Makefile.am
7759
7760   * ./debian/Makefile.am: removed spurious entries.
7761
7762 ------------------------------------------------------------------------
7763 r3813 | fenrir | 2003-03-11 21:01:23 +0100 (Tue, 11 Mar 2003) | 2 lines
7764 Changed paths:
7765    M /trunk/modules/demux/util/sub.c
7766    M /trunk/modules/demux/util/sub.h
7767
7768  * Added support of vplayer subtitles files.
7769
7770 ------------------------------------------------------------------------
7771 r3814 | sam | 2003-03-11 21:40:50 +0100 (Tue, 11 Mar 2003) | 2 lines
7772 Changed paths:
7773    M /trunk/debian/control
7774    M /trunk/debian/woody-buildpackage
7775
7776   * ./debian/control: we build-depend on libqt3-mt-dev instead of libqt3-dev.
7777
7778 ------------------------------------------------------------------------
7779 r3815 | sam | 2003-03-11 21:53:28 +0100 (Tue, 11 Mar 2003) | 2 lines
7780 Changed paths:
7781    M /trunk/src/stream_output/stream_output.c
7782
7783   * ./src/stream_output/stream_output.c: fixed a minor format string issue.
7784
7785 ------------------------------------------------------------------------
7786 r3816 | sam | 2003-03-11 22:23:42 +0100 (Tue, 11 Mar 2003) | 2 lines
7787 Changed paths:
7788    M /trunk/configure.ac.in
7789
7790   * ./configure.ac.in: quick and dirty workaround for qt3 headers location.
7791
7792 ------------------------------------------------------------------------
7793 r3817 | fenrir | 2003-03-11 22:52:05 +0100 (Tue, 11 Mar 2003) | 2 lines
7794 Changed paths:
7795    M /trunk/src/stream_output/stream_output.c
7796
7797  * removed strdupa.
7798
7799 ------------------------------------------------------------------------
7800 r3818 | sam | 2003-03-11 23:44:48 +0100 (Tue, 11 Mar 2003) | 4 lines
7801 Changed paths:
7802    M /trunk/debian/control
7803    M /trunk/debian/woody-buildpackage
7804
7805   * ./debian/control: added libqt3-compat-headers build-dependency because of
7806     strange issues with KDE headers that I'm not sure to fully understand but
7807     also honestly completely don't care about.
7808
7809 ------------------------------------------------------------------------
7810 r3819 | fenrir | 2003-03-12 00:56:40 +0100 (Wed, 12 Mar 2003) | 2 lines
7811 Changed paths:
7812    M /trunk/modules/codec/adpcm.c
7813
7814  * fix ima4 decoding.
7815
7816 ------------------------------------------------------------------------
7817 r3820 | gbazin | 2003-03-12 00:56:54 +0100 (Wed, 12 Mar 2003) | 3 lines
7818 Changed paths:
7819    M /trunk/include/input_ext-plugins.h
7820    M /trunk/include/variables.h
7821    M /trunk/modules/access/dvd/access.c
7822    M /trunk/modules/access/dvdplay/access.c
7823    M /trunk/modules/access/dvdread/input.c
7824    M /trunk/modules/access/satellite/access.c
7825    M /trunk/modules/access/vcd/vcd.c
7826    M /trunk/modules/gui/wxwindows/popup.cpp
7827    M /trunk/src/input/input.c
7828    M /trunk/src/input/input_ext-intf.c
7829    M /trunk/src/input/input_programs.c
7830    M /trunk/src/misc/variables.c
7831
7832
7833 * ALL: experimental code for stream (dvd) navigation through object variables.
7834
7835 ------------------------------------------------------------------------
7836 r3821 | sam | 2003-03-12 01:56:16 +0100 (Wed, 12 Mar 2003) | 2 lines
7837 Changed paths:
7838    M /trunk/configure.ac.in
7839
7840   * ./configure.ac.in: we look for libqt-mt.so before libqt.so.
7841
7842 ------------------------------------------------------------------------
7843 r3822 | sam | 2003-03-12 05:16:02 +0100 (Wed, 12 Mar 2003) | 3 lines
7844 Changed paths:
7845    M /trunk/bootstrap
7846    M /trunk/toolbox
7847
7848   * ./bootstrap: fixed a conflict issue with recent autopoint versions.
7849   * ./toolbox: the MSVC project file generation no longer depends on Makefile.
7850
7851 ------------------------------------------------------------------------
7852 r3823 | sam | 2003-03-12 06:12:05 +0100 (Wed, 12 Mar 2003) | 4 lines
7853 Changed paths:
7854    M /trunk/Makefile.am
7855    M /trunk/toolbox
7856
7857   * ./Makefile.am: moved generation of .h files to the toolbox so that we
7858     can call "toolbox --update-includes" without running configure.
7859   * ./toolbox: de-uglified some shell code.
7860
7861 ------------------------------------------------------------------------
7862 r3824 | sam | 2003-03-12 06:26:46 +0100 (Wed, 12 Mar 2003) | 3 lines
7863 Changed paths:
7864    M /trunk/src/input/input_programs.c
7865    M /trunk/src/misc/modules.c
7866    M /trunk/src/misc/netutils.c
7867    M /trunk/src/stream_output/stream_output.c
7868
7869   * ./src/stream_output/stream_output.c: Win32 compilation fix.
7870   * ./src/misc/modules.c: fixed a pointer indirection bug.
7871
7872 ------------------------------------------------------------------------
7873 r3825 | titer | 2003-03-13 00:15:03 +0100 (Thu, 13 Mar 2003) | 4 lines
7874 Changed paths:
7875    M /trunk/configure.ac.in
7876    M /trunk/modules/gui/beos/Interface.cpp
7877    M /trunk/modules/gui/beos/InterfaceWindow.cpp
7878    M /trunk/modules/gui/beos/VideoOutput.cpp
7879    M /trunk/src/misc/beos_specific.cpp
7880
7881  * configure.ac.in: compile fix for BeOS/BONE (s/LDFALGS/LDFLAGS/...)
7882  * beos_specific.cpp, modules/gui/beos/*: add VLC version number in the
7883    "About" window and in the titles of the others windows.
7884
7885 ------------------------------------------------------------------------
7886 r3826 | marcari | 2003-03-13 00:59:19 +0100 (Thu, 13 Mar 2003) | 2 lines
7887 Changed paths:
7888    M /trunk/configure.ac.in
7889    M /trunk/modules/audio_filter/converter/Modules.am
7890    A /trunk/modules/audio_filter/converter/s16tofixed32.c
7891
7892  * all: added s16tofixed32 filter, so that we decode flac with iPaq !
7893
7894 ------------------------------------------------------------------------
7895 r3827 | ipkiss | 2003-03-13 11:33:29 +0100 (Thu, 13 Mar 2003) | 3 lines
7896 Changed paths:
7897    M /trunk/modules/gui/win32/mainframe.cpp
7898
7899 We don't segfault anymore when trying to go fullscreen with no input
7900 (closes #477)
7901
7902 ------------------------------------------------------------------------
7903 r3828 | marcari | 2003-03-13 16:50:17 +0100 (Thu, 13 Mar 2003) | 7 lines
7904 Changed paths:
7905    M /trunk/modules/gui/familiar/Modules.am
7906    M /trunk/modules/gui/familiar/callbacks.c
7907    M /trunk/modules/gui/familiar/callbacks.h
7908    M /trunk/modules/gui/familiar/familiar.c
7909    M /trunk/modules/gui/familiar/familiar.glade
7910    M /trunk/modules/gui/familiar/familiar.h
7911    M /trunk/modules/gui/familiar/interface.c
7912    A /trunk/modules/gui/familiar/network.c
7913    A /trunk/modules/gui/familiar/network.h
7914    A /trunk/modules/gui/familiar/playlist.c
7915    A /trunk/modules/gui/familiar/playlist.h
7916    A /trunk/share/familiar-playlistb16x16.xpm
7917
7918  * all: enhancements of the familiar interface includes :
7919     - the interface adapts to the screen size/rotation
7920     - a playlist
7921     - a network tab next to te file tab inside the media tab
7922     - MRL-Combo behaviour changed a bit
7923     - apply handling in preferences
7924
7925 ------------------------------------------------------------------------
7926 r3829 | hartman | 2003-03-13 17:09:21 +0100 (Thu, 13 Mar 2003) | 23 lines
7927 Changed paths:
7928    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
7929    M /trunk/modules/codec/ffmpeg/ffmpeg.c
7930    M /trunk/modules/codec/ffmpeg/ffmpeg.h
7931    M /trunk/modules/demux/avi/avi.c
7932    M /trunk/modules/demux/avi/libavi.h
7933    M /trunk/modules/demux/mp4/libmp4.c
7934    M /trunk/modules/demux/mp4/libmp4.h
7935    M /trunk/modules/gui/macosx/intf.m
7936
7937 * extras/MacOSX/vlc.pbproj/project.pbxproj:
7938   - added .qt and .pls file extensions.
7939
7940 * modules/gui/macosx/intf.m:
7941   - increased the number of lines the messages dialog can hold to 400.
7942
7943 * added fourcc '3iv1' to .avi and .mov
7944   - this is 3ivx D3.5 video.
7945   - we cannot read them at however and probably never will. I added them
7946     for completeness.
7947
7948 * added fourcc '3iv2' to .avi and ffmpeg
7949   - this is 3ivx D4 video
7950   - it is mpeg 4 compliant and ffmpeg decodes it, via MPEG4.
7951
7952 * added fourcc '3ivd' to .avi, .mov and ffmpeg.
7953   - this is video which was divx doctored by the 3ivx doctor program.
7954   - it is normal DIV3 video and ffmpeg decodes it via MPEG4 v3.
7955
7956 * added fourcc '3vid' to .avi, .mov and ffmpeg.
7957   - this is incorrect encoded DIV3. it is an endianness issue by the encoder.
7958   - ffmpeg can decode it however, so it is mapped to MPEG4 v3.
7959
7960 ------------------------------------------------------------------------
7961 r3830 | marcari | 2003-03-13 17:20:16 +0100 (Thu, 13 Mar 2003) | 2 lines
7962 Changed paths:
7963    A /trunk/doc/arm-crosscompile-howto.sgml
7964
7965  * skeleton of the arm crosscompilation howto
7966
7967 ------------------------------------------------------------------------
7968 r3831 | hartman | 2003-03-13 23:24:17 +0100 (Thu, 13 Mar 2003) | 8 lines
7969 Changed paths:
7970    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
7971    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
7972    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
7973    M /trunk/modules/gui/macosx/misc.h
7974    M /trunk/modules/gui/macosx/misc.m
7975
7976 * modules/gui/macosx/misc.?
7977   - added VLBrushedMetalImageView. This imageview does not respond to
7978     mousedrage, so we can still move our window by it's background.
7979 * extras/MacOSX/Resources/English.lproj/MainMenu.nib/*
7980   - Changed the container of our background image to the new
7981     VLBrushedMetalImageView.
7982     This fixes #390
7983
7984 ------------------------------------------------------------------------
7985 r3832 | sigmunau | 2003-03-13 23:35:51 +0100 (Thu, 13 Mar 2003) | 2 lines
7986 Changed paths:
7987    A /trunk/modules/demux/util/id3genres.h
7988    M /trunk/modules/demux/util/id3tag.c
7989
7990 Added support for oldstyle id3 genres.
7991
7992 ------------------------------------------------------------------------
7993 r3833 | sigmunau | 2003-03-13 23:45:32 +0100 (Thu, 13 Mar 2003) | 2 lines
7994 Changed paths:
7995    M /trunk/modules/gui/wxwindows/fileinfo.cpp
7996
7997 set a default size for the fileinfo dialog
7998
7999 ------------------------------------------------------------------------
8000 r3834 | massiot | 2003-03-14 01:06:02 +0100 (Fri, 14 Mar 2003) | 2 lines
8001 Changed paths:
8002    M /trunk/modules/gui/macosx/aout.m
8003
8004 Attempt at fixing the soundstick issue (unconfirmed).
8005
8006 ------------------------------------------------------------------------
8007 r3835 | sigmunau | 2003-03-14 01:24:08 +0100 (Fri, 14 Mar 2003) | 3 lines
8008 Changed paths:
8009    M /trunk/modules/codec/vorbis.c
8010    M /trunk/modules/demux/aac/demux.c
8011    M /trunk/modules/demux/asf/asf.c
8012    M /trunk/modules/demux/asf/libasf.c
8013    M /trunk/modules/demux/avi/avi.c
8014    M /trunk/modules/demux/mpeg/audio.c
8015    M /trunk/modules/demux/mpeg/m4v.c
8016    M /trunk/modules/demux/ogg.c
8017    M /trunk/src/input/input.c
8018
8019 all: info strings are now localized, fixed some typos and inconsistant uses
8020 of capital letters
8021
8022 ------------------------------------------------------------------------
8023 r3836 | jlj | 2003-03-14 02:08:38 +0100 (Fri, 14 Mar 2003) | 3 lines
8024 Changed paths:
8025    M /trunk/modules/gui/macosx/aout.m
8026
8027   * ./modules/gui/macosx/aout.m: Added mono classification. Fixed channels
8028                                  issue in InitDevice. Should close #490.
8029
8030 ------------------------------------------------------------------------
8031 r3837 | hartman | 2003-03-14 02:23:06 +0100 (Fri, 14 Mar 2003) | 7 lines
8032 Changed paths:
8033    M /trunk/configure.ac.in
8034    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
8035    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
8036    M /trunk/modules/gui/macosx/info.m
8037
8038 * ALL: Bumped version to 0.5.3-cvs
8039
8040 * modules/gui/macosx/info.m: Now we show strings (with accents) in ID3 tags
8041   correctly, but now the name of the file as reported in the playlist info
8042   gets displayed incorrectly if it has accents. (going for ID3 at the
8043   moment. filenames are named a plenty in the correct way)
8044
8045 ------------------------------------------------------------------------
8046 r3838 | lool | 2003-03-14 18:08:37 +0100 (Fri, 14 Mar 2003) | 2 lines
8047 Changed paths:
8048    M /trunk/doc/fortunes.txt
8049
8050   * Meuuh+++;
8051
8052 ------------------------------------------------------------------------
8053 r3839 | sam | 2003-03-14 18:14:16 +0100 (Fri, 14 Mar 2003) | 2 lines
8054 Changed paths:
8055    M /trunk/doc/fortunes.txt
8056
8057   * ./doc/fortunes.txt: sigmund++;
8058
8059 ------------------------------------------------------------------------
8060 r3840 | fenrir | 2003-03-15 01:09:31 +0100 (Sat, 15 Mar 2003) | 2 lines
8061 Changed paths:
8062    M /trunk/include/httpd.h
8063    M /trunk/modules/misc/httpd.c
8064
8065  * httpd: begin to support get/post method (look at admin.html ;)
8066
8067 ------------------------------------------------------------------------
8068 r3841 | fenrir | 2003-03-15 03:33:23 +0100 (Sat, 15 Mar 2003) | 2 lines
8069 Changed paths:
8070    M /trunk/modules/access/mms/mms.c
8071
8072  * mms: some clean up.
8073
8074 ------------------------------------------------------------------------
8075 r3842 | fenrir | 2003-03-15 04:02:13 +0100 (Sat, 15 Mar 2003) | 2 lines
8076 Changed paths:
8077    M /trunk/modules/access/mms/mms.c
8078
8079  * mms: revert some parts.
8080
8081 ------------------------------------------------------------------------
8082 r3843 | fenrir | 2003-03-15 19:44:31 +0100 (Sat, 15 Mar 2003) | 4 lines
8083 Changed paths:
8084    M /trunk/modules/codec/ffmpeg/video.c
8085    M /trunk/modules/demux/util/sub.c
8086    M /trunk/modules/demux/util/sub.h
8087
8088  * ffmpeg: Use truncated frames if supported by codec (only with newer
8089 libavcodec). This fix mpeg4 in TS with huge bitrate.
8090  * sub: clean up. Report any problems.
8091
8092 ------------------------------------------------------------------------
8093 r3844 | jlj | 2003-03-15 20:21:49 +0100 (Sat, 15 Mar 2003) | 4 lines
8094 Changed paths:
8095    M /trunk/modules/gui/macosx/aout.m
8096
8097 Jeff Moore @ Apple: The HAL specifically won't allow a device that doesn't
8098                     have linear PCM as it's current format to be
8099                     the default device.
8100
8101 ------------------------------------------------------------------------
8102 r3845 | fenrir | 2003-03-15 20:26:13 +0100 (Sat, 15 Mar 2003) | 2 lines
8103 Changed paths:
8104    M /trunk/src/stream_output/stream_output.c
8105
8106  * sout: fix a stupid bug making avi muxer segfaulting.
8107
8108 ------------------------------------------------------------------------
8109 r3846 | lool | 2003-03-15 21:17:37 +0100 (Sat, 15 Mar 2003) | 5 lines
8110 Changed paths:
8111    A /trunk/doc/faq/faq-alone.xml
8112    A /trunk/doc/faq/faq-alone.xsl
8113    A /trunk/doc/faq/faq.xml
8114
8115   * attempt at a docbook-xml version of the FAQ with XSL
8116     customizations, if people want to help or just have a look
8117   (use "xsltproc faq-alone.xsl faq-alone.xml" with the
8118    docbook-xml-simple package installed or saxon if you feel bored)
8119
8120 ------------------------------------------------------------------------
8121 r3847 | jlj | 2003-03-15 23:10:58 +0100 (Sat, 15 Mar 2003) | 2 lines
8122 Changed paths:
8123    M /trunk/modules/gui/macosx/aout.m
8124
8125 Another attempt at fixing the soundstick issue (unconfirmed).
8126
8127 ------------------------------------------------------------------------
8128 r3848 | fenrir | 2003-03-16 02:37:44 +0100 (Sun, 16 Mar 2003) | 3 lines
8129 Changed paths:
8130    M /trunk/modules/access/mms/mms.c
8131
8132  * mms: it seems that some server doesn't like fake ip 127.0.0.1
8133 (they refuse the connection), so let give them 192.168.0.1 ...
8134
8135 ------------------------------------------------------------------------
8136 r3849 | fenrir | 2003-03-16 02:49:28 +0100 (Sun, 16 Mar 2003) | 2 lines
8137 Changed paths:
8138    M /trunk/modules/access/mms/mms.c
8139
8140  * mms: removed some old stuff.
8141
8142 ------------------------------------------------------------------------
8143 r3850 | fenrir | 2003-03-16 14:11:28 +0100 (Sun, 16 Mar 2003) | 2 lines
8144 Changed paths:
8145    M /trunk/modules/demux/asf/asf.c
8146
8147  * asf: when there isn't any stream selected, stop playing.
8148
8149 ------------------------------------------------------------------------
8150 r3851 | fenrir | 2003-03-16 17:07:21 +0100 (Sun, 16 Mar 2003) | 2 lines
8151 Changed paths:
8152    M /trunk/modules/demux/util/sub.c
8153
8154  * sub.c: added SAMI subtitles support. (Untested and incomplete).
8155
8156 ------------------------------------------------------------------------
8157 r3852 | jlj | 2003-03-16 21:06:34 +0100 (Sun, 16 Mar 2003) | 2 lines
8158 Changed paths:
8159    M /trunk/modules/gui/macosx/aout.m
8160
8161   * ./modules/gui/macosx/aout.m: Swapped stereo and mono classification.
8162
8163 ------------------------------------------------------------------------
8164 r3853 | fenrir | 2003-03-17 00:35:39 +0100 (Mon, 17 Mar 2003) | 2 lines
8165 Changed paths:
8166    M /trunk/modules/demux/util/sub.c
8167
8168  * sub: better ssa4 recognition.
8169
8170 ------------------------------------------------------------------------
8171 r3854 | massiot | 2003-03-17 13:14:26 +0100 (Mon, 17 Mar 2003) | 2 lines
8172 Changed paths:
8173    M /trunk/src/libvlc.h
8174
8175 Fixed aspect ratio's tooltip.
8176
8177 ------------------------------------------------------------------------
8178 r3855 | marcari | 2003-03-17 14:49:14 +0100 (Mon, 17 Mar 2003) | 2 lines
8179 Changed paths:
8180    M /trunk/modules/gui/familiar/familiar.c
8181
8182   * familiar.c: added pixmap directory for linupy2 /usr/share/pixmaps/vlc
8183
8184 ------------------------------------------------------------------------
8185 r3856 | sigmunau | 2003-03-17 16:05:55 +0100 (Mon, 17 Mar 2003) | 2 lines
8186 Changed paths:
8187    M /trunk/modules/access/http.c
8188
8189 fixed up http redirects when there are other items in the playlist.
8190
8191 ------------------------------------------------------------------------
8192 r3857 | sam | 2003-03-17 17:59:47 +0100 (Mon, 17 Mar 2003) | 3 lines
8193 Changed paths:
8194    M /trunk/.cvsignore
8195    M /trunk/Makefile.am
8196    A /trunk/autotools
8197    A /trunk/autotools/.cvsignore
8198    A /trunk/autotools/Makefile.am
8199    M /trunk/bootstrap
8200    M /trunk/configure.ac.in
8201    M /trunk/toolbox
8202
8203   * ./autotools/: moved some autotools executables to this subdirectory to
8204     reduce cluttering of the root directory.
8205
8206 ------------------------------------------------------------------------
8207 r3858 | hartman | 2003-03-17 18:10:21 +0100 (Mon, 17 Mar 2003) | 10 lines
8208 Changed paths:
8209    M /trunk/include/vlc_playlist.h
8210    M /trunk/modules/gui/macosx/playlist.h
8211    M /trunk/modules/gui/macosx/playlist.m
8212    M /trunk/src/playlist/playlist.c
8213
8214 * src/playlist/playlist.c:
8215   - added playlist_Move to move an item in our playlist before the position
8216     of a previous item (or end) of our playlist. Keeps index at it's current
8217     item.
8218 * modules/gui/macosx/playlist.?:
8219   - Now a reorderable playlist. Thanks to Andrew Stone for example code.
8220     This fixes #349 (Finally ;)
8221   - True alternating colors in the playlistview. Thanks to Apple Computer
8222     for the example code.
8223
8224 ------------------------------------------------------------------------
8225 r3859 | sam | 2003-03-17 18:11:32 +0100 (Mon, 17 Mar 2003) | 3 lines
8226 Changed paths:
8227    M /trunk/modules/video_output/sdl.c
8228
8229   * ./modules/video_output/sdl.c: fixed an endianness bug due to libSDL not
8230     defining its fourcc values like us.
8231
8232 ------------------------------------------------------------------------
8233 r3860 | sam | 2003-03-17 19:02:11 +0100 (Mon, 17 Mar 2003) | 7 lines
8234 Changed paths:
8235    M /trunk/include/vlc_common.h
8236    M /trunk/modules/gui/familiar/familiar.c
8237    M /trunk/modules/gui/gtk/Modules.am
8238    M /trunk/modules/gui/gtk/gnome.c
8239    M /trunk/modules/gui/gtk/gtk.c
8240    M /trunk/modules/misc/gtk_main.c
8241    M /trunk/modules/misc/qte_main.cpp
8242    M /trunk/modules/video_output/qte/qte.cpp
8243
8244   * ./modules/misc/gtk_main.c, ./modules/gui/gtk/gtk.c,
8245     ./modules/gui/gtk/gnome.c, ./modules/gui/familiar/familiar.c: added a
8246     terminating NULL pointer in the fake argv values we pass to gtk_init().
8247   * ./modules/misc/qte_main.cpp, ./modules/misc/gtk_main.c: these plugins now
8248     have the "gui-helper" capability.
8249   * ./modules/misc/gtk_main.c: paved the way for Gtk2.
8250
8251 ------------------------------------------------------------------------
8252 r3861 | hartman | 2003-03-17 22:47:21 +0100 (Mon, 17 Mar 2003) | 3 lines
8253 Changed paths:
8254    M /trunk/modules/gui/macosx/playlist.h
8255    M /trunk/modules/gui/macosx/playlist.m
8256
8257  * modules/gui/macosx/playlist.?:
8258    - rewrite of code
8259
8260 ------------------------------------------------------------------------
8261 r3862 | hartman | 2003-03-18 00:13:06 +0100 (Tue, 18 Mar 2003) | 3 lines
8262 Changed paths:
8263    M /trunk/modules/gui/macosx/playlist.m
8264
8265 * modules/gui/macosx/playlist.m:
8266   - fixed a cosmetic issue.
8267
8268 ------------------------------------------------------------------------
8269 r3863 | fenrir | 2003-03-18 00:42:12 +0100 (Tue, 18 Mar 2003) | 2 lines
8270 Changed paths:
8271    M /trunk/modules/misc/httpd.c
8272    M /trunk/src/stream_output/stream_output.c
8273
8274  * all: fixed some stupid bugs.
8275
8276 ------------------------------------------------------------------------
8277 r3864 | fenrir | 2003-03-18 00:48:26 +0100 (Tue, 18 Mar 2003) | 2 lines
8278 Changed paths:
8279    M /trunk/modules/misc/httpd.c
8280
8281  * httpd: increased buffer size.
8282
8283 ------------------------------------------------------------------------
8284 r3865 | jlj | 2003-03-18 01:25:27 +0100 (Tue, 18 Mar 2003) | 2 lines
8285 Changed paths:
8286    M /trunk/modules/codec/dts.c
8287
8288   * ./modules/codec/dts.c: Steve Jobs did not pay me for this bug. Really.
8289
8290 ------------------------------------------------------------------------
8291 r3866 | sigmunau | 2003-03-18 01:33:29 +0100 (Tue, 18 Mar 2003) | 3 lines
8292 Changed paths:
8293    M /trunk/modules/demux/util/id3tag.c
8294
8295 Seek one less time. Should increase performance with access modules where
8296 seeks are expensive. (Though not enough)
8297
8298 ------------------------------------------------------------------------
8299 r3867 | gbazin | 2003-03-18 01:49:14 +0100 (Tue, 18 Mar 2003) | 3 lines
8300 Changed paths:
8301    M /trunk/src/playlist/playlist.c
8302
8303
8304 * src/playlist/playlist.c: fixed misplaced variable declaration.
8305
8306 ------------------------------------------------------------------------
8307 r3868 | sam | 2003-03-18 02:22:13 +0100 (Tue, 18 Mar 2003) | 2 lines
8308 Changed paths:
8309    M /trunk/modules/codec/lpcm.c
8310
8311   * ./modules/codec/lpcm.c: fixed two uninitialized variables.
8312
8313 ------------------------------------------------------------------------
8314 r3869 | sam | 2003-03-18 02:26:13 +0100 (Tue, 18 Mar 2003) | 3 lines
8315 Changed paths:
8316    M /trunk/modules/Makefile.am
8317    A /trunk/modules/gui/gtk2
8318    A /trunk/modules/gui/gtk2/.cvsignore
8319    A /trunk/modules/gui/gtk2/Modules.am
8320    A /trunk/modules/gui/gtk2/gnome2.c
8321    A /trunk/modules/gui/gtk2/gnome2.glade
8322    A /trunk/modules/gui/gtk2/gnome2.gladep
8323    A /trunk/modules/gui/gtk2/gnome2_callbacks.c
8324    A /trunk/modules/gui/gtk2/gnome2_callbacks.h
8325    A /trunk/modules/gui/gtk2/gnome2_interface.c
8326    A /trunk/modules/gui/gtk2/gnome2_interface.h
8327    A /trunk/modules/gui/gtk2/gnome2_support.c
8328    A /trunk/modules/gui/gtk2/gnome2_support.h
8329    A /trunk/modules/gui/gtk2/gtk2.c
8330    A /trunk/modules/gui/gtk2/gtk2.glade
8331    A /trunk/modules/gui/gtk2/gtk2.gladep
8332    A /trunk/modules/gui/gtk2/gtk2_callbacks.c
8333    A /trunk/modules/gui/gtk2/gtk2_callbacks.h
8334    A /trunk/modules/gui/gtk2/gtk2_interface.c
8335    A /trunk/modules/gui/gtk2/gtk2_interface.h
8336    A /trunk/modules/gui/gtk2/gtk2_support.c
8337    A /trunk/modules/gui/gtk2/gtk2_support.h
8338    M /trunk/modules/misc/Modules.am
8339    M /trunk/modules/misc/gtk_main.c
8340    M /trunk/toolbox
8341
8342   * ./modules/gui/gtk2/*: skeletons of Gtk-2.0 and GNOME-2 plugins.
8343   * ./toolbox: added --update-glade2 flag.
8344
8345 ------------------------------------------------------------------------
8346 r3870 | sam | 2003-03-18 02:34:08 +0100 (Tue, 18 Mar 2003) | 2 lines
8347 Changed paths:
8348    M /trunk/modules/Makefile.am
8349
8350   * ./modules/Makefile.am: added a missing definition of NULL.
8351
8352 ------------------------------------------------------------------------
8353 r3871 | sam | 2003-03-18 02:54:40 +0100 (Tue, 18 Mar 2003) | 2 lines
8354 Changed paths:
8355    M /trunk/toolbox
8356
8357   * ./toolbox: fixed a sed syntax error (thanks anil).
8358
8359 ------------------------------------------------------------------------
8360 r3872 | sam | 2003-03-18 02:57:59 +0100 (Tue, 18 Mar 2003) | 2 lines
8361 Changed paths:
8362    M /trunk/share/Makefile.am
8363
8364   * ./share/Makefile.am: added the .rle font to the make install rule.
8365
8366 ------------------------------------------------------------------------
8367 r3873 | ipkiss | 2003-03-18 03:21:47 +0100 (Tue, 18 Mar 2003) | 2 lines
8368 Changed paths:
8369    M /trunk/configure.ac.in
8370    M /trunk/modules/Makefile.am
8371    A /trunk/modules/gui/skins
8372    A /trunk/modules/gui/skins/.cvsignore
8373    A /trunk/modules/gui/skins/Modules.am
8374    A /trunk/modules/gui/skins/controls
8375    A /trunk/modules/gui/skins/controls/.cvsignore
8376    A /trunk/modules/gui/skins/controls/button.cpp
8377    A /trunk/modules/gui/skins/controls/button.h
8378    A /trunk/modules/gui/skins/controls/checkbox.cpp
8379    A /trunk/modules/gui/skins/controls/checkbox.h
8380    A /trunk/modules/gui/skins/controls/controls.h
8381    A /trunk/modules/gui/skins/controls/generic.cpp
8382    A /trunk/modules/gui/skins/controls/generic.h
8383    A /trunk/modules/gui/skins/controls/image.cpp
8384    A /trunk/modules/gui/skins/controls/image.h
8385    A /trunk/modules/gui/skins/controls/playlist.cpp
8386    A /trunk/modules/gui/skins/controls/playlist.h
8387    A /trunk/modules/gui/skins/controls/rectangle.cpp
8388    A /trunk/modules/gui/skins/controls/rectangle.h
8389    A /trunk/modules/gui/skins/controls/slider.cpp
8390    A /trunk/modules/gui/skins/controls/slider.h
8391    A /trunk/modules/gui/skins/controls/text.cpp
8392    A /trunk/modules/gui/skins/controls/text.h
8393    A /trunk/modules/gui/skins/os_api.h
8394    A /trunk/modules/gui/skins/os_bitmap.h
8395    A /trunk/modules/gui/skins/os_dialog.h
8396    A /trunk/modules/gui/skins/os_event.h
8397    A /trunk/modules/gui/skins/os_font.h
8398    A /trunk/modules/gui/skins/os_graphics.h
8399    A /trunk/modules/gui/skins/os_theme.h
8400    A /trunk/modules/gui/skins/os_window.h
8401    A /trunk/modules/gui/skins/parser
8402    A /trunk/modules/gui/skins/parser/.cvsignore
8403    A /trunk/modules/gui/skins/parser/flex.c
8404    A /trunk/modules/gui/skins/parser/skin.act
8405    A /trunk/modules/gui/skins/parser/skin.c
8406    A /trunk/modules/gui/skins/parser/skin.dtd
8407    A /trunk/modules/gui/skins/parser/skin.h
8408    A /trunk/modules/gui/skins/parser/wrappers.cpp
8409    A /trunk/modules/gui/skins/parser/wrappers.h
8410    A /trunk/modules/gui/skins/src
8411    A /trunk/modules/gui/skins/src/.cvsignore
8412    A /trunk/modules/gui/skins/src/anchor.cpp
8413    A /trunk/modules/gui/skins/src/anchor.h
8414    A /trunk/modules/gui/skins/src/banks.cpp
8415    A /trunk/modules/gui/skins/src/banks.h
8416    A /trunk/modules/gui/skins/src/bezier.cpp
8417    A /trunk/modules/gui/skins/src/bezier.h
8418    A /trunk/modules/gui/skins/src/bitmap.cpp
8419    A /trunk/modules/gui/skins/src/bitmap.h
8420    A /trunk/modules/gui/skins/src/dialog.cpp
8421    A /trunk/modules/gui/skins/src/dialog.h
8422    A /trunk/modules/gui/skins/src/event.cpp
8423    A /trunk/modules/gui/skins/src/event.h
8424    A /trunk/modules/gui/skins/src/font.cpp
8425    A /trunk/modules/gui/skins/src/font.h
8426    A /trunk/modules/gui/skins/src/graphics.cpp
8427    A /trunk/modules/gui/skins/src/graphics.h
8428    A /trunk/modules/gui/skins/src/skin_common.h
8429    A /trunk/modules/gui/skins/src/skin_main.cpp
8430    A /trunk/modules/gui/skins/src/theme.cpp
8431    A /trunk/modules/gui/skins/src/theme.h
8432    A /trunk/modules/gui/skins/src/themeloader.cpp
8433    A /trunk/modules/gui/skins/src/themeloader.h
8434    A /trunk/modules/gui/skins/src/vlcproc.cpp
8435    A /trunk/modules/gui/skins/src/vlcproc.h
8436    A /trunk/modules/gui/skins/src/window.cpp
8437    A /trunk/modules/gui/skins/src/window.h
8438    A /trunk/modules/gui/skins/win32
8439    A /trunk/modules/gui/skins/win32/.cvsignore
8440    A /trunk/modules/gui/skins/win32/win32_api.cpp
8441    A /trunk/modules/gui/skins/win32/win32_bitmap.cpp
8442    A /trunk/modules/gui/skins/win32/win32_bitmap.h
8443    A /trunk/modules/gui/skins/win32/win32_dialog.cpp
8444    A /trunk/modules/gui/skins/win32/win32_dialog.h
8445    A /trunk/modules/gui/skins/win32/win32_dragdrop.cpp
8446    A /trunk/modules/gui/skins/win32/win32_dragdrop.h
8447    A /trunk/modules/gui/skins/win32/win32_event.cpp
8448    A /trunk/modules/gui/skins/win32/win32_event.h
8449    A /trunk/modules/gui/skins/win32/win32_font.cpp
8450    A /trunk/modules/gui/skins/win32/win32_font.h
8451    A /trunk/modules/gui/skins/win32/win32_graphics.cpp
8452    A /trunk/modules/gui/skins/win32/win32_graphics.h
8453    A /trunk/modules/gui/skins/win32/win32_run.cpp
8454    A /trunk/modules/gui/skins/win32/win32_theme.cpp
8455    A /trunk/modules/gui/skins/win32/win32_theme.h
8456    A /trunk/modules/gui/skins/win32/win32_window.cpp
8457    A /trunk/modules/gui/skins/win32/win32_window.h
8458    M /trunk/toolbox
8459
8460 Keep quiet, explanations will follow.
8461
8462 ------------------------------------------------------------------------
8463 r3874 | hartman | 2003-03-18 03:28:53 +0100 (Tue, 18 Mar 2003) | 3 lines
8464 Changed paths:
8465    M /trunk/modules/gui/macosx/info.m
8466    M /trunk/modules/misc/httpd.c
8467
8468 * modules/gui/macosx/info.m: keep the same panel open if track changes.
8469 * modules/misc/httpd.c: removed an unused int.
8470
8471 ------------------------------------------------------------------------
8472 r3875 | ipkiss | 2003-03-18 03:48:05 +0100 (Tue, 18 Mar 2003) | 6 lines
8473 Changed paths:
8474    A /trunk/doc/skins
8475    A /trunk/doc/skins/curve_maker
8476    A /trunk/doc/skins/curve_maker/Bezier.bas
8477    A /trunk/doc/skins/curve_maker/Bezier.frm
8478    A /trunk/doc/skins/curve_maker/Bezier.frx
8479    A /trunk/doc/skins/curve_maker/Bezier.vbw
8480    A /trunk/doc/skins/curve_maker/bezier.vbp
8481    A /trunk/doc/skins/events-howto.txt
8482    A /trunk/doc/skins/skins-howto.txt
8483    A /trunk/share/skins
8484    A /trunk/share/skins/default
8485    A /trunk/share/skins/default/b1.bmp
8486    A /trunk/share/skins/default/b1_down.bmp
8487    A /trunk/share/skins/default/b1_up.bmp
8488    A /trunk/share/skins/default/b2_down.bmp
8489    A /trunk/share/skins/default/b2_up.bmp
8490    A /trunk/share/skins/default/b3_disabled.bmp
8491    A /trunk/share/skins/default/b3_down.bmp
8492    A /trunk/share/skins/default/b3_up.bmp
8493    A /trunk/share/skins/default/b4_disabled.bmp
8494    A /trunk/share/skins/default/b4_down.bmp
8495    A /trunk/share/skins/default/b4_up.bmp
8496    A /trunk/share/skins/default/b5_disabled.bmp
8497    A /trunk/share/skins/default/b5_down.bmp
8498    A /trunk/share/skins/default/b5_up.bmp
8499    A /trunk/share/skins/default/b6_down.bmp
8500    A /trunk/share/skins/default/b6_up.bmp
8501    A /trunk/share/skins/default/b7_down.bmp
8502    A /trunk/share/skins/default/b7_up.bmp
8503    A /trunk/share/skins/default/body.bmp
8504    A /trunk/share/skins/default/cursor_down.bmp
8505    A /trunk/share/skins/default/cursor_up.bmp
8506    A /trunk/share/skins/default/dev_down.bmp
8507    A /trunk/share/skins/default/dev_up.bmp
8508    A /trunk/share/skins/default/log_down.bmp
8509    A /trunk/share/skins/default/log_up.bmp
8510    A /trunk/share/skins/default/playlist.bmp
8511    A /trunk/share/skins/default/quit_down.bmp
8512    A /trunk/share/skins/default/quit_up.bmp
8513    A /trunk/share/skins/default/slider.bmp
8514    A /trunk/share/skins/default/theme.xml
8515
8516  - doc/skins: some documentation about the skins
8517  - doc/skins/curve_maker: files for a VB project for easy Bezier curves
8518    creation
8519  - share/skins/default: a default skin. It's an awful one made for
8520    testing purposes, you'll be warned...
8521
8522 ------------------------------------------------------------------------
8523 r3876 | hartman | 2003-03-18 05:07:23 +0100 (Tue, 18 Mar 2003) | 9 lines
8524 Changed paths:
8525    M /trunk/modules/gui/macosx/vout.m
8526
8527 * modules/gui/macosx/vout.m:
8528   Reworked the mouse hiding routine. we were always hiding the mousecursor
8529   on kCGDirectMainDisplay, but this display is always the one with the
8530   menubar and not always the one containing our VLCVout.
8531   This new code takes the vout, and calculates on which displays (plural
8532   because of possible mirroring) it is being shown. It then shows or hides
8533   the cursor on all of those displays.
8534   This should fix #396.
8535
8536 ------------------------------------------------------------------------
8537 r3877 | ipkiss | 2003-03-18 05:08:45 +0100 (Tue, 18 Mar 2003) | 2 lines
8538 Changed paths:
8539    M /trunk/modules/gui/skins/controls/controls.h
8540    M /trunk/modules/gui/skins/controls/rectangle.cpp
8541    M /trunk/modules/gui/skins/controls/rectangle.h
8542    M /trunk/modules/gui/skins/parser/wrappers.cpp
8543
8544 Compilation fixes and cosmetic changes
8545
8546 ------------------------------------------------------------------------
8547 r3878 | ipkiss | 2003-03-18 05:56:58 +0100 (Tue, 18 Mar 2003) | 2 lines
8548 Changed paths:
8549    M /trunk/modules/gui/skins/src/themeloader.cpp
8550    M /trunk/modules/gui/skins/src/themeloader.h
8551    M /trunk/modules/gui/skins/win32/win32_dragdrop.cpp
8552
8553 Compilation fixes
8554
8555 ------------------------------------------------------------------------
8556 r3879 | ipkiss | 2003-03-18 19:25:57 +0100 (Tue, 18 Mar 2003) | 2 lines
8557 Changed paths:
8558    M /trunk/configure.ac.in
8559
8560 Fix for skins compilation under cygwin (thanks gibalou)
8561
8562 ------------------------------------------------------------------------
8563 r3880 | ipkiss | 2003-03-18 19:33:56 +0100 (Tue, 18 Mar 2003) | 2 lines
8564 Changed paths:
8565    M /trunk/share/skins/default/theme.xml
8566
8567 Fixed the path in the default skin (thanks gibalou)
8568
8569 ------------------------------------------------------------------------
8570 r3881 | marcari | 2003-03-18 20:37:23 +0100 (Tue, 18 Mar 2003) | 2 lines
8571 Changed paths:
8572    M /trunk/doc/arm-crosscompile-howto.sgml
8573
8574   * first draft of the draft
8575
8576 ------------------------------------------------------------------------
8577 r3882 | gbazin | 2003-03-18 21:20:01 +0100 (Tue, 18 Mar 2003) | 4 lines
8578 Changed paths:
8579    M /trunk/configure.ac.in
8580
8581
8582 * configure.ac.in: use the -O2 gcc option when compiling the skins plugin so that compilation doesn't take ages.
8583    Also use -fno-rtti -fno-exceptions to save some bits of space.
8584
8585 ------------------------------------------------------------------------
8586 r3883 | gbazin | 2003-03-18 21:38:35 +0100 (Tue, 18 Mar 2003) | 3 lines
8587 Changed paths:
8588    M /trunk/configure.ac.in
8589
8590
8591 * configure.ac.in: fixed linking problem with the slp plugin on win32.
8592
8593 ------------------------------------------------------------------------
8594 r3884 | gbazin | 2003-03-18 22:34:13 +0100 (Tue, 18 Mar 2003) | 4 lines
8595 Changed paths:
8596    M /trunk/configure.ac.in
8597    M /trunk/m4/codeset.m4
8598    M /trunk/m4/gettext.m4
8599    M /trunk/m4/glibc21.m4
8600    M /trunk/m4/iconv.m4
8601    M /trunk/m4/isc-posix.m4
8602    M /trunk/m4/lcmessage.m4
8603    M /trunk/m4/progtest.m4
8604    M /trunk/po/Makefile.in.in
8605
8606
8607 * configure.ac.in, m4/*, po/Makefile.in.in: build updated to use gettext 0.11.5 by default.
8608    This is necessary for the win32 build because old gettext versions do not work on win32.
8609
8610 ------------------------------------------------------------------------
8611 r3885 | hartman | 2003-03-18 23:14:42 +0100 (Tue, 18 Mar 2003) | 6 lines
8612 Changed paths:
8613    M /trunk/modules/gui/macosx/vout.m
8614
8615 * modules/gui/macosx/vout.m:
8616   Now a complete redesign of the hiding of the mousecursor.
8617   - We use higher level functions now (NSCursor).
8618   - We only hide if the cursor is over our VLCView
8619   - In many exceptions we unhide. This is mainly for multimonitor support.
8620
8621 ------------------------------------------------------------------------
8622 r3886 | gbazin | 2003-03-19 00:30:28 +0100 (Wed, 19 Mar 2003) | 5 lines
8623 Changed paths:
8624    M /trunk/modules/video_filter/adjust.c
8625    M /trunk/modules/video_filter/clone.c
8626    M /trunk/modules/video_filter/crop.c
8627    M /trunk/modules/video_filter/distort.c
8628    M /trunk/modules/video_filter/invert.c
8629    M /trunk/modules/video_filter/motionblur.c
8630    M /trunk/modules/video_filter/transform.c
8631    M /trunk/modules/video_filter/wall.c
8632
8633
8634 * modules/video_filter/clone.c: new --clone-vout-list config option, courtesy of Olivier Aubert.
8635    Allows to specify a comma separated list of vout plugins that we want to be used by the clone filter.
8636 * modules/video_filter/*: don't forget to detach the vout before destroying it.
8637
8638 ------------------------------------------------------------------------
8639 r3887 | jlj | 2003-03-19 00:51:29 +0100 (Wed, 19 Mar 2003) | 2 lines
8640 Changed paths:
8641    M /trunk/modules/gui/macosx/vout.m
8642
8643   * ./modules/gui/macosx/vout.m: cosmetic.
8644
8645 ------------------------------------------------------------------------
8646 r3888 | massiot | 2003-03-19 00:59:07 +0100 (Wed, 19 Mar 2003) | 3 lines
8647 Changed paths:
8648    M /trunk/modules/access/satellite/access.c
8649    M /trunk/modules/demux/mpeg/system.c
8650    M /trunk/modules/demux/mpeg/system.h
8651    M /trunk/modules/demux/mpeg/ts.c
8652
8653 * Added 0x80 as MPEG2_MOTO_VIDEO_ES, since some strange Motorola encoders
8654   do not follow the standard.
8655
8656 ------------------------------------------------------------------------
8657 r3889 | videolan | 2003-03-19 03:09:56 +0100 (Wed, 19 Mar 2003) | 5 lines
8658 Changed paths:
8659    M /trunk/modules/gui/skins/controls/button.cpp
8660    M /trunk/modules/gui/skins/controls/button.h
8661    M /trunk/modules/gui/skins/parser/flex.c
8662    M /trunk/modules/gui/skins/parser/skin.act
8663    M /trunk/modules/gui/skins/parser/skin.c
8664    M /trunk/modules/gui/skins/parser/skin.dtd
8665    M /trunk/modules/gui/skins/parser/skin.h
8666    M /trunk/modules/gui/skins/parser/wrappers.cpp
8667    M /trunk/modules/gui/skins/parser/wrappers.h
8668    M /trunk/modules/gui/skins/src/window.cpp
8669    M /trunk/modules/gui/skins/win32/win32_window.cpp
8670
8671
8672 * Adding onmouseover and onmouseout events to button control
8673 * Fixing window position at launch time
8674 * Adding notification when mouse leaves a window
8675
8676 ------------------------------------------------------------------------
8677 r3890 | karibu | 2003-03-19 04:11:14 +0100 (Wed, 19 Mar 2003) | 3 lines
8678 Changed paths:
8679    M /trunk/modules/gui/skins/src/skin_main.cpp
8680    M /trunk/modules/gui/skins/src/theme.cpp
8681    M /trunk/modules/gui/skins/src/themeloader.cpp
8682
8683
8684 * Fixed skin config save
8685
8686 ------------------------------------------------------------------------
8687 r3891 | hartman | 2003-03-19 14:55:43 +0100 (Wed, 19 Mar 2003) | 2 lines
8688 Changed paths:
8689    M /trunk/modules/gui/macosx/vout.m
8690
8691 * fix for multiple monitors.
8692
8693 ------------------------------------------------------------------------
8694 r3892 | hartman | 2003-03-19 16:44:44 +0100 (Wed, 19 Mar 2003) | 9 lines
8695 Changed paths:
8696    M /trunk/INSTALL
8697    M /trunk/NEWS
8698    M /trunk/README.MacOSX.rtf
8699    M /trunk/THANKS
8700
8701 * INSTALL: added reference to online info on compiling on MacOSX and BeOS
8702
8703 * NEWS: bringing the file to 0.5.3. i have added my work (and some things
8704   that I remembered). i trust everyone will enter his own stuff ;)
8705
8706 * README.MacOSX.rtf: fixed some errors
8707
8708 * THANKS: added Olivier Aubert for his vout-clone-list patch
8709
8710 ------------------------------------------------------------------------
8711 r3893 | karibu | 2003-03-19 18:14:50 +0100 (Wed, 19 Mar 2003) | 6 lines
8712 Changed paths:
8713    M /trunk/modules/gui/skins/controls/button.cpp
8714    M /trunk/modules/gui/skins/controls/checkbox.cpp
8715    M /trunk/modules/gui/skins/controls/checkbox.h
8716    M /trunk/modules/gui/skins/parser/flex.c
8717    M /trunk/modules/gui/skins/parser/skin.act
8718    M /trunk/modules/gui/skins/parser/skin.c
8719    M /trunk/modules/gui/skins/parser/skin.dtd
8720    M /trunk/modules/gui/skins/parser/skin.h
8721    M /trunk/modules/gui/skins/parser/wrappers.cpp
8722    M /trunk/modules/gui/skins/parser/wrappers.h
8723    M /trunk/modules/gui/skins/win32/win32_event.cpp
8724    M /trunk/modules/gui/skins/win32/win32_run.cpp
8725
8726
8727 * button.cpp : Fixing bug when disabling control
8728 * Checkbox.cpp : adding onmouseover and onmouseout events
8729 * Updating DTD
8730 * win32_event.cpp : fixing bug for WINDOW_OPEN event
8731
8732 ------------------------------------------------------------------------
8733 r3894 | fenrir | 2003-03-19 18:40:43 +0100 (Wed, 19 Mar 2003) | 3 lines
8734 Changed paths:
8735    M /trunk/modules/misc/gtk_main.c
8736
8737  * gtk_main.c:: added(uncommented) gdk_thread_init for gtk2/gnome2.
8738 Whitout it I can't even start gtk2 interface.
8739
8740 ------------------------------------------------------------------------
8741 r3895 | karibu | 2003-03-19 19:14:48 +0100 (Wed, 19 Mar 2003) | 3 lines
8742 Changed paths:
8743    M /trunk/modules/gui/skins/src/event.cpp
8744    M /trunk/modules/gui/skins/src/theme.cpp
8745    M /trunk/modules/gui/skins/src/vlcproc.cpp
8746    M /trunk/modules/gui/skins/src/window.cpp
8747
8748
8749 * Fiwing WINDOW_CLOSE and WINDOW_OPEN synchronization
8750
8751 ------------------------------------------------------------------------
8752 r3896 | karibu | 2003-03-19 19:17:36 +0100 (Wed, 19 Mar 2003) | 3 lines
8753 Changed paths:
8754    M /trunk/doc/skins/events-howto.txt
8755    M /trunk/doc/skins/skins-howto.txt
8756
8757
8758 * Updating doc.
8759
8760 ------------------------------------------------------------------------
8761 r3897 | massiot | 2003-03-20 00:54:57 +0100 (Thu, 20 Mar 2003) | 4 lines
8762 Changed paths:
8763    M /trunk/configure.ac.in
8764    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
8765
8766 * configure.ac.in : Disabled GTK2 and gnome2 plug-in since they break
8767   all platforms but GNU/Linux
8768 * Bumped up revision number to 0.5.3-test1
8769
8770 ------------------------------------------------------------------------
8771 r3898 | karibu | 2003-03-20 10:29:07 +0100 (Thu, 20 Mar 2003) | 3 lines
8772 Changed paths:
8773    M /trunk/modules/gui/skins/controls/button.cpp
8774    M /trunk/modules/gui/skins/parser/flex.c
8775    M /trunk/modules/gui/skins/parser/skin.c
8776    M /trunk/modules/gui/skins/parser/skin.h
8777    M /trunk/modules/gui/skins/src/dialog.cpp
8778    M /trunk/modules/gui/skins/src/dialog.h
8779    M /trunk/modules/gui/skins/src/event.h
8780    M /trunk/modules/gui/skins/src/skin_main.cpp
8781    M /trunk/modules/gui/skins/src/vlcproc.cpp
8782    M /trunk/modules/gui/skins/src/window.cpp
8783    M /trunk/modules/gui/skins/win32/win32_dialog.cpp
8784    M /trunk/modules/gui/skins/win32/win32_dialog.h
8785    M /trunk/modules/gui/skins/win32/win32_run.cpp
8786    M /trunk/modules/gui/skins/win32/win32_window.cpp
8787
8788
8789 * Fixing a refresh bug when opening an open file dialog box
8790
8791 ------------------------------------------------------------------------
8792 r3899 | sam | 2003-03-20 11:06:16 +0100 (Thu, 20 Mar 2003) | 2 lines
8793 Changed paths:
8794    M /trunk/toolbox
8795
8796   * ./toolbox: fixed a Makefile parsing bug.
8797
8798 ------------------------------------------------------------------------
8799 r3900 | sam | 2003-03-20 11:27:35 +0100 (Thu, 20 Mar 2003) | 4 lines
8800 Changed paths:
8801    M /trunk/bootstrap
8802    M /trunk/configure.ac.in
8803
8804   * ./bootstrap: if pkg-config is not available, we define PKG_CHECK_MODULES
8805     ourselves.
8806   * ./bootstrap: "make dist" works again, even if gettext is not present.
8807
8808 ------------------------------------------------------------------------
8809 r3901 | gbazin | 2003-03-20 22:45:01 +0100 (Thu, 20 Mar 2003) | 3 lines
8810 Changed paths:
8811    M /trunk/modules/codec/libmpeg2.c
8812
8813
8814 * modules/codec/libmpeg2.c: fixed pts handling and aspect-ratio bug.
8815
8816 ------------------------------------------------------------------------
8817 r3902 | karibu | 2003-03-21 01:00:19 +0100 (Fri, 21 Mar 2003) | 3 lines
8818 Changed paths:
8819    M /trunk/modules/gui/skins/src/theme.cpp
8820
8821
8822 * Fixing Parkinson disease bug (it's not funny, it's real life)
8823
8824 ------------------------------------------------------------------------
8825 r3903 | karibu | 2003-03-21 01:17:00 +0100 (Fri, 21 Mar 2003) | 4 lines
8826 Changed paths:
8827    M /trunk/modules/gui/skins/controls/slider.cpp
8828    M /trunk/modules/gui/skins/src/theme.cpp
8829
8830
8831 * slider.cpp: fixed mouse down refresh bug
8832 * theme.cpp: removed debug text
8833
8834 ------------------------------------------------------------------------
8835 r3904 | gbazin | 2003-03-21 03:05:20 +0100 (Fri, 21 Mar 2003) | 5 lines
8836 Changed paths:
8837    M /trunk/modules/demux/ogg.c
8838
8839
8840 * modules/demux/ogg.c: fix for some ogg web radio streams where there
8841 is a huge gap between the granulepos in the header packets and the data
8842 packets.
8843
8844 ------------------------------------------------------------------------
8845 r3905 | massiot | 2003-03-21 08:54:24 +0100 (Fri, 21 Mar 2003) | 2 lines
8846 Changed paths:
8847    M /trunk/Makefile.am
8848
8849 Fixed the "locales have disappeared" problem under OS X.
8850
8851 ------------------------------------------------------------------------
8852 r3906 | gbazin | 2003-03-21 18:14:56 +0100 (Fri, 21 Mar 2003) | 3 lines
8853 Changed paths:
8854    M /trunk/configure.ac.in
8855    M /trunk/src/interface/intf_eject.c
8856
8857
8858 * configure.ac.in, src/interface/intf_eject.c: scrapped the win32 eject code and replaced it with an MCI command.
8859
8860 ------------------------------------------------------------------------
8861 r3907 | sigmunau | 2003-03-22 00:59:20 +0100 (Sat, 22 Mar 2003) | 2 lines
8862 Changed paths:
8863    M /trunk/po/no.po
8864
8865 Updated norwegian translation thanks to  Haakon Meland Eriksen
8866
8867 ------------------------------------------------------------------------
8868 r3908 | gbazin | 2003-03-22 04:14:34 +0100 (Sat, 22 Mar 2003) | 3 lines
8869 Changed paths:
8870    M /trunk/modules/gui/wxwindows/Modules.am
8871    M /trunk/modules/gui/wxwindows/open.cpp
8872    A /trunk/modules/gui/wxwindows/streamout.cpp
8873    M /trunk/modules/gui/wxwindows/wxwindows.h
8874
8875
8876 *  modules/gui/wxwindows/*: Added a stream output dialog box.
8877
8878 ------------------------------------------------------------------------
8879 r3909 | gbazin | 2003-03-22 12:21:58 +0100 (Sat, 22 Mar 2003) | 3 lines
8880 Changed paths:
8881    M /trunk/modules/gui/wxwindows/streamout.cpp
8882    M /trunk/modules/gui/wxwindows/wxwindows.h
8883
8884
8885 * modules/gui/wxwindows/streamout.cpp: misc fixes and enhancements.
8886
8887 ------------------------------------------------------------------------
8888 r3910 | gbazin | 2003-03-22 15:35:03 +0100 (Sat, 22 Mar 2003) | 3 lines
8889 Changed paths:
8890    M /trunk/modules/demux/m3u.c
8891
8892
8893 * modules/demux/m3u.c: the demux couldn't be forced when used on filenames without an extension.
8894
8895 ------------------------------------------------------------------------
8896 r3911 | fenrir | 2003-03-22 15:39:38 +0100 (Sat, 22 Mar 2003) | 2 lines
8897 Changed paths:
8898    M /trunk/modules/misc/sap.c
8899
8900  * sap: clean up.
8901
8902 ------------------------------------------------------------------------
8903 r3912 | sigmunau | 2003-03-23 00:03:02 +0100 (Sun, 23 Mar 2003) | 2 lines
8904 Changed paths:
8905    M /trunk/modules/access/http.c
8906
8907 Updated a comment
8908
8909 ------------------------------------------------------------------------
8910 r3913 | gbazin | 2003-03-23 13:12:32 +0100 (Sun, 23 Mar 2003) | 3 lines
8911 Changed paths:
8912    M /trunk/modules/demux/mpeg/audio.c
8913
8914
8915 * modules/demux/mpeg/audio.c: sanity check so we don't crash on mpeg audio files with a bad Xing Header.
8916
8917 ------------------------------------------------------------------------
8918 r3914 | yves | 2003-03-23 16:10:11 +0100 (Sun, 23 Mar 2003) | 2 lines
8919 Changed paths:
8920    M /trunk/vlc.spec
8921
8922 better OS detection (RH).
8923
8924 ------------------------------------------------------------------------
8925 r3915 | sigmunau | 2003-03-23 17:38:40 +0100 (Sun, 23 Mar 2003) | 9 lines
8926 Changed paths:
8927    M /trunk/Makefile.am
8928    M /trunk/configure.ac.in
8929    A /trunk/include/osd.h
8930    M /trunk/modules/control/lirc/lirc.c
8931    A /trunk/modules/video_filter/osd_text.c
8932
8933 modules/video_filter/osd_text.c: A video filter that uses freetpye2 to
8934 render text on the video
8935 include/osd.h: some constants useful when interfacing with the osd module
8936 configure.ac.in: check for freetype2, enabled the osdtext module by default
8937 Makefile.am: added osd.h, please check that this is correct
8938 lirc.c: modified to provide feedback when buttons are pressed.
8939
8940 Look at the Feedback() function in lirc.c to see how this module can be used
8941
8942 ------------------------------------------------------------------------
8943 r3916 | massiot | 2003-03-23 19:10:06 +0100 (Sun, 23 Mar 2003) | 2 lines
8944 Changed paths:
8945    M /trunk/configure.ac.in
8946
8947 Fixed configure script (alcohol isn't the solution).
8948
8949 ------------------------------------------------------------------------
8950 r3917 | gbazin | 2003-03-23 21:41:32 +0100 (Sun, 23 Mar 2003) | 3 lines
8951 Changed paths:
8952    M /trunk/configure.ac.in
8953
8954
8955 * configure.ac.in: fixed linking problem with the win32 build.
8956
8957 ------------------------------------------------------------------------
8958 r3918 | hartman | 2003-03-24 01:12:51 +0100 (Mon, 24 Mar 2003) | 8 lines
8959 Changed paths:
8960    A /trunk/modules/access/directory.c
8961
8962 * a new directory access module. It parses a directory with dirent and builds
8963   a m3u 'file' which it feeds to the m3u demuxer.
8964   Problems: - it requires a dir to end with /
8965             - if i enabled it, all files would use the m3u demuxer for some
8966             strange reason. i've spent a day hunting this down, reboot-
8967             strapping and doing who knows what. I'm sick of it now.
8968             Someone else can give it a try, if he wants to.
8969
8970 ------------------------------------------------------------------------
8971 r3919 | gbazin | 2003-03-24 02:39:58 +0100 (Mon, 24 Mar 2003) | 4 lines
8972 Changed paths:
8973    M /trunk/configure.ac.in
8974    M /trunk/modules/access/Modules.am
8975    M /trunk/modules/access/directory.c
8976
8977
8978 * modules/access/directory.c: fixed the directory access plugin.
8979 * configure.ac.in, modules/access/Modules.am: enabled the directory access plugin.
8980
8981 ------------------------------------------------------------------------
8982 r3920 | hartman | 2003-03-24 14:50:55 +0100 (Mon, 24 Mar 2003) | 2 lines
8983 Changed paths:
8984    M /trunk/modules/codec/ffmpeg/ffmpeg.c
8985    M /trunk/modules/codec/ffmpeg/ffmpeg.h
8986    M /trunk/modules/codec/ffmpeg/video.c
8987
8988 * Added fourcc 'MSS1' which is equivalent to 'WMV2'
8989
8990 ------------------------------------------------------------------------
8991 r3921 | sam | 2003-03-24 14:52:13 +0100 (Mon, 24 Mar 2003) | 4 lines
8992 Changed paths:
8993    M /trunk/THANKS
8994    M /trunk/m4/.cvsignore
8995    M /trunk/m4/Makefile.am
8996    M /trunk/po/it.po
8997
8998   * ./THANKS: added a translation contributor.
8999   * ./po/it.po: fixed this file's format.
9000   * ./m4: fixed "make dist" when gettext is too old.
9001
9002 ------------------------------------------------------------------------
9003 r3922 | hartman | 2003-03-24 15:18:28 +0100 (Mon, 24 Mar 2003) | 4 lines
9004 Changed paths:
9005    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
9006    M /trunk/modules/access/dvdplay/access.c
9007    M /trunk/modules/access/dvdread/input.c
9008
9009 * modules/access/dvd*: changed some errors in warnings because the directory
9010   might still be readable by the directory access module.
9011 * added drag and drop support for directories.
9012
9013 ------------------------------------------------------------------------
9014 r3923 | hartman | 2003-03-24 16:20:26 +0100 (Mon, 24 Mar 2003) | 2 lines
9015 Changed paths:
9016    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
9017    M /trunk/modules/gui/macosx/open.m
9018
9019 * more interface support for directories.
9020
9021 ------------------------------------------------------------------------
9022 r3924 | gbazin | 2003-03-24 18:15:30 +0100 (Mon, 24 Mar 2003) | 10 lines
9023 Changed paths:
9024    M /trunk/include/input_ext-intf.h
9025    M /trunk/modules/access/directory.c
9026    M /trunk/modules/access/dvd/access.c
9027    M /trunk/modules/access/dvdplay/access.c
9028    M /trunk/modules/access/dvdread/input.c
9029    M /trunk/modules/access/file.c
9030    M /trunk/modules/access/ftp.c
9031    M /trunk/modules/access/http.c
9032    M /trunk/modules/access/mms/mms.c
9033    M /trunk/modules/access/satellite/access.c
9034    M /trunk/modules/access/slp.c
9035    M /trunk/modules/access/udp.c
9036    M /trunk/modules/access/v4l/v4l.c
9037    M /trunk/modules/access/vcd/vcd.c
9038    M /trunk/modules/misc/network/ipv4.c
9039    M /trunk/src/input/input.c
9040    M /trunk/src/input/input_ext-plugins.c
9041    M /trunk/src/interface/intf_eject.c
9042
9043
9044 * modules/access/*: pf_read() in access modules is now blocking. We still
9045    check regularly for p_input->b_die though. Now the demuxers can safely
9046    assume that pf_read() == 0 means EOF.
9047 * ALL: got rid of the p_input->b_connected flag.
9048 * src/input/input_ext-plugins.c, src/input/input.c: fixed the infinite loop
9049    of "decoder stuck" messages that sometimes happened.
9050 * src/interface/intf_eject.c, modules/misc/network/ipv4.c: fixed compilation
9051    warnings.
9052
9053 ------------------------------------------------------------------------
9054 r3925 | gbazin | 2003-03-24 20:12:16 +0100 (Mon, 24 Mar 2003) | 3 lines
9055 Changed paths:
9056    M /trunk/modules/access/ftp.c
9057    M /trunk/modules/access/http.c
9058    M /trunk/modules/access/mms/mms.c
9059    M /trunk/modules/access/udp.c
9060
9061
9062 * modules/access/*: don't forget to reinitialize the timeout when looping around select().
9063
9064 ------------------------------------------------------------------------
9065 r3926 | hartman | 2003-03-24 20:58:42 +0100 (Mon, 24 Mar 2003) | 3 lines
9066 Changed paths:
9067    M /trunk/Makefile.am
9068    A /trunk/extras/MacOSX/macosx-dmg
9069    D /trunk/macosx-dmg
9070
9071 * moved macosx-dmg to extras/MacOSX/macosx-dmg
9072 * added some macosx files to DIST that were probably missing in the tar ;)
9073
9074 ------------------------------------------------------------------------
9075 r3927 | gbazin | 2003-03-24 21:00:51 +0100 (Mon, 24 Mar 2003) | 3 lines
9076 Changed paths:
9077    M /trunk/modules/access/ftp.c
9078    M /trunk/modules/access/http.c
9079    M /trunk/modules/access/mms/mms.c
9080    M /trunk/modules/access/udp.c
9081
9082
9083 * modules/access/*: grrr... apparently I also need to reset the file descriptor set inside the loop.
9084
9085 ------------------------------------------------------------------------
9086 r3928 | titer | 2003-03-24 22:58:55 +0100 (Mon, 24 Mar 2003) | 2 lines
9087 Changed paths:
9088    M /trunk/configure.ac.in
9089
9090  configure.ac.in: fixed a BeOS compile issue
9091
9092 ------------------------------------------------------------------------
9093 r3929 | gbazin | 2003-03-25 00:04:07 +0100 (Tue, 25 Mar 2003) | 4 lines
9094 Changed paths:
9095    M /trunk/modules/access/ftp.c
9096    M /trunk/modules/access/http.c
9097
9098
9099 * modules/access/ftp.c, modules/access/http.c: the http and ftp plugins now implement SetProgram(). TS streams will now work over
9100 http :)
9101
9102 ------------------------------------------------------------------------
9103 r3930 | gbazin | 2003-03-25 00:50:46 +0100 (Tue, 25 Mar 2003) | 5 lines
9104 Changed paths:
9105    M /trunk/include/video_output.h
9106    M /trunk/src/video_output/video_output.c
9107
9108
9109 * src/video_output/video_output.c, include/video_output.h:
9110    take into account the caching delay when dropping frames that are too
9111    far into the future.
9112
9113 ------------------------------------------------------------------------
9114 r3931 | gbazin | 2003-03-25 01:43:26 +0100 (Tue, 25 Mar 2003) | 3 lines
9115 Changed paths:
9116    M /trunk/src/video_output/video_output.c
9117
9118
9119 * src/video_output/video_output.c: fixed my previous commit (input is not a direct parent of vout).
9120
9121 ------------------------------------------------------------------------
9122 r3932 | gbazin | 2003-03-25 16:38:14 +0100 (Tue, 25 Mar 2003) | 9 lines
9123 Changed paths:
9124    M /trunk/src/misc/modules.c
9125
9126
9127 * src/misc/modules.c: module_Need() now only raises the scores of the
9128    plugins matching the given shortcuts list, unless "none" is closing the
9129    list (in which case only the plugins matching the list can be selected).
9130
9131    Which means that users will stop complaining vlc doesn't launch anymore
9132    or can't play anything after they have fiddled with their config
9133    options :))
9134
9135 ------------------------------------------------------------------------
9136 r3933 | gbazin | 2003-03-25 18:07:45 +0100 (Tue, 25 Mar 2003) | 4 lines
9137 Changed paths:
9138    M /trunk/src/input/input.c
9139    M /trunk/src/video_output/video_output.c
9140
9141
9142 * src/input/input.c, src/video_output/video_output.c: when the input thread
9143    ends, it will also destroy the vout if one was spawned.
9144
9145 ------------------------------------------------------------------------
9146 r3934 | sam | 2003-03-25 23:55:32 +0100 (Tue, 25 Mar 2003) | 7 lines
9147 Changed paths:
9148    M /trunk/debian/changelog
9149    M /trunk/debian/control
9150    M /trunk/debian/woody-buildpackage
9151
9152   * ./debian/control: bumped up standards version to 0.5.9.0.
9153   * ./debian/control: added build-dependencies on libidl0 and libglib2.0-0 to
9154     work around mozilla-dev's currently broken dependencies.
9155   * ./debian/control: we now link against libdvdread3 instead of libdvdread2.
9156   * ./debian/control: we now depend on the latest libdvdplay0-dev to avoid
9157     linking against both libdvdread2 and libdvdread3.
9158
9159 ------------------------------------------------------------------------
9160 r3935 | gbazin | 2003-03-26 00:06:49 +0100 (Wed, 26 Mar 2003) | 3 lines
9161 Changed paths:
9162    M /trunk/modules/codec/libmpeg2.c
9163
9164
9165 * modules/codec/libmpeg2.c: fixed aspect ratio when reading DVDs.
9166
9167 ------------------------------------------------------------------------
9168 r3936 | sam | 2003-03-26 00:11:35 +0100 (Wed, 26 Mar 2003) | 2 lines
9169 Changed paths:
9170    M /trunk/m4/Makefile.am
9171    A /trunk/m4/intdiv0.m4
9172    A /trunk/m4/inttypes-pri.m4
9173    A /trunk/m4/inttypes.m4
9174    A /trunk/m4/inttypes_h.m4
9175    A /trunk/m4/lib-ld.m4
9176    A /trunk/m4/lib-link.m4
9177    A /trunk/m4/lib-prefix.m4
9178    A /trunk/m4/stdint_h.m4
9179    A /trunk/m4/uintmax_t.m4
9180    A /trunk/m4/ulonglong.m4
9181
9182   * ./m4/*: updated m4 macros.
9183
9184 ------------------------------------------------------------------------
9185 r3937 | sam | 2003-03-26 00:13:58 +0100 (Wed, 26 Mar 2003) | 2 lines
9186 Changed paths:
9187    M /trunk/bootstrap
9188
9189   * ./bootstrap: fixed a syntax error in the generated m4/vlc.m4.
9190
9191 ------------------------------------------------------------------------
9192 r3938 | sam | 2003-03-26 00:32:00 +0100 (Wed, 26 Mar 2003) | 3 lines
9193 Changed paths:
9194    M /trunk/Makefile.am
9195
9196   * ./Makefile.am: we don't distribute ./mkinstalldirs, it's in ./autotools/.
9197   * ./Makefile.am: we distribute ./toolbox.
9198
9199 ------------------------------------------------------------------------
9200 r3939 | sam | 2003-03-26 00:43:04 +0100 (Wed, 26 Mar 2003) | 2 lines
9201 Changed paths:
9202    M /trunk/modules/gui/skins/Modules.am
9203
9204   * ./modules/gui/skins/Modules.am: fixed a typo.
9205
9206 ------------------------------------------------------------------------
9207 r3940 | sam | 2003-03-26 00:51:57 +0100 (Wed, 26 Mar 2003) | 2 lines
9208 Changed paths:
9209    M /trunk/modules/demux/util/Modules.am
9210
9211   * ./modules/demux/util/Modules.am: added missing id3genres.h to make dist.
9212
9213 ------------------------------------------------------------------------
9214 r3941 | sam | 2003-03-26 01:21:55 +0100 (Wed, 26 Mar 2003) | 3 lines
9215 Changed paths:
9216    M /trunk/README.MacOSX.rtf
9217    M /trunk/extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology
9218    M /trunk/extras/MacOSX/Resources/vlc.scriptSuite
9219    M /trunk/modules/gui/macosx/playlist.h
9220
9221   * ./README.MacOSX.rtf, ./modules/gui/macosx/playlist.h, ./extras/MacOSX/*:
9222     added a final newline to a few text files to avoid diff complaints.
9223
9224 ------------------------------------------------------------------------
9225 r3942 | gbazin | 2003-03-26 01:56:22 +0100 (Wed, 26 Mar 2003) | 4 lines
9226 Changed paths:
9227    M /trunk/modules/gui/wxwindows/Modules.am
9228    M /trunk/modules/gui/wxwindows/fileinfo.cpp
9229    M /trunk/modules/gui/wxwindows/interface.cpp
9230    M /trunk/modules/gui/wxwindows/playlist.cpp
9231    A /trunk/modules/gui/wxwindows/preferences.cpp
9232    M /trunk/modules/gui/wxwindows/timer.cpp
9233    M /trunk/modules/gui/wxwindows/wxwindows.h
9234    M /trunk/src/libvlc.c
9235    M /trunk/src/libvlc.h
9236
9237
9238 * src/libvlc.c, src/libvlc.h: added a config option to disable the translation of the interface.
9239 * modules/gui/wxwindows/*: misc improvements + skeleton for a preferences panel.
9240
9241 ------------------------------------------------------------------------
9242 r3943 | sam | 2003-03-26 02:14:14 +0100 (Wed, 26 Mar 2003) | 3 lines
9243 Changed paths:
9244    M /trunk/debian/changelog
9245    M /trunk/debian/control
9246
9247   * ./debian/control: added explicit dependencies on vlc to legacy packages
9248     to make linda and lintian happier.
9249
9250 ------------------------------------------------------------------------
9251 r3944 | sam | 2003-03-26 02:50:01 +0100 (Wed, 26 Mar 2003) | 2 lines
9252 Changed paths:
9253    M /trunk/debian/changelog
9254    M /trunk/debian/control
9255
9256   * ./debian/control: added correct versioned build-dependency on debhelper.
9257
9258 ------------------------------------------------------------------------
9259 r3945 | hartman | 2003-03-26 04:13:30 +0100 (Wed, 26 Mar 2003) | 9 lines
9260 Changed paths:
9261    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
9262    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
9263    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
9264    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
9265    M /trunk/modules/gui/macosx/open.h
9266    M /trunk/modules/gui/macosx/open.m
9267
9268 * extras/MacOSX/Resources/English.lproj/MainMenu.nib/*
9269 * modules/gui/macosx/open.?
9270   - updated the open dialog (now with sheets !!!)
9271   - added ogg file stream out
9272   - added http file stream out
9273   - added file subtitle support for the delay and fps options
9274 * extras/MacOSX/vlc.pbproj/project.pbxproj
9275   - added the .ts file-extension to the application
9276
9277 ------------------------------------------------------------------------
9278 r3946 | marcari | 2003-03-26 22:46:40 +0100 (Wed, 26 Mar 2003) | 2 lines
9279 Changed paths:
9280    M /trunk/doc/arm-crosscompile-howto.sgml
9281
9282   * cross-compilation doc : work in progress
9283
9284 ------------------------------------------------------------------------
9285 r3947 | gbazin | 2003-03-26 23:56:39 +0100 (Wed, 26 Mar 2003) | 3 lines
9286 Changed paths:
9287    M /trunk/modules/codec/libmpeg2.c
9288
9289
9290 * modules/codec/libmpeg2.c: added code to handle 3:2 pulldown.
9291
9292 ------------------------------------------------------------------------
9293 r3948 | sigmunau | 2003-03-28 12:34:52 +0100 (Fri, 28 Mar 2003) | 3 lines
9294 Changed paths:
9295    M /trunk/modules/misc/dummy/vout.c
9296
9297 added a SetPalette function so "vlc --vout dummy --dummy-chroma RGB2" don't
9298 segfault.
9299
9300 ------------------------------------------------------------------------
9301 r3949 | gbazin | 2003-03-28 18:02:25 +0100 (Fri, 28 Mar 2003) | 8 lines
9302 Changed paths:
9303    M /trunk/include/video.h
9304    M /trunk/modules/audio_output/waveout.c
9305    M /trunk/modules/video_output/directx/directx.c
9306    M /trunk/modules/video_output/directx/vout.h
9307    M /trunk/src/video_output/video_output.c
9308    M /trunk/src/video_output/vout_pictures.c
9309
9310
9311 * modules/audio_output/waveout.c: compilation fix for --disable-plugins build.
9312 * src/video_output/*, include/video.h: added a pf_lock/unlock fonction
9313    pointer that's used to lock the memory of a picture in vout_RenderPicture
9314    when required by the video output plugin.
9315 * modules/video_output/directx/*: implemented pf_lock/unlock. That will fix
9316    the crash when pressing ctrl+alt+del.
9317
9318 ------------------------------------------------------------------------
9319 r3950 | alexis | 2003-03-28 23:09:34 +0100 (Fri, 28 Mar 2003) | 2 lines
9320 Changed paths:
9321    A /trunk/vlc.spec.redhat
9322
9323 New RedHat package file, written by Jason Luka <jason@geshp.com>.
9324
9325 ------------------------------------------------------------------------
9326 r3951 | gbazin | 2003-03-29 02:50:12 +0100 (Sat, 29 Mar 2003) | 3 lines
9327 Changed paths:
9328    M /trunk/modules/gui/wxwindows/open.cpp
9329    M /trunk/modules/gui/wxwindows/preferences.cpp
9330    M /trunk/modules/gui/wxwindows/wxwindows.h
9331
9332
9333 * modules/gui/wxwindows/*: added demuxdump support to the open dialog.
9334
9335 ------------------------------------------------------------------------
9336 r3952 | jpsaman | 2003-03-29 11:35:48 +0100 (Sat, 29 Mar 2003) | 3 lines
9337 Changed paths:
9338    M /trunk/configure.ac.in
9339
9340 If --disable-xosd is given then xosdtext is not build.
9341 If --enable-xose is given then xosdtext is build also.
9342
9343 ------------------------------------------------------------------------
9344 r3953 | gbazin | 2003-03-29 12:15:14 +0100 (Sat, 29 Mar 2003) | 3 lines
9345 Changed paths:
9346    M /trunk/modules/gui/wxwindows/open.cpp
9347    M /trunk/modules/gui/wxwindows/streamout.cpp
9348
9349
9350 * modules/gui/wxwindows/*: small fixes to the open and streamout dialogs.
9351
9352 ------------------------------------------------------------------------
9353 r3954 | gbazin | 2003-03-29 13:22:15 +0100 (Sat, 29 Mar 2003) | 6 lines
9354 Changed paths:
9355    M /trunk/modules/audio_filter/channel_mixer/headphone.c
9356    M /trunk/modules/demux/demuxdump.c
9357    M /trunk/src/libvlc.c
9358    M /trunk/src/libvlc.h
9359
9360
9361 * modules/audio_filter/channel_mixer/headphone.c, src/libvlc.h:
9362    moved the headphone-dim config option to the headphone plugin.
9363 * modules/demux/demuxdump.c: the demuxdump-file config optin now has a default value.
9364 * src/libvlc.c: fixed the extraintf config option not to spawn an interface plugin when an invalid name has been given.
9365
9366 ------------------------------------------------------------------------
9367 r3955 | sigmunau | 2003-03-29 14:15:33 +0100 (Sat, 29 Mar 2003) | 2 lines
9368 Changed paths:
9369    M /trunk/modules/access/dvdread/dvdread.c
9370
9371 removed an unused configuration category
9372
9373 ------------------------------------------------------------------------
9374 r3956 | sigmunau | 2003-03-29 15:30:55 +0100 (Sat, 29 Mar 2003) | 5 lines
9375 Changed paths:
9376    M /trunk/modules/gui/kde/pluginsbox.cpp
9377    M /trunk/modules/gui/kde/pluginsbox.h
9378    M /trunk/modules/gui/kde/preferences.cpp
9379
9380 preferences.cpp: Changed the preferences dialog to use a tree of categories
9381 and plugins, the way wxwindows do it.
9382 pluginsbox.(cpp|h): removed the "Configure" button from CONFIG_ITEM_MODULE
9383 widgets, as it isn't needed anymore
9384
9385 ------------------------------------------------------------------------
9386 r3957 | gbazin | 2003-03-29 18:10:31 +0100 (Sat, 29 Mar 2003) | 5 lines
9387 Changed paths:
9388    M /trunk/modules/gui/wxwindows/open.cpp
9389    M /trunk/modules/gui/wxwindows/wxwindows.cpp
9390
9391
9392 * modules/gui/wxwindows/open.cpp: fixed an event problem on win32.
9393 * modules/gui/wxwindows/wxwindows.cpp: fixed a compilation problem on
9394    win32 when the wxwindows interface is compiled as a builtin.
9395
9396 ------------------------------------------------------------------------
9397 r3958 | massiot | 2003-03-30 03:13:37 +0200 (Sun, 30 Mar 2003) | 2 lines
9398 Changed paths:
9399    M /trunk/configure.ac.in
9400    M /trunk/modules/audio_filter/resampler/Modules.am
9401    A /trunk/modules/audio_filter/resampler/coreaudio.c
9402    M /trunk/src/input/input.c
9403
9404 * Resampler plug-in based on CoreAudio's AudioConverter.
9405
9406 ------------------------------------------------------------------------
9407 r3959 | gbazin | 2003-03-30 04:58:36 +0200 (Sun, 30 Mar 2003) | 3 lines
9408 Changed paths:
9409    M /trunk/modules/gui/wxwindows/preferences.cpp
9410    M /trunk/modules/gui/wxwindows/wxwindows.h
9411
9412
9413 * modules/gui/wxwindows/preferences.cpp: improved the preferences dialog box. It is almost useable now ;)
9414
9415 ------------------------------------------------------------------------
9416 r3960 | gbazin | 2003-03-30 13:43:38 +0200 (Sun, 30 Mar 2003) | 6 lines
9417 Changed paths:
9418    M /trunk/configure.ac.in
9419    M /trunk/include/configuration.h
9420    M /trunk/modules/demux/m3u.c
9421    M /trunk/modules/gui/wxwindows/preferences.cpp
9422    M /trunk/modules/gui/wxwindows/wxwindows.h
9423
9424
9425 * configure.ac.in: removed the -fno-exceptions gcc option from the compilation of the skins plugin as it might be needed after all.
9426 * modules/demux/m3u.c: upped the priority of the m3u demux as some m3u files were mistaken for ts files.
9427 * include/configuration.h: added a CONFIG_ITEM_DIRECTORY config type.
9428 * modules/gui/wxwindows/*: the preferences dialog should be fully useable now.
9429
9430 ------------------------------------------------------------------------
9431 r3961 | sigmunau | 2003-03-30 13:54:29 +0200 (Sun, 30 Mar 2003) | 4 lines
9432 Changed paths:
9433    M /trunk/modules/access/dvdplay/dvd.c
9434    M /trunk/modules/misc/logger/logger.c
9435
9436 modules/access/dvdplay/dvd.c: removed an unused configuration category
9437 modules&misc/logger/logger.c: use add_string_from_list for the logmode
9438 option
9439
9440 ------------------------------------------------------------------------
9441 r3962 | sigmunau | 2003-03-30 13:59:00 +0200 (Sun, 30 Mar 2003) | 5 lines
9442 Changed paths:
9443    M /trunk/modules/gui/kde/interface.cpp
9444    M /trunk/modules/gui/kde/preferences.cpp
9445
9446 modules/gui/kde/interface.cpp: removed a debug message
9447 modules/gui/kde/preferences.cpp: use sliders for integer and float options
9448 with a range, use combobox for string_from_list options, fixed a layout
9449 issue and removed some debug messages
9450
9451 ------------------------------------------------------------------------
9452 r3963 | sigmunau | 2003-03-30 14:15:50 +0200 (Sun, 30 Mar 2003) | 2 lines
9453 Changed paths:
9454    M /trunk/modules/gui/kde/interface.cpp
9455
9456 enabled the menu-entry to show file info when there is an input
9457
9458 ------------------------------------------------------------------------
9459 r3964 | gbazin | 2003-03-30 15:23:28 +0200 (Sun, 30 Mar 2003) | 4 lines
9460 Changed paths:
9461    M /trunk/modules/gui/wxwindows/preferences.cpp
9462    M /trunk/modules/gui/wxwindows/wxwindows.cpp
9463    M /trunk/src/misc/configuration.c
9464
9465
9466 * modules/gui/wxwindows/*: fixed the save feature of the preferences dialog box.
9467 * src/misc/configuration.c: added support for CONFIG_ITEM_DIRECTORY.
9468
9469 ------------------------------------------------------------------------
9470 r3965 | sigmunau | 2003-03-30 16:09:59 +0200 (Sun, 30 Mar 2003) | 2 lines
9471 Changed paths:
9472    M /trunk/modules/audio_output/file.c
9473
9474 use add_file and not add_string for the "audiofile-path" option
9475
9476 ------------------------------------------------------------------------
9477 r3966 | gbazin | 2003-03-30 16:24:20 +0200 (Sun, 30 Mar 2003) | 5 lines
9478 Changed paths:
9479    M /trunk/include/configuration.h
9480    M /trunk/modules/audio_output/file.c
9481    M /trunk/modules/demux/demuxdump.c
9482    M /trunk/modules/demux/util/sub.c
9483    M /trunk/modules/gui/wxwindows/preferences.cpp
9484    M /trunk/modules/misc/logger/logger.c
9485    M /trunk/modules/video_output/fb.c
9486    M /trunk/src/libvlc.h
9487
9488
9489 * include/configuration.h: added the add_directory() config macro.
9490 * modules/gui/wxwindows/preferences.cpp: support for add_string_from_list().
9491 * ALL: changed some add_string() config options to add_file().
9492
9493 ------------------------------------------------------------------------
9494 r3967 | gbazin | 2003-03-30 17:05:32 +0200 (Sun, 30 Mar 2003) | 3 lines
9495 Changed paths:
9496    M /trunk/modules/gui/wxwindows/preferences.cpp
9497
9498
9499 * modules/gui/wxwindows/preferences.cpp: we only list the plugins that have config options. That makes things less confusing.
9500
9501 ------------------------------------------------------------------------
9502 r3968 | gbazin | 2003-03-30 18:26:42 +0200 (Sun, 30 Mar 2003) | 4 lines
9503 Changed paths:
9504    M /trunk/modules/gui/wxwindows/open.cpp
9505    M /trunk/modules/gui/wxwindows/preferences.cpp
9506    M /trunk/modules/video_filter/deinterlace/deinterlace.c
9507    M /trunk/src/libvlc.h
9508
9509
9510 * modules/gui/wxwindows/*: small formating changes.
9511 * modules/video_filter/deinterlace/deinterlace.c, src/libvlc.h: modified a couple of config option descriptions.
9512
9513 ------------------------------------------------------------------------
9514 r3969 | gbazin | 2003-03-30 20:14:39 +0200 (Sun, 30 Mar 2003) | 3 lines
9515 Changed paths:
9516    M /trunk/modules/access/directory.c
9517    M /trunk/modules/access/dvd/dvd.c
9518    M /trunk/modules/access/dvdplay/dvd.c
9519    M /trunk/modules/access/dvdread/dvdread.c
9520    M /trunk/modules/access/file.c
9521    M /trunk/modules/access/ftp.c
9522    M /trunk/modules/access/http.c
9523    M /trunk/modules/access/mms/mms.c
9524    M /trunk/modules/access/satellite/satellite.c
9525    M /trunk/modules/access/slp.c
9526    M /trunk/modules/access/udp.c
9527    M /trunk/modules/access/v4l/v4l.c
9528    M /trunk/modules/access/vcd/vcd.c
9529    M /trunk/modules/audio_filter/converter/a52tofloat32.c
9530    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
9531    M /trunk/modules/audio_mixer/float32.c
9532    M /trunk/modules/audio_mixer/spdif.c
9533    M /trunk/modules/audio_mixer/trivial.c
9534    M /trunk/modules/audio_output/alsa.c
9535    M /trunk/modules/audio_output/arts.c
9536    M /trunk/modules/audio_output/directx.c
9537    M /trunk/modules/audio_output/esd.c
9538    M /trunk/modules/audio_output/file.c
9539    M /trunk/modules/audio_output/oss.c
9540    M /trunk/modules/audio_output/sdl.c
9541    M /trunk/modules/audio_output/waveout.c
9542    M /trunk/modules/codec/faad/decoder.c
9543    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c
9544    M /trunk/modules/codec/flacdec.c
9545    M /trunk/modules/codec/libmpeg2.c
9546    M /trunk/modules/codec/mpeg_video/idct/idct.c
9547    M /trunk/modules/codec/mpeg_video/idct/idctaltivec.c
9548    M /trunk/modules/codec/mpeg_video/idct/idctclassic.c
9549    M /trunk/modules/codec/mpeg_video/idct/idctmmx.c
9550    M /trunk/modules/codec/mpeg_video/idct/idctmmxext.c
9551    M /trunk/modules/codec/mpeg_video/motion/motion.c
9552    M /trunk/modules/codec/mpeg_video/motion/motion3dnow.c
9553    M /trunk/modules/codec/mpeg_video/motion/motionaltivec.c
9554    M /trunk/modules/codec/mpeg_video/motion/motionmmx.c
9555    M /trunk/modules/codec/mpeg_video/motion/motionmmxext.c
9556    M /trunk/modules/codec/mpeg_video/parser.c
9557    M /trunk/modules/codec/spudec/spudec.c
9558    M /trunk/modules/codec/theora.c
9559    M /trunk/modules/codec/vorbis.c
9560    M /trunk/modules/control/gestures.c
9561    M /trunk/modules/control/lirc/lirc.c
9562    M /trunk/modules/control/rc/rc.c
9563    M /trunk/modules/demux/aac/demux.c
9564    M /trunk/modules/demux/avi/avi.c
9565    M /trunk/modules/demux/demuxdump.c
9566    M /trunk/modules/demux/mpeg/audio.c
9567    M /trunk/modules/demux/mpeg/m4v.c
9568    M /trunk/modules/demux/ogg.c
9569    M /trunk/modules/demux/rawdv.c
9570    M /trunk/modules/gui/beos/BeOS.cpp
9571    M /trunk/modules/gui/familiar/familiar.c
9572    M /trunk/modules/gui/gtk/gnome.c
9573    M /trunk/modules/gui/gtk/gtk.c
9574    M /trunk/modules/gui/gtk2/gnome2.c
9575    M /trunk/modules/gui/gtk2/gtk2.c
9576    M /trunk/modules/gui/kde/kde.cpp
9577    M /trunk/modules/gui/macosx/macosx.m
9578    M /trunk/modules/gui/ncurses/ncurses.c
9579    M /trunk/modules/gui/qnx/qnx.c
9580    M /trunk/modules/gui/qt/qt.cpp
9581    M /trunk/modules/gui/skins/src/skin_main.cpp
9582    M /trunk/modules/gui/win32/win32.cpp
9583    M /trunk/modules/misc/dummy/dummy.c
9584    M /trunk/modules/misc/gtk_main.c
9585    M /trunk/modules/misc/logger/logger.c
9586    M /trunk/modules/misc/memcpy/memcpy.c
9587    M /trunk/modules/misc/memcpy/memcpyaltivec.c
9588    M /trunk/modules/misc/qte_main.cpp
9589    M /trunk/modules/misc/sap.c
9590    M /trunk/modules/misc/screensaver.c
9591    M /trunk/modules/video_filter/clone.c
9592    M /trunk/modules/video_filter/crop.c
9593    M /trunk/modules/video_filter/deinterlace/deinterlace.c
9594    M /trunk/modules/video_filter/distort.c
9595    M /trunk/modules/video_filter/invert.c
9596    M /trunk/modules/video_filter/motionblur.c
9597    M /trunk/modules/video_filter/transform.c
9598    M /trunk/modules/video_filter/wall.c
9599    M /trunk/modules/video_output/aa.c
9600    M /trunk/modules/video_output/directx/directx.c
9601    M /trunk/modules/video_output/encoder.c
9602    M /trunk/modules/video_output/fb.c
9603    M /trunk/modules/video_output/glide.c
9604    M /trunk/modules/video_output/mga/mga.c
9605    M /trunk/modules/video_output/mga/xmga.c
9606    M /trunk/modules/video_output/qte/qte.cpp
9607    M /trunk/modules/video_output/sdl.c
9608    M /trunk/modules/video_output/svgalib.c
9609    M /trunk/modules/video_output/wingdi.c
9610    M /trunk/modules/video_output/x11/x11.c
9611    M /trunk/modules/video_output/x11/xvideo.c
9612    M /trunk/modules/visualization/xosd/xosd.c
9613
9614
9615 * modules/*: sanitization of the modules description strings.
9616
9617 ------------------------------------------------------------------------
9618 r3970 | gbazin | 2003-03-30 21:56:11 +0200 (Sun, 30 Mar 2003) | 3 lines
9619 Changed paths:
9620    M /trunk/modules/gui/wxwindows/interface.cpp
9621    M /trunk/modules/gui/wxwindows/timer.cpp
9622
9623
9624 * modules/gui/wxwindows/*: another bunch of improvements.
9625
9626 ------------------------------------------------------------------------
9627 r3971 | jlj | 2003-03-31 01:35:06 +0200 (Mon, 31 Mar 2003) | 2 lines
9628 Changed paths:
9629    M /trunk/configure.ac.in
9630    M /trunk/modules/audio_output/Modules.am
9631    A /trunk/modules/audio_output/coreaudio.c
9632    M /trunk/modules/gui/macosx/Modules.am
9633    D /trunk/modules/gui/macosx/aout.m
9634    M /trunk/modules/gui/macosx/macosx.m
9635
9636  * ALL: Move CoreAudio aout into seperate module.
9637
9638 ------------------------------------------------------------------------
9639 r3972 | fenrir | 2003-03-31 05:46:11 +0200 (Mon, 31 Mar 2003) | 14 lines
9640 Changed paths:
9641    M /trunk/configure.ac.in
9642    M /trunk/modules/access/v4l/v4l.c
9643    M /trunk/modules/codec/Modules.am
9644    A /trunk/modules/codec/rawvideo.c
9645    M /trunk/modules/mux/avi.c
9646    M /trunk/modules/mux/ogg.c
9647    M /trunk/modules/packetizer/a52.c
9648    M /trunk/modules/packetizer/copy.c
9649    M /trunk/modules/packetizer/mpeg4audio.c
9650    M /trunk/modules/packetizer/mpeg4video.c
9651    M /trunk/modules/packetizer/mpegaudio.c
9652    M /trunk/modules/packetizer/mpegvideo.c
9653    M /trunk/src/stream_output/stream_output.c
9654
9655  * v4l: updated, now it should grab (and compress if you want) the video.
9656 Audio grabbing part is commented out and untested.
9657  The syntax is like that:
9658   v4l:<device>[:option=value:...]
9659  options: channel,norm (pal, ntsc,secam), frequency (not really there is
9660           a factor), audio, size (WxH or subqcif,qsif,qcif,sif,cif,vga),
9661           codec (optional, mpeg1 or mpeg4 and need to have compiled the
9662           encoders modules)
9663  ex: v4l:/dev/video:channel=0:frequency=8052:norm=secam:size=vga
9664  Please test.
9665  * rawvideo.c: a pseudo decoder for raw video (I420).
9666  * packetizer/*, mux/*, stream_output.c: fixed (I hope) audio/video
9667 synchro problems.
9668
9669 ------------------------------------------------------------------------
9670 r3973 | fenrir | 2003-03-31 06:26:17 +0200 (Mon, 31 Mar 2003) | 2 lines
9671 Changed paths:
9672    M /trunk/modules/access/v4l/v4l.c
9673
9674  * v4l: forgot a munmap.
9675
9676 ------------------------------------------------------------------------
9677 r3974 | gbazin | 2003-04-01 00:39:23 +0200 (Tue, 01 Apr 2003) | 3 lines
9678 Changed paths:
9679    M /trunk/po/POTFILES.in
9680    M /trunk/po/de.po
9681    M /trunk/po/en_GB.po
9682    M /trunk/po/fr.po
9683    M /trunk/po/it.po
9684    M /trunk/po/ja.po
9685    M /trunk/po/nl.po
9686    M /trunk/po/no.po
9687    M /trunk/po/pl.po
9688    M /trunk/po/ru.po
9689    M /trunk/po/sv.po
9690    M /trunk/po/vlc.pot
9691
9692
9693 * po/*: updated the po directory.
9694
9695 ------------------------------------------------------------------------
9696 r3975 | massiot | 2003-04-01 00:39:28 +0200 (Tue, 01 Apr 2003) | 3 lines
9697 Changed paths:
9698    M /trunk/modules/audio_filter/resampler/coreaudio.c
9699    M /trunk/modules/codec/a52.c
9700    M /trunk/modules/codec/lpcm.c
9701    M /trunk/modules/codec/mpeg_audio.c
9702    M /trunk/modules/gui/familiar/interface.c
9703
9704 * modules/codec/*: Fixed a PTS bug at the initialization of some codecs
9705 * modules/audio_filter/resampler/coreaudio.c: Set score to 0
9706
9707 ------------------------------------------------------------------------
9708 r3976 | sigmunau | 2003-04-01 01:32:44 +0200 (Tue, 01 Apr 2003) | 3 lines
9709 Changed paths:
9710    M /trunk/modules/demux/asf/asf.c
9711
9712 Changed a duplicate string, and removed an info string that isn't really
9713 useful
9714
9715 ------------------------------------------------------------------------
9716 r3977 | sigmunau | 2003-04-01 01:37:36 +0200 (Tue, 01 Apr 2003) | 2 lines
9717 Changed paths:
9718    M /trunk/modules/demux/ogg.c
9719
9720 made a format-only string untranslateable
9721
9722 ------------------------------------------------------------------------
9723 r3978 | gbazin | 2003-04-01 02:18:29 +0200 (Tue, 01 Apr 2003) | 3 lines
9724 Changed paths:
9725    M /trunk/modules/gui/wxwindows/interface.cpp
9726    M /trunk/modules/gui/wxwindows/open.cpp
9727    M /trunk/modules/gui/wxwindows/popup.cpp
9728    M /trunk/modules/gui/wxwindows/preferences.cpp
9729    M /trunk/modules/gui/wxwindows/streamout.cpp
9730
9731
9732 * modules/gui/wxwindows/*: few modifications to the strings.
9733
9734 ------------------------------------------------------------------------
9735 r3979 | massiot | 2003-04-01 12:46:35 +0200 (Tue, 01 Apr 2003) | 2 lines
9736 Changed paths:
9737    M /trunk/modules/demux/mpeg/system.c
9738
9739 * TS demux patches, courtesy of Andy Lindsay <andy_vl@ananam.com>.
9740
9741 ------------------------------------------------------------------------
9742 r3980 | massiot | 2003-04-01 13:12:15 +0200 (Tue, 01 Apr 2003) | 2 lines
9743 Changed paths:
9744    M /trunk/THANKS
9745
9746 Added Andy Lindsay.
9747
9748 ------------------------------------------------------------------------
9749 r3981 | gbazin | 2003-04-01 14:24:54 +0200 (Tue, 01 Apr 2003) | 4 lines
9750 Changed paths:
9751    M /trunk/modules/gui/skins/src/event.cpp
9752
9753
9754 * modules/gui/skins/src/event.cpp: Event::CreateEvent() was trying to free
9755    statically allocated strings.
9756
9757 ------------------------------------------------------------------------
9758 r3982 | gbazin | 2003-04-01 18:11:43 +0200 (Tue, 01 Apr 2003) | 3 lines
9759 Changed paths:
9760    M /trunk/modules/gui/wxwindows/fileinfo.cpp
9761    M /trunk/modules/gui/wxwindows/interface.cpp
9762    M /trunk/modules/gui/wxwindows/messages.cpp
9763    M /trunk/modules/gui/wxwindows/open.cpp
9764    M /trunk/modules/gui/wxwindows/playlist.cpp
9765    M /trunk/modules/gui/wxwindows/preferences.cpp
9766    M /trunk/modules/gui/wxwindows/streamout.cpp
9767    M /trunk/modules/gui/wxwindows/wxwindows.h
9768
9769
9770 * modules/gui/wxwindows/*: misc small improvements and fixes.
9771
9772 ------------------------------------------------------------------------
9773 r3983 | sam | 2003-04-01 18:13:39 +0200 (Tue, 01 Apr 2003) | 5 lines
9774 Changed paths:
9775    M /trunk/debian/changelog
9776    M /trunk/debian/control
9777    M /trunk/debian/woody-buildpackage
9778
9779   * ./debian/control: changed the section of gnome-vlc and kvlc according to
9780     new Debian archive sections.
9781   * ./debian/woody-buildpackage: updated woody-buildpackage so that packages
9782     say "stable".
9783
9784 ------------------------------------------------------------------------
9785 r3984 | massiot | 2003-04-02 00:29:42 +0200 (Wed, 02 Apr 2003) | 6 lines
9786 Changed paths:
9787    M /trunk/configure.ac.in
9788    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
9789    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
9790    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
9791    M /trunk/modules/access_output/udp.c
9792    M /trunk/modules/gui/macosx/open.m
9793    M /trunk/po/de.po
9794    M /trunk/po/en_GB.po
9795    M /trunk/po/fr.po
9796    M /trunk/po/it.po
9797    M /trunk/po/ja.po
9798    M /trunk/po/nl.po
9799    M /trunk/po/no.po
9800    M /trunk/po/pl.po
9801    M /trunk/po/ru.po
9802    M /trunk/po/sv.po
9803    M /trunk/po/vlc.pot
9804
9805 * Bumped up revision number to 0.5.3-test2
9806 * modules/access_output/udp.c: Now supports IPv6 IP addresses (patch
9807   courtesy of Alexis Guillard)
9808 * po/*: Updated po files to send out to the translators
9809 * Mac OS X port: Cosmetics
9810
9811 ------------------------------------------------------------------------
9812 r3985 | massiot | 2003-04-02 17:20:12 +0200 (Wed, 02 Apr 2003) | 2 lines
9813 Changed paths:
9814    M /trunk/modules/access/file.c
9815
9816 * Fixed a bug with the stream: input plug-in when receiving no data.
9817
9818 ------------------------------------------------------------------------
9819 r3986 | sigmunau | 2003-04-02 23:21:57 +0200 (Wed, 02 Apr 2003) | 2 lines
9820 Changed paths:
9821    M /trunk/modules/audio_output/oss.c
9822
9823 Fixed a bug when trying to set 4 channel output
9824
9825 ------------------------------------------------------------------------
9826 r3987 | massiot | 2003-04-03 01:16:30 +0200 (Thu, 03 Apr 2003) | 3 lines
9827 Changed paths:
9828    M /trunk/modules/access/file.c
9829
9830 * Added a new kfir: access module, designed to work around a bug in the
9831   kfir driver.
9832
9833 ------------------------------------------------------------------------
9834 r3988 | massiot | 2003-04-04 21:32:22 +0200 (Fri, 04 Apr 2003) | 2 lines
9835 Changed paths:
9836    M /trunk/doc/fortunes.txt
9837
9838 .
9839
9840 ------------------------------------------------------------------------
9841 r3989 | gbazin | 2003-04-05 14:32:19 +0200 (Sat, 05 Apr 2003) | 4 lines
9842 Changed paths:
9843    M /trunk/install-win32
9844    M /trunk/modules/access/dvdplay/access.c
9845
9846
9847 * modules/access/dvdplay/access.c: fixed a bug in dvdNewArea() when i_angle == 0.
9848 * install-win32: misc improvements to the nsis installer script.
9849
9850 ------------------------------------------------------------------------
9851 r3990 | gbazin | 2003-04-05 14:43:39 +0200 (Sat, 05 Apr 2003) | 3 lines
9852 Changed paths:
9853    M /trunk/modules/codec/libmpeg2.c
9854
9855
9856 * modules/codec/libmpeg2.c: hack to keep libmpeg2 from stealing pictures from the vout when the decoder is closed.
9857
9858 ------------------------------------------------------------------------
9859 r3991 | massiot | 2003-04-06 03:00:07 +0200 (Sun, 06 Apr 2003) | 5 lines
9860 Changed paths:
9861    M /trunk/Makefile.am
9862    M /trunk/doc/release-howto.txt
9863    M /trunk/modules/gui/wxwindows/open.cpp
9864    M /trunk/po/de.po
9865    M /trunk/po/it.po
9866    M /trunk/src/misc/configuration.c
9867
9868 * OS X : create dummy fr.lproj etc. directories, so that the Apple menu and standard file dialogs be translated too
9869 * modules/gui/wxwindows/open.cpp: fixed a string
9870 * src/misc/configuration.c: don't yell when a config variable disappears
9871 * po/de.po po/it.po: new translations by maintainers
9872
9873 ------------------------------------------------------------------------
9874 r3992 | sigmunau | 2003-04-06 12:34:38 +0200 (Sun, 06 Apr 2003) | 2 lines
9875 Changed paths:
9876    M /trunk/po/no.po
9877
9878 Some simple updates
9879
9880 ------------------------------------------------------------------------
9881 r3993 | sigmunau | 2003-04-06 15:18:26 +0200 (Sun, 06 Apr 2003) | 2 lines
9882 Changed paths:
9883    M /trunk/modules/gui/wxwindows/fileinfo.cpp
9884
9885 expand info categories by default
9886
9887 ------------------------------------------------------------------------
9888 r3994 | massiot | 2003-04-06 16:12:46 +0200 (Sun, 06 Apr 2003) | 3 lines
9889 Changed paths:
9890    M /trunk/src/libvlc.c
9891    M /trunk/src/libvlc.h
9892
9893 Disabled the translation configuration variable on OS X since it doesn't
9894 work.
9895
9896 ------------------------------------------------------------------------
9897 r3995 | massiot | 2003-04-06 17:43:02 +0200 (Sun, 06 Apr 2003) | 4 lines
9898 Changed paths:
9899    M /trunk/Makefile.am
9900    M /trunk/NEWS
9901    M /trunk/THANKS
9902    A /trunk/extras/MacOSX/Resources/README
9903    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
9904    M /trunk/po/de.po
9905    M /trunk/po/fr.po
9906
9907 * Updated French and German translations courtesy of their maintainers
9908 * THANKS: added Jean-Pierre Kuypers, French translator
9909 * NEWS: updated for 0.5.3 release. Please check.
9910
9911 ------------------------------------------------------------------------
9912 r3996 | gbazin | 2003-04-06 18:30:43 +0200 (Sun, 06 Apr 2003) | 4 lines
9913 Changed paths:
9914    M /trunk/NEWS
9915    M /trunk/modules/gui/wxwindows/messages.cpp
9916    M /trunk/modules/gui/wxwindows/wxwindows.h
9917
9918
9919 * modules/gui/wxwindows/messages.cpp: added a verbose checkbox which enables the warning and debug messages (disabled by default).
9920 * NEWS: updated the NEWS file.
9921
9922 ------------------------------------------------------------------------
9923 r3997 | gbazin | 2003-04-06 19:14:43 +0200 (Sun, 06 Apr 2003) | 3 lines
9924 Changed paths:
9925    M /trunk/Makefile.am
9926    M /trunk/install-win32
9927
9928
9929 * Makefile.am, install-win32: added the default skin to the win32 package.
9930
9931 ------------------------------------------------------------------------
9932 r3998 | titer | 2003-04-06 19:16:07 +0200 (Sun, 06 Apr 2003) | 2 lines
9933 Changed paths:
9934    M /trunk/configure.ac.in
9935
9936  Fixed a linkage problem with BeOS/BONE.
9937
9938 ------------------------------------------------------------------------
9939 r3999 | gbazin | 2003-04-06 19:48:06 +0200 (Sun, 06 Apr 2003) | 3 lines
9940 Changed paths:
9941    M /trunk/modules/demux/mp4/mp4.c
9942
9943
9944 * modules/demux/mp4/mp4.c: fixed an off by one error in array access.
9945
9946 ------------------------------------------------------------------------
9947 r4000 | ipkiss | 2003-04-06 19:57:11 +0200 (Sun, 06 Apr 2003) | 2 lines
9948 Changed paths:
9949    M /trunk/modules/gui/skins/src/skin_main.cpp
9950
9951  - modules/gui/skins/skin_main.cpp: Try to open the default XML file first
9952
9953 ------------------------------------------------------------------------
9954 r4001 | sigmunau | 2003-04-06 22:08:11 +0200 (Sun, 06 Apr 2003) | 2 lines
9955 Changed paths:
9956    M /trunk/modules/demux/m3u.c
9957
9958 Support files that are called .asx and .pls but really are just .m3u files
9959
9960 ------------------------------------------------------------------------
9961 r4002 | karibu | 2003-04-06 22:27:57 +0200 (Sun, 06 Apr 2003) | 2 lines
9962 Changed paths:
9963    A /trunk/share/skins/default/add1.bmp
9964    A /trunk/share/skins/default/add2.bmp
9965    A /trunk/share/skins/default/add3.bmp
9966    D /trunk/share/skins/default/b1.bmp
9967    D /trunk/share/skins/default/b1_down.bmp
9968    D /trunk/share/skins/default/b1_up.bmp
9969    D /trunk/share/skins/default/b2_down.bmp
9970    D /trunk/share/skins/default/b2_up.bmp
9971    D /trunk/share/skins/default/b3_disabled.bmp
9972    D /trunk/share/skins/default/b3_down.bmp
9973    D /trunk/share/skins/default/b3_up.bmp
9974    D /trunk/share/skins/default/b4_disabled.bmp
9975    D /trunk/share/skins/default/b4_down.bmp
9976    D /trunk/share/skins/default/b4_up.bmp
9977    D /trunk/share/skins/default/b5_disabled.bmp
9978    D /trunk/share/skins/default/b5_down.bmp
9979    D /trunk/share/skins/default/b5_up.bmp
9980    D /trunk/share/skins/default/b6_down.bmp
9981    D /trunk/share/skins/default/b6_up.bmp
9982    D /trunk/share/skins/default/b7_down.bmp
9983    D /trunk/share/skins/default/b7_up.bmp
9984    D /trunk/share/skins/default/body.bmp
9985    D /trunk/share/skins/default/cursor_down.bmp
9986    D /trunk/share/skins/default/cursor_up.bmp
9987    A /trunk/share/skins/default/del1.bmp
9988    A /trunk/share/skins/default/del2.bmp
9989    A /trunk/share/skins/default/del3.bmp
9990    D /trunk/share/skins/default/dev_down.bmp
9991    D /trunk/share/skins/default/dev_up.bmp
9992    D /trunk/share/skins/default/log_down.bmp
9993    D /trunk/share/skins/default/log_up.bmp
9994    A /trunk/share/skins/default/next1.bmp
9995    A /trunk/share/skins/default/next2.bmp
9996    A /trunk/share/skins/default/next3.bmp
9997    A /trunk/share/skins/default/next4.bmp
9998    A /trunk/share/skins/default/open1.bmp
9999    A /trunk/share/skins/default/open2.bmp
10000    A /trunk/share/skins/default/open3.bmp
10001    A /trunk/share/skins/default/pause1.bmp
10002    A /trunk/share/skins/default/pause2.bmp
10003    A /trunk/share/skins/default/pause3.bmp
10004    A /trunk/share/skins/default/pause4.bmp
10005    A /trunk/share/skins/default/play1.bmp
10006    A /trunk/share/skins/default/play2.bmp
10007    A /trunk/share/skins/default/play3.bmp
10008    A /trunk/share/skins/default/play4.bmp
10009    D /trunk/share/skins/default/playlist.bmp
10010    A /trunk/share/skins/default/playlist1.bmp
10011    A /trunk/share/skins/default/playlist2.bmp
10012    A /trunk/share/skins/default/playlist3.bmp
10013    A /trunk/share/skins/default/playlist_body.bmp
10014    A /trunk/share/skins/default/prev1.bmp
10015    A /trunk/share/skins/default/prev2.bmp
10016    A /trunk/share/skins/default/prev3.bmp
10017    A /trunk/share/skins/default/prev4.bmp
10018    A /trunk/share/skins/default/quit1.bmp
10019    A /trunk/share/skins/default/quit2.bmp
10020    A /trunk/share/skins/default/quit3.bmp
10021    D /trunk/share/skins/default/quit_down.bmp
10022    D /trunk/share/skins/default/quit_up.bmp
10023    D /trunk/share/skins/default/slider.bmp
10024    A /trunk/share/skins/default/slider1.bmp
10025    A /trunk/share/skins/default/slider2.bmp
10026    A /trunk/share/skins/default/stop1.bmp
10027    A /trunk/share/skins/default/stop2.bmp
10028    A /trunk/share/skins/default/stop3.bmp
10029    A /trunk/share/skins/default/stop4.bmp
10030    D /trunk/share/skins/default/theme.xml
10031
10032 * Changed default skin files
10033
10034 ------------------------------------------------------------------------
10035 r4003 | karibu | 2003-04-06 22:46:30 +0200 (Sun, 06 Apr 2003) | 2 lines
10036 Changed paths:
10037    A /trunk/share/skins/default/body.bmp
10038    A /trunk/share/skins/default/theme.xml
10039
10040 * Added missing files
10041
10042 ------------------------------------------------------------------------
10043 r4004 | gbazin | 2003-04-06 23:48:25 +0200 (Sun, 06 Apr 2003) | 3 lines
10044 Changed paths:
10045    M /trunk/po/fr.po
10046
10047
10048 * po/fr.po: another bunch of updates to the french translation.
10049
10050 ------------------------------------------------------------------------
10051 r4005 | hartman | 2003-04-07 01:00:24 +0200 (Mon, 07 Apr 2003) | 2 lines
10052 Changed paths:
10053    M /trunk/NEWS
10054
10055 * some small changes/fixes
10056
10057 ------------------------------------------------------------------------
10058 r4006 | massiot | 2003-04-07 01:21:14 +0200 (Mon, 07 Apr 2003) | 7 lines
10059 Changed paths:
10060    M /trunk/ChangeLog
10061    M /trunk/configure.ac.in
10062    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
10063    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
10064    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
10065    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
10066    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
10067    M /trunk/modules/gui/macosx/controls.m
10068    M /trunk/modules/gui/macosx/intf.h
10069    M /trunk/modules/gui/macosx/intf.m
10070    M /trunk/po/de.po
10071    M /trunk/po/en_GB.po
10072    M /trunk/po/fr.po
10073    M /trunk/po/it.po
10074    M /trunk/po/ja.po
10075    M /trunk/po/nl.po
10076    M /trunk/po/no.po
10077    M /trunk/po/pl.po
10078    M /trunk/po/ru.po
10079    M /trunk/po/sv.po
10080    M /trunk/po/vlc.pot
10081    M /trunk/toolbox
10082
10083 * Bumped up revision number to 0.5.3
10084 * po/* : run --update-po before the release
10085 * ChangeLog : run --update-changelog
10086 * toolbox : ChangeLog is UTC
10087 * OS X : fixed a bug with the deinterlace menu and localizations (thanks
10088   Felix)
10089
10090 ------------------------------------------------------------------------
10091 r4007 | massiot | 2003-04-07 01:44:53 +0200 (Mon, 07 Apr 2003) | 4 lines
10092 Changed paths:
10093    M /trunk/src/audio_output/input.c
10094    M /trunk/src/libvlc.h
10095
10096 * Renamed the "headphone" option to "headphone-opt" to avoid error
10097 messages "option headphone does not exist". I'm not clever enough to find
10098 out why it doesn't work when it's named "headphone".
10099
10100 ------------------------------------------------------------------------
10101 r4008 | gbazin | 2003-04-07 11:25:54 +0200 (Mon, 07 Apr 2003) | 3 lines
10102 Changed paths:
10103    M /trunk/modules/gui/wxwindows/interface.cpp
10104
10105
10106 * modules/gui/wxwindows/interface.cpp: removed debug message.
10107
10108 ------------------------------------------------------------------------
10109 r4009 | gbazin | 2003-04-07 13:48:51 +0200 (Mon, 07 Apr 2003) | 4 lines
10110 Changed paths:
10111    M /trunk/src/misc/configuration.c
10112
10113
10114 * src/misc/configuration.c: what the f??k, configuration variable names
10115    and subtypes were being translated.
10116
10117 ------------------------------------------------------------------------
10118 r4010 | hartman | 2003-04-07 14:41:51 +0200 (Mon, 07 Apr 2003) | 4 lines
10119 Changed paths:
10120    M /trunk/README.MacOSX.rtf
10121    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
10122    M /trunk/po/nl.po
10123
10124 * new dutch translation
10125 * readded Mac OS X readme file to Mac OS X distribution
10126 * fixed some errors in the readme
10127
10128 ------------------------------------------------------------------------
10129 r4011 | gbazin | 2003-04-07 15:01:39 +0200 (Mon, 07 Apr 2003) | 5 lines
10130 Changed paths:
10131    M /trunk/src/libvlc.c
10132
10133
10134 * src/libvlc.c: reload the main module in case the user asks for the
10135    translation to be disabled. That way, the translation will even be
10136    disabled in the preferences panel.
10137
10138 ------------------------------------------------------------------------
10139 r4012 | gbazin | 2003-04-07 15:46:06 +0200 (Mon, 07 Apr 2003) | 4 lines
10140 Changed paths:
10141    M /trunk/src/libvlc.c
10142
10143
10144 * src/libvlc.c: fixed the translation config option to also take into
10145   account the value in the config file.
10146
10147 ------------------------------------------------------------------------
10148 r4013 | gbazin | 2003-04-07 18:02:08 +0200 (Mon, 07 Apr 2003) | 4 lines
10149 Changed paths:
10150    M /trunk/modules/audio_output/directx.c
10151    M /trunk/modules/audio_output/waveout.c
10152
10153
10154 * modules/audio_output/directx.c, modules/audio_output/waveout.c:
10155    cosmetic changes.
10156
10157 ------------------------------------------------------------------------
10158 r4014 | gbazin | 2003-04-07 19:35:01 +0200 (Mon, 07 Apr 2003) | 4 lines
10159 Changed paths:
10160    M /trunk/modules/codec/libmpeg2.c
10161    M /trunk/po/fr.po
10162
10163
10164 * po/fr.po: small update.
10165 * modules/codec/libmpeg2.c: we now bypass libmpeg2 buffer management. As a nice side effect, still pictures in dvd menus are working now :)
10166
10167 ------------------------------------------------------------------------
10168 r4015 | massiot | 2003-04-07 23:51:27 +0200 (Mon, 07 Apr 2003) | 3 lines
10169 Changed paths:
10170    M /trunk/ChangeLog
10171    M /trunk/src/libvlc.c
10172
10173 * Updated ChangeLog
10174 * src/libvlc.c: Darwin doesn't have a "translation" config variable
10175
10176 ------------------------------------------------------------------------
10177 r4016 | gbazin | 2003-04-08 04:06:13 +0200 (Tue, 08 Apr 2003) | 5 lines
10178 Changed paths:
10179    M /trunk/modules/gui/skins/src/event.cpp
10180    M /trunk/modules/gui/skins/src/event.h
10181
10182
10183 *  modules/gui/skins/src/event.cpp, modules/gui/skins/src/event.h:
10184     fixed 2 nasty buffer overflows. This fixes the last crashes I've got
10185     with the skins interface.
10186
10187 ------------------------------------------------------------------------
10188 r4017 | alexis | 2003-04-08 09:19:57 +0200 (Tue, 08 Apr 2003) | 2 lines
10189 Changed paths:
10190    M /trunk/vlc.spec.redhat
10191
10192 Update spec file for the 0.5.3 release, courtesy of Jason Luka.
10193
10194 ------------------------------------------------------------------------
10195 r4018 | sigmunau | 2003-04-08 09:22:10 +0200 (Tue, 08 Apr 2003) | 4 lines
10196 Changed paths:
10197    M /trunk/modules/video_filter/Modules.am
10198    M /trunk/modules/video_filter/osd_text.c
10199
10200 modules/video_filter/Modules.am: forgot to add the osdtest module
10201 modules/video_filter/osd_text.c: fixed a bug in size/place calculations.
10202 Support gamma correction of the text.
10203
10204 ------------------------------------------------------------------------
10205 r4019 | massiot | 2003-04-08 10:36:00 +0200 (Tue, 08 Apr 2003) | 2 lines
10206 Changed paths:
10207    M /trunk/NEWS
10208    M /trunk/src/libvlc.c
10209    M /trunk/src/libvlc.h
10210    M /trunk/src/misc/darwin_specific.m
10211
10212 * Fixed the translation option with Mac OS X.
10213
10214 ------------------------------------------------------------------------
10215 r4020 | sam | 2003-04-08 10:59:25 +0200 (Tue, 08 Apr 2003) | 3 lines
10216 Changed paths:
10217    M /trunk/configure.ac.in
10218
10219   * ./configure.ac.in: if CoreAudio is too old, disable the coreaudio_resampler
10220     module for the moment.
10221
10222 ------------------------------------------------------------------------
10223 r4021 | sam | 2003-04-08 15:22:10 +0200 (Tue, 08 Apr 2003) | 2 lines
10224 Changed paths:
10225    M /trunk/debian/changelog
10226
10227   * ./debian/changelog: ready for releasable .deb packages.
10228
10229 ------------------------------------------------------------------------
10230 r4022 | gbazin | 2003-04-08 23:26:22 +0200 (Tue, 08 Apr 2003) | 3 lines
10231 Changed paths:
10232    M /trunk/modules/audio_output/waveout.c
10233
10234
10235 * modules/audio_output/waveout.c: compilation fix for builtins only build.
10236
10237 ------------------------------------------------------------------------
10238 r4023 | massiot | 2003-04-08 23:31:52 +0200 (Tue, 08 Apr 2003) | 2 lines
10239 Changed paths:
10240    M /trunk/ChangeLog
10241
10242 * Updated ChangeLog.
10243
10244 ------------------------------------------------------------------------
10245 r4024 | massiot | 2003-04-09 00:38:45 +0200 (Wed, 09 Apr 2003) | 2 lines
10246 Changed paths:
10247    M /trunk/configure.ac.in
10248    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
10249    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
10250
10251 Now 0.5.4-cvs.
10252
10253 ------------------------------------------------------------------------
10254 r4025 | titer | 2003-04-09 11:40:36 +0200 (Wed, 09 Apr 2003) | 3 lines
10255 Changed paths:
10256    M /trunk/configure.ac.in
10257
10258  - fixed my last fix for BeOS/BONE
10259  - fixed v4l detection
10260
10261 ------------------------------------------------------------------------
10262 r4026 | titer | 2003-04-09 11:59:59 +0200 (Wed, 09 Apr 2003) | 2 lines
10263 Changed paths:
10264    M /trunk/modules/access/v4l/v4l.c
10265
10266  v4l.c: compile fix
10267
10268 ------------------------------------------------------------------------
10269 r4027 | sam | 2003-04-09 12:17:30 +0200 (Wed, 09 Apr 2003) | 2 lines
10270 Changed paths:
10271    M /trunk/debian/changelog
10272    M /trunk/debian/rules
10273
10274   * ./debian/rules: fixed a clock skew issue in debian/rules.
10275
10276 ------------------------------------------------------------------------
10277 r4028 | sam | 2003-04-09 12:34:05 +0200 (Wed, 09 Apr 2003) | 2 lines
10278 Changed paths:
10279    M /trunk/debian/changelog
10280    M /trunk/debian/rules
10281
10282   * ./debian/rules: we now remove spurious woody build files in the clean rule.
10283
10284 ------------------------------------------------------------------------
10285 r4029 | sam | 2003-04-09 13:43:03 +0200 (Wed, 09 Apr 2003) | 2 lines
10286 Changed paths:
10287    M /trunk/debian/woody-buildpackage
10288
10289   * ./debian/woody-buildpackage: additional error checking.
10290
10291 ------------------------------------------------------------------------
10292 r4030 | sam | 2003-04-09 14:03:44 +0200 (Wed, 09 Apr 2003) | 2 lines
10293 Changed paths:
10294    M /trunk/modules/gui/kde/preferences.cpp
10295
10296   * ./modules/gui/kde/preferences.cpp: KDE 2 backport.
10297
10298 ------------------------------------------------------------------------
10299 r4031 | sam | 2003-04-09 14:33:14 +0200 (Wed, 09 Apr 2003) | 2 lines
10300 Changed paths:
10301    M /trunk/debian/changelog
10302    M /trunk/debian/rules
10303
10304   * ./debian/rules: mouahaha, cutting off the branch I was sitting on.
10305
10306 ------------------------------------------------------------------------
10307 r4032 | hartman | 2003-04-09 16:12:49 +0200 (Wed, 09 Apr 2003) | 7 lines
10308 Changed paths:
10309    M /trunk/modules/demux/asf/asf.c
10310    M /trunk/modules/gui/macosx/open.m
10311    M /trunk/modules/gui/macosx/playlist.m
10312
10313 * modules/gui/macosx/*:
10314   - when adding multiple files, we sort them alphabetically before adding them.
10315     stupid finder ;)
10316
10317 * modules/demux/asf/asf.c:
10318   - avoid a duplicate translation of a string
10319
10320 ------------------------------------------------------------------------
10321 r4033 | sam | 2003-04-09 18:05:58 +0200 (Wed, 09 Apr 2003) | 3 lines
10322 Changed paths:
10323    M /trunk/autotools/.cvsignore
10324    M /trunk/toolbox
10325
10326   * ./toolbox: implemented toolbox --distclean to clean the tree without
10327     having to bootstrap/configure/whatever.
10328
10329 ------------------------------------------------------------------------
10330 r4034 | sam | 2003-04-09 18:18:36 +0200 (Wed, 09 Apr 2003) | 4 lines
10331 Changed paths:
10332    M /trunk/Makefile.am
10333    D /trunk/mozilla/classinfo.h
10334    D /trunk/mozilla/npunix.c
10335    D /trunk/mozilla/npwin.cpp
10336    A /trunk/mozilla/support
10337    A /trunk/mozilla/support/classinfo.h
10338    A /trunk/mozilla/support/npmac.cpp
10339    A /trunk/mozilla/support/npunix.c
10340    A /trunk/mozilla/support/npwin.cpp
10341    M /trunk/mozilla/vlcpeer.h
10342    M /trunk/mozilla/vlcshell.cpp
10343
10344   * ./mozilla/*: moved support files in a separate directory.
10345   * ./mozilla/support/npmac.cpp: added a hacked version of Mozilla's npmac.cpp
10346     that builds with g++ instead of CodeWarrior.
10347
10348 ------------------------------------------------------------------------
10349 r4035 | sam | 2003-04-09 19:27:51 +0200 (Wed, 09 Apr 2003) | 5 lines
10350 Changed paths:
10351    M /trunk/Makefile.am
10352    A /trunk/mozilla/support/.cvsignore
10353    A /trunk/mozilla/vlc.r
10354    M /trunk/mozilla/vlcshell.cpp
10355
10356   * ./Makefile.am: we call pbxbuilder with the explicit target name, because
10357     we might have an additional target one day, such as vlcplugin :)
10358   * ./mozilla/vlc.r: OS X specific resource file for an OS X plugin.
10359   * ./mozilla/vlcshell.cpp: added required OS X functions.
10360
10361 ------------------------------------------------------------------------
10362 r4036 | gbazin | 2003-04-09 21:58:25 +0200 (Wed, 09 Apr 2003) | 4 lines
10363 Changed paths:
10364    M /trunk/src/libvlc.c
10365    M /trunk/src/misc/messages.c
10366
10367
10368 * src/libvlc.c: fixed the "color" config option.
10369 * src/misc/messages.c: removed an unnecessary #ifdef WIN32 in PrintMsg().
10370
10371 ------------------------------------------------------------------------
10372 r4037 | jpsaman | 2003-04-09 22:07:47 +0200 (Wed, 09 Apr 2003) | 2 lines
10373 Changed paths:
10374    M /trunk/ipkg/control
10375    M /trunk/ipkg/control.gpe
10376    M /trunk/ipkg/control.opie
10377    M /trunk/ipkg/control.zaurus
10378    M /trunk/ipkg/rules
10379    M /trunk/ipkg/rules.gpe
10380    M /trunk/ipkg/rules.opie
10381    M /trunk/ipkg/rules.zaurus
10382
10383 Familiar Linux (GPE/GTK+,OPIE) packaging and building scripts.
10384
10385 ------------------------------------------------------------------------
10386 r4038 | hartman | 2003-04-09 22:53:28 +0200 (Wed, 09 Apr 2003) | 5 lines
10387 Changed paths:
10388    M /trunk/AUTHORS
10389    M /trunk/Makefile.am
10390    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
10391    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
10392    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
10393    A /trunk/extras/MacOSX/Resources/about_bg.png
10394    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
10395    M /trunk/modules/gui/macosx/Modules.am
10396    A /trunk/modules/gui/macosx/about.h
10397    A /trunk/modules/gui/macosx/about.m
10398
10399 * All : added an about VLC panel. It scrolls the names and the work of the
10400         AUTHORS file.
10401
10402 * AUTHORS: updated my own info
10403
10404 ------------------------------------------------------------------------
10405 r4039 | sam | 2003-04-11 21:15:36 +0200 (Fri, 11 Apr 2003) | 4 lines
10406 Changed paths:
10407    M /trunk/debian/changelog
10408    M /trunk/debian/control
10409    M /trunk/debian/woody-buildpackage
10410
10411   * ./debian/control: changed the libvlc0-dev section to libdevel (to match
10412     the Debian installer's override file).
10413   * ./debian/woody-buildpackage: updated accordingly.
10414
10415 ------------------------------------------------------------------------
10416 r4040 | asmax | 2003-04-11 22:45:48 +0200 (Fri, 11 Apr 2003) | 7 lines
10417 Changed paths:
10418    A /trunk/build-vlc
10419    A /trunk/config.in
10420    A /trunk/defconfig
10421    A /trunk/doc/Configure.help
10422    A /trunk/lxdialog
10423    A /trunk/lxdialog/BIG.FAT.WARNING
10424    A /trunk/lxdialog/Makefile
10425    A /trunk/lxdialog/checklist.c
10426    A /trunk/lxdialog/colors.h
10427    A /trunk/lxdialog/dialog.h
10428    A /trunk/lxdialog/inputbox.c
10429    A /trunk/lxdialog/lxdialog.c
10430    A /trunk/lxdialog/menubox.c
10431    A /trunk/lxdialog/msgbox.c
10432    A /trunk/lxdialog/textbox.c
10433    A /trunk/lxdialog/util.c
10434    A /trunk/lxdialog/yesno.c
10435    A /trunk/menuconfig
10436    M /trunk/python/Makefile
10437
10438 * user-friendly(?) build system, based on linux Menuconfig script.
10439   Just run ./menuconfig and ./build-vlc (or just ./build-vlc)
10440   It's actually a wrapper which calls configure, but only a small number
10441   of vlc functionalities has been implemented at the moment.
10442   Please try it however ;)
10443   (you must have libncurses-dev installed)
10444
10445 ------------------------------------------------------------------------
10446 r4041 | videolan | 2003-04-11 23:19:49 +0200 (Fri, 11 Apr 2003) | 3 lines
10447 Changed paths:
10448    M /trunk/modules/gui/skins/controls/button.cpp
10449    M /trunk/modules/gui/skins/controls/checkbox.cpp
10450    M /trunk/modules/gui/skins/controls/image.cpp
10451
10452 * Fixed bug: When button or checkbox are disabled, the previous control can't
10453              take the hand
10454
10455 ------------------------------------------------------------------------
10456 r4042 | videolan | 2003-04-12 00:08:07 +0200 (Sat, 12 Apr 2003) | 3 lines
10457 Changed paths:
10458    M /trunk/modules/gui/skins/parser/flex.c
10459    M /trunk/modules/gui/skins/parser/skin.c
10460    M /trunk/modules/gui/skins/parser/skin.h
10461    M /trunk/modules/gui/skins/src/event.cpp
10462    M /trunk/modules/gui/skins/src/event.h
10463    M /trunk/modules/gui/skins/src/vlcproc.cpp
10464    M /trunk/modules/gui/skins/src/vlcproc.h
10465
10466 * New message: VLC_NET_ADDUDP, to add an UDP stream to the playlist. Still
10467                experimental
10468
10469 ------------------------------------------------------------------------
10470 r4043 | asmax | 2003-04-12 11:57:38 +0200 (Sat, 12 Apr 2003) | 5 lines
10471 Changed paths:
10472    M /trunk/build-vlc
10473    M /trunk/config.in
10474    M /trunk/defconfig
10475
10476 * more options in menuconfig script
10477   Only tested under linux; please give feedback if something is wrong
10478   Some help should be written in doc/Configure.help; if you know what
10479   to write there, please contribute !
10480
10481 ------------------------------------------------------------------------
10482 r4044 | asmax | 2003-04-12 12:01:41 +0200 (Sat, 12 Apr 2003) | 2 lines
10483 Changed paths:
10484    M /trunk/build-vlc
10485
10486 * fixed a typo
10487
10488 ------------------------------------------------------------------------
10489 r4045 | asmax | 2003-04-12 12:34:08 +0200 (Sat, 12 Apr 2003) | 2 lines
10490 Changed paths:
10491    M /trunk/build-vlc
10492    M /trunk/config.in
10493    M /trunk/defconfig
10494
10495 * fixed dependencies and added options
10496
10497 ------------------------------------------------------------------------
10498 r4046 | asmax | 2003-04-12 15:06:55 +0200 (Sat, 12 Apr 2003) | 2 lines
10499 Changed paths:
10500    M /trunk/python/setup.py
10501
10502 * added libraries to please Bill ;)
10503
10504 ------------------------------------------------------------------------
10505 r4047 | asmax | 2003-04-12 15:17:48 +0200 (Sat, 12 Apr 2003) | 2 lines
10506 Changed paths:
10507    M /trunk/menuconfig
10508
10509 * renamed "kernel" into "vlc" ;)
10510
10511 ------------------------------------------------------------------------
10512 r4048 | asmax | 2003-04-12 23:43:27 +0200 (Sat, 12 Apr 2003) | 3 lines
10513 Changed paths:
10514    M /trunk/config.in
10515    M /trunk/configure.ac.in
10516    M /trunk/modules/gui/skins/Modules.am
10517    M /trunk/modules/gui/skins/controls/slider.cpp
10518    A /trunk/modules/gui/skins/gtk2
10519    A /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
10520    A /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
10521    A /trunk/modules/gui/skins/gtk2/gtk2_bitmap.h
10522    A /trunk/modules/gui/skins/gtk2/gtk2_dialog.cpp
10523    A /trunk/modules/gui/skins/gtk2/gtk2_dialog.h
10524    A /trunk/modules/gui/skins/gtk2/gtk2_dragdrop.cpp
10525    A /trunk/modules/gui/skins/gtk2/gtk2_dragdrop.h
10526    A /trunk/modules/gui/skins/gtk2/gtk2_event.cpp
10527    A /trunk/modules/gui/skins/gtk2/gtk2_event.h
10528    A /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
10529    A /trunk/modules/gui/skins/gtk2/gtk2_font.h
10530    A /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
10531    A /trunk/modules/gui/skins/gtk2/gtk2_graphics.h
10532    A /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
10533    A /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
10534    A /trunk/modules/gui/skins/gtk2/gtk2_theme.h
10535    A /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
10536    A /trunk/modules/gui/skins/gtk2/gtk2_window.h
10537    M /trunk/modules/gui/skins/os_api.h
10538    M /trunk/modules/gui/skins/os_bitmap.h
10539    M /trunk/modules/gui/skins/os_dialog.h
10540    M /trunk/modules/gui/skins/os_event.h
10541    M /trunk/modules/gui/skins/os_font.h
10542    M /trunk/modules/gui/skins/os_graphics.h
10543    M /trunk/modules/gui/skins/os_theme.h
10544    M /trunk/modules/gui/skins/os_window.h
10545    M /trunk/modules/gui/skins/parser/wrappers.cpp
10546    M /trunk/modules/gui/skins/src/dialog.cpp
10547    M /trunk/modules/gui/skins/src/event.h
10548    M /trunk/modules/gui/skins/src/font.h
10549    M /trunk/modules/gui/skins/src/skin_main.cpp
10550    M /trunk/modules/gui/skins/src/themeloader.cpp
10551    M /trunk/modules/gui/skins/src/vlcproc.cpp
10552    M /trunk/modules/gui/skins/src/window.cpp
10553    M /trunk/modules/gui/skins/win32/win32_api.cpp
10554    M /trunk/modules/gui/skins/win32/win32_bitmap.cpp
10555    M /trunk/modules/gui/skins/win32/win32_bitmap.h
10556    M /trunk/modules/gui/skins/win32/win32_dialog.cpp
10557    M /trunk/modules/gui/skins/win32/win32_dialog.h
10558    M /trunk/modules/gui/skins/win32/win32_dragdrop.cpp
10559    M /trunk/modules/gui/skins/win32/win32_dragdrop.h
10560    M /trunk/modules/gui/skins/win32/win32_event.cpp
10561    M /trunk/modules/gui/skins/win32/win32_event.h
10562    M /trunk/modules/gui/skins/win32/win32_font.cpp
10563    M /trunk/modules/gui/skins/win32/win32_font.h
10564    M /trunk/modules/gui/skins/win32/win32_graphics.cpp
10565    M /trunk/modules/gui/skins/win32/win32_graphics.h
10566    M /trunk/modules/gui/skins/win32/win32_run.cpp
10567    M /trunk/modules/gui/skins/win32/win32_theme.cpp
10568    M /trunk/modules/gui/skins/win32/win32_theme.h
10569    M /trunk/modules/gui/skins/win32/win32_window.cpp
10570    M /trunk/modules/gui/skins/win32/win32_window.h
10571
10572 * at last made the skin module compile under linux !
10573   It does absolutely nothing, but it compiles ;)
10574
10575 ------------------------------------------------------------------------
10576 r4049 | asmax | 2003-04-13 00:50:42 +0200 (Sun, 13 Apr 2003) | 3 lines
10577 Changed paths:
10578    M /trunk/modules/gui/skins/controls/text.cpp
10579    M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
10580    M /trunk/modules/gui/skins/gtk2/gtk2_dialog.cpp
10581    M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp
10582    M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
10583    M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
10584    M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
10585    M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
10586
10587 * now the skin module compiles AND links !
10588   (and segfaults... ;)
10589
10590 ------------------------------------------------------------------------
10591 r4050 | asmax | 2003-04-13 19:46:23 +0200 (Sun, 13 Apr 2003) | 4 lines
10592 Changed paths:
10593    M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
10594    M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp
10595    M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
10596    M /trunk/modules/gui/skins/gtk2/gtk2_font.h
10597    M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
10598    M /trunk/modules/gui/skins/gtk2/gtk2_graphics.h
10599    M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
10600    M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
10601    M /trunk/modules/gui/skins/gtk2/gtk2_theme.h
10602    M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
10603    M /trunk/modules/gui/skins/gtk2/gtk2_window.h
10604    M /trunk/modules/gui/skins/parser/wrappers.cpp
10605    M /trunk/modules/gui/skins/src/event.cpp
10606    M /trunk/modules/gui/skins/src/skin_main.cpp
10607    M /trunk/modules/gui/skins/src/theme.cpp
10608    M /trunk/modules/gui/skins/src/themeloader.cpp
10609    M /trunk/modules/gui/skins/src/window.cpp
10610
10611 * Gtk2 skins: it doesn't work but it runs without any segfault, so
10612   I commit ;)
10613   (I probably broke skins under windows....)
10614
10615 ------------------------------------------------------------------------
10616 r4051 | asmax | 2003-04-13 21:09:59 +0200 (Sun, 13 Apr 2003) | 2 lines
10617 Changed paths:
10618    M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
10619    M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
10620    M /trunk/modules/gui/skins/gtk2/gtk2_dialog.cpp
10621    M /trunk/modules/gui/skins/gtk2/gtk2_dragdrop.cpp
10622    M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp
10623    M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
10624    M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
10625    M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
10626    M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
10627    M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
10628    M /trunk/modules/gui/skins/src/theme.cpp
10629
10630 * should have repaired win32 skins
10631
10632 ------------------------------------------------------------------------
10633 r4052 | fenrir | 2003-04-13 22:00:21 +0200 (Sun, 13 Apr 2003) | 19 lines
10634 Changed paths:
10635    M /trunk/configure.ac.in
10636    M /trunk/include/input_ext-intf.h
10637    M /trunk/include/stream_output.h
10638    M /trunk/include/vlc_common.h
10639    M /trunk/modules/Makefile.am
10640    M /trunk/modules/mux/avi.c
10641    M /trunk/modules/mux/mpeg/ps.c
10642    M /trunk/modules/mux/mpeg/ts.c
10643    M /trunk/modules/mux/ogg.c
10644    M /trunk/modules/packetizer/a52.c
10645    M /trunk/modules/packetizer/copy.c
10646    M /trunk/modules/packetizer/mpeg4audio.c
10647    M /trunk/modules/packetizer/mpeg4video.c
10648    M /trunk/modules/packetizer/mpegaudio.c
10649    M /trunk/modules/packetizer/mpegvideo.c
10650    A /trunk/modules/stream_out
10651    A /trunk/modules/stream_out/Modules.am
10652    A /trunk/modules/stream_out/display.c
10653    A /trunk/modules/stream_out/dummy.c
10654    A /trunk/modules/stream_out/duplicate.c
10655    A /trunk/modules/stream_out/es.c
10656    A /trunk/modules/stream_out/standard.c
10657    A /trunk/modules/stream_out/transcode.c
10658    M /trunk/src/input/input_dec.c
10659    M /trunk/src/input/input_programs.c
10660    M /trunk/src/stream_output/stream_output.c
10661
10662  * all: new sout scheme. Now a chain of module are created that can
10663 modify/apply on all streams, --sout has the same behavour expect when
10664 starting with a '#'.
10665
10666  With a starting '#' you can specify a chain of modules, it's still
10667 unstable but a lot more powerfull.
10668  You have access to duplicate(that duplicate all stream), transcode
10669 (using only ffmpeg), standard/std and es (that apply muxers and access),
10670 and display. You could chain them with ':' and specify options with
10671 {option1=value,option2=value[,...]}.
10672
10673 ex: * to stream and see the stream to udp/ts:ip
10674  --sout '#duplicate{dst=display,dst=std{access=udp,mux=ts,url=ip}}'
10675     * to transcode,see and stream
10676  --sout '#transcode{acodec=mpga}:duplicate{dst=display,dst=std{access=udp,mux=ts,url=ip}}'
10677
10678  Without a starting '#', the url is converted into '#std{acces=,mux=,url}'
10679 Test and report bugs :)
10680
10681 ------------------------------------------------------------------------
10682 r4053 | asmax | 2003-04-13 22:07:34 +0200 (Sun, 13 Apr 2003) | 3 lines
10683 Changed paths:
10684    M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
10685    M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.h
10686    M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
10687    M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
10688    M /trunk/modules/gui/skins/os_graphics.h
10689    M /trunk/modules/gui/skins/src/window.cpp
10690
10691 * something will be visible soon, be patient...
10692  (this silly GDK doesn't know BMP images :(
10693
10694 ------------------------------------------------------------------------
10695 r4054 | zorglub | 2003-04-14 00:15:14 +0200 (Mon, 14 Apr 2003) | 4 lines
10696 Changed paths:
10697    M /trunk/doc/faq/Makefile
10698    M /trunk/doc/faq/faq-alone.sgml
10699
10700 * the file generated is not article1.html anymore but faq.html. This should fix the 404 problems with the builds.
10701 * /doc/faq/Makefile: now use "onehtml" output.
10702 * /doc/faq/faq-alone.sgml: added id="faq" to make generated files coherent
10703
10704 ------------------------------------------------------------------------
10705 r4055 | asmax | 2003-04-14 00:55:15 +0200 (Mon, 14 Apr 2003) | 2 lines
10706 Changed paths:
10707    M /trunk/modules/gui/skins/controls/image.cpp
10708    M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
10709    M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.h
10710    M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
10711    M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
10712    M /trunk/modules/gui/skins/src/skin_main.cpp
10713
10714 * at last an image !!
10715
10716 ------------------------------------------------------------------------
10717 r4056 | fenrir | 2003-04-14 04:26:49 +0200 (Mon, 14 Apr 2003) | 4 lines
10718 Changed paths:
10719    M /trunk/modules/stream_out/display.c
10720
10721  * display.c: fixed decoding problem with mpeg1/2. (input_NewPacket doesn't
10722 set p_payload_end to the good value -> some packets are bigger than
10723 requested).
10724
10725 ------------------------------------------------------------------------
10726 r4057 | fenrir | 2003-04-14 05:13:30 +0200 (Mon, 14 Apr 2003) | 2 lines
10727 Changed paths:
10728    M /trunk/modules/stream_out/transcode.c
10729
10730  * transcode.c: removed an absolute header path...
10731
10732 ------------------------------------------------------------------------
10733 r4058 | fenrir | 2003-04-14 05:23:30 +0200 (Mon, 14 Apr 2003) | 3 lines
10734 Changed paths:
10735    M /trunk/modules/demux/mp4/mp4.c
10736    M /trunk/modules/demux/ogg.c
10737    M /trunk/modules/demux/util/sub.c
10738
10739  * all: correctly set p_payload_end when using input_NewPacket.(But
10740 we should perhaps change the behavour of input_NewPacket).
10741
10742 ------------------------------------------------------------------------
10743 r4059 | karibu | 2003-04-14 12:00:39 +0200 (Mon, 14 Apr 2003) | 2 lines
10744 Changed paths:
10745    M /trunk/modules/gui/skins/src/banks.cpp
10746    M /trunk/modules/gui/skins/src/event.cpp
10747    M /trunk/modules/gui/skins/src/event.h
10748    M /trunk/modules/gui/skins/src/vlcproc.cpp
10749    M /trunk/modules/gui/skins/src/vlcproc.h
10750
10751 * Added use of channel server for skins: still experimental
10752
10753 ------------------------------------------------------------------------
10754 r4060 | asmax | 2003-04-14 12:18:25 +0200 (Mon, 14 Apr 2003) | 2 lines
10755 Changed paths:
10756    M /trunk/modules/gui/skins/src/skin_main.cpp
10757
10758 * bad directory
10759
10760 ------------------------------------------------------------------------
10761 r4061 | asmax | 2003-04-14 19:03:42 +0200 (Mon, 14 Apr 2003) | 2 lines
10762 Changed paths:
10763    M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
10764    M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
10765    M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
10766
10767 * get the size of a bitmap
10768
10769 ------------------------------------------------------------------------
10770 r4062 | sam | 2003-04-14 19:16:26 +0200 (Mon, 14 Apr 2003) | 5 lines
10771 Changed paths:
10772    M /trunk/debian/changelog
10773    M /trunk/debian/control
10774    M /trunk/debian/rules
10775
10776   * ./debian/rules: we now build the static objects twice: once the normal
10777     way before we link them with VLC, and once with -fPIC so that they can
10778     be linked to the Mozilla plugin. Don't worry, it's Debian-specific, and
10779     we don't need it on x86.
10780
10781 ------------------------------------------------------------------------
10782 r4063 | karibu | 2003-04-14 19:56:45 +0200 (Mon, 14 Apr 2003) | 2 lines
10783 Changed paths:
10784    M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
10785
10786 * Controls coordinate are available
10787
10788 ------------------------------------------------------------------------
10789 r4064 | asmax | 2003-04-14 20:05:35 +0200 (Mon, 14 Apr 2003) | 2 lines
10790 Changed paths:
10791    M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
10792
10793 * better window size
10794
10795 ------------------------------------------------------------------------
10796 r4065 | sam | 2003-04-14 20:10:47 +0200 (Mon, 14 Apr 2003) | 2 lines
10797 Changed paths:
10798    M /trunk/configure.ac.in
10799
10800   * ./configure.ac.in: skins _disabled_ by default on [!win32].
10801
10802 ------------------------------------------------------------------------
10803 r4066 | asmax | 2003-04-14 22:07:49 +0200 (Mon, 14 Apr 2003) | 2 lines
10804 Changed paths:
10805    M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
10806    M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
10807    M /trunk/modules/gui/skins/gtk2/gtk2_graphics.h
10808    M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
10809    M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
10810    M /trunk/modules/gui/skins/gtk2/gtk2_window.h
10811    M /trunk/modules/gui/skins/src/window.cpp
10812
10813 * it works !
10814
10815 ------------------------------------------------------------------------
10816 r4067 | asmax | 2003-04-14 22:17:33 +0200 (Mon, 14 Apr 2003) | 2 lines
10817 Changed paths:
10818    M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
10819    M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
10820
10821 * it works event better !!
10822
10823 ------------------------------------------------------------------------
10824 r4068 | asmax | 2003-04-14 23:38:31 +0200 (Mon, 14 Apr 2003) | 2 lines
10825 Changed paths:
10826    M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
10827
10828 * implemented OSAPI_GetTime() with glib
10829
10830 ------------------------------------------------------------------------
10831 r4069 | massiot | 2003-04-15 00:22:32 +0200 (Tue, 15 Apr 2003) | 3 lines
10832 Changed paths:
10833    M /trunk/Makefile.am
10834    M /trunk/include/vlc_common.h
10835    A /trunk/include/vout_synchro.h
10836    M /trunk/modules/codec/libmpeg2.c
10837    M /trunk/src/misc/modules.c
10838    M /trunk/src/video_output/video_output.c
10839    A /trunk/src/video_output/vout_synchro.c
10840
10841 * Implementation of a frame-dropping algorithm for the libmpeg2 plug-in
10842   (incomplete).
10843
10844 ------------------------------------------------------------------------
10845 r4070 | gbazin | 2003-04-15 00:29:06 +0200 (Tue, 15 Apr 2003) | 3 lines
10846 Changed paths:
10847    M /trunk/modules/gui/skins/src/event.cpp
10848
10849
10850 * modules/gui/skins/src/event.cpp: fixed another small buffer overrun.
10851
10852 ------------------------------------------------------------------------
10853 r4071 | sam | 2003-04-15 01:07:38 +0200 (Tue, 15 Apr 2003) | 2 lines
10854 Changed paths:
10855    M /trunk/toolbox
10856
10857   * ./toolbox: fixed a bashism.
10858
10859 ------------------------------------------------------------------------
10860 r4072 | sam | 2003-04-15 01:10:20 +0200 (Tue, 15 Apr 2003) | 3 lines
10861 Changed paths:
10862    M /trunk/toolbox
10863
10864   * ./toolbox: the Solaris diff does not understand -q, just replaced it
10865     with 2>&1 >/dev/null.
10866
10867 ------------------------------------------------------------------------
10868 r4073 | ipkiss | 2003-04-15 03:19:11 +0200 (Tue, 15 Apr 2003) | 2 lines
10869 Changed paths:
10870    M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
10871    M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
10872    M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
10873    M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
10874    M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
10875    M /trunk/modules/gui/skins/gtk2/gtk2_window.h
10876    M /trunk/modules/gui/skins/src/window.cpp
10877
10878  * basic event handling
10879
10880 ------------------------------------------------------------------------
10881 r4074 | ipkiss | 2003-04-15 13:46:19 +0200 (Tue, 15 Apr 2003) | 2 lines
10882 Changed paths:
10883    M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
10884
10885  * compilation fix
10886
10887 ------------------------------------------------------------------------
10888 r4075 | hartman | 2003-04-15 14:40:03 +0200 (Tue, 15 Apr 2003) | 2 lines
10889 Changed paths:
10890    M /trunk/modules/gui/macosx/playlist.m
10891
10892 * reselect current playlist item when reordering items.
10893
10894 ------------------------------------------------------------------------
10895 r4076 | hartman | 2003-04-15 16:05:13 +0200 (Tue, 15 Apr 2003) | 8 lines
10896 Changed paths:
10897    M /trunk/modules/gui/macosx/controls.m
10898    M /trunk/modules/gui/macosx/intf.m
10899    M /trunk/modules/gui/macosx/open.m
10900    M /trunk/modules/gui/macosx/playlist.m
10901
10902 modules/gui/macosx/controls.m:
10903  * present the open dialog when pressing play button instead of 'standard'
10904    open dialog, to make users more aware of this dialog and the functions
10905    it has.
10906 ALL:
10907  * when opening a file NOT trough the Open dialog, make sure sout and
10908    suboptions are reset to ""
10909
10910 ------------------------------------------------------------------------
10911 r4077 | gbazin | 2003-04-15 17:53:42 +0200 (Tue, 15 Apr 2003) | 3 lines
10912 Changed paths:
10913    M /trunk/modules/codec/libmpeg2.c
10914
10915
10916 * modules/codec/libmpeg2.c: small bugfix.
10917
10918 ------------------------------------------------------------------------
10919 r4078 | karibu | 2003-04-15 18:42:02 +0200 (Tue, 15 Apr 2003) | 2 lines
10920 Changed paths:
10921    M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
10922    M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
10923    M /trunk/modules/gui/skins/src/window.cpp
10924
10925 * Fixed mouse events
10926
10927 ------------------------------------------------------------------------
10928 r4079 | karibu | 2003-04-15 18:47:20 +0200 (Tue, 15 Apr 2003) | 3 lines
10929 Changed paths:
10930    M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
10931    M /trunk/modules/gui/skins/win32/win32_window.cpp
10932
10933 * Fixed mouse leaving notification for windows
10934 * Added mouse leaving notification for gdk
10935
10936 ------------------------------------------------------------------------
10937 r4080 | karibu | 2003-04-15 18:49:45 +0200 (Tue, 15 Apr 2003) | 2 lines
10938 Changed paths:
10939    M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
10940    M /trunk/modules/gui/skins/win32/win32_window.cpp
10941
10942 * Fixed mouse leave notification
10943
10944 ------------------------------------------------------------------------
10945 r4081 | ipkiss | 2003-04-15 19:55:49 +0200 (Tue, 15 Apr 2003) | 2 lines
10946 Changed paths:
10947    M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
10948    M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp
10949    M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
10950    M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
10951
10952  * event broadcasting should work
10953
10954 ------------------------------------------------------------------------
10955 r4082 | karibu | 2003-04-15 22:33:58 +0200 (Tue, 15 Apr 2003) | 2 lines
10956 Changed paths:
10957    M /trunk/modules/gui/skins/controls/button.cpp
10958    M /trunk/modules/gui/skins/controls/image.cpp
10959    M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
10960    M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
10961    M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp
10962    M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
10963    M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
10964    M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
10965    M /trunk/modules/gui/skins/gtk2/gtk2_window.h
10966    M /trunk/modules/gui/skins/src/vlcproc.h
10967    M /trunk/modules/gui/skins/src/window.cpp
10968    M /trunk/po/de.po
10969    M /trunk/po/en_GB.po
10970    M /trunk/po/fr.po
10971    M /trunk/po/it.po
10972    M /trunk/po/ja.po
10973
10974 * Events are even better, not yet perfect !
10975
10976 ------------------------------------------------------------------------
10977 r4083 | karibu | 2003-04-15 22:42:04 +0200 (Tue, 15 Apr 2003) | 2 lines
10978 Changed paths:
10979    M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
10980
10981 * Fixed GTK2 events
10982
10983 ------------------------------------------------------------------------
10984 r4084 | karibu | 2003-04-15 22:54:58 +0200 (Tue, 15 Apr 2003) | 2 lines
10985 Changed paths:
10986    M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
10987    M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp
10988
10989 * GTK2 events work even better
10990
10991 ------------------------------------------------------------------------
10992 r4085 | asmax | 2003-04-16 00:16:05 +0200 (Wed, 16 Apr 2003) | 3 lines
10993 Changed paths:
10994    M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
10995    M /trunk/modules/gui/skins/src/window.cpp
10996
10997  * remove a small kludge
10998  * tried to add transparency, but it doesn't work :(
10999
11000 ------------------------------------------------------------------------
11001 r4086 | fenrir | 2003-04-16 02:12:36 +0200 (Wed, 16 Apr 2003) | 9 lines
11002 Changed paths:
11003    M /trunk/modules/codec/ffmpeg/ffmpeg.c
11004    M /trunk/modules/codec/ffmpeg/ffmpeg.h
11005    M /trunk/modules/packetizer/mpegvideo.c
11006    M /trunk/src/libvlc.h
11007    M /trunk/src/stream_output/stream_output.c
11008
11009  * modules/packetizer/mpegvideo.c : cut after a complete picture. (Not
11010 before first slice).
11011  * ffmpeg: use indeo v3 decoder (untested).
11012  * stream_ouput.c,libvlc.h : take care of:
11013  --sout-acodec,--sout-vcodec : use transcoding. (You can specify bitrate
11014 using --sout-abitrate and --sout-vbitrate in kilobits/s).
11015  --sout-display: to display while streaming.
11016 (Btw there is a problem with vout and display, it leads to a ref count = -1)
11017
11018 ------------------------------------------------------------------------
11019 r4087 | gbazin | 2003-04-16 13:47:08 +0200 (Wed, 16 Apr 2003) | 4 lines
11020 Changed paths:
11021    M /trunk/include/vlc_common.h
11022    M /trunk/modules/access/file.c
11023    M /trunk/modules/misc/dummy/input.c
11024
11025
11026 * modules/misc/dummy/input.c, modules/access/file.c, include/vlc_common.h:
11027    msvc compilation fixes.
11028
11029 ------------------------------------------------------------------------
11030 r4088 | asmax | 2003-04-16 16:38:04 +0200 (Wed, 16 Apr 2003) | 2 lines
11031 Changed paths:
11032    M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
11033    M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
11034    M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
11035    M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
11036    M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
11037    M /trunk/modules/gui/skins/src/event.cpp
11038
11039 * at last, transpareny WORKS !!!!!
11040
11041 ------------------------------------------------------------------------
11042 r4089 | asmax | 2003-04-16 17:34:36 +0200 (Wed, 16 Apr 2003) | 2 lines
11043 Changed paths:
11044    M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
11045    M /trunk/modules/gui/skins/src/window.cpp
11046
11047 * small fix
11048
11049 ------------------------------------------------------------------------
11050 r4090 | fenrir | 2003-04-16 18:20:25 +0200 (Wed, 16 Apr 2003) | 2 lines
11051 Changed paths:
11052    M /trunk/modules/demux/mp4/libmp4.c
11053
11054  * mp4: removed empty strings in msg_Dbg.
11055
11056 ------------------------------------------------------------------------
11057 r4091 | fenrir | 2003-04-16 18:32:42 +0200 (Wed, 16 Apr 2003) | 2 lines
11058 Changed paths:
11059    M /trunk/modules/demux/mp4/libmp4.c
11060
11061  * mp4: fix a string format.
11062
11063 ------------------------------------------------------------------------
11064 r4092 | fenrir | 2003-04-16 18:33:35 +0200 (Wed, 16 Apr 2003) | 2 lines
11065 Changed paths:
11066    M /trunk/modules/stream_out/transcode.c
11067
11068  * transcode: tried to fix compilation with older libavcodec.
11069
11070 ------------------------------------------------------------------------
11071 r4093 | karibu | 2003-04-16 21:22:53 +0200 (Wed, 16 Apr 2003) | 3 lines
11072 Changed paths:
11073    M /trunk/modules/gui/skins/controls/button.cpp
11074    M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
11075    M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
11076    M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp
11077    M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
11078    M /trunk/modules/gui/skins/src/bitmap.cpp
11079    M /trunk/modules/gui/skins/src/event.cpp
11080    M /trunk/modules/gui/skins/src/window.cpp
11081    M /trunk/modules/gui/skins/win32/win32_bitmap.cpp
11082
11083 * gtk2_bitmap.cpp: fixed constructor bug
11084 * Events work better: controls are working, not still perfectly...
11085
11086 ------------------------------------------------------------------------
11087 r4094 | karibu | 2003-04-16 23:30:56 +0200 (Wed, 16 Apr 2003) | 2 lines
11088 Changed paths:
11089    M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
11090
11091 * Can now quit the interface
11092
11093 ------------------------------------------------------------------------
11094 r4095 | karibu | 2003-04-16 23:39:00 +0200 (Wed, 16 Apr 2003) | 2 lines
11095 Changed paths:
11096    M /trunk/modules/gui/skins/controls/button.cpp
11097    M /trunk/modules/gui/skins/src/window.cpp
11098
11099 * Removed debug calls
11100
11101 ------------------------------------------------------------------------
11102 r4096 | ipkiss | 2003-04-16 23:40:07 +0200 (Wed, 16 Apr 2003) | 3 lines
11103 Changed paths:
11104    M /trunk/modules/gui/skins/controls/button.cpp
11105    M /trunk/modules/gui/skins/controls/checkbox.cpp
11106    M /trunk/modules/gui/skins/controls/generic.cpp
11107    M /trunk/modules/gui/skins/controls/image.cpp
11108    M /trunk/modules/gui/skins/controls/playlist.cpp
11109    M /trunk/modules/gui/skins/controls/rectangle.cpp
11110    M /trunk/modules/gui/skins/controls/slider.cpp
11111    M /trunk/modules/gui/skins/controls/text.cpp
11112    M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
11113    M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
11114    M /trunk/modules/gui/skins/gtk2/gtk2_dialog.cpp
11115    M /trunk/modules/gui/skins/gtk2/gtk2_dragdrop.cpp
11116    M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp
11117    M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
11118    M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
11119    M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
11120    M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
11121    M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
11122    M /trunk/modules/gui/skins/os_bitmap.h
11123    M /trunk/modules/gui/skins/os_dialog.h
11124    M /trunk/modules/gui/skins/os_event.h
11125    M /trunk/modules/gui/skins/os_font.h
11126    M /trunk/modules/gui/skins/os_graphics.h
11127    M /trunk/modules/gui/skins/os_theme.h
11128    M /trunk/modules/gui/skins/os_window.h
11129    M /trunk/modules/gui/skins/parser/wrappers.cpp
11130    M /trunk/modules/gui/skins/src/banks.cpp
11131    M /trunk/modules/gui/skins/src/event.cpp
11132    M /trunk/modules/gui/skins/src/font.cpp
11133    M /trunk/modules/gui/skins/src/skin_main.cpp
11134    M /trunk/modules/gui/skins/src/theme.cpp
11135    M /trunk/modules/gui/skins/src/themeloader.cpp
11136    M /trunk/modules/gui/skins/src/vlcproc.cpp
11137    M /trunk/modules/gui/skins/src/window.cpp
11138    M /trunk/modules/gui/skins/win32/win32_api.cpp
11139    M /trunk/modules/gui/skins/win32/win32_bitmap.cpp
11140    M /trunk/modules/gui/skins/win32/win32_dialog.cpp
11141    M /trunk/modules/gui/skins/win32/win32_dragdrop.cpp
11142    M /trunk/modules/gui/skins/win32/win32_event.cpp
11143    M /trunk/modules/gui/skins/win32/win32_font.cpp
11144    M /trunk/modules/gui/skins/win32/win32_graphics.cpp
11145    M /trunk/modules/gui/skins/win32/win32_run.cpp
11146    M /trunk/modules/gui/skins/win32/win32_theme.cpp
11147    M /trunk/modules/gui/skins/win32/win32_window.cpp
11148
11149  *  modules/gui/skins/*: we now #include skin files using a relative
11150     path, so that MSVC is happy :)
11151
11152 ------------------------------------------------------------------------
11153 r4097 | karibu | 2003-04-16 23:50:19 +0200 (Wed, 16 Apr 2003) | 4 lines
11154 Changed paths:
11155    M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
11156    M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
11157    M /trunk/modules/gui/skins/src/vlcproc.cpp
11158
11159 * gtk2_theme.cpp: window are not automatically visibled
11160 * gtk2_window.cpp: removed fading transition delay
11161 * vlcproc.cpp: removed warning
11162
11163 ------------------------------------------------------------------------
11164 r4098 | asmax | 2003-04-17 12:42:41 +0200 (Thu, 17 Apr 2003) | 2 lines
11165 Changed paths:
11166    M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
11167    M /trunk/modules/gui/skins/gtk2/gtk2_font.h
11168
11169 * beginning of font support !
11170
11171 ------------------------------------------------------------------------
11172 r4099 | karibu | 2003-04-17 12:53:00 +0200 (Thu, 17 Apr 2003) | 2 lines
11173 Changed paths:
11174    M /trunk/modules/gui/skins/controls/slider.cpp
11175
11176 * Fixed dewtructor
11177
11178 ------------------------------------------------------------------------
11179 r4100 | fenrir | 2003-04-17 12:58:30 +0200 (Thu, 17 Apr 2003) | 3 lines
11180 Changed paths:
11181    M /trunk/modules/codec/ffmpeg/audio.c
11182    M /trunk/modules/codec/ffmpeg/ffmpeg.c
11183    M /trunk/modules/codec/ffmpeg/ffmpeg.h
11184    M /trunk/modules/codec/ffmpeg/video.c
11185    M /trunk/modules/codec/ffmpeg/video.h
11186
11187  * ffmpeg: remove some #ifdef (you need at least libavcodec build >= 4655)
11188 and use ffmpeg postprocessing instead of vlc builtins. (It's a lot faster).
11189
11190 ------------------------------------------------------------------------
11191 r4101 | karibu | 2003-04-17 15:08:02 +0200 (Thu, 17 Apr 2003) | 3 lines
11192 Changed paths:
11193    M /trunk/modules/gui/skins/controls/button.cpp
11194    M /trunk/modules/gui/skins/controls/text.cpp
11195    M /trunk/modules/gui/skins/controls/text.h
11196    M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
11197
11198 * SkinManage is called by a timer
11199 * Timer for text control are working badly but it's the first step
11200
11201 ------------------------------------------------------------------------
11202 r4102 | karibu | 2003-04-17 15:46:55 +0200 (Thu, 17 Apr 2003) | 2 lines
11203 Changed paths:
11204    M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
11205    M /trunk/modules/gui/skins/gtk2/gtk2_font.h
11206
11207 * Can get size of a text
11208
11209 ------------------------------------------------------------------------
11210 r4103 | anil | 2003-04-17 16:00:44 +0200 (Thu, 17 Apr 2003) | 2 lines
11211 Changed paths:
11212    M /trunk/modules/gui/wxwindows/fileinfo.cpp
11213    M /trunk/modules/gui/wxwindows/timer.cpp
11214    M /trunk/modules/gui/wxwindows/wxwindows.cpp
11215    M /trunk/modules/gui/wxwindows/wxwindows.h
11216
11217 * We now use hide/show for the file info window
11218
11219 ------------------------------------------------------------------------
11220 r4104 | anil | 2003-04-17 16:18:47 +0200 (Thu, 17 Apr 2003) | 3 lines
11221 Changed paths:
11222    M /trunk/modules/gui/wxwindows/interface.cpp
11223
11224
11225 * oups forgot to commit this one. still the hide/show thing.
11226
11227 ------------------------------------------------------------------------
11228 r4105 | karibu | 2003-04-17 17:43:30 +0200 (Thu, 17 Apr 2003) | 2 lines
11229 Changed paths:
11230    M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
11231    M /trunk/modules/gui/skins/gtk2/gtk2_font.h
11232    M /trunk/modules/gui/skins/os_font.h
11233    M /trunk/modules/gui/skins/parser/wrappers.cpp
11234
11235 * Improved font support for linux (just missing underline parameter )
11236
11237 ------------------------------------------------------------------------
11238 r4106 | karibu | 2003-04-17 18:11:46 +0200 (Thu, 17 Apr 2003) | 3 lines
11239 Changed paths:
11240    M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
11241
11242 * Added clip region to graphics
11243 * Added functionnality to region
11244
11245 ------------------------------------------------------------------------
11246 r4107 | karibu | 2003-04-17 18:30:40 +0200 (Thu, 17 Apr 2003) | 2 lines
11247 Changed paths:
11248    M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
11249
11250 * Added AddEllipse: the slider now works ! :)
11251
11252 ------------------------------------------------------------------------
11253 r4108 | karibu | 2003-04-17 18:32:14 +0200 (Thu, 17 Apr 2003) | 2 lines
11254 Changed paths:
11255    M /trunk/modules/gui/skins/src/vlcproc.cpp
11256
11257 * Fixed kludge
11258
11259 ------------------------------------------------------------------------
11260 r4109 | karibu | 2003-04-17 18:34:31 +0200 (Thu, 17 Apr 2003) | 2 lines
11261 Changed paths:
11262    M /trunk/modules/gui/skins/controls/text.cpp
11263
11264 * Scrolling text now works on linux
11265
11266 ------------------------------------------------------------------------
11267 r4110 | asmax | 2003-04-17 19:45:38 +0200 (Thu, 17 Apr 2003) | 2 lines
11268 Changed paths:
11269    M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
11270    M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp
11271    M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
11272    M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
11273    M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
11274
11275 * small fix
11276
11277 ------------------------------------------------------------------------
11278 r4111 | karibu | 2003-04-17 21:56:31 +0200 (Thu, 17 Apr 2003) | 2 lines
11279 Changed paths:
11280    M /trunk/modules/gui/skins/controls/playlist.cpp
11281    M /trunk/modules/gui/skins/controls/text.cpp
11282    M /trunk/modules/gui/skins/src/font.h
11283
11284 * Ask tooney to know ! (fix minor bug)
11285
11286 ------------------------------------------------------------------------
11287 r4112 | titer | 2003-04-18 17:25:51 +0200 (Fri, 18 Apr 2003) | 2 lines
11288 Changed paths:
11289    M /trunk/Makefile.am
11290    M /trunk/modules/gui/beos/InterfaceWindow.cpp
11291    M /trunk/src/libvlc.c
11292
11293  ALL: fixed i18n under BeOS
11294
11295 ------------------------------------------------------------------------
11296 r4113 | asmax | 2003-04-18 18:04:17 +0200 (Fri, 18 Apr 2003) | 3 lines
11297 Changed paths:
11298    M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
11299    M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
11300    M /trunk/modules/gui/skins/src/skin_main.cpp
11301
11302 * network stream now work
11303 * double-click is now implemented
11304
11305 ------------------------------------------------------------------------
11306 r4114 | titer | 2003-04-18 18:10:28 +0200 (Fri, 18 Apr 2003) | 2 lines
11307 Changed paths:
11308    M /trunk/modules/gui/beos/InterfaceWindow.cpp
11309    M /trunk/modules/gui/beos/VideoOutput.cpp
11310
11311  beos/*: fixed fullscreen shortcuts
11312
11313 ------------------------------------------------------------------------
11314 r4115 | titer | 2003-04-18 18:38:58 +0200 (Fri, 18 Apr 2003) | 2 lines
11315 Changed paths:
11316    M /trunk/configure.ac.in
11317    M /trunk/modules/gui/beos/VideoOutput.cpp
11318
11319  Under BeOS, disable the screensaver if playing in fullscreen.
11320
11321 ------------------------------------------------------------------------
11322 r4116 | titer | 2003-04-18 21:26:38 +0200 (Fri, 18 Apr 2003) | 2 lines
11323 Changed paths:
11324    M /trunk/modules/gui/beos/VideoOutput.cpp
11325
11326  Added a few keyboard shortcuts
11327
11328 ------------------------------------------------------------------------
11329 r4117 | fenrir | 2003-04-19 00:38:11 +0200 (Sat, 19 Apr 2003) | 2 lines
11330 Changed paths:
11331    M /trunk/src/stream_output/stream_output.c
11332
11333  * stream_output.c: add a vlc_mutex_lock/unlock ...
11334
11335 ------------------------------------------------------------------------
11336 r4118 | fenrir | 2003-04-19 00:43:08 +0200 (Sat, 19 Apr 2003) | 7 lines
11337 Changed paths:
11338    A /trunk/modules/mux/mp4.c
11339
11340  * mp4.c : begining of a mp4/mov muxer.
11341
11342  It's far from stable, produce file unplayable by mplayer at least,
11343 and doesn't yet take care of video/audio synchro.
11344 Becarefull that the header is written only when closing, and there is
11345 no way to repair a mp4 file without its header.
11346
11347 ------------------------------------------------------------------------
11348 r4119 | sam | 2003-04-19 00:51:59 +0200 (Sat, 19 Apr 2003) | 3 lines
11349 Changed paths:
11350    M /trunk/configure.ac.in
11351
11352   * ./configure.ac.in: workaround for a bug in the OS X ld who sees symbol
11353     redefinitions when linking twice with the same static libary.
11354
11355 ------------------------------------------------------------------------
11356 r4120 | fenrir | 2003-04-19 02:12:50 +0200 (Sat, 19 Apr 2003) | 2 lines
11357 Changed paths:
11358    M /trunk/modules/mux/mp4.c
11359
11360  * mp4: some memory leaks fixed.
11361
11362 ------------------------------------------------------------------------
11363 r4121 | karibu | 2003-04-19 04:34:47 +0200 (Sat, 19 Apr 2003) | 3 lines
11364 Changed paths:
11365    M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
11366    M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
11367    M /trunk/modules/gui/skins/gtk2/gtk2_graphics.h
11368    M /trunk/modules/gui/skins/src/graphics.h
11369    M /trunk/modules/gui/skins/win32/win32_graphics.cpp
11370    M /trunk/modules/gui/skins/win32/win32_graphics.h
11371
11372 * Fixed wrapping for texts
11373 * Filling GTK2Graphics and GTK2Region destructors
11374
11375 ------------------------------------------------------------------------
11376 r4122 | asmax | 2003-04-19 13:16:17 +0200 (Sat, 19 Apr 2003) | 2 lines
11377 Changed paths:
11378    M /trunk/modules/gui/skins/gtk2/gtk2_dragdrop.cpp
11379    M /trunk/modules/gui/skins/gtk2/gtk2_dragdrop.h
11380    M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
11381    M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
11382    M /trunk/modules/gui/skins/gtk2/gtk2_window.h
11383
11384 * drag&drop works ! (at least with mozilla)
11385
11386 ------------------------------------------------------------------------
11387 r4123 | asmax | 2003-04-19 13:46:11 +0200 (Sat, 19 Apr 2003) | 2 lines
11388 Changed paths:
11389    M /trunk/modules/gui/skins/gtk2/gtk2_dragdrop.cpp
11390    M /trunk/modules/gui/skins/gtk2/gtk2_dragdrop.h
11391    M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
11392
11393 * fixed a segfault
11394
11395 ------------------------------------------------------------------------
11396 r4124 | hartman | 2003-04-19 14:33:01 +0200 (Sat, 19 Apr 2003) | 3 lines
11397 Changed paths:
11398    M /trunk/modules/gui/macosx/controls.m
11399
11400 * There was a problem where deinterlace could not be turned off via it's
11401   corresponding menu. On thy fly filter changes are still not possible.
11402
11403 ------------------------------------------------------------------------
11404 r4125 | karibu | 2003-04-19 14:39:14 +0200 (Sat, 19 Apr 2003) | 2 lines
11405 Changed paths:
11406    M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
11407    M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
11408
11409 * Font fixed
11410
11411 ------------------------------------------------------------------------
11412 r4126 | hartman | 2003-04-19 15:55:56 +0200 (Sat, 19 Apr 2003) | 3 lines
11413 Changed paths:
11414    M /trunk/modules/gui/macosx/macosx.m
11415    M /trunk/modules/gui/macosx/vout.m
11416
11417 * Added a 'opaqueness' configoption to macosx-vout. Yeah i know, useles.
11418   But it's coooooool. http://sidekick.student.utwente.nl/videolan/transparent.jpg
11419
11420 ------------------------------------------------------------------------
11421 r4127 | asmax | 2003-04-20 03:05:40 +0200 (Sun, 20 Apr 2003) | 2 lines
11422 Changed paths:
11423    M /trunk/config.in
11424    M /trunk/defconfig
11425
11426 * fixed a typo with dvbpsi
11427
11428 ------------------------------------------------------------------------
11429 r4128 | gbazin | 2003-04-20 13:57:13 +0200 (Sun, 20 Apr 2003) | 3 lines
11430 Changed paths:
11431    M /trunk/configure.ac.in
11432    M /trunk/modules/codec/ffmpeg/audio.c
11433    M /trunk/modules/codec/ffmpeg/ffmpeg.c
11434    M /trunk/modules/codec/ffmpeg/video.c
11435    M /trunk/modules/encoder/ffmpeg/audio.c
11436    M /trunk/modules/encoder/ffmpeg/video.c
11437    M /trunk/modules/stream_out/transcode.c
11438
11439
11440 * configure.ac.in, modules/codec/ffmpeg/*, modules/encoder/ffmpeg/*, modules/stream_out/transcode.c: fixed detection of the ffmpeg headers/libs when they are installed in their default location.
11441
11442 ------------------------------------------------------------------------
11443 r4129 | massiot | 2003-04-20 14:59:02 +0200 (Sun, 20 Apr 2003) | 4 lines
11444 Changed paths:
11445    M /trunk/configure.ac.in
11446    M /trunk/modules/codec/libmpeg2.c
11447    M /trunk/modules/codec/mpeg_video/synchro.c
11448    M /trunk/src/video_output/vout_pictures.c
11449
11450 * The libmpeg2 plug-in is now completely operational ;
11451 * configure.ac.in : disabled compiling the old mpeg_video plug-in, so :
11452 DO NOT FORGET TO INSTALL LIBMPEG2 AND COMPILE WITH --enable-libmpeg2
11453
11454 ------------------------------------------------------------------------
11455 r4130 | asmax | 2003-04-20 15:14:14 +0200 (Sun, 20 Apr 2003) | 2 lines
11456 Changed paths:
11457    M /trunk/modules/gui/skins/controls/generic.cpp
11458    M /trunk/modules/gui/skins/controls/generic.h
11459    M /trunk/modules/gui/skins/controls/playlist.cpp
11460    M /trunk/modules/gui/skins/controls/playlist.h
11461    M /trunk/modules/gui/skins/controls/slider.h
11462    M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
11463    M /trunk/modules/gui/skins/src/window.cpp
11464    M /trunk/modules/gui/skins/src/window.h
11465
11466 * enabled scrolling in the playlist with the mouse wheel
11467
11468 ------------------------------------------------------------------------
11469 r4131 | gbazin | 2003-04-20 16:11:25 +0200 (Sun, 20 Apr 2003) | 3 lines
11470 Changed paths:
11471    M /trunk/configure.ac.in
11472    M /trunk/modules/codec/ffmpeg/ffmpeg.c
11473
11474
11475 * configure.ac.in, modules/codec/ffmpeg/ffmpeg.c: fixed my last breakage in the ffmpeg detection code.
11476
11477 ------------------------------------------------------------------------
11478 r4132 | karibu | 2003-04-20 17:00:19 +0200 (Sun, 20 Apr 2003) | 3 lines
11479 Changed paths:
11480    M /trunk/modules/gui/skins/controls/playlist.cpp
11481    M /trunk/modules/gui/skins/controls/slider.cpp
11482    M /trunk/modules/gui/skins/controls/slider.h
11483    M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
11484    M /trunk/modules/gui/skins/src/window.cpp
11485
11486 * Fixed support of wheel for playlist with GTK2
11487 * Added support of whell for slider with GTK2
11488
11489 ------------------------------------------------------------------------
11490 r4133 | karibu | 2003-04-20 17:06:07 +0200 (Sun, 20 Apr 2003) | 2 lines
11491 Changed paths:
11492    M /trunk/modules/gui/skins/win32/win32_window.cpp
11493
11494 * Added support of wheel with win32
11495
11496 ------------------------------------------------------------------------
11497 r4134 | asmax | 2003-04-20 18:16:34 +0200 (Sun, 20 Apr 2003) | 2 lines
11498 Changed paths:
11499    M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
11500
11501 * fixed the "always on top" bug
11502
11503 ------------------------------------------------------------------------
11504 r4135 | karibu | 2003-04-20 18:45:44 +0200 (Sun, 20 Apr 2003) | 2 lines
11505 Changed paths:
11506    M /trunk/modules/gui/skins/win32/win32_window.cpp
11507
11508 * Fixed mouse wheel
11509
11510 ------------------------------------------------------------------------
11511 r4136 | jlj | 2003-04-20 21:03:15 +0200 (Sun, 20 Apr 2003) | 2 lines
11512 Changed paths:
11513    M /trunk/modules/gui/skins/src/themeloader.cpp
11514
11515   * ./modules/gui/skins/src/themeloader.cpp: compile fix (include errno.h)
11516
11517 ------------------------------------------------------------------------
11518 r4137 | fenrir | 2003-04-20 21:29:43 +0200 (Sun, 20 Apr 2003) | 6 lines
11519 Changed paths:
11520    M /trunk/modules/access/mms/Modules.am
11521    A /trunk/modules/access/mms/asf.c
11522    M /trunk/modules/access/mms/asf.h
11523    M /trunk/modules/access/mms/mms.c
11524    M /trunk/modules/access/mms/mms.h
11525    A /trunk/modules/access/mms/mmsh.c
11526    A /trunk/modules/access/mms/mmsh.h
11527    A /trunk/modules/access/mms/mmstu.c
11528    A /trunk/modules/access/mms/mmstu.h
11529
11530  * mms/* : begining of a m$-http-for-asf-streaming support.
11531  Proxy aren't yet supported. Use mmsh to force it, else mms will try it
11532 at the end (after mmst and mmsu). Some http url are in fact mmsh but
11533 not yet auto-detected.
11534  *Please report* not working url and any regression for mmst and mmsu.
11535
11536 ------------------------------------------------------------------------
11537 r4138 | gbazin | 2003-04-20 21:53:57 +0200 (Sun, 20 Apr 2003) | 3 lines
11538 Changed paths:
11539    M /trunk/configure.ac.in
11540
11541
11542 * configure.ac.in: removed useless --with-ffmpeg=PATH ./configure option.
11543
11544 ------------------------------------------------------------------------
11545 r4139 | asmax | 2003-04-20 22:22:12 +0200 (Sun, 20 Apr 2003) | 2 lines
11546 Changed paths:
11547    M /trunk/configure.ac.in
11548
11549 * added wxwindows for skins !!
11550
11551 ------------------------------------------------------------------------
11552 r4140 | ipkiss | 2003-04-20 22:28:40 +0200 (Sun, 20 Apr 2003) | 3 lines
11553 Changed paths:
11554    M /trunk/configure.ac.in
11555    M /trunk/modules/gui/skins/Modules.am
11556    M /trunk/modules/gui/skins/gtk2/gtk2_dialog.cpp
11557    M /trunk/modules/gui/skins/gtk2/gtk2_dialog.h
11558    M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
11559    M /trunk/modules/gui/skins/gtk2/gtk2_theme.h
11560    M /trunk/modules/gui/skins/os_dialog.h
11561    M /trunk/modules/gui/skins/parser/flex.c
11562    M /trunk/modules/gui/skins/parser/skin.act
11563    M /trunk/modules/gui/skins/parser/skin.c
11564    M /trunk/modules/gui/skins/parser/skin.dtd
11565    M /trunk/modules/gui/skins/parser/skin.h
11566    M /trunk/modules/gui/skins/parser/wrappers.cpp
11567    M /trunk/modules/gui/skins/parser/wrappers.h
11568    M /trunk/modules/gui/skins/src/dialog.cpp
11569    M /trunk/modules/gui/skins/src/skin_common.h
11570    M /trunk/modules/gui/skins/src/skin_main.cpp
11571    M /trunk/modules/gui/skins/src/theme.cpp
11572    M /trunk/modules/gui/skins/src/theme.h
11573    M /trunk/modules/gui/skins/src/vlcproc.cpp
11574    A /trunk/modules/gui/skins/src/wxdialogs.h
11575    M /trunk/modules/gui/skins/win32/win32_dialog.cpp
11576    M /trunk/modules/gui/skins/win32/win32_run.cpp
11577    M /trunk/modules/gui/skins/win32/win32_theme.cpp
11578    M /trunk/modules/gui/skins/win32/win32_theme.h
11579    M /trunk/modules/gui/wxwindows/messages.cpp
11580    M /trunk/modules/gui/wxwindows/open.cpp
11581
11582  * added wxwindows Open and Messages dialog boxes into the windows skins
11583    (it may break things on linux...)
11584
11585 ------------------------------------------------------------------------
11586 r4141 | sam | 2003-04-20 23:14:20 +0200 (Sun, 20 Apr 2003) | 2 lines
11587 Changed paths:
11588    M /trunk/mozilla/npvlc_rc.rc
11589
11590   * ./mozilla/npvlc_rc.rc: fixed a typo in the MIME types.
11591
11592 ------------------------------------------------------------------------
11593 r4142 | sam | 2003-04-20 23:15:31 +0200 (Sun, 20 Apr 2003) | 3 lines
11594 Changed paths:
11595    M /trunk/modules/video_output/fb.c
11596
11597   * ./modules/video_output/fb.c: fixed a bug that prevented proper console
11598     resetting.
11599
11600 ------------------------------------------------------------------------
11601 r4143 | sam | 2003-04-20 23:19:41 +0200 (Sun, 20 Apr 2003) | 2 lines
11602 Changed paths:
11603    M /trunk/modules/audio_output/oss.c
11604
11605   * ./modules/audio_output/oss.c: code comments.
11606
11607 ------------------------------------------------------------------------
11608 r4144 | gbazin | 2003-04-21 00:52:03 +0200 (Mon, 21 Apr 2003) | 3 lines
11609 Changed paths:
11610    M /trunk/modules/audio_output/file.c
11611
11612
11613 * modules/audio_output/file.c: fixed a mismatch in a config name.
11614
11615 ------------------------------------------------------------------------
11616 r4145 | asmax | 2003-04-21 00:52:50 +0200 (Mon, 21 Apr 2003) | 2 lines
11617 Changed paths:
11618    M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
11619
11620 * a few segfaults but wxwindows works under linux !
11621
11622 ------------------------------------------------------------------------
11623 r4146 | asmax | 2003-04-21 01:09:31 +0200 (Mon, 21 Apr 2003) | 2 lines
11624 Changed paths:
11625    M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
11626
11627 * fixed a segfault at exit
11628
11629 ------------------------------------------------------------------------
11630 r4147 | massiot | 2003-04-21 01:42:17 +0200 (Mon, 21 Apr 2003) | 3 lines
11631 Changed paths:
11632    M /trunk/modules/codec/libmpeg2.c
11633
11634 * modules/codec/libmpeg2.c: fixed a problem with some frame rates (thx
11635   gibalou)
11636
11637 ------------------------------------------------------------------------
11638 r4148 | asmax | 2003-04-21 02:18:37 +0200 (Mon, 21 Apr 2003) | 2 lines
11639 Changed paths:
11640    M /trunk/modules/gui/skins/controls/playlist.cpp
11641    M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
11642    M /trunk/modules/gui/skins/src/vlcproc.cpp
11643
11644 * fixed refresh of the playlist (and a segfault...)
11645
11646 ------------------------------------------------------------------------
11647 r4149 | massiot | 2003-04-21 02:33:29 +0200 (Mon, 21 Apr 2003) | 2 lines
11648 Changed paths:
11649    M /trunk/configure.ac.in
11650
11651 * configure.ac.in : finished disabling the old mpeg_video plug-ins.
11652
11653 ------------------------------------------------------------------------
11654 r4150 | ipkiss | 2003-04-21 02:54:26 +0200 (Mon, 21 Apr 2003) | 2 lines
11655 Changed paths:
11656    M /trunk/modules/gui/skins/Modules.am
11657    M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
11658    M /trunk/modules/gui/skins/src/banks.cpp
11659    M /trunk/modules/gui/skins/src/event.cpp
11660    M /trunk/modules/gui/skins/src/event.h
11661    M /trunk/modules/gui/skins/src/skin_common.h
11662    M /trunk/modules/gui/skins/src/skin_main.cpp
11663    M /trunk/modules/gui/skins/src/vlcproc.cpp
11664    M /trunk/modules/gui/skins/win32/win32_run.cpp
11665    M /trunk/modules/gui/wxwindows/fileinfo.cpp
11666    M /trunk/modules/gui/wxwindows/open.cpp
11667    M /trunk/modules/gui/wxwindows/preferences.cpp
11668    M /trunk/modules/gui/wxwindows/streamout.cpp
11669
11670  * added preferences, file info and stream output dialogs to the skins
11671
11672 ------------------------------------------------------------------------
11673 r4151 | asmax | 2003-04-21 03:47:42 +0200 (Mon, 21 Apr 2003) | 2 lines
11674 Changed paths:
11675    M /trunk/defconfig
11676    M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
11677
11678 * shortcut handling under linux
11679
11680 ------------------------------------------------------------------------
11681 r4152 | ipkiss | 2003-04-21 04:12:06 +0200 (Mon, 21 Apr 2003) | 3 lines
11682 Changed paths:
11683    M /trunk/modules/gui/skins/Modules.am
11684    D /trunk/modules/gui/skins/gtk2/gtk2_dialog.cpp
11685    D /trunk/modules/gui/skins/gtk2/gtk2_dialog.h
11686    M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
11687    D /trunk/modules/gui/skins/os_dialog.h
11688    D /trunk/modules/gui/skins/src/dialog.cpp
11689    D /trunk/modules/gui/skins/src/dialog.h
11690    M /trunk/modules/gui/skins/src/skin_main.cpp
11691    M /trunk/modules/gui/skins/src/theme.cpp
11692    M /trunk/modules/gui/skins/src/vlcproc.cpp
11693    D /trunk/modules/gui/skins/win32/win32_dialog.cpp
11694    D /trunk/modules/gui/skins/win32/win32_dialog.h
11695    M /trunk/modules/gui/skins/win32/win32_theme.cpp
11696
11697  * we now use a wxwindow dialog to load the skins, so we can get rid
11698    of our custom dialog
11699
11700 ------------------------------------------------------------------------
11701 r4153 | asmax | 2003-04-21 04:50:49 +0200 (Mon, 21 Apr 2003) | 2 lines
11702 Changed paths:
11703    M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
11704    M /trunk/modules/gui/skins/src/skin_common.h
11705    M /trunk/modules/gui/skins/src/skin_main.cpp
11706    M /trunk/modules/gui/skins/win32/win32_run.cpp
11707
11708 * fixed a timing issue under windows ?
11709
11710 ------------------------------------------------------------------------
11711 r4154 | asmax | 2003-04-21 05:37:40 +0200 (Mon, 21 Apr 2003) | 2 lines
11712 Changed paths:
11713    M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
11714
11715 * fixed the previous commit for linux
11716
11717 ------------------------------------------------------------------------
11718 r4155 | asmax | 2003-04-21 13:47:22 +0200 (Mon, 21 Apr 2003) | 2 lines
11719 Changed paths:
11720    M /trunk/doc/Configure.help
11721    A /trunk/share/skins/default/prefs1.bmp
11722    A /trunk/share/skins/default/prefs2.bmp
11723    A /trunk/share/skins/default/prefs3.bmp
11724    M /trunk/share/skins/default/theme.xml
11725
11726 * added a preferences button in the default skin
11727
11728 ------------------------------------------------------------------------
11729 r4156 | gbazin | 2003-04-21 14:22:54 +0200 (Mon, 21 Apr 2003) | 3 lines
11730 Changed paths:
11731    M /trunk/configure.ac.in
11732
11733
11734 * configure.ac.in: the libmpeg2 plugin is now enabled by default when the right version of libmpeg2 is detected (0.3.2 aka cvs).
11735
11736 ------------------------------------------------------------------------
11737 r4157 | gbazin | 2003-04-21 14:54:08 +0200 (Mon, 21 Apr 2003) | 3 lines
11738 Changed paths:
11739    M /trunk/configure.ac.in
11740
11741
11742 * configure.ac.in: print an error message if libmpeg2 is not found or too old.
11743
11744 ------------------------------------------------------------------------
11745 r4158 | asmax | 2003-04-21 16:26:59 +0200 (Mon, 21 Apr 2003) | 3 lines
11746 Changed paths:
11747    M /trunk/modules/gui/skins/controls/playlist.cpp
11748    M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
11749    M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
11750    M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
11751    M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
11752
11753 * raise the skin window on top when clicked
11754 * a bit of code cleaning
11755
11756 ------------------------------------------------------------------------
11757 r4159 | gbazin | 2003-04-21 18:22:43 +0200 (Mon, 21 Apr 2003) | 3 lines
11758 Changed paths:
11759    M /trunk/modules/misc/network/ipv4.c
11760    M /trunk/modules/misc/network/ipv6.c
11761
11762
11763 * modules/misc/network/ipv4.c: a bit of cleanup.
11764
11765 ------------------------------------------------------------------------
11766 r4160 | anil | 2003-04-21 18:55:53 +0200 (Mon, 21 Apr 2003) | 4 lines
11767 Changed paths:
11768    M /trunk/modules/gui/skins/src/wxdialogs.h
11769    M /trunk/modules/gui/wxwindows/fileinfo.cpp
11770    M /trunk/modules/gui/wxwindows/wxwindows.h
11771
11772
11773
11774 *All: fixed unwanted fileinfo window refresh under windows.
11775
11776 ------------------------------------------------------------------------
11777 r4161 | asmax | 2003-04-21 20:39:39 +0200 (Mon, 21 Apr 2003) | 2 lines
11778 Changed paths:
11779    M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
11780    M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
11781    M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
11782    M /trunk/modules/gui/skins/src/skin_main.cpp
11783
11784 * at last fixed transparency under linux !!
11785
11786 ------------------------------------------------------------------------
11787 r4162 | asmax | 2003-04-21 23:51:16 +0200 (Mon, 21 Apr 2003) | 4 lines
11788 Changed paths:
11789    M /trunk/modules/gui/skins/controls/button.cpp
11790    M /trunk/modules/gui/skins/controls/button.h
11791    M /trunk/modules/gui/skins/controls/checkbox.cpp
11792    M /trunk/modules/gui/skins/controls/checkbox.h
11793    M /trunk/modules/gui/skins/controls/generic.cpp
11794    M /trunk/modules/gui/skins/controls/generic.h
11795    M /trunk/modules/gui/skins/controls/image.cpp
11796    M /trunk/modules/gui/skins/controls/image.h
11797    M /trunk/modules/gui/skins/controls/playlist.cpp
11798    M /trunk/modules/gui/skins/controls/playlist.h
11799    M /trunk/modules/gui/skins/controls/rectangle.cpp
11800    M /trunk/modules/gui/skins/controls/rectangle.h
11801    M /trunk/modules/gui/skins/controls/slider.cpp
11802    M /trunk/modules/gui/skins/controls/slider.h
11803    M /trunk/modules/gui/skins/controls/text.cpp
11804    M /trunk/modules/gui/skins/controls/text.h
11805    M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
11806    M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp
11807    M /trunk/modules/gui/skins/gtk2/gtk2_event.h
11808    M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
11809    M /trunk/modules/gui/skins/gtk2/gtk2_graphics.h
11810    M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
11811    M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
11812    M /trunk/modules/gui/skins/gtk2/gtk2_theme.h
11813    M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
11814    M /trunk/modules/gui/skins/gtk2/gtk2_window.h
11815    M /trunk/modules/gui/skins/os_api.h
11816    M /trunk/modules/gui/skins/parser/wrappers.cpp
11817    M /trunk/modules/gui/skins/src/anchor.cpp
11818    M /trunk/modules/gui/skins/src/anchor.h
11819    M /trunk/modules/gui/skins/src/event.cpp
11820    M /trunk/modules/gui/skins/src/theme.cpp
11821    M /trunk/modules/gui/skins/src/theme.h
11822    M /trunk/modules/gui/skins/src/vlcproc.cpp
11823    M /trunk/modules/gui/skins/src/window.cpp
11824    M /trunk/modules/gui/skins/src/window.h
11825    M /trunk/modules/gui/skins/win32/win32_api.cpp
11826    M /trunk/modules/gui/skins/win32/win32_event.cpp
11827    M /trunk/modules/gui/skins/win32/win32_event.h
11828    M /trunk/modules/gui/skins/win32/win32_graphics.cpp
11829    M /trunk/modules/gui/skins/win32/win32_graphics.h
11830    M /trunk/modules/gui/skins/win32/win32_run.cpp
11831    M /trunk/modules/gui/skins/win32/win32_theme.cpp
11832    M /trunk/modules/gui/skins/win32/win32_theme.h
11833    M /trunk/modules/gui/skins/win32/win32_window.cpp
11834    M /trunk/modules/gui/skins/win32/win32_window.h
11835
11836 * changed "Window" into "SkinWindow" to prepare X11 port
11837  (Window is already a Xlib type !)
11838   *** not tested under win32, please check ! ***
11839
11840 ------------------------------------------------------------------------
11841 r4163 | asmax | 2003-04-22 00:12:37 +0200 (Tue, 22 Apr 2003) | 2 lines
11842 Changed paths:
11843    M /trunk/modules/gui/skins/controls/playlist.cpp
11844    M /trunk/modules/gui/skins/controls/playlist.h
11845    M /trunk/modules/gui/skins/controls/text.h
11846    M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
11847    M /trunk/modules/gui/skins/gtk2/gtk2_font.h
11848    M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
11849    M /trunk/modules/gui/skins/src/banks.cpp
11850    M /trunk/modules/gui/skins/src/banks.h
11851    M /trunk/modules/gui/skins/src/event.h
11852    M /trunk/modules/gui/skins/src/font.cpp
11853    M /trunk/modules/gui/skins/src/font.h
11854    M /trunk/modules/gui/skins/win32/win32_font.cpp
11855    M /trunk/modules/gui/skins/win32/win32_font.h
11856
11857 * changed "Font" into "SkinFont" (see previous commit)
11858
11859 ------------------------------------------------------------------------
11860 r4164 | fenrir | 2003-04-22 10:51:28 +0200 (Tue, 22 Apr 2003) | 2 lines
11861 Changed paths:
11862    M /trunk/modules/demux/mp4/libmp4.c
11863    M /trunk/modules/demux/mp4/libmp4.h
11864    M /trunk/modules/demux/mp4/mp4.c
11865
11866  * mp4: more mov fields are parsed.
11867
11868 ------------------------------------------------------------------------
11869 r4165 | fenrir | 2003-04-22 13:38:25 +0200 (Tue, 22 Apr 2003) | 2 lines
11870 Changed paths:
11871    M /trunk/modules/demux/mp4/mp4.c
11872
11873  * mp4: preliminary support of "mov playlist(ref) file"
11874
11875 ------------------------------------------------------------------------
11876 r4166 | gbazin | 2003-04-22 14:54:49 +0200 (Tue, 22 Apr 2003) | 3 lines
11877 Changed paths:
11878    M /trunk/modules/codec/libmpeg2.c
11879
11880
11881 * modules/codec/libmpeg2.c: fixed aspect ratio problem.
11882
11883 ------------------------------------------------------------------------
11884 r4167 | fenrir | 2003-04-22 18:28:24 +0200 (Tue, 22 Apr 2003) | 2 lines
11885 Changed paths:
11886    M /trunk/modules/demux/mp4/mp4.c
11887
11888  * mp4: fix "mov playlist" handling. (raaah strncpy doesn't add '\0' :(
11889
11890 ------------------------------------------------------------------------
11891 r4168 | titer | 2003-04-22 18:36:16 +0200 (Tue, 22 Apr 2003) | 5 lines
11892 Changed paths:
11893    M /trunk/Makefile.am
11894    M /trunk/modules/gui/beos/InterfaceWindow.cpp
11895    M /trunk/modules/gui/beos/MediaControlView.cpp
11896    M /trunk/modules/gui/beos/PlayListWindow.cpp
11897    M /trunk/modules/gui/beos/PreferencesWindow.cpp
11898    M /trunk/modules/gui/beos/VideoOutput.cpp
11899    M /trunk/modules/gui/beos/VlcWrapper.cpp
11900    M /trunk/modules/gui/beos/VlcWrapper.h
11901    M /trunk/src/libvlc.c
11902
11903  * Makefile.am: fixed 'make package-beos'
11904  * modules/gui/beos/*: added _()s so the whole interface is translated
11905  * src/libvlc.c: ask gettext for UTF-8 strings (under BeOS only for now)
11906    FIXME: currently, untranslated strings are not converted to UTF-8
11907
11908 ------------------------------------------------------------------------
11909 r4169 | asmax | 2003-04-22 19:56:44 +0200 (Tue, 22 Apr 2003) | 2 lines
11910 Changed paths:
11911    M /trunk/modules/gui/skins/controls/slider.cpp
11912    M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
11913    M /trunk/modules/gui/skins/src/vlcproc.cpp
11914
11915 * fixed the volume slider bug
11916
11917 ------------------------------------------------------------------------
11918 r4170 | ipkiss | 2003-04-22 20:21:15 +0200 (Tue, 22 Apr 2003) | 2 lines
11919 Changed paths:
11920    M /trunk/modules/gui/wxwindows/fileinfo.cpp
11921
11922  * ./modules/gui/wxwindows/fileinfo.cpp: cosmetic changes
11923
11924 ------------------------------------------------------------------------
11925 r4171 | asmax | 2003-04-22 21:26:02 +0200 (Tue, 22 Apr 2003) | 3 lines
11926 Changed paths:
11927    M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
11928    M /trunk/modules/gui/skins/src/skin_main.cpp
11929    M /trunk/src/audio_output/output.c
11930
11931 * output.c: avoid a floating point exception when aout-rate==0
11932 * gtk2_api.cpp: made valgrind happy ;)
11933
11934 ------------------------------------------------------------------------
11935 r4172 | gbazin | 2003-04-22 23:45:42 +0200 (Tue, 22 Apr 2003) | 4 lines
11936 Changed paths:
11937    M /trunk/configure.ac.in
11938
11939
11940 * configure.ac.in: don't link with the math library on win32. It isn't
11941    needed and will even screw up things under cygwin with -mno-cygwin.
11942
11943 ------------------------------------------------------------------------
11944 r4173 | gbazin | 2003-04-23 00:25:09 +0200 (Wed, 23 Apr 2003) | 4 lines
11945 Changed paths:
11946    M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
11947
11948
11949 * modules/audio_filter/converter/s16tofloat32swab.c:
11950    added an #ifdef HAVE_ALLOCA.
11951
11952 ------------------------------------------------------------------------
11953 r4174 | ipkiss | 2003-04-23 00:57:40 +0200 (Wed, 23 Apr 2003) | 2 lines
11954 Changed paths:
11955    M /trunk/modules/gui/skins/src/anchor.cpp
11956    M /trunk/modules/gui/skins/src/theme.cpp
11957
11958  * ./modules/gui/skins/src/theme.cpp: fixed a bug with anchored windows
11959
11960 ------------------------------------------------------------------------
11961 r4175 | gbazin | 2003-04-23 01:31:07 +0200 (Wed, 23 Apr 2003) | 4 lines
11962 Changed paths:
11963    M /trunk/modules/codec/libmpeg2.c
11964
11965
11966 * modules/codec/libmpeg2.c: make sure there are no more linked pictures
11967    left when closing the decoder.
11968
11969 ------------------------------------------------------------------------
11970 r4176 | asmax | 2003-04-23 12:29:52 +0200 (Wed, 23 Apr 2003) | 2 lines
11971 Changed paths:
11972    M /trunk/modules/gui/skins/controls/generic.cpp
11973    M /trunk/modules/gui/skins/src/skin_common.h
11974    M /trunk/modules/gui/skins/src/skin_main.cpp
11975
11976 * fixed some constructors and destructors
11977
11978 ------------------------------------------------------------------------
11979 r4177 | titer | 2003-04-23 17:18:24 +0200 (Wed, 23 Apr 2003) | 3 lines
11980 Changed paths:
11981    M /trunk/modules/gui/beos/VlcWrapper.cpp
11982
11983  modules/gui/beos/VlcWrapper.cpp: fixed the issue with untranslated
11984   strings and "...". i18n seems OK under BeOS now.
11985
11986 ------------------------------------------------------------------------
11987 r4178 | asmax | 2003-04-24 16:38:06 +0200 (Thu, 24 Apr 2003) | 2 lines
11988 Changed paths:
11989    M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
11990
11991 * get screen size with gtk2
11992
11993 ------------------------------------------------------------------------
11994 r4179 | fenrir | 2003-04-24 16:39:53 +0200 (Thu, 24 Apr 2003) | 2 lines
11995 Changed paths:
11996    M /trunk/modules/demux/mp4/mp4.c
11997
11998  * mp4: select only first enabled track.
11999
12000 ------------------------------------------------------------------------
12001 r4180 | gbazin | 2003-04-24 17:57:50 +0200 (Thu, 24 Apr 2003) | 5 lines
12002 Changed paths:
12003    M /trunk/modules/gui/skins/src/themeloader.cpp
12004    M /trunk/modules/gui/skins/src/themeloader.h
12005
12006
12007 * modules/gui/skins/src/themeloader.*: dropped the dependancy on libtar
12008    for the .vlt skins support. libtar is still used if present, otherwise
12009    we use our small implementation of untar.
12010
12011 ------------------------------------------------------------------------
12012 r4181 | gbazin | 2003-04-24 18:13:38 +0200 (Thu, 24 Apr 2003) | 3 lines
12013 Changed paths:
12014    M /trunk/Makefile.am
12015
12016
12017 * Makefile.am: added a dist-hook target to include the auto-generated msvc files into the dist. added src/misc/modules_plugins.h to the dist.
12018
12019 ------------------------------------------------------------------------
12020 r4182 | gbazin | 2003-04-24 19:44:53 +0200 (Thu, 24 Apr 2003) | 3 lines
12021 Changed paths:
12022    M /trunk/src/libvlc.c
12023
12024
12025 * src/libvlc.c: forgot to reload the command line options after we reload the main module when the user disables the translation.
12026
12027 ------------------------------------------------------------------------
12028 r4183 | fenrir | 2003-04-24 22:24:44 +0200 (Thu, 24 Apr 2003) | 2 lines
12029 Changed paths:
12030    M /trunk/modules/packetizer/mpeg4video.c
12031
12032  * mpeg4video.c: use video size when available from bitmapinfoheader.
12033
12034 ------------------------------------------------------------------------
12035 r4184 | fenrir | 2003-04-24 22:26:32 +0200 (Thu, 24 Apr 2003) | 2 lines
12036 Changed paths:
12037    M /trunk/modules/demux/asf/asf.c
12038
12039  * asf: fix to play stream over mmsh.
12040
12041 ------------------------------------------------------------------------
12042 r4185 | fenrir | 2003-04-24 22:33:53 +0200 (Thu, 24 Apr 2003) | 2 lines
12043 Changed paths:
12044    A /trunk/modules/stream_out/.cvsignore
12045
12046  * .cvsignore: forgot this file.
12047
12048 ------------------------------------------------------------------------
12049 r4186 | fenrir | 2003-04-24 22:49:54 +0200 (Thu, 24 Apr 2003) | 2 lines
12050 Changed paths:
12051    M /trunk/modules/demux/mp4/libmp4.c
12052
12053  * mp4: fix a buffer overflow.
12054
12055 ------------------------------------------------------------------------
12056 r4187 | gbazin | 2003-04-25 14:37:52 +0200 (Fri, 25 Apr 2003) | 3 lines
12057 Changed paths:
12058    M /trunk/modules/gui/skins/src/vlcproc.cpp
12059
12060
12061 * modules/gui/skins/src/vlcproc.cpp: small compilation fix.
12062
12063 ------------------------------------------------------------------------
12064 r4188 | fenrir | 2003-04-25 19:33:57 +0200 (Fri, 25 Apr 2003) | 2 lines
12065 Changed paths:
12066    M /trunk/modules/access/mms/mmsh.c
12067
12068  * mms: reduce mtu (avoid too much delay with slow connection)
12069
12070 ------------------------------------------------------------------------
12071 r4189 | fenrir | 2003-04-25 19:35:52 +0200 (Fri, 25 Apr 2003) | 2 lines
12072 Changed paths:
12073    M /trunk/modules/codec/ffmpeg/audio.c
12074
12075  *ffmpeg: split huge audio packets as aout didn't like them.
12076
12077 ------------------------------------------------------------------------
12078 r4190 | fenrir | 2003-04-25 20:57:41 +0200 (Fri, 25 Apr 2003) | 3 lines
12079 Changed paths:
12080    M /trunk/modules/codec/ffmpeg/audio.c
12081
12082  * ffmpeg: use bigger split size (~8000 samples) as it avoid too much
12083 resampling with my samples. Fix a potential divide by 0 (thx meuuh).
12084
12085 ------------------------------------------------------------------------
12086 r4191 | fenrir | 2003-04-25 23:47:25 +0200 (Fri, 25 Apr 2003) | 4 lines
12087 Changed paths:
12088    M /trunk/modules/demux/mp4/libmp4.c
12089    M /trunk/modules/demux/mp4/mp4.c
12090
12091  * libmp4: clean up and preliminary work to read mp4 file through http.
12092  * mp4: don't return a failed value when recognize a ref file, but use
12093 a dummy Demux function that return EOF.
12094
12095 ------------------------------------------------------------------------
12096 r4192 | gbazin | 2003-04-26 14:26:46 +0200 (Sat, 26 Apr 2003) | 3 lines
12097 Changed paths:
12098    M /trunk/modules/codec/rawvideo.c
12099
12100
12101 * modules/codec/rawvideo.c: added support for YUY2 and I422 and fixed a bug in FillPicture(). ( The v4l input is working here now :) )
12102
12103 ------------------------------------------------------------------------
12104 r4193 | gbazin | 2003-04-26 16:54:49 +0200 (Sat, 26 Apr 2003) | 4 lines
12105 Changed paths:
12106    M /trunk/configure.ac.in
12107    M /trunk/modules/encoder/ffmpeg/encoder.c
12108    M /trunk/modules/encoder/ffmpeg/video.c
12109
12110
12111 * configure.ac.in: enabled xvid and ffmpeg encoders
12112 * modules/encoder/ffmpeg/*: misc fixes + support for I422 and YUY2 input chroma.
12113
12114 ------------------------------------------------------------------------
12115 r4194 | fenrir | 2003-04-26 22:51:54 +0200 (Sat, 26 Apr 2003) | 3 lines
12116 Changed paths:
12117    M /trunk/modules/demux/mpeg/audio.c
12118
12119  * mpegaudio: if the file name end by .mp3, use a stronger dectection.
12120 (over the first 2ko).
12121
12122 ------------------------------------------------------------------------
12123 r4195 | gbazin | 2003-04-26 23:36:23 +0200 (Sat, 26 Apr 2003) | 3 lines
12124 Changed paths:
12125    M /trunk/configure.ac.in
12126    M /trunk/modules/control/Modules.am
12127    A /trunk/modules/control/http.c
12128
12129
12130 * modules/control/http.c: brand new (and also basic) HTTP interface plugin for vlc (uses port 8080 by default).
12131
12132 ------------------------------------------------------------------------
12133 r4196 | fenrir | 2003-04-26 23:45:26 +0200 (Sat, 26 Apr 2003) | 3 lines
12134 Changed paths:
12135    M /trunk/modules/codec/ffmpeg/video.c
12136    M /trunk/modules/codec/ffmpeg/video.h
12137
12138  * ffmpeg: we always skip video if we have more than 5 second of late video.
12139 (This should avoid 'decoder stuck' message.)
12140
12141 ------------------------------------------------------------------------
12142 r4197 | fenrir | 2003-04-27 00:06:12 +0200 (Sun, 27 Apr 2003) | 2 lines
12143 Changed paths:
12144    M /trunk/modules/codec/ffmpeg/video.c
12145
12146  * video: spelling error.
12147
12148 ------------------------------------------------------------------------
12149 r4198 | gbazin | 2003-04-27 02:02:27 +0200 (Sun, 27 Apr 2003) | 3 lines
12150 Changed paths:
12151    M /trunk/modules/control/http.c
12152
12153
12154 * modules/control/http.c: fixed buffer allocation problem.
12155
12156 ------------------------------------------------------------------------
12157 r4199 | jlj | 2003-04-27 04:00:15 +0200 (Sun, 27 Apr 2003) | 2 lines
12158 Changed paths:
12159    M /trunk/configure.ac.in
12160
12161  * ./configure.ac.in: Added --with-libmpeg2-tree
12162
12163 ------------------------------------------------------------------------
12164 r4200 | fenrir | 2003-04-27 05:08:36 +0200 (Sun, 27 Apr 2003) | 2 lines
12165 Changed paths:
12166    M /trunk/modules/misc/httpd.c
12167
12168  * httpd: added "Cache-Control: no-cache" by default.
12169
12170 ------------------------------------------------------------------------
12171 r4201 | fenrir | 2003-04-27 13:55:03 +0200 (Sun, 27 Apr 2003) | 3 lines
12172 Changed paths:
12173    M /trunk/modules/demux/avi/avi.c
12174    M /trunk/modules/demux/avi/avi.h
12175    M /trunk/modules/demux/avi/libavi.c
12176    M /trunk/modules/demux/avi/libavi.h
12177
12178  * avi: Support for OpenDML file.
12179  Not tested with file size > 2Go, so report status.
12180
12181 ------------------------------------------------------------------------
12182 r4202 | fenrir | 2003-04-27 15:03:28 +0200 (Sun, 27 Apr 2003) | 2 lines
12183 Changed paths:
12184    M /trunk/modules/codec/ffmpeg/video.c
12185
12186  * ffmpeg: stop skipping video sometime ;).
12187
12188 ------------------------------------------------------------------------
12189 r4203 | fenrir | 2003-04-27 15:55:51 +0200 (Sun, 27 Apr 2003) | 3 lines
12190 Changed paths:
12191    M /trunk/modules/demux/avi/avi.c
12192    M /trunk/modules/demux/avi/libavi.c
12193    M /trunk/modules/demux/avi/libavi.h
12194
12195  * avi: clean up. Some standard file (ie with 1 RIFF chunk ) has OpenDML
12196 index, so use it when normal index (idx1 chunk) isn't found.
12197
12198 ------------------------------------------------------------------------
12199 r4204 | gbazin | 2003-04-27 16:11:26 +0200 (Sun, 27 Apr 2003) | 3 lines
12200 Changed paths:
12201    M /trunk/modules/misc/httpd.c
12202
12203
12204 * modules/misc/httpd.c: win32 fix for non-blocking sockets.
12205
12206 ------------------------------------------------------------------------
12207 r4205 | gbazin | 2003-04-27 16:56:47 +0200 (Sun, 27 Apr 2003) | 3 lines
12208 Changed paths:
12209    M /trunk/modules/demux/rawdv.c
12210
12211
12212 * modules/demux/rawdv.c: fixes for when the video and audio sub-streams are not both selected.
12213
12214 ------------------------------------------------------------------------
12215 r4206 | gbazin | 2003-04-27 17:25:11 +0200 (Sun, 27 Apr 2003) | 5 lines
12216 Changed paths:
12217    M /trunk/modules/codec/ffmpeg/Modules.am
12218    A /trunk/modules/codec/ffmpeg/chroma.c
12219    M /trunk/modules/codec/ffmpeg/ffmpeg.c
12220    M /trunk/modules/demux/rawdv.c
12221
12222
12223 * modules/codec/ffmpeg/*: added chroma conversion capabilities to the ffmpeg plugin (using libavcodec's img_convert() facility).
12224   (I can finaly watch my RGB tarkin samples :))
12225 * modules/demux/rawdv.c: fixed a couple of compiler warnings.
12226
12227 ------------------------------------------------------------------------
12228 r4207 | gbazin | 2003-04-27 19:53:21 +0200 (Sun, 27 Apr 2003) | 5 lines
12229 Changed paths:
12230    M /trunk/modules/codec/rawvideo.c
12231    M /trunk/src/video_output/video_output.c
12232    M /trunk/src/video_output/vout_pictures.c
12233    M /trunk/src/video_output/vout_pictures.h
12234
12235
12236 * src/video_output/video_output.c: small bugfix + vout_Create() is now blocking until InitThread() has been run.
12237 * src/video_output/vout_pictures.[ch]: added support for FOURCC I411.
12238 * modules/codec/rawvideo.c: support for more chroma formats.
12239
12240 ------------------------------------------------------------------------
12241 r4208 | gbazin | 2003-04-28 01:16:35 +0200 (Mon, 28 Apr 2003) | 6 lines
12242 Changed paths:
12243    M /trunk/include/video_output.h
12244    M /trunk/modules/access/v4l/v4l.c
12245    M /trunk/modules/codec/rawvideo.c
12246    M /trunk/modules/encoder/ffmpeg/encoder.c
12247    M /trunk/modules/encoder/ffmpeg/video.c
12248    M /trunk/src/video_output/vout_pictures.c
12249
12250
12251 * src/video_output/vout_pictures.c, include/video_output.h: added a vout_InitPicture() function that initializes a picture_t structure based on the given chroma and sizes.
12252 * modules/encoder/ffmpeg/video.c: misc improvements. Should also be able to handle more input chroma format.
12253 * modules/codec/rawvideo.c: a few fixes.
12254 * modules/access/v4l/v4l.c: misc improvments and cleanup. Should be able to handle more source chroma formats. On the fly video encoding is also working perfectly now.
12255
12256 ------------------------------------------------------------------------
12257 r4209 | ipkiss | 2003-04-28 02:18:27 +0200 (Mon, 28 Apr 2003) | 3 lines
12258 Changed paths:
12259    M /trunk/modules/gui/skins/src/skin_main.cpp
12260    M /trunk/modules/gui/skins/src/window.cpp
12261    M /trunk/modules/gui/skins/win32/win32_bitmap.cpp
12262    M /trunk/modules/gui/skins/win32/win32_run.cpp
12263
12264  * ./modules/gui/skins/*: first attempt at porting the skins to Win9x
12265    There is still a lot to do but some things are working.
12266
12267 ------------------------------------------------------------------------
12268 r4210 | asmax | 2003-04-28 14:00:14 +0200 (Mon, 28 Apr 2003) | 3 lines
12269 Changed paths:
12270    M /trunk/configure.ac.in
12271    M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp
12272    M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp
12273    M /trunk/modules/gui/skins/gtk2/gtk2_dragdrop.cpp
12274    M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp
12275    M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
12276    M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
12277    M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
12278    M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp
12279    M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp
12280    M /trunk/modules/gui/skins/os_bitmap.h
12281    M /trunk/modules/gui/skins/os_event.h
12282    M /trunk/modules/gui/skins/os_font.h
12283    M /trunk/modules/gui/skins/os_graphics.h
12284    M /trunk/modules/gui/skins/os_theme.h
12285    M /trunk/modules/gui/skins/os_window.h
12286    M /trunk/modules/gui/skins/src/skin_main.cpp
12287    M /trunk/modules/gui/skins/src/window.cpp
12288
12289 * fixed compilation under linux
12290 * added a flag GTK2_SKINS
12291
12292 ------------------------------------------------------------------------
12293 r4211 | asmax | 2003-04-28 14:25:34 +0200 (Mon, 28 Apr 2003) | 2 lines
12294 Changed paths:
12295    M /trunk/modules/gui/skins/controls/generic.cpp
12296    M /trunk/modules/gui/skins/controls/generic.h
12297    M /trunk/modules/gui/skins/controls/playlist.cpp
12298    M /trunk/modules/gui/skins/controls/playlist.h
12299    M /trunk/modules/gui/skins/controls/slider.cpp
12300    M /trunk/modules/gui/skins/controls/slider.h
12301    M /trunk/modules/gui/skins/controls/text.cpp
12302    M /trunk/modules/gui/skins/controls/text.h
12303    M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
12304    M /trunk/modules/gui/skins/gtk2/gtk2_graphics.h
12305    M /trunk/modules/gui/skins/src/graphics.cpp
12306    M /trunk/modules/gui/skins/src/graphics.h
12307    M /trunk/modules/gui/skins/win32/win32_graphics.cpp
12308    M /trunk/modules/gui/skins/win32/win32_graphics.h
12309
12310 * changed Region into SkinRegion to prepare the X11 port
12311
12312 ------------------------------------------------------------------------
12313 r4212 | asmax | 2003-04-28 16:12:33 +0200 (Mon, 28 Apr 2003) | 2 lines
12314 Changed paths:
12315    M /trunk/modules/gui/skins/Modules.am
12316    M /trunk/modules/gui/skins/controls/text.cpp
12317    M /trunk/modules/gui/skins/os_bitmap.h
12318    M /trunk/modules/gui/skins/os_event.h
12319    M /trunk/modules/gui/skins/os_font.h
12320    M /trunk/modules/gui/skins/os_graphics.h
12321    M /trunk/modules/gui/skins/os_theme.h
12322    M /trunk/modules/gui/skins/os_window.h
12323    M /trunk/modules/gui/skins/src/skin_common.h
12324    M /trunk/modules/gui/skins/src/skin_main.cpp
12325
12326 * skeleton of X11 skins
12327
12328 ------------------------------------------------------------------------
12329 r4213 | asmax | 2003-04-28 16:32:57 +0200 (Mon, 28 Apr 2003) | 2 lines
12330 Changed paths:
12331    A /trunk/modules/gui/skins/x11
12332    A /trunk/modules/gui/skins/x11/x11_api.cpp
12333    A /trunk/modules/gui/skins/x11/x11_bitmap.cpp
12334    A /trunk/modules/gui/skins/x11/x11_bitmap.h
12335    A /trunk/modules/gui/skins/x11/x11_dragdrop.cpp
12336    A /trunk/modules/gui/skins/x11/x11_dragdrop.h
12337    A /trunk/modules/gui/skins/x11/x11_event.cpp
12338    A /trunk/modules/gui/skins/x11/x11_event.h
12339    A /trunk/modules/gui/skins/x11/x11_font.cpp
12340    A /trunk/modules/gui/skins/x11/x11_font.h
12341    A /trunk/modules/gui/skins/x11/x11_graphics.cpp
12342    A /trunk/modules/gui/skins/x11/x11_graphics.h
12343    A /trunk/modules/gui/skins/x11/x11_run.cpp
12344    A /trunk/modules/gui/skins/x11/x11_theme.cpp
12345    A /trunk/modules/gui/skins/x11/x11_theme.h
12346    A /trunk/modules/gui/skins/x11/x11_window.cpp
12347    A /trunk/modules/gui/skins/x11/x11_window.h
12348
12349 * skeleton of X11 skins
12350
12351 ------------------------------------------------------------------------
12352 r4214 | ipkiss | 2003-04-28 22:46:41 +0200 (Mon, 28 Apr 2003) | 3 lines
12353 Changed paths:
12354    M /trunk/modules/gui/skins/src/banks.cpp
12355
12356  * ./modules/gui/skins/src/banks.cpp: fixed a segfault triggered by
12357    missing tags in the XML.
12358
12359 ------------------------------------------------------------------------
12360 r4215 | ipkiss | 2003-04-29 00:44:26 +0200 (Tue, 29 Apr 2003) | 2 lines
12361 Changed paths:
12362    M /trunk/modules/gui/skins/src/skin_common.h
12363    M /trunk/modules/gui/skins/win32/win32_run.cpp
12364
12365  * modules/gui/skins/win32/win32_run.cpp: clean exit of wxWindows thread
12366
12367 ------------------------------------------------------------------------
12368 r4216 | fenrir | 2003-04-29 01:25:50 +0200 (Tue, 29 Apr 2003) | 2 lines
12369 Changed paths:
12370    M /trunk/modules/demux/avi/avi.c
12371
12372  * avi: fixed playback of broken stream....
12373
12374 ------------------------------------------------------------------------
12375 r4217 | gbazin | 2003-04-29 14:54:57 +0200 (Tue, 29 Apr 2003) | 3 lines
12376 Changed paths:
12377    M /trunk/configure.ac.in
12378    M /trunk/modules/gui/skins/src/skin_common.h
12379    M /trunk/modules/gui/skins/src/skin_main.cpp
12380    M /trunk/modules/gui/skins/win32/win32_bitmap.cpp
12381    M /trunk/modules/gui/skins/win32/win32_run.cpp
12382    M /trunk/modules/gui/skins/win32/win32_theme.cpp
12383    M /trunk/modules/gui/skins/win32/win32_window.cpp
12384
12385
12386 * modules/gui/skins/*, configure.ac.in: removed the skins plugin depandancy on msimg32.dll. Additionnaly, TransparentBlt() and SetLayeredWindowAttributes() are only used if present on the system. This allows us to run the plugin (without transparency though) on NT4/win95/98 as well.
12387
12388 ------------------------------------------------------------------------
12389 r4218 | fenrir | 2003-04-29 17:40:31 +0200 (Tue, 29 Apr 2003) | 3 lines
12390 Changed paths:
12391    M /trunk/modules/access_output/file.c
12392
12393  * file: use - to write on stdout. (but you can only use ts and ps muxer,
12394 as the others need to seek).
12395
12396 ------------------------------------------------------------------------
12397 r4219 | gbazin | 2003-04-29 18:03:14 +0200 (Tue, 29 Apr 2003) | 4 lines
12398 Changed paths:
12399    M /trunk/modules/audio_output/directx.c
12400    M /trunk/modules/video_output/directx/directx.c
12401
12402
12403 * modules/audio_output/directx.c: fixed the "no sound on NT4" problem. The directx audio plugin wasn't freeing its resources properly in case Probe() failed so the waveout plugin couldn't open the audio device afterwards.
12404 * modules/video_output/directx/directx.c: work-around buggy video drivers that create unsupported surfaces without shouting. Hopefully, non overlay YUV surfaces shouldn't be created anymore if not supported.
12405
12406 ------------------------------------------------------------------------
12407 r4220 | hartman | 2003-04-29 22:17:12 +0200 (Tue, 29 Apr 2003) | 3 lines
12408 Changed paths:
12409    M /trunk/modules/gui/macosx/playlist.m
12410
12411 * modules/gui/macosx/playlist.m:
12412   - When we delete an item, update playlist with to indicate 'currently playing'
12413
12414 ------------------------------------------------------------------------
12415 r4221 | fenrir | 2003-04-29 22:29:19 +0200 (Tue, 29 Apr 2003) | 5 lines
12416 Changed paths:
12417    M /trunk/include/vlc_config.h
12418
12419  * vlc_config.h: increased AOUT_PTS_TOLERANCE to 40ms, it avoids a lot of
12420 resampling with some files while keeping good synchronisation.
12421  Anybody has an idea of the maximum desynchronisation between audio and
12422 video that still be imperceptible ?
12423
12424 ------------------------------------------------------------------------
12425 r4222 | ipkiss | 2003-04-29 22:36:56 +0200 (Tue, 29 Apr 2003) | 3 lines
12426 Changed paths:
12427    M /trunk/modules/gui/skins/src/theme.cpp
12428
12429  * ./modules/gui/skins/src/theme.cpp: avoid infinite recursion with
12430    circular anchoring
12431
12432 ------------------------------------------------------------------------
12433 r4223 | fenrir | 2003-04-29 23:32:21 +0200 (Tue, 29 Apr 2003) | 2 lines
12434 Changed paths:
12435    M /trunk/src/stream_output/stream_output.c
12436
12437  * stream_output.c: fix segfault when not specifying mux name.
12438
12439 ------------------------------------------------------------------------
12440 r4224 | fenrir | 2003-04-30 00:38:56 +0200 (Wed, 30 Apr 2003) | 6 lines
12441 Changed paths:
12442    M /trunk/src/stream_output/stream_output.c
12443
12444  * stream_output.c: some sanity checks and bypass default behavour of
12445 module_Need (when I ask for udp I want udp or an error, but not file
12446 or something else) by adding ",none" when a module name is specified.
12447  I will clean up that by adding a flag to module_Need or something like
12448 that.
12449
12450 ------------------------------------------------------------------------
12451 r4225 | fenrir | 2003-04-30 00:44:08 +0200 (Wed, 30 Apr 2003) | 2 lines
12452 Changed paths:
12453    M /trunk/modules/stream_out/display.c
12454    M /trunk/modules/stream_out/es.c
12455    M /trunk/modules/stream_out/transcode.c
12456
12457  all: use /* */ instead of // (we write c code)
12458
12459 ------------------------------------------------------------------------
12460 r4226 | hartman | 2003-04-30 06:13:12 +0200 (Wed, 30 Apr 2003) | 6 lines
12461 Changed paths:
12462    M /trunk/modules/access/ftp.c
12463    M /trunk/modules/access/http.c
12464
12465 modules/access/http.c:
12466 modules/access/ftp.c:
12467 * fixed a very serious bug in the atoll code. this contained a never ending while loop.
12468   It showed on systems without atoll() (MacOSX) as an inability to view http
12469   and ftp streams.
12470
12471 ------------------------------------------------------------------------
12472 r4227 | gbazin | 2003-04-30 11:11:13 +0200 (Wed, 30 Apr 2003) | 3 lines
12473 Changed paths:
12474    M /trunk/modules/access/ftp.c
12475    M /trunk/modules/access/http.c
12476
12477
12478 * modules/access/ftp.c, modules/access/http.c: slightly changed atoll() replacement.
12479
12480 ------------------------------------------------------------------------
12481 r4228 | hartman | 2003-04-30 16:04:53 +0200 (Wed, 30 Apr 2003) | 2 lines
12482 Changed paths:
12483    M /trunk/modules/gui/macosx/controls.m
12484
12485 modules/gui/macosx/controls.m: fixed cosmetic issue with deinterlace menu.
12486
12487 ------------------------------------------------------------------------
12488 r4229 | gbazin | 2003-04-30 21:20:32 +0200 (Wed, 30 Apr 2003) | 3 lines
12489 Changed paths:
12490    M /trunk/modules/access/v4l/v4l.c
12491
12492
12493 * modules/access/v4l/v4l.c: fixed breakage for devices supporting I420.
12494
12495 ------------------------------------------------------------------------
12496 r4230 | ipkiss | 2003-04-30 21:22:27 +0200 (Wed, 30 Apr 2003) | 6 lines
12497 Changed paths:
12498    M /trunk/configure.ac.in
12499    M /trunk/modules/gui/skins/Modules.am
12500    M /trunk/modules/gui/skins/src/skin_common.h
12501    M /trunk/modules/gui/skins/src/skin_main.cpp
12502    M /trunk/modules/gui/skins/src/vlcproc.cpp
12503    M /trunk/modules/gui/skins/win32/win32_run.cpp
12504
12505  * ./configure.ac.in:
12506     - added a basic-skins plugin, which doesn't make use of wxWindows
12507       dialogs (currently only works for win32)
12508     - renamed with-wx-config-path in with-skins-wx-config-path for the
12509       skins plugin, to avoid problems with the wxwindows plugin
12510
12511 ------------------------------------------------------------------------
12512 r4231 | asmax | 2003-04-30 23:16:24 +0200 (Wed, 30 Apr 2003) | 2 lines
12513 Changed paths:
12514    M /trunk/build-vlc
12515    M /trunk/config.in
12516    M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
12517    M /trunk/modules/gui/skins/src/window.cpp
12518    M /trunk/modules/gui/skins/x11/x11_bitmap.cpp
12519    M /trunk/modules/gui/skins/x11/x11_graphics.cpp
12520    M /trunk/modules/gui/skins/x11/x11_graphics.h
12521
12522 * enable basic-skins for GTK2 (not tested yet ;)
12523
12524 ------------------------------------------------------------------------
12525 r4232 | fenrir | 2003-04-30 23:45:52 +0200 (Wed, 30 Apr 2003) | 3 lines
12526 Changed paths:
12527    M /trunk/modules/demux/mp4/mp4.c
12528
12529  * mp4: fix playback of some stream with raw audio. I also split
12530 big audio chunk. (Avoid 100000 samples at once :(
12531
12532 ------------------------------------------------------------------------
12533 r4233 | hartman | 2003-05-01 01:58:56 +0200 (Thu, 01 May 2003) | 4 lines
12534 Changed paths:
12535    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
12536    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
12537    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
12538    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
12539    M /trunk/modules/gui/macosx/Modules.am
12540    M /trunk/modules/gui/macosx/open.h
12541    M /trunk/modules/gui/macosx/open.m
12542    A /trunk/modules/gui/macosx/output.h
12543    A /trunk/modules/gui/macosx/output.m
12544
12545 ALL: New output dialog that uses the new --sout syntax.
12546   - it is not so powerful as --sout (does not allow for multiple unicasts ie)
12547   - there is a bug in the transcode settings. not sure what is causing it.
12548
12549 ------------------------------------------------------------------------
12550 r4234 | hartman | 2003-05-01 03:11:17 +0200 (Thu, 01 May 2003) | 9 lines
12551 Changed paths:
12552    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
12553    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
12554    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
12555    M /trunk/modules/gui/macosx/controls.h
12556    M /trunk/modules/gui/macosx/controls.m
12557    M /trunk/modules/gui/macosx/intf.h
12558    M /trunk/modules/gui/macosx/intf.m
12559    M /trunk/modules/gui/macosx/macosx.m
12560    M /trunk/modules/gui/macosx/vout.h
12561    M /trunk/modules/gui/macosx/vout.m
12562
12563 * modules/gui/macosx/macosx.m
12564   - added a macosx-float config option
12565   - changed 'opaqueness' into 'macosx-opaqueness'
12566 * modules/gui/macosx/vout.?
12567   - let vout respect 'float' on top option.
12568   - added a toggle function to toggle float on top.
12569 ALL:
12570   - menuitem and corresponding code for float on top.
12571
12572 ------------------------------------------------------------------------
12573 r4235 | ipkiss | 2003-05-01 15:51:03 +0200 (Thu, 01 May 2003) | 5 lines
12574 Changed paths:
12575    M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
12576    M /trunk/modules/gui/skins/parser/flex.c
12577    M /trunk/modules/gui/skins/parser/skin.act
12578    M /trunk/modules/gui/skins/parser/skin.c
12579    M /trunk/modules/gui/skins/parser/skin.h
12580
12581  * ./modules/gui/skins/gtk2/gtk2_run.cpp: fixed compilation of the
12582    basic-skins plugin with GTK2
12583  * modules/gui/skins/parser/skin.*: small compilation fix, but i don't
12584    really understand why it is necessary :)
12585
12586 ------------------------------------------------------------------------
12587 r4236 | fenrir | 2003-05-02 02:33:42 +0200 (Fri, 02 May 2003) | 3 lines
12588 Changed paths:
12589    M /trunk/modules/mux/avi.c
12590    M /trunk/modules/packetizer/copy.c
12591
12592  * copy: added raw audio/video support.
12593  * avi: added raw audio support (little endian only).
12594
12595 ------------------------------------------------------------------------
12596 r4237 | fenrir | 2003-05-02 05:40:01 +0200 (Fri, 02 May 2003) | 2 lines
12597 Changed paths:
12598    M /trunk/modules/codec/rawvideo.c
12599
12600  * rawvideo.c: fix a bug while filling picture.
12601
12602 ------------------------------------------------------------------------
12603 r4238 | fenrir | 2003-05-02 05:41:03 +0200 (Fri, 02 May 2003) | 2 lines
12604 Changed paths:
12605    M /trunk/modules/stream_out/transcode.c
12606
12607  * transcode: accept and create raw video(I420,I422,I444,YUY2,RV24).
12608
12609 ------------------------------------------------------------------------
12610 r4239 | sam | 2003-05-02 14:18:23 +0200 (Fri, 02 May 2003) | 2 lines
12611 Changed paths:
12612    M /trunk/configure.ac.in
12613
12614   * ./configure.ac.in: another kludge to avoid linking twice with libavcodec.
12615
12616 ------------------------------------------------------------------------
12617 r4240 | fenrir | 2003-05-02 16:51:57 +0200 (Fri, 02 May 2003) | 3 lines
12618 Changed paths:
12619    M /trunk/modules/stream_out/transcode.c
12620
12621  * transcode: should be able to compress raw audio, need to be cleaned up.
12622  u8,s8,s16 big and little endian should be supported but not all tested.
12623
12624 ------------------------------------------------------------------------
12625 r4241 | titer | 2003-05-02 17:36:41 +0200 (Fri, 02 May 2003) | 2 lines
12626 Changed paths:
12627    A /trunk/modules/gui/skins/gtk2/.cvsignore
12628    A /trunk/modules/gui/skins/x11/.cvsignore
12629
12630  Missing files
12631
12632 ------------------------------------------------------------------------
12633 r4242 | gbazin | 2003-05-02 17:53:32 +0200 (Fri, 02 May 2003) | 3 lines
12634 Changed paths:
12635    M /trunk/modules/gui/skins/controls/button.cpp
12636    M /trunk/modules/gui/skins/controls/checkbox.cpp
12637    M /trunk/modules/gui/skins/controls/image.cpp
12638    M /trunk/modules/gui/skins/controls/slider.cpp
12639    M /trunk/modules/gui/skins/src/skin_main.cpp
12640    M /trunk/modules/gui/skins/src/themeloader.cpp
12641    M /trunk/modules/gui/skins/src/vlcproc.cpp
12642    M /trunk/modules/gui/skins/win32/win32_run.cpp
12643    M /trunk/modules/gui/skins/win32/win32_window.cpp
12644
12645
12646 * modules/gui/skins/*: compilation fixes for MSVC. Almost working, we just to find a way to have flex.c not include unistd.h on win32 and not compile the wxwindows files when SKINS_BASIC is defined.
12647
12648 ------------------------------------------------------------------------
12649 r4243 | fenrir | 2003-05-02 18:25:12 +0200 (Fri, 02 May 2003) | 2 lines
12650 Changed paths:
12651    M /trunk/modules/stream_out/transcode.c
12652
12653  * transcode: compilation fix.
12654
12655 ------------------------------------------------------------------------
12656 r4244 | fenrir | 2003-05-02 19:35:48 +0200 (Fri, 02 May 2003) | 2 lines
12657 Changed paths:
12658    M /trunk/modules/access/v4l/v4l.c
12659
12660  * v4l: audio grabbing part begin to work :)
12661
12662 ------------------------------------------------------------------------
12663 r4245 | fenrir | 2003-05-02 21:37:08 +0200 (Fri, 02 May 2003) | 2 lines
12664 Changed paths:
12665    M /trunk/modules/stream_out/transcode.c
12666
12667  * transcode: fix about raw audio.
12668
12669 ------------------------------------------------------------------------
12670 r4246 | fenrir | 2003-05-03 03:12:13 +0200 (Sat, 03 May 2003) | 2 lines
12671 Changed paths:
12672    M /trunk/modules/demux/avi/avi.c
12673    M /trunk/modules/demux/avi/avi.h
12674    M /trunk/modules/demux/avi/libavi.c
12675    M /trunk/modules/packetizer/copy.c
12676    M /trunk/modules/stream_out/transcode.c
12677
12678  * all: shut up valgrind ;) (memory leacks and one overead/overwrite).
12679
12680 ------------------------------------------------------------------------
12681 r4247 | fenrir | 2003-05-03 03:52:43 +0200 (Sat, 03 May 2003) | 2 lines
12682 Changed paths:
12683    M /trunk/modules/access/v4l/v4l.c
12684
12685  * v4l: fix a stupid bug that broke audio.
12686
12687 ------------------------------------------------------------------------
12688 r4248 | fenrir | 2003-05-03 04:09:41 +0200 (Sat, 03 May 2003) | 2 lines
12689 Changed paths:
12690    M /trunk/modules/packetizer/a52.c
12691    M /trunk/modules/packetizer/mpeg4audio.c
12692    M /trunk/modules/packetizer/mpeg4video.c
12693
12694 *** empty log message ***
12695
12696 ------------------------------------------------------------------------
12697 r4249 | fenrir | 2003-05-03 04:18:26 +0200 (Sat, 03 May 2003) | 2 lines
12698 Changed paths:
12699    M /trunk/modules/mux/mpeg/ts.c
12700
12701  * ts: fix a memory leak.
12702
12703 ------------------------------------------------------------------------
12704 r4250 | fenrir | 2003-05-03 14:36:17 +0200 (Sat, 03 May 2003) | 2 lines
12705 Changed paths:
12706    M /trunk/modules/access/v4l/v4l.c
12707
12708  * v4l: used the same trick than vls to avoid too much resampling.
12709
12710 ------------------------------------------------------------------------
12711 r4251 | fenrir | 2003-05-03 15:18:16 +0200 (Sat, 03 May 2003) | 4 lines
12712 Changed paths:
12713    M /trunk/modules/stream_out/transcode.c
12714
12715  * transcode: added two options:
12716     - vt : video bitrate tolerance
12717     - keyint : number of inter frames between intra frames.
12718
12719 ------------------------------------------------------------------------
12720 r4252 | titer | 2003-05-03 15:37:21 +0200 (Sat, 03 May 2003) | 3 lines
12721 Changed paths:
12722    M /trunk/modules/gui/beos/BeOS.cpp
12723    M /trunk/modules/gui/beos/Interface.cpp
12724    M /trunk/modules/gui/beos/InterfaceWindow.cpp
12725    M /trunk/modules/gui/beos/PreferencesWindow.cpp
12726    M /trunk/modules/gui/beos/PreferencesWindow.h
12727
12728  beos/* : New Preferences window that lets you configure everything.
12729           It is not complete yet (see the TODO in PreferencesWindow.cpp)
12730
12731 ------------------------------------------------------------------------
12732 r4253 | fenrir | 2003-05-03 16:22:47 +0200 (Sat, 03 May 2003) | 2 lines
12733 Changed paths:
12734    M /trunk/modules/stream_out/transcode.c
12735
12736  * transcode: fixed video resizing.
12737
12738 ------------------------------------------------------------------------
12739 r4254 | fenrir | 2003-05-03 16:33:35 +0200 (Sat, 03 May 2003) | 2 lines
12740 Changed paths:
12741    M /trunk/modules/stream_out/transcode.c
12742
12743  * transcode: fix cropping code.
12744
12745 ------------------------------------------------------------------------
12746 r4255 | fenrir | 2003-05-03 20:11:42 +0200 (Sat, 03 May 2003) | 2 lines
12747 Changed paths:
12748    M /trunk/modules/stream_out/transcode.c
12749
12750  * transcode: added qmin, qmax and hq(high quality) options.
12751
12752 ------------------------------------------------------------------------
12753 r4256 | massiot | 2003-05-04 00:25:44 +0200 (Sun, 04 May 2003) | 2 lines
12754 Changed paths:
12755    M /trunk/modules/codec/libmpeg2.c
12756
12757 Fixed handling of STATE_INVALID states.
12758
12759 ------------------------------------------------------------------------
12760 r4257 | massiot | 2003-05-04 03:36:20 +0200 (Sun, 04 May 2003) | 2 lines
12761 Changed paths:
12762    M /trunk/modules/codec/libmpeg2.c
12763
12764 More cleaning of the STATE_INVALID stuff (still not perfect though).
12765
12766 ------------------------------------------------------------------------
12767 r4258 | fenrir | 2003-05-04 12:46:28 +0200 (Sun, 04 May 2003) | 3 lines
12768 Changed paths:
12769    M /trunk/modules/codec/mpeg_audio.c
12770
12771  * mpga_audio: should fix an infinite loop when miss-detected free
12772 bitrate stream.
12773
12774 ------------------------------------------------------------------------
12775 r4259 | sam | 2003-05-04 14:40:58 +0200 (Sun, 04 May 2003) | 3 lines
12776 Changed paths:
12777    M /trunk/modules/video_output/sdl.c
12778
12779   * ./modules/video_output/sdl.c: avoid crashes at exit due to SDL being
12780     linked with svgalib and svgalib using atexit().
12781
12782 ------------------------------------------------------------------------
12783 r4260 | massiot | 2003-05-04 17:02:42 +0200 (Sun, 04 May 2003) | 6 lines
12784 Changed paths:
12785    M /trunk/modules/audio_filter/resampler/coreaudio.c
12786    M /trunk/modules/audio_output/coreaudio.c
12787
12788 * modules/audio_output/coreaudio.c: worked around a CoreAudio bug (should
12789   fix the "sound drops after half an hour" bug)
12790 * modules/audio_filter/resampler/coreaudio.c: reenabled the coreaudio
12791   resampler which works perfectly fine here
12792 Please test that I didn't break S/PDIF output on OS X.
12793
12794 ------------------------------------------------------------------------
12795 r4261 | fenrir | 2003-05-04 20:51:34 +0200 (Sun, 04 May 2003) | 22 lines
12796 Changed paths:
12797    M /trunk/modules/stream_out/transcode.c
12798
12799  * transcode: follow the same logic for ab than vb. (ie for a small value
12800 it's used as kb/s for higher ones it's b/s).
12801 Just a remember, transcode options are:
12802 acodec= mpga,a52
12803     ab (kb/s)
12804 vcodec= mpgv,mp4v,h263,DIV1,DIV2,DIV3,I420,I422,I444,RV24,YUY2
12805     width
12806     height
12807     vb (kb/s)
12808     vt (b/s)
12809     deinterlace
12810     croptop
12811     cropbottom
12812     cropleft
12813     cropright
12814     keyint
12815     hq
12816     qmin (between 1 and 32)
12817     qmax (between 1 and 32)
12818 only acodec and/or vcodec are mandatories (and it's a good idea to always
12819 define vb,vt, and/or ab)
12820
12821 ------------------------------------------------------------------------
12822 r4262 | massiot | 2003-05-05 00:33:35 +0200 (Mon, 05 May 2003) | 3 lines
12823 Changed paths:
12824    M /trunk/modules/codec/libmpeg2.c
12825    M /trunk/src/video_output/vout_synchro.c
12826
12827 * modules/codec/libmpeg2.c: fixed the "main: cannot delete object with
12828   children" bug.
12829
12830 ------------------------------------------------------------------------
12831 r4263 | gbazin | 2003-05-05 00:42:18 +0200 (Mon, 05 May 2003) | 15 lines
12832 Changed paths:
12833    M /trunk/include/audio_output.h
12834    M /trunk/include/variables.h
12835    M /trunk/modules/access/dvd/access.c
12836    M /trunk/modules/access/dvdplay/access.c
12837    M /trunk/modules/access/dvdread/input.c
12838    M /trunk/modules/access/satellite/access.c
12839    M /trunk/modules/access/vcd/vcd.c
12840    M /trunk/modules/audio_output/alsa.c
12841    M /trunk/modules/audio_output/coreaudio.c
12842    M /trunk/modules/audio_output/directx.c
12843    M /trunk/modules/audio_output/oss.c
12844    M /trunk/modules/audio_output/sdl.c
12845    M /trunk/modules/audio_output/waveout.c
12846    M /trunk/modules/control/rc/rc.c
12847    M /trunk/modules/gui/gtk/menu.c
12848    M /trunk/modules/gui/macosx/intf.m
12849    M /trunk/modules/gui/macosx/vout.m
12850    M /trunk/modules/gui/win32/menu.cpp
12851    M /trunk/modules/gui/wxwindows/Modules.am
12852    M /trunk/modules/gui/wxwindows/interface.cpp
12853    A /trunk/modules/gui/wxwindows/menus.cpp
12854    D /trunk/modules/gui/wxwindows/popup.cpp
12855    M /trunk/modules/gui/wxwindows/timer.cpp
12856    M /trunk/modules/gui/wxwindows/wxwindows.h
12857    M /trunk/modules/misc/dummy/dummy.c
12858    M /trunk/modules/misc/testsuite/test4.c
12859    M /trunk/src/audio_output/output.c
12860    M /trunk/src/input/input_ext-intf.c
12861    M /trunk/src/input/input_programs.c
12862    M /trunk/src/misc/variables.c
12863
12864
12865 * src/misc/variables.c, ALL: improvements to the object variables api.
12866    - added another argument to var_Change().
12867    - added a VLC_VAR_SETTEXT and VLC_VAR_GETTEXT method to var_Change()
12868      that are used to set/get a friendly name to an object variable.
12869    - added VLC_VAR_CHOICESCOUNT to var_Change() to be able to retrieve
12870      the number of availabel choices without having to get their value
12871      as well.
12872    - VLC_VAR_ADDCHOICE uses the extra var_Change() argument to assign
12873      a friendly name to the choice value.
12874    - VLC_VAR_GETCHOICES retrieves the choices values and their friendly
12875      names.
12876
12877 * modules/gui/wxwindows/*: first step in implementing menu auto-generation in the wxWindows interface.
12878
12879 ------------------------------------------------------------------------
12880 r4264 | gbazin | 2003-05-05 01:03:00 +0200 (Mon, 05 May 2003) | 3 lines
12881 Changed paths:
12882    M /trunk/po/POTFILES.in
12883
12884
12885 * po/POTFILES.in: added the new modules since 0.5.3
12886
12887 ------------------------------------------------------------------------
12888 r4265 | massiot | 2003-05-05 01:38:06 +0200 (Mon, 05 May 2003) | 2 lines
12889 Changed paths:
12890    M /trunk/src/libvlc.h
12891
12892 * First round of capitalization of description strings.
12893
12894 ------------------------------------------------------------------------
12895 r4266 | gbazin | 2003-05-05 01:39:02 +0200 (Mon, 05 May 2003) | 3 lines
12896 Changed paths:
12897    M /trunk/src/audio_output/output.c
12898
12899
12900 * src/audio_output/output.c: fixed warning.
12901
12902 ------------------------------------------------------------------------
12903 r4267 | sam | 2003-05-05 13:49:50 +0200 (Mon, 05 May 2003) | 3 lines
12904 Changed paths:
12905    M /trunk/src/video_output/video_output.c
12906
12907   * ./src/video_output/video_output.c: fixed a crash that occurs when the
12908     width and height variables are set to their default values.
12909
12910 ------------------------------------------------------------------------
12911 r4268 | gbazin | 2003-05-05 14:15:25 +0200 (Mon, 05 May 2003) | 3 lines
12912 Changed paths:
12913    M /trunk/modules/gui/skins/src/skin_main.cpp
12914    M /trunk/modules/gui/skins/src/vlcproc.cpp
12915    M /trunk/modules/gui/skins/win32/win32_run.cpp
12916
12917
12918 * modules/gui/skins/src/*: compilation fixes under win32.
12919
12920 ------------------------------------------------------------------------
12921 r4269 | hartman | 2003-05-05 15:03:23 +0200 (Mon, 05 May 2003) | 3 lines
12922 Changed paths:
12923    M /trunk/NEWS
12924    M /trunk/README.MacOSX.rtf
12925
12926 NEWS: preparing for 0.5.4 release. Please update the NEWS file everyone.
12927 README.MacOSX.rtf: clarified some things.
12928
12929 ------------------------------------------------------------------------
12930 r4270 | titer | 2003-05-05 15:06:02 +0200 (Mon, 05 May 2003) | 2 lines
12931 Changed paths:
12932    M /trunk/modules/gui/beos/InterfaceWindow.cpp
12933    M /trunk/modules/gui/beos/PreferencesWindow.cpp
12934    M /trunk/modules/gui/beos/PreferencesWindow.h
12935
12936  modules/gui/beos/*: Partial fix for Preferences resizing
12937
12938 ------------------------------------------------------------------------
12939 r4271 | titer | 2003-05-05 15:15:06 +0200 (Mon, 05 May 2003) | 2 lines
12940 Changed paths:
12941    M /trunk/NEWS
12942
12943  Updated NEWS for 0.5.4 release
12944
12945 ------------------------------------------------------------------------
12946 r4272 | sigmunau | 2003-05-05 16:58:45 +0200 (Mon, 05 May 2003) | 2 lines
12947 Changed paths:
12948    M /trunk/modules/gui/kde/preferences.cpp
12949
12950 Implemented support for CONFIG_ITEM_DIRECTORY
12951
12952 ------------------------------------------------------------------------
12953 r4273 | sigmunau | 2003-05-05 17:21:28 +0200 (Mon, 05 May 2003) | 2 lines
12954 Changed paths:
12955    M /trunk/include/vlc/vlc.h
12956    M /trunk/src/misc/variables.c
12957
12958 implemented VLC_VAR_TIME using two ints
12959
12960 ------------------------------------------------------------------------
12961 r4274 | fenrir | 2003-05-05 17:52:13 +0200 (Mon, 05 May 2003) | 2 lines
12962 Changed paths:
12963    M /trunk/modules/mux/mpeg/bits.h
12964
12965  * bits.h: clean up
12966
12967 ------------------------------------------------------------------------
12968 r4275 | gbazin | 2003-05-05 18:09:41 +0200 (Mon, 05 May 2003) | 3 lines
12969 Changed paths:
12970    M /trunk/Makefile.am
12971    D /trunk/include/netutils.h
12972    M /trunk/modules/gui/familiar/interface.c
12973    M /trunk/modules/gui/gtk/display.c
12974    M /trunk/modules/gui/gtk/gnome.glade
12975    M /trunk/modules/gui/gtk/gnome_interface.c
12976    M /trunk/modules/gui/gtk/gtk.glade
12977    M /trunk/modules/gui/gtk/gtk_callbacks.c
12978    M /trunk/modules/gui/gtk/gtk_callbacks.h
12979    M /trunk/modules/gui/gtk/gtk_interface.c
12980    M /trunk/modules/gui/gtk/open.c
12981    M /trunk/modules/gui/gtk/sout.c
12982    M /trunk/modules/gui/macosx/open.m
12983    M /trunk/modules/gui/qnx/vout.c
12984    M /trunk/modules/gui/skins/src/event.cpp
12985    M /trunk/modules/gui/skins/src/event.h
12986    M /trunk/modules/gui/skins/src/vlcproc.cpp
12987    M /trunk/modules/gui/win32/mainframe.cpp
12988    M /trunk/modules/gui/win32/network.cpp
12989    M /trunk/modules/video_output/directx/directx.c
12990    M /trunk/modules/video_output/directx/events.c
12991    M /trunk/modules/video_output/mga/xmga.c
12992    M /trunk/modules/video_output/qte/qte.cpp
12993    M /trunk/modules/video_output/sdl.c
12994    M /trunk/modules/video_output/x11/xcommon.c
12995    M /trunk/src/input/input.c
12996    M /trunk/src/libvlc.c
12997    M /trunk/src/libvlc.h
12998    M /trunk/src/misc/modules.c
12999    D /trunk/src/misc/netutils.c
13000
13001
13002 * ALL: removed the old channels server stuff (was deprecated).
13003
13004 ------------------------------------------------------------------------
13005 r4276 | gbazin | 2003-05-05 18:29:57 +0200 (Mon, 05 May 2003) | 3 lines
13006 Changed paths:
13007    M /trunk/modules/gui/skins/src/event.cpp
13008    M /trunk/modules/gui/skins/src/vlcproc.cpp
13009    M /trunk/modules/gui/skins/src/vlcproc.h
13010
13011
13012 * modules/gui/skins/src/*: forgot a few references to the channels server.
13013
13014 ------------------------------------------------------------------------
13015 r4277 | titer | 2003-05-05 23:35:37 +0200 (Mon, 05 May 2003) | 3 lines
13016 Changed paths:
13017    M /trunk/configure.ac.in
13018
13019  configure.ac.in: fixed libdvbpsi detection for people who don't have
13020    stdint.h but inttypes.h
13021
13022 ------------------------------------------------------------------------
13023 r4278 | hartman | 2003-05-06 00:04:11 +0200 (Tue, 06 May 2003) | 2 lines
13024 Changed paths:
13025    M /trunk/modules/gui/macosx/controls.m
13026    M /trunk/modules/gui/macosx/intf.m
13027    M /trunk/modules/gui/macosx/vout.m
13028
13029 * fixed the autogenerated menu's.
13030
13031 ------------------------------------------------------------------------
13032 r4279 | gbazin | 2003-05-06 00:23:42 +0200 (Tue, 06 May 2003) | 4 lines
13033 Changed paths:
13034    M /trunk/include/input_ext-intf.h
13035    M /trunk/include/input_ext-plugins.h
13036    M /trunk/modules/access/dvd/es.c
13037    M /trunk/modules/access/dvdplay/es.c
13038    M /trunk/modules/access/dvdread/input.c
13039    M /trunk/modules/access/v4l/v4l.c
13040    M /trunk/modules/control/rc/rc.c
13041    M /trunk/modules/demux/a52sys.c
13042    M /trunk/modules/demux/aac/demux.c
13043    M /trunk/modules/demux/asf/asf.c
13044    M /trunk/modules/demux/au.c
13045    M /trunk/modules/demux/avi/avi.c
13046    M /trunk/modules/demux/flac.c
13047    M /trunk/modules/demux/mp4/mp4.c
13048    M /trunk/modules/demux/mpeg/audio.c
13049    M /trunk/modules/demux/mpeg/es.c
13050    M /trunk/modules/demux/mpeg/m4v.c
13051    M /trunk/modules/demux/mpeg/system.c
13052    M /trunk/modules/demux/mpeg/ts.c
13053    M /trunk/modules/demux/ogg.c
13054    M /trunk/modules/demux/rawdv.c
13055    M /trunk/modules/demux/util/sub.c
13056    M /trunk/modules/demux/wav/wav.c
13057    M /trunk/modules/gui/beos/VlcWrapper.cpp
13058    M /trunk/modules/gui/gtk/menu.c
13059    M /trunk/modules/gui/macosx/intf.m
13060    M /trunk/modules/gui/win32/menu.cpp
13061    M /trunk/modules/gui/wxwindows/menus.cpp
13062    M /trunk/modules/stream_out/display.c
13063    M /trunk/po/POTFILES.in
13064    M /trunk/src/input/input_programs.c
13065    M /trunk/src/libvlc.h
13066
13067
13068 * ALL: changed the prototype of input_AddES() to include enough information so we can build an "video-es", "audio-es" and "spu-es" object variable. These variables can be used by the interfaces to navigate between the elementary streams.
13069 * modules/gui/wxwindows/menus.cpp: use the "foo-es" object variables.
13070
13071 ------------------------------------------------------------------------
13072 r4280 | gbazin | 2003-05-06 00:48:23 +0200 (Tue, 06 May 2003) | 4 lines
13073 Changed paths:
13074    M /trunk/modules/demux/mpeg/ts.c
13075    M /trunk/src/input/input_programs.c
13076
13077
13078 * modules/demux/mpeg/ts.c: compiler warning fix.
13079 * src/input/input_programs.c: a "Disable" choice is added by default to "audio-es", "video-es" and "spu-es".
13080
13081 ------------------------------------------------------------------------
13082 r4281 | titer | 2003-05-06 03:15:24 +0200 (Tue, 06 May 2003) | 2 lines
13083 Changed paths:
13084    M /trunk/configure.ac.in
13085
13086  configure.ac.in: fixed static linking with libintl and libiconv
13087
13088 ------------------------------------------------------------------------
13089 r4282 | fenrir | 2003-05-06 04:01:35 +0200 (Tue, 06 May 2003) | 2 lines
13090 Changed paths:
13091    M /trunk/modules/access/mms/mms.c
13092    M /trunk/modules/access/mms/mmsh.h
13093
13094  * mms: fix for builtin compilation.
13095
13096 ------------------------------------------------------------------------
13097 r4283 | titer | 2003-05-06 04:17:11 +0200 (Tue, 06 May 2003) | 2 lines
13098 Changed paths:
13099    M /trunk/Makefile.am
13100
13101  Makefile.am: fixed BeOS package generation when all modules are built-in
13102
13103 ------------------------------------------------------------------------
13104 r4284 | fenrir | 2003-05-06 14:57:48 +0200 (Tue, 06 May 2003) | 2 lines
13105 Changed paths:
13106    M /trunk/modules/control/http.c
13107
13108  * http: fix 'add mrl'.
13109
13110 ------------------------------------------------------------------------
13111 r4285 | fenrir | 2003-05-06 16:19:29 +0200 (Tue, 06 May 2003) | 4 lines
13112 Changed paths:
13113    M /trunk/modules/control/http.c
13114
13115  * http: redirect to main page each time we pass arguments. (it's done by
13116 an html header and not by the http protocol. I know it's bad but it's a
13117 lot easier ;)
13118
13119 ------------------------------------------------------------------------
13120 r4286 | fenrir | 2003-05-06 18:05:10 +0200 (Tue, 06 May 2003) | 2 lines
13121 Changed paths:
13122    M /trunk/modules/demux/mp4/libmp4.c
13123    M /trunk/modules/demux/mp4/libmp4.h
13124    M /trunk/modules/demux/mp4/mp4.c
13125
13126  * mp4: fix a segfault and play .3gp with h263 video track.
13127
13128 ------------------------------------------------------------------------
13129 r4287 | hartman | 2003-05-06 22:12:28 +0200 (Tue, 06 May 2003) | 5 lines
13130 Changed paths:
13131    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
13132    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
13133    M /trunk/modules/gui/macosx/controls.h
13134    M /trunk/modules/gui/macosx/controls.m
13135    M /trunk/modules/gui/macosx/intf.m
13136
13137 * ALL: there were reports of crashes in the menucode. i think it was that
13138   the VLCWindow could suddenly disappear (the vout closed) and therefore we
13139   could no longer reference it. This should fix that. Also made this code
13140   more generic to avoid code duplication.
13141
13142 ------------------------------------------------------------------------
13143 r4288 | gbazin | 2003-05-06 23:01:58 +0200 (Tue, 06 May 2003) | 3 lines
13144 Changed paths:
13145    M /trunk/modules/demux/mpeg/ts.c
13146
13147
13148 * modules/demux/mpeg/ts.c: fixed my last f*ckage + a bit of clean-up.
13149
13150 ------------------------------------------------------------------------
13151 r4289 | gbazin | 2003-05-07 02:18:39 +0200 (Wed, 07 May 2003) | 3 lines
13152 Changed paths:
13153    M /trunk/modules/gui/wxwindows/open.cpp
13154
13155
13156 * modules/gui/wxwindows/open.cpp: removed the channels server entry.
13157
13158 ------------------------------------------------------------------------
13159 r4290 | fenrir | 2003-05-07 02:28:38 +0200 (Wed, 07 May 2003) | 4 lines
13160 Changed paths:
13161    M /trunk/modules/codec/ffmpeg/ffmpeg.c
13162    M /trunk/modules/codec/ffmpeg/video.c
13163
13164  * ffmpeg: do not use CODEC_FLAG_TRUNCATED by default as it seems buggy
13165 with valid files. You have to use --ffmpeg-truncated to force it.
13166  MPEG-4 in TS won't work unless you use --ffmpeg-truncated :((
13167
13168 ------------------------------------------------------------------------
13169 r4291 | fenrir | 2003-05-07 04:31:20 +0200 (Wed, 07 May 2003) | 4 lines
13170 Changed paths:
13171    M /trunk/modules/demux/mp4/libmp4.c
13172    M /trunk/modules/demux/mp4/libmp4.h
13173    M /trunk/modules/demux/mp4/mp4.c
13174
13175  * mp4: raaaah, sometime moov box are masqueraded by a free box, so I look
13176 at free box content to see if it could be moov box, I hope there won't be
13177 any misdetection. (Even when there is a spec, nobody follows it :((
13178
13179 ------------------------------------------------------------------------
13180 r4292 | gbazin | 2003-05-07 14:23:06 +0200 (Wed, 07 May 2003) | 3 lines
13181 Changed paths:
13182    M /trunk/modules/gui/wxwindows/interface.cpp
13183    M /trunk/modules/gui/wxwindows/menus.cpp
13184    M /trunk/modules/gui/wxwindows/open.cpp
13185    M /trunk/modules/gui/wxwindows/streamout.cpp
13186    M /trunk/modules/gui/wxwindows/timer.cpp
13187    M /trunk/modules/gui/wxwindows/wxwindows.h
13188
13189
13190 * modules/gui/wxwindows/*: misc fixes.
13191
13192 ------------------------------------------------------------------------
13193 r4293 | titer | 2003-05-07 16:49:19 +0200 (Wed, 07 May 2003) | 3 lines
13194 Changed paths:
13195    M /trunk/modules/gui/beos/BeOS.cpp
13196    M /trunk/modules/gui/beos/InterfaceWindow.cpp
13197    M /trunk/modules/gui/beos/VideoOutput.cpp
13198    M /trunk/modules/gui/beos/VlcWrapper.cpp
13199    M /trunk/modules/gui/beos/VlcWrapper.h
13200
13201  modules/gui/beos/*: fixed a few things I broke recently (dvd menus,
13202                      screenshots...)
13203
13204 ------------------------------------------------------------------------
13205 r4294 | fenrir | 2003-05-07 17:44:59 +0200 (Wed, 07 May 2003) | 5 lines
13206 Changed paths:
13207    M /trunk/modules/codec/ffmpeg/ffmpeg.c
13208    M /trunk/modules/codec/ffmpeg/video.c
13209
13210  * ffmpeg: --ffmpeg-truncated is now an int :
13211   * -1 -> CODEC_FLAG_TRUNCATED is set only if width == height == 0 (only TS should produce this)
13212   * 0  -> disable CODEC_FLAG_TRUNCATED
13213   * 1  -> force CODEC_FLAG_TRUNCATED
13214
13215 ------------------------------------------------------------------------
13216 r4295 | gbazin | 2003-05-07 17:54:49 +0200 (Wed, 07 May 2003) | 3 lines
13217 Changed paths:
13218    M /trunk/modules/gui/wxwindows/menus.cpp
13219    M /trunk/modules/gui/wxwindows/wxwindows.h
13220
13221
13222 * modules/gui/wxwindows/*: Fix (use different id numbers for each menus).
13223
13224 ------------------------------------------------------------------------
13225 r4296 | titer | 2003-05-07 18:47:10 +0200 (Wed, 07 May 2003) | 3 lines
13226 Changed paths:
13227    M /trunk/modules/gui/beos/PreferencesWindow.cpp
13228
13229  modules/gui/beos/PreferencesWindow.cpp:
13230   Misc enhancements
13231
13232 ------------------------------------------------------------------------
13233 r4297 | titer | 2003-05-07 19:27:30 +0200 (Wed, 07 May 2003) | 3 lines
13234 Changed paths:
13235    M /trunk/modules/gui/beos/MessagesWindow.cpp
13236    M /trunk/modules/gui/beos/PreferencesWindow.cpp
13237    M /trunk/modules/gui/beos/PreferencesWindow.h
13238
13239  * modules/gui/beos/MessagesWindow.cpp: fixed a nasty bug
13240  * modules/gui/beos/PreferencesWindow.*: now you can save preferences
13241
13242 ------------------------------------------------------------------------
13243 r4298 | titer | 2003-05-07 21:20:23 +0200 (Wed, 07 May 2003) | 2 lines
13244 Changed paths:
13245    M /trunk/modules/gui/beos/AudioOutput.cpp
13246
13247  modules/gui/beos/AudioOutput.cpp: cleaning
13248
13249 ------------------------------------------------------------------------
13250 r4299 | alexis | 2003-05-08 01:07:34 +0200 (Thu, 08 May 2003) | 2 lines
13251 Changed paths:
13252    M /trunk/doc/faq/Makefile
13253
13254 Makefile : Minor changes.
13255
13256 ------------------------------------------------------------------------
13257 r4300 | hartman | 2003-05-08 01:13:07 +0200 (Thu, 08 May 2003) | 2 lines
13258 Changed paths:
13259    M /trunk/src/libvlc.h
13260
13261 * changed "Gayscale video output" option back into "Grayscale video output"
13262
13263 ------------------------------------------------------------------------
13264 r4301 | titer | 2003-05-08 03:05:14 +0200 (Thu, 08 May 2003) | 4 lines
13265 Changed paths:
13266    M /trunk/src/misc/beos_specific.cpp
13267
13268  src/misc/beos_specific.cpp:
13269      Fixed a very old bug: if the user hit Alt+Q, don't let the be_app
13270      exit without any cleaning (that made VLC crash badly)
13271
13272 ------------------------------------------------------------------------
13273 r4302 | hartman | 2003-05-08 03:16:57 +0200 (Thu, 08 May 2003) | 6 lines
13274 Changed paths:
13275    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
13276    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
13277    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
13278    M /trunk/modules/gui/macosx/applescript.m
13279    M /trunk/modules/gui/macosx/controls.h
13280    M /trunk/modules/gui/macosx/controls.m
13281    M /trunk/modules/gui/macosx/intf.h
13282    M /trunk/modules/gui/macosx/intf.m
13283
13284 ALL: autogenerated menu's for chapter,title,program,audio-es,spu-es and video-es.
13285   - video-es seems broken. it always starts with -1 (Disabled) selected.
13286   - moved some menuitems to other menu's for gui interface consistency with
13287     other gui's.
13288   - added a "fit to screen" menuitem.
13289
13290 ------------------------------------------------------------------------
13291 r4303 | titer | 2003-05-08 12:40:31 +0200 (Thu, 08 May 2003) | 4 lines
13292 Changed paths:
13293    M /trunk/modules/gui/beos/AudioOutput.cpp
13294    M /trunk/modules/gui/beos/MsgVals.h
13295    M /trunk/modules/gui/beos/VideoOutput.cpp
13296
13297  * modules/gui/beos/AudioOutput.cpp: more cleaning
13298  * modules/gui/beos/VideoOutput.cpp: in fullscreen, add an item "Show
13299    Interface" to the popup
13300
13301 ------------------------------------------------------------------------
13302 r4304 | titer | 2003-05-08 12:45:50 +0200 (Thu, 08 May 2003) | 2 lines
13303 Changed paths:
13304    M /trunk/modules/gui/beos/PreferencesWindow.cpp
13305
13306  modules/gui/beos/PreferencesWindow.cpp: cosmetic
13307
13308 ------------------------------------------------------------------------
13309 r4305 | gbazin | 2003-05-08 14:09:59 +0200 (Thu, 08 May 2003) | 3 lines
13310 Changed paths:
13311    M /trunk/modules/gui/wxwindows/menus.cpp
13312
13313
13314 * modules/gui/wxwindows/menus.cpp: misc small fixes.
13315
13316 ------------------------------------------------------------------------
13317 r4306 | titer | 2003-05-08 16:15:36 +0200 (Thu, 08 May 2003) | 3 lines
13318 Changed paths:
13319    M /trunk/src/libvlc.c
13320    M /trunk/src/libvlc.h
13321
13322  src/libvlc.*: --translation is now a string. Usefull if want to specify
13323  a different language than your OS, or if your OS is not localized...
13324
13325 ------------------------------------------------------------------------
13326 r4307 | gbazin | 2003-05-08 17:58:56 +0200 (Thu, 08 May 2003) | 4 lines
13327 Changed paths:
13328    M /trunk/modules/access/file.c
13329    M /trunk/src/libvlc.c
13330    M /trunk/src/libvlc.h
13331
13332
13333 * modules/access/file.c: fixed large file support on win32.
13334 * src/libvlc.[ch]: made the description of the translation option more explicit.
13335
13336 ------------------------------------------------------------------------
13337 r4308 | massiot | 2003-05-08 19:13:23 +0200 (Thu, 08 May 2003) | 5 lines
13338 Changed paths:
13339    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
13340    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
13341    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
13342    M /trunk/modules/gui/macosx/intf.h
13343    M /trunk/modules/gui/macosx/intf.m
13344    M /trunk/modules/gui/macosx/open.m
13345    M /trunk/po/POTFILES.in
13346    M /trunk/po/de.po
13347    M /trunk/po/en_GB.po
13348    M /trunk/po/fr.po
13349    M /trunk/po/it.po
13350    M /trunk/po/ja.po
13351    M /trunk/po/nl.po
13352    M /trunk/po/no.po
13353    M /trunk/po/pl.po
13354    M /trunk/po/ru.po
13355    M /trunk/po/sv.po
13356    M /trunk/po/vlc.pot
13357
13358 * modules/gui/macosx: Fixed crashes with the new submenus when used on a
13359   localized system
13360 * Removed the "EXPERIMENTAL" in "DVD menus (EXPERIMENTAL)", and enabled
13361   the DVD menus by default.
13362
13363 ------------------------------------------------------------------------
13364 r4309 | titer | 2003-05-08 21:06:47 +0200 (Thu, 08 May 2003) | 3 lines
13365 Changed paths:
13366    M /trunk/modules/access/dvdplay/access.c
13367    M /trunk/modules/access/dvdread/input.c
13368    M /trunk/modules/access/ftp.c
13369    M /trunk/modules/access/mms/mmsh.c
13370    M /trunk/modules/access/mms/mmstu.c
13371    M /trunk/modules/demux/mp4/libmp4.c
13372    M /trunk/src/input/input_info.c
13373    M /trunk/src/misc/messages.c
13374
13375  ALL: fixed BeOS-specific warnings (ssize_t is not a int but a long,
13376 vasprintf if defined but not declared in the system headers...)
13377
13378 ------------------------------------------------------------------------
13379 r4310 | fenrir | 2003-05-08 21:21:39 +0200 (Thu, 08 May 2003) | 2 lines
13380 Changed paths:
13381    M /trunk/modules/access/v4l/v4l.c
13382
13383  * v4l: remove __V4L_AUDIO_ (useless)
13384
13385 ------------------------------------------------------------------------
13386 r4311 | fenrir | 2003-05-08 21:26:59 +0200 (Thu, 08 May 2003) | 2 lines
13387 Changed paths:
13388    M /trunk/modules/access/v4l/v4l.c
13389
13390  * v4l: clean up.
13391
13392 ------------------------------------------------------------------------
13393 r4312 | fenrir | 2003-05-08 21:51:38 +0200 (Thu, 08 May 2003) | 2 lines
13394 Changed paths:
13395    M /trunk/modules/access/ftp.c
13396
13397  * ftp : updated copyright info.
13398
13399 ------------------------------------------------------------------------
13400 r4313 | hartman | 2003-05-09 01:11:28 +0200 (Fri, 09 May 2003) | 2 lines
13401 Changed paths:
13402    M /trunk/modules/gui/macosx/intf.m
13403
13404 modules/gui/macosx/intf.m: We shouldn't save the config file when the interface closes. This explains a lot of bugreports ;)
13405
13406 ------------------------------------------------------------------------
13407 r4314 | hartman | 2003-05-09 02:41:11 +0200 (Fri, 09 May 2003) | 6 lines
13408 Changed paths:
13409    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
13410    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
13411    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
13412    M /trunk/modules/gui/macosx/prefs.h
13413    M /trunk/modules/gui/macosx/prefs.m
13414
13415 * modules/gui/macosx/prefs.?:
13416   - made the advanced button better.
13417   - added missing CONFIG_ITEM_DIRECTORY support
13418 * extras/MacOSX/Resources/English.lproj/MainMenu.nib/*:
13419   - added the semi 'apple' default of com-, as a hotkey for the prefs.
13420
13421 ------------------------------------------------------------------------
13422 r4315 | titer | 2003-05-09 02:58:25 +0200 (Fri, 09 May 2003) | 5 lines
13423 Changed paths:
13424    M /trunk/modules/gui/macosx/prefs.m
13425    M /trunk/src/misc/configuration.c
13426    M /trunk/src/misc/messages.c
13427
13428  * src/misc/messages.c: forget a defined(SYS_BEOS) in my last commit
13429  * src/misc/configuration.c: config_PutPsz now sets the variable to NULL
13430    if the string is empty
13431  * modules/gui/macosx/prefs.m: remove duplicate (now) code with config_PutPsz
13432
13433 ------------------------------------------------------------------------
13434 r4316 | hartman | 2003-05-09 03:19:43 +0200 (Fri, 09 May 2003) | 5 lines
13435 Changed paths:
13436    M /trunk/modules/gui/macosx/macosx.m
13437    M /trunk/modules/gui/macosx/prefs.m
13438
13439 * modules/gui/macosx/prefs.m:
13440   - possibly fixed a crash situation when clicking the OK button (not sure though)
13441 * modules/gui/macosx/macosx.m:
13442   - made the transparency option an advanced option.
13443
13444 ------------------------------------------------------------------------
13445 r4317 | fenrir | 2003-05-09 04:39:21 +0200 (Fri, 09 May 2003) | 2 lines
13446 Changed paths:
13447    M /trunk/modules/access/mms/mmstu.c
13448
13449  * mmstu: fixed a lookup.
13450
13451 ------------------------------------------------------------------------
13452 r4318 | gbazin | 2003-05-09 18:01:17 +0200 (Fri, 09 May 2003) | 4 lines
13453 Changed paths:
13454    M /trunk/modules/control/http.c
13455    M /trunk/modules/misc/httpd.c
13456
13457
13458 * modules/misc/httpd.c: win32 fixes.
13459 * modules/control/http.c: fixed a problem with IE that sends POST requests instead of GET ones.
13460
13461 ------------------------------------------------------------------------
13462 r4319 | fenrir | 2003-05-09 21:29:57 +0200 (Fri, 09 May 2003) | 3 lines
13463 Changed paths:
13464    M /trunk/modules/demux/mp4/mp4.c
13465
13466 * mp4: fixed mace3/6 decoding. Only mono audio is working on the sample I
13467 have found.
13468
13469 ------------------------------------------------------------------------
13470 r4320 | titer | 2003-05-09 21:30:42 +0200 (Fri, 09 May 2003) | 2 lines
13471 Changed paths:
13472    M /trunk/po/POTFILES.in
13473
13474  Updated POTFILES.in for BeOS' i18n
13475
13476 ------------------------------------------------------------------------
13477 r4321 | fenrir | 2003-05-09 21:53:51 +0200 (Fri, 09 May 2003) | 2 lines
13478 Changed paths:
13479    M /trunk/modules/codec/faad/decoder.c
13480
13481  * faad: better support of AAC without ESDS.
13482
13483 ------------------------------------------------------------------------
13484 r4322 | massiot | 2003-05-09 22:30:29 +0200 (Fri, 09 May 2003) | 2 lines
13485 Changed paths:
13486    M /trunk/doc/fortunes.txt
13487
13488 France 1 - Italy 0
13489
13490 ------------------------------------------------------------------------
13491 r4323 | sigmunau | 2003-05-10 00:03:06 +0200 (Sat, 10 May 2003) | 2 lines
13492 Changed paths:
13493    M /trunk/modules/audio_output/oss.c
13494
13495 oss.c: give a warning if --spdif is set but the sourndcard don't support it.
13496
13497 ------------------------------------------------------------------------
13498 r4324 | fenrir | 2003-05-10 01:23:45 +0200 (Sat, 10 May 2003) | 2 lines
13499 Changed paths:
13500    M /trunk/modules/codec/ffmpeg/ffmpeg.c
13501    M /trunk/modules/codec/ffmpeg/ffmpeg.h
13502    M /trunk/modules/codec/ffmpeg/video.c
13503
13504  * ffmpeg: now ffmpeg has a SVQ3 decoder, so use it :)
13505
13506 ------------------------------------------------------------------------
13507 r4325 | hartman | 2003-05-10 12:32:29 +0200 (Sat, 10 May 2003) | 2 lines
13508 Changed paths:
13509    M /trunk/modules/gui/macosx/output.m
13510
13511 * Finished the sout dialog on OSX.
13512
13513 ------------------------------------------------------------------------
13514 r4326 | hartman | 2003-05-10 13:05:52 +0200 (Sat, 10 May 2003) | 4 lines
13515 Changed paths:
13516    M /trunk/modules/codec/ffmpeg/ffmpeg.c
13517    M /trunk/modules/codec/ffmpeg/ffmpeg.h
13518    M /trunk/modules/demux/mp4/libmp4.c
13519    M /trunk/modules/demux/mp4/libmp4.h
13520
13521 * added VP31 fourcc's.
13522 * disabled the vp31 and iv31 iv32. In it's current state it is too ugly too
13523   actually use it. It would generate too many bugreports.
13524
13525 ------------------------------------------------------------------------
13526 r4327 | gbazin | 2003-05-10 13:08:07 +0200 (Sat, 10 May 2003) | 3 lines
13527 Changed paths:
13528    M /trunk/src/input/input_programs.c
13529
13530
13531 * src/input/input_programs.c: misc fixes/improvements to the video-es/audio-es/spu-es object variables.
13532
13533 ------------------------------------------------------------------------
13534 r4328 | titer | 2003-05-10 15:40:37 +0200 (Sat, 10 May 2003) | 4 lines
13535 Changed paths:
13536    M /trunk/src/libvlc.c
13537    M /trunk/src/libvlc.h
13538
13539  * src/libvlc.[ch]: removed --translation to avoid breaking compatibility
13540  with old config files; --language is now a string_from_list you can use
13541  to specify the language (default is auto-detection).
13542
13543 ------------------------------------------------------------------------
13544 r4329 | titer | 2003-05-10 15:52:03 +0200 (Sat, 10 May 2003) | 2 lines
13545 Changed paths:
13546    M /trunk/po/POTFILES.in
13547
13548  POTFILES.in: forgot a file yesterday...
13549
13550 ------------------------------------------------------------------------
13551 r4330 | fenrir | 2003-05-10 20:16:44 +0200 (Sat, 10 May 2003) | 2 lines
13552 Changed paths:
13553    M /trunk/modules/codec/ffmpeg/video.c
13554
13555  * ffmpeg : fix for svq3.
13556
13557 ------------------------------------------------------------------------
13558 r4331 | hartman | 2003-05-10 22:49:07 +0200 (Sat, 10 May 2003) | 3 lines
13559 Changed paths:
13560    M /trunk/src/libvlc.h
13561
13562 * fix titer's language commit. The list needs to end with a NULL, or VLC will
13563   no longer start. (it fails on the duplication of the config of this variable)
13564
13565 ------------------------------------------------------------------------
13566 r4332 | massiot | 2003-05-11 03:00:26 +0200 (Sun, 11 May 2003) | 6 lines
13567 Changed paths:
13568    M /trunk/modules/audio_filter/resampler/coreaudio.c
13569    M /trunk/modules/audio_output/coreaudio.c
13570    M /trunk/src/audio_output/output.c
13571
13572 * modules/audio_filter/resampler/coreaudio.c: more accurate frame length
13573   calculation
13574 * modules/audio_output/coreaudio.c: apparently the audio card clock can
13575   be screwed, so probe it at every buffer
13576 * src/audio_output/output.c: Thou shalt not drop buffers
13577
13578 ------------------------------------------------------------------------
13579 r4333 | sigmunau | 2003-05-11 10:42:59 +0200 (Sun, 11 May 2003) | 3 lines
13580 Changed paths:
13581    M /trunk/modules/video_filter/osd_text.c
13582
13583 * osd_test.c: better size calculations. Use VLC_VAR_TIME for precise timing
13584 (doesn't seem to work)
13585
13586 ------------------------------------------------------------------------
13587 r4334 | sigmunau | 2003-05-11 15:14:04 +0200 (Sun, 11 May 2003) | 2 lines
13588 Changed paths:
13589    M /trunk/src/libvlc.c
13590
13591 use c comment, and not c++
13592
13593 ------------------------------------------------------------------------
13594 r4335 | gbazin | 2003-05-11 15:22:23 +0200 (Sun, 11 May 2003) | 3 lines
13595 Changed paths:
13596    M /trunk/modules/gui/wxwindows/fileinfo.cpp
13597    M /trunk/modules/gui/wxwindows/interface.cpp
13598    M /trunk/modules/gui/wxwindows/menus.cpp
13599    M /trunk/modules/gui/wxwindows/messages.cpp
13600    M /trunk/modules/gui/wxwindows/open.cpp
13601    M /trunk/modules/gui/wxwindows/playlist.cpp
13602    M /trunk/modules/gui/wxwindows/preferences.cpp
13603    M /trunk/modules/gui/wxwindows/streamout.cpp
13604    M /trunk/modules/gui/wxwindows/timer.cpp
13605    M /trunk/modules/gui/wxwindows/wxwindows.h
13606
13607
13608 * modules/gui/wxwindows/*: the wxWindows plugin is now UNICODE happy.
13609
13610 ------------------------------------------------------------------------
13611 r4336 | gbazin | 2003-05-11 15:45:21 +0200 (Sun, 11 May 2003) | 4 lines
13612 Changed paths:
13613    M /trunk/configure.ac.in
13614    M /trunk/modules/gui/wxwindows/fileinfo.cpp
13615    M /trunk/modules/gui/wxwindows/interface.cpp
13616
13617
13618 * configure.ac.in: fixed the wx-config detection by the skins plugin.
13619 * modules/gui/wxwindows/*: fixed a couple of breakage.
13620
13621 ------------------------------------------------------------------------
13622 r4337 | sigmunau | 2003-05-11 16:33:32 +0200 (Sun, 11 May 2003) | 4 lines
13623 Changed paths:
13624    M /trunk/modules/codec/spudec/text.c
13625    M /trunk/modules/demux/util/sub.c
13626
13627 Added code to render subtitles with the freetype module (disabled by default).
13628 To test it out define USE_FREETYPE in the top of modules/demux/util/sub.c
13629 and  modules/codec/spudec/text.c and run with --filter osdtext
13630
13631 ------------------------------------------------------------------------
13632 r4338 | gbazin | 2003-05-11 17:55:51 +0200 (Sun, 11 May 2003) | 3 lines
13633 Changed paths:
13634    M /trunk/modules/gui/wxwindows/interface.cpp
13635
13636
13637 * modules/gui/wxwindows/interface.cpp: work-around a bug in wxWindows for menus auto-generation.
13638
13639 ------------------------------------------------------------------------
13640 r4339 | hartman | 2003-05-11 20:40:11 +0200 (Sun, 11 May 2003) | 6 lines
13641 Changed paths:
13642    M /trunk/modules/gui/macosx/intf.h
13643    M /trunk/modules/gui/macosx/intf.m
13644    M /trunk/src/input/input_programs.c
13645    M /trunk/src/video_output/video_output.c
13646
13647 * src/input/input_programs.c: Added a 'intf-changed' variable as vout, aout
13648   and playlist already have, to be notified of menu changes.
13649 * src/video_output/video_output.c: Changed a 1 to a VLC_TRUE
13650 * modules/gui/macosx/intf.?: Interface listens for changes in the input
13651   menu's now.
13652
13653 ------------------------------------------------------------------------
13654 r4340 | hartman | 2003-05-11 20:41:27 +0200 (Sun, 11 May 2003) | 2 lines
13655 Changed paths:
13656    M /trunk/modules/gui/macosx/controls.m
13657
13658 * forgot one file. see previous intf.m commit for details.
13659
13660 ------------------------------------------------------------------------
13661 r4341 | gbazin | 2003-05-11 20:43:19 +0200 (Sun, 11 May 2003) | 4 lines
13662 Changed paths:
13663    M /trunk/src/input/input_programs.c
13664    M /trunk/src/misc/variables.c
13665
13666
13667 * src/input/input_programs.c: small bug fix.
13668 * src/misc/variables.c: compilation fix for MSVC.
13669
13670 ------------------------------------------------------------------------
13671 r4342 | hartman | 2003-05-11 20:49:15 +0200 (Sun, 11 May 2003) | 8 lines
13672 Changed paths:
13673    M /trunk/po/.cvsignore
13674
13675 * modules/po/.cvsignore: i guess the following doesn't belong in CVS, so i want
13676 cvs to stop bugging me about it ;)
13677
13678 *.sed
13679 *.sin
13680 *.header
13681 Rules-quot
13682
13683 ------------------------------------------------------------------------
13684 r4343 | hartman | 2003-05-11 21:09:51 +0200 (Sun, 11 May 2003) | 5 lines
13685 Changed paths:
13686    M /trunk/modules/gui/macosx/intf.h
13687    M /trunk/modules/gui/macosx/intf.m
13688
13689 * ALL:
13690   - removed a bit too much code from the interface files previous commit.
13691     Menu's were enabled if there was no input.
13692   - removed a NSLog which was used for bugtracking
13693
13694 ------------------------------------------------------------------------
13695 r4344 | hartman | 2003-05-12 01:17:31 +0200 (Mon, 12 May 2003) | 13 lines
13696 Changed paths:
13697    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
13698    M /trunk/modules/gui/macosx/about.h
13699    M /trunk/modules/gui/macosx/about.m
13700    M /trunk/modules/gui/macosx/intf.m
13701    M /trunk/modules/gui/macosx/prefs.m
13702
13703 * extras/MacOSX/vlc.pbproj/project.pbxproj:
13704   - Add the THANKS file to the Mac OS X application
13705 * modules/gui/macosx/about.?:
13706   - Use c-style comments instead of //
13707   - Open the AUTHORS file with the correct Encoding
13708   - Display the THANKS file as well
13709   - Rotate the scrolling when at the end
13710 * modules/gui/macosx/intf.m:
13711   - put Cocoa into multithreaded mode as soon as possible. Not really
13712     causing any problems now, but is cleaner.
13713 * modules/gui/macosx/prefs.m:
13714   - Select the current setting when we create a combobox.
13715
13716 ------------------------------------------------------------------------
13717 r4345 | hartman | 2003-05-12 03:17:10 +0200 (Mon, 12 May 2003) | 3 lines
13718 Changed paths:
13719    M /trunk/modules/gui/macosx/intf.m
13720    M /trunk/modules/gui/macosx/open.m
13721    M /trunk/modules/gui/macosx/playlist.m
13722
13723 * First set config variable, then add the files (and therefore potentially
13724   play them) in the playlist. Otherwise we can be too late.
13725
13726 ------------------------------------------------------------------------
13727 r4346 | gbazin | 2003-05-12 19:33:20 +0200 (Mon, 12 May 2003) | 8 lines
13728 Changed paths:
13729    M /trunk/include/configuration.h
13730    M /trunk/modules/gui/skins/Modules.am
13731    M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
13732    M /trunk/modules/gui/skins/src/skin_main.cpp
13733    M /trunk/modules/gui/skins/src/vlcproc.cpp
13734    D /trunk/modules/gui/skins/src/wxdialogs.h
13735    M /trunk/modules/gui/skins/win32/win32_run.cpp
13736    M /trunk/modules/gui/skins/x11/x11_run.cpp
13737    M /trunk/modules/gui/wxwindows/fileinfo.cpp
13738    M /trunk/modules/gui/wxwindows/interface.cpp
13739    M /trunk/modules/gui/wxwindows/messages.cpp
13740    M /trunk/modules/gui/wxwindows/open.cpp
13741    M /trunk/modules/gui/wxwindows/playlist.cpp
13742    M /trunk/modules/gui/wxwindows/preferences.cpp
13743    M /trunk/modules/gui/wxwindows/streamout.cpp
13744    M /trunk/modules/gui/wxwindows/timer.cpp
13745    M /trunk/modules/gui/wxwindows/wxwindows.h
13746    M /trunk/modules/video_output/directx/events.c
13747    M /trunk/src/misc/configuration.c
13748    M /trunk/src/playlist/playlist.c
13749
13750
13751 * modules/gui/skins/*: got rid of wxdialogs.h, the skins plugin is now sharing wxwindows.h with the wxwindows plugin.
13752 * modules/video_output/directx/events.c: fixed non-initialized variable.
13753 * modules/gui/wxwindows/*: misc improvements to the playlist window (added an "Open MRL" menu as well as menus to load and save a playlist, we also make use of the "intf-change" playlist object variable now).
13754 * src/playlist/playlist.c: the playlist file is opened in text mode, no win32 eol hack is needed.
13755 * src/misc/configuration.c, include/configuration.h: new config_ResetAll() function to reset all config options to their original values (you still need to config_SaveConfigFile()).
13756 * modules/gui/wxwindows/preferences.cpp: new "Reset All" button in the preferences panel.
13757
13758 ------------------------------------------------------------------------
13759 r4347 | gbazin | 2003-05-12 21:11:53 +0200 (Mon, 12 May 2003) | 3 lines
13760 Changed paths:
13761    M /trunk/include/vlc_common.h
13762
13763
13764 * include/vlc_common.h: small change to shut-up some memory checkers.
13765
13766 ------------------------------------------------------------------------
13767 r4348 | titer | 2003-05-12 21:59:48 +0200 (Mon, 12 May 2003) | 2 lines
13768 Changed paths:
13769    M /trunk/modules/gui/beos/VlcWrapper.h
13770
13771  modules/gui/beos/VlcWrapper.h: compile fix
13772
13773 ------------------------------------------------------------------------
13774 r4349 | gbazin | 2003-05-12 23:55:01 +0200 (Mon, 12 May 2003) | 4 lines
13775 Changed paths:
13776    M /trunk/modules/gui/wxwindows/open.cpp
13777    M /trunk/modules/gui/wxwindows/preferences.cpp
13778
13779
13780 * modules/gui/wxwindows/preferences.cpp: the config panels are now generated on demand instead of generating everything at the beginning. ResetAll now also takes care of resetting the values shown in the config panels.
13781 * modules/gui/wxwindows/open.cpp: small cosmetic changes.
13782
13783 ------------------------------------------------------------------------
13784 r4350 | titer | 2003-05-13 13:18:25 +0200 (Tue, 13 May 2003) | 2 lines
13785 Changed paths:
13786    M /trunk/modules/gui/beos/PreferencesWindow.cpp
13787    M /trunk/modules/gui/beos/PreferencesWindow.h
13788
13789  modules/gui/beos/PreferencesWindow.*: use config_ResetAll()
13790
13791 ------------------------------------------------------------------------
13792 r4351 | gbazin | 2003-05-13 13:44:53 +0200 (Tue, 13 May 2003) | 3 lines
13793 Changed paths:
13794    M /trunk/modules/gui/wxwindows/preferences.cpp
13795
13796
13797 * modules/gui/wxwindows/preferences.cpp: small fixes.
13798
13799 ------------------------------------------------------------------------
13800 r4352 | gbazin | 2003-05-13 14:09:29 +0200 (Tue, 13 May 2003) | 3 lines
13801 Changed paths:
13802    M /trunk/modules/control/rc/rc.c
13803
13804
13805 * modules/control/rc/rc.c: win32 fixes for the handling of special control keys.
13806
13807 ------------------------------------------------------------------------
13808 r4353 | titer | 2003-05-13 16:11:33 +0200 (Tue, 13 May 2003) | 4 lines
13809 Changed paths:
13810    M /trunk/modules/gui/beos/PreferencesWindow.cpp
13811    M /trunk/modules/gui/beos/PreferencesWindow.h
13812
13813  modules/gui/beos/PreferencesWindow.*:
13814   - use BMenuFields for string_from_list config items
13815   - cleaning
13816
13817 ------------------------------------------------------------------------
13818 r4354 | asmax | 2003-05-13 21:25:59 +0200 (Tue, 13 May 2003) | 2 lines
13819 Changed paths:
13820    M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp
13821    M /trunk/modules/gui/skins/gtk2/gtk2_graphics.h
13822    M /trunk/modules/gui/skins/src/window.cpp
13823    M /trunk/modules/gui/skins/win32/win32_graphics.cpp
13824    M /trunk/modules/gui/skins/win32/win32_graphics.h
13825
13826 * changed OSGraphics constructor (needed for X11)
13827
13828 ------------------------------------------------------------------------
13829 r4355 | asmax | 2003-05-13 22:36:29 +0200 (Tue, 13 May 2003) | 3 lines
13830 Changed paths:
13831    M /trunk/modules/gui/skins/x11/x11_run.cpp
13832    M /trunk/modules/gui/skins/x11/x11_window.cpp
13833    M /trunk/modules/gui/skins/x11/x11_window.h
13834
13835 * beginning of event processing in X11 skins
13836 * graphics should work, but....
13837
13838 ------------------------------------------------------------------------
13839 r4356 | gbazin | 2003-05-14 00:33:33 +0200 (Wed, 14 May 2003) | 5 lines
13840 Changed paths:
13841    M /trunk/Makefile.am
13842    M /trunk/modules/demux/util/sub.c
13843    M /trunk/modules/gui/wxwindows/Modules.am
13844    M /trunk/modules/gui/wxwindows/open.cpp
13845    M /trunk/modules/gui/wxwindows/wxwindows.h
13846
13847
13848 * modules/gui/wxwindows/*: new subtitles file dialog box.
13849 * modules/demux/util/sub.c: fixed a few description strings.
13850 * Makefile.am: small cosmetic change to package-win32 target.
13851
13852 ------------------------------------------------------------------------
13853 r4357 | gbazin | 2003-05-14 00:59:16 +0200 (Wed, 14 May 2003) | 4 lines
13854 Changed paths:
13855    M /trunk/modules/gui/wxwindows/interface.cpp
13856    M /trunk/modules/gui/wxwindows/menus.cpp
13857    A /trunk/modules/gui/wxwindows/subtitles.cpp
13858    M /trunk/modules/gui/wxwindows/wxwindows.h
13859
13860
13861 * modules/gui/wxwindows/*: added a navigation menu in the interface menubar.
13862 * modules/gui/wxwindows/subtitles.cpp: forgot this one in my last commit.
13863
13864 ------------------------------------------------------------------------
13865 r4358 | gbazin | 2003-05-14 01:41:17 +0200 (Wed, 14 May 2003) | 3 lines
13866 Changed paths:
13867    M /trunk/modules/gui/wxwindows/menus.cpp
13868
13869
13870 * modules/gui/wxwindows/menus.cpp: forgot a vlc_object_release(). The popup menu is now created on the stack.
13871
13872 ------------------------------------------------------------------------
13873 r4359 | gbazin | 2003-05-14 11:00:10 +0200 (Wed, 14 May 2003) | 3 lines
13874 Changed paths:
13875    M /trunk/modules/gui/skins/Modules.am
13876
13877
13878 * modules/gui/skins/Modules.am: include module/gui/wxwindows/subtitles.cpp.
13879
13880 ------------------------------------------------------------------------
13881 r4360 | fenrir | 2003-05-14 13:15:50 +0200 (Wed, 14 May 2003) | 2 lines
13882 Changed paths:
13883    M /trunk/modules/mux/mpeg/ts.c
13884
13885  * ts: do not use DVB reserved pid(s) (thanks Miguel Barreiro Paz)
13886
13887 ------------------------------------------------------------------------
13888 r4361 | hartman | 2003-05-14 16:56:26 +0200 (Wed, 14 May 2003) | 2 lines
13889 Changed paths:
13890    A /trunk/extras/MacOSX/Resources/a52.icns
13891    A /trunk/extras/MacOSX/Resources/aac.icns
13892    A /trunk/extras/MacOSX/Resources/asx.icns
13893    A /trunk/extras/MacOSX/Resources/avi.icns
13894    A /trunk/extras/MacOSX/Resources/bin.icns
13895    A /trunk/extras/MacOSX/Resources/cue.icns
13896    A /trunk/extras/MacOSX/Resources/dat.icns
13897    M /trunk/extras/MacOSX/Resources/divx.icns
13898    A /trunk/extras/MacOSX/Resources/dv.icns
13899    M /trunk/extras/MacOSX/Resources/generic.icns
13900    A /trunk/extras/MacOSX/Resources/m3u.icns
13901    A /trunk/extras/MacOSX/Resources/mov.icns
13902    A /trunk/extras/MacOSX/Resources/mp3.icns
13903    A /trunk/extras/MacOSX/Resources/mp4.icns
13904    M /trunk/extras/MacOSX/Resources/mpeg.icns
13905    M /trunk/extras/MacOSX/Resources/mpeg1.icns
13906    M /trunk/extras/MacOSX/Resources/mpeg2.icns
13907    M /trunk/extras/MacOSX/Resources/mpeg4.icns
13908    A /trunk/extras/MacOSX/Resources/mpg.icns
13909    A /trunk/extras/MacOSX/Resources/ogg.icns
13910    A /trunk/extras/MacOSX/Resources/ogm.icns
13911    A /trunk/extras/MacOSX/Resources/pls.icns
13912    A /trunk/extras/MacOSX/Resources/srt.icns
13913    A /trunk/extras/MacOSX/Resources/sub.icns
13914    M /trunk/extras/MacOSX/Resources/vlc.icns
13915    A /trunk/extras/MacOSX/Resources/vob.icns
13916    A /trunk/extras/MacOSX/Resources/wma.icns
13917    A /trunk/extras/MacOSX/Resources/wmv.icns
13918    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
13919
13920 ALL: Davor won the vote, New icons in place.
13921
13922 ------------------------------------------------------------------------
13923 r4362 | hartman | 2003-05-14 16:57:42 +0200 (Wed, 14 May 2003) | 2 lines
13924 Changed paths:
13925    A /trunk/extras/MacOSX/Resources/asf.icns
13926
13927 * Forgot one
13928
13929 ------------------------------------------------------------------------
13930 r4363 | fenrir | 2003-05-14 16:58:35 +0200 (Wed, 14 May 2003) | 2 lines
13931 Changed paths:
13932    M /trunk/modules/demux/aac/demux.c
13933
13934  * aac: use extention based detection.
13935
13936 ------------------------------------------------------------------------
13937 r4364 | sam | 2003-05-14 19:17:30 +0200 (Wed, 14 May 2003) | 3 lines
13938 Changed paths:
13939    M /trunk/debian/control
13940    M /trunk/debian/rules
13941
13942   * ./debian/control: Debian packages now build with an mpeg2dec CVS tree in
13943     the extras/ directory.
13944
13945 ------------------------------------------------------------------------
13946 r4365 | hartman | 2003-05-14 21:47:24 +0200 (Wed, 14 May 2003) | 2 lines
13947 Changed paths:
13948    M /trunk/doc/fortunes.txt
13949    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
13950    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
13951
13952 * Resized some elements to allow for better translations.
13953
13954 ------------------------------------------------------------------------
13955 r4366 | fenrir | 2003-05-14 23:29:43 +0200 (Wed, 14 May 2003) | 3 lines
13956 Changed paths:
13957    M /trunk/modules/demux/aac/demux.c
13958    M /trunk/src/libvlc.h
13959
13960  * aac: compilation fix.
13961  * libvlc.h : set correct value for sout-a/vcodec
13962
13963 ------------------------------------------------------------------------
13964 r4367 | hartman | 2003-05-15 02:32:28 +0200 (Thu, 15 May 2003) | 5 lines
13965 Changed paths:
13966    A /trunk/vlc.ebuild
13967
13968 * ./vlc.ebuild: a ebuild for the Gentoo Linux distribution.
13969   Because of the cvs snapshots of libmpeg2 and ffmpeg, this ebuild will
13970   need to be updated before release, to point out the correct links to
13971   these libraries.
13972
13973 ------------------------------------------------------------------------
13974 r4368 | hartman | 2003-05-15 02:46:23 +0200 (Thu, 15 May 2003) | 6 lines
13975 Changed paths:
13976    M /trunk/Makefile.am
13977
13978 * added vlc.ebuild, vlc.spec.redhat to dist.
13979 * added all the new icons to the dist.
13980 * on make dist i would like to do
13981   mv vlc.ebuild vlc-${VERSION}.ebuild
13982   I don't know how to do this. Who does?
13983
13984 ------------------------------------------------------------------------
13985 r4369 | hartman | 2003-05-15 03:23:05 +0200 (Thu, 15 May 2003) | 4 lines
13986 Changed paths:
13987    M /trunk/modules/gui/macosx/intf.h
13988    M /trunk/modules/gui/macosx/intf.m
13989
13990 * variable callback for the playlist. the input, audio and video still need
13991   to be done, waiting for gibalou to work his magic on that ;)
13992 cvs: ----------------------------------------------------------------------
13993
13994 ------------------------------------------------------------------------
13995 r4370 | gbazin | 2003-05-15 03:33:53 +0200 (Thu, 15 May 2003) | 3 lines
13996 Changed paths:
13997    M /trunk/modules/gui/wxwindows/streamout.cpp
13998    M /trunk/modules/gui/wxwindows/wxwindows.h
13999
14000
14001 * modules/gui/wxwindows/streamout.cpp: updated the stream output dialog to use the new stream output syntax and features.
14002
14003 ------------------------------------------------------------------------
14004 r4371 | hartman | 2003-05-15 04:02:13 +0200 (Thu, 15 May 2003) | 5 lines
14005 Changed paths:
14006    M /trunk/NEWS
14007    M /trunk/README.MacOSX.rtf
14008
14009 * Went trough my maillogs and filled out large parts of the NEWS file.
14010   please check and add your own. (i was bored ;)
14011 * Updated the README.MacOSX.rtf with some more pointers and changed version
14012   to 0.6.0
14013
14014 ------------------------------------------------------------------------
14015 r4372 | hartman | 2003-05-15 17:35:55 +0200 (Thu, 15 May 2003) | 3 lines
14016 Changed paths:
14017    M /trunk/Makefile.am
14018    M /trunk/vlc.ebuild
14019
14020 * Makefile.am: on make dist move vlc.ebuild
14021 * vlc.ebuild: small spelling correction
14022
14023 ------------------------------------------------------------------------
14024 r4373 | sam | 2003-05-15 17:50:23 +0200 (Thu, 15 May 2003) | 2 lines
14025 Changed paths:
14026    M /trunk/po/POTFILES.in
14027    M /trunk/po/de.po
14028    M /trunk/po/en_GB.po
14029    M /trunk/po/fr.po
14030    M /trunk/po/it.po
14031    M /trunk/po/ja.po
14032    M /trunk/po/nl.po
14033    M /trunk/po/no.po
14034    M /trunk/po/pl.po
14035    M /trunk/po/ru.po
14036    M /trunk/po/sv.po
14037    M /trunk/po/vlc.pot
14038    M /trunk/toolbox
14039
14040   * ./toolbox: toolbox --update.po now updates po/POTFILES.in as well.
14041
14042 ------------------------------------------------------------------------
14043 r4374 | gbazin | 2003-05-15 17:59:35 +0200 (Thu, 15 May 2003) | 3 lines
14044 Changed paths:
14045    M /trunk/modules/gui/wxwindows/menus.cpp
14046    M /trunk/modules/gui/wxwindows/open.cpp
14047    M /trunk/modules/gui/wxwindows/streamout.cpp
14048    M /trunk/modules/gui/wxwindows/wxwindows.h
14049
14050
14051 * modules/gui/wxwindows/*: small fixes and improvements.
14052
14053 ------------------------------------------------------------------------
14054 r4375 | sam | 2003-05-15 18:02:26 +0200 (Thu, 15 May 2003) | 2 lines
14055 Changed paths:
14056    M /trunk/Makefile.am
14057
14058   * ./Makefile.am: fixed LDFLAGS when using --enable-gprof.
14059
14060 ------------------------------------------------------------------------
14061 r4376 | jpsaman | 2003-05-15 22:28:00 +0200 (Thu, 15 May 2003) | 3 lines
14062 Changed paths:
14063    M /trunk/ipkg/control
14064    M /trunk/ipkg/control.gpe
14065    M /trunk/ipkg/control.opie
14066    M /trunk/ipkg/control.zaurus
14067    M /trunk/ipkg/rules
14068    M /trunk/ipkg/rules.gpe
14069    M /trunk/ipkg/rules.opie
14070    M /trunk/ipkg/rules.zaurus
14071
14072 Updating version to 0.5.4.
14073 Enable building with libmpeg2.
14074
14075 ------------------------------------------------------------------------
14076 r4377 | jpsaman | 2003-05-15 22:45:08 +0200 (Thu, 15 May 2003) | 2 lines
14077 Changed paths:
14078    M /trunk/configure.ac.in
14079
14080 Added --with-libmpeg2-prefix= option to support cross-compiling for arm-target.
14081
14082 ------------------------------------------------------------------------
14083 r4378 | gbazin | 2003-05-15 23:31:53 +0200 (Thu, 15 May 2003) | 4 lines
14084 Changed paths:
14085    M /trunk/modules/gui/wxwindows/menus.cpp
14086    M /trunk/src/input/input_programs.c
14087
14088
14089 * src/input/input_programs.c: implemented prev-title, next-title, prev-chapter and next-chapter object variables.
14090 * modules/gui/wxwindows/menus.cpp: put the above variables into the Navigation menu.
14091
14092 ------------------------------------------------------------------------
14093 r4379 | massiot | 2003-05-16 00:27:38 +0200 (Fri, 16 May 2003) | 3 lines
14094 Changed paths:
14095    M /trunk/configure.ac.in
14096    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
14097    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
14098    M /trunk/modules/access/dvd/dvd.c
14099    M /trunk/modules/access/file.c
14100    M /trunk/modules/access/ftp.c
14101    M /trunk/modules/access/http.c
14102    M /trunk/modules/access/mms/mms.c
14103    M /trunk/modules/access/satellite/satellite.c
14104    M /trunk/modules/access/slp.c
14105    M /trunk/modules/access/v4l/v4l.c
14106    M /trunk/modules/audio_filter/channel_mixer/headphone.c
14107    M /trunk/modules/audio_output/coreaudio.c
14108    M /trunk/modules/audio_output/file.c
14109    M /trunk/modules/audio_output/oss.c
14110    M /trunk/modules/codec/mpeg_video/parser.c
14111    M /trunk/modules/codec/spudec/spudec.c
14112    M /trunk/modules/control/http.c
14113    M /trunk/modules/control/rc/rc.c
14114    M /trunk/modules/demux/demuxdump.c
14115    M /trunk/modules/demux/mpeg/ts.c
14116    M /trunk/modules/gui/familiar/familiar.c
14117    M /trunk/modules/gui/gtk/gnome.c
14118    M /trunk/modules/gui/gtk/gtk.c
14119    M /trunk/modules/gui/macosx/macosx.m
14120    M /trunk/modules/gui/win32/win32.cpp
14121    M /trunk/modules/misc/dummy/dummy.c
14122    M /trunk/modules/misc/logger/logger.c
14123    M /trunk/modules/video_filter/adjust.c
14124    M /trunk/modules/video_filter/clone.c
14125    M /trunk/modules/video_filter/crop.c
14126    M /trunk/modules/video_filter/deinterlace/deinterlace.c
14127    M /trunk/modules/video_filter/distort.c
14128    M /trunk/modules/video_filter/motionblur.c
14129    M /trunk/modules/video_filter/transform.c
14130    M /trunk/modules/video_filter/wall.c
14131    M /trunk/modules/video_output/directx/directx.c
14132    M /trunk/modules/video_output/mga/xmga.c
14133    M /trunk/modules/video_output/x11/x11.c
14134    M /trunk/modules/video_output/x11/xvideo.c
14135    M /trunk/modules/visualization/xosd/xosd.c
14136
14137 * now 0.6.0-cvs
14138 * ALL: Capitalize all preferences text strings
14139
14140 ------------------------------------------------------------------------
14141 r4380 | gbazin | 2003-05-16 01:05:59 +0200 (Fri, 16 May 2003) | 3 lines
14142 Changed paths:
14143    M /trunk/src/input/input_programs.c
14144
14145
14146 * src/input/input_programs.c: a few fixes to the navigation object variable.
14147
14148 ------------------------------------------------------------------------
14149 r4381 | gbazin | 2003-05-17 01:02:37 +0200 (Sat, 17 May 2003) | 3 lines
14150 Changed paths:
14151    M /trunk/modules/packetizer/copy.c
14152    M /trunk/modules/stream_out/transcode.c
14153
14154
14155 * modules/packetizer/copy.c, modules/stream_out/transcode.c: added SVQ3 fourcc so we can transcode SVQ3. Small bug fix as well.
14156
14157 ------------------------------------------------------------------------
14158 r4382 | gbazin | 2003-05-17 13:35:14 +0200 (Sat, 17 May 2003) | 4 lines
14159 Changed paths:
14160    M /trunk/configure.ac.in
14161    M /trunk/modules/audio_filter/resampler/bandlimited.c
14162    M /trunk/src/libvlc.h
14163
14164
14165 * configure.ac.in: removed the encoders from the list of plugins as they are not used currently.
14166 * src/libvlc.h, modules/audio_filter/resampler/bandlimited.c: added an hq-resampling option to enable/disable the high quality resampling.
14167
14168 ------------------------------------------------------------------------
14169 r4383 | gbazin | 2003-05-17 16:36:19 +0200 (Sat, 17 May 2003) | 3 lines
14170 Changed paths:
14171    M /trunk/modules/video_output/directx/events.c
14172
14173
14174 * modules/video_output/directx/events.c: implemented the same shortcuts as in the x11/xvideo output.
14175
14176 ------------------------------------------------------------------------
14177 r4384 | titer | 2003-05-17 17:20:46 +0200 (Sat, 17 May 2003) | 2 lines
14178 Changed paths:
14179    M /trunk/modules/gui/beos/InterfaceWindow.cpp
14180    M /trunk/modules/gui/beos/MessagesWindow.cpp
14181
14182  modules/gui/beos/* : cosmetic
14183
14184 ------------------------------------------------------------------------
14185 r4385 | titer | 2003-05-17 20:30:41 +0200 (Sat, 17 May 2003) | 4 lines
14186 Changed paths:
14187    M /trunk/modules/gui/beos/MessagesWindow.cpp
14188    M /trunk/modules/gui/beos/MessagesWindow.h
14189    M /trunk/modules/gui/beos/PreferencesWindow.cpp
14190    M /trunk/modules/gui/beos/PreferencesWindow.h
14191
14192  * modules/gui/beos/MessagesWindow.* : cleaning
14193  * modules/gui/beos/PreferencesWindow.* : split the main modules into
14194    its categories
14195
14196 ------------------------------------------------------------------------
14197 r4386 | gbazin | 2003-05-17 22:30:31 +0200 (Sat, 17 May 2003) | 6 lines
14198 Changed paths:
14199    M /trunk/configure.ac.in
14200    M /trunk/modules/access/Modules.am
14201    A /trunk/modules/access/cdda.c
14202    M /trunk/modules/access/vcd/Modules.am
14203    M /trunk/modules/access/vcd/cdrom.c
14204    M /trunk/modules/access/vcd/cdrom.h
14205    A /trunk/modules/access/vcd/cdrom_internals.h
14206    M /trunk/modules/access/vcd/vcd.c
14207    D /trunk/modules/access/vcd/vcd.h
14208    M /trunk/modules/codec/araw.c
14209
14210
14211 * modules/access/cdda.c, modules/access/vcd/*: New CD digital audio module (by me and fenrir).
14212   You can now listen to your favorite CDDAs with vlc, or even stream them :)
14213   (Their is not yet any support for jitter correction).
14214 * modules/codec/araw.c: small clean-up.
14215
14216 ------------------------------------------------------------------------
14217 r4387 | gbazin | 2003-05-18 00:00:00 +0200 (Sun, 18 May 2003) | 4 lines
14218 Changed paths:
14219    M /trunk/include/input_ext-intf.h
14220    M /trunk/src/input/input_programs.c
14221
14222
14223 * include/input_ext-intf.h: forgot this file in my last commit.
14224 * src/input/input_programs.c: prev/next-chapter and prev/next-title navigation variables are created only when necessary.
14225
14226 ------------------------------------------------------------------------
14227 r4388 | gbazin | 2003-05-18 00:48:09 +0200 (Sun, 18 May 2003) | 5 lines
14228 Changed paths:
14229    M /trunk/modules/gui/wxwindows/menus.cpp
14230    M /trunk/modules/gui/wxwindows/open.cpp
14231    M /trunk/modules/gui/wxwindows/streamout.cpp
14232
14233
14234 * modules/gui/wxwindows/menus.cpp: don't display choices menu when there is only 1 choice available.
14235 * modules/gui/wxwindows/streamout.cpp: small cosmetic changes.
14236 * modules/gui/wxwindows/open.cpp: added a CD Audio entry.
14237
14238 ------------------------------------------------------------------------
14239 r4389 | gbazin | 2003-05-18 01:57:35 +0200 (Sun, 18 May 2003) | 5 lines
14240 Changed paths:
14241    M /trunk/INSTALL.win32
14242    M /trunk/Makefile.am
14243    M /trunk/NEWS
14244    M /trunk/install-win32
14245
14246
14247 * INSTALL.win32: finally updated the instructions on how to build vlc for win32 :)
14248 * install-win32, Makefile.am: updates for the win32 package.
14249 * NEWS: added a few missing things.
14250
14251 ------------------------------------------------------------------------
14252 r4390 | asmax | 2003-05-18 13:25:00 +0200 (Sun, 18 May 2003) | 3 lines
14253 Changed paths:
14254    M /trunk/modules/gui/skins/x11/x11_bitmap.cpp
14255    M /trunk/modules/gui/skins/x11/x11_bitmap.h
14256    M /trunk/modules/gui/skins/x11/x11_run.cpp
14257    M /trunk/modules/gui/skins/x11/x11_window.cpp
14258
14259 * first BMP loader for X11 skins : it can only handle 24bbp uncompressed
14260   images, but it works !
14261
14262 ------------------------------------------------------------------------
14263 r4391 | gbazin | 2003-05-18 14:18:46 +0200 (Sun, 18 May 2003) | 5 lines
14264 Changed paths:
14265    M /trunk/modules/access/vcd/cdrom.c
14266    M /trunk/modules/gui/wxwindows/open.cpp
14267    M /trunk/modules/video_filter/osd_text.c
14268
14269
14270 * modules/gui/wxwindows/open.cpp: small fixes.
14271 * modules/access/vcd/cdrom.c: win32 fix for cue file parsing.
14272 * modules/video_filter/osd_text.c: small win32 fix.
14273
14274 ------------------------------------------------------------------------
14275 r4392 | gbazin | 2003-05-18 17:44:03 +0200 (Sun, 18 May 2003) | 4 lines
14276 Changed paths:
14277    M /trunk/modules/access/cdda.c
14278    M /trunk/modules/access/vcd/cdrom.c
14279    M /trunk/modules/access/vcd/cdrom.h
14280    M /trunk/modules/access/vcd/cdrom_internals.h
14281    M /trunk/modules/access/vcd/vcd.c
14282
14283
14284 * modules/access/vcd/*, modules/access/cdda.c: changed ioctl_ReadSector() into ioctl_ReadSectors(), a function that can read multiple sectors at a time.
14285   Modified the cdda plugin to read 20 sectors at a time. This was necessary because it was overkill to read the data sectors by sectors and was creating problems under Windows.
14286
14287 ------------------------------------------------------------------------
14288 r4393 | gbazin | 2003-05-18 18:27:18 +0200 (Sun, 18 May 2003) | 3 lines
14289 Changed paths:
14290    M /trunk/modules/gui/wxwindows/interface.cpp
14291    M /trunk/modules/gui/wxwindows/playlist.cpp
14292    M /trunk/modules/gui/wxwindows/wxwindows.h
14293
14294
14295 * modules/gui/wxwindows/*: the open dialog box is created only once and reused when needed. This allows to have the previous settings displayed when you re-open the dialog.
14296
14297 ------------------------------------------------------------------------
14298 r4394 | asmax | 2003-05-18 19:48:05 +0200 (Sun, 18 May 2003) | 2 lines
14299 Changed paths:
14300    M /trunk/modules/gui/skins/x11/x11_bitmap.cpp
14301    M /trunk/modules/gui/skins/x11/x11_bitmap.h
14302    M /trunk/modules/gui/skins/x11/x11_font.cpp
14303    M /trunk/modules/gui/skins/x11/x11_graphics.cpp
14304    M /trunk/modules/gui/skins/x11/x11_run.cpp
14305    M /trunk/modules/gui/skins/x11/x11_theme.cpp
14306    M /trunk/modules/gui/skins/x11/x11_window.cpp
14307
14308 * added transparency in X11 skins
14309
14310 ------------------------------------------------------------------------
14311 r4395 | hartman | 2003-05-18 20:56:57 +0200 (Sun, 18 May 2003) | 2 lines
14312 Changed paths:
14313    M /trunk/NEWS
14314
14315 * fixed a few spelling errors, and added a note about QDM2 sound which is still unsupported
14316
14317 ------------------------------------------------------------------------
14318 r4396 | gbazin | 2003-05-18 21:46:35 +0200 (Sun, 18 May 2003) | 5 lines
14319 Changed paths:
14320    M /trunk/modules/gui/wxwindows/bitmaps/disc.xpm
14321    M /trunk/modules/gui/wxwindows/bitmaps/file.xpm
14322    M /trunk/modules/gui/wxwindows/bitmaps/net.xpm
14323    M /trunk/modules/gui/wxwindows/bitmaps/next.xpm
14324    M /trunk/modules/gui/wxwindows/bitmaps/pause.xpm
14325    M /trunk/modules/gui/wxwindows/bitmaps/play.xpm
14326    M /trunk/modules/gui/wxwindows/bitmaps/playlist.xpm
14327    M /trunk/modules/gui/wxwindows/bitmaps/previous.xpm
14328    M /trunk/modules/gui/wxwindows/bitmaps/sat.xpm
14329    M /trunk/modules/gui/wxwindows/bitmaps/stop.xpm
14330    M /trunk/modules/gui/wxwindows/interface.cpp
14331    M /trunk/modules/gui/wxwindows/timer.cpp
14332    M /trunk/modules/gui/wxwindows/wxwindows.h
14333
14334
14335 * modules/gui/wxwindows/*: removed the text from the toolbar. Added play slower and play faster buttons.
14336
14337 PS: We really need nicer toolbar icons for the wxWindows interface. Anybody would like to design some ?
14338
14339 ------------------------------------------------------------------------
14340 r4397 | jpsaman | 2003-05-18 22:54:43 +0200 (Sun, 18 May 2003) | 2 lines
14341 Changed paths:
14342    M /trunk/ipkg/control
14343    M /trunk/ipkg/control.gpe
14344    M /trunk/ipkg/control.opie
14345    M /trunk/ipkg/control.zaurus
14346    M /trunk/ipkg/rules
14347    M /trunk/ipkg/rules.gpe
14348    M /trunk/ipkg/rules.opie
14349    M /trunk/ipkg/rules.zaurus
14350
14351 Updated release numbering of packages.
14352
14353 ------------------------------------------------------------------------
14354 r4398 | titer | 2003-05-19 00:30:33 +0200 (Mon, 19 May 2003) | 2 lines
14355 Changed paths:
14356    M /trunk/modules/gui/beos/MessagesWindow.cpp
14357
14358  modules/gui/beos/MessagesWindow.cpp : fixed a minor scrolling issue
14359
14360 ------------------------------------------------------------------------
14361 r4399 | fenrir | 2003-05-19 01:16:57 +0200 (Mon, 19 May 2003) | 4 lines
14362 Changed paths:
14363    M /trunk/src/input/input_programs.c
14364
14365  * input_program.c: input_DelES destroyed the decoder (if any) without
14366  removing this ES from the list of selected ES. So, instead we call
14367  input_UnselectES.
14368
14369 ------------------------------------------------------------------------
14370 r4400 | gbazin | 2003-05-19 11:57:55 +0200 (Mon, 19 May 2003) | 3 lines
14371 Changed paths:
14372    A /trunk/modules/gui/wxwindows/bitmaps/fast.xpm
14373    A /trunk/modules/gui/wxwindows/bitmaps/slow.xpm
14374
14375
14376 * modules/gui/wxwindows/bitmaps/*: forgot to add 2 files in my last commit.
14377
14378 ------------------------------------------------------------------------
14379 r4401 | gbazin | 2003-05-19 13:38:05 +0200 (Mon, 19 May 2003) | 3 lines
14380 Changed paths:
14381    M /trunk/modules/stream_out/duplicate.c
14382    M /trunk/src/stream_output/stream_output.c
14383
14384
14385 * src/stream_output/stream_output.c, modules/stream_out/duplicate.c: bug fixes for when the stream output duplication fails for whatever reasons.
14386
14387 ------------------------------------------------------------------------
14388 r4402 | gbazin | 2003-05-19 22:47:16 +0200 (Mon, 19 May 2003) | 4 lines
14389 Changed paths:
14390    M /trunk/configure.ac.in
14391    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
14392    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
14393    M /trunk/modules/access/cdda.c
14394
14395
14396 * Bumped version to 0.6.0-test1
14397 * modules/access/cdda.c: decreased the priority of the cdda plugin.
14398
14399 ------------------------------------------------------------------------
14400 r4403 | gbazin | 2003-05-19 23:04:52 +0200 (Mon, 19 May 2003) | 4 lines
14401 Changed paths:
14402    M /trunk/modules/gui/wxwindows/Modules.am
14403    M /trunk/po/POTFILES.in
14404    M /trunk/po/de.po
14405    M /trunk/po/en_GB.po
14406    M /trunk/po/fr.po
14407    M /trunk/po/it.po
14408    M /trunk/po/ja.po
14409    M /trunk/po/nl.po
14410    M /trunk/po/no.po
14411    M /trunk/po/pl.po
14412    M /trunk/po/ru.po
14413    M /trunk/po/sv.po
14414    M /trunk/po/vlc.pot
14415
14416
14417 * modules/gui/wxwindows/Modules.am: included the 2 new bitmaps.
14418 * po/*: updated the po files.
14419
14420 ------------------------------------------------------------------------
14421 r4404 | asmax | 2003-05-19 23:39:34 +0200 (Mon, 19 May 2003) | 3 lines
14422 Changed paths:
14423    M /trunk/modules/gui/skins/x11/x11_api.cpp
14424    M /trunk/modules/gui/skins/x11/x11_bitmap.cpp
14425    M /trunk/modules/gui/skins/x11/x11_event.cpp
14426    M /trunk/modules/gui/skins/x11/x11_font.cpp
14427    M /trunk/modules/gui/skins/x11/x11_run.cpp
14428    M /trunk/modules/gui/skins/x11/x11_theme.cpp
14429    M /trunk/modules/gui/skins/x11/x11_window.cpp
14430
14431 * a lot of cleaning in X11 skins, but some problems remain with
14432   event handling :(
14433
14434 ------------------------------------------------------------------------
14435 r4405 | gbazin | 2003-05-20 01:36:44 +0200 (Tue, 20 May 2003) | 3 lines
14436 Changed paths:
14437    M /trunk/modules/audio_output/alsa.c
14438
14439
14440 * modules/audio_output/alsa.c: fixed a breakage I introduced a couple of weeks ago.
14441
14442 ------------------------------------------------------------------------
14443 r4406 | titer | 2003-05-20 13:44:18 +0200 (Tue, 20 May 2003) | 2 lines
14444 Changed paths:
14445    M /trunk/modules/gui/beos/PreferencesWindow.cpp
14446    M /trunk/modules/gui/beos/PreferencesWindow.h
14447
14448  modules/gui/beos/PreferencesWindow.* : cleaning
14449
14450 ------------------------------------------------------------------------
14451 r4407 | hartman | 2003-05-20 17:23:25 +0200 (Tue, 20 May 2003) | 6 lines
14452 Changed paths:
14453    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
14454    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
14455    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
14456    M /trunk/modules/gui/macosx/intf.m
14457    M /trunk/modules/gui/macosx/prefs.h
14458    M /trunk/modules/gui/macosx/prefs.m
14459
14460 * Added a Reset prefs option
14461 * New prefs dialog much like the wxWindows and BeOS one.
14462   - translated instances might be broken.
14463   - still need sliders for min/max values
14464   - improved sizing should be done.
14465
14466 ------------------------------------------------------------------------
14467 r4408 | hartman | 2003-05-20 17:51:03 +0200 (Tue, 20 May 2003) | 3 lines
14468 Changed paths:
14469    M /trunk/THANKS
14470    M /trunk/modules/gui/macosx/macosx.m
14471
14472 * THANKS: Added Davor Orel who created the OS X icons.
14473 * modules/gui/macosx/macosx.m: changed a float into a float with range
14474
14475 ------------------------------------------------------------------------
14476 r4409 | sigmunau | 2003-05-20 18:08:59 +0200 (Tue, 20 May 2003) | 5 lines
14477 Changed paths:
14478    M /trunk/modules/gui/kde/interface.cpp
14479    M /trunk/modules/gui/kde/kde.cpp
14480
14481 kde.cpp: explicitly tell kde with icons to use. Should fix a crash that
14482 caused AIGALRM.
14483 kde.cpp, interface.cpp: turn --kdeuirc into --kde-uirc to comply with naming
14484 conventions
14485
14486 ------------------------------------------------------------------------
14487 r4410 | zorglub | 2003-05-20 18:20:33 +0200 (Tue, 20 May 2003) | 4 lines
14488 Changed paths:
14489    M /trunk/Makefile.am
14490    M /trunk/NEWS
14491    A /trunk/include/announce.h
14492    M /trunk/include/vlc/sout.h
14493    M /trunk/include/vlc_common.h
14494    M /trunk/modules/stream_out/standard.c
14495    M /trunk/src/misc/modules.c
14496    A /trunk/src/stream_output/announce.c
14497
14498 All: Support for SAP advertising in stream output
14499
14500         add sap, or sap="Name" in the stream output options
14501
14502 ------------------------------------------------------------------------
14503 r4411 | hartman | 2003-05-20 20:53:03 +0200 (Tue, 20 May 2003) | 6 lines
14504 Changed paths:
14505    M /trunk/NEWS
14506    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
14507    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
14508    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
14509    M /trunk/modules/gui/macosx/intf.h
14510    M /trunk/modules/gui/macosx/intf.m
14511    M /trunk/modules/gui/macosx/open.m
14512    M /trunk/modules/gui/macosx/prefs.m
14513
14514 * NEWS: updated some OSX info
14515 * ALL:
14516   - added CDDA support
14517   - added a "Online Documentation" item to the Help menu
14518   - removed some debugging strings
14519
14520 ------------------------------------------------------------------------
14521 r4412 | jpsaman | 2003-05-20 22:09:19 +0200 (Tue, 20 May 2003) | 2 lines
14522 Changed paths:
14523    M /trunk/ipkg/control
14524    M /trunk/ipkg/control.gpe
14525    M /trunk/ipkg/control.opie
14526    M /trunk/ipkg/control.zaurus
14527    M /trunk/ipkg/rules
14528    M /trunk/ipkg/rules.gpe
14529    M /trunk/ipkg/rules.opie
14530    M /trunk/ipkg/rules.zaurus
14531
14532 Modified build scripts
14533
14534 ------------------------------------------------------------------------
14535 r4413 | hartman | 2003-05-20 23:35:52 +0200 (Tue, 20 May 2003) | 6 lines
14536 Changed paths:
14537    M /trunk/NEWS
14538    M /trunk/configure.ac.in
14539    M /trunk/modules/codec/Modules.am
14540    A /trunk/modules/codec/quicktime.c
14541
14542 * ALL: added a quicktime module.
14543   - This module provides QDM2 and QDMC sound support on OSX by linking to
14544     the native QT libraries. We now have FULL QT trailer support on OSX.
14545   - The video part of this decoder is not yet working on OSX.
14546   - This can be used for a future win32dll loader system as well.
14547
14548 ------------------------------------------------------------------------
14549 r4414 | gbazin | 2003-05-21 01:17:59 +0200 (Wed, 21 May 2003) | 3 lines
14550 Changed paths:
14551    M /trunk/modules/gui/skins/src/vlcproc.cpp
14552    M /trunk/modules/gui/wxwindows/interface.cpp
14553    M /trunk/modules/gui/wxwindows/open.cpp
14554    M /trunk/modules/gui/wxwindows/playlist.cpp
14555    M /trunk/modules/gui/wxwindows/streamout.cpp
14556    M /trunk/modules/gui/wxwindows/subtitles.cpp
14557    M /trunk/modules/gui/wxwindows/wxwindows.h
14558
14559
14560 * modules/gui/wxwindows/*, modules/gui/skins/src/vlcproc.cpp: The open dialog box now handles multiple files selection.
14561
14562 ------------------------------------------------------------------------
14563 r4415 | fenrir | 2003-05-21 12:02:55 +0200 (Wed, 21 May 2003) | 2 lines
14564 Changed paths:
14565    M /trunk/modules/demux/wav/wav.c
14566
14567 * wav: fix a parsing bug.
14568
14569 ------------------------------------------------------------------------
14570 r4416 | sigmunau | 2003-05-21 15:10:05 +0200 (Wed, 21 May 2003) | 2 lines
14571 Changed paths:
14572    M /trunk/src/libvlc.h
14573
14574 removed the --playlist option as it doesn't seem to be used
14575
14576 ------------------------------------------------------------------------
14577 r4417 | sigmunau | 2003-05-21 15:19:32 +0200 (Wed, 21 May 2003) | 2 lines
14578 Changed paths:
14579    M /trunk/src/libvlc.h
14580
14581 removed the desctiption texts of a nonexisting config option
14582
14583 ------------------------------------------------------------------------
14584 r4418 | gbazin | 2003-05-21 15:27:25 +0200 (Wed, 21 May 2003) | 6 lines
14585 Changed paths:
14586    M /trunk/modules/gui/skins/src/vlcproc.cpp
14587    M /trunk/modules/gui/wxwindows/menus.cpp
14588    M /trunk/modules/video_output/directx/directx.c
14589    M /trunk/modules/video_output/directx/vout.h
14590    M /trunk/src/video_output/video_output.c
14591
14592
14593 * modules/gui/skins/src/vlcproc.cpp: fixed yesterday's breakage.
14594 * modules/gui/wxwindows/menus.cpp: fixes for menu auto-generation.
14595 * src/video_output/video_output.c: added a "fullscreen" object variable.
14596 * modules/video_output/directx/*: added an always-on-top object variable and modified to take into account the fullscreen object variable.
14597
14598 ------------------------------------------------------------------------
14599 r4419 | hartman | 2003-05-21 17:40:03 +0200 (Wed, 21 May 2003) | 7 lines
14600 Changed paths:
14601    M /trunk/include/main.h
14602    M /trunk/modules/codec/quicktime.c
14603    M /trunk/modules/gui/macosx/vout.m
14604    M /trunk/src/libvlc.c
14605
14606 * include/main.h
14607   src/libvlc.c: Added a quicktime_lock on SYS_DARWIN
14608 * ALL: QT on OSX is not threadsafe in certain areas. i have found the proces
14609   of identifying the right Codec to use for decoding to be one of these areas.
14610   So when we do this, only one thread at a time can use QT.
14611   Watching QT trailers is doable now, as soon as ffmpeg fix their altivec optimizations again ;)
14612
14613 ------------------------------------------------------------------------
14614 r4420 | gbazin | 2003-05-21 17:54:08 +0200 (Wed, 21 May 2003) | 3 lines
14615 Changed paths:
14616    M /trunk/modules/audio_output/directx.c
14617    M /trunk/modules/audio_output/waveout.c
14618
14619
14620 *  modules/audio_output/directx.c, modules/audio_output/waveout.c: we destroy the audio-device variable if the probing has failed.
14621
14622 ------------------------------------------------------------------------
14623 r4421 | jpsaman | 2003-05-21 20:04:08 +0200 (Wed, 21 May 2003) | 2 lines
14624 Changed paths:
14625    M /trunk/ipkg/rules.opie
14626    M /trunk/ipkg/rules.zaurus
14627
14628 More buildscript fixes.
14629
14630 ------------------------------------------------------------------------
14631 r4422 | jpsaman | 2003-05-21 20:09:31 +0200 (Wed, 21 May 2003) | 2 lines
14632 Changed paths:
14633    M /trunk/configure.ac.in
14634
14635 Reverting previous --with-libmpeg2-prefix commit. Thanks Gildas for reminding me!
14636
14637 ------------------------------------------------------------------------
14638 r4423 | hartman | 2003-05-21 21:55:25 +0200 (Wed, 21 May 2003) | 6 lines
14639 Changed paths:
14640    M /trunk/modules/codec/ffmpeg/ffmpeg.c
14641    M /trunk/modules/codec/ffmpeg/ffmpeg.h
14642    M /trunk/modules/codec/quicktime.c
14643    M /trunk/vlc.ebuild
14644
14645 * vlc.ebuild: This ebuild should work if we release a test2.
14646 * modules/codec/quicktime.c: I added all the audio formats I know QT can handle.
14647   except for mp3 ;)
14648 * modules/codec/ffmpeg: added asv1 (disabled), and enabled IV31 on little endian,
14649   since the problems with this decoder are endian specific according to it's creator.
14650
14651 ------------------------------------------------------------------------
14652 r4424 | hartman | 2003-05-21 23:30:30 +0200 (Wed, 21 May 2003) | 4 lines
14653 Changed paths:
14654    M /trunk/doc/fortunes.txt
14655    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
14656    M /trunk/modules/gui/macosx/output.m
14657
14658 * modules/gui/macosx/output.m: fixed the stream/transcode dialog. test1
14659   version was broken.
14660 * extras/MacOSX/vlc.pbproj/project.pbxproj: darn, absolute paths.
14661
14662 ------------------------------------------------------------------------
14663 r4425 | gbazin | 2003-05-22 14:00:57 +0200 (Thu, 22 May 2003) | 6 lines
14664 Changed paths:
14665    M /trunk/INSTALL.win32
14666    M /trunk/modules/access/cdda.c
14667    M /trunk/modules/access/vcd/cdrom.c
14668    M /trunk/modules/access/vcd/vcd.c
14669    M /trunk/modules/gui/wxwindows/interface.cpp
14670    M /trunk/modules/gui/wxwindows/streamout.cpp
14671    M /trunk/src/misc/cpu.c
14672    M /trunk/src/stream_output/announce.c
14673
14674
14675 * INSTALL.win32: added a small note about running vlc under the msvc debugger.
14676 * modules/gui/wxwindows/*: small fixes.
14677 * modules/access/vcd/*, modules/access/cdda.c: re-activated autodetection of vcd and cdda on win32.
14678 * src/misc/cpu.c, src/stream_output/announce.c: msvc fixes.
14679
14680 ------------------------------------------------------------------------
14681 r4426 | hartman | 2003-05-22 15:40:13 +0200 (Thu, 22 May 2003) | 2 lines
14682 Changed paths:
14683    M /trunk/modules/gui/macosx/playlist.m
14684
14685 * Fixed an issue that was preventing the use of the playlist in Mac OS 10.1
14686
14687 ------------------------------------------------------------------------
14688 r4427 | hartman | 2003-05-22 16:25:34 +0200 (Thu, 22 May 2003) | 4 lines
14689 Changed paths:
14690    M /trunk/modules/gui/macosx/output.m
14691    M /trunk/modules/gui/macosx/playlist.m
14692    M /trunk/modules/gui/macosx/prefs.m
14693
14694 * modules/gui/macosx/playlist.m: fixed my fix
14695 * modules/gui/macosx/output.m: removed a debug statement
14696 * modules/gui/macosx/prefs.m: fixed localizations of the prefs panel.
14697
14698 ------------------------------------------------------------------------
14699 r4428 | hartman | 2003-05-22 16:40:07 +0200 (Thu, 22 May 2003) | 2 lines
14700 Changed paths:
14701    M /trunk/modules/gui/macosx/output.m
14702
14703 * fixed a localization issue
14704
14705 ------------------------------------------------------------------------
14706 r4429 | hartman | 2003-05-22 17:34:02 +0200 (Thu, 22 May 2003) | 2 lines
14707 Changed paths:
14708    M /trunk/modules/control/http.c
14709
14710 * modules/control/http.c: strings for the address and the port variable were switched.
14711
14712 ------------------------------------------------------------------------
14713 r4430 | gbazin | 2003-05-22 18:01:02 +0200 (Thu, 22 May 2003) | 3 lines
14714 Changed paths:
14715    M /trunk/src/audio_output/dec.c
14716    M /trunk/src/input/input.c
14717    M /trunk/src/input/input_clock.c
14718
14719
14720 * src/audio_output/*, src/input/*: fixed the audio desync option. You can use positive as well as negative values.
14721
14722 ------------------------------------------------------------------------
14723 r4431 | asmax | 2003-05-22 20:30:33 +0200 (Thu, 22 May 2003) | 2 lines
14724 Changed paths:
14725    M /trunk/python/Makefile
14726    M /trunk/python/setup.py
14727
14728 * started to repair build of python module
14729
14730 ------------------------------------------------------------------------
14731 r4432 | asmax | 2003-05-22 22:06:19 +0200 (Thu, 22 May 2003) | 3 lines
14732 Changed paths:
14733    M /trunk/python/setup.py
14734
14735 * at last the python module works again !
14736  (so stupid: the flag -lavcodec had to be at the *end* of the line !)
14737
14738 ------------------------------------------------------------------------
14739 r4433 | hartman | 2003-05-22 22:45:25 +0200 (Thu, 22 May 2003) | 2 lines
14740 Changed paths:
14741    M /trunk/modules/stream_out/transcode.c
14742
14743 * added an ifdef for SVQ3
14744
14745 ------------------------------------------------------------------------
14746 r4434 | hartman | 2003-05-22 22:56:07 +0200 (Thu, 22 May 2003) | 2 lines
14747 Changed paths:
14748    M /trunk/modules/codec/adpcm.c
14749
14750 * spelling error in description string
14751
14752 ------------------------------------------------------------------------
14753 r4435 | gbazin | 2003-05-22 23:42:44 +0200 (Thu, 22 May 2003) | 5 lines
14754 Changed paths:
14755    M /trunk/modules/demux/asf/asf.c
14756    M /trunk/modules/demux/avi/avi.c
14757    M /trunk/modules/demux/mp4/mp4.c
14758    M /trunk/modules/gui/wxwindows/preferences.cpp
14759    M /trunk/src/libvlc.h
14760
14761
14762 * src/libvlc.h: fixed spelling mistake.
14763 * modules/gui/wxwindows/preferences.cpp: allow negative numbers in spinctrls.
14764 * modules/demux/asf,avi,mp4: use p_input->stream.control.b_mute.
14765
14766 ------------------------------------------------------------------------
14767 r4436 | gbazin | 2003-05-23 00:24:34 +0200 (Fri, 23 May 2003) | 3 lines
14768 Changed paths:
14769    M /trunk/modules/gui/wxwindows/streamout.cpp
14770
14771
14772 * modules/gui/wxwindows/streamout.cpp: fixed typo.
14773
14774 ------------------------------------------------------------------------
14775 r4437 | hartman | 2003-05-23 02:00:48 +0200 (Fri, 23 May 2003) | 11 lines
14776 Changed paths:
14777    M /trunk/modules/codec/quicktime.c
14778    M /trunk/modules/gui/macosx/vout.m
14779    M /trunk/vlc.ebuild
14780
14781 * vlc.ebuild: fixed the ebuild. Now i know it should work with a test2 ;)
14782 * modules/gui/macosx/vout.m: removed some code that was preventing us from
14783   using chroma converters.
14784 * modules/codec/quicktime.c:
14785   - added the video decoder. only works with SVQ3 atm, returns Invalid
14786     BITMAPHEADER for some reason in all other cases.
14787   - did some cleaning up. this might just work under Win32 now aswell,
14788     gibalou will do some testing tomorrow ;)
14789   - SVQ3 QT degrades faster then the ffmpeg version, but also recovers
14790     faster. I'm not yet sure which one i prefer.
14791
14792 ------------------------------------------------------------------------
14793 r4438 | sam | 2003-05-23 13:41:17 +0200 (Fri, 23 May 2003) | 3 lines
14794 Changed paths:
14795    M /trunk/Makefile.am
14796    M /trunk/debian/changelog
14797
14798   * Built-in modules were linked twice in the mozilla plugin; removed the
14799     non-PIC ones (Closes Debian bug #194384).
14800
14801 ------------------------------------------------------------------------
14802 r4439 | hartman | 2003-05-23 15:02:53 +0200 (Fri, 23 May 2003) | 3 lines
14803 Changed paths:
14804    M /trunk/modules/control/http.c
14805
14806 * Updated the informal message to report the ip and port the http intf was
14807   started on. This will help ppl to actually use the thing ;)
14808
14809 ------------------------------------------------------------------------
14810 r4440 | sigmunau | 2003-05-24 01:53:53 +0200 (Sat, 24 May 2003) | 2 lines
14811 Changed paths:
14812    M /trunk/modules/control/http.c
14813
14814 the http interface should now output valid xhtml 1.0.
14815
14816 ------------------------------------------------------------------------
14817 r4441 | hartman | 2003-05-24 04:48:55 +0200 (Sat, 24 May 2003) | 7 lines
14818 Changed paths:
14819    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
14820    M /trunk/modules/codec/quicktime.c
14821    M /trunk/modules/demux/mp4/mp4.c
14822    M /trunk/modules/gui/macosx/macosx.m
14823    M /trunk/modules/gui/macosx/prefs.m
14824    M /trunk/po/nl.po
14825    M /trunk/src/libvlc.h
14826
14827 * modules/codec/quicktime.c: cleaning up of the code. mostly cosmetic.
14828 * modules/demux/mp4/mp4.c: added SVQ1 for the quicktime decoder.
14829 * modules/gui/macosx/macosx.m: typo
14830 * modules/gui/macosx/prefs.m: fix of the module selectors.
14831 * po/nl.po: i've taken a head start on the translations.
14832 * src/libvlc.h: removed unused string RT_PRIORITY_TEXT
14833
14834 ------------------------------------------------------------------------
14835 r4442 | sam | 2003-05-24 13:53:12 +0200 (Sat, 24 May 2003) | 4 lines
14836 Changed paths:
14837    M /trunk/THANKS
14838    M /trunk/modules/access_output/udp.c
14839
14840    * ./modules/access_output/udp.c: if the clock needs to be reset, we do not
14841      wait or we will face delay issues as reported in #794. Fix inspired from
14842      a suggestion by John Michael Zorko.
14843
14844 ------------------------------------------------------------------------
14845 r4443 | sam | 2003-05-24 14:10:31 +0200 (Sat, 24 May 2003) | 3 lines
14846 Changed paths:
14847    M /trunk/configure.ac.in
14848
14849   * ./configure.ac.in: the help message now says libmad is enabled by
14850     default (Closes: #704).
14851
14852 ------------------------------------------------------------------------
14853 r4444 | sam | 2003-05-24 14:34:31 +0200 (Sat, 24 May 2003) | 2 lines
14854 Changed paths:
14855    M /trunk/toolbox
14856
14857   * ./toolbox: we no longer translate the Borland plugin.
14858
14859 ------------------------------------------------------------------------
14860 r4445 | sam | 2003-05-24 14:35:06 +0200 (Sat, 24 May 2003) | 2 lines
14861 Changed paths:
14862    M /trunk/Makefile.am
14863
14864   * ./Makefile.am: used $(srcdir) where necessary (Closes: #319).
14865
14866 ------------------------------------------------------------------------
14867 r4446 | sam | 2003-05-24 14:53:30 +0200 (Sat, 24 May 2003) | 3 lines
14868 Changed paths:
14869    D /trunk/modules/gui/win32/strings.cpp
14870    M /trunk/po/POTFILES.in
14871    M /trunk/po/de.po
14872    M /trunk/po/en_GB.po
14873    M /trunk/po/fr.po
14874    M /trunk/po/it.po
14875    M /trunk/po/ja.po
14876    M /trunk/po/nl.po
14877    M /trunk/po/no.po
14878    M /trunk/po/pl.po
14879    M /trunk/po/ru.po
14880    M /trunk/po/sv.po
14881    M /trunk/po/vlc.pot
14882
14883   * ./po/*: re-ran toolbox --update-po.
14884   * ./po/en_GB.po: the British translation is up to date.
14885
14886 ------------------------------------------------------------------------
14887 r4447 | jpsaman | 2003-05-24 14:55:38 +0200 (Sat, 24 May 2003) | 2 lines
14888 Changed paths:
14889    M /trunk/modules/video_output/qte/qte.cpp
14890
14891 Added option to run vlc as a Qt Embedded Gui Server. Use --qte-guiserver to enable this feature. The default is to run as a normal GuiClient.
14892
14893 ------------------------------------------------------------------------
14894 r4448 | massiot | 2003-05-24 15:05:55 +0200 (Sat, 24 May 2003) | 2 lines
14895 Changed paths:
14896    M /trunk/modules/codec/libmpeg2.c
14897
14898 * modules/codec/libmpeg2.c: Fixed synchro with field pictures.
14899
14900 ------------------------------------------------------------------------
14901 r4449 | gbazin | 2003-05-24 15:14:56 +0200 (Sat, 24 May 2003) | 3 lines
14902 Changed paths:
14903    M /trunk/configure.ac.in
14904
14905
14906 * configure.ac.in: ffmpeg is now enabled by default. Also got rid of the --intf-win option which was deprecated.
14907
14908 ------------------------------------------------------------------------
14909 r4450 | titer | 2003-05-24 17:11:00 +0200 (Sat, 24 May 2003) | 4 lines
14910 Changed paths:
14911    M /trunk/Makefile.am
14912    M /trunk/doc/release-howto.txt
14913
14914  * Makefile.am: minor change in BeOS packages generation
14915  * doc/release-howto.txt: remove outdated info about how to build BeOS
14916    packages
14917
14918 ------------------------------------------------------------------------
14919 r4451 | gbazin | 2003-05-24 19:52:49 +0200 (Sat, 24 May 2003) | 4 lines
14920 Changed paths:
14921    M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp
14922    M /trunk/modules/gui/skins/gtk2/gtk2_font.h
14923    M /trunk/modules/gui/skins/src/vlcproc.cpp
14924    M /trunk/modules/gui/wxwindows/interface.cpp
14925    M /trunk/modules/gui/wxwindows/open.cpp
14926    M /trunk/modules/gui/wxwindows/wxwindows.h
14927
14928
14929 * modules/gui/skins/*: compilation fixes.
14930 * modules/gui/wxwindows/*: fixed the open dialog to switch to the requested file/disc/net section.
14931
14932 ------------------------------------------------------------------------
14933 r4452 | gbazin | 2003-05-24 22:54:27 +0200 (Sat, 24 May 2003) | 6 lines
14934 Changed paths:
14935    M /trunk/modules/gui/macosx/prefs.m
14936    M /trunk/modules/gui/skins/src/themeloader.cpp
14937    M /trunk/modules/gui/skins/x11/x11_run.cpp
14938    M /trunk/modules/gui/wxwindows/menus.cpp
14939    M /trunk/src/video_output/video_output.c
14940
14941
14942 * src/video_output/video_output.c: new "deinterlace" object variable.
14943 * modules/gui/macosx/prefs.m: compilation fix.
14944 * modules/gui/wxwindows/menus.cpp: use the "deinterlace" object var.
14945 * modules/gui/skins/*: couple of fixes.
14946
14947 ------------------------------------------------------------------------
14948 r4453 | asmax | 2003-05-24 23:28:29 +0200 (Sat, 24 May 2003) | 2 lines
14949 Changed paths:
14950    M /trunk/modules/gui/skins/x11/x11_bitmap.cpp
14951    M /trunk/modules/gui/skins/x11/x11_run.cpp
14952    M /trunk/modules/gui/skins/x11/x11_theme.cpp
14953    M /trunk/modules/gui/skins/x11/x11_window.cpp
14954
14955 * events aren't perfect yet, but it is better enough to commit
14956
14957 ------------------------------------------------------------------------
14958 r4454 | gbazin | 2003-05-25 01:40:11 +0200 (Sun, 25 May 2003) | 4 lines
14959 Changed paths:
14960    M /trunk/include/variables.h
14961    M /trunk/modules/video_filter/deinterlace/deinterlace.c
14962    M /trunk/src/misc/variables.c
14963    M /trunk/src/video_output/video_output.c
14964
14965
14966 * src/misc/variables.c, include/variables.h: first pass at object var inheritance.
14967 * rc/video_output/video_output.c, modules/video_filter/deinterlace/deinterlace.c: fixes to the deinterlace object var.
14968
14969 ------------------------------------------------------------------------
14970 r4455 | gbazin | 2003-05-25 02:16:47 +0200 (Sun, 25 May 2003) | 3 lines
14971 Changed paths:
14972    M /trunk/modules/codec/ffmpeg/ffmpeg.c
14973
14974
14975 * modules/codec/ffmpeg/ffmpeg.c: clean-up for the ffmpeg config options.
14976
14977 ------------------------------------------------------------------------
14978 r4456 | gbazin | 2003-05-25 12:14:20 +0200 (Sun, 25 May 2003) | 3 lines
14979 Changed paths:
14980    M /trunk/modules/codec/ffmpeg/ffmpeg.c
14981
14982
14983 * modules/codec/ffmpeg/ffmpeg.c: fixed typo.
14984
14985 ------------------------------------------------------------------------
14986 r4457 | gbazin | 2003-05-25 13:31:54 +0200 (Sun, 25 May 2003) | 4 lines
14987 Changed paths:
14988    M /trunk/modules/video_filter/deinterlace/deinterlace.c
14989    M /trunk/modules/video_output/directx/directx.c
14990    M /trunk/modules/video_output/x11/xcommon.c
14991    M /trunk/src/misc/variables.c
14992    M /trunk/src/video_output/video_output.c
14993
14994
14995 * src/video_output/video_output.c, modules/video_output/directx/*, modules/video_output/x11/xcommon.c: fullscreen state is now attached to the input, so it will be remembered even if the vout is restarted (switching filters, dvd menus, etc...).
14996 * modules/video_filter/deinterlace/deinterlace.c: small change.
14997
14998 ------------------------------------------------------------------------
14999 r4458 | alexis | 2003-05-25 17:05:47 +0200 (Sun, 25 May 2003) | 3 lines
15000 Changed paths:
15001    D /trunk/doc/common
15002    D /trunk/doc/faq
15003
15004 ALL : VLC FAQ transformed into VideoLAN FAQ, which is hosted in the CVS
15005 under www.videolan.org/doc/faq/
15006
15007 ------------------------------------------------------------------------
15008 r4459 | titer | 2003-05-25 19:21:36 +0200 (Sun, 25 May 2003) | 4 lines
15009 Changed paths:
15010    M /trunk/modules/gui/beos/PreferencesWindow.cpp
15011    M /trunk/modules/gui/beos/PreferencesWindow.h
15012
15013  modules/gui/beos/PreferencesWindow.* :
15014   * added a BBox around each panel (looks nicer)
15015   * now use BSliders for {integer,float}_with_range
15016
15017 ------------------------------------------------------------------------
15018 r4460 | massiot | 2003-05-25 19:27:13 +0200 (Sun, 25 May 2003) | 3 lines
15019 Changed paths:
15020    M /trunk/configure.ac.in
15021    M /trunk/include/vlc_common.h
15022    M /trunk/modules/gui/macosx/controls.m
15023    M /trunk/modules/gui/macosx/info.m
15024    M /trunk/modules/gui/macosx/intf.m
15025    M /trunk/modules/gui/macosx/open.m
15026    M /trunk/modules/gui/macosx/output.m
15027    M /trunk/modules/gui/macosx/prefs.h
15028    M /trunk/modules/gui/macosx/prefs.m
15029    M /trunk/src/libvlc.c
15030
15031 * We now use UTF-8 internally under Mac OS X. This requires a libiconv-
15032 enabled version of gettext. (patch courtesy of the DJ)
15033
15034 ------------------------------------------------------------------------
15035 r4461 | nitrox | 2003-05-25 20:02:20 +0200 (Sun, 25 May 2003) | 7 lines
15036 Changed paths:
15037    M /trunk/modules/misc/sap.c
15038
15039 . SAP/SDP packets parsing: ability to parse RFC compliant packets
15040   parse_sap returns the SAP header length
15041   parse_sdp only parse the SDP payload
15042   note that VLC will discard messages from the old miniSAP-server
15043   (You have to use CVS version of miniSAP-server)
15044   (Messages from the new miniSAP-server will be discarded with old VLC)
15045
15046 ------------------------------------------------------------------------
15047 r4462 | sigmunau | 2003-05-25 20:32:17 +0200 (Sun, 25 May 2003) | 2 lines
15048 Changed paths:
15049    M /trunk/modules/demux/util/id3tag.c
15050
15051 convert the strings in the id3tags to utf8 before storing them.
15052
15053 ------------------------------------------------------------------------
15054 r4463 | gbazin | 2003-05-25 21:24:53 +0200 (Sun, 25 May 2003) | 3 lines
15055 Changed paths:
15056    M /trunk/configure.ac.in
15057    M /trunk/modules/video_output/x11/x11.c
15058    M /trunk/modules/video_output/x11/xcommon.c
15059    M /trunk/modules/video_output/x11/xcommon.h
15060    M /trunk/modules/video_output/x11/xvideo.c
15061
15062
15063 * modules/video_output/x11/*, configure.ac.in: Xinerama support remotely based from an old patch by Xavier Maillard.
15064
15065 ------------------------------------------------------------------------
15066 r4464 | gbazin | 2003-05-25 22:16:26 +0200 (Sun, 25 May 2003) | 3 lines
15067 Changed paths:
15068    M /trunk/configure.ac.in
15069    M /trunk/modules/video_output/x11/xcommon.c
15070
15071
15072 * configure.ac.in, modules/video_output/x11/xcommon.c: fixed configure check for the Xinerama extension.
15073
15074 ------------------------------------------------------------------------
15075 r4465 | titer | 2003-05-26 00:36:33 +0200 (Mon, 26 May 2003) | 4 lines
15076 Changed paths:
15077    M /trunk/bootstrap
15078    M /trunk/configure.ac.in
15079
15080  * bootstrap: remove a -shared flag as ./configure already adds it for
15081    platforms which need it
15082  * configure.ac.in: don't use -shared on BeOS
15083
15084 ------------------------------------------------------------------------
15085 r4466 | titer | 2003-05-26 01:08:44 +0200 (Mon, 26 May 2003) | 3 lines
15086 Changed paths:
15087    M /trunk/modules/gui/beos/MediaControlView.cpp
15088
15089  modules/gui/beos/MediaControlView.cpp: fixed a strange crash that happens
15090    since the gettext behaviour changed
15091
15092 ------------------------------------------------------------------------
15093 r4467 | hartman | 2003-05-26 03:25:12 +0200 (Mon, 26 May 2003) | 16 lines
15094 Changed paths:
15095    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
15096    M /trunk/modules/gui/macosx/output.m
15097    M /trunk/modules/gui/macosx/prefs.h
15098    M /trunk/modules/gui/macosx/prefs.m
15099    M /trunk/modules/video_filter/adjust.c
15100    M /trunk/modules/video_filter/motionblur.c
15101
15102 * extras/MacOSX/Resources/English.lproj/MainMenu.nib
15103 * modules/gui/macosx/output.m:
15104   - changed the textfields for bitrate into comboboxes with suggested values
15105     identical to the ones in wxwindows intf.
15106   - changed "bitrate (bps)" into "bitrate (kb/s)
15107 * modules/gui/macosx/prefs.?:
15108   - update the current view when advanced is changed.
15109   - module_lists now use the description strings.
15110   - always wraptext on tooltips. Currently japanese language is breaking.
15111   - we now have sliders for int/float config options with ranges.
15112   - fixed a warning message about an un-init'ed module_t.
15113 * modules/video_filter/adjust.c:
15114   - added the ranges to the description strings of the config options.
15115   - blur-factor now uses a range as according to it's description string
15116     it already should have used this.
15117
15118 ------------------------------------------------------------------------
15119 r4468 | hartman | 2003-05-26 04:03:10 +0200 (Mon, 26 May 2003) | 7 lines
15120 Changed paths:
15121    M /trunk/modules/gui/macosx/prefs.m
15122    M /trunk/modules/video_filter/crop.c
15123
15124 * modules/gui/macosx/prefs.m: fixed the module selectors.
15125 * modules/video_filter/crop.c: clarified the use of crop. someone please
15126   check, i'm not entirely sure this is correct. Actually i think we should
15127   split this up in more then one config item, for GUI preferences clarity.
15128   Something like crop-width, crop-height, crop-h-offset, crop-v-offset, or
15129   like ffmpeg has which uses left, right, top and bottom offsets.
15130
15131 ------------------------------------------------------------------------
15132 r4469 | gbazin | 2003-05-26 04:09:27 +0200 (Mon, 26 May 2003) | 5 lines
15133 Changed paths:
15134    M /trunk/configure.ac.in
15135    M /trunk/modules/gui/skins/controls/button.cpp
15136    M /trunk/modules/gui/skins/src/skin_common.h
15137    M /trunk/modules/gui/skins/src/skin_main.cpp
15138    M /trunk/modules/gui/skins/src/window.cpp
15139    M /trunk/modules/gui/skins/win32/win32_run.cpp
15140    M /trunk/modules/gui/skins/x11/x11_graphics.cpp
15141    M /trunk/modules/gui/skins/x11/x11_graphics.h
15142    M /trunk/modules/gui/skins/x11/x11_run.cpp
15143    M /trunk/modules/gui/skins/x11/x11_window.cpp
15144
15145
15146 * modules/gui/skins: got rid of init_lock and init_cond which aren't needed if you use vlc_thread_ready().
15147    started to implement X11Region and integrated the wxWindows dialogs.
15148 * configure.ac.in: the X11 skins are the default ones when you use --enable-skins. To select the GTK2 version, you also need to use --with-gtk2-skins.
15149
15150 ------------------------------------------------------------------------
15151 r4470 | zorglub | 2003-05-26 15:45:52 +0200 (Mon, 26 May 2003) | 3 lines
15152 Changed paths:
15153    M /trunk/include/announce.h
15154    M /trunk/modules/stream_out/standard.c
15155    M /trunk/src/stream_output/announce.c
15156
15157 * The VLC-integrated SAP server now sends compliant packets. They can
15158   only be viewed with the CVS version of VLC
15159
15160 ------------------------------------------------------------------------
15161 r4471 | hartman | 2003-05-26 16:59:37 +0200 (Mon, 26 May 2003) | 7 lines
15162 Changed paths:
15163    M /trunk/modules/codec/quicktime.c
15164    M /trunk/modules/demux/avi/avi.c
15165    M /trunk/modules/gui/macosx/intf.h
15166    M /trunk/modules/gui/macosx/intf.m
15167    M /trunk/modules/gui/macosx/prefs.h
15168    M /trunk/modules/gui/macosx/prefs.m
15169
15170 * modules/codec/quicktime.c: i had accidently upgraded this plugin to 100
15171 * modules/demux/avi/avi.c: fixed a spelling error reported by emulynx
15172 * modules/gui/macosx/intf.?: added a wrapString:toWidth function
15173 * modules/gui/macosx/prefs.?: removed the use of vlc_wraptext, because it
15174   was ugly. now we use our own, osx method. This fixes tooltips in japanese
15175   I'm not sure, but i think src/extras/libc.c vlc_wraptext is now unused.
15176
15177 ------------------------------------------------------------------------
15178 r4472 | gbazin | 2003-05-26 18:06:13 +0200 (Mon, 26 May 2003) | 3 lines
15179 Changed paths:
15180    M /trunk/modules/gui/wxwindows/interface.cpp
15181    M /trunk/modules/gui/wxwindows/preferences.cpp
15182
15183
15184 * modules/gui/wxwindows/*: replaced the Advanced button with a checkbox. Small strings changes.
15185
15186 ------------------------------------------------------------------------
15187 r4473 | gbazin | 2003-05-26 21:06:47 +0200 (Mon, 26 May 2003) | 6 lines
15188 Changed paths:
15189    M /trunk/modules/audio_output/alsa.c
15190    M /trunk/modules/gui/skins/src/skin_main.cpp
15191    M /trunk/modules/gui/wxwindows/interface.cpp
15192    M /trunk/modules/gui/wxwindows/menus.cpp
15193    M /trunk/modules/gui/wxwindows/timer.cpp
15194    M /trunk/modules/gui/wxwindows/wxwindows.h
15195    M /trunk/modules/video_output/directx/events.c
15196    M /trunk/modules/video_output/x11/xcommon.c
15197    M /trunk/src/playlist/playlist.c
15198
15199
15200 * modules/audio_output/alsa.c: the aout-device obj var wasn't destroyed properly on probe() failure, preventing other audio plugins from working afterwards.
15201 * modules/gui/skins/src/skin_main.cpp: got rid of the skins shortcut.
15202 * modules/gui/wxwindows/*: the popupmenu is not created inside the timer anymore so the slider will still be active when the popup is triggered.
15203 * modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c, src/playlist/playlist.c: new intf-popupmenu obj var to handle popup context menu requests from the vouts.
15204
15205 ------------------------------------------------------------------------
15206 r4474 | gbazin | 2003-05-26 21:26:53 +0200 (Mon, 26 May 2003) | 3 lines
15207 Changed paths:
15208    M /trunk/modules/video_output/directx/events.c
15209
15210
15211 * modules/video_output/directx/events.c: fixed breakage.
15212
15213 ------------------------------------------------------------------------
15214 r4475 | hartman | 2003-05-27 03:48:50 +0200 (Tue, 27 May 2003) | 2 lines
15215 Changed paths:
15216    M /trunk/include/vlc_common.h
15217    M /trunk/src/extras/libc.c
15218
15219 * removed vlc_wraptext
15220
15221 ------------------------------------------------------------------------
15222 r4476 | gbazin | 2003-05-27 13:35:34 +0200 (Tue, 27 May 2003) | 3 lines
15223 Changed paths:
15224    M /trunk/modules/gui/wxwindows/interface.cpp
15225    M /trunk/modules/gui/wxwindows/timer.cpp
15226    M /trunk/modules/gui/wxwindows/wxwindows.h
15227
15228
15229 * modules/gui/wxwindows/*: fixed context menu problem on win32.
15230
15231 ------------------------------------------------------------------------
15232 r4477 | titer | 2003-05-27 15:22:46 +0200 (Tue, 27 May 2003) | 5 lines
15233 Changed paths:
15234    M /trunk/modules/gui/beos/InterfaceWindow.cpp
15235    M /trunk/modules/gui/beos/PreferencesWindow.cpp
15236    M /trunk/src/stream_output/announce.c
15237
15238  * src/stream_output/announce.c : BeOS compile fix.
15239    setsockopt( IP_MULTICAST_TTL ) is done in network/ipvx.c (if supported),
15240    so there is no need to do it here again.
15241  * modules/gui/beos/* : minor fixes
15242
15243 ------------------------------------------------------------------------
15244 r4478 | gbazin | 2003-05-27 22:43:20 +0200 (Tue, 27 May 2003) | 3 lines
15245 Changed paths:
15246    M /trunk/modules/access/vcd/cdrom.c
15247
15248
15249 * modules/access/vcd/cdrom.c: On winNT/2K/XP we set the track format to YellowMode2 when issuing raw read requests. Otherwise we can't read the SVCD DATA track which is in Mode2 Form1.
15250
15251 ------------------------------------------------------------------------
15252 r4479 | gbazin | 2003-05-27 23:48:45 +0200 (Tue, 27 May 2003) | 4 lines
15253 Changed paths:
15254    M /trunk/Makefile.am
15255    M /trunk/NEWS
15256    M /trunk/configure.ac.in
15257    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
15258    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
15259    M /trunk/po/POTFILES.in
15260    M /trunk/po/de.po
15261    M /trunk/po/en_GB.po
15262    M /trunk/po/fr.po
15263    M /trunk/po/it.po
15264    M /trunk/po/ja.po
15265    M /trunk/po/nl.po
15266    M /trunk/po/no.po
15267    M /trunk/po/pl.po
15268    M /trunk/po/ru.po
15269    M /trunk/po/sv.po
15270    M /trunk/po/vlc.pot
15271
15272
15273 * ALL: bumped version to 0.6.0-test2
15274 * Makefile.am: got rid of the faq in the package-win32 target.
15275
15276 ------------------------------------------------------------------------
15277 r4480 | gbazin | 2003-05-28 00:08:02 +0200 (Wed, 28 May 2003) | 3 lines
15278 Changed paths:
15279    M /trunk/modules/gui/win32/Modules.am
15280
15281
15282 * modules/gui/win32/Modules.am: strings.cpp has been removed.
15283
15284 ------------------------------------------------------------------------
15285 r4481 | hartman | 2003-05-28 00:42:58 +0200 (Wed, 28 May 2003) | 5 lines
15286 Changed paths:
15287    M /trunk/src/input/input_ext-plugins.c
15288
15289 * Turn mem leaks into warning's instead of errors. Users seem to think that
15290   mem leaks will kernel panic there machine or something ;)A
15291   This will generate less bugreports, yet keep them visible to those who
15292   should and will care.
15293
15294 ------------------------------------------------------------------------
15295 r4482 | gbazin | 2003-05-28 00:57:03 +0200 (Wed, 28 May 2003) | 3 lines
15296 Changed paths:
15297    M /trunk/install-win32
15298
15299
15300 * install-win32: fixed the nsi script to not include the FAQ.
15301
15302 ------------------------------------------------------------------------
15303 r4483 | titer | 2003-05-28 02:52:05 +0200 (Wed, 28 May 2003) | 2 lines
15304 Changed paths:
15305    M /trunk/modules/video_output/x11/xcommon.c
15306
15307  modules/video_output/x11/xcommon.c : compile fix for gcc != 3
15308
15309 ------------------------------------------------------------------------
15310 r4484 | hartman | 2003-05-28 05:53:04 +0200 (Wed, 28 May 2003) | 5 lines
15311 Changed paths:
15312    M /trunk/src/libvlc.h
15313
15314 * src/libvlc.h:
15315   - added "en" to the list of languages in the preferences.
15316   - added DIV1, DIV2, i263, WMV1 to video encoding options in prefs.
15317     FENRIR: is this correct this way?
15318
15319 ------------------------------------------------------------------------
15320 r4485 | asmax | 2003-05-29 01:56:51 +0200 (Thu, 29 May 2003) | 2 lines
15321 Changed paths:
15322    M /trunk/modules/gui/skins/x11/x11_api.cpp
15323    M /trunk/modules/gui/skins/x11/x11_run.cpp
15324    M /trunk/modules/gui/skins/x11/x11_theme.cpp
15325
15326 * AT LAST events work in X11 skins !
15327
15328 ------------------------------------------------------------------------
15329 r4486 | asmax | 2003-05-29 18:48:29 +0200 (Thu, 29 May 2003) | 4 lines
15330 Changed paths:
15331    M /trunk/modules/gui/skins/src/vlcproc.cpp
15332    M /trunk/modules/gui/skins/x11/x11_run.cpp
15333    M /trunk/modules/gui/skins/x11/x11_theme.cpp
15334
15335 * x11/x11_theme.cpp: better timing for SkinManage
15336 * src/vlcproc.cpp: hack to make OpenDialog work, but it MUST be
15337   changed !
15338
15339 ------------------------------------------------------------------------
15340 r4487 | asmax | 2003-05-29 23:40:27 +0200 (Thu, 29 May 2003) | 4 lines
15341 Changed paths:
15342    M /trunk/configure.ac.in
15343    M /trunk/modules/gui/skins/src/vlcproc.cpp
15344    M /trunk/modules/gui/skins/x11/x11_bitmap.cpp
15345    M /trunk/modules/gui/skins/x11/x11_bitmap.h
15346    M /trunk/modules/gui/skins/x11/x11_theme.cpp
15347
15348 * X11 skins now use imlib2 -> you need to bootstrap
15349   wxwindows dialogs are not supposed to work yet, if they do you are
15350   lucky ;)
15351
15352 ------------------------------------------------------------------------
15353 r4488 | titer | 2003-05-30 19:30:54 +0200 (Fri, 30 May 2003) | 2 lines
15354 Changed paths:
15355    M /trunk/modules/gui/beos/Interface.cpp
15356    M /trunk/modules/gui/beos/InterfaceWindow.cpp
15357    M /trunk/modules/gui/beos/InterfaceWindow.h
15358    M /trunk/modules/gui/beos/MediaControlView.cpp
15359    M /trunk/modules/gui/beos/MsgVals.h
15360    M /trunk/modules/gui/beos/VlcWrapper.cpp
15361    M /trunk/modules/gui/beos/VlcWrapper.h
15362
15363  modules/gui/beos/* : misc fixes & enhancements
15364
15365 ------------------------------------------------------------------------
15366 r4489 | titer | 2003-05-30 20:43:31 +0200 (Fri, 30 May 2003) | 2 lines
15367 Changed paths:
15368    M /trunk/modules/gui/beos/InterfaceWindow.cpp
15369    M /trunk/modules/gui/beos/VlcWrapper.cpp
15370    M /trunk/modules/gui/beos/VlcWrapper.h
15371
15372  modules/gui/beos/* : fixed "Goto Menu" menuitem enabling
15373
15374 ------------------------------------------------------------------------
15375 r4490 | fenrir | 2003-05-31 02:10:11 +0200 (Sat, 31 May 2003) | 3 lines
15376 Changed paths:
15377    M /trunk/modules/demux/mpeg/ts.c
15378    M /trunk/modules/mux/mpeg/ts.c
15379
15380  * mux/ts.c : allowed sending mjpeg (who said that's ugly ?)
15381  * demux/ts.c : fixed an endian problem with such private stream.
15382
15383 ------------------------------------------------------------------------
15384 r4491 | fenrir | 2003-05-31 03:23:29 +0200 (Sat, 31 May 2003) | 35 lines
15385 Changed paths:
15386    M /trunk/modules/access/v4l/Modules.am
15387    M /trunk/modules/access/v4l/v4l.c
15388    A /trunk/modules/access/v4l/videodev_mjpeg.h
15389
15390  * mjpeg grabbing added, thanks to Paul Forgey <paulf at aphrodite dot com>
15391  that had done all the work.
15392
15393 Paul Forgey's notes:
15394 --------------------
15395
15396 Unfortunatley, the v4l interface shows how much it sucks here.  I can't
15397 wait for v4l2 to become more common.  Anyway, the mjpeg mechanism
15398 captures completely differently than the uncompressed frame capture
15399 mechanism.  This means the code has to split off a bunch to do similar
15400 things depending on mjpeg being set or not.  For some reason, I can't
15401 use non v4l2 calls to capture uncompressed frames from the lml33,
15402 however I do have another bttv card on my system to test that I didn't
15403 break the non-mjpeg stuff.
15404
15405 The Zoran encoders don't use square pixels.  So the 4:3 (or 16:9)
15406 picture is going to show up as 720x480.  I don't know my way around the
15407 code well enough to know how to specify a non-square pixel aspect
15408 ratio.  If there isn't a way to do it, it would be nice to be able to
15409 specify as an option the aspect ratio of the sourc.  Either 4:3 or 16:9
15410 in the case of anamorphic S-Video, which does occur.
15411
15412 I stole the videodev_mjpeg.h header from the lavrec project.  Despite
15413 the linux kernels having support for the Zoran cards, there doesn't seem
15414 to be a reliable way to pick up this header, which is probably why
15415 lavrec did it this way.  Since it only defines ioctl definitions, I
15416 don't think using it is a legal problem.
15417
15418 I also modified the audio handling a bit.  If the card supports audio,
15419 great, we'll set the card's parameters as we did before.  But if adev=
15420 is specified, use it regardless.  The reason to do this is to capture
15421 audio from the sound card with video coming from, say, a web cam or in
15422 my case, an encoder card which doesn't have any audio capabilities at
15423 all.
15424
15425 ------------------------------------------------------------------------
15426 r4492 | titer | 2003-05-31 14:24:39 +0200 (Sat, 31 May 2003) | 6 lines
15427 Changed paths:
15428    M /trunk/include/input_ext-intf.h
15429    M /trunk/modules/gui/beos/VlcWrapper.cpp
15430    M /trunk/src/input/input_ext-intf.c
15431
15432  * src/input/input_ext-intf.c :  added an input_SetRate function; it is
15433    quite more convenient than, e.g, calling input_SetStatus( STATUS_FASTER )
15434    two times if you want to switch from 1:1 to 4:1 from the interface.
15435    Old functions still work.
15436  * modules/gui/beos/VlcWrapper.cpp : use it
15437
15438 ------------------------------------------------------------------------
15439 r4493 | fenrir | 2003-05-31 18:15:33 +0200 (Sat, 31 May 2003) | 3 lines
15440 Changed paths:
15441    M /trunk/modules/demux/mpeg/ts.c
15442
15443  * ts: reverse my last commit (the proper way should be to modify also the
15444  muxer but this will break compatibility).
15445
15446 ------------------------------------------------------------------------
15447 r4494 | fenrir | 2003-05-31 23:49:12 +0200 (Sat, 31 May 2003) | 2 lines
15448 Changed paths:
15449    M /trunk/modules/demux/mpeg/ts.c
15450    M /trunk/modules/mux/mpeg/ts.c
15451
15452  * ts: proper fix for both.
15453
15454 ------------------------------------------------------------------------
15455 r4495 | ipkiss | 2003-06-01 01:23:59 +0200 (Sun, 01 Jun 2003) | 12 lines
15456 Changed paths:
15457    M /trunk/modules/gui/skins/controls/button.cpp
15458    M /trunk/modules/gui/skins/controls/generic.cpp
15459    M /trunk/modules/gui/skins/controls/generic.h
15460    M /trunk/modules/gui/skins/controls/playlist.cpp
15461    M /trunk/modules/gui/skins/controls/playlist.h
15462    M /trunk/modules/gui/skins/src/event.cpp
15463    M /trunk/modules/gui/skins/src/window.cpp
15464
15465  * skins/controls/button.cpp: Fixed a nasty bug.
15466  * skins/controls/generic.h: Some public fields are now protected
15467  * skins/src/window.cpp:
15468     - Added a few debug messages
15469     - Invisible controls don't receive events anymore
15470
15471 Note: There are still a few bugs in the code handling the controls and
15472 their different states, and I think they will be difficult to fix with
15473 the current code structure. A rewrite of this part of code could be a
15474 good idea (perhaps using states and transitions between states, like
15475 Zinf does?).
15476
15477 ------------------------------------------------------------------------
15478 r4496 | sam | 2003-06-01 01:41:49 +0200 (Sun, 01 Jun 2003) | 2 lines
15479 Changed paths:
15480    M /trunk/debian/rules
15481    A /trunk/debian/vlc.mime
15482
15483   * ./debian/vlc.mime: the vlc packages registers with the Debian MIME system.
15484
15485 ------------------------------------------------------------------------
15486 r4497 | fenrir | 2003-06-01 02:26:41 +0200 (Sun, 01 Jun 2003) | 2 lines
15487 Changed paths:
15488    M /trunk/modules/mux/mpeg/ts.c
15489
15490  * ts: fix current_next value.
15491
15492 ------------------------------------------------------------------------
15493 r4498 | asmax | 2003-06-01 18:39:49 +0200 (Sun, 01 Jun 2003) | 6 lines
15494 Changed paths:
15495    M /trunk/configure.ac.in
15496    M /trunk/modules/gui/skins/src/skin_common.h
15497    M /trunk/modules/gui/skins/src/skin_main.cpp
15498    M /trunk/modules/gui/skins/src/vlcproc.cpp
15499    M /trunk/modules/gui/skins/x11/x11_api.cpp
15500    M /trunk/modules/gui/skins/x11/x11_bitmap.cpp
15501    M /trunk/modules/gui/skins/x11/x11_font.cpp
15502    M /trunk/modules/gui/skins/x11/x11_font.h
15503    M /trunk/modules/gui/skins/x11/x11_graphics.cpp
15504    M /trunk/modules/gui/skins/x11/x11_run.cpp
15505    M /trunk/modules/gui/skins/x11/x11_theme.cpp
15506    M /trunk/modules/gui/skins/x11/x11_theme.h
15507
15508 * configure.ac.in : fixed linking of skins modules
15509 * modules/gui/skins/*:
15510   - fixed the wxwindows bug, due to a huge bug with broadcast events
15511   - beginning of fonts in X11 skins
15512 so, you can test the X11 skins module: it should work now !
15513
15514 ------------------------------------------------------------------------
15515 r4499 | asmax | 2003-06-01 19:13:04 +0200 (Sun, 01 Jun 2003) | 2 lines
15516 Changed paths:
15517    M /trunk/modules/gui/skins/x11/x11_window.cpp
15518
15519 * mouse wheel scroll for X11 skins
15520
15521 ------------------------------------------------------------------------
15522 r4500 | asmax | 2003-06-02 00:11:24 +0200 (Mon, 02 Jun 2003) | 4 lines
15523 Changed paths:
15524    M /trunk/modules/gui/skins/src/skin_common.h
15525    M /trunk/modules/gui/skins/src/skin_main.cpp
15526    M /trunk/modules/gui/skins/x11/x11_api.cpp
15527    M /trunk/modules/gui/skins/x11/x11_bitmap.cpp
15528    M /trunk/modules/gui/skins/x11/x11_font.cpp
15529    M /trunk/modules/gui/skins/x11/x11_graphics.cpp
15530    M /trunk/modules/gui/skins/x11/x11_run.cpp
15531    M /trunk/modules/gui/skins/x11/x11_theme.cpp
15532    M /trunk/modules/gui/skins/x11/x11_theme.h
15533    M /trunk/modules/gui/skins/x11/x11_window.cpp
15534
15535 * modules/gui/skins/x11/x11_api.cpp: fixed OSAPI_GetScreenSize
15536 * all: added locks around X calls to make them thread safe (will be
15537   useful in the next commit ;-)
15538
15539 ------------------------------------------------------------------------
15540 r4501 | hartman | 2003-06-02 01:48:17 +0200 (Mon, 02 Jun 2003) | 5 lines
15541 Changed paths:
15542    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
15543    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
15544    M /trunk/modules/gui/macosx/controls.h
15545    M /trunk/modules/gui/macosx/controls.m
15546    M /trunk/modules/gui/macosx/intf.h
15547    M /trunk/modules/gui/macosx/intf.m
15548
15549 * ALL:
15550   - Changed the autogenerated menu's in a system working similar to wxWindows.
15551   - The deinterlace menu is autogenerated now. However it seems the problem
15552     with on the fly filter changes still exists.
15553
15554 ------------------------------------------------------------------------
15555 r4502 | hartman | 2003-06-02 14:42:15 +0200 (Mon, 02 Jun 2003) | 3 lines
15556 Changed paths:
15557    M /trunk/modules/codec/libmpeg2.c
15558    M /trunk/modules/gui/macosx/playlist.m
15559
15560 * modules/codec/libmpeg2.c: fixed a crasher with invalid pictures
15561 * modules/gui/macosx/playlist.m: better fix for playlists on 10.1
15562
15563 ------------------------------------------------------------------------
15564 r4503 | sigmunau | 2003-06-02 18:01:21 +0200 (Mon, 02 Jun 2003) | 2 lines
15565 Changed paths:
15566    M /trunk/modules/access/http.c
15567
15568 http.c: if the webserver doesn't return 206 the stream is not seekable.
15569
15570 ------------------------------------------------------------------------
15571 r4504 | titer | 2003-06-03 14:06:29 +0200 (Tue, 03 Jun 2003) | 2 lines
15572 Changed paths:
15573    M /trunk/modules/gui/beos/BeOS.cpp
15574    M /trunk/modules/gui/beos/VideoOutput.cpp
15575
15576  modules/gui/beos/* : fixed the screenshot format selection I broke lately
15577
15578 ------------------------------------------------------------------------
15579 r4505 | gbazin | 2003-06-04 00:18:58 +0200 (Wed, 04 Jun 2003) | 5 lines
15580 Changed paths:
15581    M /trunk/configure.ac.in
15582    M /trunk/modules/gui/skins/Modules.am
15583    M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
15584    M /trunk/modules/gui/skins/src/skin_common.h
15585    M /trunk/modules/gui/skins/src/skin_main.cpp
15586    M /trunk/modules/gui/skins/src/vlcproc.cpp
15587    M /trunk/modules/gui/skins/src/vlcproc.h
15588    M /trunk/modules/gui/skins/win32/win32_run.cpp
15589    M /trunk/modules/gui/skins/x11/x11_run.cpp
15590    M /trunk/modules/gui/wxwindows/streamout.cpp
15591    M /trunk/modules/gui/wxwindows/wxwindows.h
15592
15593
15594 * configure.ac.in: bail out with an error message if the x11 skins are enabled and we couldn't find imlib2.
15595 * modules/gui/wxwindows/*: fixed bug in sout dialog box.
15596 * modules/gui/skins/*: factorised the wxwindows dialogs code in dialogs.cpp. wxWindows is also initialised earlier on to allow opening a skins file with a wxWin dialog box. (Note: I badly broke the GTK2 skins).
15597
15598 ------------------------------------------------------------------------
15599 r4506 | gbazin | 2003-06-04 00:20:00 +0200 (Wed, 04 Jun 2003) | 3 lines
15600 Changed paths:
15601    A /trunk/modules/gui/skins/src/dialogs.cpp
15602    A /trunk/modules/gui/skins/src/dialogs.h
15603
15604
15605 * modules/gui/skins/src/*: oops, forgot to add a bunch of files.
15606
15607 ------------------------------------------------------------------------
15608 r4507 | hartman | 2003-06-04 00:21:46 +0200 (Wed, 04 Jun 2003) | 9 lines
15609 Changed paths:
15610    M /trunk/modules/gui/macosx/controls.h
15611    M /trunk/modules/gui/macosx/controls.m
15612
15613 * When choosing a autogenerated menuitem, we now create a new thread to
15614   do the actual execution of this command. this is a (very ugly) workaround
15615   to the problem we were having with the deinterlace menu on osx.
15616
15617   It works now, but now i'm running into the black screen and continous
15618   "late picture skipped (-218000)" again which is also plagueing us when you
15619   enter fullscreen with a filter enabled. This ought to be fixed before 0.6.0
15620   as well.
15621
15622 ------------------------------------------------------------------------
15623 r4508 | massiot | 2003-06-04 01:17:43 +0200 (Wed, 04 Jun 2003) | 2 lines
15624 Changed paths:
15625    M /trunk/NEWS
15626    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
15627    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
15628    M /trunk/modules/gui/macosx/vout.m
15629
15630 * OS X users can now browse the DVD menus with the arrow keys.
15631
15632 ------------------------------------------------------------------------
15633 r4509 | gbazin | 2003-06-04 18:03:34 +0200 (Wed, 04 Jun 2003) | 4 lines
15634 Changed paths:
15635    M /trunk/modules/gui/skins/src/dialogs.cpp
15636    M /trunk/modules/gui/skins/src/dialogs.h
15637    M /trunk/modules/gui/skins/src/skin_common.h
15638    M /trunk/modules/gui/skins/src/skin_main.cpp
15639    M /trunk/modules/gui/skins/src/vlcproc.cpp
15640    M /trunk/modules/gui/skins/win32/win32_api.cpp
15641    M /trunk/modules/gui/wxwindows/timer.cpp
15642
15643
15644 * modules/gui/skins/*: misc fixes and clean-up. There are still thread issues when passing messages between the skins thread and the wxWindows dialogs thread that will need to be fixed.
15645 * modules/gui/wxwindows/timer.cpp: fixed comment.
15646
15647 ------------------------------------------------------------------------
15648 r4510 | gbazin | 2003-06-04 18:44:39 +0200 (Wed, 04 Jun 2003) | 3 lines
15649 Changed paths:
15650    M /trunk/modules/gui/skins/src/vlcproc.cpp
15651
15652
15653 * modules/gui/skins/src/vlcproc.cpp: compilation fix.
15654
15655 ------------------------------------------------------------------------
15656 r4511 | gbazin | 2003-06-04 19:44:57 +0200 (Wed, 04 Jun 2003) | 3 lines
15657 Changed paths:
15658    M /trunk/modules/gui/skins/x11/x11_api.cpp
15659
15660
15661 * modules/gui/skins/x11/x11_api.cpp: implemented OSAPI_GetTime() and OSAPI_RmDir().
15662
15663 ------------------------------------------------------------------------
15664 r4512 | asmax | 2003-06-04 20:47:57 +0200 (Wed, 04 Jun 2003) | 2 lines
15665 Changed paths:
15666    M /trunk/modules/gui/skins/x11/x11_api.cpp
15667
15668 * added <unistd.h> or it doesn't compile !
15669
15670 ------------------------------------------------------------------------
15671 r4513 | titer | 2003-06-04 23:41:47 +0200 (Wed, 04 Jun 2003) | 4 lines
15672 Changed paths:
15673    M /trunk/configure.ac.in
15674    M /trunk/modules/Makefile.am
15675    A /trunk/modules/access/pvr
15676    A /trunk/modules/access/pvr/Modules.am
15677    A /trunk/modules/access/pvr/pvr.c
15678    A /trunk/modules/access/pvr/videodev2.h
15679
15680  Added a special access module for PVR MPEG-2 encoding boards.
15681  It allows to change the frequency and such things quite easily, from VLC.
15682  You'll have to --enable-pvr to build it.
15683
15684 ------------------------------------------------------------------------
15685 r4514 | massiot | 2003-06-05 01:17:28 +0200 (Thu, 05 Jun 2003) | 2 lines
15686 Changed paths:
15687    M /trunk/configure.ac.in
15688
15689 VLC 0.6 codename is Trevelyan.
15690
15691 ------------------------------------------------------------------------
15692 r4515 | gbazin | 2003-06-05 13:52:19 +0200 (Thu, 05 Jun 2003) | 4 lines
15693 Changed paths:
15694    M /trunk/include/vlc_common.h
15695    M /trunk/src/misc/mtime.c
15696
15697
15698 * include/vlc_common.h: fixed the I64C() macro for mingw.
15699 * src/misc/mtime.c: implemented the heuristic described in http://www.cs.man.ac.uk/fellowsd-bin/TIP/7.html to test whether the win32 performance counter is reliable. That should fix the clock problems that a few users reported on win32.
15700
15701 ------------------------------------------------------------------------
15702 r4516 | gbazin | 2003-06-05 23:22:28 +0200 (Thu, 05 Jun 2003) | 3 lines
15703 Changed paths:
15704    M /trunk/modules/gui/skins/Modules.am
15705    M /trunk/modules/gui/skins/src/dialogs.cpp
15706    M /trunk/modules/gui/skins/src/dialogs.h
15707    M /trunk/modules/gui/skins/src/skin_common.h
15708    M /trunk/modules/gui/skins/src/themeloader.cpp
15709    M /trunk/modules/gui/wxwindows/fileinfo.cpp
15710    M /trunk/modules/gui/wxwindows/interface.cpp
15711    M /trunk/modules/gui/wxwindows/menus.cpp
15712    M /trunk/modules/gui/wxwindows/messages.cpp
15713    M /trunk/modules/gui/wxwindows/preferences.cpp
15714    M /trunk/modules/gui/wxwindows/timer.cpp
15715    M /trunk/modules/gui/wxwindows/wxwindows.cpp
15716    M /trunk/modules/gui/wxwindows/wxwindows.h
15717
15718
15719 * modules/gui/skins/*, modules/gui/wxwindows/*: added the wxWin popup menu to the skins interface.
15720
15721 ------------------------------------------------------------------------
15722 r4517 | asmax | 2003-06-06 00:16:15 +0200 (Fri, 06 Jun 2003) | 3 lines
15723 Changed paths:
15724    M /trunk/modules/gui/skins/Modules.am
15725    M /trunk/modules/gui/skins/controls/text.cpp
15726    M /trunk/modules/gui/skins/x11/x11_run.cpp
15727    A /trunk/modules/gui/skins/x11/x11_timer.cpp
15728    A /trunk/modules/gui/skins/x11/x11_timer.h
15729
15730 * x11/x11_timer.* : classes to implement platform-independant timers
15731 * controls/text.cpp : text scrolling works ! (at least in the main window)
15732
15733 ------------------------------------------------------------------------
15734 r4518 | hartman | 2003-06-06 02:38:41 +0200 (Fri, 06 Jun 2003) | 5 lines
15735 Changed paths:
15736    M /trunk/modules/gui/macosx/prefs.h
15737    M /trunk/modules/gui/macosx/prefs.m
15738
15739 * modules/gui/macosx/prefs.?:
15740   - Changed modules list to use Default instead of None. probably clearer to
15741     users.
15742   - Have a warning before resetting the prefs.
15743
15744 ------------------------------------------------------------------------
15745 r4519 | hartman | 2003-06-06 04:23:30 +0200 (Fri, 06 Jun 2003) | 3 lines
15746 Changed paths:
15747    M /trunk/modules/audio_output/coreaudio.c
15748    M /trunk/modules/codec/ffmpeg/ffmpeg.c
15749    M /trunk/modules/gui/macosx/macosx.m
15750    M /trunk/src/libvlc.h
15751
15752 * All: some spelling corrections and description string clarifications.
15753   There is a lot of improvement left here.
15754
15755 ------------------------------------------------------------------------
15756 r4520 | hartman | 2003-06-06 04:48:19 +0200 (Fri, 06 Jun 2003) | 2 lines
15757 Changed paths:
15758    M /trunk/modules/gui/macosx/macosx.m
15759
15760 * Typo's by me. ( Cool i included a dutch sentence a while ago and noone noticed ?)
15761
15762 ------------------------------------------------------------------------
15763 r4521 | gbazin | 2003-06-06 13:09:24 +0200 (Fri, 06 Jun 2003) | 3 lines
15764 Changed paths:
15765    M /trunk/modules/misc/network/ipv6.c
15766
15767
15768 * modules/misc/network/ipv6.c: oups, ipv6 multicast wasn't enabled on win32. Also fixed the interface name parsing in the MRL.
15769
15770 ------------------------------------------------------------------------
15771 r4522 | gbazin | 2003-06-06 15:34:21 +0200 (Fri, 06 Jun 2003) | 3 lines
15772 Changed paths:
15773    M /trunk/modules/packetizer/mpegvideo.c
15774
15775
15776 * modules/packetizer/mpegvideo.c: Fixed a 3:2 pulldown bug (not tested).
15777
15778 ------------------------------------------------------------------------
15779 r4523 | gbazin | 2003-06-06 16:50:49 +0200 (Fri, 06 Jun 2003) | 3 lines
15780 Changed paths:
15781    M /trunk/modules/gui/skins/src/themeloader.cpp
15782
15783
15784 * modules/gui/skins/src/themeloader.cpp: small fix for tgz skins.
15785
15786 ------------------------------------------------------------------------
15787 r4524 | asmax | 2003-06-06 21:40:37 +0200 (Fri, 06 Jun 2003) | 2 lines
15788 Changed paths:
15789    M /trunk/modules/gui/skins/x11/x11_run.cpp
15790
15791 * key shortcuts for X11 skins are now working
15792
15793 ------------------------------------------------------------------------
15794 r4525 | asmax | 2003-06-06 23:47:18 +0200 (Fri, 06 Jun 2003) | 2 lines
15795 Changed paths:
15796    M /trunk/modules/gui/skins/x11/x11_font.cpp
15797    M /trunk/modules/gui/skins/x11/x11_font.h
15798
15799 * x11/x11_window.cpp: fixed clipping and text attributes
15800
15801 ------------------------------------------------------------------------
15802 r4526 | asmax | 2003-06-07 01:34:35 +0200 (Sat, 07 Jun 2003) | 2 lines
15803 Changed paths:
15804    M /trunk/modules/gui/skins/src/skin_main.cpp
15805    M /trunk/modules/gui/skins/x11/x11_font.cpp
15806    M /trunk/modules/gui/skins/x11/x11_window.cpp
15807
15808 * got rid of this useless error message
15809
15810 ------------------------------------------------------------------------
15811 r4527 | asmax | 2003-06-07 02:36:28 +0200 (Sat, 07 Jun 2003) | 3 lines
15812 Changed paths:
15813    M /trunk/modules/gui/skins/x11/x11_api.cpp
15814    M /trunk/modules/gui/skins/x11/x11_window.cpp
15815    M /trunk/modules/gui/skins/x11/x11_window.h
15816
15817 * implemented double click event for X11 skins. The delay is hard-coded
15818   (400ms) , maybe it could be stored in the vlc config file
15819
15820 ------------------------------------------------------------------------
15821 r4528 | titer | 2003-06-07 05:25:00 +0200 (Sat, 07 Jun 2003) | 2 lines
15822 Changed paths:
15823    A /trunk/modules/access/pvr/.cvsignore
15824
15825  missing cvsignore
15826
15827 ------------------------------------------------------------------------
15828 r4529 | titer | 2003-06-07 05:45:38 +0200 (Sat, 07 Jun 2003) | 2 lines
15829 Changed paths:
15830    M /trunk/modules/access/pvr/pvr.c
15831
15832  modules/access/pvr/pvr.c : compile fix
15833
15834 ------------------------------------------------------------------------
15835 r4530 | gbazin | 2003-06-07 12:18:15 +0200 (Sat, 07 Jun 2003) | 3 lines
15836 Changed paths:
15837    M /trunk/modules/gui/skins/x11/x11_theme.cpp
15838
15839
15840 * modules/gui/skins/x11/x11_theme.cpp: removed unnecessary stuff.
15841
15842 ------------------------------------------------------------------------
15843 r4531 | asmax | 2003-06-07 14:19:23 +0200 (Sat, 07 Jun 2003) | 2 lines
15844 Changed paths:
15845    M /trunk/modules/gui/skins/controls/text.cpp
15846    M /trunk/modules/gui/skins/x11/x11_run.cpp
15847    M /trunk/modules/gui/skins/x11/x11_timer.cpp
15848    M /trunk/modules/gui/skins/x11/x11_timer.h
15849    M /trunk/modules/gui/skins/x11/x11_window.cpp
15850    M /trunk/modules/gui/skins/x11/x11_window.h
15851
15852 * beginning of tooltips (only in the console at the moment ;)
15853
15854 ------------------------------------------------------------------------
15855 r4532 | gbazin | 2003-06-07 21:05:19 +0200 (Sat, 07 Jun 2003) | 4 lines
15856 Changed paths:
15857    A /trunk/doc/subtitles
15858    A /trunk/doc/subtitles/readme
15859    A /trunk/doc/subtitles/vlc-font.pl
15860    A /trunk/doc/subtitles/vlc-gimp.pl
15861    A /trunk/share/font-eutopiabold21.rle
15862
15863
15864 * doc/subtitles/*, share/font-eutopiabold21.rle: new (smaller) font + scripts
15865 and instructions to generate new fonts.
15866
15867 ------------------------------------------------------------------------
15868 r4533 | gbazin | 2003-06-07 21:19:32 +0200 (Sat, 07 Jun 2003) | 3 lines
15869 Changed paths:
15870    M /trunk/doc/Makefile.am
15871    M /trunk/share/Makefile.am
15872
15873
15874 * share/Makefile.ami, doc/Makefile.am: forgot to include some files in the "make dist".
15875
15876 ------------------------------------------------------------------------
15877 r4534 | asmax | 2003-06-08 02:32:07 +0200 (Sun, 08 Jun 2003) | 4 lines
15878 Changed paths:
15879    M /trunk/configure.ac.in
15880    M /trunk/modules/gui/skins/Modules.am
15881    M /trunk/modules/gui/skins/x11/x11_font.cpp
15882    M /trunk/modules/gui/skins/x11/x11_font.h
15883    M /trunk/modules/gui/skins/x11/x11_run.cpp
15884    M /trunk/modules/gui/skins/x11/x11_window.cpp
15885    M /trunk/modules/gui/skins/x11/x11_window.h
15886
15887 * x11_font.cpp: fixed font placement
15888 * x11_window.*: real tooltip windows ! not perfect yet but it looks cool !
15889 * removed compilation of gtk2 skins module. If you want it back, good luck ;)
15890
15891 ------------------------------------------------------------------------
15892 r4535 | asmax | 2003-06-08 13:33:14 +0200 (Sun, 08 Jun 2003) | 2 lines
15893 Changed paths:
15894    M /trunk/modules/gui/skins/x11/x11_run.cpp
15895    M /trunk/modules/gui/skins/x11/x11_timer.cpp
15896    M /trunk/modules/gui/skins/x11/x11_timer.h
15897    M /trunk/modules/gui/skins/x11/x11_window.cpp
15898
15899 * better implementation of timers for X11 skins
15900
15901 ------------------------------------------------------------------------
15902 r4536 | gbazin | 2003-06-08 14:45:13 +0200 (Sun, 08 Jun 2003) | 3 lines
15903 Changed paths:
15904    M /trunk/modules/gui/skins/x11/x11_bitmap.cpp
15905    M /trunk/modules/gui/skins/x11/x11_timer.h
15906    M /trunk/modules/gui/skins/x11/x11_window.cpp
15907
15908
15909 * modules/gui/skins/x11/*: fixed transparency problem. XShapeCombineRegion() needs to be called before the window is mapped.
15910
15911 ------------------------------------------------------------------------
15912 r4537 | asmax | 2003-06-08 17:22:03 +0200 (Sun, 08 Jun 2003) | 5 lines
15913 Changed paths:
15914    M /trunk/modules/gui/skins/controls/playlist.cpp
15915    M /trunk/modules/gui/skins/x11/x11_graphics.cpp
15916    M /trunk/share/skins/default/theme.xml
15917
15918 * share/skins/default/theme.xml: fixed playlist size
15919 * modules/gui/skins/controls/playlist.cpp: fixed a segfault when deleting
15920   items
15921 * modules/gui/skins/x11/x11_graphics.cpp: implemented DrawRect
15922
15923 ------------------------------------------------------------------------
15924 r4538 | titer | 2003-06-08 18:04:30 +0200 (Sun, 08 Jun 2003) | 2 lines
15925 Changed paths:
15926    M /trunk/modules/gui/beos/VlcWrapper.cpp
15927
15928  Minor fix
15929
15930 ------------------------------------------------------------------------
15931 r4539 | gbazin | 2003-06-08 18:56:48 +0200 (Sun, 08 Jun 2003) | 3 lines
15932 Changed paths:
15933    M /trunk/modules/gui/skins/src/dialogs.cpp
15934    M /trunk/modules/gui/skins/src/dialogs.h
15935    M /trunk/modules/gui/skins/src/skin_main.cpp
15936    M /trunk/modules/gui/skins/src/themeloader.cpp
15937    M /trunk/modules/gui/skins/src/window.cpp
15938
15939
15940 * modules/gui/skins/*: display the popupmenu when you right click on the interface.
15941
15942 ------------------------------------------------------------------------
15943 r4540 | asmax | 2003-06-08 20:17:50 +0200 (Sun, 08 Jun 2003) | 2 lines
15944 Changed paths:
15945    M /trunk/modules/gui/skins/x11/x11_dragdrop.cpp
15946    M /trunk/modules/gui/skins/x11/x11_dragdrop.h
15947    M /trunk/modules/gui/skins/x11/x11_run.cpp
15948    M /trunk/modules/gui/skins/x11/x11_window.cpp
15949
15950 * very beginning of drag and drop support in X11 skins
15951
15952 ------------------------------------------------------------------------
15953 r4541 | gbazin | 2003-06-08 20:40:10 +0200 (Sun, 08 Jun 2003) | 4 lines
15954 Changed paths:
15955    M /trunk/modules/gui/skins/x11/x11_window.cpp
15956    M /trunk/share/skins/default/theme.xml
15957
15958
15959 * modules/gui/skins/x11/x11_window.cpp: avoid flicker when mapping a window.
15960 * share/skins/default/theme.xml: playlist is hidden by default.
15961
15962 ------------------------------------------------------------------------
15963 r4542 | asmax | 2003-06-09 02:07:09 +0200 (Mon, 09 Jun 2003) | 3 lines
15964 Changed paths:
15965    M /trunk/modules/gui/skins/x11/x11_dragdrop.cpp
15966    M /trunk/modules/gui/skins/x11/x11_dragdrop.h
15967    M /trunk/modules/gui/skins/x11/x11_window.cpp
15968
15969 * drag & drop for X11 skins. Still mysterious problems but it's better
15970   than nothing
15971
15972 ------------------------------------------------------------------------
15973 r4543 | asmax | 2003-06-09 02:32:58 +0200 (Mon, 09 Jun 2003) | 2 lines
15974 Changed paths:
15975    M /trunk/modules/gui/skins/x11/x11_dragdrop.cpp
15976
15977 * drag & drop works with gnome file manager now
15978
15979 ------------------------------------------------------------------------
15980 r4544 | massiot | 2003-06-09 02:33:34 +0200 (Mon, 09 Jun 2003) | 7 lines
15981 Changed paths:
15982    M /trunk/include/video.h
15983    M /trunk/include/video_output.h
15984    M /trunk/include/vout_synchro.h
15985    M /trunk/modules/codec/libmpeg2.c
15986    M /trunk/modules/gui/macosx/intf.m
15987    M /trunk/src/video_output/vout_pictures.c
15988    M /trunk/src/video_output/vout_synchro.c
15989
15990 * include/video.h include/video_output.h src/video_output/vout_pictures.c:
15991   In vout_CreatePicture() replace i_repeat_first_field by the more useful
15992   i_nb_fields
15993 * modules/gui/macosx/intf.m: Fixed a warning
15994 * modules/codec/libmpeg2.c include/vout_synchro.h src/video_output/vout_synchro.c:
15995   Re-added support for slice-I streams, plus miscellaneous tweakings
15996
15997 ------------------------------------------------------------------------
15998 r4545 | gbazin | 2003-06-09 08:52:07 +0200 (Mon, 09 Jun 2003) | 3 lines
15999 Changed paths:
16000    M /trunk/modules/gui/skins/src/vlcproc.cpp
16001
16002
16003 * modules/gui/skins/src/vlcproc.cpp: the "play" action will trigger the open dialog if the playlist is empty.
16004
16005 ------------------------------------------------------------------------
16006 r4546 | gbazin | 2003-06-09 09:16:42 +0200 (Mon, 09 Jun 2003) | 4 lines
16007 Changed paths:
16008    M /trunk/modules/mux/mpeg/pes.c
16009    M /trunk/modules/stream_out/display.c
16010
16011
16012 * modules/mux/mpeg/pes.c: allow cases where we don't write a pts.
16013 * modules/stream_out/display.c: handle cases where we don't have a pts/dts.
16014
16015 ------------------------------------------------------------------------
16016 r4547 | massiot | 2003-06-09 11:29:12 +0200 (Mon, 09 Jun 2003) | 2 lines
16017 Changed paths:
16018    M /trunk/modules/access/file.c
16019
16020 * modules/access/file.c: Fixed a compile issue (thanks michael.mauch at gmx.de)
16021
16022 ------------------------------------------------------------------------
16023 r4548 | asmax | 2003-06-09 14:33:17 +0200 (Mon, 09 Jun 2003) | 5 lines
16024 Changed paths:
16025    M /trunk/modules/gui/skins/controls/button.cpp
16026    M /trunk/modules/gui/skins/controls/checkbox.cpp
16027    M /trunk/modules/gui/skins/controls/image.cpp
16028    M /trunk/modules/gui/skins/controls/playlist.cpp
16029    M /trunk/modules/gui/skins/src/dialogs.cpp
16030    M /trunk/modules/gui/skins/src/skin_common.h
16031    M /trunk/modules/gui/skins/src/skin_main.cpp
16032    M /trunk/modules/gui/skins/src/theme.cpp
16033    M /trunk/modules/gui/skins/src/themeloader.cpp
16034    M /trunk/modules/gui/skins/src/vlcproc.cpp
16035    M /trunk/modules/gui/skins/src/vlcproc.h
16036    M /trunk/modules/gui/skins/src/window.cpp
16037    M /trunk/modules/gui/skins/x11/x11_bitmap.cpp
16038    M /trunk/modules/gui/skins/x11/x11_dragdrop.h
16039    M /trunk/modules/gui/skins/x11/x11_event.cpp
16040    M /trunk/modules/gui/skins/x11/x11_font.cpp
16041    M /trunk/modules/gui/skins/x11/x11_font.h
16042    M /trunk/modules/gui/skins/x11/x11_graphics.cpp
16043    M /trunk/modules/gui/skins/x11/x11_run.cpp
16044    M /trunk/modules/gui/skins/x11/x11_theme.cpp
16045    M /trunk/modules/gui/skins/x11/x11_timer.cpp
16046    M /trunk/modules/gui/skins/x11/x11_timer.h
16047    M /trunk/modules/gui/skins/x11/x11_window.cpp
16048    M /trunk/modules/gui/wxwindows/preferences.cpp
16049
16050 * repaired basic_skins
16051 * removed all the compilation warnings
16052 * fixed LOTS of memory leaks in skins (gibalou, you should try valgrind
16053   on wxwindows plugin ;)
16054
16055 ------------------------------------------------------------------------
16056 r4549 | asmax | 2003-06-09 16:04:20 +0200 (Mon, 09 Jun 2003) | 5 lines
16057 Changed paths:
16058    M /trunk/modules/gui/skins/controls/playlist.cpp
16059    M /trunk/modules/gui/skins/src/skin_common.h
16060    M /trunk/modules/gui/skins/src/window.cpp
16061    M /trunk/modules/gui/skins/x11/x11_window.cpp
16062
16063 * now selection method in the playlist depends on the state of the
16064   CTRL button (as expected in a normal playlist !)
16065   TODO: - do the same under windows
16066         - replace all button constants 1/2 by MOUSE_LEFT/MOUSE_RIGHT
16067
16068 ------------------------------------------------------------------------
16069 r4550 | asmax | 2003-06-09 21:08:33 +0200 (Mon, 09 Jun 2003) | 3 lines
16070 Changed paths:
16071    M /trunk/modules/gui/skins/src/skin_common.h
16072    M /trunk/modules/gui/skins/x11/x11_window.cpp
16073    M /trunk/modules/gui/wxwindows/fileinfo.cpp
16074
16075 * fixed a segfault in FileInfo when p_info->psz_name == NULL
16076   but there are still other segfaults sometimes in FileInfo !!
16077
16078 ------------------------------------------------------------------------
16079 r4551 | jpsaman | 2003-06-09 21:51:31 +0200 (Mon, 09 Jun 2003) | 2 lines
16080 Changed paths:
16081    M /trunk/ipkg/control
16082    M /trunk/ipkg/control.gpe
16083    M /trunk/ipkg/control.opie
16084    M /trunk/ipkg/control.zaurus
16085    M /trunk/ipkg/postinst
16086    M /trunk/ipkg/postinst.gpe
16087    M /trunk/ipkg/postinst.opie
16088    M /trunk/ipkg/postinst.zaurus
16089    M /trunk/ipkg/postrm
16090    M /trunk/ipkg/postrm.gpe
16091    M /trunk/ipkg/postrm.opie
16092    M /trunk/ipkg/postrm.zaurus
16093
16094 Updated build packages for test2 release.
16095
16096 ------------------------------------------------------------------------
16097 r4552 | jpsaman | 2003-06-09 21:56:26 +0200 (Mon, 09 Jun 2003) | 2 lines
16098 Changed paths:
16099    M /trunk/modules/misc/qte_main.cpp
16100
16101 Run opie-vlc and zaurus-vlc as GuiServer. (Didn't I commit this before???).
16102
16103 ------------------------------------------------------------------------
16104 r4553 | asmax | 2003-06-09 23:14:17 +0200 (Mon, 09 Jun 2003) | 3 lines
16105 Changed paths:
16106    M /trunk/modules/gui/skins/src/skin_main.cpp
16107
16108 * X11 skins are now loaded from home directory or if it fails, from
16109   the share directory
16110
16111 ------------------------------------------------------------------------
16112 r4554 | asmax | 2003-06-10 00:02:13 +0200 (Tue, 10 Jun 2003) | 2 lines
16113 Changed paths:
16114    M /trunk/modules/gui/skins/x11/x11_api.cpp
16115    M /trunk/modules/gui/skins/x11/x11_font.cpp
16116
16117 * x11_api.c: implemented OSAPI_GetNonTransparentColor (needed for fonts !)
16118
16119 ------------------------------------------------------------------------
16120 r4555 | massiot | 2003-06-10 13:12:38 +0200 (Tue, 10 Jun 2003) | 2 lines
16121 Changed paths:
16122    M /trunk/modules/codec/libmpeg2.c
16123
16124 Fixed a potential segfault.
16125
16126 ------------------------------------------------------------------------
16127 r4556 | gbazin | 2003-06-10 13:43:41 +0200 (Tue, 10 Jun 2003) | 5 lines
16128 Changed paths:
16129    M /trunk/configure.ac.in
16130    M /trunk/modules/gui/skins/src/dialogs.cpp
16131    M /trunk/modules/gui/skins/src/dialogs.h
16132    M /trunk/modules/gui/skins/src/skin_common.h
16133    M /trunk/modules/gui/skins/src/vlcproc.cpp
16134    M /trunk/modules/gui/skins/src/window.cpp
16135    M /trunk/modules/gui/skins/x11/x11_theme.cpp
16136
16137
16138 * configure.ac.in: added an --enable-mostly-builtin option to avoid having too many plugins.
16139 * modules/gui/skins/src/*: reverted the last BASIC_SKINS patch (BASIC_SKINS was not broken, the changes were done on purpose).
16140 * modules/gui/skins/src/dialogs.[cpp,h]: ran dos2unix on these 2 files.
16141
16142 ------------------------------------------------------------------------
16143 r4557 | gbazin | 2003-06-11 00:42:59 +0200 (Wed, 11 Jun 2003) | 3 lines
16144 Changed paths:
16145    M /trunk/modules/mux/mpeg/pes.c
16146    M /trunk/modules/mux/mpeg/ts.c
16147    M /trunk/modules/packetizer/mpegvideo.c
16148
16149
16150 * modules/packetizer/mpegvideo.c, modules/mux/mpeg/*: fixed the dts/pts calculation in the mpegvideo packetizer. It should now handle streams where all the pictures don't have the same duration (eg. 3:2 pulldown). We don't calculate anymore the pts for every frame as it is impossible to do so for non low-delay streams.
16151
16152 ------------------------------------------------------------------------
16153 r4558 | massiot | 2003-06-11 01:01:40 +0200 (Wed, 11 Jun 2003) | 9 lines
16154 Changed paths:
16155    M /trunk/configure.ac.in
16156    M /trunk/modules/codec/libmpeg2.c
16157    M /trunk/modules/codec/lpcm.c
16158    M /trunk/modules/codec/mpeg_video/Modules.am
16159
16160 * configure.ac.in: Renamed mpeg_video to mpeg_video_old, so that even
16161   people who explicitely set mpeg_video in the previous version will end
16162   up with libmpeg2 in 0.6.0.
16163 * modules/codec/libmpeg2.c: Fixed a potential segfault, especially
16164   with DVDs.
16165 * modules/codec/lpcm.c: Send two PES packets in one aout buffer, because
16166   some audio filters (read: coreaudio resampler) don't like too small
16167   packets (I know, this is ugly).
16168
16169 ------------------------------------------------------------------------
16170 r4559 | gbazin | 2003-06-11 12:42:34 +0200 (Wed, 11 Jun 2003) | 5 lines
16171 Changed paths:
16172    M /trunk/modules/codec/mpeg_video/parser.c
16173    M /trunk/modules/gui/skins/Modules.am
16174    M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp
16175    M /trunk/modules/gui/skins/parser/flex.c
16176    M /trunk/modules/gui/skins/parser/skin.act
16177    M /trunk/modules/gui/skins/parser/skin.c
16178    M /trunk/modules/gui/skins/src/dialogs.cpp
16179    M /trunk/modules/gui/skins/src/dialogs.h
16180    M /trunk/modules/gui/skins/src/skin_common.h
16181    M /trunk/modules/gui/skins/src/skin_main.cpp
16182    M /trunk/modules/gui/skins/src/vlcproc.cpp
16183    M /trunk/msvc/vlc.dsw
16184
16185
16186 * modules/gui/skins/*: fix for msvc .dsp generation, replaced the BASIC_SKINS macro with the standard MODULE_NAME_IS_foo one and a couple of compilation fixes for msvc.
16187 * msvc/vlc.dsw: added basic_skins and renamed mpeg_video into mpeg_video_old.
16188 * modules/codec/mpeg_video/parser.c: fixed segfault when idct/motion modules can't be loaded.
16189
16190 ------------------------------------------------------------------------
16191 r4560 | gbazin | 2003-06-11 17:53:50 +0200 (Wed, 11 Jun 2003) | 3 lines
16192 Changed paths:
16193    M /trunk/modules/codec/theora.c
16194    M /trunk/modules/demux/ogg.c
16195
16196
16197 * modules/demux/ogg.c, modules/codec/theora.c: updated the ogg demuxer and theora decoder to the latest libtheora alpha 2 release.
16198
16199 ------------------------------------------------------------------------
16200 r4561 | gbazin | 2003-06-11 20:20:38 +0200 (Wed, 11 Jun 2003) | 3 lines
16201 Changed paths:
16202    M /trunk/modules/audio_output/directx.c
16203
16204
16205 * modules/audio_output/directx.c: fixed mem leak in 5.1 audio.
16206
16207 ------------------------------------------------------------------------
16208 r4562 | gbazin | 2003-06-11 20:45:41 +0200 (Wed, 11 Jun 2003) | 3 lines
16209 Changed paths:
16210    M /trunk/NEWS
16211
16212
16213 * NEWS: updated.
16214
16215 ------------------------------------------------------------------------
16216 r4563 | gbazin | 2003-06-11 22:36:22 +0200 (Wed, 11 Jun 2003) | 4 lines
16217 Changed paths:
16218    M /trunk/modules/video_filter/osd_text.c
16219
16220
16221 * modules/video_filter/osd_text.c: small compile fix that seems to be needed on
16222 some platforms.
16223
16224 ------------------------------------------------------------------------
16225 r4564 | gbazin | 2003-06-11 23:41:56 +0200 (Wed, 11 Jun 2003) | 3 lines
16226 Changed paths:
16227    M /trunk/modules/access_output/file.c
16228
16229
16230 * modules/access_output/file.c: use open() instead of fopen(). This allows us to use _lseeki64() on win32.
16231
16232 ------------------------------------------------------------------------
16233 r4565 | asmax | 2003-06-11 23:46:57 +0200 (Wed, 11 Jun 2003) | 3 lines
16234 Changed paths:
16235    M /trunk/modules/gui/skins/src/skin_main.cpp
16236    M /trunk/modules/gui/skins/x11/x11_theme.cpp
16237    M /trunk/share/Makefile.am
16238
16239 * skin_main.cpp,x11_theme.cpp: better way to fix the "open skin bug" !
16240 * share/Makefile.am: install skins at make install (closes bug #856)
16241
16242 ------------------------------------------------------------------------
16243 r4566 | gbazin | 2003-06-12 00:46:42 +0200 (Thu, 12 Jun 2003) | 3 lines
16244 Changed paths:
16245    M /trunk/AUTHORS
16246    M /trunk/configure.ac.in
16247    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
16248    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
16249    M /trunk/po/POTFILES.in
16250    M /trunk/po/de.po
16251    M /trunk/po/en_GB.po
16252    M /trunk/po/fr.po
16253    M /trunk/po/it.po
16254    M /trunk/po/ja.po
16255    M /trunk/po/nl.po
16256    M /trunk/po/no.po
16257    M /trunk/po/pl.po
16258    M /trunk/po/ru.po
16259    M /trunk/po/sv.po
16260    M /trunk/po/vlc.pot
16261
16262
16263 * ALL: bumped version number to 0.6.0-test3 + po updates
16264
16265 ------------------------------------------------------------------------
16266 r4567 | gbazin | 2003-06-12 08:56:01 +0200 (Thu, 12 Jun 2003) | 3 lines
16267 Changed paths:
16268    M /trunk/share/Makefile.am
16269
16270
16271 * Makefile.am: fixed inclusion of skins in make dist.
16272
16273 ------------------------------------------------------------------------
16274 r4568 | gbazin | 2003-06-12 10:14:31 +0200 (Thu, 12 Jun 2003) | 3 lines
16275 Changed paths:
16276    M /trunk/share/Makefile.am
16277
16278
16279 * share/Makefile.am: fixed my previous fix ;)
16280
16281 ------------------------------------------------------------------------
16282 r4569 | zorglub | 2003-06-12 13:37:48 +0200 (Thu, 12 Jun 2003) | 2 lines
16283 Changed paths:
16284    M /trunk/include/announce.h
16285    M /trunk/modules/stream_out/standard.c
16286    M /trunk/src/stream_output/announce.c
16287
16288 Code cleanup
16289
16290 ------------------------------------------------------------------------
16291 r4570 | gbazin | 2003-06-12 17:56:27 +0200 (Thu, 12 Jun 2003) | 3 lines
16292 Changed paths:
16293    M /trunk/modules/access_output/file.c
16294
16295
16296 * modules/access_output/file.c: win32 compilation fix.
16297
16298 ------------------------------------------------------------------------
16299 r4571 | gbazin | 2003-06-12 23:28:39 +0200 (Thu, 12 Jun 2003) | 3 lines
16300 Changed paths:
16301    M /trunk/modules/gui/wxwindows/interface.cpp
16302    M /trunk/modules/gui/wxwindows/timer.cpp
16303    M /trunk/modules/gui/wxwindows/wxwindows.h
16304
16305
16306 * modules/gui/wxwindows/*: added a volume control.
16307
16308 ------------------------------------------------------------------------
16309 r4572 | gbazin | 2003-06-13 00:03:36 +0200 (Fri, 13 Jun 2003) | 3 lines
16310 Changed paths:
16311    M /trunk/modules/gui/wxwindows/interface.cpp
16312
16313
16314 * modules/gui/wxwindows/interface.cpp: fixed compile issue.
16315
16316 ------------------------------------------------------------------------
16317 r4573 | massiot | 2003-06-13 00:27:35 +0200 (Fri, 13 Jun 2003) | 2 lines
16318 Changed paths:
16319    M /trunk/modules/codec/spudec/spudec.c
16320
16321 * modules/codec/spudec/spudec.c: Take small font by default
16322
16323 ------------------------------------------------------------------------
16324 r4574 | gbazin | 2003-06-13 01:03:09 +0200 (Fri, 13 Jun 2003) | 3 lines
16325 Changed paths:
16326    M /trunk/modules/misc/network/ipv6.c
16327
16328
16329 * modules/misc/network/ipv6.c: gave a quick try to implementing ttl for ipv6.
16330
16331 ------------------------------------------------------------------------
16332 r4575 | titer | 2003-06-13 02:15:40 +0200 (Fri, 13 Jun 2003) | 2 lines
16333 Changed paths:
16334    M /trunk/modules/gui/beos/Interface.cpp
16335
16336  modules/gui/beos/Interface.cpp : fixed a possible crash
16337
16338 ------------------------------------------------------------------------
16339 r4576 | sam | 2003-06-13 05:21:40 +0200 (Fri, 13 Jun 2003) | 4 lines
16340 Changed paths:
16341    M /trunk/configure.ac.in
16342    M /trunk/src/misc/messages.c
16343
16344   * ./src/misc/messages.c: ouch. when the message queue was full, we were
16345     using our va_list twice, which caused crashes on architectures where
16346     va_list is a pointer; we now use va_copy whenever possible.
16347
16348 ------------------------------------------------------------------------
16349 r4577 | gbazin | 2003-06-13 14:08:13 +0200 (Fri, 13 Jun 2003) | 3 lines
16350 Changed paths:
16351    M /trunk/modules/misc/network/ipv6.c
16352
16353
16354 * modules/misc/network/ipv6.c: fixed multicast support on win32. Well, it is working on Win2k but might require run-time OS version checking to have it woking on XP as well. (you might have to add a multicast route: ipv6 rtu FF00::/8 #intfnum)
16355
16356 ------------------------------------------------------------------------
16357 r4578 | gbazin | 2003-06-13 17:54:42 +0200 (Fri, 13 Jun 2003) | 3 lines
16358 Changed paths:
16359    M /trunk/modules/gui/wxwindows/interface.cpp
16360    M /trunk/modules/gui/wxwindows/timer.cpp
16361
16362
16363 modules/gui/wxwindows/*: fix for the volume control under win32.
16364
16365 ------------------------------------------------------------------------
16366 r4579 | asmax | 2003-06-13 23:18:54 +0200 (Fri, 13 Jun 2003) | 2 lines
16367 Changed paths:
16368    M /trunk/modules/gui/skins/src/skin_common.h
16369    M /trunk/modules/gui/skins/src/skin_main.cpp
16370    M /trunk/modules/gui/skins/x11/x11_window.cpp
16371
16372 * X11 skin windows should have an icon now
16373
16374 ------------------------------------------------------------------------
16375 r4580 | titer | 2003-06-14 02:49:58 +0200 (Sat, 14 Jun 2003) | 2 lines
16376 Changed paths:
16377    M /trunk/include/vlc_threads.h
16378
16379  include/vlc_threads.h: more BeOS' priorities tuning.
16380
16381 ------------------------------------------------------------------------
16382 r4581 | titer | 2003-06-14 14:32:16 +0200 (Sat, 14 Jun 2003) | 2 lines
16383 Changed paths:
16384    M /trunk/modules/gui/beos/VideoOutput.cpp
16385
16386  beos/VideoOutput.cpp : make the BPopUpMenu stickable
16387
16388 ------------------------------------------------------------------------
16389 r4582 | gbazin | 2003-06-14 17:43:39 +0200 (Sat, 14 Jun 2003) | 4 lines
16390 Changed paths:
16391    M /trunk/modules/codec/ffmpeg/ffmpeg.c
16392    M /trunk/modules/codec/ffmpeg/video.c
16393
16394
16395 * modules/codec/ffmpeg/*: fix for ffmpeg direct rendering. Direct rendering is now
16396 enabled by default.
16397
16398 ------------------------------------------------------------------------
16399 r4583 | gbazin | 2003-06-14 18:29:22 +0200 (Sat, 14 Jun 2003) | 4 lines
16400 Changed paths:
16401    M /trunk/src/misc/configuration.c
16402
16403
16404 * src/misc/configuration.c: in config_SaveConfigFile() don't save options that
16405 kept their original value (thanks fenrir for the suggestion).
16406
16407 ------------------------------------------------------------------------
16408 r4584 | gbazin | 2003-06-14 20:49:02 +0200 (Sat, 14 Jun 2003) | 3 lines
16409 Changed paths:
16410    M /trunk/modules/gui/skins/src/skin_main.cpp
16411    M /trunk/modules/gui/skins/x11/x11_window.cpp
16412
16413
16414 * modules/gui/skins/x11/x11_window.cpp: small bugfix for icons support.
16415
16416 ------------------------------------------------------------------------
16417 r4585 | hartman | 2003-06-14 23:06:30 +0200 (Sat, 14 Jun 2003) | 4 lines
16418 Changed paths:
16419    M /trunk/vlc.ebuild
16420
16421 * Dramatically improved the ebuild.
16422   - To be done before 0.6.0 release: insert correct contrib links for ffmpeg and libmpeg2
16423   - fix faad2? currently disabled
16424
16425 ------------------------------------------------------------------------
16426 r4586 | gbazin | 2003-06-14 23:18:36 +0200 (Sat, 14 Jun 2003) | 3 lines
16427 Changed paths:
16428    M /trunk/modules/gui/wxwindows/open.cpp
16429
16430
16431 * modules/gui/wxwindows/open.cpp: fixed a couple of bugs with the open dialog.
16432
16433 ------------------------------------------------------------------------
16434 r4587 | gbazin | 2003-06-15 00:12:12 +0200 (Sun, 15 Jun 2003) | 3 lines
16435 Changed paths:
16436    M /trunk/configure.ac.in
16437
16438
16439 * configure.ac.in: old faad2 detection.
16440
16441 ------------------------------------------------------------------------
16442 r4588 | hartman | 2003-06-15 00:14:16 +0200 (Sun, 15 Jun 2003) | 2 lines
16443 Changed paths:
16444    M /trunk/modules/codec/faad/decoder.c
16445
16446 * We should be compatible with older versions of faad again
16447
16448 ------------------------------------------------------------------------
16449 r4589 | massiot | 2003-06-15 03:23:31 +0200 (Sun, 15 Jun 2003) | 4 lines
16450 Changed paths:
16451    M /trunk/NEWS
16452    M /trunk/configure.ac.in
16453    M /trunk/modules/gui/familiar/interface.c
16454    M /trunk/modules/misc/network/ipv4.c
16455    M /trunk/modules/misc/network/ipv6.c
16456    M /trunk/po/fr.po
16457
16458 * Removed the ugly dependancy on glibc in the ipv6 module.
16459 * po/fr.po: French translation courtesy of Jean-Pierre Kuypers.
16460 * Miscellaneous clean-ups.
16461
16462 ------------------------------------------------------------------------
16463 r4590 | hartman | 2003-06-15 16:00:40 +0200 (Sun, 15 Jun 2003) | 4 lines
16464 Changed paths:
16465    M /trunk/README.MacOSX.rtf
16466    M /trunk/po/it.po
16467    M /trunk/po/nl.po
16468
16469 * ./po/it.po: Fresh Italien translation, courtesy of by Bruno <allevb at tin.it>
16470 * ./po/nl.po: New Dutch Translation by /me ;)
16471 * README.MacOSX.rtf: Updated instructions of Prefence usage.
16472
16473 ------------------------------------------------------------------------
16474 r4591 | sigmunau | 2003-06-15 17:16:14 +0200 (Sun, 15 Jun 2003) | 4 lines
16475 Changed paths:
16476    M /trunk/modules/demux/util/id3tag.c
16477
16478 id3tag.c: Do not try to seek on network streams even if they have b_seekable set to
16479 true, since this seems to break playback of some streams over http. It also
16480 takes to much time just to get some fancy metadata
16481
16482 ------------------------------------------------------------------------
16483 r4592 | hartman | 2003-06-15 17:20:21 +0200 (Sun, 15 Jun 2003) | 2 lines
16484 Changed paths:
16485    M /trunk/modules/gui/macosx/applescript.m
16486
16487 * Fixed applescript Fullscreen command.
16488
16489 ------------------------------------------------------------------------
16490 r4593 | hartman | 2003-06-16 00:32:06 +0200 (Mon, 16 Jun 2003) | 4 lines
16491 Changed paths:
16492    M /trunk/NEWS
16493    M /trunk/modules/codec/ffmpeg/ffmpeg.c
16494    M /trunk/modules/codec/quicktime.c
16495
16496 * NEWS: small corrections
16497 * modules/codec/ffmpeg: I had disabled IV31 support on intel instead of on ppc
16498 * modules/codec/quicktime.c: cosmetic fix
16499
16500 ------------------------------------------------------------------------
16501 r4594 | zorglub | 2003-06-16 17:39:11 +0200 (Mon, 16 Jun 2003) | 2 lines
16502 Changed paths:
16503    M /trunk/modules/misc/sap.c
16504
16505 * SAP can now handle SAP-announced IPv6 streams
16506
16507 ------------------------------------------------------------------------
16508 r4595 | gbazin | 2003-06-16 22:23:41 +0200 (Mon, 16 Jun 2003) | 3 lines
16509 Changed paths:
16510    M /trunk/configure.ac.in
16511    M /trunk/modules/codec/ffmpeg/ffmpeg.c
16512    M /trunk/modules/codec/ffmpeg/video.c
16513
16514
16515 * configure.ac.in, modules/codec/ffmpeg/*: a few direct rendering fixes and got rid of the old post-processing code.
16516
16517 ------------------------------------------------------------------------
16518 r4596 | gbazin | 2003-06-16 22:49:12 +0200 (Mon, 16 Jun 2003) | 3 lines
16519 Changed paths:
16520    M /trunk/modules/codec/ffmpeg/video.c
16521
16522
16523 * modules/codec/ffmpeg/video.c: fixed the last direct rendering bug.
16524
16525 ------------------------------------------------------------------------
16526 r4597 | gbazin | 2003-06-16 23:55:58 +0200 (Mon, 16 Jun 2003) | 4 lines
16527 Changed paths:
16528    M /trunk/include/modules_inner.h
16529    M /trunk/modules/gui/wxwindows/preferences.cpp
16530
16531
16532 * modules/gui/wxwindows/preferences.cpp: fixed the preferences to also show the config options of sub-modules.
16533 * include/modules_inner.h: removed unneeded initialization.
16534
16535 ------------------------------------------------------------------------
16536 r4598 | hartman | 2003-06-17 16:38:39 +0200 (Tue, 17 Jun 2003) | 5 lines
16537 Changed paths:
16538    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
16539    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
16540    M /trunk/modules/gui/macosx/output.m
16541    M /trunk/po/de.po
16542
16543 * modules/gui/macosx/output.m: Fixed a bug in the transcoding dialog.
16544 * extras/MacOSX/Resources/English.lproj/MainMenu.nib:
16545   Fixed two cosmetic issues in the stream output dialog.
16546 * po/de.po: Update german translation courtesy of: Felix Kuhne <FK at aenneburghardt.de>
16547
16548 ------------------------------------------------------------------------
16549 r4599 | hartman | 2003-06-17 16:43:22 +0200 (Tue, 17 Jun 2003) | 4 lines
16550 Changed paths:
16551    M /trunk/modules/codec/quicktime.c
16552    M /trunk/modules/gui/macosx/intf.m
16553
16554 modules/codec/quicktime.c: Disabled all video codecs accept SVQ3
16555 modules/gui/macosx/intf.m: Fixed an inconsistenty in the translation
16556 cvS: ----------------------------------------------------------------------
16557
16558 ------------------------------------------------------------------------
16559 r4600 | gbazin | 2003-06-17 18:09:16 +0200 (Tue, 17 Jun 2003) | 4 lines
16560 Changed paths:
16561    M /trunk/modules/access/dvd/dvd.c
16562    M /trunk/modules/access/dvdplay/dvd.c
16563    M /trunk/modules/access/dvdread/dvdread.c
16564    M /trunk/modules/access/slp.c
16565    M /trunk/modules/gui/beos/BeOS.cpp
16566    M /trunk/modules/gui/macosx/macosx.m
16567    M /trunk/modules/gui/qnx/qnx.c
16568    M /trunk/modules/gui/wxwindows/preferences.cpp
16569    M /trunk/modules/misc/dummy/dummy.c
16570    M /trunk/modules/misc/sap.c
16571
16572
16573 * modules/*: got rid of empty module objects.
16574 * modules/gui/wxwindows/preferences.cpp: fixed the config options display for submodules.
16575
16576 ------------------------------------------------------------------------
16577 r4601 | asmax | 2003-06-17 20:13:18 +0200 (Tue, 17 Jun 2003) | 2 lines
16578 Changed paths:
16579    M /trunk/modules/gui/skins/src/window.cpp
16580    M /trunk/modules/gui/skins/x11/x11_window.cpp
16581    M /trunk/modules/gui/skins/x11/x11_window.h
16582
16583 * tooltips are now updated during scrolling
16584
16585 ------------------------------------------------------------------------
16586 r4602 | hartman | 2003-06-17 22:03:50 +0200 (Tue, 17 Jun 2003) | 2 lines
16587 Changed paths:
16588    M /trunk/modules/access/cdda.c
16589
16590 * moved the capability definition up one line. the config options follow the capability now. Circumvents a bug with OSX prefs dialog.
16591
16592 ------------------------------------------------------------------------
16593 r4603 | hartman | 2003-06-17 22:10:08 +0200 (Tue, 17 Jun 2003) | 2 lines
16594 Changed paths:
16595    M /trunk/po/de.po
16596
16597 * Fixes to the german translation
16598
16599 ------------------------------------------------------------------------
16600 r4604 | asmax | 2003-06-17 22:47:20 +0200 (Tue, 17 Jun 2003) | 2 lines
16601 Changed paths:
16602    M /trunk/python/vlcmodule.c
16603
16604 * fixed a very old bug preventing the whole thing from working :(
16605
16606 ------------------------------------------------------------------------
16607 r4605 | asmax | 2003-06-17 22:56:59 +0200 (Tue, 17 Jun 2003) | 2 lines
16608 Changed paths:
16609    M /trunk/python/setup.py
16610
16611 * fixed another compilation issue of python module
16612
16613 ------------------------------------------------------------------------
16614 r4606 | gbazin | 2003-06-17 23:07:50 +0200 (Tue, 17 Jun 2003) | 3 lines
16615 Changed paths:
16616    M /trunk/modules/codec/ffmpeg/video.h
16617
16618
16619 * modules/codec/ffmpeg/video.h: forgot to remove a reference to the old postprocessing code.
16620
16621 ------------------------------------------------------------------------
16622 r4607 | asmax | 2003-06-17 23:52:19 +0200 (Tue, 17 Jun 2003) | 2 lines
16623 Changed paths:
16624    M /trunk/src/libvlc.h
16625
16626 * moved the ttl help in the right section
16627
16628 ------------------------------------------------------------------------
16629 r4608 | zorglub | 2003-06-18 14:18:51 +0200 (Wed, 18 Jun 2003) | 7 lines
16630 Changed paths:
16631    M /trunk/modules/misc/sap.c
16632
16633 SAP can now listen for IPv6 announces
16634
16635 To enable this, start vlc with --sap-ipv6
16636 To disable IPv4 listening, use --no-sap-ipv4
16637
16638 You can also set the scope of the announces (default is 3)
16639
16640 ------------------------------------------------------------------------
16641 r4609 | sam | 2003-06-19 04:14:30 +0200 (Thu, 19 Jun 2003) | 9 lines
16642 Changed paths:
16643    M /trunk/debian/Makefile.am
16644    M /trunk/debian/changelog
16645    M /trunk/debian/control
16646    A /trunk/debian/copyright
16647    M /trunk/debian/rules
16648    D /trunk/debian/vlc.copyright
16649
16650   * debian/rules:
16651     + Replaced $(DEB_BUILD_ARCH) with `dpkg-architecture -qDEB_BUILD_GNU_CPU`
16652       so that the rules can be called directly.
16653   * debian/control:
16654     + Removed leading "a"s from package descriptions.
16655     + Set policy to 3.5.10.
16656   * debian/copyright:
16657     + Removed debian/vlc.copyright.
16658
16659 ------------------------------------------------------------------------
16660 r4610 | gbazin | 2003-06-19 14:21:53 +0200 (Thu, 19 Jun 2003) | 3 lines
16661 Changed paths:
16662    M /trunk/modules/gui/wxwindows/interface.cpp
16663    M /trunk/modules/gui/wxwindows/preferences.cpp
16664
16665
16666 * modules/gui/wxwindows/*: changed the preferences panel to use textctrls for float values as spinctrls don't support floats. The advanced checkbox is only displayed if needed. Fixed the play/pause buttons tooltip.
16667
16668 ------------------------------------------------------------------------
16669 r4611 | sam | 2003-06-19 15:08:57 +0200 (Thu, 19 Jun 2003) | 3 lines
16670 Changed paths:
16671    M /trunk/modules/misc/screensaver.c
16672
16673   * ./modules/misc/screensaver.c: the screensaver was disabled way too often
16674     because I forgot to reinitialise an index.
16675
16676 ------------------------------------------------------------------------
16677 r4612 | gbazin | 2003-06-19 20:22:05 +0200 (Thu, 19 Jun 2003) | 3 lines
16678 Changed paths:
16679    M /trunk/modules/access_output/udp.c
16680
16681
16682 * modules/access_output/udp.c: implemented a caching mechanism which solves all the bad quality streaming issues that have been reported. The caching value can be modified with the --udp-sout-caching config option (the default value being DEFAULT_PTS_DELAY ==  300 milisec).
16683
16684 ------------------------------------------------------------------------
16685 r4613 | titer | 2003-06-19 20:44:16 +0200 (Thu, 19 Jun 2003) | 3 lines
16686 Changed paths:
16687    M /trunk/modules/gui/beos/VideoOutput.cpp
16688
16689  beos/VideoOutput.cpp : fixed a visual bug in fullscreen that happens with
16690   a few Dano/Zeta themes
16691
16692 ------------------------------------------------------------------------
16693 r4614 | gbazin | 2003-06-19 20:45:06 +0200 (Thu, 19 Jun 2003) | 3 lines
16694 Changed paths:
16695    M /trunk/modules/access_output/udp.c
16696
16697
16698 * modules/access_output/udp.c: removed unnecessary code.
16699
16700 ------------------------------------------------------------------------
16701 r4615 | gbazin | 2003-06-19 23:09:27 +0200 (Thu, 19 Jun 2003) | 4 lines
16702 Changed paths:
16703    M /trunk/modules/codec/ffmpeg/video.c
16704
16705
16706 * modules/codec/ffmpeg/video.c: disabled direct rendering when hurry-up is
16707 enabled. ffmpeg doesn't properly release old pictures when frames are skipped.
16708
16709 ------------------------------------------------------------------------
16710 r4616 | hartman | 2003-06-20 03:27:55 +0200 (Fri, 20 Jun 2003) | 3 lines
16711 Changed paths:
16712    M /trunk/README.MacOSX.rtf
16713    M /trunk/vlc.ebuild
16714
16715 * vlc.ebuild: added support for faad2 and skins. See the wiki page for info.
16716 * README.MacOSX.rtf: More updates because of new prefs dialog.
16717
16718 ------------------------------------------------------------------------
16719 r4617 | alexis | 2003-06-20 13:42:08 +0200 (Fri, 20 Jun 2003) | 3 lines
16720 Changed paths:
16721    M /trunk/modules/misc/sap.c
16722    M /trunk/python/setup.py
16723
16724 modules/misc/sap.c: fix for the default scope of the IPv6 announces.
16725 python/setup.py: a configuration that should work better.
16726
16727 ------------------------------------------------------------------------
16728 r4618 | hartman | 2003-06-20 17:34:51 +0200 (Fri, 20 Jun 2003) | 2 lines
16729 Changed paths:
16730    M /trunk/src/libvlc.h
16731
16732 * Made the search path configuration options, directory instead of string options.
16733
16734 ------------------------------------------------------------------------
16735 r4619 | ipkiss | 2003-06-20 21:50:29 +0200 (Fri, 20 Jun 2003) | 5 lines
16736 Changed paths:
16737    M /trunk/doc/skins/events-howto.txt
16738    M /trunk/doc/skins/skins-howto.txt
16739    M /trunk/modules/gui/skins/src/vlcproc.cpp
16740
16741  * ./modules/gui/skins/src/vlcproc.cpp: added the "title" option to the
16742    "display" attribute of ControlText. It allows to show the title of
16743    the current stream, without the full path.
16744  * ./doc/skins/*: updated the doc
16745
16746 ------------------------------------------------------------------------
16747 r4620 | ipkiss | 2003-06-20 23:34:37 +0200 (Fri, 20 Jun 2003) | 3 lines
16748 Changed paths:
16749    M /trunk/doc/skins/events-howto.txt
16750    M /trunk/modules/gui/skins/src/banks.cpp
16751    M /trunk/modules/gui/skins/src/event.cpp
16752    M /trunk/modules/gui/skins/src/event.h
16753
16754  * ./doc/skins/events-howto.txt: added some events
16755  * ./modules/gui/skins/*: fixed my last commit
16756
16757 ------------------------------------------------------------------------
16758 r4621 | hartman | 2003-06-21 01:13:37 +0200 (Sat, 21 Jun 2003) | 2 lines
16759 Changed paths:
16760    M /trunk/modules/gui/gtk/preferences.c
16761
16762 * added missing support for CONFIG_ITEM_DIRECTORY to gtk prefs.
16763
16764 ------------------------------------------------------------------------
16765 r4622 | gbazin | 2003-06-21 16:24:30 +0200 (Sat, 21 Jun 2003) | 3 lines
16766 Changed paths:
16767    M /trunk/modules/access_output/file.c
16768
16769
16770 * modules/access_output/file.c: make the output file writeable by the owner.
16771
16772 ------------------------------------------------------------------------
16773 r4623 | sam | 2003-06-21 18:09:13 +0200 (Sat, 21 Jun 2003) | 5 lines
16774 Changed paths:
16775    M /trunk/debian/changelog
16776    M /trunk/debian/control
16777    M /trunk/debian/rules
16778
16779   * debian/rules:
16780     + Use the -s flag instead of -a so that debhelper properly handles the
16781       i386-only plugin packages.
16782     + Split the build rule into configure and build.
16783
16784 ------------------------------------------------------------------------
16785 r4624 | sam | 2003-06-21 19:04:20 +0200 (Sat, 21 Jun 2003) | 3 lines
16786 Changed paths:
16787    M /trunk/HACKING
16788    M /trunk/Makefile.am
16789    M /trunk/bootstrap
16790    A /trunk/configure.ac
16791    D /trunk/configure.ac.in
16792    M /trunk/doc/release-howto.txt
16793    M /trunk/toolbox
16794    M /trunk/vlc.ebuild
16795
16796   * configure.ac.in is no more, we can now use configure.ac like normal people,
16797     bootstrap generates the proper magic for us.
16798
16799 ------------------------------------------------------------------------
16800 r4625 | sam | 2003-06-21 19:05:42 +0200 (Sat, 21 Jun 2003) | 3 lines
16801 Changed paths:
16802    M /trunk/.cvsignore
16803
16804   * .cvsignore:
16805     + Removed configure.ac from the ignore list.
16806
16807 ------------------------------------------------------------------------
16808 r4626 | sigmunau | 2003-06-21 19:26:16 +0200 (Sat, 21 Jun 2003) | 2 lines
16809 Changed paths:
16810    M /trunk/NEWS
16811
16812 removed a duplicate entry from the NEWS file
16813
16814 ------------------------------------------------------------------------
16815 r4627 | sam | 2003-06-21 22:45:53 +0200 (Sat, 21 Jun 2003) | 13 lines
16816 Changed paths:
16817    M /trunk/THANKS
16818    M /trunk/bootstrap
16819    M /trunk/configure.ac
16820    M /trunk/debian/changelog
16821    M /trunk/debian/control
16822    M /trunk/debian/rules
16823
16824   * THANKS: spelling fixes.
16825   * configure.ac:
16826     + Added curly braces around variables.
16827     + Got rid of the "x$foo" constructs.
16828     + Renamed *_plugin conditionals into *_p.
16829   * debian/changelog:
16830     + Fixed a duplicate entry.
16831     + Added an entry for an old Debian upload that fixed #117180.
16832   * debian/control:
16833     + Added a build dependency on libimlib2-dev for skins.
16834   * debian/rules:
16835     + Activated support for skins.
16836
16837 ------------------------------------------------------------------------
16838 r4628 | sam | 2003-06-21 23:59:12 +0200 (Sat, 21 Jun 2003) | 2 lines
16839 Changed paths:
16840    M /trunk/src/libvlc.c
16841
16842   * src/libvlc.c: got rid of type-punning warnings.
16843
16844 ------------------------------------------------------------------------
16845 r4629 | hartman | 2003-06-22 00:30:21 +0200 (Sun, 22 Jun 2003) | 3 lines
16846 Changed paths:
16847    M /trunk/modules/gui/macosx/prefs.h
16848    M /trunk/modules/gui/macosx/prefs.m
16849
16850 * added a new set of widgets for CONFIG_ITEM_FILE and DIRECTORY
16851 * only set prefs on safe, not earlier.
16852
16853 ------------------------------------------------------------------------
16854 r4630 | asmax | 2003-06-22 02:00:28 +0200 (Sun, 22 Jun 2003) | 5 lines
16855 Changed paths:
16856    D /trunk/modules/gui/skins/gtk2
16857    M /trunk/modules/gui/skins/parser/wrappers.cpp
16858    M /trunk/modules/gui/skins/src/event.cpp
16859    M /trunk/modules/gui/skins/src/event.h
16860    M /trunk/modules/gui/skins/src/theme.cpp
16861    M /trunk/modules/gui/skins/src/theme.h
16862    M /trunk/modules/gui/skins/src/vlcproc.cpp
16863    M /trunk/modules/gui/skins/src/window.cpp
16864    M /trunk/modules/gui/skins/src/window.h
16865    M /trunk/modules/gui/skins/win32/win32_run.cpp
16866    M /trunk/modules/gui/skins/win32/win32_theme.cpp
16867    M /trunk/modules/gui/skins/x11/x11_dragdrop.cpp
16868    M /trunk/modules/gui/skins/x11/x11_event.cpp
16869    M /trunk/modules/gui/skins/x11/x11_run.cpp
16870    M /trunk/modules/gui/skins/x11/x11_theme.cpp
16871    M /trunk/modules/gui/skins/x11/x11_window.cpp
16872
16873 * src/theme.cpp, src/event.* : no more VLC_SHOW event
16874 * src/window.* : replaced p_intf->p_sys->WindowList by a singleton
16875   class SkinWindowList (to be tested under windows)
16876 * removed useless gtk2 files
16877
16878 ------------------------------------------------------------------------
16879 r4631 | titer | 2003-06-22 02:40:18 +0200 (Sun, 22 Jun 2003) | 3 lines
16880 Changed paths:
16881    M /trunk/modules/gui/beos/Interface.cpp
16882    M /trunk/modules/gui/beos/InterfaceWindow.cpp
16883    M /trunk/modules/gui/beos/MediaControlView.cpp
16884    M /trunk/modules/gui/beos/VlcWrapper.cpp
16885    M /trunk/modules/gui/beos/VlcWrapper.h
16886
16887  beos/* : - cleaned the way to mute/unmute
16888           - save the volume when exiting
16889
16890 ------------------------------------------------------------------------
16891 r4632 | sam | 2003-06-22 03:08:33 +0200 (Sun, 22 Jun 2003) | 2 lines
16892 Changed paths:
16893    D /trunk/Makefile.dep
16894
16895   * Makefile.dep: the file that would never die.
16896
16897 ------------------------------------------------------------------------
16898 r4633 | fenrir | 2003-06-22 09:39:39 +0200 (Sun, 22 Jun 2003) | 10 lines
16899 Changed paths:
16900    A /trunk/modules/demux/mkv.cpp
16901
16902  * mkv.cpp : begin of a matroska demuxer
16903   TODO:
16904     * seek support
16905     * vorbis support (it's a decoder problem, as matroska embded raw
16906       vorbis data)
16907     * utf8 subtitles handling (probably at the decoder stage too)
16908     * clean up.
16909     * support of stream other than files.
16910     * ...
16911
16912 ------------------------------------------------------------------------
16913 r4634 | fenrir | 2003-06-22 10:49:11 +0200 (Sun, 22 Jun 2003) | 2 lines
16914 Changed paths:
16915    M /trunk/modules/codec/faad/decoder.c
16916
16917  * faad: can read stream with multiple frames per pes_packet_t (for mkv).
16918
16919 ------------------------------------------------------------------------
16920 r4635 | fenrir | 2003-06-22 14:27:16 +0200 (Sun, 22 Jun 2003) | 4 lines
16921 Changed paths:
16922    M /trunk/modules/demux/mkv.cpp
16923
16924  * mkv: basic seek support (only with file with cues, it doesn't search key
16925  frame, ...)
16926         clean up.
16927
16928 ------------------------------------------------------------------------
16929 r4636 | asmax | 2003-06-22 14:46:49 +0200 (Sun, 22 Jun 2003) | 3 lines
16930 Changed paths:
16931    M /trunk/modules/gui/skins/parser/wrappers.cpp
16932    M /trunk/modules/gui/skins/src/event.cpp
16933    M /trunk/modules/gui/skins/src/event.h
16934    M /trunk/modules/gui/skins/src/theme.cpp
16935    M /trunk/modules/gui/skins/src/theme.h
16936    M /trunk/modules/gui/skins/src/vlcproc.cpp
16937    M /trunk/modules/gui/skins/src/window.cpp
16938    M /trunk/modules/gui/skins/src/window.h
16939    M /trunk/modules/gui/skins/win32/win32_run.cpp
16940    M /trunk/modules/gui/skins/win32/win32_theme.cpp
16941    M /trunk/modules/gui/skins/x11/x11_run.cpp
16942    M /trunk/modules/gui/skins/x11/x11_theme.cpp
16943
16944 * reverted my previous commit: cannot work as expected
16945 * src/theme.cpp: fixed a delete[] / free mismatch
16946
16947 ------------------------------------------------------------------------
16948 r4637 | asmax | 2003-06-22 14:54:03 +0200 (Sun, 22 Jun 2003) | 2 lines
16949 Changed paths:
16950    M /trunk/modules/gui/skins/x11/x11_event.cpp
16951    M /trunk/modules/gui/skins/x11/x11_window.cpp
16952
16953 * at least it compiles now ;)
16954
16955 ------------------------------------------------------------------------
16956 r4638 | asmax | 2003-06-22 15:06:23 +0200 (Sun, 22 Jun 2003) | 2 lines
16957 Changed paths:
16958    M /trunk/modules/gui/skins/x11/x11_window.cpp
16959
16960 * x11/x11_window.cpp: raise a window when clicking on it
16961
16962 ------------------------------------------------------------------------
16963 r4639 | sigmunau | 2003-06-22 15:27:41 +0200 (Sun, 22 Jun 2003) | 2 lines
16964 Changed paths:
16965    M /trunk/modules/control/gestures.c
16966
16967 turned a debug message into a comment
16968
16969 ------------------------------------------------------------------------
16970 r4640 | gbazin | 2003-06-22 15:31:47 +0200 (Sun, 22 Jun 2003) | 5 lines
16971 Changed paths:
16972    M /trunk/configure.ac
16973    M /trunk/modules/demux/Modules.am
16974
16975
16976 * configure.ac, modules/demux/Modules.am: matroska configure detection (disabled by default).
16977 Due to the way matroska headers directly reference ebml headers, you'll have to configure like this:
16978 CPPFLAGS=-I/usr/local/include/ebml ./configure --enable-mkv
16979
16980 ------------------------------------------------------------------------
16981 r4641 | gbazin | 2003-06-22 16:06:59 +0200 (Sun, 22 Jun 2003) | 3 lines
16982 Changed paths:
16983    M /trunk/configure.ac
16984
16985
16986 * configure.ac: compile fix for sunos
16987
16988 ------------------------------------------------------------------------
16989 r4642 | fenrir | 2003-06-22 16:36:34 +0200 (Sun, 22 Jun 2003) | 2 lines
16990 Changed paths:
16991    M /trunk/modules/demux/mkv.cpp
16992
16993  * mkv: better seeking support.
16994
16995 ------------------------------------------------------------------------
16996 r4643 | hartman | 2003-06-22 17:03:33 +0200 (Sun, 22 Jun 2003) | 3 lines
16997 Changed paths:
16998    M /trunk/NEWS
16999    M /trunk/vlc.ebuild
17000
17001 * NEWS: Checked the NEWS file. added some missing items. Fixed a couple of spelling errors etc.
17002 * vlc.ebuild: Set the correct urls for ffmpeg and mpeg2dec snapshots
17003
17004 ------------------------------------------------------------------------
17005 r4644 | asmax | 2003-06-22 17:07:13 +0200 (Sun, 22 Jun 2003) | 2 lines
17006 Changed paths:
17007    M /trunk/modules/gui/skins/x11/x11_dragdrop.cpp
17008
17009 * x11/x11_dragdrop.cpp: unbelievable, Xdnd works !!
17010
17011 ------------------------------------------------------------------------
17012 r4645 | hartman | 2003-06-22 17:30:22 +0200 (Sun, 22 Jun 2003) | 2 lines
17013 Changed paths:
17014    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
17015    M /trunk/modules/gui/macosx/output.m
17016
17017 * Removed mp4 muxer support (temporarily)
17018
17019 ------------------------------------------------------------------------
17020 r4646 | gbazin | 2003-06-22 17:43:54 +0200 (Sun, 22 Jun 2003) | 4 lines
17021 Changed paths:
17022    M /trunk/include/interface.h
17023    M /trunk/modules/gui/wxwindows/streamout.cpp
17024
17025
17026 * modules/gui/wxwindows/streamout.cpp: disabled mp4 muxer.
17027 * include/interface.h: updated comment.
17028
17029 ------------------------------------------------------------------------
17030 r4647 | gbazin | 2003-06-22 18:00:57 +0200 (Sun, 22 Jun 2003) | 4 lines
17031 Changed paths:
17032    M /trunk/ChangeLog
17033    M /trunk/INSTALL.win32
17034    M /trunk/configure.ac
17035    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
17036    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
17037    M /trunk/po/POTFILES.in
17038    M /trunk/po/de.po
17039    M /trunk/po/en_GB.po
17040    M /trunk/po/fr.po
17041    M /trunk/po/it.po
17042    M /trunk/po/ja.po
17043    M /trunk/po/nl.po
17044    M /trunk/po/no.po
17045    M /trunk/po/pl.po
17046    M /trunk/po/ru.po
17047    M /trunk/po/sv.po
17048    M /trunk/po/vlc.pot
17049
17050
17051 * ALL: bumped version number to 0.6.0 (finally :), updated po, ChangeLog, removed
17052 the Wdisabled-optimization flag from the build (too verbose with gcc-3.3).
17053
17054 ------------------------------------------------------------------------
17055 r4648 | fenrir | 2003-06-22 18:27:11 +0200 (Sun, 22 Jun 2003) | 2 lines
17056 Changed paths:
17057    M /trunk/modules/demux/mkv.cpp
17058
17059  * mkv: fix a double delete.
17060
17061 ------------------------------------------------------------------------
17062 r4649 | gbazin | 2003-06-22 18:52:31 +0200 (Sun, 22 Jun 2003) | 3 lines
17063 Changed paths:
17064    M /trunk/configure.ac
17065
17066
17067 * configure.ac: really removed -Wdisabled-optimization this time.
17068
17069 ------------------------------------------------------------------------
17070 r4650 | gbazin | 2003-06-22 19:52:12 +0200 (Sun, 22 Jun 2003) | 4 lines
17071 Changed paths:
17072    M /trunk/configure.ac
17073    M /trunk/modules/gui/skins/src/skin_main.cpp
17074
17075
17076 * configure.ac: removed -Winline which in fact was the culprit for the verbosity of gcc-3.3.
17077 * modules/gui/skins/src/skin_main.cpp: fixed icon loading.
17078
17079 ------------------------------------------------------------------------
17080 r4651 | gbazin | 2003-06-22 20:07:23 +0200 (Sun, 22 Jun 2003) | 3 lines
17081 Changed paths:
17082    M /trunk/NEWS
17083
17084
17085 * NEWS: added an entry for the experimental matroska demux.
17086
17087 ------------------------------------------------------------------------
17088 r4652 | gbazin | 2003-06-22 20:30:35 +0200 (Sun, 22 Jun 2003) | 3 lines
17089 Changed paths:
17090    M /trunk/doc/Makefile.am
17091
17092
17093 * doc/Makefile.am: fixed make dist
17094
17095 ------------------------------------------------------------------------
17096 r4653 | gbazin | 2003-06-22 20:56:28 +0200 (Sun, 22 Jun 2003) | 3 lines
17097 Changed paths:
17098    M /trunk/doc/Makefile.am
17099
17100
17101 * doc/Makefile.am: one more like this and I'll become crazy.
17102
17103 ------------------------------------------------------------------------
17104 r4654 | fenrir | 2003-06-23 01:22:11 +0200 (Mon, 23 Jun 2003) | 3 lines
17105 Changed paths:
17106    M /trunk/modules/demux/mkv.cpp
17107
17108  * mkv: fix vorbis track. But sound quality is horrible ( probably
17109 timestamps problems)
17110
17111 ------------------------------------------------------------------------
17112 r4655 | hartman | 2003-06-23 02:18:50 +0200 (Mon, 23 Jun 2003) | 3 lines
17113 Changed paths:
17114    M /trunk/vlc.ebuild
17115
17116 * You check it three times and I still managed to miss a link.
17117   Ebuild doesn't work in the 0.6.0 release :(
17118
17119 ------------------------------------------------------------------------
17120 r4656 | fenrir | 2003-06-23 02:30:41 +0200 (Mon, 23 Jun 2003) | 2 lines
17121 Changed paths:
17122    M /trunk/modules/demux/mkv.cpp
17123
17124  * mkv: fix for blocks using lacing. (Now vorbis plays without any problem)
17125
17126 ------------------------------------------------------------------------
17127 r4657 | sam | 2003-06-23 12:21:25 +0200 (Mon, 23 Jun 2003) | 3 lines
17128 Changed paths:
17129    M /trunk/bootstrap
17130
17131   * bootstrap: make errors less obscure when using gettext 0.11.3 or 0.11.4,
17132     due to Debian bug #158383 in gettext (upstream bug).
17133
17134 ------------------------------------------------------------------------
17135 r4658 | zorglub | 2003-06-23 13:41:26 +0200 (Mon, 23 Jun 2003) | 3 lines
17136 Changed paths:
17137    M /trunk/NEWS
17138    M /trunk/include/announce.h
17139    M /trunk/modules/stream_out/standard.c
17140    M /trunk/src/stream_output/announce.c
17141
17142 * Stream output now support IPv6 SAP announces
17143 * Code cleanup in SAP
17144
17145 ------------------------------------------------------------------------
17146 r4659 | zorglub | 2003-06-23 15:45:30 +0200 (Mon, 23 Jun 2003) | 2 lines
17147 Changed paths:
17148    M /trunk/modules/stream_out/standard.c
17149    M /trunk/src/stream_output/announce.c
17150
17151 Fixed a segfault that could happen if you have ipv6 support enabled, but no address
17152
17153 ------------------------------------------------------------------------
17154 r4660 | gbazin | 2003-06-23 18:09:13 +0200 (Mon, 23 Jun 2003) | 3 lines
17155 Changed paths:
17156    M /trunk/modules/demux/util/id3tag.c
17157    M /trunk/modules/gui/wxwindows/timer.cpp
17158    M /trunk/src/misc/modules.c
17159
17160 * src/misc/modules.c, modules/gui/wxwindows/timer.cpp: fixed 2 nasty bugs.
17161 * modules/demux/util/id3tag.c: small cleanup.
17162
17163 ------------------------------------------------------------------------
17164 r4661 | bigben | 2003-06-23 19:01:36 +0200 (Mon, 23 Jun 2003) | 3 lines
17165 Changed paths:
17166    M /trunk/modules/access/pvr/pvr.c
17167
17168 Copy / paste of code so that the pvr input parse all parameters. Doesn't
17169 work for the standard (PAL/SECAM/NTSC) yet.
17170
17171 ------------------------------------------------------------------------
17172 r4662 | asmax | 2003-06-23 22:35:36 +0200 (Mon, 23 Jun 2003) | 4 lines
17173 Changed paths:
17174    M /trunk/modules/gui/skins/controls/playlist.cpp
17175    M /trunk/modules/gui/skins/src/skin_main.cpp
17176    M /trunk/modules/gui/skins/src/vlcproc.cpp
17177    M /trunk/modules/gui/skins/src/vlcproc.h
17178    M /trunk/src/playlist/playlist.c
17179
17180 * src/playlist/playlist.c: set "intf-change" in SkipItem
17181 * modules/gui/skin/*: InterfaceRefresh is now triggered by a
17182   callback on intf-change
17183
17184 ------------------------------------------------------------------------
17185 r4663 | gbazin | 2003-06-24 01:51:31 +0200 (Tue, 24 Jun 2003) | 6 lines
17186 Changed paths:
17187    M /trunk/configure.ac
17188    M /trunk/modules/demux/ogg.c
17189    M /trunk/modules/misc/httpd.c
17190    M /trunk/modules/mux/ogg.c
17191    M /trunk/modules/packetizer/Modules.am
17192    A /trunk/modules/packetizer/vorbis.c
17193
17194
17195 * modules/packetizer/vorbis.c: vorbis data packetizer for the stream output.
17196 * modules/mux/ogg.c: cleanup, bug fixes and vorbis support.
17197 * modules/demux/ogg.c: added vorbis channels info.
17198 * modules/misc/httpd.c: bug fix for stream header generation.
17199
17200 ------------------------------------------------------------------------
17201 r4664 | gbazin | 2003-06-24 02:31:34 +0200 (Tue, 24 Jun 2003) | 3 lines
17202 Changed paths:
17203    M /trunk/modules/demux/ogg.c
17204
17205
17206 * modules/demux/ogg.c: fix for ogg web streams.
17207
17208 ------------------------------------------------------------------------
17209 r4665 | fenrir | 2003-06-24 02:33:39 +0200 (Tue, 24 Jun 2003) | 5 lines
17210 Changed paths:
17211    M /trunk/modules/demux/mkv.cpp
17212
17213  * mkv: avoid seeking at the same place (was sooooo slow 'cause of
17214           buffer filling)
17215         can seek in file without cues (slow)
17216         can play file over http and unseekable input.
17217
17218 ------------------------------------------------------------------------
17219 r4666 | fenrir | 2003-06-24 02:50:52 +0200 (Tue, 24 Jun 2003) | 2 lines
17220 Changed paths:
17221    M /trunk/modules/demux/avi/avi.c
17222
17223  * avi : don't resynch on key frame for audio stream.
17224
17225 ------------------------------------------------------------------------
17226 r4667 | fenrir | 2003-06-24 08:07:14 +0200 (Tue, 24 Jun 2003) | 2 lines
17227 Changed paths:
17228    M /trunk/modules/demux/mkv.cpp
17229
17230  * mkv: use b_mute and add meta informations.
17231
17232 ------------------------------------------------------------------------
17233 r4668 | sam | 2003-06-24 11:31:16 +0200 (Tue, 24 Jun 2003) | 3 lines
17234 Changed paths:
17235    M /trunk/modules/access/.cvsignore
17236    M /trunk/modules/access/dvd/.cvsignore
17237    M /trunk/modules/access/dvdplay/.cvsignore
17238    M /trunk/modules/access/dvdread/.cvsignore
17239    M /trunk/modules/access/mms/.cvsignore
17240    M /trunk/modules/access/pvr/.cvsignore
17241    M /trunk/modules/access/satellite/.cvsignore
17242    M /trunk/modules/access/v4l/.cvsignore
17243    M /trunk/modules/access/vcd/.cvsignore
17244    M /trunk/modules/access_output/.cvsignore
17245    M /trunk/modules/audio_filter/channel_mixer/.cvsignore
17246    M /trunk/modules/audio_filter/converter/.cvsignore
17247    M /trunk/modules/audio_filter/resampler/.cvsignore
17248    M /trunk/modules/audio_mixer/.cvsignore
17249    M /trunk/modules/audio_output/.cvsignore
17250    M /trunk/modules/codec/.cvsignore
17251    M /trunk/modules/codec/a52old/.cvsignore
17252    M /trunk/modules/codec/a52old/downmix/.cvsignore
17253    M /trunk/modules/codec/a52old/imdct/.cvsignore
17254    M /trunk/modules/codec/cinepak/.cvsignore
17255    M /trunk/modules/codec/faad/.cvsignore
17256    M /trunk/modules/codec/ffmpeg/.cvsignore
17257    M /trunk/modules/codec/ffmpeg/postprocessing/.cvsignore
17258    M /trunk/modules/codec/mpeg_audio/.cvsignore
17259    M /trunk/modules/codec/mpeg_video/.cvsignore
17260    M /trunk/modules/codec/mpeg_video/idct/.cvsignore
17261    M /trunk/modules/codec/mpeg_video/motion/.cvsignore
17262    M /trunk/modules/codec/spudec/.cvsignore
17263    M /trunk/modules/control/.cvsignore
17264    M /trunk/modules/control/lirc/.cvsignore
17265    M /trunk/modules/control/rc/.cvsignore
17266    M /trunk/modules/demux/.cvsignore
17267    M /trunk/modules/demux/aac/.cvsignore
17268    M /trunk/modules/demux/asf/.cvsignore
17269    M /trunk/modules/demux/avi/.cvsignore
17270    M /trunk/modules/demux/mp4/.cvsignore
17271    M /trunk/modules/demux/mpeg/.cvsignore
17272    M /trunk/modules/demux/util/.cvsignore
17273    M /trunk/modules/demux/wav/.cvsignore
17274    M /trunk/modules/encoder/.cvsignore
17275    M /trunk/modules/encoder/ffmpeg/.cvsignore
17276    M /trunk/modules/gui/beos/.cvsignore
17277    M /trunk/modules/gui/familiar/.cvsignore
17278    M /trunk/modules/gui/gtk/.cvsignore
17279    M /trunk/modules/gui/gtk2/.cvsignore
17280    M /trunk/modules/gui/kde/.cvsignore
17281    M /trunk/modules/gui/macosx/.cvsignore
17282    M /trunk/modules/gui/ncurses/.cvsignore
17283    M /trunk/modules/gui/qnx/.cvsignore
17284    M /trunk/modules/gui/qt/.cvsignore
17285    M /trunk/modules/gui/skins/.cvsignore
17286    M /trunk/modules/gui/skins/controls/.cvsignore
17287    M /trunk/modules/gui/skins/parser/.cvsignore
17288    M /trunk/modules/gui/skins/src/.cvsignore
17289    M /trunk/modules/gui/skins/win32/.cvsignore
17290    M /trunk/modules/gui/skins/x11/.cvsignore
17291    M /trunk/modules/gui/win32/.cvsignore
17292    M /trunk/modules/gui/wxwindows/.cvsignore
17293    M /trunk/modules/misc/.cvsignore
17294    M /trunk/modules/misc/dummy/.cvsignore
17295    M /trunk/modules/misc/logger/.cvsignore
17296    M /trunk/modules/misc/memcpy/.cvsignore
17297    M /trunk/modules/misc/network/.cvsignore
17298    M /trunk/modules/misc/testsuite/.cvsignore
17299    M /trunk/modules/mux/.cvsignore
17300    M /trunk/modules/mux/mpeg/.cvsignore
17301    M /trunk/modules/packetizer/.cvsignore
17302    M /trunk/modules/stream_out/.cvsignore
17303    M /trunk/modules/video_chroma/.cvsignore
17304    M /trunk/modules/video_filter/.cvsignore
17305    M /trunk/modules/video_filter/deinterlace/.cvsignore
17306    M /trunk/modules/video_output/.cvsignore
17307    M /trunk/modules/video_output/directx/.cvsignore
17308    M /trunk/modules/video_output/mga/.cvsignore
17309    M /trunk/modules/video_output/qte/.cvsignore
17310    M /trunk/modules/video_output/x11/.cvsignore
17311    M /trunk/modules/visualization/scope/.cvsignore
17312    M /trunk/modules/visualization/xosd/.cvsignore
17313
17314   * modules/**/.cvsignore: added Makefile{,.in.am} to the ignore list, as
17315     well as .lo/.la files.
17316
17317 ------------------------------------------------------------------------
17318 r4669 | gbazin | 2003-06-24 13:26:32 +0200 (Tue, 24 Jun 2003) | 4 lines
17319 Changed paths:
17320    M /trunk/src/stream_output/announce.c
17321
17322 * src/stream_output/announce.c: inet_pton() isn't supported on win32 so disabled ipv6 sap announces on win32.
17323
17324 Wouldn't it be possible to use send() instead of sendto() ? That would simplify the code and get rid of this problem.
17325
17326 ------------------------------------------------------------------------
17327 r4670 | sam | 2003-06-24 15:33:49 +0200 (Tue, 24 Jun 2003) | 3 lines
17328 Changed paths:
17329    D /trunk/include/interface.h
17330    M /trunk/include/vlc/intf.h
17331    A /trunk/include/vlc_interface.h
17332    M /trunk/src/input/input.c
17333    M /trunk/src/input/input_info.c
17334    M /trunk/src/interface/interface.c
17335    M /trunk/src/libvlc.c
17336    M /trunk/src/misc/messages.c
17337    M /trunk/src/misc/modules.c
17338    M /trunk/src/misc/objects.c
17339
17340   * include/interface.h: renamed this file to vlc_interface.h to avoid name
17341     collisions with a couple of plugins.
17342
17343 ------------------------------------------------------------------------
17344 r4671 | sam | 2003-06-24 17:37:40 +0200 (Tue, 24 Jun 2003) | 3 lines
17345 Changed paths:
17346    M /trunk/configure.ac
17347
17348   * configure.ac: removed -lstdc++ LDFLAGS, and used CXXFLAGS to force C++
17349     linkage instead.
17350
17351 ------------------------------------------------------------------------
17352 r4672 | sam | 2003-06-24 17:50:47 +0200 (Tue, 24 Jun 2003) | 2 lines
17353 Changed paths:
17354    M /trunk/Makefile.am
17355
17356   * Makefile.am: changed interface.h to vlc_interface.h.
17357
17358 ------------------------------------------------------------------------
17359 r4673 | fenrir | 2003-06-24 20:42:50 +0200 (Tue, 24 Jun 2003) | 3 lines
17360 Changed paths:
17361    M /trunk/modules/demux/mkv.cpp
17362
17363  * mkv: clean up, more input infos, begin to parse Tags element (don't work
17364  yet).
17365
17366 ------------------------------------------------------------------------
17367 r4674 | fenrir | 2003-06-24 21:35:46 +0200 (Tue, 24 Jun 2003) | 3 lines
17368 Changed paths:
17369    M /trunk/modules/demux/mkv.cpp
17370
17371  * mkv: when seeking, by default, try to reach the file position not the
17372 time (seek seems better).
17373
17374 ------------------------------------------------------------------------
17375 r4675 | fenrir | 2003-06-24 21:59:27 +0200 (Tue, 24 Jun 2003) | 2 lines
17376 Changed paths:
17377    M /trunk/modules/demux/mkv.cpp
17378
17379  * mkv: remove unnecessary header.
17380
17381 ------------------------------------------------------------------------
17382 r4676 | asmax | 2003-06-25 00:26:01 +0200 (Wed, 25 Jun 2003) | 6 lines
17383 Changed paths:
17384    M /trunk/modules/gui/skins/src/vlcproc.cpp
17385    M /trunk/modules/gui/skins/src/vlcproc.h
17386    M /trunk/modules/video_output/x11/xcommon.c
17387    M /trunk/src/playlist/playlist.c
17388    M /trunk/src/video_output/video_output.c
17389
17390 * all: show/hide the interface with middle-click on the vout
17391        (when the last vout is closed, the interface reappears)
17392        Works only with the skins interface and X11/Xvideo vouts, but it's
17393        very easy to implement (just add a callback on "intf-show" in the
17394        interface, and trigger it in the vout)
17395
17396 ------------------------------------------------------------------------
17397 r4677 | fenrir | 2003-06-25 00:53:25 +0200 (Wed, 25 Jun 2003) | 4 lines
17398 Changed paths:
17399    M /trunk/modules/demux/avi/avi.c
17400
17401  * avi: for interleaved file (audio_pos - video_pos < 2Mo), seek upon
17402  percent and not time, it's better.
17403  Please test.
17404
17405 ------------------------------------------------------------------------
17406 r4678 | fenrir | 2003-06-25 01:00:32 +0200 (Wed, 25 Jun 2003) | 2 lines
17407 Changed paths:
17408    M /trunk/modules/demux/mkv.cpp
17409
17410  * mkv : spelling mistakes.
17411
17412 ------------------------------------------------------------------------
17413 r4679 | fenrir | 2003-06-25 01:11:35 +0200 (Wed, 25 Jun 2003) | 2 lines
17414 Changed paths:
17415    M /trunk/modules/demux/avi/avi.h
17416
17417  * lalala ;)
17418
17419 ------------------------------------------------------------------------
17420 r4680 | fenrir | 2003-06-25 02:40:41 +0200 (Wed, 25 Jun 2003) | 4 lines
17421 Changed paths:
17422    M /trunk/modules/codec/mpeg_audio.c
17423
17424  * mpeg_audio.c: fix segfault caused by free bitrate and padding set.
17425  (the stream isn't free bitrate) SyncInfo think it's free bitrate but
17426 return a frame size of 1. Now, I test bitrate.
17427
17428 ------------------------------------------------------------------------
17429 r4681 | sam | 2003-06-25 05:08:57 +0200 (Wed, 25 Jun 2003) | 4 lines
17430 Changed paths:
17431    M /trunk/toolbox
17432
17433   * toolbox:
17434     + Disabled useless verbosity.
17435     + Fixed some incorrect ">/dev/null 2>&1" semantics.
17436
17437 ------------------------------------------------------------------------
17438 r4682 | massiot | 2003-06-25 10:59:16 +0200 (Wed, 25 Jun 2003) | 2 lines
17439 Changed paths:
17440    M /trunk/doc/fortunes.txt
17441
17442 ++
17443
17444 ------------------------------------------------------------------------
17445 r4683 | gbazin | 2003-06-25 11:13:03 +0200 (Wed, 25 Jun 2003) | 2 lines
17446 Changed paths:
17447    M /trunk/configure.ac
17448    M /trunk/modules/demux/mkv.cpp
17449
17450 * modules/demux/mkv.cpp: compile fix for systems not supporting gmtime_r().
17451
17452 ------------------------------------------------------------------------
17453 r4684 | sam | 2003-06-25 16:41:57 +0200 (Wed, 25 Jun 2003) | 2 lines
17454 Changed paths:
17455    M /trunk/Makefile.am
17456
17457   * Makefile.am: using C++ linkage for vlc under OS X and BeOS.
17458
17459 ------------------------------------------------------------------------
17460 r4685 | fenrir | 2003-06-25 17:50:52 +0200 (Wed, 25 Jun 2003) | 2 lines
17461 Changed paths:
17462    M /trunk/include/httpd.h
17463
17464  * httpd: fix a memory and thread leak.
17465
17466 ------------------------------------------------------------------------
17467 r4686 | fenrir | 2003-06-25 21:28:10 +0200 (Wed, 25 Jun 2003) | 2 lines
17468 Changed paths:
17469    M /trunk/modules/demux/mpeg/ts.c
17470
17471  * ts: set a fourcc for PAT/PMT to avoid garbage in logs.
17472
17473 ------------------------------------------------------------------------
17474 r4687 | fenrir | 2003-06-25 22:37:37 +0200 (Wed, 25 Jun 2003) | 2 lines
17475 Changed paths:
17476    M /trunk/modules/demux/mkv.cpp
17477
17478  * mkv: a little memory leak.
17479
17480 ------------------------------------------------------------------------
17481 r4688 | zorglub | 2003-06-25 23:03:16 +0200 (Wed, 25 Jun 2003) | 5 lines
17482 Changed paths:
17483    M /trunk/include/announce.h
17484    M /trunk/modules/misc/sap.c
17485    M /trunk/src/stream_output/announce.c
17486
17487 * ./include/announce.h
17488   ./src/stream_output/announce.c  : use send instead of sendto.
17489
17490 * ./modules/misc/sap.c : use a define
17491
17492 ------------------------------------------------------------------------
17493 r4689 | asmax | 2003-06-25 23:17:21 +0200 (Wed, 25 Jun 2003) | 3 lines
17494 Changed paths:
17495    M /trunk/modules/audio_output/esd.c
17496
17497 * modules/audio_output/esd: forced sample rate to ESD_DEFAULT_RATE
17498   At last closes bug #625 !
17499
17500 ------------------------------------------------------------------------
17501 r4690 | fenrir | 2003-06-25 23:47:05 +0200 (Wed, 25 Jun 2003) | 2 lines
17502 Changed paths:
17503    M /trunk/modules/stream_out/transcode.c
17504
17505  * transcode: fix a potential segfault.
17506
17507 ------------------------------------------------------------------------
17508 r4691 | sam | 2003-06-26 01:46:19 +0200 (Thu, 26 Jun 2003) | 4 lines
17509 Changed paths:
17510    M /trunk/src/stream_output/announce.c
17511
17512   * src/stream_output/announce.c:
17513     + Fixed a multiline string.
17514     + Coding style fixes.
17515
17516 ------------------------------------------------------------------------
17517 r4692 | sam | 2003-06-26 14:19:59 +0200 (Thu, 26 Jun 2003) | 3 lines
17518 Changed paths:
17519    M /trunk/Makefile.am
17520    D /trunk/include/video.h
17521    M /trunk/include/vlc/vout.h
17522    A /trunk/include/vlc_video.h
17523    M /trunk/src/interface/interface.c
17524    M /trunk/src/libvlc.c
17525    M /trunk/src/misc/modules.c
17526    M /trunk/src/misc/objects.c
17527    M /trunk/src/video_output/video_output.c
17528    M /trunk/src/video_output/video_text.c
17529    M /trunk/src/video_output/vout_pictures.c
17530    M /trunk/src/video_output/vout_subpictures.c
17531
17532   * include/video.h: renamed this file to vlc_video.h to avoid name collisions
17533     with a couple of modules.
17534
17535 ------------------------------------------------------------------------
17536 r4693 | zorglub | 2003-06-26 16:42:04 +0200 (Thu, 26 Jun 2003) | 5 lines
17537 Changed paths:
17538    M /trunk/modules/demux/m3u.c
17539
17540 * ./modules/demux/m3u.c: added support for Winamp 3 B4S files
17541
17542 Still need to add the support for the Names in all formats (we currently
17543 only put the URL), but I do not have any ASX, HTML nor PLS sample file
17544
17545 ------------------------------------------------------------------------
17546 r4694 | gbazin | 2003-06-26 18:04:36 +0200 (Thu, 26 Jun 2003) | 2 lines
17547 Changed paths:
17548    M /trunk/src/stream_output/announce.c
17549
17550 * src/stream_output/announce.c: msvc compilation fix.
17551
17552 ------------------------------------------------------------------------
17553 r4695 | fenrir | 2003-06-26 18:46:19 +0200 (Thu, 26 Jun 2003) | 2 lines
17554 Changed paths:
17555    M /trunk/modules/demux/mkv.cpp
17556
17557  * mkv: more ebml element parsing.
17558
17559 ------------------------------------------------------------------------
17560 r4696 | sam | 2003-06-26 20:14:56 +0200 (Thu, 26 Jun 2003) | 3 lines
17561 Changed paths:
17562    M /trunk/modules/demux/avi/avi.c
17563    M /trunk/modules/demux/util/sub.c
17564
17565   * modules/demux/util/sub.c,
17566     modules/demux/avi/avi.c: fixed inclusion of vlc_video.h. Thanks Cif.
17567
17568 ------------------------------------------------------------------------
17569 r4697 | gbazin | 2003-06-26 21:36:44 +0200 (Thu, 26 Jun 2003) | 3 lines
17570 Changed paths:
17571    M /trunk/modules/codec/mpeg_video/parser.c
17572
17573
17574 * modules/codec/mpeg_video/parser.c: fixed broken file.
17575
17576 ------------------------------------------------------------------------
17577 r4698 | zorglub | 2003-06-27 12:31:02 +0200 (Fri, 27 Jun 2003) | 7 lines
17578 Changed paths:
17579    M /trunk/include/vlc_playlist.h
17580    M /trunk/modules/demux/m3u.c
17581    M /trunk/src/playlist/playlist.c
17582
17583
17584 * modules/demux/m3u.c :
17585     Added name support. Only implemented for M3U and B4S playlists at the moment
17586
17587 * src/playlist/playlist.c
17588   include/vlc_playlist.h   : Added the playlist_AddName function to add an item with its name without filling an item structure.
17589
17590 ------------------------------------------------------------------------
17591 r4699 | sam | 2003-06-27 15:38:54 +0200 (Fri, 27 Jun 2003) | 3 lines
17592 Changed paths:
17593    M /trunk/src/misc/configuration.c
17594    M /trunk/src/playlist/playlist.c
17595
17596   * src/misc/configuration.c: minor fix in a comment.
17597   * src/playlist/playlist.c: the -Z mode randomises the first item as well.
17598
17599 ------------------------------------------------------------------------
17600 r4700 | sam | 2003-06-27 15:50:13 +0200 (Fri, 27 Jun 2003) | 19 lines
17601 Changed paths:
17602    M /trunk/.cvsignore
17603    M /trunk/HACKING
17604    M /trunk/Makefile.am
17605    M /trunk/bootstrap
17606    M /trunk/configure.ac
17607    M /trunk/debian/rules
17608    M /trunk/m4/.cvsignore
17609    M /trunk/modules/.cvsignore
17610    D /trunk/modules/Makefile.am
17611    M /trunk/modules/access/Modules.am
17612    M /trunk/modules/access/dvd/Modules.am
17613    M /trunk/modules/access/dvdplay/Modules.am
17614    M /trunk/modules/access/dvdread/Modules.am
17615    M /trunk/modules/access/mms/Modules.am
17616    M /trunk/modules/access/pvr/Modules.am
17617    M /trunk/modules/access/satellite/Modules.am
17618    M /trunk/modules/access/v4l/Modules.am
17619    M /trunk/modules/access/vcd/Modules.am
17620    M /trunk/modules/access_output/Modules.am
17621    A /trunk/modules/audio_filter/.cvsignore
17622    A /trunk/modules/audio_filter/Modules.am
17623    M /trunk/modules/audio_filter/channel_mixer/Modules.am
17624    M /trunk/modules/audio_filter/converter/Modules.am
17625    M /trunk/modules/audio_filter/resampler/Modules.am
17626    M /trunk/modules/audio_mixer/Modules.am
17627    M /trunk/modules/audio_output/Modules.am
17628    M /trunk/modules/codec/Modules.am
17629    M /trunk/modules/codec/a52old/Modules.am
17630    M /trunk/modules/codec/a52old/downmix/Modules.am
17631    M /trunk/modules/codec/a52old/imdct/Modules.am
17632    M /trunk/modules/codec/cinepak/Modules.am
17633    M /trunk/modules/codec/faad/Modules.am
17634    M /trunk/modules/codec/ffmpeg/Modules.am
17635    M /trunk/modules/codec/ffmpeg/postprocessing/Modules.am
17636    M /trunk/modules/codec/mpeg_audio/Modules.am
17637    M /trunk/modules/codec/mpeg_video/Modules.am
17638    M /trunk/modules/codec/mpeg_video/idct/Modules.am
17639    M /trunk/modules/codec/mpeg_video/motion/Modules.am
17640    M /trunk/modules/codec/spudec/Modules.am
17641    M /trunk/modules/control/Modules.am
17642    M /trunk/modules/control/lirc/Modules.am
17643    M /trunk/modules/control/rc/Modules.am
17644    M /trunk/modules/demux/Modules.am
17645    M /trunk/modules/demux/aac/Modules.am
17646    M /trunk/modules/demux/asf/Modules.am
17647    M /trunk/modules/demux/avi/Modules.am
17648    M /trunk/modules/demux/mp4/Modules.am
17649    M /trunk/modules/demux/mpeg/Modules.am
17650    M /trunk/modules/demux/util/Modules.am
17651    M /trunk/modules/demux/wav/Modules.am
17652    M /trunk/modules/encoder/Modules.am
17653    M /trunk/modules/encoder/ffmpeg/Modules.am
17654    A /trunk/modules/gui/.cvsignore
17655    A /trunk/modules/gui/Modules.am
17656    M /trunk/modules/gui/beos/Modules.am
17657    M /trunk/modules/gui/familiar/Modules.am
17658    M /trunk/modules/gui/gtk/Modules.am
17659    M /trunk/modules/gui/gtk2/Modules.am
17660    M /trunk/modules/gui/kde/Modules.am
17661    M /trunk/modules/gui/macosx/Modules.am
17662    M /trunk/modules/gui/ncurses/Modules.am
17663    M /trunk/modules/gui/qnx/Modules.am
17664    M /trunk/modules/gui/qt/Modules.am
17665    M /trunk/modules/gui/skins/Modules.am
17666    M /trunk/modules/gui/win32/Modules.am
17667    M /trunk/modules/gui/wxwindows/Modules.am
17668    M /trunk/modules/misc/Modules.am
17669    M /trunk/modules/misc/dummy/Modules.am
17670    M /trunk/modules/misc/logger/Modules.am
17671    M /trunk/modules/misc/memcpy/Modules.am
17672    M /trunk/modules/misc/network/Modules.am
17673    M /trunk/modules/misc/testsuite/Modules.am
17674    M /trunk/modules/mux/Modules.am
17675    M /trunk/modules/mux/mpeg/Modules.am
17676    M /trunk/modules/packetizer/Modules.am
17677    M /trunk/modules/stream_out/Modules.am
17678    M /trunk/modules/video_chroma/Modules.am
17679    M /trunk/modules/video_filter/Modules.am
17680    M /trunk/modules/video_filter/deinterlace/Modules.am
17681    M /trunk/modules/video_output/Modules.am
17682    M /trunk/modules/video_output/directx/Modules.am
17683    M /trunk/modules/video_output/mga/Modules.am
17684    M /trunk/modules/video_output/qte/Modules.am
17685    M /trunk/modules/video_output/x11/Modules.am
17686    A /trunk/modules/visualization/.cvsignore
17687    A /trunk/modules/visualization/Modules.am
17688    M /trunk/modules/visualization/scope/Modules.am
17689    M /trunk/modules/visualization/xosd/Modules.am
17690    M /trunk/po/POTFILES.in
17691    M /trunk/po/de.po
17692    M /trunk/po/en_GB.po
17693    M /trunk/po/fr.po
17694    M /trunk/po/it.po
17695    M /trunk/po/ja.po
17696    M /trunk/po/nl.po
17697    M /trunk/po/no.po
17698    M /trunk/po/pl.po
17699    M /trunk/po/ru.po
17700    M /trunk/po/sv.po
17701    M /trunk/po/vlc.pot
17702    M /trunk/toolbox
17703    D /trunk/vlc-config.in
17704    A /trunk/vlc-config.in.in
17705
17706   * bootstrap:
17707     + New build system, using recursive makefiles. Due to the amount of code
17708       in VLC, this had become unavoidable.
17709     + Removed the check for OS X's stack size, since our automake targets are
17710       a lot less hungry now.
17711     + Ditto for Solaris's sed.
17712     + Since automake-1.6 is faster than 1.7, use it first if both are present.
17713   * m4/vlc.m4:
17714     + New AX_ADD_CPPFLAGS, AX_ADD_CFLAGS, AX_ADD_CXXFLAGS, AX_ADD_OBJCFLAGS
17715       and AX_ADD_LDFLAGS macros that do all the magic to detect possible
17716       modules and register their flags.
17717     + New AX_ADD_BUILTINS and AX_ADD_PLUGINS macros.
17718     + Some magic to generate vlc-config.
17719   * configure.ac:
17720     + Moved most code to the AX_ADD_* macros.
17721     + Explicitely added all target Makefiles.
17722   * modules/**/Modules.am:
17723     + Path to sources are now relative to Modules.am's directory level.
17724
17725 ------------------------------------------------------------------------
17726 r4701 | sam | 2003-06-27 16:05:04 +0200 (Fri, 27 Jun 2003) | 2 lines
17727 Changed paths:
17728    A /trunk/m4/vlc.m4
17729
17730   * m4/vlc.m4: CVS forgot to add this file. I swear.
17731
17732 ------------------------------------------------------------------------
17733 r4702 | gbazin | 2003-06-27 18:15:54 +0200 (Fri, 27 Jun 2003) | 2 lines
17734 Changed paths:
17735    M /trunk/configure.ac
17736
17737 * configure.ac: fixed matroska detection.
17738
17739 ------------------------------------------------------------------------
17740 r4703 | sam | 2003-06-27 18:26:02 +0200 (Fri, 27 Jun 2003) | 5 lines
17741 Changed paths:
17742    M /trunk/Makefile.am
17743
17744   * Makefile.am:
17745     + Removed trailing / from directory names.
17746     + Used dummy instead of "" in the for/do/done loops.
17747     + Protected a couple of filenames with double quotes.
17748
17749 ------------------------------------------------------------------------
17750 r4704 | sam | 2003-06-27 19:01:12 +0200 (Fri, 27 Jun 2003) | 2 lines
17751 Changed paths:
17752    M /trunk/configure.ac
17753
17754   * configure.ac: link the mkv plugin with -lmatroska_pic -lebml_pic if found.
17755
17756 ------------------------------------------------------------------------
17757 r4705 | sam | 2003-06-27 20:27:31 +0200 (Fri, 27 Jun 2003) | 3 lines
17758 Changed paths:
17759    M /trunk/Makefile.am
17760    M /trunk/m4/Makefile.am
17761
17762   * Makefile.am: create directories before installing stuff in them.
17763   * m4/Makefile.am: distribute our generated private.m4 file.
17764
17765 ------------------------------------------------------------------------
17766 r4706 | sam | 2003-06-28 01:31:24 +0200 (Sat, 28 Jun 2003) | 14 lines
17767 Changed paths:
17768    M /trunk/.cvsignore
17769    M /trunk/Makefile.am
17770    M /trunk/bootstrap
17771    M /trunk/debian/changelog
17772    M /trunk/debian/control
17773    M /trunk/debian/rules
17774    M /trunk/vlc-config.in.in
17775
17776   * debian/changelog:
17777     + Updated to the latest Debian unstable upload.
17778   * debian/rules:
17779     + Moved the skins interface into the wxvlc package.
17780     + Cosmetic fixes.
17781   * debian/control:
17782     + Updated the description of the wxvlc package.
17783   * bootstrap:
17784     + Put subdirectories of modules/ in SUBDIRS, not DIST_SUBDIRS.
17785   * Makefile.am:
17786     + Put modules in SUBDIRS, not DIST_SUBDIRS.
17787   * .cvsignore:
17788     + Ignore vlc-config.in.
17789
17790 ------------------------------------------------------------------------
17791 r4707 | sam | 2003-06-28 02:29:13 +0200 (Sat, 28 Jun 2003) | 6 lines
17792 Changed paths:
17793    M /trunk/vlc.ebuild
17794
17795   * vlc.ebuild:
17796     + Apply the same changes to configure as to configure.ac.
17797     + Fix autotools timestamps so that the build does not trigger useless
17798       autoconf and automake runs. Our snapshots are correctly bootstrapped
17799       and do not need extra fiddling.
17800
17801 ------------------------------------------------------------------------
17802 r4708 | sam | 2003-06-28 03:17:47 +0200 (Sat, 28 Jun 2003) | 7 lines
17803 Changed paths:
17804    M /trunk/ChangeLog
17805    M /trunk/debian/rules
17806    A /trunk/doc/ChangeLog-1999
17807    A /trunk/doc/ChangeLog-2000
17808    A /trunk/doc/ChangeLog-2001
17809    A /trunk/doc/ChangeLog-2002
17810    M /trunk/doc/Makefile.am
17811    M /trunk/toolbox
17812    M /trunk/vlc.ebuild
17813
17814   * toolbox:
17815     + toolbox --changelog now only generates this year's changelog.
17816   * ChangeLog, doc/ChangeLog-*:
17817     + Split the changelog into several files, one per year.
17818   * debian/rules, vlc.ebuild:
17819     + Distribute the new changelog files.
17820
17821 ------------------------------------------------------------------------
17822 r4709 | massiot | 2003-06-28 14:07:00 +0200 (Sat, 28 Jun 2003) | 2 lines
17823 Changed paths:
17824    M /trunk/configure.ac
17825    M /trunk/modules/demux/mkv.cpp
17826
17827 * modules/demux/mkv.cpp: Compile fix for OS X.
17828
17829 ------------------------------------------------------------------------
17830 r4710 | sam | 2003-06-28 15:04:52 +0200 (Sat, 28 Jun 2003) | 19 lines
17831 Changed paths:
17832    M /trunk/Makefile.am
17833    M /trunk/configure.ac
17834    M /trunk/debian/changelog
17835    M /trunk/m4/vlc.m4
17836    M /trunk/modules/gui/skins/src/dialogs.cpp
17837    M /trunk/modules/gui/wxwindows/interface.cpp
17838    M /trunk/toolbox
17839
17840   * Makefile.am:
17841     + Call $(srcdir)/toolbox from $(builddir) instead of $(srcdir).
17842     + Call $(builddir)/vlc-config instead of $(srcdir)/vlc-config, because
17843       generated files end in $(builddir).
17844     + Added -Imozilla to the mozilla plugin link flags.
17845     + Look for mozilla/vlcintf.idl in $(srcdir).
17846   * configure.ac:
17847     + Set VLC_CONFIG to $(builddir)/vlc-config instead of $(srcdir)/vlc-config.
17848   * toolbox:
17849     + Look for Makefile.am in ${srcdir}, and Makefile in ${builddir}.
17850     + Prepend ${srcdir} to header files we handle.
17851   * m4/vlc.m4:
17852     + Look for vlc-config.in.in in ${srcdir} but generate vlc-config.in in
17853       ${builddir}.
17854   * modules/gui/skins/src/dialogs.cpp, modules/gui/wxwindows/interface.cpp:
17855     + Include the pixmap with a path relative to the current directory.
17856
17857    This commit should fix builds that use --srcdir (Closes: #319).
17858
17859 ------------------------------------------------------------------------
17860 r4711 | sam | 2003-06-28 16:31:40 +0200 (Sat, 28 Jun 2003) | 6 lines
17861 Changed paths:
17862    M /trunk/configure.ac
17863    M /trunk/m4/vlc.m4
17864
17865   * configure.ac:
17866     + Look for libintl in $(top_builddir)/intl, not \$(top_srcdir)/intl.
17867     + Added CVS Id string.
17868   * m4/vlc.m4:
17869     + Added CVS Id string.
17870
17871 ------------------------------------------------------------------------
17872 r4712 | sam | 2003-06-28 17:27:04 +0200 (Sat, 28 Jun 2003) | 2 lines
17873 Changed paths:
17874    M /trunk/Makefile.am
17875
17876   * Makefile.am: fixed the location of the intl sources.
17877
17878 ------------------------------------------------------------------------
17879 r4713 | fenrir | 2003-06-28 19:20:41 +0200 (Sat, 28 Jun 2003) | 3 lines
17880 Changed paths:
17881    M /trunk/src/input/input.c
17882
17883  * input.c : call input_DelInfo _after_ that all decoders have been
17884 destroyed as vorbis decoder could add info.
17885
17886 ------------------------------------------------------------------------
17887 r4714 | fenrir | 2003-06-28 21:19:55 +0200 (Sat, 28 Jun 2003) | 2 lines
17888 Changed paths:
17889    M /trunk/modules/demux/m3u.c
17890
17891  * m3u: clean up and fix .m3u parsing. Please *test*.
17892
17893 ------------------------------------------------------------------------
17894 r4715 | hartman | 2003-06-28 23:03:26 +0200 (Sat, 28 Jun 2003) | 3 lines
17895 Changed paths:
17896    M /trunk/toolbox
17897
17898 * s/;T;/;D;
17899   Now it seems to builb. I guess you meant this sam. If I'm wrong you can correct me ;)
17900
17901 ------------------------------------------------------------------------
17902 r4716 | fenrir | 2003-06-28 23:16:57 +0200 (Sat, 28 Jun 2003) | 3 lines
17903 Changed paths:
17904    M /trunk/modules/codec/ffmpeg/video.c
17905
17906  * ffmpeg : do no try to automatically set ffmpeg-truncated (it's broken
17907  with .mp4 files)
17908
17909 ------------------------------------------------------------------------
17910 r4717 | fenrir | 2003-06-28 23:18:58 +0200 (Sat, 28 Jun 2003) | 3 lines
17911 Changed paths:
17912    M /trunk/src/video_output/video_output.c
17913
17914  video_output.c: should fix playback of file with multiple video track,
17915 and usage of display in stream output.
17916
17917 ------------------------------------------------------------------------
17918 r4718 | fenrir | 2003-06-28 23:27:35 +0200 (Sat, 28 Jun 2003) | 2 lines
17919 Changed paths:
17920    M /trunk/src/input/input.c
17921
17922  * input: close all vouts (not only the first one).
17923
17924 ------------------------------------------------------------------------
17925 r4719 | fenrir | 2003-06-29 01:56:31 +0200 (Sun, 29 Jun 2003) | 6 lines
17926 Changed paths:
17927    M /trunk/modules/codec/ffmpeg/video.c
17928    M /trunk/modules/misc/httpd.c
17929
17930  * ffmpeg: disable direct rendering when width or height aren't a multiple
17931 of 16 (on the fly not only based upon header).
17932
17933  * httpd: test if INADDR_ANY is bind when requesting a host. (To be able to
17934 use http interface with http streaming).
17935
17936 ------------------------------------------------------------------------
17937 r4720 | hartman | 2003-06-29 02:14:50 +0200 (Sun, 29 Jun 2003) | 4 lines
17938 Changed paths:
17939    M /trunk/doc/fortunes.txt
17940    M /trunk/modules/gui/macosx/playlist.m
17941
17942 * modules/gui/macosx/playlist.m: 10.1 is archaic. i don't know why i bother ;)
17943   finally fixed, confirmed etc.
17944 * doc/fortunes.txt: one more
17945
17946 ------------------------------------------------------------------------
17947 r4721 | ipkiss | 2003-06-29 16:00:32 +0200 (Sun, 29 Jun 2003) | 2 lines
17948 Changed paths:
17949    M /trunk/po/fr.po
17950
17951  * fr.po: some new translations + fixes
17952
17953 ------------------------------------------------------------------------
17954 r4722 | sam | 2003-06-29 16:57:49 +0200 (Sun, 29 Jun 2003) | 2 lines
17955 Changed paths:
17956    M /trunk/m4/vlc.m4
17957
17958   * m4/vlc.m4: Prepend LDFLAGS instead of appending them.
17959
17960 ------------------------------------------------------------------------
17961 r4723 | sam | 2003-06-29 21:04:14 +0200 (Sun, 29 Jun 2003) | 2 lines
17962 Changed paths:
17963    M /trunk/toolbox
17964
17965   * toolbox: syntax fix for OS X's retarded sed.
17966
17967 ------------------------------------------------------------------------
17968 r4724 | sam | 2003-06-29 21:12:52 +0200 (Sun, 29 Jun 2003) | 3 lines
17969 Changed paths:
17970    M /trunk/debian/changelog
17971    M /trunk/debian/rules
17972
17973   * debian/rules:
17974     + Enabled the video4linux input plugin.
17975
17976 ------------------------------------------------------------------------
17977 r4725 | fenrir | 2003-06-29 21:15:04 +0200 (Sun, 29 Jun 2003) | 2 lines
17978 Changed paths:
17979    M /trunk/modules/demux/m3u.c
17980
17981  * m3u: remove useless debug messages, fix element insertion.
17982
17983 ------------------------------------------------------------------------
17984 r4726 | sam | 2003-06-29 22:15:35 +0200 (Sun, 29 Jun 2003) | 2 lines
17985 Changed paths:
17986    M /trunk/toolbox
17987
17988   * toolbox: fuck OS X!
17989
17990 ------------------------------------------------------------------------
17991 r4727 | gbazin | 2003-06-29 22:58:16 +0200 (Sun, 29 Jun 2003) | 3 lines
17992 Changed paths:
17993    M /trunk/configure.ac
17994    M /trunk/modules/mux/ogg.c
17995    M /trunk/modules/stream_out/transcode.c
17996
17997
17998 * configure.ac, modules/mux/ogg.c, modules/stream_out/transcode.c: vorbis transcoding support (the transcoder still doesn't support vorbis decoding though, so no vorbis -> else transcoding)
17999
18000 ------------------------------------------------------------------------
18001 r4728 | gbazin | 2003-06-30 00:07:40 +0200 (Mon, 30 Jun 2003) | 3 lines
18002 Changed paths:
18003    M /trunk/modules/visualization/xosd/xosd.c
18004
18005
18006 * modules/visualization/xosd/xosd.c: lowered the module's score.
18007
18008 ------------------------------------------------------------------------
18009 r4729 | hartman | 2003-06-30 03:51:10 +0200 (Mon, 30 Jun 2003) | 9 lines
18010 Changed paths:
18011    M /trunk/modules/gui/macosx/controls.m
18012    M /trunk/modules/gui/macosx/intf.m
18013    M /trunk/modules/gui/macosx/playlist.m
18014
18015 * modules/gui/macosx/controls.m:
18016 * modules/gui/macosx/intf.m:
18017   - Our Next/Previous commands now go from chapter trough title trough playlist.
18018   - We weren't checking for titles without chapters, which made using CDDA
18019     a little hard.
18020 * modules/gui/macosx/playlist.m: An improved way to delete selected items.
18021   - also fixes a bug where only half the items selected in the playlist got
18022     actually deleted.
18023
18024 ------------------------------------------------------------------------
18025 r4730 | hartman | 2003-06-30 03:52:57 +0200 (Mon, 30 Jun 2003) | 2 lines
18026 Changed paths:
18027    M /trunk/modules/gui/macosx/controls.m
18028
18029 * remove debug statements.
18030
18031 ------------------------------------------------------------------------
18032 r4731 | gbazin | 2003-06-30 22:08:21 +0200 (Mon, 30 Jun 2003) | 3 lines
18033 Changed paths:
18034    M /trunk/modules/stream_out/transcode.c
18035
18036
18037 * modules/stream_out/transcode.c: compilation fix.
18038
18039 ------------------------------------------------------------------------
18040 r4732 | gbazin | 2003-06-30 22:44:35 +0200 (Mon, 30 Jun 2003) | 3 lines
18041 Changed paths:
18042    M /trunk/modules/stream_out/transcode.c
18043
18044
18045 * modules/stream_out/transcode.c: forgot to remove a variable used for debugging.
18046
18047 ------------------------------------------------------------------------
18048 r4733 | adn | 2003-07-01 10:30:49 +0200 (Tue, 01 Jul 2003) | 4 lines
18049 Changed paths:
18050    M /trunk/modules/misc/httpd.c
18051
18052 * thanks to Cif, added "Ban", "Unban", "Kick/Ban" options in http administration page
18053
18054 * added a link to return to the main administration page after a kick or ban operation
18055
18056 ------------------------------------------------------------------------
18057 r4734 | adn | 2003-07-01 10:55:57 +0200 (Tue, 01 Jul 2003) | 3 lines
18058 Changed paths:
18059    M /trunk/modules/misc/httpd.c
18060
18061
18062 * little fix, sorry !
18063
18064 ------------------------------------------------------------------------
18065 r4735 | adn | 2003-07-01 11:00:50 +0200 (Tue, 01 Jul 2003) | 3 lines
18066 Changed paths:
18067    M /trunk/modules/misc/httpd.c
18068
18069
18070 * I am just a boulet :(
18071
18072 ------------------------------------------------------------------------
18073 r4736 | sam | 2003-07-01 13:58:33 +0200 (Tue, 01 Jul 2003) | 2 lines
18074 Changed paths:
18075    M /trunk/toolbox
18076
18077   * toolbox: use nawk instead of awk (Fixes: #780).
18078
18079 ------------------------------------------------------------------------
18080 r4737 | sam | 2003-07-01 13:58:29 +0200 (Tue, 01 Jul 2003) | 2 lines
18081 Changed paths:
18082    M /trunk/HACKING
18083
18084   * HACKING: updated doc to match the new build.
18085
18086 ------------------------------------------------------------------------
18087 r4738 | sam | 2003-07-01 14:01:22 +0200 (Tue, 01 Jul 2003) | 2 lines
18088 Changed paths:
18089    M /trunk/toolbox
18090
18091   * toolbox: use awk, not nawk, and fixed syntax to match older awks.
18092
18093 ------------------------------------------------------------------------
18094 r4739 | sam | 2003-07-01 14:50:56 +0200 (Tue, 01 Jul 2003) | 11 lines
18095 Changed paths:
18096    M /trunk/Makefile.am
18097    M /trunk/bootstrap
18098    M /trunk/debian/changelog
18099    M /trunk/src/misc/modules_plugin.h.in
18100    M /trunk/vlc-config.in.in
18101
18102   * Makefile.am:
18103     + Forward AM_MAKEFLAGS through recursive makefiles.
18104     + Removed the plugins and builtins rules. This causes libintl to be built
18105       before the plugins.
18106   * bootstrap:
18107     + Enabled recursive builds of plugins and builtins.
18108   * vlc-config.in.in:
18109     + Fixed a typo.
18110   * debian/changelog:
18111     + Next upload will fix bug #199427.
18112
18113 ------------------------------------------------------------------------
18114 r4740 | sam | 2003-07-01 14:56:47 +0200 (Tue, 01 Jul 2003) | 4 lines
18115 Changed paths:
18116    D /trunk/include/error.h
18117    A /trunk/include/vlc_error.h
18118    M /trunk/modules/control/rc/rc.c
18119    M /trunk/src/libvlc.c
18120    M /trunk/src/misc/modules.c
18121
18122   * include/error.h: Renamed this file to include/vlc_error.h to avoid name
18123     conflicts. Most headers in that directory should probably be renamed to
18124     their vlc_ equivalent.
18125
18126 ------------------------------------------------------------------------
18127 r4741 | sam | 2003-07-01 15:12:19 +0200 (Tue, 01 Jul 2003) | 3 lines
18128 Changed paths:
18129    M /trunk/modules/gui/wxwindows/interface.cpp
18130
18131   * modules/gui/wxwindows/interface.cpp: Display the VLC version in the about
18132     dialog (Fixes: #946).
18133
18134 ------------------------------------------------------------------------
18135 r4742 | sam | 2003-07-01 15:13:48 +0200 (Tue, 01 Jul 2003) | 2 lines
18136 Changed paths:
18137    M /trunk/Makefile.am
18138
18139   * Makefile.am: Gaaaaah, forgot to rename headers again!
18140
18141 ------------------------------------------------------------------------
18142 r4743 | sam | 2003-07-01 16:25:48 +0200 (Tue, 01 Jul 2003) | 9 lines
18143 Changed paths:
18144    M /trunk/bootstrap
18145    M /trunk/m4/vlc.m4
18146    M /trunk/po/POTFILES.in
18147    M /trunk/po/de.po
18148    M /trunk/po/en_GB.po
18149    M /trunk/po/fr.po
18150    M /trunk/po/it.po
18151    M /trunk/po/ja.po
18152    M /trunk/po/nl.po
18153    M /trunk/po/no.po
18154    M /trunk/po/pl.po
18155    M /trunk/po/ru.po
18156    M /trunk/po/sv.po
18157    M /trunk/po/vlc.pot
18158
18159   * m4/vlc.m4: output all modules to vlc-config, not just those who define
18160     their LDFLAGS.
18161   * bootstrap: use grep >/dev/null 2>&1 instead of grep -q because of retarded
18162     systems such as our beloved Solaris.
18163   * po/:
18164     + Regenerated vlc.pot.
18165     + Updated British translation.
18166     + Fixed fuzzy entries in the French translation.
18167
18168 ------------------------------------------------------------------------
18169 r4744 | sam | 2003-07-01 17:06:36 +0200 (Tue, 01 Jul 2003) | 2 lines
18170 Changed paths:
18171    M /trunk/configure.ac
18172
18173   * configure.ac: Added a --with-v4l option like in VLS.
18174
18175 ------------------------------------------------------------------------
18176 r4745 | sam | 2003-07-01 18:25:24 +0200 (Tue, 01 Jul 2003) | 5 lines
18177 Changed paths:
18178    M /trunk/.cvsignore
18179    M /trunk/Makefile.am
18180    M /trunk/bootstrap
18181
18182   * bootstrap:
18183     + Removed the Modules.am generation. To build module/foo/libfoo.so, you
18184       now need to cd modules/foo and make libfoo.so.
18185     + Workaround for Solaris sed. Which sucks. Did I mention that before?
18186
18187 ------------------------------------------------------------------------
18188 r4746 | sam | 2003-07-01 18:34:22 +0200 (Tue, 01 Jul 2003) | 4 lines
18189 Changed paths:
18190    M /trunk/vlc-config.in.in
18191
18192   * vlc-config.in.in: Used printf instead of a sed construct, just in case
18193     we reach 200 plugins one day, because Solaris (did I mention it sucked?)
18194     has a crap sed.
18195
18196 ------------------------------------------------------------------------
18197 r4747 | sam | 2003-07-01 19:14:58 +0200 (Tue, 01 Jul 2003) | 2 lines
18198 Changed paths:
18199    M /trunk/configure.ac
18200    M /trunk/include/codecs.h
18201    M /trunk/modules/mux/ogg.c
18202
18203   * configure.ac: Added a compiler check for __attribute__((__packed__)).
18204
18205 ------------------------------------------------------------------------
18206 r4748 | sam | 2003-07-01 19:28:50 +0200 (Tue, 01 Jul 2003) | 3 lines
18207 Changed paths:
18208    M /trunk/bootstrap
18209
18210   * bootstrap: Fixed detection of older automake version that advertise
18211     themselves as 1.[0-5]-* instead of 1.[0-5].*.
18212
18213 ------------------------------------------------------------------------
18214 r4749 | sam | 2003-07-01 19:46:50 +0200 (Tue, 01 Jul 2003) | 2 lines
18215 Changed paths:
18216    M /trunk/configure.ac
18217
18218   * configure.ac: Ooops, got the attribute(packed) check upside-down.
18219
18220 ------------------------------------------------------------------------
18221 r4750 | sam | 2003-07-01 20:28:43 +0200 (Tue, 01 Jul 2003) | 3 lines
18222 Changed paths:
18223    M /trunk/Makefile.am
18224    M /trunk/vlc-config.in.in
18225
18226   * vlc-config.in.in: Reverted one of my first Solaris workarounds rendered
18227     obsolescent by the latest ones.
18228
18229 ------------------------------------------------------------------------
18230 r4751 | sam | 2003-07-01 21:17:32 +0200 (Tue, 01 Jul 2003) | 6 lines
18231 Changed paths:
18232    M /trunk/Makefile.am
18233    M /trunk/configure.ac
18234    M /trunk/doc/fortunes.txt
18235    M /trunk/toolbox
18236    M /trunk/vlc-config.in.in
18237
18238   * configure.ac:
18239     + Fixed a == test bashism.
18240     + Cosmetic changes.
18241   * toolbox, vlc-config.in.in: Cosmetic changes.
18242   * Makefile.am: Fixed the Mozilla plugin build (happy bootstrap).
18243
18244 ------------------------------------------------------------------------
18245 r4752 | fenrir | 2003-07-01 23:32:32 +0200 (Tue, 01 Jul 2003) | 2 lines
18246 Changed paths:
18247    M /trunk/modules/misc/httpd.c
18248
18249  * http: removed a too verbose message, make vim happier.
18250
18251 ------------------------------------------------------------------------
18252 r4753 | alexis | 2003-07-02 11:30:18 +0200 (Wed, 02 Jul 2003) | 2 lines
18253 Changed paths:
18254    D /trunk/vlc.spec
18255    A /trunk/vlc.spec.mdk
18256
18257 Updated vlc.spec file for Linux Mandrake.
18258
18259 ------------------------------------------------------------------------
18260 r4754 | sam | 2003-07-02 13:21:27 +0200 (Wed, 02 Jul 2003) | 6 lines
18261 Changed paths:
18262    M /trunk/bootstrap
18263    M /trunk/debian/rules
18264
18265   * bootstrap:
18266     + The clean rule properly removes generated objects.
18267     + Optimized recursive builds.
18268   * debian/rules:
18269     + Fixed a typo in the changelog installation.
18270
18271 ------------------------------------------------------------------------
18272 r4755 | sam | 2003-07-02 15:32:16 +0200 (Wed, 02 Jul 2003) | 3 lines
18273 Changed paths:
18274    M /trunk/bootstrap
18275
18276   * bootstrap: Workaround for an automake1.6 issue. Not a big deal, the code
18277     is actually nicer this way.
18278
18279 ------------------------------------------------------------------------
18280 r4756 | sam | 2003-07-02 15:50:03 +0200 (Wed, 02 Jul 2003) | 2 lines
18281 Changed paths:
18282    M /trunk/bootstrap
18283
18284   * bootstrap: Guaah. Typo.
18285
18286 ------------------------------------------------------------------------
18287 r4757 | sam | 2003-07-02 16:08:56 +0200 (Wed, 02 Jul 2003) | 2 lines
18288 Changed paths:
18289    M /trunk/bootstrap
18290
18291   * bootstrap: Fix for the Mozilla plugin build.
18292
18293 ------------------------------------------------------------------------
18294 r4758 | sam | 2003-07-02 18:12:57 +0200 (Wed, 02 Jul 2003) | 2 lines
18295 Changed paths:
18296    M /trunk/debian/changelog
18297
18298   * debian/changelog: Debian-specific changelog for a pending upload.
18299
18300 ------------------------------------------------------------------------
18301 r4759 | zorglub | 2003-07-02 20:44:27 +0200 (Wed, 02 Jul 2003) | 4 lines
18302 Changed paths:
18303    M /trunk/modules/misc/httpd.c
18304    M /trunk/modules/misc/sap.c
18305
18306 * httpd.c: fixed a french string
18307
18308 * sap.c: use defines
18309
18310 ------------------------------------------------------------------------
18311 r4760 | gbazin | 2003-07-02 22:01:51 +0200 (Wed, 02 Jul 2003) | 3 lines
18312 Changed paths:
18313    M /trunk/toolbox
18314
18315
18316 * toolbox: fixed ./toolbox --distclean
18317
18318 ------------------------------------------------------------------------
18319 r4761 | sam | 2003-07-03 00:47:42 +0200 (Thu, 03 Jul 2003) | 3 lines
18320 Changed paths:
18321    M /trunk/configure.ac
18322
18323   * configure.ac: pass -multiply_defined suppress to the linker under Darwin,
18324     thanks to DJ.
18325
18326 ------------------------------------------------------------------------
18327 r4762 | fenrir | 2003-07-03 02:11:38 +0200 (Thu, 03 Jul 2003) | 2 lines
18328 Changed paths:
18329    M /trunk/modules/demux/mpeg/system.c
18330
18331  * ps: fix a dead loop with mis-detected file or bad content.
18332
18333 ------------------------------------------------------------------------
18334 r4763 | sam | 2003-07-03 04:56:35 +0200 (Thu, 03 Jul 2003) | 4 lines
18335 Changed paths:
18336    M /trunk/Makefile.am
18337
18338   * Makefile.am:
18339     + If a builtin has been rebuilt, rebuild vlc.
18340     + Do not rebuild the Mozilla plugin's xpt when the Makefile changes.
18341
18342 ------------------------------------------------------------------------
18343 r4764 | sam | 2003-07-03 05:35:29 +0200 (Thu, 03 Jul 2003) | 3 lines
18344 Changed paths:
18345    M /trunk/.cvsignore
18346    M /trunk/debian/rules
18347
18348   * debian/rules: Fixed the package generation on !x86.
18349   * .cvsignore: Do not ignore the m4 directory.
18350
18351 ------------------------------------------------------------------------
18352 r4765 | sam | 2003-07-03 11:37:46 +0200 (Thu, 03 Jul 2003) | 3 lines
18353 Changed paths:
18354    M /trunk/Makefile.am
18355    M /trunk/debian/changelog
18356
18357   * Makefile.am: Fixed the installation of plugins that were going one
18358     directory too low.
18359
18360 ------------------------------------------------------------------------
18361 r4766 | sam | 2003-07-03 13:23:09 +0200 (Thu, 03 Jul 2003) | 2 lines
18362 Changed paths:
18363    M /trunk/Makefile.am
18364    M /trunk/bootstrap
18365
18366   * bootstrap, Makefile.am: Slightly reduced build verbosity.
18367
18368 ------------------------------------------------------------------------
18369 r4767 | sam | 2003-07-03 14:20:42 +0200 (Thu, 03 Jul 2003) | 2 lines
18370 Changed paths:
18371    M /trunk/debian/rules
18372
18373   * debian/rules: Fixed a zshism in a variable's pattern substitution.
18374
18375 ------------------------------------------------------------------------
18376 r4768 | garf | 2003-07-03 21:25:51 +0200 (Thu, 03 Jul 2003) | 2 lines
18377 Changed paths:
18378    M /trunk/configure.ac
18379    M /trunk/modules/video_filter/Modules.am
18380    A /trunk/modules/video_filter/logo.c
18381
18382  * logo.c : a little filter to put a PNG picture on video output (use mouse features :)
18383
18384 ------------------------------------------------------------------------
18385 r4769 | adn | 2003-07-04 14:20:32 +0200 (Fri, 04 Jul 2003) | 5 lines
18386 Changed paths:
18387    M /trunk/modules/gui/wxwindows/streamout.cpp
18388    M /trunk/modules/gui/wxwindows/wxwindows.h
18389
18390
18391 * Added a Miscellaneous Panel in wxwindows stream output.
18392
18393 * Added a SAP Announce button in this panel.
18394
18395 ------------------------------------------------------------------------
18396 r4770 | sam | 2003-07-04 15:53:06 +0200 (Fri, 04 Jul 2003) | 3 lines
18397 Changed paths:
18398    M /trunk/bootstrap
18399
18400   * bootstrap: Recursive rules now check for $(MAKE)'s return value so that
18401     build errors are never ignored.
18402
18403 ------------------------------------------------------------------------
18404 r4771 | adn | 2003-07-04 16:06:48 +0200 (Fri, 04 Jul 2003) | 6 lines
18405 Changed paths:
18406    M /trunk/src/stream_output/announce.c
18407
18408
18409 * Fix Bug thanks to Cif: url form was "IP:port" and port 1234 was
18410   systematically sent separately.
18411
18412 * Multicast IP form is "@IP" and not "IP". Right ?
18413
18414 ------------------------------------------------------------------------
18415 r4772 | adn | 2003-07-04 16:26:29 +0200 (Fri, 04 Jul 2003) | 2 lines
18416 Changed paths:
18417    M /trunk/src/stream_output/announce.c
18418
18419 * bug fix, @ is not necessary in fact ;)
18420
18421 ------------------------------------------------------------------------
18422 r4773 | sam | 2003-07-04 16:56:51 +0200 (Fri, 04 Jul 2003) | 6 lines
18423 Changed paths:
18424    M /trunk/bootstrap
18425    M /trunk/debian/woody-buildpackage
18426
18427   * bootstrap:
18428     + Disabled a redundant BUILT_SOURCES variable.
18429   * debian/woody-buildpackage:
18430     + Disable skins for woody (no WxWindows).
18431     + Do not build a diff since we always use the pristine tarball.
18432
18433 ------------------------------------------------------------------------
18434 r4774 | adn | 2003-07-04 17:20:49 +0200 (Fri, 04 Jul 2003) | 2 lines
18435 Changed paths:
18436    M /trunk/modules/gui/wxwindows/streamout.cpp
18437
18438 * Added a SAP Announces Button for wxWindows
18439
18440 ------------------------------------------------------------------------
18441 r4775 | sam | 2003-07-04 18:35:20 +0200 (Fri, 04 Jul 2003) | 9 lines
18442 Changed paths:
18443    M /trunk/debian/changelog
18444    M /trunk/debian/rules
18445    M /trunk/modules/demux/mkv.cpp
18446    M /trunk/modules/gui/kde/preferences.cpp
18447    M /trunk/modules/stream_out/transcode.c
18448
18449   * debian/changelog: Changelog for the forthcoming 0.6.0+cvs-20030704-1 Debian
18450     upload.
18451   * debian/rules: Build builtins in the first compile pass, and build plugins
18452     and PIC builtins in the second pass, so that PIC and non-PIC never get
18453     messed.
18454   * modules/demux/mkv.cpp: Added minor verbosity in a warning message.
18455   * modules/gui/kde/preferences.cpp: Fix for woody's KDE.
18456   * modules/stream_out/transcode.c: Workaround for woody's vorbisenc.h.
18457
18458 ------------------------------------------------------------------------
18459 r4776 | titer | 2003-07-04 21:00:43 +0200 (Fri, 04 Jul 2003) | 2 lines
18460 Changed paths:
18461    M /trunk/modules/video_filter/logo.c
18462
18463  logo.c : gcc != 3 compile fix
18464
18465 ------------------------------------------------------------------------
18466 r4777 | sam | 2003-07-05 16:47:53 +0200 (Sat, 05 Jul 2003) | 15 lines
18467 Changed paths:
18468    M /trunk/Makefile.am
18469    M /trunk/bootstrap
18470    M /trunk/debian/Makefile.am
18471    M /trunk/debian/changelog
18472    M /trunk/debian/control
18473    M /trunk/debian/rules
18474    D /trunk/debian/woody-buildpackage
18475    M /trunk/toolbox
18476
18477   * Makefile.am: "make dist-woody" builds a tarball suitable for a Debian
18478     woody package build.
18479   * bootstrap:
18480     + Remove config.h.in and config.h before running autoheader.
18481     + Added "set -e" for better error tracking.
18482     + Call autoheader and automake after autoconf so that the first build does
18483       not need to call autoheader.
18484   * debian/woody-buildpackage:
18485     + Removed that script and put the code in toolbox.
18486   * debian/control:
18487     + Added a build-dependency on libmatroska-dev.
18488   * debian/rules:
18489     + Activated Matroska support.
18490     + Re-enabled dh_installchangelogs.
18491
18492 ------------------------------------------------------------------------
18493 r4778 | zorglub | 2003-07-05 17:00:28 +0200 (Sat, 05 Jul 2003) | 6 lines
18494 Changed paths:
18495    M /trunk/include/announce.h
18496    M /trunk/modules/misc/sap.c
18497    M /trunk/modules/stream_out/standard.c
18498    M /trunk/src/stream_output/announce.c
18499
18500 * sap.c: Improved IPv6 multicast detection
18501
18502 * announce.c:
18503         - coding style fixes
18504         - fixed port detection in IPv6 addresses (with ':' inside)
18505
18506 ------------------------------------------------------------------------
18507 r4779 | sam | 2003-07-05 17:35:28 +0200 (Sat, 05 Jul 2003) | 4 lines
18508 Changed paths:
18509    M /trunk/modules/gui/skins/src/skin_main.cpp
18510    M /trunk/modules/gui/wxwindows/wxwindows.cpp
18511
18512   * modules/gui/skins/src/skin_main.cpp, modules/gui/wxwindows/wxwindows.cpp:
18513     Do not unload the WxWindows plugins on Unix, because they might be linked
18514     with Gtk which makes evil use of atexit().
18515
18516 ------------------------------------------------------------------------
18517 r4780 | alexis | 2003-07-05 23:31:02 +0200 (Sat, 05 Jul 2003) | 2 lines
18518 Changed paths:
18519    M /trunk/modules/stream_out/es.c
18520
18521 es.c: fix typo.
18522
18523 ------------------------------------------------------------------------
18524 r4781 | gbazin | 2003-07-06 18:13:11 +0200 (Sun, 06 Jul 2003) | 7 lines
18525 Changed paths:
18526    M /trunk/configure.ac
18527    M /trunk/install-win32
18528    M /trunk/modules/gui/wxwindows/streamout.cpp
18529    M /trunk/modules/gui/wxwindows/wxwindows.h
18530
18531
18532 * modules/gui/wxwindows/streamout.cpp: clean-up for sap support.
18533     Added a couple of transcoding codecs (WMV2, MJPG, mp3).
18534     The output filename is now surrounded by quotes and the MRL is updated correctly on codec change.
18535 * install-win32: start menu shortucts are installed in the "All Users" section.
18536 * configure.ac: added a --with-ffmpeg-mp3lame option for when ffmpeg was compiled with mp3lame support.
18537
18538 ------------------------------------------------------------------------
18539 r4782 | gbazin | 2003-07-06 18:22:15 +0200 (Sun, 06 Jul 2003) | 4 lines
18540 Changed paths:
18541    M /trunk/INSTALL.win32
18542    M /trunk/modules/stream_out/transcode.c
18543
18544
18545 * INSTALL.win32: added an instruction for using tar to extract the contrib.
18546 * modules/stream_out/transcode.c: added mp3 fourcc.
18547
18548 ------------------------------------------------------------------------
18549 r4783 | sigmunau | 2003-07-06 18:35:38 +0200 (Sun, 06 Jul 2003) | 5 lines
18550 Changed paths:
18551    M /trunk/Makefile.am
18552    M /trunk/share/vlc_win32_rc.rc
18553
18554 Makefile.am: pass version strings to windres
18555 share/vlc_win32_rc.rc: provide some version info in the vlc binary
18556 If all is well, this should not break msvc build, but binaries built
18557 with msvc will have version 0.0.0
18558
18559 ------------------------------------------------------------------------
18560 r4784 | gbazin | 2003-07-06 20:20:32 +0200 (Sun, 06 Jul 2003) | 3 lines
18561 Changed paths:
18562    M /trunk/install-win32
18563
18564
18565 * install-win32: fixed my last commit.
18566
18567 ------------------------------------------------------------------------
18568 r4785 | massiot | 2003-07-07 01:14:50 +0200 (Mon, 07 Jul 2003) | 2 lines
18569 Changed paths:
18570    M /trunk/configure.ac
18571
18572 Fixed Mac OS X build.
18573
18574 ------------------------------------------------------------------------
18575 r4786 | adn | 2003-07-07 09:14:56 +0200 (Mon, 07 Jul 2003) | 2 lines
18576 Changed paths:
18577    M /trunk/modules/gui/wxwindows/streamout.cpp
18578
18579 * now spaces are allowed in SAP annouces.
18580
18581 ------------------------------------------------------------------------
18582 r4787 | sam | 2003-07-07 14:04:50 +0200 (Mon, 07 Jul 2003) | 2 lines
18583 Changed paths:
18584    M /trunk/mozilla/support/npmac.cpp
18585    M /trunk/mozilla/support/npunix.c
18586    M /trunk/mozilla/vlcpeer.cpp
18587
18588   * mozilla/: Tried to fix the build with mozilla 1.4. Tested on Debian.
18589
18590 ------------------------------------------------------------------------
18591 r4788 | massiot | 2003-07-07 16:56:22 +0200 (Mon, 07 Jul 2003) | 2 lines
18592 Changed paths:
18593    M /trunk/configure.ac
18594
18595 Do not link twice with -logg under Darwin.
18596
18597 ------------------------------------------------------------------------
18598 r4789 | gbazin | 2003-07-07 17:50:44 +0200 (Mon, 07 Jul 2003) | 4 lines
18599 Changed paths:
18600    M /trunk/modules/gui/wxwindows/streamout.cpp
18601    M /trunk/modules/stream_out/standard.c
18602    M /trunk/modules/stream_out/transcode.c
18603
18604 * modules/gui/wxwindows/streamout.cpp: added vorbis transcoding + fixed default codec selection.
18605 * modules/stream_out/transcode.c: fixed segfault when muxer doesn't handle an audio codec, fixed mp3 transcoding support.
18606 * modules/stream_out/standard.c: clean-up.
18607
18608 ------------------------------------------------------------------------
18609 r4790 | sam | 2003-07-07 18:53:48 +0200 (Mon, 07 Jul 2003) | 2 lines
18610 Changed paths:
18611    M /trunk/bootstrap
18612
18613   * bootstrap: The "clean" rule now also removes generated sources.
18614
18615 ------------------------------------------------------------------------
18616 r4791 | sam | 2003-07-07 18:59:00 +0200 (Mon, 07 Jul 2003) | 6 lines
18617 Changed paths:
18618    M /trunk/configure.ac
18619    A /trunk/modules/control/corba
18620    A /trunk/modules/control/corba/.cvsignore
18621    A /trunk/modules/control/corba/Modules.am
18622    A /trunk/modules/control/corba/README
18623    A /trunk/modules/control/corba/client.py
18624    A /trunk/modules/control/corba/corba.c
18625    A /trunk/modules/control/corba/launch-vlc-corba
18626    A /trunk/modules/control/corba/mediacontrol.idl
18627    A /trunk/modules/control/corba/pyorbit-1.99.3.patch
18628    A /trunk/modules/control/corba/simpleplayer.glade
18629    A /trunk/modules/control/corba/simpleplayer.py
18630    M /trunk/src/playlist/playlist.c
18631
18632   * modules/control/corba/: Olivier Aubert's CORBA plugin. Almost verbatim,
18633     compiles cleanly (to build the medicacontrol.so library you need to cd to
18634     that directory and "make medicacontrol.so") but untested.
18635   * src/playlist/playlist.c: Mostly harmless fix to playlist.c suggested by
18636     Olivier.
18637
18638 ------------------------------------------------------------------------
18639 r4792 | sam | 2003-07-07 19:01:16 +0200 (Mon, 07 Jul 2003) | 3 lines
18640 Changed paths:
18641    M /trunk/AUTHORS
18642    M /trunk/HACKING
18643
18644   * AUTHORS: Added Olivier Aubert.
18645   * HACKING: Elaborated on how to add a new module as suggested by Joe Kraft.
18646
18647 ------------------------------------------------------------------------
18648 r4793 | sam | 2003-07-07 20:14:17 +0200 (Mon, 07 Jul 2003) | 3 lines
18649 Changed paths:
18650    M /trunk/Makefile.am
18651
18652   * Makefile.am: Do not try to install PIC builtins if --enable-mozilla was
18653     not specified.
18654
18655 ------------------------------------------------------------------------
18656 r4794 | sam | 2003-07-08 15:09:30 +0200 (Tue, 08 Jul 2003) | 9 lines
18657 Changed paths:
18658    M /trunk/Makefile.am
18659    M /trunk/bootstrap
18660    M /trunk/toolbox
18661
18662   * bootstrap:
18663     + Removed a useless use of cut.
18664     + Do not fail in the "clean" rule if no targets were built.
18665   * Makefile.am:
18666     + Propagate $(srcdir) to toolbox.
18667   * toolbox:
18668     + Do not include .moc files in POTFILES.in.
18669     + Fixed the generation of MSVC project files (untested).
18670
18671 ------------------------------------------------------------------------
18672 r4795 | sam | 2003-07-08 15:13:12 +0200 (Tue, 08 Jul 2003) | 2 lines
18673 Changed paths:
18674    M /trunk/po/POTFILES.in
18675    M /trunk/po/de.po
18676    M /trunk/po/en_GB.po
18677    M /trunk/po/fr.po
18678    M /trunk/po/it.po
18679    M /trunk/po/ja.po
18680    M /trunk/po/nl.po
18681    M /trunk/po/no.po
18682    M /trunk/po/pl.po
18683    M /trunk/po/ru.po
18684    M /trunk/po/sv.po
18685    M /trunk/po/vlc.pot
18686
18687   * po/: Updated pofiles using the new toolbox.
18688
18689 ------------------------------------------------------------------------
18690 r4796 | sam | 2003-07-08 15:40:57 +0200 (Tue, 08 Jul 2003) | 2 lines
18691 Changed paths:
18692    M /trunk/bootstrap
18693
18694   * bootstrap: Removed dashes from makefile variables.
18695
18696 ------------------------------------------------------------------------
18697 r4797 | sam | 2003-07-08 18:21:00 +0200 (Tue, 08 Jul 2003) | 3 lines
18698 Changed paths:
18699    M /trunk/toolbox
18700
18701   * toolbox: we cannot use `printf '\r'` under Cygwin; use a real ^M character
18702     instead.
18703
18704 ------------------------------------------------------------------------
18705 r4798 | hartman | 2003-07-09 03:30:41 +0200 (Wed, 09 Jul 2003) | 5 lines
18706 Changed paths:
18707    M /trunk/modules/gui/macosx/controls.m
18708
18709 * Update next/previous item routines. it descends from next chapter to
18710   next title to next playlistitem. The old code for this was buggy. This
18711   should work better. Especially for CDDA's, since we previously didn't support
18712   titles.
18713
18714 ------------------------------------------------------------------------
18715 r4799 | hartman | 2003-07-09 03:31:25 +0200 (Wed, 09 Jul 2003) | 2 lines
18716 Changed paths:
18717    M /trunk/modules/gui/macosx/controls.m
18718
18719 * don't sleep while committing.
18720
18721 ------------------------------------------------------------------------
18722 r4800 | adn | 2003-07-09 11:30:23 +0200 (Wed, 09 Jul 2003) | 2 lines
18723 Changed paths:
18724    M /trunk/modules/gui/wxwindows/messages.cpp
18725    M /trunk/modules/gui/wxwindows/wxwindows.h
18726
18727 a "clear" button now allows to clear the messages' text window
18728
18729 ------------------------------------------------------------------------
18730 r4801 | adn | 2003-07-09 12:59:11 +0200 (Wed, 09 Jul 2003) | 2 lines
18731 Changed paths:
18732    M /trunk/modules/gui/wxwindows/messages.cpp
18733
18734 corrected a newbie notation
18735
18736 ------------------------------------------------------------------------
18737 r4802 | sam | 2003-07-09 15:52:22 +0200 (Wed, 09 Jul 2003) | 2 lines
18738 Changed paths:
18739    M /trunk/mozilla/vlcshell.cpp
18740
18741   * mozilla/vlcshell.cpp: free() requires <stdlib.h>.
18742
18743 ------------------------------------------------------------------------
18744 r4803 | gbazin | 2003-07-09 23:42:28 +0200 (Wed, 09 Jul 2003) | 5 lines
18745 Changed paths:
18746    M /trunk/modules/audio_output/alsa.c
18747    M /trunk/modules/gui/wxwindows/interface.cpp
18748    M /trunk/src/audio_output/output.c
18749
18750
18751 * modules/gui/wxwindows/interface.cpp: resume after pause was broken recently.
18752 * src/audio_output/output.c: reverted a recent change that was screwing up the proper scheduling of audio samples after a starvation. That should improve the heavy resampling we currently have after a pause.
18753 * modules/audio_output/alsa.c: improvements and fixes to the alsa audio output.
18754
18755 ------------------------------------------------------------------------
18756 r4804 | gbazin | 2003-07-10 00:10:13 +0200 (Thu, 10 Jul 2003) | 4 lines
18757 Changed paths:
18758    M /trunk/modules/demux/ogg.c
18759
18760
18761 * modules/demux/ogg.c: latest change for web radios support did affect the quality of normal
18762 ogg files. Make the check a bit more strict.
18763
18764 ------------------------------------------------------------------------
18765 r4805 | hartman | 2003-07-10 02:47:42 +0200 (Thu, 10 Jul 2003) | 10 lines
18766 Changed paths:
18767    M /trunk/vlc.ebuild
18768
18769 * fixed glide header detection
18770 * added matroska, dvb and pvr USE vars.
18771 * enabled support for flac.
18772 * removed libdv support since it's deprecated
18773 * enabled freetype support if USE=truetype
18774 * enabled satellite support if USE=dvb
18775 * added local USE variable pvr to compile with pvr support
18776 * added local USE variable matroska to compile with experimental matroska
18777   support/ebuilds. See also http://forums.gentoo.org/viewtopic.php?t=63722&highlight=matroska.
18778
18779 ------------------------------------------------------------------------
18780 r4806 | fenrir | 2003-07-10 03:33:41 +0200 (Thu, 10 Jul 2003) | 2 lines
18781 Changed paths:
18782    M /trunk/modules/codec/ffmpeg/audio.c
18783    M /trunk/modules/codec/ffmpeg/ffmpeg.c
18784    M /trunk/modules/codec/ffmpeg/video.c
18785
18786  * ffmpeg: some clean. Added a mutex to avoid multiple initialisation.
18787
18788 ------------------------------------------------------------------------
18789 r4807 | sam | 2003-07-10 09:08:41 +0200 (Thu, 10 Jul 2003) | 3 lines
18790 Changed paths:
18791    A /trunk/vlc.spec
18792    D /trunk/vlc.spec.redhat
18793
18794   * vlc.spec.redhat: Renamed this file to vlc.spec again. It's the expected
18795     filename in a package.
18796
18797 ------------------------------------------------------------------------
18798 r4808 | adn | 2003-07-10 13:15:18 +0200 (Thu, 10 Jul 2003) | 2 lines
18799 Changed paths:
18800    M /trunk/modules/gui/wxwindows/messages.cpp
18801    M /trunk/modules/gui/wxwindows/wxwindows.h
18802
18803 now messages can be saved to a file
18804
18805 ------------------------------------------------------------------------
18806 r4809 | zorglub | 2003-07-10 20:29:41 +0200 (Thu, 10 Jul 2003) | 5 lines
18807 Changed paths:
18808    M /trunk/modules/control/http.c
18809    M /trunk/modules/misc/httpd.c
18810
18811 * http: added support for user/pass (--http-user & --http-pass)
18812
18813 * httpd: removed hard-coded user/pass for admin page.
18814    (now: --http-admin-pass & --http-admin-user )
18815
18816 ------------------------------------------------------------------------
18817 r4810 | fenrir | 2003-07-11 00:24:09 +0200 (Fri, 11 Jul 2003) | 12 lines
18818 Changed paths:
18819    M /trunk/include/httpd.h
18820    M /trunk/modules/control/http.c
18821    M /trunk/modules/misc/httpd.c
18822
18823  * http: rework of the http interface.
18824
18825  There is no more hardcoded html page. The interface recursively parse a
18826 directory, exporting all  files. All .htm/.html are  parsed, and special
18827 macro are  used. I will commit  somes samples pages in  share/http and I
18828 hope documentations.
18829
18830  TODO: - (re)implement access control in httpd (but in a useable way).
18831        - clean login/password management. (for now .access protects
18832        a whole directory).
18833        - doc ;)
18834
18835 ------------------------------------------------------------------------
18836 r4811 | fenrir | 2003-07-11 00:29:59 +0200 (Fri, 11 Jul 2003) | 2 lines
18837 Changed paths:
18838    A /trunk/share/http
18839    A /trunk/share/http/admin
18840    A /trunk/share/http/admin/.access
18841    A /trunk/share/http/admin/index.html
18842    A /trunk/share/http/index.html
18843    A /trunk/share/http/info.html
18844
18845  * all: samples pages for http interface.
18846
18847 ------------------------------------------------------------------------
18848 r4812 | fenrir | 2003-07-11 00:37:02 +0200 (Fri, 11 Jul 2003) | 2 lines
18849 Changed paths:
18850    M /trunk/modules/misc/httpd.c
18851
18852  * httpd: fix a segfault.
18853
18854 ------------------------------------------------------------------------
18855 r4813 | fenrir | 2003-07-11 01:55:14 +0200 (Fri, 11 Jul 2003) | 2 lines
18856 Changed paths:
18857    M /trunk/modules/access/mms/mmstu.c
18858
18859  * mmstu: workaround for some streams. (missing 0x11 answer).
18860
18861 ------------------------------------------------------------------------
18862 r4814 | gbazin | 2003-07-11 09:13:27 +0200 (Fri, 11 Jul 2003) | 3 lines
18863 Changed paths:
18864    M /trunk/modules/audio_output/alsa.c
18865
18866
18867 * modules/audio_output/alsa.c: enabled 4 and 5.1 channels modes (although stereo stays the default).
18868
18869 ------------------------------------------------------------------------
18870 r4815 | sam | 2003-07-11 10:04:30 +0200 (Fri, 11 Jul 2003) | 2 lines
18871 Changed paths:
18872    M /trunk/po/POTFILES.in
18873
18874   * po/POTFILES.in: Updated this file from a pristine CVS tree to avoid cruft.
18875
18876 ------------------------------------------------------------------------
18877 r4816 | gbazin | 2003-07-11 11:50:10 +0200 (Fri, 11 Jul 2003) | 3 lines
18878 Changed paths:
18879    M /trunk/include/httpd.h
18880    M /trunk/modules/control/http.c
18881
18882 * include/httpd.h: compilation fix.
18883 * modules/control/http.c: win32 fixes.
18884
18885 ------------------------------------------------------------------------
18886 r4817 | gbazin | 2003-07-11 13:58:12 +0200 (Fri, 11 Jul 2003) | 4 lines
18887 Changed paths:
18888    M /trunk/configure.ac
18889    M /trunk/modules/mux/Modules.am
18890
18891 * configure.ac: always use the built-in getop on win32 (cygwin's one is buggy).
18892     Disable the gtk2/gnome2 interfaces as they are currently unuseable and this option was confusing users more than anything else.
18893     Enabled the mp4 muxer (Although it doesn't yet produce streams compatible with quicktime).
18894
18895 ------------------------------------------------------------------------
18896 r4818 | fenrir | 2003-07-11 20:19:43 +0200 (Fri, 11 Jul 2003) | 3 lines
18897 Changed paths:
18898    M /trunk/modules/control/http.c
18899
18900  * http: * fix for double // under linux.
18901          * another useless feature: can browse local files (for sout)
18902
18903 ------------------------------------------------------------------------
18904 r4819 | fenrir | 2003-07-11 20:21:30 +0200 (Fri, 11 Jul 2003) | 3 lines
18905 Changed paths:
18906    A /trunk/share/http/admin/browse.html
18907    M /trunk/share/http/admin/index.html
18908
18909  * index: little fix for refresh url.
18910  * browse: example.
18911
18912 ------------------------------------------------------------------------
18913 r4820 | fenrir | 2003-07-11 21:29:37 +0200 (Fri, 11 Jul 2003) | 2 lines
18914 Changed paths:
18915    M /trunk/share/http/admin/browse.html
18916
18917  * disabled by default. (It's a nice security hole for those)
18918
18919 ------------------------------------------------------------------------
18920 r4821 | gbazin | 2003-07-12 01:14:03 +0200 (Sat, 12 Jul 2003) | 5 lines
18921 Changed paths:
18922    M /trunk/modules/audio_output/directx.c
18923    M /trunk/modules/audio_output/waveout.c
18924    M /trunk/modules/gui/wxwindows/messages.cpp
18925
18926
18927 * modules/audio_output/directx.c: 5.1 audio output now works on sblive/audigy as well :)
18928 * modules/audio_output/waveout.c: fixed the waveOut plugin so works on NT4 as well... that complicates the plugin a bit more than I would have wanted, but hey.
18929 * modules/gui/wxwindows/messages.cpp: the verbose checkbox is set to the value of the --verbose config option.
18930
18931 ------------------------------------------------------------------------
18932 r4822 | gbazin | 2003-07-12 01:36:01 +0200 (Sat, 12 Jul 2003) | 4 lines
18933 Changed paths:
18934    M /trunk/NEWS
18935    M /trunk/modules/gui/wxwindows/streamout.cpp
18936    M /trunk/modules/gui/wxwindows/wxwindows.h
18937
18938
18939 * modules/gui/wxwindows/streamout.cpp, wxwindows.h: added an audio channels combobox for transcoding.
18940 * NEWS: update in preparation for 0.6.1.
18941
18942 ------------------------------------------------------------------------
18943 r4823 | fenrir | 2003-07-12 02:56:18 +0200 (Sat, 12 Jul 2003) | 2 lines
18944 Changed paths:
18945    M /trunk/modules/control/http.c
18946
18947  * http.c : fix definition conflict under OS X (at least).
18948
18949 ------------------------------------------------------------------------
18950 r4824 | gbazin | 2003-07-12 15:33:10 +0200 (Sat, 12 Jul 2003) | 3 lines
18951 Changed paths:
18952    M /trunk/modules/gui/wxwindows/fileinfo.cpp
18953    M /trunk/modules/gui/wxwindows/interface.cpp
18954    M /trunk/modules/gui/wxwindows/messages.cpp
18955    M /trunk/modules/gui/wxwindows/playlist.cpp
18956    M /trunk/modules/gui/wxwindows/streamout.cpp
18957    M /trunk/modules/gui/wxwindows/wxwindows.h
18958
18959
18960 * modules/gui/wxwindows/*: added a "simple open" entry to the "File" menu of the interface and playlist. That entry just opens a wxFileDialog().
18961
18962 ------------------------------------------------------------------------
18963 r4825 | massiot | 2003-07-13 14:15:23 +0200 (Sun, 13 Jul 2003) | 3 lines
18964 Changed paths:
18965    M /trunk/modules/codec/libmpeg2.c
18966
18967 * modules/codec/libmpeg2.c: Fixed a major bug where the picture heap
18968   would progressively empty on some DVDs.
18969
18970 ------------------------------------------------------------------------
18971 r4826 | massiot | 2003-07-13 14:35:13 +0200 (Sun, 13 Jul 2003) | 4 lines
18972 Changed paths:
18973    M /trunk/modules/demux/mpeg/system.c
18974    M /trunk/modules/demux/mpeg/system.h
18975    M /trunk/modules/demux/mpeg/ts.c
18976
18977 * modules/demux/mpeg: 0x06 stream type can be used for something else
18978   than A/52, so disabled it for the moment (we should actually check for
18979   the presence of a descriptor).
18980
18981 ------------------------------------------------------------------------
18982 r4827 | sigmunau | 2003-07-13 14:52:40 +0200 (Sun, 13 Jul 2003) | 2 lines
18983 Changed paths:
18984    M /trunk/modules/demux/util/id3.c
18985
18986 cleanup comments
18987
18988 ------------------------------------------------------------------------
18989 r4828 | gbazin | 2003-07-13 15:18:25 +0200 (Sun, 13 Jul 2003) | 3 lines
18990 Changed paths:
18991    M /trunk/modules/stream_out/transcode.c
18992
18993
18994 * modules/stream_out/transcode.c: implemented some very basic channels downmixing. Was necessary to be able to transcode a52 > stereo to mpga.
18995
18996 ------------------------------------------------------------------------
18997 r4829 | gbazin | 2003-07-13 16:55:17 +0200 (Sun, 13 Jul 2003) | 3 lines
18998 Changed paths:
18999    M /trunk/modules/gui/skins/controls/text.cpp
19000    M /trunk/modules/gui/skins/os_bitmap.h
19001    M /trunk/modules/gui/skins/os_event.h
19002    M /trunk/modules/gui/skins/os_font.h
19003    M /trunk/modules/gui/skins/os_graphics.h
19004    M /trunk/modules/gui/skins/os_theme.h
19005    M /trunk/modules/gui/skins/os_window.h
19006    M /trunk/modules/gui/skins/src/dialogs.cpp
19007    M /trunk/modules/gui/skins/src/skin_main.cpp
19008
19009
19010 * modules/gui/skins/*: removed unused GTK2_SKINS code.
19011
19012 ------------------------------------------------------------------------
19013 r4830 | massiot | 2003-07-13 21:58:41 +0200 (Sun, 13 Jul 2003) | 3 lines
19014 Changed paths:
19015    M /trunk/src/input/input_ext-intf.c
19016
19017 * Only allow 4x fast-forward, since 8x won't work on low-end machines,
19018   and our dear users report it as a bug.
19019
19020 ------------------------------------------------------------------------
19021 r4831 | gbazin | 2003-07-14 18:10:20 +0200 (Mon, 14 Jul 2003) | 2 lines
19022 Changed paths:
19023    M /trunk/configure.ac
19024    M /trunk/modules/control/http.c
19025
19026 * configure.ac, modules/control/http.c: compilation fix for platforms without ctime_r().
19027
19028 ------------------------------------------------------------------------
19029 r4832 | sigmunau | 2003-07-14 22:36:55 +0200 (Mon, 14 Jul 2003) | 10 lines
19030 Changed paths:
19031    M /trunk/Doxyfile
19032    M /trunk/include/vlc_common.h
19033    M /trunk/toolbox
19034
19035 toolbox: made a --add-include that can be used by doxygen to get proper
19036          includes in the .h files, since they are parsed out of context by
19037          doxygen
19038 Doxyfile: misc fixes, use ./toolbox --add-include as filter for sources.
19039 include/vlc_common.h: doxygenized VLC_COMMON_MEMBERS
19040
19041 With these changes, and a slightly patched version of doxygen (which you can
19042 get here: http://www.idi.ntnu.no/~sigmunau/doxygen-vlcpatched.tgz ) you should
19043 be able to get some useful documentation out of the vlc sources.
19044
19045 ------------------------------------------------------------------------
19046 r4833 | sigmunau | 2003-07-14 23:32:59 +0200 (Mon, 14 Jul 2003) | 18 lines
19047 Changed paths:
19048    M /trunk/configure.ac
19049    M /trunk/include/osd.h
19050    M /trunk/include/video_output.h
19051    M /trunk/modules/codec/spudec/spudec.c
19052    M /trunk/modules/codec/spudec/spudec.h
19053    M /trunk/modules/codec/spudec/text.c
19054    M /trunk/modules/control/lirc/lirc.c
19055    M /trunk/modules/demux/util/sub.c
19056    M /trunk/modules/misc/Modules.am
19057    M /trunk/modules/misc/dummy/Modules.am
19058    M /trunk/modules/misc/dummy/dummy.c
19059    M /trunk/modules/misc/dummy/dummy.h
19060    A /trunk/modules/misc/freetype.c
19061    M /trunk/modules/video_filter/Modules.am
19062    D /trunk/modules/video_filter/osd_text.c
19063    M /trunk/src/misc/modules.c
19064    M /trunk/src/video_output/video_output.c
19065    M /trunk/src/video_output/video_text.c
19066
19067 All: My shot at improving subtitle rendering in vlc. Now each vout uses a "text renderer" module to render text on the video when needed. I decieded to make this a module type, because other api's (win32 and macosx) is supposed to do better than freetype under some circumstances.
19068
19069 include/video_output.h: added some members needed by text renderer modules
19070 src/video_output/video_output.c: load and unload text renderer module when needed
19071 src/video_output/video_text.c: implemented some functions to show text on the video
19072 include/osd.h: exported the functions to show text
19073 modules/misc/Modules.am, module/misc/freetype.c: new text renderer module, largly based on the old osdtext module.
19074 modules/video_filter/Modules.am, modules/video_filter/osd_text.c: removed the osdtext module
19075 configure.ac: changes "osdtext" to "freetype" some places
19076 modules/codec/spudec/*: when iconv is available, use it to convert textual subtitles from the encoding given by --sub-encoding to utf8. Use new code to render subtitles
19077 modules/control/lirc/lirc.c: use new code to give feedback on buttons pressed. untested.
19078 modules/demux/util/sub.c: remove all traces of the ugly old osdtext module
19079 modules/misc/dummy/*: added a "text renderer" submodule in the dummy module
19080 src/misc/modules.c: included osd.h as it seems to be needed to export symbols
19081
19082
19083 final notes: you need to give a proper value to --freetype-font. This should be the path to a font file freetype2 can handle (almost any format afaik) with a unicode translation table in it. Windows ttf files will do. In linux at least openoffice distributes some fonts that work. I think macosx and beos also has useable fonts.
19084
19085 ------------------------------------------------------------------------
19086 r4834 | sigmunau | 2003-07-15 00:25:13 +0200 (Tue, 15 Jul 2003) | 2 lines
19087 Changed paths:
19088    A /trunk/modules/misc/dummy/renderer.c
19089
19090          had to forget something :)
19091
19092 ------------------------------------------------------------------------
19093 r4835 | gbazin | 2003-07-15 15:12:00 +0200 (Tue, 15 Jul 2003) | 2 lines
19094 Changed paths:
19095    M /trunk/modules/mux/mpeg/pes.c
19096    M /trunk/modules/mux/mpeg/ps.c
19097
19098 *  modules/mux/mpeg/ps.c,ps.c: the ps muxer can now create mpeg system (mpeg1) files as well. Also modified the ps muxer to output streams with system headers.
19099
19100 ------------------------------------------------------------------------
19101 r4836 | gbazin | 2003-07-15 18:07:33 +0200 (Tue, 15 Jul 2003) | 2 lines
19102 Changed paths:
19103    M /trunk/modules/mux/mpeg/ps.c
19104
19105 * modules/mux/mpeg/ps.c: save pack and system headers for http streaming.
19106
19107 ------------------------------------------------------------------------
19108 r4837 | alexis | 2003-07-15 20:01:42 +0200 (Tue, 15 Jul 2003) | 2 lines
19109 Changed paths:
19110    M /trunk/Makefile.am
19111
19112 Update for the spec files.
19113
19114 ------------------------------------------------------------------------
19115 r4838 | sigmunau | 2003-07-15 20:12:05 +0200 (Tue, 15 Jul 2003) | 6 lines
19116 Changed paths:
19117    D /trunk/Doxyfile
19118    A /trunk/doc/Doxyfile
19119    M /trunk/include/vlc_video.h
19120    M /trunk/src/video_output/vout_subpictures.c
19121
19122 moved Doxyfile to doc/ to make sam happy. Changed Doxyfile so the generated
19123 documentation does not include information on which headers each file
19124 includes, since this information isn't correct.
19125
19126 Clarified and doxygenized some of the documentation on subpictures
19127
19128 ------------------------------------------------------------------------
19129 r4839 | sam | 2003-07-16 17:25:32 +0200 (Wed, 16 Jul 2003) | 5 lines
19130 Changed paths:
19131    M /trunk/modules/video_output/x11/xcommon.c
19132
19133   * modules/video_output/x11/xcommon.c: Select events in the video subwindow
19134     instead of the base window, because newer versions of Mozilla select
19135     ButtonPress for the window it gives us, and XSelectInput only allows
19136     one client to select this event.
19137
19138 ------------------------------------------------------------------------
19139 r4840 | sam | 2003-07-16 17:32:41 +0200 (Wed, 16 Jul 2003) | 5 lines
19140 Changed paths:
19141    M /trunk/modules/access/http.c
19142    M /trunk/modules/access/mms/mmstu.c
19143
19144   * modules/access/http.c:
19145     + Fixed gcc 3 warnings (type punning).
19146   * modules/access/mms/mmstu.c:
19147     + Fixed a gcc 3 warning (long constant).
19148
19149 ------------------------------------------------------------------------
19150 r4841 | sam | 2003-07-16 17:40:53 +0200 (Wed, 16 Jul 2003) | 6 lines
19151 Changed paths:
19152    M /trunk/debian/changelog
19153    M /trunk/debian/control
19154
19155   * debian/changelog:
19156     + Prepared my next Debian upload.
19157   * debian/control:
19158     + Set policy to 3.6.0. No changes required.
19159     + Extended the package description.
19160
19161 ------------------------------------------------------------------------
19162 r4842 | sam | 2003-07-16 17:52:05 +0200 (Wed, 16 Jul 2003) | 7 lines
19163 Changed paths:
19164    M /trunk/bootstrap
19165    M /trunk/po/POTFILES.in
19166    M /trunk/po/de.po
19167    M /trunk/po/en_GB.po
19168    M /trunk/po/fr.po
19169    M /trunk/po/it.po
19170    M /trunk/po/ja.po
19171    M /trunk/po/nl.po
19172    M /trunk/po/no.po
19173    M /trunk/po/pl.po
19174    M /trunk/po/ru.po
19175    M /trunk/po/sv.po
19176    M /trunk/po/vlc.pot
19177    M /trunk/toolbox
19178
19179   * bootstrap:
19180     + Minor indentation fix.
19181   * toolbox:
19182     + Exclude vlc_symbols.h and modules_{plugins,builtins}.h from POTFILES.in.
19183   * po/*:
19184     + Re-ran toolbox --update po.
19185
19186 ------------------------------------------------------------------------
19187 r4843 | sam | 2003-07-16 18:06:56 +0200 (Wed, 16 Jul 2003) | 2 lines
19188 Changed paths:
19189    M /trunk/configure.ac
19190
19191   * configure.ac: complain when mozilla-config isn't found.
19192
19193 ------------------------------------------------------------------------
19194 r4844 | sam | 2003-07-16 18:33:59 +0200 (Wed, 16 Jul 2003) | 2 lines
19195 Changed paths:
19196    M /trunk/mozilla/vlcpeer.cpp
19197    M /trunk/mozilla/vlcplugin.cpp
19198    M /trunk/mozilla/vlcshell.cpp
19199
19200   * mozilla/*: Additional Mozilla 1.4 compilation fixes.
19201
19202 ------------------------------------------------------------------------
19203 r4845 | gbazin | 2003-07-16 19:17:05 +0200 (Wed, 16 Jul 2003) | 3 lines
19204 Changed paths:
19205    M /trunk/modules/codec/spudec/spudec.c
19206
19207
19208 * modules/codec/spudec/spudec.c: proper initialization of the iconv handle.
19209
19210 ------------------------------------------------------------------------
19211 r4846 | gbazin | 2003-07-16 19:19:06 +0200 (Wed, 16 Jul 2003) | 3 lines
19212 Changed paths:
19213    M /trunk/modules/codec/spudec/spudec.c
19214
19215
19216 * modules/codec/spudec/spudec.c: oops, proper fix for the proper initialization of the proper iconv handle ;)
19217
19218 ------------------------------------------------------------------------
19219 r4847 | sam | 2003-07-16 23:42:53 +0200 (Wed, 16 Jul 2003) | 3 lines
19220 Changed paths:
19221    M /trunk/Makefile.am
19222
19223   * Makefile.am: added /usr/lib/mozilla/include/idl to the xpidl include
19224     directory, because that's where Gentoo puts it.
19225
19226 ------------------------------------------------------------------------
19227 r4848 | sigmunau | 2003-07-17 11:25:58 +0200 (Thu, 17 Jul 2003) | 3 lines
19228 Changed paths:
19229    M /trunk/mozilla/npvlc_rc.rc
19230    M /trunk/mozilla/vlcplugin.h
19231
19232 mozilla/vlcplugin.h: added the video/x-ms-wmv mime type
19233 mozilla/npvlc_rc.rc: added all the missing types from vlcplugin.h
19234
19235 ------------------------------------------------------------------------
19236 r4849 | sam | 2003-07-17 14:06:10 +0200 (Thu, 17 Jul 2003) | 3 lines
19237 Changed paths:
19238    M /trunk/Makefile.am
19239    M /trunk/configure.ac
19240    M /trunk/mozilla/.cvsignore
19241    A /trunk/mozilla/Makefile.am
19242    M /trunk/vlc-config.in.in
19243
19244   * mozilla/Makefile.am: Moved mozilla plugin generation directives here.
19245   * configure.ac: Propagate $(top_srcdir) to the vlc-config call.
19246
19247 ------------------------------------------------------------------------
19248 r4850 | sam | 2003-07-17 15:01:59 +0200 (Thu, 17 Jul 2003) | 7 lines
19249 Changed paths:
19250    M /trunk/debian/Makefile.am
19251    M /trunk/debian/changelog
19252    A /trunk/debian/compat
19253    M /trunk/debian/control
19254    M /trunk/debian/rules
19255
19256   * debian/compat:
19257     + New debhelper file.
19258   * debian/control:
19259     + Updated debhelper build-dependency to (>= 3.4.4) because we now
19260       use debian/compat.
19261     + Use ${misc:Depends} everywhere.
19262
19263 ------------------------------------------------------------------------
19264 r4851 | sam | 2003-07-17 15:09:46 +0200 (Thu, 17 Jul 2003) | 3 lines
19265 Changed paths:
19266    M /trunk/Makefile.am
19267    M /trunk/bootstrap
19268    M /trunk/mozilla/Makefile.am
19269
19270   * mozilla/Makefile.am: Fixed stamp-pic generation, it was created in the
19271     current directory but looked for in the parent directory.
19272
19273 ------------------------------------------------------------------------
19274 r4852 | sam | 2003-07-17 16:10:08 +0200 (Thu, 17 Jul 2003) | 4 lines
19275 Changed paths:
19276    M /trunk/include/announce.h
19277    M /trunk/src/stream_output/announce.c
19278
19279   * src/stream_output/announce.c:
19280     + Coding style fixes.
19281     + Use memcpy() instead of for() loops.
19282
19283 ------------------------------------------------------------------------
19284 r4853 | sam | 2003-07-17 16:28:13 +0200 (Thu, 17 Jul 2003) | 5 lines
19285 Changed paths:
19286    M /trunk/src/stream_output/announce.c
19287
19288   * src/stream_output/announce.c:
19289     + Fixed Win32 port.
19290     + Speed optimizations in split().
19291     + More coding style fixes.
19292
19293 ------------------------------------------------------------------------
19294 r4854 | sam | 2003-07-17 16:54:26 +0200 (Thu, 17 Jul 2003) | 3 lines
19295 Changed paths:
19296    M /trunk/configure.ac
19297    M /trunk/vlc-config.in.in
19298
19299   * configure.ac vlc-config.in.in: Oops, vlc-config needs top_builddir, not
19300     top_srcdir.
19301
19302 ------------------------------------------------------------------------
19303 r4855 | sam | 2003-07-17 17:49:37 +0200 (Thu, 17 Jul 2003) | 3 lines
19304 Changed paths:
19305    M /trunk/m4/vlc.m4
19306
19307   * m4/vlc.m4: Looks like POSIX shell reduces "`eval echo '$'FOO`" to "" even
19308     if $FOO contains spaces. Worked around the problem.
19309
19310 ------------------------------------------------------------------------
19311 r4856 | sam | 2003-07-17 18:34:40 +0200 (Thu, 17 Jul 2003) | 4 lines
19312 Changed paths:
19313    M /trunk/Makefile.am
19314    M /trunk/src/stream_output/announce.c
19315
19316   * Makefile.am: Parse mozilla after . so that the mozilla plugin gets its
19317     dependencies right.
19318   * src/stream_output/announce.c: Compilation fix.
19319
19320 ------------------------------------------------------------------------
19321 r4857 | gbazin | 2003-07-17 19:30:40 +0200 (Thu, 17 Jul 2003) | 8 lines
19322 Changed paths:
19323    M /trunk/configure.ac
19324    M /trunk/include/vlc_interface.h
19325    M /trunk/modules/gui/skins/Modules.am
19326    M /trunk/modules/gui/skins/src/dialogs.cpp
19327    M /trunk/modules/gui/skins/src/dialogs.h
19328    M /trunk/modules/gui/skins/src/skin_common.h
19329    M /trunk/modules/gui/skins/src/skin_main.cpp
19330    M /trunk/modules/gui/wxwindows/Modules.am
19331    A /trunk/modules/gui/wxwindows/dialogs.cpp
19332    M /trunk/modules/gui/wxwindows/interface.cpp
19333    M /trunk/modules/gui/wxwindows/menus.cpp
19334    M /trunk/modules/gui/wxwindows/open.cpp
19335    M /trunk/modules/gui/wxwindows/playlist.cpp
19336    M /trunk/modules/gui/wxwindows/timer.cpp
19337    M /trunk/modules/gui/wxwindows/wxwindows.cpp
19338    M /trunk/modules/gui/wxwindows/wxwindows.h
19339
19340
19341 * modules/gui/wxwindows/*: The wxwindows interface is now a "dialogs provider" module as well as a normal "interface".
19342    Dialog providers expose an api that allow other modules to use the GUI dialogs the module provides (open dialogs, etc...).
19343    + misc small enhancements.
19344
19345 * modules/gui/skins/*: completely removed the dependancy on the wxwindows code (which also eliminates the need for the basic_skins module).
19346    The skins module will now try to load a "dialogs provider" to display the open, messages, file info and preferences dialogs.
19347
19348 ------------------------------------------------------------------------
19349 r4858 | gbazin | 2003-07-17 20:58:23 +0200 (Thu, 17 Jul 2003) | 3 lines
19350 Changed paths:
19351    M /trunk/include/vlc_interface.h
19352    M /trunk/modules/gui/skins/src/dialogs.cpp
19353    M /trunk/modules/gui/wxwindows/dialogs.cpp
19354    M /trunk/modules/gui/wxwindows/interface.cpp
19355    M /trunk/modules/gui/wxwindows/timer.cpp
19356    M /trunk/modules/gui/wxwindows/wxwindows.h
19357
19358
19359 * modules/gui/wxwindows/*: enable popup menu support in the "dialogs provider".
19360
19361 ------------------------------------------------------------------------
19362 r4859 | gbazin | 2003-07-18 00:54:40 +0200 (Fri, 18 Jul 2003) | 3 lines
19363 Changed paths:
19364    M /trunk/src/playlist/playlist.c
19365
19366
19367 * src/playlist/playlist.c: fixed recent playlist breakage.
19368
19369 ------------------------------------------------------------------------
19370 r4860 | gbazin | 2003-07-18 13:39:39 +0200 (Fri, 18 Jul 2003) | 3 lines
19371 Changed paths:
19372    M /trunk/modules/gui/wxwindows/dialogs.cpp
19373    M /trunk/modules/gui/wxwindows/interface.cpp
19374    M /trunk/modules/gui/wxwindows/timer.cpp
19375    M /trunk/modules/gui/wxwindows/wxwindows.cpp
19376    M /trunk/modules/gui/wxwindows/wxwindows.h
19377    M /trunk/modules/video_output/directx/events.c
19378
19379 * modules/video_output/directx/events.c: closing the video window doesn't doesn't exit vlc anymore, it just stops the current stream.
19380 * modules/gui/wxwindows/*: fix for popup menu placement.
19381
19382 ------------------------------------------------------------------------
19383 r4861 | gbazin | 2003-07-18 15:22:07 +0200 (Fri, 18 Jul 2003) | 2 lines
19384 Changed paths:
19385    M /trunk/modules/gui/wxwindows/wxwindows.cpp
19386
19387 *  modules/gui/wxwindows/*: avoid queuing popup menu events while one is already being displayed.
19388
19389 ------------------------------------------------------------------------
19390 r4862 | gbazin | 2003-07-18 16:18:08 +0200 (Fri, 18 Jul 2003) | 2 lines
19391 Changed paths:
19392    M /trunk/modules/gui/wxwindows/wxwindows.cpp
19393
19394 * modules/gui/wxwindows/wxwindows.cpp: oops.
19395
19396 ------------------------------------------------------------------------
19397 r4863 | titer | 2003-07-18 21:26:22 +0200 (Fri, 18 Jul 2003) | 2 lines
19398 Changed paths:
19399    M /trunk/modules/codec/ffmpeg/ffmpeg.c
19400    M /trunk/modules/codec/ffmpeg/ffmpeg.h
19401
19402  Added 'CDVC' fourcc (another one for DV video)
19403
19404 ------------------------------------------------------------------------
19405 r4864 | hartman | 2003-07-18 22:00:02 +0200 (Fri, 18 Jul 2003) | 5 lines
19406 Changed paths:
19407    M /trunk/vlc.ebuild
19408
19409 * mozilla support enabled
19410 * added USE mad and libid3tag
19411 * added mp3lame capability to ffmpeg.
19412 * updated wxGTK requirements to 2.4.1
19413
19414 ------------------------------------------------------------------------
19415 r4865 | gbazin | 2003-07-18 22:06:00 +0200 (Fri, 18 Jul 2003) | 5 lines
19416 Changed paths:
19417    M /trunk/modules/audio_output/alsa.c
19418    M /trunk/modules/gui/skins/parser/skin.act
19419    M /trunk/modules/gui/skins/parser/skin.c
19420    M /trunk/modules/gui/skins/src/skin_main.cpp
19421    M /trunk/src/misc/configuration.c
19422
19423
19424 * modules/audio_output/alsa.c: alsa is now the default audio output.
19425 * src/misc/configuration.c: removed unnecessary line.
19426 * modules/gui/skins/parser.*: small cosmetic change.
19427
19428 ------------------------------------------------------------------------
19429 r4866 | hartman | 2003-07-18 22:16:53 +0200 (Fri, 18 Jul 2003) | 2 lines
19430 Changed paths:
19431    M /trunk/vlc.ebuild
19432
19433 * had forgotten to actually activate mozilla :)
19434
19435 ------------------------------------------------------------------------
19436 r4867 | gbazin | 2003-07-18 22:52:11 +0200 (Fri, 18 Jul 2003) | 4 lines
19437 Changed paths:
19438    M /trunk/src/libvlc.h
19439    M /trunk/src/misc/win32_specific.c
19440
19441
19442 * src/libvlc.h: disabled the encoders config options (encoders are not used anymore, all the encoding is done in the stream output transcode module).
19443 * src/misc/win32_specific.c: added an --high-priority config option on win32 to increase the priority of the process (default enabled for now so the behaviour isn't changed.)
19444
19445 ------------------------------------------------------------------------
19446 r4868 | hartman | 2003-07-19 01:41:09 +0200 (Sat, 19 Jul 2003) | 6 lines
19447 Changed paths:
19448    M /trunk/configure.ac
19449
19450 * Add -liconv to the ldflags of the spudec module.
19451 * Add -framework Carbon to the ldflags of the spudec module when Carbon is
19452   present. freetype-config unfortunatly omits this on MacOSX.
19453
19454 I think I did this correctly, but it might be wise to review this :)
19455
19456 ------------------------------------------------------------------------
19457 r4869 | hartman | 2003-07-19 01:50:32 +0200 (Sat, 19 Jul 2003) | 2 lines
19458 Changed paths:
19459    M /trunk/src/stream_output/announce.c
19460
19461 * add a #include <errno.h>
19462
19463 ------------------------------------------------------------------------
19464 r4870 | hartman | 2003-07-19 02:02:35 +0200 (Sat, 19 Jul 2003) | 3 lines
19465 Changed paths:
19466    M /trunk/NEWS
19467    M /trunk/vlc.ebuild
19468
19469 * NEWS: added some more stuff for the upcoming 0.6.1
19470 * vlc.ebuild: removed xvid and added the debug USE variable. Also some formatting fixes.
19471
19472 ------------------------------------------------------------------------
19473 r4871 | sam | 2003-07-19 13:29:20 +0200 (Sat, 19 Jul 2003) | 2 lines
19474 Changed paths:
19475    M /trunk/Makefile.am
19476
19477   * Makefile.am: Fixed the plugins' target directory location.
19478
19479 ------------------------------------------------------------------------
19480 r4872 | sigmunau | 2003-07-19 16:14:22 +0200 (Sat, 19 Jul 2003) | 2 lines
19481 Changed paths:
19482    M /trunk/configure.ac
19483
19484 fix linking with iconv for the spudec module
19485
19486 ------------------------------------------------------------------------
19487 r4873 | gbazin | 2003-07-19 16:22:08 +0200 (Sat, 19 Jul 2003) | 3 lines
19488 Changed paths:
19489    M /trunk/src/libvlc.c
19490
19491
19492 * src/libvlc.c: use UTF-8 internally on win32.
19493
19494 ------------------------------------------------------------------------
19495 r4874 | sigmunau | 2003-07-19 16:41:30 +0200 (Sat, 19 Jul 2003) | 2 lines
19496 Changed paths:
19497    M /trunk/modules/misc/freetype.c
19498
19499 Use proper linespacing
19500
19501 ------------------------------------------------------------------------
19502 r4875 | fenrir | 2003-07-19 17:12:10 +0200 (Sat, 19 Jul 2003) | 2 lines
19503 Changed paths:
19504    M /trunk/modules/demux/mp4/libmp4.c
19505    M /trunk/modules/demux/mp4/libmp4.h
19506
19507  * mp4: parse another box.
19508
19509 ------------------------------------------------------------------------
19510 r4876 | sigmunau | 2003-07-19 17:15:01 +0200 (Sat, 19 Jul 2003) | 3 lines
19511 Changed paths:
19512    M /trunk/modules/misc/freetype.c
19513
19514 Render the glyph for each character only once, and not once for each frame.
19515 Should speed up things a bit.
19516
19517 ------------------------------------------------------------------------
19518 r4877 | sigmunau | 2003-07-19 17:25:47 +0200 (Sat, 19 Jul 2003) | 2 lines
19519 Changed paths:
19520    M /trunk/NEWS
19521
19522 alsa is only available on linux
19523
19524 ------------------------------------------------------------------------
19525 r4878 | gbazin | 2003-07-19 18:33:55 +0200 (Sat, 19 Jul 2003) | 4 lines
19526 Changed paths:
19527    M /trunk/modules/gui/wxwindows/interface.cpp
19528    M /trunk/modules/gui/wxwindows/wxwindows.cpp
19529    M /trunk/modules/gui/wxwindows/wxwindows.h
19530
19531
19532 * modules/gui/wxwindows/*: proper characters encoding conversions.
19533    Override the popup menu only for the main interface.
19534
19535 ------------------------------------------------------------------------
19536 r4879 | zorglub | 2003-07-20 10:30:41 +0200 (Sun, 20 Jul 2003) | 10 lines
19537 Changed paths:
19538    M /trunk/configure.ac
19539    M /trunk/modules/control/Modules.am
19540    A /trunk/modules/control/joystick.c
19541
19542 modules/control/joystick.c: Joystick control module (linux only)
19543
19544 disabled by default, use --enable-joystick & --extraintf joystick
19545
19546 actions are:
19547         left-right: variable speed seek
19548         up-down: browse the playlist
19549         button 1: play/pause
19550         button 2: fullscreen
19551
19552 ------------------------------------------------------------------------
19553 r4880 | gbazin | 2003-07-20 12:38:49 +0200 (Sun, 20 Jul 2003) | 4 lines
19554 Changed paths:
19555    M /trunk/include/vlc_interface.h
19556    M /trunk/modules/gui/skins/src/dialogs.cpp
19557    M /trunk/modules/gui/skins/src/dialogs.h
19558    M /trunk/modules/gui/skins/src/skin_common.h
19559    M /trunk/modules/gui/skins/src/skin_main.cpp
19560    M /trunk/modules/gui/skins/src/vlcproc.cpp
19561    M /trunk/modules/gui/wxwindows/dialogs.cpp
19562    M /trunk/modules/gui/wxwindows/interface.cpp
19563    M /trunk/modules/gui/wxwindows/menus.cpp
19564    M /trunk/modules/gui/wxwindows/messages.cpp
19565    M /trunk/modules/gui/wxwindows/playlist.cpp
19566    M /trunk/modules/gui/wxwindows/timer.cpp
19567    M /trunk/modules/gui/wxwindows/wxwindows.cpp
19568    M /trunk/modules/gui/wxwindows/wxwindows.h
19569
19570
19571 * modules/gui/wxwindows/*, include/vlc_interface.h: new generic "open file" dialog.
19572 * modules/gui/skins/*: use the new generic "open file" dialog to load skins.
19573
19574 ------------------------------------------------------------------------
19575 r4881 | gbazin | 2003-07-20 14:22:32 +0200 (Sun, 20 Jul 2003) | 4 lines
19576 Changed paths:
19577    M /trunk/Makefile.am
19578    M /trunk/modules/gui/wxwindows/preferences.cpp
19579
19580
19581 * modules/gui/wxwindows/preferences.cpp: windows can't have open _and_ save file dialogs so only use open file dialogs on win32 in the preferences menu.
19582 * Makefile.am: removed INSTALL.win32 from the win32 package as it's only useful for developpers anyway.
19583
19584 ------------------------------------------------------------------------
19585 r4882 | sigmunau | 2003-07-20 14:34:36 +0200 (Sun, 20 Jul 2003) | 3 lines
19586 Changed paths:
19587    M /trunk/modules/demux/avi/avi.c
19588
19589 some cleanup in file info code, add fourccs in hex form ( some users want
19590 that ), add audio bitrate when available (untested)
19591
19592 ------------------------------------------------------------------------
19593 r4883 | gbazin | 2003-07-20 17:17:47 +0200 (Sun, 20 Jul 2003) | 3 lines
19594 Changed paths:
19595    M /trunk/src/input/input_ext-plugins.c
19596
19597
19598 * src/input/input_ext-plugins.c: in input_FillBuffer(), if we can't immediately allocate a new buffer, try until we manage to get one.
19599
19600 ------------------------------------------------------------------------
19601 r4884 | gbazin | 2003-07-20 17:33:53 +0200 (Sun, 20 Jul 2003) | 3 lines
19602 Changed paths:
19603    M /trunk/modules/gui/wxwindows/streamout.cpp
19604
19605
19606 * Added MPEG 1 to the list of encapsulation methods (useful to produce files playable by WMP).
19607
19608 ------------------------------------------------------------------------
19609 r4885 | sigmunau | 2003-07-20 18:26:33 +0200 (Sun, 20 Jul 2003) | 7 lines
19610 Changed paths:
19611    M /trunk/modules/misc/freetype.c
19612
19613 Draw the text in the U and V planes as well. Removes the transparency effect.
19614 Also check which chroma is in use and give an error message if it isn't
19615 supported.
19616
19617 Someone (possibly me) should write some renderer functions for other
19618 colorspaces.
19619
19620 ------------------------------------------------------------------------
19621 r4886 | ipkiss | 2003-07-20 18:56:58 +0200 (Sun, 20 Jul 2003) | 2 lines
19622 Changed paths:
19623    M /trunk/modules/misc/freetype.c
19624
19625  * modules/misc/freetype.c: compilation fix for windows
19626
19627 ------------------------------------------------------------------------
19628 r4887 | hartman | 2003-07-20 21:48:30 +0200 (Sun, 20 Jul 2003) | 9 lines
19629 Changed paths:
19630    M /trunk/README.MacOSX.rtf
19631    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
19632    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
19633    M /trunk/modules/gui/macosx/output.h
19634    M /trunk/modules/gui/macosx/output.m
19635    M /trunk/share/vlc_win32_rc.rc
19636    M /trunk/src/libvlc.h
19637    M /trunk/vlc.ebuild
19638
19639 * README.MacOSX.rtf: updated section on subtitles.
19640 * vlc.ebuild: added amd64 keyword. changed script to use emake again.
19641   Removed MODULES from the doc installation.
19642 * src/libvlc.h: added the new ffmpeg a/v encoders to the list for the prefs.
19643 * share/vlc_win32_rc.rc: Changed the Win32 name of VLC from,
19644   "An Opensource Media Player" to "VLC media player".
19645 * other: added the new transcoding codecs, channels option and SAP option
19646   to the stream output dialog.
19647
19648 ------------------------------------------------------------------------
19649 r4888 | gbazin | 2003-07-20 22:33:17 +0200 (Sun, 20 Jul 2003) | 4 lines
19650 Changed paths:
19651    M /trunk/modules/gui/wxwindows/interface.cpp
19652    M /trunk/src/input/input_ext-plugins.c
19653
19654
19655 * src/input/input_ext-plugins.c: fixed previous commit.
19656 * modules/gui/wxwindows/interface.cpp: fixed a couple of bugs.
19657
19658 ------------------------------------------------------------------------
19659 r4889 | ipkiss | 2003-07-20 22:42:23 +0200 (Sun, 20 Jul 2003) | 2 lines
19660 Changed paths:
19661    M /trunk/modules/gui/skins/src/event.cpp
19662    M /trunk/modules/gui/skins/src/event.h
19663    M /trunk/modules/gui/skins/src/vlcproc.cpp
19664    M /trunk/modules/gui/skins/src/vlcproc.h
19665
19666  * modules/gui/skins/*: removed useless code
19667
19668 ------------------------------------------------------------------------
19669 r4890 | hartman | 2003-07-20 22:54:01 +0200 (Sun, 20 Jul 2003) | 3 lines
19670 Changed paths:
19671    M /trunk/vlc.ebuild
19672
19673 * removed matrox support, since the modules is broken
19674   http://bugs.gentoo.org/show_bug.cgi?id=24910
19675
19676 ------------------------------------------------------------------------
19677 r4891 | gbazin | 2003-07-20 23:28:52 +0200 (Sun, 20 Jul 2003) | 3 lines
19678 Changed paths:
19679    M /trunk/modules/gui/wxwindows/streamout.cpp
19680
19681
19682 * modules/gui/wxwindows/streamout.cpp: small cosmetic change for the streamout dialog.
19683
19684 ------------------------------------------------------------------------
19685 r4892 | hartman | 2003-07-20 23:41:13 +0200 (Sun, 20 Jul 2003) | 2 lines
19686 Changed paths:
19687    M /trunk/modules/misc/freetype.c
19688
19689 * Set the default font on Mac OS X to the system font.
19690
19691 ------------------------------------------------------------------------
19692 r4893 | hartman | 2003-07-21 00:06:03 +0200 (Mon, 21 Jul 2003) | 2 lines
19693 Changed paths:
19694    M /trunk/configure.ac
19695    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
19696    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
19697
19698 * bumped up version to 0.6.1-test1
19699
19700 ------------------------------------------------------------------------
19701 r4894 | hartman | 2003-07-21 00:16:19 +0200 (Mon, 21 Jul 2003) | 2 lines
19702 Changed paths:
19703    M /trunk/po/POTFILES.in
19704    M /trunk/po/de.po
19705    M /trunk/po/en_GB.po
19706    M /trunk/po/fr.po
19707    M /trunk/po/it.po
19708    M /trunk/po/ja.po
19709    M /trunk/po/nl.po
19710    M /trunk/po/no.po
19711    M /trunk/po/pl.po
19712    M /trunk/po/ru.po
19713    M /trunk/po/sv.po
19714    M /trunk/po/vlc.pot
19715
19716 * Update of language files
19717
19718 ------------------------------------------------------------------------
19719 r4895 | sigmunau | 2003-07-21 01:05:24 +0200 (Mon, 21 Jul 2003) | 3 lines
19720 Changed paths:
19721    M /trunk/modules/misc/freetype.c
19722
19723 removed some c++ style comments, fixed some untrue comments, moved a
19724 function prototype
19725
19726 ------------------------------------------------------------------------
19727 r4896 | gbazin | 2003-07-21 01:30:07 +0200 (Mon, 21 Jul 2003) | 4 lines
19728 Changed paths:
19729    M /trunk/modules/packetizer/copy.c
19730    M /trunk/modules/stream_out/transcode.c
19731
19732
19733 * modules/packetizer/copy.c, modules/stream_out/transcode.c: handle raw RV15, RV16, RV24, RV32,
19734 GREY.
19735
19736 ------------------------------------------------------------------------
19737 r4897 | gbazin | 2003-07-21 01:46:46 +0200 (Mon, 21 Jul 2003) | 3 lines
19738 Changed paths:
19739    M /trunk/modules/misc/freetype.c
19740
19741
19742 * modules/misc/freetype.c: set default font on win32. Fixed small memleak as well.
19743
19744 ------------------------------------------------------------------------
19745 r4898 | hartman | 2003-07-21 03:38:37 +0200 (Mon, 21 Jul 2003) | 4 lines
19746 Changed paths:
19747    M /trunk/Makefile.am
19748    M /trunk/vlc.ebuild
19749
19750 * vlc.ebuild: disabled kde, fixed mad and freetype support
19751 * Makefile.am: added html files for http intf to macosx.
19752   windows and beos probably need to do this too.
19753
19754 ------------------------------------------------------------------------
19755 r4899 | gbazin | 2003-07-21 19:29:58 +0200 (Mon, 21 Jul 2003) | 3 lines
19756 Changed paths:
19757    M /trunk/Makefile.am
19758    M /trunk/install-win32
19759
19760
19761 * Makefile.am, install-win32: removed rle fonts from the win32 package and added the necessary files for the http interface.
19762
19763 ------------------------------------------------------------------------
19764 r4900 | gbazin | 2003-07-21 19:48:31 +0200 (Mon, 21 Jul 2003) | 3 lines
19765 Changed paths:
19766    M /trunk/configure.ac
19767    M /trunk/modules/codec/quicktime.c
19768
19769
19770 * modules/codec/quicktime.c, configure.ac: ported the audio part of the quicktime module to win32.
19771
19772 ------------------------------------------------------------------------
19773 r4901 | gbazin | 2003-07-21 20:24:51 +0200 (Mon, 21 Jul 2003) | 3 lines
19774 Changed paths:
19775    M /trunk/modules/codec/spudec/spudec.c
19776
19777
19778 * modules/codec/spudec/spudec.c: disabled RLE font loading as it's not used anymore.
19779
19780 ------------------------------------------------------------------------
19781 r4902 | jpsaman | 2003-07-21 21:19:48 +0200 (Mon, 21 Jul 2003) | 2 lines
19782 Changed paths:
19783    M /trunk/ipkg/control
19784    M /trunk/ipkg/control.gpe
19785    M /trunk/ipkg/control.opie
19786    M /trunk/ipkg/rules
19787    M /trunk/ipkg/rules.gpe
19788    M /trunk/ipkg/rules.opie
19789    M /trunk/ipkg/rules.zaurus
19790
19791 Updated build rules for iPaq.
19792
19793 ------------------------------------------------------------------------
19794 r4903 | jpsaman | 2003-07-21 21:25:54 +0200 (Mon, 21 Jul 2003) | 2 lines
19795 Changed paths:
19796    M /trunk/ipkg/rules.zaurus
19797
19798 Updated build rules for the Sharp Zaurus.
19799
19800 ------------------------------------------------------------------------
19801 r4904 | jpsaman | 2003-07-21 21:38:59 +0200 (Mon, 21 Jul 2003) | 2 lines
19802 Changed paths:
19803    M /trunk/share/Makefile.am
19804
19805 Added missing familiar-playlistb16x16.xpm
19806
19807 ------------------------------------------------------------------------
19808 r4905 | jpsaman | 2003-07-21 21:45:45 +0200 (Mon, 21 Jul 2003) | 2 lines
19809 Changed paths:
19810    M /trunk/ipkg/control.zaurus
19811
19812 Forgot this one.
19813
19814 ------------------------------------------------------------------------
19815 r4906 | fenrir | 2003-07-22 01:53:55 +0200 (Tue, 22 Jul 2003) | 4 lines
19816 Changed paths:
19817    M /trunk/modules/control/http.c
19818
19819  * http: added "del" and "empty" control. (for playlist). Corrected
19820 "previous" command.
19821  TODO: doc :(
19822
19823 ------------------------------------------------------------------------
19824 r4907 | bigben | 2003-07-22 15:58:23 +0200 (Tue, 22 Jul 2003) | 6 lines
19825 Changed paths:
19826    M /trunk/modules/access/pvr/pvr.c
19827
19828 * We're finally parsing all parameters (including standard)
19829 * syntax is now (roughly) the same as for the v4l input
19830 ex : vlc pvr:/dev/video0:frequency=1242:norm=secam:size=12x42:bitrate=1200,maxbitrate=4200
19831 * old syntax is still working
19832 * norm can be "pal", "secam", "ntsc" or any hexa value
19833
19834 ------------------------------------------------------------------------
19835 r4908 | gbazin | 2003-07-22 17:59:06 +0200 (Tue, 22 Jul 2003) | 3 lines
19836 Changed paths:
19837    M /trunk/modules/gui/wxwindows/interface.cpp
19838    M /trunk/src/misc/variables.c
19839
19840 * src/misc/variables.c: fixed small mem leak (courtesy of Andy Lindsay)
19841 * modules/gui/wxwindows/interface.cpp: small improvements to the volume control.
19842
19843 ------------------------------------------------------------------------
19844 r4909 | gbazin | 2003-07-22 20:06:04 +0200 (Tue, 22 Jul 2003) | 3 lines
19845 Changed paths:
19846    M /trunk/src/stream_output/stream_output.c
19847
19848
19849 * src/stream_output/stream_output.c: fixed segfault when muxer can't add an elementary stream.
19850
19851 ------------------------------------------------------------------------
19852 r4910 | bigben | 2003-07-22 22:25:07 +0200 (Tue, 22 Jul 2003) | 3 lines
19853 Changed paths:
19854    M /trunk/modules/access/pvr/pvr.c
19855
19856 frequency is  nom frequency  in MHz * 16, as  for the  v4l input.
19857 Breaks compatibility with previous syntax...
19858
19859 ------------------------------------------------------------------------
19860 r4911 | hartman | 2003-07-22 22:49:10 +0200 (Tue, 22 Jul 2003) | 6 lines
19861 Changed paths:
19862    M /trunk/configure.ac
19863    M /trunk/modules/codec/spudec/Modules.am
19864    M /trunk/modules/codec/spudec/parse.c
19865    M /trunk/modules/codec/spudec/render.c
19866    M /trunk/modules/codec/spudec/spudec.c
19867    M /trunk/modules/codec/spudec/spudec.h
19868    D /trunk/modules/codec/spudec/subtitler.c
19869    D /trunk/modules/codec/spudec/text.c
19870    A /trunk/modules/codec/subsdec
19871    A /trunk/modules/codec/subsdec/.cvsignore
19872    A /trunk/modules/codec/subsdec/Modules.am
19873    A /trunk/modules/codec/subsdec/subsdec.c
19874    A /trunk/modules/codec/subsdec/subsdec.h
19875    D /trunk/share/default8x16.psf
19876    D /trunk/share/default8x9.psf
19877    D /trunk/share/font-eutopiabold21.rle
19878    D /trunk/share/font-eutopiabold36.rle
19879    M /trunk/share/http/info.html
19880
19881 * ALL:
19882   - Removed all the RLE subtitle font code.
19883   - Removed the .rle and even older .psf font files.
19884   - Moved the filesubtitle code from spudec to subsdec.
19885   - spudec is again DVD only.
19886
19887 ------------------------------------------------------------------------
19888 r4912 | hartman | 2003-07-23 00:02:44 +0200 (Wed, 23 Jul 2003) | 2 lines
19889 Changed paths:
19890    M /trunk/Makefile.am
19891    M /trunk/modules/codec/subsdec/subsdec.c
19892    M /trunk/share/Makefile.am
19893
19894 * Fix Makefiles for removed .rle fonts
19895
19896 ------------------------------------------------------------------------
19897 r4913 | gbazin | 2003-07-23 03:13:48 +0200 (Wed, 23 Jul 2003) | 14 lines
19898 Changed paths:
19899    M /trunk/include/configuration.h
19900    M /trunk/include/vlc/vlc.h
19901    M /trunk/include/vlc_playlist.h
19902    M /trunk/modules/access/http.c
19903    M /trunk/modules/access/slp.c
19904    M /trunk/modules/control/corba/corba.c
19905    M /trunk/modules/control/http.c
19906    M /trunk/modules/control/rc/rc.c
19907    M /trunk/modules/demux/m3u.c
19908    M /trunk/modules/demux/mp4/mp4.c
19909    M /trunk/modules/gui/beos/VlcWrapper.cpp
19910    M /trunk/modules/gui/familiar/callbacks.c
19911    M /trunk/modules/gui/gtk/open.c
19912    M /trunk/modules/gui/gtk/playlist.c
19913    M /trunk/modules/gui/kde/interface.cpp
19914    M /trunk/modules/gui/macosx/applescript.m
19915    M /trunk/modules/gui/macosx/playlist.m
19916    M /trunk/modules/gui/qt/intf.cpp
19917    M /trunk/modules/gui/skins/src/vlcproc.cpp
19918    M /trunk/modules/gui/wxwindows/dialogs.cpp
19919    M /trunk/modules/gui/wxwindows/interface.cpp
19920    M /trunk/modules/gui/wxwindows/open.cpp
19921    M /trunk/modules/misc/sap.c
19922    M /trunk/mozilla/vlcpeer.cpp
19923    M /trunk/mozilla/vlcshell.cpp
19924    M /trunk/src/input/input.c
19925    M /trunk/src/input/input_dec.c
19926    M /trunk/src/libvlc.c
19927    M /trunk/src/misc/configuration.c
19928    M /trunk/src/playlist/playlist.c
19929
19930
19931 * ALL: changes to the playlist_Add() and VLC_AddTarget() proto to include a list of options associated with the input.
19932 * src/input/input.c: parses the input options list before spawning the input and create object variables for these options. Options are of the form "[no[-]]foo[=bar]" where foo is the option name and bar is its value.
19933 * src/input/input.c, src/input/input_dec.c: use the object var api to get the value of the "sout", "sout-video" and "sout-audio" options.
19934 * src/libvlc.c: extended the command line parser to parse input options. Input options must always follow the input they apply to and begin with a ':'.
19935
19936 All these changes allow you to specify input specific options.
19937 eg: ./vlc --no-sout-audio yourvideo.mpeg :sout=udp/http::8080 :sout-audio yourvideo2.mpeg
19938 Here the ":sout" option will only apply to yourvideo.mpeg.
19939 "--no-sout-audio" will be a global option so will apply to yourvideo2.mpeg but the global behaviour is overriden by ":sout-audio" for yourvideo.mpeg.
19940
19941 TODO: - the interfaces need to be modified to benefit from the new playlist_Add() api.
19942       - only "sout", "sout-video", "sout-audio" implemented for now. To make it work with other options, we need to get rid of all the config_GetFoo() and replace them with var_Create()/var_Change()/var_Get().
19943
19944 ------------------------------------------------------------------------
19945 r4914 | gbazin | 2003-07-23 03:28:54 +0200 (Wed, 23 Jul 2003) | 3 lines
19946 Changed paths:
19947    M /trunk/modules/misc/sap.c
19948
19949
19950 * modules/misc/sap.c: oops, compilation fix.
19951
19952 ------------------------------------------------------------------------
19953 r4915 | jpsaman | 2003-07-23 09:37:34 +0200 (Wed, 23 Jul 2003) | 2 lines
19954 Changed paths:
19955    M /trunk/modules/access/udp.c
19956
19957 When recv() returns -1 a bug is triggered inside RTPRead() and RTPChoose(). The return value of Read() is then -1. The test "if (!i_ret) return 0;" will be false and the function will continue resulting in segfault while copying from buffers that are in an undetermined state. The correct test is "if (i_ret<0) return 0;".
19958
19959 ------------------------------------------------------------------------
19960 r4916 | asmax | 2003-07-23 11:14:25 +0200 (Wed, 23 Jul 2003) | 2 lines
19961 Changed paths:
19962    M /trunk/modules/gui/skins/parser/skin.act
19963    M /trunk/modules/gui/skins/parser/skin.c
19964
19965 * all: fixed depcomp failure
19966
19967 ------------------------------------------------------------------------
19968 r4917 | ipkiss | 2003-07-23 19:31:24 +0200 (Wed, 23 Jul 2003) | 3 lines
19969 Changed paths:
19970    M /trunk/modules/gui/skins/src/banks.cpp
19971
19972  * modules/gui/skins/src/banks.cpp: removed a useless event I had
19973    forgotten
19974
19975 ------------------------------------------------------------------------
19976 r4918 | titer | 2003-07-23 21:11:08 +0200 (Wed, 23 Jul 2003) | 2 lines
19977 Changed paths:
19978    M /trunk/modules/misc/freetype.c
19979
19980  freetype.c : use the default BeOS font on BeOS
19981
19982 ------------------------------------------------------------------------
19983 r4919 | hartman | 2003-07-23 23:45:13 +0200 (Wed, 23 Jul 2003) | 6 lines
19984 Changed paths:
19985    M /trunk/include/vlc_common.h
19986    M /trunk/modules/demux/util/sub.c
19987    M /trunk/modules/misc/freetype.c
19988
19989 * include/vlc_common.h: MAX_PATH PATH_MAX, we don't wanna bother and use the
19990   latter everywhere.
19991 * modules/demux/util/sub.c: Bring the config options in here to the variable structure.
19992 * modules/misc/freetype.c: Bring the config options in here to the variable structure.
19993   Fix the linespacing. Dnumgis, it works, just define another linespacing :)
19994
19995 ------------------------------------------------------------------------
19996 r4920 | gbazin | 2003-07-24 00:01:25 +0200 (Thu, 24 Jul 2003) | 7 lines
19997 Changed paths:
19998    M /trunk/include/variables.h
19999    M /trunk/src/input/input.c
20000    M /trunk/src/input/input_programs.c
20001    M /trunk/src/misc/variables.c
20002    M /trunk/src/video_output/video_output.c
20003
20004
20005 * include/variables.h, src/misc/variables.c: you can now use var_Create() directly to create an object variable with an inherited value.
20006    eg. var_Create( p_vout, "zoom", VLC_VAR_FLOAT | VLC_VAR_DOINHERIT );
20007    Beware, the object in which you create the var must be attached to a parent for this to work (otherwise we can't navigate the parents hierarchy to find the value to inherit).
20008
20009 * src/input/input.c, src/input/input_programs.c, src/video_output/video_output.c: converted more config_GetFoo() into var_Create()/var_Get();
20010
20011 ------------------------------------------------------------------------
20012 r4921 | jpsaman | 2003-07-24 00:02:56 +0200 (Thu, 24 Jul 2003) | 2 lines
20013 Changed paths:
20014    M /trunk/configure.ac
20015    M /trunk/modules/LIST
20016    A /trunk/modules/gui/pda
20017    A /trunk/modules/gui/pda/Modules.am
20018    A /trunk/modules/gui/pda/callbacks.c
20019    A /trunk/modules/gui/pda/callbacks.h
20020    A /trunk/modules/gui/pda/interface.c
20021    A /trunk/modules/gui/pda/interface.h
20022    A /trunk/modules/gui/pda/network.c
20023    A /trunk/modules/gui/pda/network.h
20024    A /trunk/modules/gui/pda/pda.c
20025    A /trunk/modules/gui/pda/pda.glade
20026    A /trunk/modules/gui/pda/pda.gladep
20027    A /trunk/modules/gui/pda/pda.h
20028    A /trunk/modules/gui/pda/playlist.c
20029    A /trunk/modules/gui/pda/playlist.h
20030    A /trunk/modules/gui/pda/support.c
20031    A /trunk/modules/gui/pda/support.h
20032
20033 Interface for Familiar v0.7 and GPE. This interface is based on gtk2 libaries.
20034
20035 ------------------------------------------------------------------------
20036 r4922 | massiot | 2003-07-24 00:55:31 +0200 (Thu, 24 Jul 2003) | 2 lines
20037 Changed paths:
20038    M /trunk/po/POTFILES.in
20039    M /trunk/po/de.po
20040    M /trunk/po/en_GB.po
20041    M /trunk/po/fr.po
20042    M /trunk/po/it.po
20043    M /trunk/po/ja.po
20044    M /trunk/po/nl.po
20045    M /trunk/po/no.po
20046    M /trunk/po/pl.po
20047    M /trunk/po/ru.po
20048    M /trunk/po/sv.po
20049    M /trunk/po/vlc.pot
20050
20051 * Updated po files. STRINGS ARE FROZEN !!!
20052
20053 ------------------------------------------------------------------------
20054 r4923 | gbazin | 2003-07-24 01:05:25 +0200 (Thu, 24 Jul 2003) | 5 lines
20055 Changed paths:
20056    M /trunk/modules/demux/util/sub.c
20057    M /trunk/modules/demux/util/sub.h
20058    M /trunk/modules/misc/freetype.c
20059    M /trunk/src/misc/variables.c
20060
20061
20062 * modules/misc/freetype.c, modules/demux/util/sub.c: cleanup.
20063 * modules/demux/util/sub.h: thou shall do a vlc_object_attach().
20064 * src/misc/variables.c: added VLC_VAR_FILE and VLC_VAR_DIRECTORY inheritance support.
20065
20066 ------------------------------------------------------------------------
20067 r4924 | gbazin | 2003-07-24 18:07:10 +0200 (Thu, 24 Jul 2003) | 3 lines
20068 Changed paths:
20069    M /trunk/modules/gui/wxwindows/open.cpp
20070    M /trunk/modules/gui/wxwindows/preferences.cpp
20071    M /trunk/modules/gui/wxwindows/wxwindows.h
20072
20073 * modules/gui/wxwindows/*: added support for input options in the open dialog.
20074    The stream output and subtitles options use them and you can also add options in the MRL itself.
20075
20076 ------------------------------------------------------------------------
20077 r4925 | gbazin | 2003-07-24 19:31:59 +0200 (Thu, 24 Jul 2003) | 3 lines
20078 Changed paths:
20079    M /trunk/modules/gui/wxwindows/open.cpp
20080
20081
20082 * modules/gui/wxwindows/open.cpp: compilation fix.
20083
20084 ------------------------------------------------------------------------
20085 r4926 | bigben | 2003-07-24 20:27:07 +0200 (Thu, 24 Jul 2003) | 3 lines
20086 Changed paths:
20087    M /trunk/modules/access/v4l/v4l.c
20088
20089 * Changes "frequency=" syntax. New syntax is channel frequency in kHz
20090 * shows a warning if frequency is in "previous syntax range"
20091
20092 ------------------------------------------------------------------------
20093 r4927 | bigben | 2003-07-24 20:30:03 +0200 (Thu, 24 Jul 2003) | 5 lines
20094 Changed paths:
20095    M /trunk/modules/access/pvr/pvr.c
20096
20097 * "frequency=" is channel frequency in kHz again
20098
20099 * fix  a segfault when "/dev/video0"  or "norm=" were last  arguments of
20100 the command line
20101
20102 ------------------------------------------------------------------------
20103 r4928 | sigmunau | 2003-07-24 21:07:03 +0200 (Thu, 24 Jul 2003) | 3 lines
20104 Changed paths:
20105    M /trunk/modules/codec/subsdec/subsdec.c
20106
20107 fixed a nasty code duplication where the same function call was two places
20108 with just a few lines in between, but in separate #if cases.
20109
20110 ------------------------------------------------------------------------
20111 r4929 | sigmunau | 2003-07-24 21:30:27 +0200 (Thu, 24 Jul 2003) | 4 lines
20112 Changed paths:
20113    M /trunk/modules/misc/freetype.c
20114
20115 ignore CR characters wherever they might be.
20116 A little better line spaceing, but I still don't understand what this is all
20117 about.
20118
20119 ------------------------------------------------------------------------
20120 r4930 | sam | 2003-07-24 22:34:47 +0200 (Thu, 24 Jul 2003) | 4 lines
20121 Changed paths:
20122    M /trunk/bootstrap
20123
20124   * bootstrap:
20125     + Run autopoint with the -f flag.
20126     + Remove stamp files in the bootstrap process.
20127
20128 ------------------------------------------------------------------------
20129 r4931 | gbazin | 2003-07-24 23:50:28 +0200 (Thu, 24 Jul 2003) | 5 lines
20130 Changed paths:
20131    M /trunk/modules/demux/util/sub.h
20132    M /trunk/modules/gui/wxwindows/open.cpp
20133    M /trunk/modules/gui/wxwindows/streamout.cpp
20134    M /trunk/modules/gui/wxwindows/wxwindows.h
20135    M /trunk/modules/misc/freetype.c
20136
20137
20138 * modules/gui/wxwindows/*: you can now specify input options in the stream output MRL as well.
20139 * modules/misc/freetype.c: bail out if no font has been specified.
20140 * modules/demux/util/sub.h: don't forget to detach the demuxsub object.
20141
20142 ------------------------------------------------------------------------
20143 r4932 | sam | 2003-07-25 00:05:16 +0200 (Fri, 25 Jul 2003) | 5 lines
20144 Changed paths:
20145    M /trunk/modules/access/v4l/v4l.c
20146
20147   * modules/access/v4l/v4l.c:
20148     + Removed my name from this file, I didn't contribute anything major to it.
20149     + Added strerror(errno) where adequate, as well as additional debug
20150       information, hopefully more useful than "cannot open".
20151
20152 ------------------------------------------------------------------------
20153 r4933 | gbazin | 2003-07-25 00:58:21 +0200 (Fri, 25 Jul 2003) | 3 lines
20154 Changed paths:
20155    M /trunk/src/misc/modules.c
20156
20157
20158 * src/misc/modules.c: if module_Need() was passed an interface module name, respect this choice even if vlc was run with a specific interface shortcut.
20159
20160 ------------------------------------------------------------------------
20161 r4934 | gbazin | 2003-07-25 01:21:18 +0200 (Fri, 25 Jul 2003) | 3 lines
20162 Changed paths:
20163    M /trunk/modules/gui/wxwindows/wxwindows.cpp
20164
20165
20166 * modules/gui/wxwindows/wxwindows.cpp: temporary hack (I hope ;) to fix win32 compilation with wxWindows < 2.5.
20167
20168 ------------------------------------------------------------------------
20169 r4935 | hartman | 2003-07-25 03:09:29 +0200 (Fri, 25 Jul 2003) | 3 lines
20170 Changed paths:
20171    M /trunk/po/nl.po
20172
20173 * Largely updated nl.po
20174 * Updated it.po
20175
20176 ------------------------------------------------------------------------
20177 r4936 | hartman | 2003-07-25 03:09:51 +0200 (Fri, 25 Jul 2003) | 2 lines
20178 Changed paths:
20179    M /trunk/po/it.po
20180
20181 * Updated it.po
20182
20183 ------------------------------------------------------------------------
20184 r4937 | hartman | 2003-07-25 03:11:32 +0200 (Fri, 25 Jul 2003) | 2 lines
20185 Changed paths:
20186    M /trunk/modules/codec/subsdec/subsdec.c
20187
20188 * subsdec now uses the new options code.
20189
20190 ------------------------------------------------------------------------
20191 r4938 | gbazin | 2003-07-25 13:33:24 +0200 (Fri, 25 Jul 2003) | 3 lines
20192 Changed paths:
20193    M /trunk/configure.ac
20194    M /trunk/modules/gui/wxwindows/open.cpp
20195    M /trunk/modules/gui/wxwindows/wxwindows.cpp
20196
20197 * configure.ac: libpng (logo plugin) needs to be linked with zlib.
20198 * modules/gui/wxwindows/*: a couple of compilation fixes for wxWindows cvs.
20199
20200 ------------------------------------------------------------------------
20201 r4939 | gbazin | 2003-07-25 13:37:22 +0200 (Fri, 25 Jul 2003) | 3 lines
20202 Changed paths:
20203    M /trunk/modules/video_output/directx/events.c
20204    M /trunk/msvc/vlc.dsw
20205
20206 * modules/video_output/directx/events.c: a couple of compiler warning fixes.
20207 * msvc/vlc.dsw: relaced basic_skins plugin with the skins one.
20208
20209 ------------------------------------------------------------------------
20210 r4940 | gbazin | 2003-07-25 15:24:29 +0200 (Fri, 25 Jul 2003) | 3 lines
20211 Changed paths:
20212    M /trunk/INSTALL.win32
20213    M /trunk/modules/gui/wxwindows/wxwindows.cpp
20214
20215 * INSTALL.win32: updated build instructions (btw since the last build changes, mingw+msys can be used again to compile VLC).
20216 * modules/gui/wxwindows/wxwindows.cpp: oops.
20217
20218 ------------------------------------------------------------------------
20219 r4941 | gbazin | 2003-07-26 00:50:12 +0200 (Sat, 26 Jul 2003) | 4 lines
20220 Changed paths:
20221    M /trunk/modules/gui/skins/x11/x11_run.cpp
20222    M /trunk/modules/gui/skins/x11/x11_timer.cpp
20223    M /trunk/modules/gui/skins/x11/x11_timer.h
20224    M /trunk/modules/gui/wxwindows/dialogs.cpp
20225    M /trunk/modules/gui/wxwindows/wxwindows.cpp
20226
20227
20228 * modules/gui/wxwindows/*: fixed clean-up of the dialogs provider on exit.
20229 * modules/gui/skins/x11/*: proper initialization of a global var so we can start/exit the skins interface several times.
20230
20231 ------------------------------------------------------------------------
20232 r4942 | gbazin | 2003-07-26 14:41:52 +0200 (Sat, 26 Jul 2003) | 3 lines
20233 Changed paths:
20234    M /trunk/modules/gui/wxwindows/open.cpp
20235    M /trunk/modules/gui/wxwindows/wxwindows.h
20236
20237
20238 * modules/gui/wxwindows/open.cpp: workaround design problems in wxSpinCtrl (wxSpinCtrl::GetValue() triggers a value update event).
20239
20240 ------------------------------------------------------------------------
20241 r4943 | ipkiss | 2003-07-26 16:04:33 +0200 (Sat, 26 Jul 2003) | 3 lines
20242 Changed paths:
20243    M /trunk/modules/gui/skins/controls/checkbox.cpp
20244
20245  * modules/gui/skins/controls/checkbox.cpp: Fixed a stupid bug (a return
20246    value was always true...)
20247
20248 ------------------------------------------------------------------------
20249 r4944 | gbazin | 2003-07-26 16:19:04 +0200 (Sat, 26 Jul 2003) | 3 lines
20250 Changed paths:
20251    M /trunk/modules/gui/wxwindows/open.cpp
20252
20253
20254 * modules/gui/wxwindows/open.cpp: move the "open subtitles" line into the file panel.
20255
20256 ------------------------------------------------------------------------
20257 r4945 | fenrir | 2003-07-26 17:34:43 +0200 (Sat, 26 Jul 2003) | 2 lines
20258 Changed paths:
20259    M /trunk/modules/codec/ffmpeg/video.c
20260
20261 ffmpeg: fix potential overread for mpeg4 with vol.
20262
20263 ------------------------------------------------------------------------
20264 r4946 | gbazin | 2003-07-26 17:36:46 +0200 (Sat, 26 Jul 2003) | 3 lines
20265 Changed paths:
20266    M /trunk/modules/gui/skins/controls/checkbox.cpp
20267
20268
20269 * modules/gui/skins/controls/checkbox.cpp: compilation fix.
20270
20271 ------------------------------------------------------------------------
20272 r4947 | titer | 2003-07-26 20:54:20 +0200 (Sat, 26 Jul 2003) | 2 lines
20273 Changed paths:
20274    M /trunk/modules/misc/freetype.c
20275
20276  freetype.c: basic YUY2 rendering (Y only)
20277
20278 ------------------------------------------------------------------------
20279 r4948 | ipkiss | 2003-07-27 14:31:50 +0200 (Sun, 27 Jul 2003) | 2 lines
20280 Changed paths:
20281    M /trunk/configure.ac
20282    D /trunk/modules/gui/win32
20283
20284  * All: Removed the win32 plugin; wxwindows rulez :)
20285
20286 ------------------------------------------------------------------------
20287 r4949 | massiot | 2003-07-27 16:10:02 +0200 (Sun, 27 Jul 2003) | 8 lines
20288 Changed paths:
20289    M /trunk/NEWS
20290    M /trunk/include/input_ext-intf.h
20291    M /trunk/modules/gui/macosx/controls.m
20292    M /trunk/modules/gui/macosx/intf.m
20293    M /trunk/src/input/input_clock.c
20294
20295 * src/input/input_clock.c: Fixed two long-standing (> 2 years) bugs
20296 - there should be fewer resampling, particularly on DVD chapter changes
20297 - when you unpause a DVD, VLC will wait for the drive to spin up, so you
20298 won't lose several seconds of movies
20299
20300 * modules/gui/macosx/controls.m: Seeking in paused mode resumes the play
20301 mode, make the interface take that into account.
20302
20303 ------------------------------------------------------------------------
20304 r4950 | gbazin | 2003-07-27 17:49:27 +0200 (Sun, 27 Jul 2003) | 3 lines
20305 Changed paths:
20306    M /trunk/src/input/input_ext-plugins.c
20307
20308
20309 * src/input/input_ext-plugins.c: forgot to re-lock a mutex.
20310
20311 ------------------------------------------------------------------------
20312 r4951 | gbazin | 2003-07-27 18:14:20 +0200 (Sun, 27 Jul 2003) | 3 lines
20313 Changed paths:
20314    M /trunk/modules/audio_output/alsa.c
20315
20316
20317 * modules/audio_output/alsa.c: bail out if the device is already in use.
20318
20319 ------------------------------------------------------------------------
20320 r4952 | gbazin | 2003-07-27 18:20:53 +0200 (Sun, 27 Jul 2003) | 3 lines
20321 Changed paths:
20322    M /trunk/modules/audio_output/alsa.c
20323
20324
20325 * modules/audio_output/alsa.c: #ifdef DEBUG -> #ifdef ALSA_DEBUG
20326
20327 ------------------------------------------------------------------------
20328 r4953 | jpsaman | 2003-07-27 23:35:51 +0200 (Sun, 27 Jul 2003) | 4 lines
20329 Changed paths:
20330    M /trunk/configure.ac
20331    M /trunk/modules/gui/pda/pda.c
20332    M /trunk/modules/gui/pda/pda.gladep
20333    A /trunk/share/pda-forwardb16x16.xpm
20334    A /trunk/share/pda-openb16x16.xpm
20335    A /trunk/share/pda-pauseb16x16.xpm
20336    A /trunk/share/pda-playb16x16.xpm
20337    A /trunk/share/pda-playlistb16x16.xpm
20338    A /trunk/share/pda-preferencesb16x16.xpm
20339    A /trunk/share/pda-rewindb16x16.xpm
20340    A /trunk/share/pda-stopb16x16.xpm
20341
20342 Gtk2 port of the familiar Linux interface. The name is also changed to PDA so it reflects that it is targeted at handhelds.
20343
20344 The familiar interface itself is deprecreated and will be removed after the next stable version of VLC Media Player.
20345
20346 ------------------------------------------------------------------------
20347 r4954 | hartman | 2003-07-28 01:05:41 +0200 (Mon, 28 Jul 2003) | 3 lines
20348 Changed paths:
20349    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
20350    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
20351    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
20352    M /trunk/modules/gui/macosx/intf.m
20353    M /trunk/modules/gui/macosx/open.h
20354    M /trunk/modules/gui/macosx/open.m
20355    M /trunk/modules/gui/macosx/output.h
20356    M /trunk/modules/gui/macosx/output.m
20357    M /trunk/modules/gui/macosx/playlist.h
20358    M /trunk/modules/gui/macosx/playlist.m
20359
20360 * Brought the new options system to the OSX gui.
20361   and some small fixes.
20362
20363 ------------------------------------------------------------------------
20364 r4955 | fenrir | 2003-07-28 01:58:32 +0200 (Mon, 28 Jul 2003) | 2 lines
20365 Changed paths:
20366    M /trunk/modules/demux/util/sub.c
20367
20368  * sub: does not issue an error message when sub-file is empty.
20369
20370 ------------------------------------------------------------------------
20371 r4956 | jpsaman | 2003-07-28 09:05:21 +0200 (Mon, 28 Jul 2003) | 2 lines
20372 Changed paths:
20373    M /trunk/share/Makefile.am
20374
20375 Added PDA images to Makefile.am
20376
20377 ------------------------------------------------------------------------
20378 r4957 | fenrir | 2003-07-28 09:16:50 +0200 (Mon, 28 Jul 2003) | 3 lines
20379 Changed paths:
20380    M /trunk/modules/control/rc/rc.c
20381
20382  * rc: Fixed a bug with seek command.
20383        Added support of "seek n%" (Usefull when mux_rate is nul )
20384
20385 ------------------------------------------------------------------------
20386 r4958 | massiot | 2003-07-28 15:19:37 +0200 (Mon, 28 Jul 2003) | 2 lines
20387 Changed paths:
20388    M /trunk/src/input/input_clock.c
20389
20390 * Fixed my last commit.
20391
20392 ------------------------------------------------------------------------
20393 r4959 | massiot | 2003-07-28 20:02:06 +0200 (Mon, 28 Jul 2003) | 3 lines
20394 Changed paths:
20395    M /trunk/NEWS
20396    M /trunk/modules/video_output/x11/xcommon.c
20397    M /trunk/modules/video_output/x11/xcommon.h
20398
20399 * modules/video_output/x11/xcommon.*: endianness patch + arrow keys are
20400   now used to browse through the DVD menus.
20401
20402 ------------------------------------------------------------------------
20403 r4960 | jpsaman | 2003-07-28 22:23:27 +0200 (Mon, 28 Jul 2003) | 5 lines
20404 Changed paths:
20405    M /trunk/ipkg/control
20406    M /trunk/ipkg/control.gpe
20407    M /trunk/ipkg/control.opie
20408    M /trunk/ipkg/control.zaurus
20409    M /trunk/ipkg/rules
20410    M /trunk/ipkg/rules.gpe
20411    M /trunk/ipkg/rules.opie
20412    M /trunk/ipkg/rules.zaurus
20413
20414 Updated build scripts:
20415 - enabled video4linux for WebCams on handhelds
20416 - enabled PDA Gtk2 interface instead of familiar interface
20417 - enabled stream output and transcoding
20418
20419 ------------------------------------------------------------------------
20420 r4961 | jpsaman | 2003-07-28 22:23:58 +0200 (Mon, 28 Jul 2003) | 2 lines
20421 Changed paths:
20422    M /trunk/NEWS
20423
20424 Added NEWS for iPaq port.
20425
20426 ------------------------------------------------------------------------
20427 r4962 | jpsaman | 2003-07-28 22:25:30 +0200 (Mon, 28 Jul 2003) | 2 lines
20428 Changed paths:
20429    M /trunk/modules/encoder/ffmpeg/video.c
20430    M /trunk/modules/stream_out/transcode.c
20431
20432 Added HuffYuv and A-law codes for low bitrate and CPU load encodings/transcoding
20433
20434 ------------------------------------------------------------------------
20435 r4963 | massiot | 2003-07-28 23:41:20 +0200 (Mon, 28 Jul 2003) | 7 lines
20436 Changed paths:
20437    M /trunk/Makefile.am
20438    M /trunk/configure.ac
20439    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
20440    M /trunk/modules/gui/macosx/output.m
20441    M /trunk/po/fr.po
20442
20443 * configure.ac: Worked around a bug in the OS X linker, with multiply
20444   defined symbols and libmp3lame
20445 * Makefile.am: Build po before . because we need the po files to build
20446   VLC.app
20447 * po/fr.po: French translation courtesy of Jean-Pierre Kuypers
20448 * OS X interface: cosmetics
20449
20450 ------------------------------------------------------------------------
20451 r4964 | gbazin | 2003-07-29 00:46:00 +0200 (Tue, 29 Jul 2003) | 3 lines
20452 Changed paths:
20453    M /trunk/modules/video_output/x11/xcommon.c
20454
20455
20456 * modules/video_output/x11/xcommon.c: reverted sam's last commit which broke the event reading loop on the video window.
20457
20458 ------------------------------------------------------------------------
20459 r4965 | sam | 2003-07-29 11:32:14 +0200 (Tue, 29 Jul 2003) | 3 lines
20460 Changed paths:
20461    M /trunk/modules/video_output/x11/xcommon.c
20462    M /trunk/modules/video_output/x11/xcommon.h
20463
20464   * modules/video_output/x11/xcommon.c: Hopefully a proper fix for the Mozilla
20465     event handling bug.
20466
20467 ------------------------------------------------------------------------
20468 r4966 | gbazin | 2003-07-29 19:43:00 +0200 (Tue, 29 Jul 2003) | 8 lines
20469 Changed paths:
20470    M /trunk/INSTALL.win32
20471    M /trunk/configure.ac
20472    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
20473    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
20474    M /trunk/po/POTFILES.in
20475    M /trunk/po/de.po
20476    M /trunk/po/en_GB.po
20477    M /trunk/po/fr.po
20478    M /trunk/po/it.po
20479    M /trunk/po/ja.po
20480    M /trunk/po/nl.po
20481    M /trunk/po/no.po
20482    M /trunk/po/pl.po
20483    M /trunk/po/ru.po
20484    M /trunk/po/sv.po
20485    M /trunk/po/vlc.pot
20486    M /trunk/share/Makefile.am
20487
20488 \r
20489 * configure.ac: bumped version number to 0.6.1.\r
20490     Enabled matroska support by default.\r
20491 * extras/MacOSX/*: bumped version number to 0.6.1.\r
20492 * INSTALL.win32: instructions update.\r
20493 * share/Makefile.am: included the html files for the http interface.\r
20494 * po/*: ran ./toolbox --update-po.
20495
20496 ------------------------------------------------------------------------
20497 r4967 | fenrir | 2003-07-29 20:51:16 +0200 (Tue, 29 Jul 2003) | 3 lines
20498 Changed paths:
20499    M /trunk/modules/control/http.c
20500
20501  * http.c:  under linux if no directory is specified search "share/http"
20502 and then DATA_PATH"/http".
20503
20504 ------------------------------------------------------------------------
20505 r4968 | gbazin | 2003-07-29 23:14:10 +0200 (Tue, 29 Jul 2003) | 9 lines
20506 Changed paths:
20507    M /trunk/modules/gui/macosx/controls.m
20508    M /trunk/modules/gui/wxwindows/interface.cpp
20509    M /trunk/modules/gui/wxwindows/wxwindows.cpp
20510    M /trunk/modules/video_output/directx/events.c
20511    M /trunk/modules/video_output/x11/xcommon.c
20512    M /trunk/share/vlc_win32_rc.rc
20513
20514
20515 * modules/gui/macosx/controls.m: fixed race condition in prev/next commands.
20516 * modules/gui/wxwindows/wxwindows.cpp: raised the priority of the wxwin interface so it is now the default.
20517     We also lower the priority if there is no DISPLAY env variable.
20518 * modules/gui/wxwindows/interface.cpp: prev/next buttons are also used to navigate through titles.
20519 * modules/video_output/directx/events.c: use arrow keys for DVD navigation.
20520 * modules/video_output/x11/xcommon.c: page up/down now seek -10/10 secs.
20521 * share/vlc_win32_rc.rc: compilation fix.
20522
20523 ------------------------------------------------------------------------
20524 r4969 | gbazin | 2003-07-29 23:46:44 +0200 (Tue, 29 Jul 2003) | 3 lines
20525 Changed paths:
20526    M /trunk/modules/video_output/directx/events.c
20527
20528
20529 * modules/video_output/directx/events.c: compilation fix.
20530
20531 ------------------------------------------------------------------------
20532 r4970 | gbazin | 2003-07-29 23:56:47 +0200 (Tue, 29 Jul 2003) | 3 lines
20533 Changed paths:
20534    M /trunk/toolbox
20535
20536
20537 * toolbox: fixed typo in the changelog rule.
20538
20539 ------------------------------------------------------------------------
20540 r4971 | gbazin | 2003-07-30 00:20:53 +0200 (Wed, 30 Jul 2003) | 4 lines
20541 Changed paths:
20542    M /trunk/configure.ac
20543    M /trunk/src/video_output/video_output.c
20544
20545
20546 * src/video_output/video_output.c: fixed potential segfault.
20547 * configure.ac: don't bail out if matroska headers are not found.
20548
20549 ------------------------------------------------------------------------
20550 r4972 | gbazin | 2003-07-30 00:25:40 +0200 (Wed, 30 Jul 2003) | 3 lines
20551 Changed paths:
20552    M /trunk/modules/codec/spudec/parse.c
20553
20554
20555 * modules/codec/spudec/parse.c: fixed typo found by Meuuh.
20556
20557 ------------------------------------------------------------------------
20558 r4973 | gbazin | 2003-07-30 01:01:52 +0200 (Wed, 30 Jul 2003) | 3 lines
20559 Changed paths:
20560    M /trunk/ChangeLog
20561
20562
20563 * ChangeLog: updated the changelog for the release
20564
20565 ------------------------------------------------------------------------
20566 r4974 | gbazin | 2003-07-30 01:50:39 +0200 (Wed, 30 Jul 2003) | 4 lines
20567 Changed paths:
20568    M /trunk/configure.ac
20569    M /trunk/install-win32
20570
20571
20572 * configure.ac: added the svlc shortcut for the skins.
20573 * install-win32: removed the custom link in the start menu.
20574
20575 ------------------------------------------------------------------------
20576 r4975 | gbazin | 2003-07-30 01:55:06 +0200 (Wed, 30 Jul 2003) | 3 lines
20577 Changed paths:
20578    M /trunk/ChangeLog
20579
20580
20581 * ChangeLog: update.
20582
20583 ------------------------------------------------------------------------
20584 r4976 | fenrir | 2003-07-30 04:00:58 +0200 (Wed, 30 Jul 2003) | 6 lines
20585 Changed paths:
20586    M /trunk/modules/stream_out/transcode.c
20587
20588  * transcode:
20589     - added new HQ mode (recent ffmpeg only). hq now accept "simple",
20590       "bits" and "rd" as paramters.
20591     - automaticaly try stereo mode encoding when failed with more
20592       than 2 channels. (eg a52 -> mpga)
20593
20594 ------------------------------------------------------------------------
20595 r4977 | jpsaman | 2003-07-30 14:20:49 +0200 (Wed, 30 Jul 2003) | 2 lines
20596 Changed paths:
20597    M /trunk/modules/gui/pda/pda.glade
20598
20599 Updating design of PDA Gtk2 interface.
20600
20601 ------------------------------------------------------------------------
20602 r4978 | jpsaman | 2003-07-30 14:21:05 +0200 (Wed, 30 Jul 2003) | 2 lines
20603 Changed paths:
20604    M /trunk/modules/gui/pda/pda.gladep
20605
20606 Updating design of PDA Gtk2 interface
20607
20608 ------------------------------------------------------------------------
20609 r4979 | gbazin | 2003-07-30 23:09:06 +0200 (Wed, 30 Jul 2003) | 4 lines
20610 Changed paths:
20611    M /trunk/modules/control/http.c
20612    M /trunk/src/input/input_programs.c
20613
20614
20615 * modules/control/http.c: on win32 we store the html interface in "http" not "share/http".
20616 * src/input/input_programs.c: check for "" descriptions in AddES().
20617
20618 ------------------------------------------------------------------------
20619 r4980 | zorglub | 2003-07-31 10:18:30 +0200 (Thu, 31 Jul 2003) | 12 lines
20620 Changed paths:
20621    M /trunk/modules/control/joystick.c
20622    M /trunk/share/http/admin/browse.html
20623    M /trunk/share/http/admin/index.html
20624    M /trunk/share/http/index.html
20625    M /trunk/src/stream_output/announce.c
20626
20627 * modules/control/joystick.c
20628         * Allow the user to remap the actions.
20629         * Improved the strings (please check)
20630         * Prevent 0 seconds seeks
20631
20632 * share/http/*.html
20633         * partial HTML validation fixes
20634         * Improved the look
20635
20636 * src/stream_output/announce.c
20637         * minor fixes (thanks sam)
20638
20639 ------------------------------------------------------------------------
20640 r4981 | sam | 2003-07-31 13:02:01 +0200 (Thu, 31 Jul 2003) | 3 lines
20641 Changed paths:
20642    M /trunk/Makefile.am
20643
20644   * Makefile.am: Really put po before ., not . after everything else. Fixed the
20645     Mozilla plugin build while preserving the fix for VLC.app.
20646
20647 ------------------------------------------------------------------------
20648 r4982 | sam | 2003-07-31 14:08:58 +0200 (Thu, 31 Jul 2003) | 2 lines
20649 Changed paths:
20650    A /trunk/modules/gui/pda/.cvsignore
20651    M /trunk/mozilla/.cvsignore
20652
20653   * Added and fixed .cvsignore files.
20654
20655 ------------------------------------------------------------------------
20656 r4983 | sam | 2003-07-31 15:06:07 +0200 (Thu, 31 Jul 2003) | 3 lines
20657 Changed paths:
20658    M /trunk/po/POTFILES.in
20659    M /trunk/po/de.po
20660    M /trunk/po/en_GB.po
20661    M /trunk/po/fr.po
20662    M /trunk/po/it.po
20663    M /trunk/po/ja.po
20664    M /trunk/po/nl.po
20665    M /trunk/po/no.po
20666    M /trunk/po/pl.po
20667    M /trunk/po/ru.po
20668    M /trunk/po/sv.po
20669    M /trunk/po/vlc.pot
20670    M /trunk/toolbox
20671
20672   * toolbox: Export LC_ALL=C to avoid future cluttering of POTFILES.in.
20673   * po/: Re-ran toolbox --update-po.
20674
20675 ------------------------------------------------------------------------
20676 r4984 | jpsaman | 2003-07-31 17:30:51 +0200 (Thu, 31 Jul 2003) | 2 lines
20677 Changed paths:
20678    A /trunk/modules/access/dvb
20679    A /trunk/modules/access/dvb/Modules.am
20680    A /trunk/modules/access/dvb/access.c
20681    A /trunk/modules/access/dvb/dvb.c
20682    A /trunk/modules/access/dvb/dvb.h
20683    A /trunk/modules/access/dvb/qpsk.c
20684
20685 Adding DVB module to support satellite, cable and terestrial DVB streaming. The status is that tuning works, but have had no success with video/audio yet. (Setting of filters does not seem to work perfectly yet.).
20686
20687 ------------------------------------------------------------------------
20688 r4985 | jpsaman | 2003-07-31 17:31:58 +0200 (Thu, 31 Jul 2003) | 2 lines
20689 Changed paths:
20690    M /trunk/configure.ac
20691    M /trunk/modules/LIST
20692
20693 Updated LIST of modules and configuration options for building.
20694
20695 ------------------------------------------------------------------------
20696 r4986 | sigmunau | 2003-07-31 19:03:46 +0200 (Thu, 31 Jul 2003) | 4 lines
20697 Changed paths:
20698    M /trunk/modules/misc/freetype.c
20699
20700 modules/misc/freetype.c:
20701   - calculate and store size information for each line independently.
20702   - misc other fixes
20703
20704 ------------------------------------------------------------------------
20705 r4987 | bigben | 2003-07-31 20:25:12 +0200 (Thu, 31 Jul 2003) | 10 lines
20706 Changed paths:
20707    M /trunk/modules/access/http.c
20708
20709 * Add support for basic authentification in http access.
20710
20711 use :
20712
20713 --http-user user --http-pwd password
20714
20715 or
20716
20717 http://user:password@server/path (2nd parameter overrides the first)
20718
20719 ------------------------------------------------------------------------
20720 r4988 | fenrir | 2003-07-31 21:02:23 +0200 (Thu, 31 Jul 2003) | 3 lines
20721 Changed paths:
20722    M /trunk/modules/packetizer/copy.c
20723
20724  * copy.c: Added DVD subtitle support. I still need to commit the TS
20725 muxer.
20726
20727 ------------------------------------------------------------------------
20728 r4989 | bigben | 2003-07-31 21:10:14 +0200 (Thu, 31 Jul 2003) | 4 lines
20729 Changed paths:
20730    M /trunk/modules/access_output/http.c
20731
20732 * modules/access_out/http.c
20733        - httpd.c has support for Basic Authentification, so use it !
20734          --sout-http-user user --sout-http-pwd password
20735
20736 ------------------------------------------------------------------------
20737 r4990 | fenrir | 2003-07-31 21:14:59 +0200 (Thu, 31 Jul 2003) | 4 lines
20738 Changed paths:
20739    M /trunk/include/stream_output.h
20740
20741  * stream_output: * added some #define for private flags.
20742                   * now muxer and access_out also receive options like
20743                   stream_out.
20744
20745 ------------------------------------------------------------------------
20746 r4991 | fenrir | 2003-07-31 21:24:10 +0200 (Thu, 31 Jul 2003) | 6 lines
20747 Changed paths:
20748    M /trunk/src/stream_output/stream_output.c
20749
20750  * stream_output: * some clean and fixed a little memory leak.
20751                   * give to access and muxers options. Now you can use:
20752 --sout 'access{option1=value}/mux{a=value,b=value}:/path'. It should also
20753 works with '#std{access=access{o=v}, mux=...}' (but untested). For now it's
20754 not used.
20755
20756 ------------------------------------------------------------------------
20757 r4992 | reno | 2003-07-31 22:47:09 +0200 (Thu, 31 Jul 2003) | 3 lines
20758 Changed paths:
20759    M /trunk/modules/gui/familiar/callbacks.c
20760
20761
20762 * Make vlc compiling !
20763
20764 ------------------------------------------------------------------------
20765 r4993 | bigben | 2003-07-31 23:18:59 +0200 (Thu, 31 Jul 2003) | 3 lines
20766 Changed paths:
20767    M /trunk/modules/access/http.c
20768
20769 * modules/access/http.c :
20770         - using new var_Create/var_Get method to get parametters.
20771
20772 ------------------------------------------------------------------------
20773 r4994 | gbazin | 2003-07-31 23:46:37 +0200 (Thu, 31 Jul 2003) | 4 lines
20774 Changed paths:
20775    M /trunk/modules/control/http.c
20776    M /trunk/src/misc/win32_specific.c
20777
20778
20779 * src/misc/win32_specific.c: change the mode of stdin to _O_BINARY so we can use stdin to read files (thanks to Steve Li).
20780 * modules/control/http.c: allow directories of the form "x:\" on win32.
20781
20782 ------------------------------------------------------------------------
20783 r4995 | massiot | 2003-08-01 01:14:32 +0200 (Fri, 01 Aug 2003) | 2 lines
20784 Changed paths:
20785    M /trunk/src/audio_output/dec.c
20786
20787 Fixed a memory leak (thanks Andy Lindsay !).
20788
20789 ------------------------------------------------------------------------
20790 r4996 | fenrir | 2003-08-01 01:44:49 +0200 (Fri, 01 Aug 2003) | 3 lines
20791 Changed paths:
20792    M /trunk/include/network.h
20793    M /trunk/modules/access/ftp.c
20794    M /trunk/modules/access/http.c
20795    M /trunk/modules/access/mms/mmsh.c
20796    M /trunk/modules/access/mms/mmstu.c
20797    M /trunk/modules/access/udp.c
20798    M /trunk/modules/access_output/udp.c
20799    M /trunk/modules/misc/network/ipv4.c
20800    M /trunk/modules/misc/network/ipv6.c
20801    M /trunk/modules/misc/sap.c
20802    M /trunk/src/stream_output/announce.c
20803
20804  * all: added a i_ttl field in network_socket_t to allow per connection ttl
20805 setting (in fact only used by access_out/udp.c.
20806
20807 ------------------------------------------------------------------------
20808 r4997 | fenrir | 2003-08-01 02:00:12 +0200 (Fri, 01 Aug 2003) | 8 lines
20809 Changed paths:
20810    M /trunk/Makefile.am
20811    A /trunk/include/ninput.h
20812    M /trunk/include/vlc_common.h
20813    A /trunk/src/input/stream.c
20814
20815  * vlc_common.h: include stdarg.h by default. Required by ninput.h
20816  *  ninput.h :  extracted  duplicated  stream functions  from  a lot  of
20817  demuxers and do a nice (?) API.
20818  * stream.c: implement basic streams  manipulation. It is just a wrapper
20819  but it is useful.
20820  * all: added a i_ttl field in network_socket_t to allow per connection ttl
20821 setting (in fact only used by access_out/udp.c.
20822
20823 ------------------------------------------------------------------------
20824 r4998 | fenrir | 2003-08-01 02:00:50 +0200 (Fri, 01 Aug 2003) | 2 lines
20825 Changed paths:
20826    M /trunk/src/misc/modules.c
20827
20828  * modules.c : include ninput.h
20829
20830 ------------------------------------------------------------------------
20831 r4999 | fenrir | 2003-08-01 02:04:28 +0200 (Fri, 01 Aug 2003) | 3 lines
20832 Changed paths:
20833    M /trunk/modules/demux/a52sys.c
20834
20835  a52sys.c: completely rewritten a52 stream demuxer. Now you should be able
20836  to play such file.
20837
20838 ------------------------------------------------------------------------
20839 r5000 | gbazin | 2003-08-01 02:05:07 +0200 (Fri, 01 Aug 2003) | 5 lines
20840 Changed paths:
20841    M /trunk/modules/access/dvb/qpsk.c
20842    M /trunk/modules/demux/avi/libavi.c
20843    M /trunk/modules/demux/mkv.cpp
20844    M /trunk/modules/demux/mp4/libmp4.c
20845    M /trunk/modules/demux/mpeg/m4v.c
20846    M /trunk/src/input/input_clock.c
20847
20848
20849 * src/input/input_clock.c: fixed 2 regressions in 0.6.1. These fixes are actually there to make us more complacent with broken streams.
20850 * modules/access/dvb/qpsk.c: gettext reserves the use of _("").
20851 * modules/demux/mkv.cpp, modules/demux/avi/libavi.c, modules/demux/mp4/libmp4.c, modules/demux/mpeg/m4v.c: checks for input_SplitBuffer() > 0. (Thanks to Steve Li for pointing this out)
20852
20853 ------------------------------------------------------------------------
20854 r5001 | fenrir | 2003-08-01 02:05:57 +0200 (Fri, 01 Aug 2003) | 2 lines
20855 Changed paths:
20856    M /trunk/modules/demux/au.c
20857
20858  au.c : cleaned up and use ninput.h
20859
20860 ------------------------------------------------------------------------
20861 r5002 | fenrir | 2003-08-01 02:08:35 +0200 (Fri, 01 Aug 2003) | 2 lines
20862 Changed paths:
20863    A /trunk/modules/demux/aac.c
20864
20865  * aac.c : big clean up and use ninput.h
20866
20867 ------------------------------------------------------------------------
20868 r5003 | fenrir | 2003-08-01 02:09:37 +0200 (Fri, 01 Aug 2003) | 2 lines
20869 Changed paths:
20870    A /trunk/modules/demux/wav.c
20871
20872  * wav.c : big clean up and use ninput.h
20873
20874 ------------------------------------------------------------------------
20875 r5004 | fenrir | 2003-08-01 02:16:37 +0200 (Fri, 01 Aug 2003) | 3 lines
20876 Changed paths:
20877    M /trunk/modules/demux/Modules.am
20878    M /trunk/modules/demux/asf/asf.c
20879
20880  * Modules.am : added aac.c and wav.c
20881  * asf/asf.c: better check for invalid header.
20882
20883 ------------------------------------------------------------------------
20884 r5005 | fenrir | 2003-08-01 02:18:11 +0200 (Fri, 01 Aug 2003) | 2 lines
20885 Changed paths:
20886    D /trunk/modules/demux/aac
20887
20888  * aac/* remove old aac demuxer.
20889
20890 ------------------------------------------------------------------------
20891 r5006 | fenrir | 2003-08-01 02:18:51 +0200 (Fri, 01 Aug 2003) | 2 lines
20892 Changed paths:
20893    D /trunk/modules/demux/wav/.cvsignore
20894    D /trunk/modules/demux/wav/Modules.am
20895    D /trunk/modules/demux/wav/wav.c
20896
20897  * wav: remove old wav demuxer.
20898
20899 ------------------------------------------------------------------------
20900 r5007 | fenrir | 2003-08-01 02:26:22 +0200 (Fri, 01 Aug 2003) | 2 lines
20901 Changed paths:
20902    M /trunk/configure.ac
20903
20904  * configure.ac: remove old wav and aac directories.
20905
20906 ------------------------------------------------------------------------
20907 r5008 | fenrir | 2003-08-01 02:37:06 +0200 (Fri, 01 Aug 2003) | 2 lines
20908 Changed paths:
20909    M /trunk/modules/demux/mpeg/Modules.am
20910    D /trunk/modules/demux/mpeg/audio.c
20911    A /trunk/modules/demux/mpeg/mpga.c
20912
20913  * mpga: mp3 demuxer written from scratch using ninput.h
20914
20915 ------------------------------------------------------------------------
20916 r5009 | fenrir | 2003-08-01 02:40:05 +0200 (Fri, 01 Aug 2003) | 3 lines
20917 Changed paths:
20918    M /trunk/configure.ac
20919    M /trunk/modules/demux/aac.c
20920    M /trunk/modules/demux/wav.c
20921
20922  * configure.ac: audio -> mpga
20923  * demux/* : function name consistency.
20924
20925 ------------------------------------------------------------------------
20926 r5010 | fenrir | 2003-08-01 02:55:30 +0200 (Fri, 01 Aug 2003) | 2 lines
20927 Changed paths:
20928    D /trunk/modules/demux/wav
20929
20930  * wav: forgot this one.
20931
20932 ------------------------------------------------------------------------
20933 r5011 | sam | 2003-08-01 10:24:53 +0200 (Fri, 01 Aug 2003) | 8 lines
20934 Changed paths:
20935    M /trunk/debian/README.Debian
20936    M /trunk/debian/changelog
20937    M /trunk/debian/control
20938    M /trunk/debian/rules
20939
20940   * debian/rules:
20941     + Activated freetype support.
20942   * debian/control:
20943     + Added a build-dependency on freetype6-dev.
20944     + Added a build-dependency on libdvbpsi2-dev.
20945     + We now recommend gnome-vlc | wxvlc.
20946     + We now suggest fortune-mod.
20947
20948 ------------------------------------------------------------------------
20949 r5012 | sam | 2003-08-01 11:45:34 +0200 (Fri, 01 Aug 2003) | 4 lines
20950 Changed paths:
20951    M /trunk/modules/access/http.c
20952
20953   * modules/access/http.c:
20954     + Coding style fixes.
20955     + Removed a C99-ism.
20956
20957 ------------------------------------------------------------------------
20958 r5013 | fenrir | 2003-08-01 19:21:34 +0200 (Fri, 01 Aug 2003) | 2 lines
20959 Changed paths:
20960    M /trunk/share/http/info.html
20961
20962  * info: commit the good file...
20963
20964 ------------------------------------------------------------------------
20965 r5014 | fenrir | 2003-08-01 19:30:33 +0200 (Fri, 01 Aug 2003) | 2 lines
20966 Changed paths:
20967    M /trunk/modules/control/http.c
20968
20969  * http: added mime type for .css file.
20970
20971 ------------------------------------------------------------------------
20972 r5015 | fenrir | 2003-08-01 19:38:14 +0200 (Fri, 01 Aug 2003) | 2 lines
20973 Changed paths:
20974    M /trunk/share/http/index.html
20975    A /trunk/share/http/style.css
20976
20977  * index.html,style.css : remove built-in css file. added link to info.html.
20978
20979 ------------------------------------------------------------------------
20980 r5016 | fenrir | 2003-08-01 20:02:06 +0200 (Fri, 01 Aug 2003) | 3 lines
20981 Changed paths:
20982    M /trunk/modules/demux/mpeg/ts.c
20983
20984  * ts: apply patch of Andy Lindsay (fix one memory leak and PMT handling)
20985        converted all u8,u16,u32 into uint8_t, uint16_t, uint32_t
20986
20987 ------------------------------------------------------------------------
20988 r5017 | fenrir | 2003-08-01 20:42:56 +0200 (Fri, 01 Aug 2003) | 2 lines
20989 Changed paths:
20990    M /trunk/src/stream_output/stream_output.c
20991
20992  * stream_output.c: fixed a segfault when muxer isn't specified.
20993
20994 ------------------------------------------------------------------------
20995 r5018 | fenrir | 2003-08-01 20:49:51 +0200 (Fri, 01 Aug 2003) | 2 lines
20996 Changed paths:
20997    M /trunk/modules/demux/mpeg/ts.c
20998
20999  * ts.c: arggg, bad copy/past.
21000
21001 ------------------------------------------------------------------------
21002 r5019 | fenrir | 2003-08-01 21:38:25 +0200 (Fri, 01 Aug 2003) | 22 lines
21003 Changed paths:
21004    M /trunk/modules/mux/mpeg/ts.c
21005
21006  ts: large rewrite of the TS muxer to produce better TS and support DVD
21007      subtitle.
21008      I have added some options:
21009         - bmin : minimum bitrate (bits/s) of the TS. Padding is added in
21010         case of insuffisant bitrate. (default: disabled).
21011         - bmax : maximum bitrate (bit/s) of the TS. It just drops packets
21012         to achieve the target. (default: disabled)
21013         - pcr : minimum delay between two pcr equal to dts of the video
21014         stream (default 100ms)
21015         - pcr-soft : minimum delay between two pcr interpolated from the
21016         pcr that are equal to dts. (default: none)
21017  Remarks:
21018   - bmin/bmax allow to create CBR stream.
21019   - Bitrate is calculated on a PCR time.
21020   - PCR delay cannot be less than length of a frame of the PCR stream.
21021   - PCR soft is used to help when using big PCR delay. It is usefull to
21022   produce stream with smoother bitrate variation.
21023   - Big PCR delay introduce more latency.
21024
21025  TODO:
21026   Test stability, bugs ...
21027
21028 ------------------------------------------------------------------------
21029 r5020 | fenrir | 2003-08-01 21:38:48 +0200 (Fri, 01 Aug 2003) | 2 lines
21030 Changed paths:
21031    M /trunk/modules/access_output/udp.c
21032
21033  * udp: clean up.
21034
21035 ------------------------------------------------------------------------
21036 r5021 | gbazin | 2003-08-01 22:06:43 +0200 (Fri, 01 Aug 2003) | 4 lines
21037 Changed paths:
21038    M /trunk/modules/codec/quicktime.c
21039    M /trunk/modules/mux/mp4.c
21040
21041
21042 * modules/mux/mp4.c: support for mov muxing + cleanup.
21043 * modules/codec/quicktime.c: small cleanup.
21044
21045 ------------------------------------------------------------------------
21046 r5022 | fenrir | 2003-08-02 03:33:53 +0200 (Sat, 02 Aug 2003) | 2 lines
21047 Changed paths:
21048    M /trunk/modules/mux/mpeg/pes.c
21049    M /trunk/modules/mux/mpeg/ps.c
21050
21051  * ps: clean up and dvd subtitles support.
21052
21053 ------------------------------------------------------------------------
21054 r5023 | gbazin | 2003-08-02 16:06:23 +0200 (Sat, 02 Aug 2003) | 4 lines
21055 Changed paths:
21056    M /trunk/NEWS
21057    M /trunk/configure.ac
21058    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
21059    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
21060    M /trunk/modules/video_output/x11/xcommon.c
21061
21062
21063 * ALL: bumped version number to 0.6.2-cvs
21064 * modules/video_output/x11/xcommon.c: closing the video window or using the escape key doesn't exit VLC anymore but stop the input instead.
21065
21066 ------------------------------------------------------------------------
21067 r5024 | fenrir | 2003-08-02 17:22:07 +0200 (Sat, 02 Aug 2003) | 3 lines
21068 Changed paths:
21069    M /trunk/include/input_ext-intf.h
21070    M /trunk/src/input/input.c
21071
21072  * all: added a pf_demux_control member to input_thread_t. It is currently
21073  unused.
21074
21075 ------------------------------------------------------------------------
21076 r5025 | fenrir | 2003-08-02 18:43:59 +0200 (Sat, 02 Aug 2003) | 2 lines
21077 Changed paths:
21078    M /trunk/Makefile.am
21079    M /trunk/include/ninput.h
21080    A /trunk/src/input/demux.c
21081
21082  * all: some helpers functions for pf_demux_control.
21083
21084 ------------------------------------------------------------------------
21085 r5026 | fenrir | 2003-08-02 21:16:04 +0200 (Sat, 02 Aug 2003) | 2 lines
21086 Changed paths:
21087    M /trunk/include/ninput.h
21088
21089  * ninput : a little developer documentation.
21090
21091 ------------------------------------------------------------------------
21092 r5027 | bigben | 2003-08-02 21:30:35 +0200 (Sat, 02 Aug 2003) | 3 lines
21093 Changed paths:
21094    M /trunk/modules/access/http.c
21095
21096 * modules/access/http.c
21097       - Didn't  take into consideration  a little change of  behavior between config_GetPsz and var_Get during my last commit, so that we were sending authentification information even if there wasn't any.
21098
21099 ------------------------------------------------------------------------
21100 r5028 | fenrir | 2003-08-03 04:00:00 +0200 (Sun, 03 Aug 2003) | 7 lines
21101 Changed paths:
21102    A /trunk/modules/access/rtsp.c
21103
21104  rtsp: connect  to an RTSP server,  issue a DESCRIBE command  and return
21105 the  answer.  It  WON'T  let  you  do  rtsp  as  we  first  need  a  SDP
21106 parser/demuxer, but it is on the way.
21107
21108  The idea is to have a generic  SDP demuxer that will work with SDP from
21109 file, http or rtsp.
21110
21111 ------------------------------------------------------------------------
21112 r5029 | fenrir | 2003-08-03 14:04:28 +0200 (Sun, 03 Aug 2003) | 2 lines
21113 Changed paths:
21114    M /trunk/modules/access/rtsp.c
21115
21116  * rtsp: mmmh, close the socket.
21117
21118 ------------------------------------------------------------------------
21119 r5030 | titer | 2003-08-03 15:49:37 +0200 (Sun, 03 Aug 2003) | 3 lines
21120 Changed paths:
21121    M /trunk/Makefile.am
21122    M /trunk/configure.ac
21123
21124  configure.ac : added needed linking flags for BeOS/Zeta
21125  Makefile.am : cleaned make packages-beos
21126
21127 ------------------------------------------------------------------------
21128 r5031 | fenrir | 2003-08-03 17:25:33 +0200 (Sun, 03 Aug 2003) | 3 lines
21129 Changed paths:
21130    A /trunk/modules/demux/sdp.c
21131
21132  * sdp: begining of a SDP parser. It won't let you play anything for
21133  now, it just does (incomplete) parsing.
21134
21135 ------------------------------------------------------------------------
21136 r5032 | fenrir | 2003-08-03 18:22:48 +0200 (Sun, 03 Aug 2003) | 2 lines
21137 Changed paths:
21138    M /trunk/modules/demux/sdp.c
21139
21140  * sdp: parse 'a=' field.
21141
21142 ------------------------------------------------------------------------
21143 r5033 | bigben | 2003-08-03 18:36:20 +0200 (Sun, 03 Aug 2003) | 8 lines
21144 Changed paths:
21145    M /trunk/modules/access_output/http.c
21146
21147 * modules/access_out/http.c :
21148
21149 using ability to give parametters to a specific sout module to set user and password fot http access out.
21150
21151 new syntax is '#dst{access=http{user=foo,pass=bar}}
21152
21153 --sout-http-user and --sout-http-pwd parametters have been deleted.
21154
21155 ------------------------------------------------------------------------
21156 r5034 | gbazin | 2003-08-03 22:25:04 +0200 (Sun, 03 Aug 2003) | 3 lines
21157 Changed paths:
21158    M /trunk/src/input/input_ext-plugins.c
21159
21160
21161 * src/input/input_ext-plugins.c: fixed nasty segfault when pf_read() returns -1;
21162
21163 ------------------------------------------------------------------------
21164 r5035 | gbazin | 2003-08-04 01:11:21 +0200 (Mon, 04 Aug 2003) | 5 lines
21165 Changed paths:
21166    M /trunk/include/audio_output.h
21167    M /trunk/include/configuration.h
21168    M /trunk/modules/audio_output/alsa.c
21169    M /trunk/modules/gui/gtk/display.c
21170    M /trunk/modules/gui/gtk/display.h
21171    M /trunk/modules/video_output/x11/xcommon.c
21172    M /trunk/modules/video_output/x11/xcommon.h
21173    M /trunk/src/audio_output/intf.c
21174    M /trunk/src/misc/configuration.c
21175
21176
21177 * src/misc/configuration.c, include/configuration.h, src/audio_output/intf.c, include/audio_output.h, modules/gui/gtk/display.[ch]: configuration variables now use vlc_callback_t callbacks (same as the object variables).
21178 * modules/video_output/x11/*: support for the _NET_WM_STATE_FULLSCREEN hint from the Extended Window Manager Hints spec.
21179 * modules/audio_output/alsa.c: support for 4.0 and 5.1 audio channels. This time it has been tested ;)
21180
21181 ------------------------------------------------------------------------
21182 r5036 | fenrir | 2003-08-04 02:48:11 +0200 (Mon, 04 Aug 2003) | 5 lines
21183 Changed paths:
21184    M /trunk/modules/demux/sdp.c
21185
21186  * sdp: - fixed loading of file > 1024 bytes.
21187         - more processing -> now it should extract enough informations to
21188         build RTP/RTSP session.
21189         (Does not play anything yet)
21190
21191 ------------------------------------------------------------------------
21192 r5037 | jpsaman | 2003-08-04 14:34:20 +0200 (Mon, 04 Aug 2003) | 2 lines
21193 Changed paths:
21194    M /trunk/modules/gui/gtk/menu.c
21195
21196 Fixed missing headerfile.
21197
21198 ------------------------------------------------------------------------
21199 r5038 | jpsaman | 2003-08-04 14:34:52 +0200 (Mon, 04 Aug 2003) | 2 lines
21200 Changed paths:
21201    M /trunk/modules/access/dvb/access.c
21202    M /trunk/modules/access/dvb/dvb.c
21203    M /trunk/modules/access/dvb/dvb.h
21204    M /trunk/modules/access/dvb/qpsk.c
21205
21206 Tuning succeeds, but have no audio yet. Major cleanup of code.
21207
21208 ------------------------------------------------------------------------
21209 r5039 | jpsaman | 2003-08-04 14:40:22 +0200 (Mon, 04 Aug 2003) | 2 lines
21210 Changed paths:
21211    M /trunk/modules/demux/mpeg/ts.c
21212
21213 Added a error message that the default values are used.
21214
21215 ------------------------------------------------------------------------
21216 r5040 | fenrir | 2003-08-04 20:50:36 +0200 (Mon, 04 Aug 2003) | 2 lines
21217 Changed paths:
21218    M /trunk/modules/demux/sdp.c
21219
21220  * sdp: begun to implement RTP code. (Not yet usefull)
21221
21222 ------------------------------------------------------------------------
21223 r5041 | fenrir | 2003-08-05 00:49:02 +0200 (Tue, 05 Aug 2003) | 2 lines
21224 Changed paths:
21225    M /trunk/modules/mux/mpeg/ts.c
21226
21227  * ts: fixed a segfault when removing PCR stream.
21228
21229 ------------------------------------------------------------------------
21230 r5042 | gbazin | 2003-08-05 01:31:53 +0200 (Tue, 05 Aug 2003) | 4 lines
21231 Changed paths:
21232    M /trunk/modules/misc/freetype.c
21233
21234
21235 * modules/misc/freetype.c: don't assume input string is in utf8 when calculating its length (better alloc more space than necessary).
21236    + cleanup.
21237
21238 ------------------------------------------------------------------------
21239 r5043 | gbazin | 2003-08-05 01:35:25 +0200 (Tue, 05 Aug 2003) | 3 lines
21240 Changed paths:
21241    M /trunk/src/video_output/video_text.c
21242
21243
21244 * src/video_output/video_text.c: removed legacy code that has been rotting for ages.
21245
21246 ------------------------------------------------------------------------
21247 r5044 | fenrir | 2003-08-05 03:27:45 +0200 (Tue, 05 Aug 2003) | 3 lines
21248 Changed paths:
21249    M /trunk/modules/demux/sdp.c
21250
21251  * sdp: near implemented basic RTP reading (MPA payload type may work when
21252 used without RTSP).
21253
21254 ------------------------------------------------------------------------
21255 r5045 | asmax | 2003-08-05 10:02:28 +0200 (Tue, 05 Aug 2003) | 2 lines
21256 Changed paths:
21257    M /trunk/python/vlcmodule.c
21258
21259 * VLC_AddTarget had a new prototype
21260
21261 ------------------------------------------------------------------------
21262 r5046 | jpsaman | 2003-08-05 11:35:33 +0200 (Tue, 05 Aug 2003) | 4 lines
21263 Changed paths:
21264    M /trunk/modules/access/dvb/access.c
21265    M /trunk/modules/access/dvb/dvb.c
21266    M /trunk/modules/access/dvb/dvb.h
21267    M /trunk/modules/access/dvb/qpsk.c
21268
21269 - Enabled tuning for DVB-C and DVB-T cards.
21270 - Syncing with old satellite plugin.
21271 - Cleanup of code.
21272
21273 ------------------------------------------------------------------------
21274 r5047 | jpsaman | 2003-08-05 12:39:25 +0200 (Tue, 05 Aug 2003) | 2 lines
21275 Changed paths:
21276    M /trunk/modules/access/dvb/dvb.c
21277
21278 Fixed superflous tuning ;-)
21279
21280 ------------------------------------------------------------------------
21281 r5048 | jpsaman | 2003-08-05 13:49:14 +0200 (Tue, 05 Aug 2003) | 2 lines
21282 Changed paths:
21283    D /trunk/modules/gui/familiar/Modules.am
21284    D /trunk/modules/gui/familiar/callbacks.c
21285    D /trunk/modules/gui/familiar/callbacks.h
21286    D /trunk/modules/gui/familiar/familiar.c
21287    D /trunk/modules/gui/familiar/familiar.glade
21288    D /trunk/modules/gui/familiar/familiar.h
21289    D /trunk/modules/gui/familiar/interface.c
21290    D /trunk/modules/gui/familiar/interface.h
21291    D /trunk/modules/gui/familiar/network.c
21292    D /trunk/modules/gui/familiar/network.h
21293    D /trunk/modules/gui/familiar/playlist.c
21294    D /trunk/modules/gui/familiar/playlist.h
21295    D /trunk/modules/gui/familiar/support.c
21296    D /trunk/modules/gui/familiar/support.h
21297
21298 Removing files for Familiar interface (Gtk+1.2 and GPE).
21299
21300 ------------------------------------------------------------------------
21301 r5049 | jpsaman | 2003-08-05 13:51:20 +0200 (Tue, 05 Aug 2003) | 2 lines
21302 Changed paths:
21303    D /trunk/modules/gui/familiar
21304
21305 Removing file.
21306
21307 ------------------------------------------------------------------------
21308 r5050 | jpsaman | 2003-08-05 13:52:42 +0200 (Tue, 05 Aug 2003) | 2 lines
21309 Changed paths:
21310    M /trunk/modules/gui/pda/Modules.am
21311
21312 Added glade2 project file.
21313
21314 ------------------------------------------------------------------------
21315 r5051 | jpsaman | 2003-08-05 13:54:11 +0200 (Tue, 05 Aug 2003) | 2 lines
21316 Changed paths:
21317    M /trunk/NEWS
21318    M /trunk/configure.ac
21319    M /trunk/modules/LIST
21320    M /trunk/modules/access/satellite/access.c
21321
21322 The familiar interface is now officially removed from VLC. The interface is superseeded by the PDA interface for handhelds. It uses Gtk+2 and can be built using the configure option '--enable-pda'.
21323
21324 ------------------------------------------------------------------------
21325 r5052 | jpsaman | 2003-08-06 14:01:06 +0200 (Wed, 06 Aug 2003) | 2 lines
21326 Changed paths:
21327    M /trunk/AUTHORS
21328
21329 Updated my entry.
21330
21331 ------------------------------------------------------------------------
21332 r5053 | massiot | 2003-08-08 18:41:04 +0200 (Fri, 08 Aug 2003) | 2 lines
21333 Changed paths:
21334    M /trunk/modules/gui/macosx/prefs.m
21335
21336 * modules/gui/macosx/prefs.m: Localized two strings.
21337
21338 ------------------------------------------------------------------------
21339 r5054 | gbazin | 2003-08-08 18:50:27 +0200 (Fri, 08 Aug 2003) | 5 lines
21340 Changed paths:
21341    M /trunk/modules/gui/wxwindows/wxwindows.cpp
21342    M /trunk/modules/packetizer/copy.c
21343    M /trunk/src/input/input_clock.c
21344
21345
21346 * src/input/input_clock.c: reverted the patch that caused the regression in 0.6.1
21347 * modules/packetizer/copy.c: fixed segfault
21348 * modules/gui/wxwindows/wxwindows.cpp: compilation fix for wxWindows 2.5 cvs
21349
21350 ------------------------------------------------------------------------
21351 r5055 | gbazin | 2003-08-08 19:08:32 +0200 (Fri, 08 Aug 2003) | 5 lines
21352 Changed paths:
21353    M /trunk/modules/codec/ffmpeg/ffmpeg.c
21354    M /trunk/modules/codec/ffmpeg/ffmpeg.h
21355    M /trunk/modules/codec/ffmpeg/video.c
21356    M /trunk/modules/codec/ffmpeg/video.h
21357    M /trunk/modules/codec/libmpeg2.c
21358
21359
21360 * modules/codec/ffmpeg/: proper generation of pts in the video decoder + couple of bug fixes + cleanup.
21361    The ffmpeg video decoder can now be used to decode mpeg1/2 videos as well.
21362 * modules/codec/libmpeg2.c: upped priority so it will be used to decode mpeg1/2 videos instead of ffmpeg.
21363
21364 ------------------------------------------------------------------------
21365 r5056 | gbazin | 2003-08-09 16:59:24 +0200 (Sat, 09 Aug 2003) | 5 lines
21366 Changed paths:
21367    M /trunk/include/stream_output.h
21368    M /trunk/modules/stream_out/transcode.c
21369    M /trunk/src/stream_output/stream_output.c
21370
21371
21372 * src/stream_output/stream_output.c, include/stream_output.h: added an i_padding field to sout_instance_t so we can allocate sout_buffers with a bit more space than asked for (needed for ffmpeg decoding).
21373 * modules/stream_out/transcode.c: proper pts/dts generation. This allows the transcoder module to finally generate proper streams.
21374    Added support for b frames (bframe=x option) + couple of bug fixes.
21375
21376 ------------------------------------------------------------------------
21377 r5057 | gbazin | 2003-08-09 21:14:16 +0200 (Sat, 09 Aug 2003) | 3 lines
21378 Changed paths:
21379    M /trunk/modules/access/vcd/cdrom.c
21380
21381
21382 * modules/access/vcd/cdrom.c: switching to YellowMode2 for reading VCDs apparently created problems for some people so the reading is reverted to XAForm2 and only if this one fails we try YellowMode2. Hopefully that will still allow us to read the SVCD DATA track.
21383
21384 ------------------------------------------------------------------------
21385 r5058 | gbazin | 2003-08-09 21:39:17 +0200 (Sat, 09 Aug 2003) | 3 lines
21386 Changed paths:
21387    M /trunk/modules/access/vcd/vcd.c
21388
21389
21390 * modules/access/vcd/vcd.c: sanity check on the track requested by the user. This avoids nasty segfaults.
21391
21392 ------------------------------------------------------------------------
21393 r5059 | gbazin | 2003-08-09 21:49:13 +0200 (Sat, 09 Aug 2003) | 4 lines
21394 Changed paths:
21395    M /trunk/modules/codec/ffmpeg/video.c
21396    M /trunk/modules/demux/ogg.c
21397
21398
21399 * modules/codec/ffmpeg/video.c: temporary hack to work around demuxers that set the DTS value in p_pes->i_pts.
21400 * modules/demux/ogg.c: don't try anymore to send interpolated pts to ffmpeg.
21401
21402 ------------------------------------------------------------------------
21403 r5060 | gbazin | 2003-08-10 11:22:07 +0200 (Sun, 10 Aug 2003) | 4 lines
21404 Changed paths:
21405    M /trunk/include/configuration.h
21406    M /trunk/modules/gui/wxwindows/open.cpp
21407    M /trunk/modules/gui/wxwindows/subtitles.cpp
21408    M /trunk/modules/gui/wxwindows/wxwindows.h
21409
21410
21411 * include/configuration.h: bug fix for add_string_from_list()
21412 * modules/gui/wxwindows/*: added a subtitles encoding combobox in the subtitles dialog.
21413
21414 ------------------------------------------------------------------------
21415 r5061 | gbazin | 2003-08-10 12:22:52 +0200 (Sun, 10 Aug 2003) | 5 lines
21416 Changed paths:
21417    M /trunk/include/osd.h
21418    M /trunk/modules/codec/subsdec/subsdec.c
21419    M /trunk/modules/codec/subsdec/subsdec.h
21420    M /trunk/modules/gui/wxwindows/subtitles.cpp
21421    M /trunk/modules/misc/freetype.c
21422
21423
21424 * modules/codec/subsdec/subsdec.[c,h]: added --subsdec-align option to specify center, left or right alignment.
21425 * include/osd.h, modules/misc/freetype.c: support for center alignment.
21426 * modules/gui/wxwindows/subtitles.cpp: string change.
21427
21428 ------------------------------------------------------------------------
21429 r5062 | zorglub | 2003-08-10 14:45:52 +0200 (Sun, 10 Aug 2003) | 8 lines
21430 Changed paths:
21431    M /trunk/modules/LIST
21432    M /trunk/modules/access/slp.c
21433    A /trunk/modules/list.sh
21434
21435 * modules/LIST: Updated all modules
21436
21437 * modules/list.sh: piggy list consistency checker
21438  (should probably be added to toolbox or trashed)
21439
21440 * modules/access/slp.c : Fixed service detection
21441         (findsrvtypes returns a comma-separated list of services)
21442
21443 ------------------------------------------------------------------------
21444 r5063 | gbazin | 2003-08-10 15:35:03 +0200 (Sun, 10 Aug 2003) | 3 lines
21445 Changed paths:
21446    M /trunk/modules/access/vcd/vcd.c
21447
21448
21449 * modules/access/vcd/vcd.c: a few navigation fixes.
21450
21451 ------------------------------------------------------------------------
21452 r5064 | gbazin | 2003-08-10 16:21:16 +0200 (Sun, 10 Aug 2003) | 3 lines
21453 Changed paths:
21454    M /trunk/modules/demux/mkv.cpp
21455    M /trunk/modules/mux/avi.c
21456    M /trunk/modules/mux/mpeg/ts.c
21457    M /trunk/modules/packetizer/copy.c
21458
21459
21460 * modules/demux/mkv.cpp, modules/mux/avi.c, modules/mux/mpeg/ts.c, modules/packetizer/copy.c: thou shalt not use %lld which is not portable.
21461
21462 ------------------------------------------------------------------------
21463 r5065 | gbazin | 2003-08-10 16:23:15 +0200 (Sun, 10 Aug 2003) | 3 lines
21464 Changed paths:
21465    M /trunk/modules/mux/mpeg/ts.c
21466
21467
21468 * modules/mux/mpeg/ts.c: oops.
21469
21470 ------------------------------------------------------------------------
21471 r5066 | gbazin | 2003-08-10 23:26:07 +0200 (Sun, 10 Aug 2003) | 3 lines
21472 Changed paths:
21473    M /trunk/NEWS
21474    M /trunk/configure.ac
21475    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
21476    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
21477    M /trunk/share/vlc_win32_rc.rc
21478
21479
21480 * ALL: preparing for a 0.6.2 release
21481
21482 ------------------------------------------------------------------------
21483 r5067 | fenrir | 2003-08-11 00:13:05 +0200 (Mon, 11 Aug 2003) | 4 lines
21484 Changed paths:
21485    M /trunk/modules/packetizer/mpegvideo.c
21486
21487  * mpegvideo.c: try to set a better value for length. (I am not sure it is
21488  the good one but it give far better result). dts/pts/length computation
21489  should be verified.
21490
21491 ------------------------------------------------------------------------
21492 r5068 | gbazin | 2003-08-11 19:31:15 +0200 (Mon, 11 Aug 2003) | 4 lines
21493 Changed paths:
21494    M /trunk/modules/gui/wxwindows/wxwindows.cpp
21495    M /trunk/modules/packetizer/mpegvideo.c
21496
21497
21498 * modules/packetizer/mpegvideo.c: small clarification.
21499 * modules/gui/wxwindows/wxwindows.cpp: don't try to destroy wxWindows objects when wxWindows has already exited.
21500
21501 ------------------------------------------------------------------------
21502 r5069 | gbazin | 2003-08-11 20:52:41 +0200 (Mon, 11 Aug 2003) | 3 lines
21503 Changed paths:
21504    M /trunk/modules/packetizer/mpegvideo.c
21505
21506
21507 * modules/packetizer/mpegvideo.c: oops, fixed typo.
21508
21509 ------------------------------------------------------------------------
21510 r5070 | gbazin | 2003-08-11 21:30:36 +0200 (Mon, 11 Aug 2003) | 3 lines
21511 Changed paths:
21512    M /trunk/ChangeLog
21513    M /trunk/po/POTFILES.in
21514    M /trunk/po/de.po
21515    M /trunk/po/en_GB.po
21516    M /trunk/po/fr.po
21517    M /trunk/po/it.po
21518    M /trunk/po/ja.po
21519    M /trunk/po/nl.po
21520    M /trunk/po/no.po
21521    M /trunk/po/pl.po
21522    M /trunk/po/ru.po
21523    M /trunk/po/sv.po
21524    M /trunk/po/vlc.pot
21525
21526
21527 * ChangeLog, po/*: preparing for the 0.6.2 release
21528
21529 ------------------------------------------------------------------------
21530 r5071 | fenrir | 2003-08-11 22:18:02 +0200 (Mon, 11 Aug 2003) | 2 lines
21531 Changed paths:
21532    M /trunk/modules/misc/httpd.c
21533
21534  * httpd: added HEAD command support.
21535
21536 ------------------------------------------------------------------------
21537 r5072 | fenrir | 2003-08-11 22:19:45 +0200 (Mon, 11 Aug 2003) | 2 lines
21538 Changed paths:
21539    M /trunk/modules/packetizer/copy.c
21540
21541  * copy: removed annoying debug message.
21542
21543 ------------------------------------------------------------------------
21544 r5073 | gbazin | 2003-08-11 22:48:19 +0200 (Mon, 11 Aug 2003) | 3 lines
21545 Changed paths:
21546    M /trunk/modules/stream_out/transcode.c
21547
21548
21549 * modules/stream_out/transcode.c: work around a problem in ffmpeg with mpeg4 encoding.
21550
21551 ------------------------------------------------------------------------
21552 r5074 | gbazin | 2003-08-11 22:49:53 +0200 (Mon, 11 Aug 2003) | 3 lines
21553 Changed paths:
21554    M /trunk/ChangeLog
21555
21556
21557 * ChangeLog: updated changelog for 0.6.2.
21558
21559 ------------------------------------------------------------------------
21560 r5075 | gbazin | 2003-08-12 01:07:46 +0200 (Tue, 12 Aug 2003) | 3 lines
21561 Changed paths:
21562    M /trunk/share/http/index.html
21563
21564
21565 * share/http/index.html: added "del" and "empty" controls.
21566
21567 ------------------------------------------------------------------------
21568 r5076 | sam | 2003-08-12 10:19:20 +0200 (Tue, 12 Aug 2003) | 2 lines
21569 Changed paths:
21570    M /trunk/configure.ac
21571    M /trunk/modules/demux/mkv.cpp
21572
21573   * modules/demux/mkv.cpp: support for libmatroska 0.5.0.
21574
21575 ------------------------------------------------------------------------
21576 r5077 | jpsaman | 2003-08-12 14:43:47 +0200 (Tue, 12 Aug 2003) | 4 lines
21577 Changed paths:
21578    M /trunk/modules/access/dvb/access.c
21579    M /trunk/modules/access/dvb/dvb.c
21580    M /trunk/modules/access/dvb/dvb.h
21581    M /trunk/modules/access/dvb/qpsk.c
21582
21583 * Audio is verified to work, it was a problem with the test setup and not with the code ;-).
21584 * Added code to support LNB_LOF1, LNB_LOF2, LNB_SLOF commandline options.
21585 * Cleanup of code.
21586
21587 ------------------------------------------------------------------------
21588 r5078 | jpsaman | 2003-08-12 16:15:41 +0200 (Tue, 12 Aug 2003) | 2 lines
21589 Changed paths:
21590    M /trunk/modules/access/dvb/access.c
21591    M /trunk/modules/access/dvb/dvb.c
21592    M /trunk/modules/access/dvb/qpsk.c
21593
21594 * more cleanup
21595
21596 ------------------------------------------------------------------------
21597 r5079 | jpsaman | 2003-08-12 17:35:26 +0200 (Tue, 12 Aug 2003) | 4 lines
21598 Changed paths:
21599    M /trunk/modules/access/dvb/access.c
21600    M /trunk/modules/access/dvb/qpsk.c
21601
21602 Fixed long problem with tuning to frequencies like; 12669500 Hz which is not possible with the old satellite plugin, because it reads 12669,5 in kHz and could not be expressed.
21603 * Frequency, symbol rate, LNB_LOF1, LNB_LOF2 and LNB_SLOF are in Hz now. Input methods "dvb", "qpsk", "cable", "terrestrial" use this policy.
21604 * Added backwards compatibility with access method "satellite" as used by the GUI; frequency and symbol rate are interpreted as kHz.
21605
21606 ------------------------------------------------------------------------
21607 r5080 | gbazin | 2003-08-12 19:01:35 +0200 (Tue, 12 Aug 2003) | 3 lines
21608 Changed paths:
21609    M /trunk/modules/codec/ffmpeg/video.c
21610    M /trunk/modules/codec/ffmpeg/video.h
21611
21612
21613 *  modules/codec/ffmpeg/video.[ch]: another temporary workaround.
21614
21615 ------------------------------------------------------------------------
21616 r5081 | gbazin | 2003-08-12 20:25:45 +0200 (Tue, 12 Aug 2003) | 3 lines
21617 Changed paths:
21618    M /trunk/po/de.po
21619
21620
21621 * po/de.po: update of the german translation by Felix K?\239?\191?\189hne.
21622
21623 ------------------------------------------------------------------------
21624 r5082 | gbazin | 2003-08-12 20:34:47 +0200 (Tue, 12 Aug 2003) | 3 lines
21625 Changed paths:
21626    M /trunk/ChangeLog
21627
21628
21629 * ChangeLog: re-re-re-updated the changelog for the 0.6.2 release.
21630
21631 ------------------------------------------------------------------------
21632 r5083 | gbazin | 2003-08-13 03:45:13 +0200 (Wed, 13 Aug 2003) | 5 lines
21633 Changed paths:
21634    M /trunk/NEWS
21635    M /trunk/modules/access/dvdplay/access.c
21636    M /trunk/modules/access/dvdplay/intf.c
21637    M /trunk/modules/access/dvdplay/intf.h
21638    M /trunk/modules/gui/wxwindows/menus.cpp
21639    M /trunk/src/input/input_programs.c
21640
21641
21642 * modules/access/dvdplay/*: support for dvd menus navigation ("dvd_menus" object variable).
21643 * modules/gui/wxwindows/menus.cpp: support for dvd menus navigation.
21644 * src/input/input_programs.c: programs object var was not reset correctly.
21645
21646 ------------------------------------------------------------------------
21647 r5084 | gbazin | 2003-08-13 03:50:47 +0200 (Wed, 13 Aug 2003) | 3 lines
21648 Changed paths:
21649    M /trunk/ChangeLog
21650
21651
21652 * ChangeLog: guess what ? yeah, yet another update for 0.6.2.
21653
21654 ------------------------------------------------------------------------
21655 r5085 | titer | 2003-08-13 09:03:17 +0200 (Wed, 13 Aug 2003) | 2 lines
21656 Changed paths:
21657    A /trunk/modules/access/dvb/.cvsignore
21658
21659  Missing file
21660
21661 ------------------------------------------------------------------------
21662 r5086 | jpsaman | 2003-08-13 15:50:13 +0200 (Wed, 13 Aug 2003) | 2 lines
21663 Changed paths:
21664    M /trunk/modules/access/dvb/dvb.c
21665
21666 Keep track of ioctl_UnsetDMXFilter
21667
21668 ------------------------------------------------------------------------
21669 r5087 | jpsaman | 2003-08-13 15:54:02 +0200 (Wed, 13 Aug 2003) | 8 lines
21670 Changed paths:
21671    M /trunk/src/input/input_ext-plugins.c
21672
21673 Fixed segmentation fault in input_SplitBuffer() when input_FillBuffer() could not allocate (actually input_NewBuffer()) another buffer. The code tested for:
21674 if (!i_size)
21675 {
21676   /* Handle error */
21677 }
21678
21679 However input_SplitBuffer() returns -1, which results in if (false) here and a segmentation fault will happen when input_ShareBuffer() is called. All constructs of the above form are supicious to produce a segfault in the code!
21680
21681 ------------------------------------------------------------------------
21682 r5088 | fenrir | 2003-08-13 16:06:37 +0200 (Wed, 13 Aug 2003) | 2 lines
21683 Changed paths:
21684    M /trunk/modules/demux/mpeg/ts.c
21685
21686  * ts.c: commented out useless code and an annoying error message.
21687
21688 ------------------------------------------------------------------------
21689 r5089 | zorglub | 2003-08-13 16:17:26 +0200 (Wed, 13 Aug 2003) | 7 lines
21690 Changed paths:
21691    M /trunk/configure.ac
21692    M /trunk/include/announce.h
21693    M /trunk/include/vlc_common.h
21694    M /trunk/modules/stream_out/standard.c
21695    M /trunk/src/stream_output/announce.c
21696
21697 * configure.ac : we need to define HAVE_SLP_H
21698
21699 * include/announce.h & vlc_common.h: slp_session_t structure definition
21700
21701 * module/stream_out/standard.c & src/stream_output/announce.c :
21702     SLP announcing support by vlc
21703
21704 ------------------------------------------------------------------------
21705 r5090 | gbazin | 2003-08-13 20:39:53 +0200 (Wed, 13 Aug 2003) | 4 lines
21706 Changed paths:
21707    M /trunk/modules/codec/ffmpeg/video.c
21708    M /trunk/modules/video_output/x11/xcommon.c
21709
21710
21711 * modules/video_output/x11/xcommon.c: fixed a bug with fullscreen and sawfish.
21712 * modules/codec/ffmpeg/video.c: forgot a debug message.
21713
21714 ------------------------------------------------------------------------
21715 r5091 | gbazin | 2003-08-13 21:18:46 +0200 (Wed, 13 Aug 2003) | 3 lines
21716 Changed paths:
21717    M /trunk/ChangeLog
21718
21719
21720 * ChangeLog: yeah I know... don't laugh.
21721
21722 ------------------------------------------------------------------------
21723 r5092 | gbazin | 2003-08-13 21:38:28 +0200 (Wed, 13 Aug 2003) | 3 lines
21724 Changed paths:
21725    M /trunk/include/announce.h
21726    M /trunk/modules/stream_out/standard.c
21727    M /trunk/src/stream_output/announce.c
21728
21729
21730 * include/announce.h, src/stream_output/announce.c, modules/stream_out/standard.c: fixed broken build.
21731
21732 ------------------------------------------------------------------------
21733 r5093 | gbazin | 2003-08-13 23:15:42 +0200 (Wed, 13 Aug 2003) | 3 lines
21734 Changed paths:
21735    M /trunk/modules/stream_out/standard.c
21736
21737
21738 * modules/stream_out/standard.c: fixed segfault on close.
21739
21740 ------------------------------------------------------------------------
21741 r5094 | gbazin | 2003-08-14 01:26:55 +0200 (Thu, 14 Aug 2003) | 4 lines
21742 Changed paths:
21743    M /trunk/configure.ac
21744    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
21745    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
21746    M /trunk/modules/control/Modules.am
21747    A /trunk/modules/control/ntservice.c
21748
21749
21750 * ALL: bumped version number to 0.6.3-cvs
21751 * modules/control/ntservice.c: new Windows NT/2K/XP service interface.
21752
21753 ------------------------------------------------------------------------
21754 r5095 | sigmunau | 2003-08-14 13:25:56 +0200 (Thu, 14 Aug 2003) | 4 lines
21755 Changed paths:
21756    M /trunk/include/ninput.h
21757    M /trunk/src/input/stream.c
21758
21759 include/ninput.c, src/input/stream.c:
21760    Moved comment blocks to the implementation where appropriate. Changed
21761    comments to Doxygen syntax.
21762
21763 ------------------------------------------------------------------------
21764 r5096 | gbazin | 2003-08-14 13:47:32 +0200 (Thu, 14 Aug 2003) | 4 lines
21765 Changed paths:
21766    M /trunk/include/audio_output.h
21767    M /trunk/include/vlc_common.h
21768    M /trunk/modules/audio_output/directx.c
21769    M /trunk/modules/control/ntservice.c
21770    M /trunk/modules/mux/mpeg/ts.c
21771    M /trunk/src/extras/libc.c
21772
21773 * src/extras/libc.c, nclude/vlc_common.h, modules/mux/mpeg/ts.c: added atoll() to our libc.
21774 * modules/control/ntservice.c: added a --ntservice-extraintf option to allow the service to spawn additionnal interfaces.
21775 * include/audio_output.h, modules/audio_output/directx.c: added support for 3F2R audio output in addition to 3F2R/LFE (5.1).
21776
21777 ------------------------------------------------------------------------
21778 r5097 | garf | 2003-08-14 14:38:04 +0200 (Thu, 14 Aug 2003) | 7 lines
21779 Changed paths:
21780    A /trunk/extras/MacOSX/plugin
21781    A /trunk/extras/MacOSX/plugin/English.lproj
21782    A /trunk/extras/MacOSX/plugin/English.lproj/InfoPlist.strings
21783    A /trunk/extras/MacOSX/plugin/Info.plist
21784    A /trunk/extras/MacOSX/plugin/pbdevelopment.plist
21785    M /trunk/modules/gui/macosx/vout.h
21786    M /trunk/modules/gui/macosx/vout.m
21787    M /trunk/mozilla/Makefile.am
21788    M /trunk/mozilla/support/npmac.cpp
21789    M /trunk/mozilla/vlc.r
21790    M /trunk/mozilla/vlcplugin.h
21791    M /trunk/mozilla/vlcshell.cpp
21792    M /trunk/po/en_GB.po
21793    M /trunk/po/fr.po
21794    M /trunk/po/it.po
21795    M /trunk/po/ja.po
21796    M /trunk/src/libvlc.c
21797
21798  * mozilla plugin on MacOSX. Not fully implemented yet.
21799  * compiled with mozilla 1.4 (won't probably work with <1.4)
21800  * TODO:
21801  *     - make XPCOM work (play,pause,stop buttons)
21802  *     - fullscreen implementation (quite difficult on MacOSX because only
21803  *       the main thread can create windows)
21804
21805 ------------------------------------------------------------------------
21806 r5098 | sigmunau | 2003-08-14 15:02:55 +0200 (Thu, 14 Aug 2003) | 9 lines
21807 Changed paths:
21808    M /trunk/include/vlc_playlist.h
21809    M /trunk/modules/demux/m3u.c
21810    M /trunk/modules/gui/macosx/playlist.m
21811    M /trunk/src/playlist/playlist.c
21812
21813 vlc_playlist.h:
21814    * added a duration field to the playlist item struct
21815 vlc_playlist.h, playlist.c:
21816    * turned playlist_AddName into playlist_AddExt and made it take an extra
21817    argument( the duration )
21818    * doxygenize comments
21819 modules/demux/m3u.c, modules/gui/macosx/playlist.m:
21820    * use playlist_AddExt
21821
21822 ------------------------------------------------------------------------
21823 r5099 | sigmunau | 2003-08-14 15:09:42 +0200 (Thu, 14 Aug 2003) | 3 lines
21824 Changed paths:
21825    M /trunk/include/vlc/vlc.h
21826
21827 include/vlc/vlc.h:
21828    turn playlist command defines into a enum
21829
21830 ------------------------------------------------------------------------
21831 r5100 | garf | 2003-08-14 15:32:12 +0200 (Thu, 14 Aug 2003) | 2 lines
21832 Changed paths:
21833    M /trunk/mozilla/vlcshell.cpp
21834
21835  * little bug fix.
21836
21837 ------------------------------------------------------------------------
21838 r5101 | sigmunau | 2003-08-14 19:50:43 +0200 (Thu, 14 Aug 2003) | 3 lines
21839 Changed paths:
21840    M /trunk/include/stream_output.h
21841
21842 include/stream_output.h:
21843   * use #if 0 and not // to disable code
21844
21845 ------------------------------------------------------------------------
21846 r5102 | sigmunau | 2003-08-14 20:12:39 +0200 (Thu, 14 Aug 2003) | 4 lines
21847 Changed paths:
21848    M /trunk/modules/control/lirc/lirc.c
21849
21850 modules/control/lirc/lirc.c:
21851  * applied slightly modified patch by  Stephane Mottelet <mottelet@dma.utc.fr>
21852  to support next/previous chapter buttons on remote controls
21853
21854 ------------------------------------------------------------------------
21855 r5103 | sigmunau | 2003-08-14 20:21:58 +0200 (Thu, 14 Aug 2003) | 3 lines
21856 Changed paths:
21857    M /trunk/include/video_output.h
21858
21859 include/video_output.h:
21860  * minor cleanup in a comment
21861
21862 ------------------------------------------------------------------------
21863 r5104 | sigmunau | 2003-08-14 21:25:56 +0200 (Thu, 14 Aug 2003) | 13 lines
21864 Changed paths:
21865    M /trunk/include/configuration.h
21866    A /trunk/include/vlc_keys.h
21867    M /trunk/modules/gui/wxwindows/interface.cpp
21868    M /trunk/modules/gui/wxwindows/preferences.cpp
21869    M /trunk/modules/gui/wxwindows/wxwindows.h
21870    M /trunk/src/libvlc.h
21871    M /trunk/src/misc/configuration.c
21872
21873 First part of code to allow configurable hotkeys.
21874 include/configuration.h, src/misc/configuration.h:
21875  * added a CONFIG_ITEM_KEY
21876 include/vlc_keys.h:
21877  * constants to identify keys
21878 src/libvlc.h:
21879  * provide a set of hotkey config options
21880 modules/gui/wxwindows/interface.cpp, wxwindows.h:
21881  * set the configured hotkeys as accelerator for the appropriate menus
21882 modules/gui/wxwindows/preferences.cpp:
21883  * start to support CONFIG_ITEM_KEY. Options are showed with the right value
21884    but any changes made have no effect yet.
21885
21886 ------------------------------------------------------------------------
21887 r5105 | zorglub | 2003-08-14 22:02:55 +0200 (Thu, 14 Aug 2003) | 3 lines
21888 Changed paths:
21889    M /trunk/Makefile.am
21890    M /trunk/configure.ac
21891    D /trunk/include/announce.h
21892    M /trunk/include/vlc_common.h
21893    M /trunk/modules/stream_out/Modules.am
21894    A /trunk/modules/stream_out/announce.c
21895    A /trunk/modules/stream_out/announce.h
21896    M /trunk/modules/stream_out/standard.c
21897    M /trunk/src/misc/modules.c
21898    D /trunk/src/stream_output/announce.c
21899
21900 * all: as announce calls non-standard functions (SLP), remove it from
21901 src, and build it in the stream_out_standard module to avoid a link
21902
21903 ------------------------------------------------------------------------
21904 r5106 | fenrir | 2003-08-15 01:32:51 +0200 (Fri, 15 Aug 2003) | 2 lines
21905 Changed paths:
21906    M /trunk/modules/demux/mpeg/system.h
21907    M /trunk/modules/demux/mpeg/ts.c
21908
21909  * all: added support for a52 in PES private stream, but untested.
21910
21911 ------------------------------------------------------------------------
21912 r5107 | fenrir | 2003-08-15 01:37:54 +0200 (Fri, 15 Aug 2003) | 3 lines
21913 Changed paths:
21914    M /trunk/modules/mux/mpeg/pes.c
21915    M /trunk/modules/mux/mpeg/ts.c
21916
21917  * ts: use right stream_id for A52 (0xbd -> fix mplayer playback) and add a
21918   "registration descriptor" (-> fix xine playback) when using a52.
21919
21920 ------------------------------------------------------------------------
21921 r5108 | fenrir | 2003-08-15 03:58:46 +0200 (Fri, 15 Aug 2003) | 2 lines
21922 Changed paths:
21923    M /trunk/modules/mux/mpeg/pes.c
21924
21925  * pes: fix private stream with mpeg1.
21926
21927 ------------------------------------------------------------------------
21928 r5109 | fenrir | 2003-08-15 15:16:38 +0200 (Fri, 15 Aug 2003) | 2 lines
21929 Changed paths:
21930    M /trunk/modules/codec/ffmpeg/ffmpeg.c
21931    M /trunk/modules/codec/ffmpeg/ffmpeg.h
21932
21933  * ffmpeg: added m4cc and M4CC as MPEG4 fourcc.
21934
21935 ------------------------------------------------------------------------
21936 r5110 | gbazin | 2003-08-16 18:56:40 +0200 (Sat, 16 Aug 2003) | 3 lines
21937 Changed paths:
21938    M /trunk/THANKS
21939    M /trunk/configure.ac
21940    M /trunk/po/POTFILES.in
21941    A /trunk/po/pt_BR.po
21942
21943
21944 * po/pt_BR.po, THANKS: new brazilian portuguese translation, courtesy of Andr?\239?\191?\189 de Barros Martins Ribeiro.
21945
21946 ------------------------------------------------------------------------
21947 r5111 | zorglub | 2003-08-16 23:05:14 +0200 (Sat, 16 Aug 2003) | 4 lines
21948 Changed paths:
21949    M /trunk/configure.ac
21950    M /trunk/modules/gui/wxwindows/playlist.cpp
21951    M /trunk/modules/gui/wxwindows/wxwindows.h
21952
21953 * configure.ac : linked stream_out_standard to ws2_32 to fix build
21954
21955 * playlist.cpp : added "Random" and "Loop" checkboxes
21956
21957 ------------------------------------------------------------------------
21958 r5112 | gbazin | 2003-08-17 15:56:26 +0200 (Sun, 17 Aug 2003) | 4 lines
21959 Changed paths:
21960    M /trunk/modules/codec/flacdec.c
21961    M /trunk/modules/demux/flac.c
21962
21963
21964 * modules/demux/flac.c: few cosmetic changes.
21965 * modules/codec/flacdec.c: when synchronisation on the bitstream is lost, flush the flac decoder so it can synchronise again (fixes problems on seeking).
21966
21967 ------------------------------------------------------------------------
21968 r5113 | sigmunau | 2003-08-17 16:11:21 +0200 (Sun, 17 Aug 2003) | 5 lines
21969 Changed paths:
21970    M /trunk/doc/Doxyfile
21971
21972 doc/Doxyfile:
21973  * Extract documentation on static functions, useful to get the static
21974 inline functions defined in header files listed. Drawback is that private
21975 functions in source files are also listed.
21976
21977 ------------------------------------------------------------------------
21978 r5114 | sigmunau | 2003-08-17 16:14:01 +0200 (Sun, 17 Aug 2003) | 3 lines
21979 Changed paths:
21980    M /trunk/src/playlist/playlist.c
21981
21982 src/playlist/playlist.c:
21983  * small documentation update
21984
21985 ------------------------------------------------------------------------
21986 r5115 | sigmunau | 2003-08-17 17:22:49 +0200 (Sun, 17 Aug 2003) | 3 lines
21987 Changed paths:
21988    M /trunk/modules/misc/freetype.c
21989
21990 modules/misc/freetype.c:
21991  * added support for RV32/RV24 chroma
21992
21993 ------------------------------------------------------------------------
21994 r5116 | fenrir | 2003-08-17 20:44:26 +0200 (Sun, 17 Aug 2003) | 2 lines
21995 Changed paths:
21996    M /trunk/modules/mux/avi.c
21997    M /trunk/modules/mux/dummy.c
21998
21999  * avi, dummy: removed useless include.
22000
22001 ------------------------------------------------------------------------
22002 r5117 | fenrir | 2003-08-17 22:39:08 +0200 (Sun, 17 Aug 2003) | 2 lines
22003 Changed paths:
22004    M /trunk/src/input/input_ext-dec.c
22005    M /trunk/src/input/input_programs.c
22006    M /trunk/src/misc/iso_lang.c
22007    M /trunk/src/video_output/video_text.h
22008
22009  * all: removed all u8/u16/.... occurences.
22010
22011 ------------------------------------------------------------------------
22012 r5118 | fenrir | 2003-08-17 22:45:50 +0200 (Sun, 17 Aug 2003) | 2 lines
22013 Changed paths:
22014    M /trunk/modules/demux/mp4/libmp4.c
22015    M /trunk/modules/demux/mp4/libmp4.h
22016
22017  * all: added OggS fourcc. (still unsported but allow dumping)
22018
22019 ------------------------------------------------------------------------
22020 r5119 | alexis | 2003-08-17 22:58:45 +0200 (Sun, 17 Aug 2003) | 4 lines
22021 Changed paths:
22022    M /trunk/THANKS
22023    M /trunk/configure.ac
22024    A /trunk/po/es.po
22025    M /trunk/src/libvlc.h
22026
22027 po/es.po THANKS configure.ac: Spanish translation started by Vicente Jim?\239?\191?\189nez Aguilar.
22028
22029 src/libvlc.h: replaced "VLS" by "streaming server".
22030
22031 ------------------------------------------------------------------------
22032 r5120 | fenrir | 2003-08-18 01:02:52 +0200 (Mon, 18 Aug 2003) | 3 lines
22033 Changed paths:
22034    M /trunk/include/vlc_common.h
22035    M /trunk/modules/access/mms/mms.h
22036    M /trunk/modules/access/mms/mmsh.c
22037    M /trunk/modules/access/mms/mmsh.h
22038    M /trunk/modules/access/v4l/v4l.c
22039    M /trunk/modules/codec/adpcm.c
22040    M /trunk/modules/codec/araw.c
22041    M /trunk/modules/codec/cinepak/cinepak.c
22042    M /trunk/modules/codec/faad/decoder.c
22043    M /trunk/modules/codec/ffmpeg/ffmpeg.h
22044    M /trunk/modules/codec/quicktime.c
22045    M /trunk/modules/demux/asf/asf.c
22046    M /trunk/modules/demux/asf/libasf.c
22047    M /trunk/modules/demux/au.c
22048    M /trunk/modules/demux/avi/avi.c
22049    M /trunk/modules/demux/avi/libavi.c
22050    M /trunk/modules/demux/mkv.cpp
22051    M /trunk/modules/demux/mp4/libmp4.c
22052    M /trunk/modules/demux/mpeg/mpga.c
22053    M /trunk/modules/demux/ogg.c
22054    M /trunk/modules/demux/rawdv.c
22055    M /trunk/modules/demux/wav.c
22056
22057  * all: moved Get(D/Q)WLE and Get(D/Q)WBE to include/vlc_common.h.
22058  (Well, Get(D/Q)WBE are just #define to U16/32/64_AT.
22059
22060 ------------------------------------------------------------------------
22061 r5121 | sigmunau | 2003-08-18 01:11:55 +0200 (Mon, 18 Aug 2003) | 5 lines
22062 Changed paths:
22063    M /trunk/modules/misc/freetype.c
22064
22065 modules/misc/freetype.c:
22066  * implemented outlineing of the glyphs. Please yell if the performance
22067 suck, and I will try to make them optional.
22068  * fixed centering on RV32 and YUY2
22069
22070 ------------------------------------------------------------------------
22071 r5122 | fenrir | 2003-08-18 01:42:37 +0200 (Mon, 18 Aug 2003) | 2 lines
22072 Changed paths:
22073    M /trunk/modules/demux/asf/asf.c
22074    M /trunk/modules/demux/asf/asf.h
22075    M /trunk/modules/demux/asf/libasf.c
22076    M /trunk/modules/demux/asf/libasf.h
22077
22078  * all: A little clean up.
22079
22080 ------------------------------------------------------------------------
22081 r5123 | fenrir | 2003-08-18 02:17:44 +0200 (Mon, 18 Aug 2003) | 3 lines
22082 Changed paths:
22083    M /trunk/include/codecs.h
22084    M /trunk/modules/demux/asf/asf.c
22085    M /trunk/modules/demux/avi/avi.c
22086    M /trunk/modules/demux/mkv.cpp
22087    M /trunk/modules/demux/wav.c
22088
22089  * all: move "wave format tag to fourcc" from demuxers to codecs.h
22090  (only one place to keep updated).
22091
22092 ------------------------------------------------------------------------
22093 r5124 | jpsaman | 2003-08-18 08:42:48 +0200 (Mon, 18 Aug 2003) | 2 lines
22094 Changed paths:
22095    M /trunk/modules/access/dvb/access.c
22096
22097 Small fix.
22098
22099 ------------------------------------------------------------------------
22100 r5125 | zorglub | 2003-08-18 15:16:43 +0200 (Mon, 18 Aug 2003) | 14 lines
22101 Changed paths:
22102    M /trunk/modules/codec/libmpeg2.c
22103    M /trunk/src/audio_output/input.c
22104    M /trunk/src/libvlc.h
22105
22106 * src/audio_output/input.c
22107   src/libvlc.h :
22108        First try to implement "user audio filters"
22109        You can provide a list of audio filters that you want to add to
22110        the pipeline (only the "headphone", at that time).
22111         (use --audio-filter filter1,filter2,...)
22112
22113    ***Warning***
22114    It seems to work, but no guarantee at all. Perhaps all is bad
22115    and the commit should be reverted, as it could break audio output
22116
22117 * modules/codec/libmpeg2.c :
22118         Fixed a segfault when vout creation fails
22119
22120 ------------------------------------------------------------------------
22121 r5126 | sigmunau | 2003-08-18 16:57:09 +0200 (Mon, 18 Aug 2003) | 4 lines
22122 Changed paths:
22123    M /trunk/modules/visualization/scope/scope.c
22124
22125 Turned the scope plugin into a audio filter that can be inserted with
22126 --audio-filter. It still seems to have many problems, so I will not eneable
22127 it yet.
22128
22129 ------------------------------------------------------------------------
22130 r5127 | fenrir | 2003-08-18 19:25:51 +0200 (Mon, 18 Aug 2003) | 2 lines
22131 Changed paths:
22132    M /trunk/modules/mux/mpeg/ts.c
22133
22134  * ts: fix PCR value when using pcr-soft.
22135
22136 ------------------------------------------------------------------------
22137 r5128 | fenrir | 2003-08-18 19:30:48 +0200 (Mon, 18 Aug 2003) | 3 lines
22138 Changed paths:
22139    M /trunk/modules/access_output/udp.c
22140
22141  * udp: udp-sout-caching is now also accessible by instance variable
22142  "caching".  (ex: udp{caching=ms})
22143
22144 ------------------------------------------------------------------------
22145 r5129 | fenrir | 2003-08-18 21:17:54 +0200 (Mon, 18 Aug 2003) | 2 lines
22146 Changed paths:
22147    M /trunk/include/ninput.h
22148    M /trunk/src/input/stream.c
22149
22150  * all: added stream_DataPacket
22151
22152 ------------------------------------------------------------------------
22153 r5130 | fenrir | 2003-08-18 21:18:47 +0200 (Mon, 18 Aug 2003) | 2 lines
22154 Changed paths:
22155    M /trunk/modules/demux/asf/Modules.am
22156    M /trunk/modules/demux/asf/asf.c
22157    D /trunk/modules/demux/asf/asf.h
22158    M /trunk/modules/demux/asf/libasf.c
22159    M /trunk/modules/demux/asf/libasf.h
22160
22161  * asf: clean up + use stream_* (It's not yet well tested)
22162
22163 ------------------------------------------------------------------------
22164 r5131 | hartman | 2003-08-19 13:26:59 +0200 (Tue, 19 Aug 2003) | 4 lines
22165 Changed paths:
22166    M /trunk/po/pt_BR.po
22167    M /trunk/src/libvlc.h
22168
22169 * Updated brazilian portuguese translation by Andre de Barros Martins Ribreiro
22170   ( your parents couldn't find anything shorter? :)
22171 * Added this language to the options in the preferences.
22172
22173 ------------------------------------------------------------------------
22174 r5132 | hartman | 2003-08-19 15:20:27 +0200 (Tue, 19 Aug 2003) | 2 lines
22175 Changed paths:
22176    M /trunk/src/libvlc.h
22177
22178 * deleted stray i char
22179
22180 ------------------------------------------------------------------------
22181 r5133 | garf | 2003-08-19 16:07:51 +0200 (Tue, 19 Aug 2003) | 3 lines
22182 Changed paths:
22183    M /trunk/modules/gui/macosx/vout.h
22184    M /trunk/modules/gui/macosx/vout.m
22185    M /trunk/mozilla/support/npmac.cpp
22186    M /trunk/mozilla/vlcpeer.cpp
22187    M /trunk/mozilla/vlcshell.cpp
22188
22189  * XPCOM implementation in mozilla plugin on MacOSX (Play, pause, stop
22190  *  buttons. Fullscreen disabled ).
22191
22192 ------------------------------------------------------------------------
22193 r5134 | sigmunau | 2003-08-19 20:51:03 +0200 (Tue, 19 Aug 2003) | 4 lines
22194 Changed paths:
22195    M /trunk/modules/visualization/scope/scope.c
22196
22197 modules/visualization/scope/scope.c:
22198  * fixed numerous issues. It now works, but it has some impact on some audio
22199 streams, especially vorbis
22200
22201 ------------------------------------------------------------------------
22202 r5135 | adn | 2003-08-19 23:16:09 +0200 (Tue, 19 Aug 2003) | 2 lines
22203 Changed paths:
22204    M /trunk/modules/gui/wxwindows/open.cpp
22205    A /trunk/modules/gui/wxwindows/v4l.cpp
22206    M /trunk/modules/gui/wxwindows/wxwindows.h
22207
22208 Video4Linux / PVR / KFIR unified panel
22209
22210 ------------------------------------------------------------------------
22211 r5136 | zorglub | 2003-08-19 23:20:00 +0200 (Tue, 19 Aug 2003) | 13 lines
22212 Changed paths:
22213    M /trunk/configure.ac
22214    A /trunk/modules/visualization/visual
22215    A /trunk/modules/visualization/visual/Modules.am
22216    A /trunk/modules/visualization/visual/effects.c
22217    A /trunk/modules/visualization/visual/visual.c
22218    A /trunk/modules/visualization/visual/visual.h
22219    M /trunk/src/audio_output/input.c
22220
22221 * src/audio_output/input.c: forgot to free something
22222
22223 * modules/visualisation/visual/* :
22224         visualization system. It supports multi-effects.
22225 At the moment:
22226         -dummy (guess what ? it does nothing)
22227         -scope (adapted and fixed from sam's one)
22228         -random (displays random plots)
22229 Todo:
22230         - spectrum analyser
22231         - movement effects (rotations, scrolls,...)
22232         - blur effect ?
22233
22234 ------------------------------------------------------------------------
22235 r5137 | adn | 2003-08-19 23:54:07 +0200 (Tue, 19 Aug 2003) | 2 lines
22236 Changed paths:
22237    M /trunk/modules/gui/wxwindows/streamout.cpp
22238
22239 SLP Announce :)
22240
22241 ------------------------------------------------------------------------
22242 r5138 | adn | 2003-08-20 00:28:24 +0200 (Wed, 20 Aug 2003) | 2 lines
22243 Changed paths:
22244    M /trunk/modules/gui/wxwindows/Modules.am
22245
22246 Oooooooops !
22247
22248 ------------------------------------------------------------------------
22249 r5139 | fenrir | 2003-08-20 03:10:54 +0200 (Wed, 20 Aug 2003) | 4 lines
22250 Changed paths:
22251    M /trunk/modules/demux/avi/avi.c
22252
22253  * avi: fixed playback of others brokens stream.
22254  Remember: each time something could be wrong then, with avi, it will be.
22255  I hate avi.
22256
22257 ------------------------------------------------------------------------
22258 r5140 | fenrir | 2003-08-20 03:18:50 +0200 (Wed, 20 Aug 2003) | 2 lines
22259 Changed paths:
22260    M /trunk/src/input/stream.c
22261
22262  * stream: less warnings.
22263
22264 ------------------------------------------------------------------------
22265 r5141 | garf | 2003-08-20 11:58:28 +0200 (Wed, 20 Aug 2003) | 2 lines
22266 Changed paths:
22267    M /trunk/mozilla/Makefile.am
22268
22269  * forgot an -I
22270
22271 ------------------------------------------------------------------------
22272 r5142 | garf | 2003-08-20 15:08:10 +0200 (Wed, 20 Aug 2003) | 2 lines
22273 Changed paths:
22274    M /trunk/modules/gui/macosx/vout.m
22275
22276  * mozilla plugin on MacOSX : scrollbar clipping problem fix
22277
22278 ------------------------------------------------------------------------
22279 r5143 | garf | 2003-08-20 18:22:27 +0200 (Wed, 20 Aug 2003) | 2 lines
22280 Changed paths:
22281    M /trunk/modules/gui/macosx/vout.m
22282
22283  * had accidentally deleted the first line of vout.m
22284
22285 ------------------------------------------------------------------------
22286 r5144 | adn | 2003-08-20 21:17:29 +0200 (Wed, 20 Aug 2003) | 3 lines
22287 Changed paths:
22288    M /trunk/modules/gui/wxwindows/v4l.cpp
22289    M /trunk/modules/gui/wxwindows/wxwindows.h
22290
22291 * Bitrate options for PVR
22292 * fix for win32 compilation
22293
22294 ------------------------------------------------------------------------
22295 r5145 | babal | 2003-08-20 21:36:28 +0200 (Wed, 20 Aug 2003) | 2 lines
22296 Changed paths:
22297    M /trunk/AUTHORS
22298
22299 - anti-spam
22300
22301 ------------------------------------------------------------------------
22302 r5146 | asmax | 2003-08-20 23:59:01 +0200 (Wed, 20 Aug 2003) | 2 lines
22303 Changed paths:
22304    M /trunk/modules/gui/wxwindows/subtitles.cpp
22305
22306 * fixed an internal error with stupid gcc2.95
22307
22308 ------------------------------------------------------------------------
22309 r5147 | hartman | 2003-08-21 18:59:35 +0200 (Thu, 21 Aug 2003) | 4 lines
22310 Changed paths:
22311    M /trunk/configure.ac
22312    M /trunk/modules/gui/kde/kde.cpp
22313    M /trunk/modules/video_output/mga/Modules.am
22314    D /trunk/modules/video_output/mga/xmga.c
22315
22316 * Removed the xmga plugin since it was quote "a waste of time and not even finished"
22317 * Decreased the priority of kde interface because of it's unstable nature
22318   and not being maintained status.
22319
22320 ------------------------------------------------------------------------
22321 r5148 | hartman | 2003-08-21 22:29:29 +0200 (Thu, 21 Aug 2003) | 2 lines
22322 Changed paths:
22323    M /trunk/po/pt_BR.po
22324
22325 * Updated Brazilian translation
22326
22327 ------------------------------------------------------------------------
22328 r5149 | asmax | 2003-08-22 10:06:25 +0200 (Fri, 22 Aug 2003) | 7 lines
22329 Changed paths:
22330    M /trunk/modules/gui/wxwindows/interface.cpp
22331    M /trunk/modules/gui/wxwindows/wxwindows.h
22332
22333 * interface.cpp: fixed a stack corruption which caused a segfault in the
22334   wxwindows plugin (in UpdateAcceleratorTable, the table
22335   wxAcceleratorEntry entries[6] was filled with _seven_ values ;-)
22336   I guess it didn't happen with all compilers because of the way
22337   variables are stored on the stack)
22338 * wxwindows.h: removed a warning
22339
22340 ------------------------------------------------------------------------
22341 r5150 | hartman | 2003-08-22 15:38:03 +0200 (Fri, 22 Aug 2003) | 2 lines
22342 Changed paths:
22343    M /trunk/modules/video_filter/transform.c
22344
22345 * A vflip should flip on the vertical axis and not on the horizontal of course.
22346
22347 ------------------------------------------------------------------------
22348 r5151 | adn | 2003-08-22 16:03:40 +0200 (Fri, 22 Aug 2003) | 2 lines
22349 Changed paths:
22350    M /trunk/modules/gui/wxwindows/open.cpp
22351
22352 no v4l tab for win32
22353
22354 ------------------------------------------------------------------------
22355 r5152 | fenrir | 2003-08-22 22:29:58 +0200 (Fri, 22 Aug 2003) | 2 lines
22356 Changed paths:
22357    M /trunk/include/ninput.h
22358
22359  * ninput: added wrappers to stream_Control.
22360
22361 ------------------------------------------------------------------------
22362 r5153 | fenrir | 2003-08-22 22:31:47 +0200 (Fri, 22 Aug 2003) | 2 lines
22363 Changed paths:
22364    M /trunk/modules/demux/avi/avi.c
22365    M /trunk/modules/demux/avi/avi.h
22366    M /trunk/modules/demux/avi/libavi.c
22367    M /trunk/modules/demux/avi/libavi.h
22368
22369  * avi: use stream_*, some clean and reordering.
22370
22371 ------------------------------------------------------------------------
22372 r5154 | fenrir | 2003-08-22 22:32:27 +0200 (Fri, 22 Aug 2003) | 2 lines
22373 Changed paths:
22374    M /trunk/modules/demux/asf/asf.c
22375    M /trunk/modules/demux/asf/libasf.c
22376    M /trunk/modules/demux/au.c
22377    M /trunk/modules/demux/wav.c
22378
22379  * all: use stream_Seek/Size/Tell wrappers.
22380
22381 ------------------------------------------------------------------------
22382 r5155 | fenrir | 2003-08-23 00:52:48 +0200 (Sat, 23 Aug 2003) | 2 lines
22383 Changed paths:
22384    M /trunk/modules/demux/avi/avi.c
22385    M /trunk/modules/demux/avi/avi.h
22386    M /trunk/modules/demux/avi/libavi.c
22387
22388  *all : multi-pass clean up/cosmetics.
22389
22390 ------------------------------------------------------------------------
22391 r5156 | fenrir | 2003-08-23 13:46:06 +0200 (Sat, 23 Aug 2003) | 2 lines
22392 Changed paths:
22393    M /trunk/modules/demux/avi/avi.c
22394
22395  * avi : fixed a lock problem.
22396
22397 ------------------------------------------------------------------------
22398 r5157 | lool | 2003-08-23 14:47:24 +0200 (Sat, 23 Aug 2003) | 2 lines
22399 Changed paths:
22400    M /trunk/configure.ac
22401
22402   * very light typo
22403
22404 ------------------------------------------------------------------------
22405 r5158 | lool | 2003-08-23 14:53:54 +0200 (Sat, 23 Aug 2003) | 2 lines
22406 Changed paths:
22407    A /trunk/modules/visualization/visual/.cvsignore
22408
22409   * added missing .cvsignore
22410
22411 ------------------------------------------------------------------------
22412 r5159 | hartman | 2003-08-23 14:59:31 +0200 (Sat, 23 Aug 2003) | 16 lines
22413 Changed paths:
22414    M /trunk/Makefile.am
22415    M /trunk/configure.ac
22416    A /trunk/include/charset.h
22417    M /trunk/modules/codec/subsdec/subsdec.c
22418    A /trunk/src/misc/charset.c
22419    M /trunk/src/playlist/playlist.c
22420
22421 * added a vlc_current_charset function. This tries to get the current charset
22422   in use by the OS. It's pretty nifty. if available it uses nl_langinfo. Then
22423   it falls back to trying setlocale (exept on OSX, where this funtion is useless)
22424   and then falls back to LC_ALL, LC_TYPE and LANG environment variables.
22425   If only the LANG variable is available (like on osx) it tries a countrycode
22426   to charset mapping (making an educated guess ).
22427   On windows it retrieves the charset with GetACP().
22428   It also has an aliases system to transform incompatible charset description
22429   strings to libiconv compatible charset descriptions. If you want you can even
22430   retrieve the charset on OS/2.
22431 * modules/codec/subsdec/subsdec.c: By default we try to open a subtitle file in
22432   the systems charset (or language mapped to charset). It's no more than a guess,
22433   and if you open Latin1 subs on your Japanese system you will still need to
22434   specify the encoding by hand, but it's better then nothing.
22435 * src/playlist/playlist.c: spelling error in a comment.
22436
22437 ------------------------------------------------------------------------
22438 r5160 | hartman | 2003-08-23 16:14:01 +0200 (Sat, 23 Aug 2003) | 3 lines
22439 Changed paths:
22440    M /trunk/src/misc/modules.c
22441
22442 * sorry :)
22443   fix broken tree
22444
22445 ------------------------------------------------------------------------
22446 r5161 | fenrir | 2003-08-23 16:15:27 +0200 (Sat, 23 Aug 2003) | 2 lines
22447 Changed paths:
22448    M /trunk/include/ninput.h
22449
22450  * ninput: fix a warning. (bad functions order)
22451
22452 ------------------------------------------------------------------------
22453 r5162 | lool | 2003-08-23 16:26:34 +0200 (Sat, 23 Aug 2003) | 2 lines
22454 Changed paths:
22455    M /trunk/src/misc/configuration.c
22456
22457   * missing top static declaration was giving a warning
22458
22459 ------------------------------------------------------------------------
22460 r5163 | lool | 2003-08-23 16:38:50 +0200 (Sat, 23 Aug 2003) | 2 lines
22461 Changed paths:
22462    M /trunk/src/misc/configuration.c
22463
22464   * src/misc/configuration.c: fix a couple of signed/unsigned warns
22465
22466 ------------------------------------------------------------------------
22467 r5164 | fenrir | 2003-08-23 16:51:30 +0200 (Sat, 23 Aug 2003) | 5 lines
22468 Changed paths:
22469    M /trunk/src/audio_output/input.c
22470
22471  * input: fixed buffer overflow, add sanity check and big big clean up.
22472 (for the user filter part).
22473  For now, when a user filter can't be inserted it is just ignored. (before
22474 the whole audio chain failed).
22475
22476 ------------------------------------------------------------------------
22477 r5165 | lool | 2003-08-23 17:35:51 +0200 (Sat, 23 Aug 2003) | 3 lines
22478 Changed paths:
22479    M /trunk/Makefile.am
22480
22481   * Makefile.am: slight changes of the VLC.app target to generate it in
22482                  $(top_builddir) instead of $(srcdir)
22483
22484 ------------------------------------------------------------------------
22485 r5166 | fenrir | 2003-08-23 18:15:47 +0200 (Sat, 23 Aug 2003) | 2 lines
22486 Changed paths:
22487    M /trunk/modules/codec/faad/decoder.c
22488
22489  * faad: fix SBR handling.
22490
22491 ------------------------------------------------------------------------
22492 r5167 | fenrir | 2003-08-23 19:23:45 +0200 (Sat, 23 Aug 2003) | 2 lines
22493 Changed paths:
22494    A /trunk/modules/visualization/goom.c
22495
22496  * goom: visual effects using goom. (Not yet enabled)
22497
22498 ------------------------------------------------------------------------
22499 r5168 | hartman | 2003-08-23 21:20:29 +0200 (Sat, 23 Aug 2003) | 6 lines
22500 Changed paths:
22501    M /trunk/modules/codec/subsdec/subsdec.c
22502    M /trunk/modules/demux/util/sub.c
22503    M /trunk/modules/demux/util/sub.h
22504
22505 * modules/codec/subsdec/subsdec.c: reordered the list of encodings. Should
22506   make it easier for users to find their charset now.
22507 * modules/demux/util/sub.?: try to find filename.subext based on filename.avi
22508   Very basic now, but might be become more advanced in the feature. (that's
22509   why it's so much code )
22510
22511 ------------------------------------------------------------------------
22512 r5169 | lool | 2003-08-23 23:21:32 +0200 (Sat, 23 Aug 2003) | 2 lines
22513 Changed paths:
22514    M /trunk/Makefile.am
22515
22516   * was wrongly deleting the extras/ dir
22517
22518 ------------------------------------------------------------------------
22519 r5170 | hartman | 2003-08-24 00:02:45 +0200 (Sun, 24 Aug 2003) | 5 lines
22520 Changed paths:
22521    M /trunk/modules/demux/util/sub.c
22522
22523 * modules/demux/util/sub.c: Fixed a crash when trying to autodetect files
22524   that don't have a . char in their name. Also fixed a problem where the
22525   code was trying to open a empty string subtitle after autodetect couldn't
22526   find a suitable filename.
22527
22528 ------------------------------------------------------------------------
22529 r5171 | fenrir | 2003-08-24 00:19:07 +0200 (Sun, 24 Aug 2003) | 2 lines
22530 Changed paths:
22531    M /trunk/src/misc/charset.c
22532
22533  * charset: compilation fix.
22534
22535 ------------------------------------------------------------------------
22536 r5172 | fenrir | 2003-08-24 00:49:50 +0200 (Sun, 24 Aug 2003) | 7 lines
22537 Changed paths:
22538    M /trunk/Makefile.am
22539    M /trunk/configure.ac
22540    A /trunk/include/vlc_block.h
22541    M /trunk/include/vlc_common.h
22542    M /trunk/modules/visualization/Modules.am
22543    M /trunk/modules/visualization/goom.c
22544    A /trunk/src/misc/block.c
22545    M /trunk/src/misc/modules.c
22546
22547  * configure.ac : added --enable-goom and --with-goom-tree. Btw, I use a
22548 special goom tree source as I was unable to use standard goom library.
22549 (I will provide it once mmx/ppc included)
22550  * modules/visualization/Modules.am: added goom
22551  * include/vlc_block.h src/misc/block.c: introduce a new data block
22552  api (not yet tested, ported from my local new input work).
22553
22554 ------------------------------------------------------------------------
22555 r5173 | lool | 2003-08-24 02:29:03 +0200 (Sun, 24 Aug 2003) | 6 lines
22556 Changed paths:
22557    M /trunk/Makefile.am
22558
22559   * Makefile.am:
22560     . cleanups, use of top_builddir where possible, just to feel safer
22561     . fixed VLC.app inclusion of AUTHORS, COPYING etc.
22562     . propagated previous changes to package-osx
22563     . checked both build methods
22564
22565 ------------------------------------------------------------------------
22566 r5174 | hartman | 2003-08-24 02:34:13 +0200 (Sun, 24 Aug 2003) | 2 lines
22567 Changed paths:
22568    M /trunk/modules/codec/faad/decoder.c
22569
22570 * backwards compatibilty with older faad2 lib
22571
22572 ------------------------------------------------------------------------
22573 r5175 | fenrir | 2003-08-24 02:36:38 +0200 (Sun, 24 Aug 2003) | 2 lines
22574 Changed paths:
22575    M /trunk/modules/demux/util/sub.c
22576
22577  * sub.c : fixed a warning.
22578
22579 ------------------------------------------------------------------------
22580 r5176 | hartman | 2003-08-24 10:12:01 +0200 (Sun, 24 Aug 2003) | 5 lines
22581 Changed paths:
22582    M /trunk/vlc.ebuild
22583
22584 * Large update to the ebuild.
22585   - reordered several parts
22586   - made it as close to the gentoo ebuild as possible.
22587   - fixed several changes/additions since 0.6.1
22588
22589 ------------------------------------------------------------------------
22590 r5177 | gbazin | 2003-08-24 13:17:39 +0200 (Sun, 24 Aug 2003) | 4 lines
22591 Changed paths:
22592    M /trunk/configure.ac
22593    A /trunk/modules/access/dshow
22594    A /trunk/modules/access/dshow/.cvsignore
22595    A /trunk/modules/access/dshow/Modules.am
22596    A /trunk/modules/access/dshow/dshow.cpp
22597    A /trunk/modules/access/dshow/filter.cpp
22598    A /trunk/modules/access/dshow/filter.h
22599
22600
22601 * configure.ac, modules/access/dshow/: brand new DirectShow input plugin.
22602    Much work still needs to be done, like audio support, adding plenty of configuration options, etc... But the video part is already working quite well here.
22603
22604 ------------------------------------------------------------------------
22605 r5178 | titer | 2003-08-24 16:43:07 +0200 (Sun, 24 Aug 2003) | 2 lines
22606 Changed paths:
22607    M /trunk/modules/demux/util/sub.c
22608
22609  modules/demux/util/sub.c : compile fix
22610
22611 ------------------------------------------------------------------------
22612 r5179 | fenrir | 2003-08-24 17:05:27 +0200 (Sun, 24 Aug 2003) | 2 lines
22613 Changed paths:
22614    M /trunk/modules/demux/asf/libasf.c
22615
22616  * asf: detect dump of broadcasted asf stream.
22617
22618 ------------------------------------------------------------------------
22619 r5180 | fenrir | 2003-08-24 18:24:52 +0200 (Sun, 24 Aug 2003) | 2 lines
22620 Changed paths:
22621    M /trunk/modules/access_output/http.c
22622
22623  * http: added wma/wmv mime type.
22624
22625 ------------------------------------------------------------------------
22626 r5181 | fenrir | 2003-08-24 18:38:38 +0200 (Sun, 24 Aug 2003) | 2 lines
22627 Changed paths:
22628    A /trunk/modules/mux/asf.c
22629
22630  * asf : asf muxer, not well tested yet.
22631
22632 ------------------------------------------------------------------------
22633 r5182 | hartman | 2003-08-24 18:59:35 +0200 (Sun, 24 Aug 2003) | 3 lines
22634 Changed paths:
22635    M /trunk/modules/access/udp.c
22636
22637 * changed debug strings to diff between unsupported RTP payload and non-rtp packet
22638   see bug 1136
22639
22640 ------------------------------------------------------------------------
22641 r5183 | gbazin | 2003-08-24 19:24:33 +0200 (Sun, 24 Aug 2003) | 3 lines
22642 Changed paths:
22643    M /trunk/NEWS
22644
22645
22646 * NEWS: keeping track of the new features.
22647
22648 ------------------------------------------------------------------------
22649 r5184 | fenrir | 2003-08-25 00:20:43 +0200 (Mon, 25 Aug 2003) | 2 lines
22650 Changed paths:
22651    M /trunk/modules/mux/asf.c
22652
22653  * asf: more stuff (bitrate and time).
22654
22655 ------------------------------------------------------------------------
22656 r5185 | gbazin | 2003-08-25 01:22:02 +0200 (Mon, 25 Aug 2003) | 3 lines
22657 Changed paths:
22658    M /trunk/modules/codec/faad/decoder.c
22659
22660
22661 * modules/codec/faad/decoder.c: for some reason my libfaad the frame samplerate to 0. I guess I should update it but anyway a sanity check avoids a segfault in this case.
22662
22663 ------------------------------------------------------------------------
22664 r5186 | fenrir | 2003-08-25 03:31:25 +0200 (Mon, 25 Aug 2003) | 3 lines
22665 Changed paths:
22666    M /trunk/modules/mux/asf.c
22667
22668  * asf: added an alias "asfh" : it creates special stream to allow using
22669 http output as mmsh server (see next commits).
22670
22671 ------------------------------------------------------------------------
22672 r5187 | fenrir | 2003-08-25 03:32:26 +0200 (Mon, 25 Aug 2003) | 3 lines
22673 Changed paths:
22674    M /trunk/modules/misc/httpd.c
22675
22676  * httpd: when using "video/x-ms-asf-stream" we add special headers needed
22677  for mmsh protocol.
22678
22679 ------------------------------------------------------------------------
22680 r5188 | fenrir | 2003-08-25 03:33:25 +0200 (Mon, 25 Aug 2003) | 3 lines
22681 Changed paths:
22682    M /trunk/modules/access_output/http.c
22683
22684  * http: added alias "mmsh" to output as mmsh (work only with asfh). Only
22685  tested with vlc/mplayer.
22686
22687 ------------------------------------------------------------------------
22688 r5189 | garf | 2003-08-25 16:51:49 +0200 (Mon, 25 Aug 2003) | 2 lines
22689 Changed paths:
22690    M /trunk/modules/gui/macosx/vout.m
22691    M /trunk/mozilla/vlcshell.cpp
22692
22693  * put the beautiful "no picture" black screen.
22694
22695 ------------------------------------------------------------------------
22696 r5190 | fenrir | 2003-08-25 22:47:41 +0200 (Mon, 25 Aug 2003) | 3 lines
22697 Changed paths:
22698    M /trunk/modules/demux/mkv.cpp
22699
22700  * mkv: handle Language name.
22701         preliminary support for SSA.
22702
22703 ------------------------------------------------------------------------
22704 r5191 | gbazin | 2003-08-25 23:45:04 +0200 (Mon, 25 Aug 2003) | 3 lines
22705 Changed paths:
22706    M /trunk/modules/access/dshow/dshow.cpp
22707    M /trunk/modules/access/dshow/filter.cpp
22708
22709
22710 * modules/access/dshow/*: audio is now supported as well.
22711
22712 ------------------------------------------------------------------------
22713 r5192 | gbazin | 2003-08-26 00:57:40 +0200 (Tue, 26 Aug 2003) | 5 lines
22714 Changed paths:
22715    M /trunk/modules/access/dshow/dshow.cpp
22716
22717
22718 * modules/access/dshow/dshow.cpp: added an "adev" and "vdev" option for the MRL.
22719    If not specified, then the default devices are used.
22720    (eg. vlc dshow://:vdev="Labtec Webcam":adev="foo")
22721
22722 ------------------------------------------------------------------------
22723 r5193 | fenrir | 2003-08-26 01:36:16 +0200 (Tue, 26 Aug 2003) | 2 lines
22724 Changed paths:
22725    M /trunk/modules/demux/asf/asf.c
22726
22727  * asf : fix display time.
22728
22729 ------------------------------------------------------------------------
22730 r5194 | fenrir | 2003-08-26 01:39:20 +0200 (Tue, 26 Aug 2003) | 2 lines
22731 Changed paths:
22732    M /trunk/modules/mux/asf.c
22733
22734  asf: fixed some headers errors.
22735
22736 ------------------------------------------------------------------------
22737 r5195 | fenrir | 2003-08-26 02:40:27 +0200 (Tue, 26 Aug 2003) | 2 lines
22738 Changed paths:
22739    M /trunk/modules/misc/httpd.c
22740
22741  * httpd: more mmsh stuff.
22742
22743 ------------------------------------------------------------------------
22744 r5196 | fenrir | 2003-08-26 02:51:19 +0200 (Tue, 26 Aug 2003) | 2 lines
22745 Changed paths:
22746    M /trunk/modules/access/mms/mmsh.c
22747    M /trunk/modules/access/mms/mmsh.h
22748
22749  * mmsh: a little clean, and fixed 1/2 potential segfaults.
22750
22751 ------------------------------------------------------------------------
22752 r5197 | fenrir | 2003-08-26 02:52:38 +0200 (Tue, 26 Aug 2003) | 2 lines
22753 Changed paths:
22754    M /trunk/modules/mux/mpeg/ts.c
22755
22756  * ts: try to fix too much packets dropping with v4l.
22757
22758 ------------------------------------------------------------------------
22759 r5198 | fenrir | 2003-08-26 03:04:29 +0200 (Tue, 26 Aug 2003) | 2 lines
22760 Changed paths:
22761    M /trunk/modules/mux/mpeg/ts.c
22762
22763  * ts: clean my last commit for SPU. Btw, report any regression.
22764
22765 ------------------------------------------------------------------------
22766 r5199 | fenrir | 2003-08-26 20:01:16 +0200 (Tue, 26 Aug 2003) | 3 lines
22767 Changed paths:
22768    M /trunk/modules/stream_out/transcode.c
22769
22770  * transcode: use mp1v/mpgv for mpeg1 and mp2v for mpeg2 video encoding.
22771  (mpeg2 encoding has been added to vlc)
22772
22773 ------------------------------------------------------------------------
22774 r5200 | fenrir | 2003-08-26 20:11:02 +0200 (Tue, 26 Aug 2003) | 2 lines
22775 Changed paths:
22776    M /trunk/modules/demux/mkv.cpp
22777
22778  * mkv : use stream_*
22779
22780 ------------------------------------------------------------------------
22781 r5201 | gbazin | 2003-08-26 21:14:10 +0200 (Tue, 26 Aug 2003) | 3 lines
22782 Changed paths:
22783    M /trunk/modules/access/dshow/dshow.cpp
22784    M /trunk/modules/access/dshow/filter.cpp
22785
22786
22787 * modules/access/dshow/*: bug fixes.
22788
22789 ------------------------------------------------------------------------
22790 r5202 | hartman | 2003-08-26 21:43:51 +0200 (Tue, 26 Aug 2003) | 3 lines
22791 Changed paths:
22792    M /trunk/modules/demux/mkv.cpp
22793    M /trunk/modules/demux/util/sub.c
22794
22795 * modules/demux/util/sub.c: fixed the subtitle autodetection.
22796 * modules/demux/mkv.cpp: set UTF-8 for matroska subtitles.
22797
22798 ------------------------------------------------------------------------
22799 r5203 | fenrir | 2003-08-27 01:12:37 +0200 (Wed, 27 Aug 2003) | 2 lines
22800 Changed paths:
22801    M /trunk/modules/packetizer/mpegaudio.c
22802
22803  * mpegaudio: set i_bitrate field. (won't work with vbr)
22804
22805 ------------------------------------------------------------------------
22806 r5204 | fenrir | 2003-08-27 01:14:11 +0200 (Wed, 27 Aug 2003) | 2 lines
22807 Changed paths:
22808    M /trunk/modules/mux/asf.c
22809
22810  * asf: fix waveformatex header for mp3 audio.
22811
22812 ------------------------------------------------------------------------
22813 r5205 | garf | 2003-08-27 09:21:07 +0200 (Wed, 27 Aug 2003) | 3 lines
22814 Changed paths:
22815    M /trunk/mozilla/Makefile.am
22816    M /trunk/mozilla/vlcshell.cpp
22817
22818  * Now the MacOS mozilla plugin is an independant bundle ( searchs no more
22819  * in /usr/local/lib/vlc for modules )
22820
22821 ------------------------------------------------------------------------
22822 r5206 | gbazin | 2003-08-27 09:31:26 +0200 (Wed, 27 Aug 2003) | 3 lines
22823 Changed paths:
22824    M /trunk/modules/access/dshow/dshow.cpp
22825    M /trunk/modules/access/dshow/filter.cpp
22826
22827
22828 * modules/access/dshow/*: handle upside down pictures (a bit hacky though).
22829
22830 ------------------------------------------------------------------------
22831 r5207 | gbazin | 2003-08-27 10:27:52 +0200 (Wed, 27 Aug 2003) | 2 lines
22832 Changed paths:
22833    M /trunk/configure.ac
22834    M /trunk/modules/mux/Modules.am
22835
22836 * configure.ac, modules/mux/Modules.am: enable the asf muxer.
22837
22838 ------------------------------------------------------------------------
22839 r5208 | garf | 2003-08-27 10:44:28 +0200 (Wed, 27 Aug 2003) | 2 lines
22840 Changed paths:
22841    M /trunk/mozilla/vlcshell.cpp
22842
22843  * oups (forgot to erase a test line)
22844
22845 ------------------------------------------------------------------------
22846 r5209 | jpsaman | 2003-08-27 13:04:37 +0200 (Wed, 27 Aug 2003) | 2 lines
22847 Changed paths:
22848    M /trunk/modules/gui/pda/pda.glade
22849
22850 Updating a new PDA interface design.
22851
22852 ------------------------------------------------------------------------
22853 r5210 | gbazin | 2003-08-27 13:53:26 +0200 (Wed, 27 Aug 2003) | 3 lines
22854 Changed paths:
22855    M /trunk/modules/gui/wxwindows/dialogs.cpp
22856    M /trunk/modules/gui/wxwindows/fileinfo.cpp
22857    M /trunk/modules/gui/wxwindows/interface.cpp
22858    M /trunk/modules/gui/wxwindows/menus.cpp
22859    M /trunk/modules/gui/wxwindows/messages.cpp
22860    M /trunk/modules/gui/wxwindows/playlist.cpp
22861    M /trunk/modules/gui/wxwindows/preferences.cpp
22862    M /trunk/modules/gui/wxwindows/streamout.cpp
22863    M /trunk/modules/gui/wxwindows/subtitles.cpp
22864    M /trunk/modules/gui/wxwindows/timer.cpp
22865    M /trunk/modules/gui/wxwindows/wxwindows.cpp
22866    M /trunk/modules/gui/wxwindows/wxwindows.h
22867
22868 * modules/gui/wxwindows/*: small clean-up in included headers.
22869    Got rid of the verbose checkbox in the messages window (too confusing apparently). Now warning, info and debug messages are only logged if the messages window is opened (errors are always logged).
22870
22871 ------------------------------------------------------------------------
22872 r5211 | sigmunau | 2003-08-27 14:24:52 +0200 (Wed, 27 Aug 2003) | 6 lines
22873 Changed paths:
22874    M /trunk/modules/codec/subsdec/subsdec.c
22875    M /trunk/modules/misc/freetype.c
22876
22877 modules/misc/freetype.c:
22878  * Cleaned up the outline code. It may even be faster now
22879  * Removed some nasty debug messages
22880 modules/codec/subsdec/subsdec.c:
22881  * Removed a nasty debug message
22882
22883 ------------------------------------------------------------------------
22884 r5212 | gbazin | 2003-08-27 14:59:11 +0200 (Wed, 27 Aug 2003) | 2 lines
22885 Changed paths:
22886    M /trunk/modules/access/dshow/dshow.cpp
22887
22888 * modules/access/dshow/dshow.cpp: fixed crash when no dshow devices found.
22889
22890 ------------------------------------------------------------------------
22891 r5213 | gbazin | 2003-08-28 17:59:04 +0200 (Thu, 28 Aug 2003) | 3 lines
22892 Changed paths:
22893    M /trunk/modules/gui/skins/src/dialogs.cpp
22894    M /trunk/modules/gui/skins/src/dialogs.h
22895    M /trunk/modules/gui/skins/src/window.cpp
22896    M /trunk/modules/gui/wxwindows/dialogs.cpp
22897    M /trunk/modules/gui/wxwindows/interface.cpp
22898    M /trunk/modules/gui/wxwindows/menus.cpp
22899    M /trunk/modules/gui/wxwindows/streamout.cpp
22900    M /trunk/modules/gui/wxwindows/timer.cpp
22901    M /trunk/modules/gui/wxwindows/wxwindows.cpp
22902    M /trunk/modules/gui/wxwindows/wxwindows.h
22903    M /trunk/modules/video_output/directx/events.c
22904    M /trunk/src/playlist/playlist.c
22905
22906 * modules/gui/wxwindows/*, src/playlist/playlist.c, modules/video_output/directx/events.c: got rid of the "Close Menu" popup menu item in the wxwindows interface.
22907 * modules/gui/wxwindows/*: updated the stream output dialog.
22908
22909 ------------------------------------------------------------------------
22910 r5214 | sam | 2003-08-28 19:19:42 +0200 (Thu, 28 Aug 2003) | 5 lines
22911 Changed paths:
22912    M /trunk/include/vlc_threads.h
22913    M /trunk/src/misc/threads.c
22914
22915   * src/misc/threads.c, include/vlc_threads.h: Removed the pthread wrapper for
22916   gprof. If you still want to profile pthread applications using gprof please
22917   see http://sam.zoy.org/writings/programming/gprof.html and also consider
22918   using oprofile if you are using ia32.
22919
22920 ------------------------------------------------------------------------
22921 r5215 | gbazin | 2003-08-28 19:46:34 +0200 (Thu, 28 Aug 2003) | 3 lines
22922 Changed paths:
22923    M /trunk/Makefile.am
22924
22925
22926 * Makefile.am: added a "package-win32-exe" and "package-win32-zip" rule. "package-win32" will do both.
22927
22928 ------------------------------------------------------------------------
22929 r5216 | gbazin | 2003-08-28 20:44:51 +0200 (Thu, 28 Aug 2003) | 3 lines
22930 Changed paths:
22931    M /trunk/Makefile.am
22932
22933
22934 * Makefile.am: grrr, should have tested my last commit ;)
22935
22936 ------------------------------------------------------------------------
22937 r5217 | gbazin | 2003-08-28 21:26:29 +0200 (Thu, 28 Aug 2003) | 3 lines
22938 Changed paths:
22939    M /trunk/Makefile.am
22940
22941
22942 * Makefile.am: zip files have a .zip extension ;)
22943
22944 ------------------------------------------------------------------------
22945 r5218 | fenrir | 2003-08-28 23:02:14 +0200 (Thu, 28 Aug 2003) | 8 lines
22946 Changed paths:
22947    M /trunk/modules/stream_out/standard.c
22948
22949  * standard :
22950  - when muxer or access or both are missing try to do a guess (based on the
22951  other one or the extention).
22952  - if both are still missing -> abort.
22953  - it forces asfh when using mmsh
22954  - it issues a error message with non working couple (like udp/avi, ...)
22955  (but it doesn't fail)
22956
22957 ------------------------------------------------------------------------
22958 r5219 | gbazin | 2003-08-28 23:11:55 +0200 (Thu, 28 Aug 2003) | 5 lines
22959 Changed paths:
22960    M /trunk/include/video_output.h
22961    M /trunk/modules/access/v4l/v4l.c
22962    M /trunk/modules/video_output/x11/xcommon.c
22963    M /trunk/src/libvlc.h
22964    M /trunk/src/video_output/video_output.c
22965    M /trunk/src/video_output/vout_pictures.c
22966
22967
22968 * src/video_output/*, src/libvlc.h, include/video_output.h: added an --align option to allow modifying the alignment of a video inside its window (very useful for the wall filter).
22969 * modules/video_output/x11/xcommon.c: small cosmetic change.
22970 * modules/access/v4l/v4l.c: clean-up (removed old references to encoders).
22971
22972 ------------------------------------------------------------------------
22973 r5220 | fenrir | 2003-08-29 03:11:43 +0200 (Fri, 29 Aug 2003) | 3 lines
22974 Changed paths:
22975    M /trunk/modules/mux/asf.c
22976
22977  * asf: added stream infos object and fix a bug in packetization.
22978  -> it seems that WMP plays it without problem :))) (tested with DIV3+mp3)
22979
22980 ------------------------------------------------------------------------
22981 r5221 | zorglub | 2003-08-29 18:56:43 +0200 (Fri, 29 Aug 2003) | 18 lines
22982 Changed paths:
22983    M /trunk/modules/LIST
22984    M /trunk/modules/visualization/visual/Modules.am
22985    M /trunk/modules/visualization/visual/effects.c
22986    A /trunk/modules/visualization/visual/fft.c
22987    A /trunk/modules/visualization/visual/fft.h
22988    M /trunk/modules/visualization/visual/visual.c
22989    M /trunk/modules/visualization/visual/visual.h
22990
22991 * effects.c :
22992   - added a spectrum analyser
22993   options are:
22994         -nb :  number of bands , 20 or 80 (80 is default)
22995         -separ : how many blank pixels between bands (1 default)
22996         -amp : vertical amplification ( 3 default)
22997         -peaks: draw peaks ? (default 1)
22998
22999   - improved options parsing
23000
23001 * fft.c, fft.h :
23002         FFT code mainly taken from XMMS (adapted coding style)
23003
23004 * visual.c:
23005         Sanity checks (users aren't stupid, are they ? )
23006
23007 * LIST: updated the list
23008
23009 ------------------------------------------------------------------------
23010 r5222 | fenrir | 2003-08-29 20:58:05 +0200 (Fri, 29 Aug 2003) | 2 lines
23011 Changed paths:
23012    M /trunk/modules/video_chroma/i420_rgb.c
23013    M /trunk/modules/video_chroma/i420_rgb.h
23014    M /trunk/modules/video_chroma/i420_rgb16.c
23015    M /trunk/modules/video_chroma/i420_rgb8.c
23016    M /trunk/modules/video_chroma/i420_rgb_mmx.h
23017    M /trunk/modules/video_chroma/i420_ymga.c
23018    M /trunk/modules/video_chroma/i420_yuy2.c
23019    M /trunk/modules/video_chroma/i420_yuy2.h
23020    M /trunk/modules/video_chroma/i422_yuy2.c
23021    M /trunk/modules/video_chroma/i422_yuy2.h
23022
23023  * all: fix some gcc warnings and removed all u8/u16/u32.
23024
23025 ------------------------------------------------------------------------
23026 r5223 | fenrir | 2003-08-29 20:58:49 +0200 (Fri, 29 Aug 2003) | 2 lines
23027 Changed paths:
23028    M /trunk/modules/access/v4l/v4l.c
23029
23030  * v4l: removed encoder.h include.
23031
23032 ------------------------------------------------------------------------
23033 r5224 | fenrir | 2003-08-29 21:49:33 +0200 (Fri, 29 Aug 2003) | 4 lines
23034 Changed paths:
23035    M /trunk/modules/mux/asf.c
23036    M /trunk/modules/stream_out/standard.c
23037
23038  * asf: you can now add 'title', 'author', 'copyright', 'comment, 'rating'
23039   meta data to your file. (use asf{title="my title"} for example)
23040  * standard: do not trash access/mux arguments when fixing.
23041
23042 ------------------------------------------------------------------------
23043 r5225 | fenrir | 2003-08-29 21:50:13 +0200 (Fri, 29 Aug 2003) | 2 lines
23044 Changed paths:
23045    M /trunk/Makefile.am
23046    M /trunk/configure.ac
23047    D /trunk/include/encoder.h
23048    D /trunk/modules/encoder
23049    D /trunk/modules/video_output/encoder.c
23050
23051  * all: removed old encoding way.
23052
23053 ------------------------------------------------------------------------
23054 r5226 | fenrir | 2003-08-30 04:03:44 +0200 (Sat, 30 Aug 2003) | 2 lines
23055 Changed paths:
23056    M /trunk/modules/demux/avi/libavi.c
23057
23058  * libavi.c: fixed a dead loop when data are missing.
23059
23060 ------------------------------------------------------------------------
23061 r5227 | gbazin | 2003-08-30 13:59:44 +0200 (Sat, 30 Aug 2003) | 4 lines
23062 Changed paths:
23063    M /trunk/modules/access/v4l/v4l.c
23064    M /trunk/modules/gui/wxwindows/streamout.cpp
23065
23066
23067 * modules/access/v4l/v4l.c: fixed uninitialized variable.
23068 * modules/gui/wxwindows/streamout.cpp: cosmetic change in the gui.
23069
23070 ------------------------------------------------------------------------
23071 r5228 | gbazin | 2003-08-30 15:59:15 +0200 (Sat, 30 Aug 2003) | 4 lines
23072 Changed paths:
23073    M /trunk/include/vlc_config.h
23074    M /trunk/include/vlc_interface.h
23075    M /trunk/modules/gui/wxwindows/interface.cpp
23076
23077
23078 * include/vlc_config.h: removed unused config stuff.
23079 * include/vlc_interface.h, modules/gui/wxwindows/interface.cpp: new common INTF_ABOUT_MSG message shared by interfaces.
23080
23081 ------------------------------------------------------------------------
23082 r5229 | gbazin | 2003-08-30 18:34:12 +0200 (Sat, 30 Aug 2003) | 3 lines
23083 Changed paths:
23084    M /trunk/modules/gui/wxwindows/messages.cpp
23085
23086
23087 * modules/gui/wxwindows/messages.cpp: forgot to initialize b_verbose ;)
23088
23089 ------------------------------------------------------------------------
23090 r5230 | titer | 2003-08-31 17:55:56 +0200 (Sun, 31 Aug 2003) | 2 lines
23091 Changed paths:
23092    M /trunk/configure.ac
23093
23094  configure.ac: fixed zeta check
23095
23096 ------------------------------------------------------------------------
23097 r5231 | zorglub | 2003-08-31 18:01:14 +0200 (Sun, 31 Aug 2003) | 2 lines
23098 Changed paths:
23099    M /trunk/modules/visualization/visual/effects.c
23100
23101 Maybe fixes the crash (can't be sure, as it works on my computer)
23102
23103 ------------------------------------------------------------------------
23104 r5232 | gbazin | 2003-09-01 00:06:17 +0200 (Mon, 01 Sep 2003) | 4 lines
23105 Changed paths:
23106    M /trunk/modules/access/dshow/dshow.cpp
23107    M /trunk/modules/access/dshow/filter.cpp
23108    M /trunk/modules/access/dshow/filter.h
23109
23110
23111 * modules/access/dshow/*: always try to get the video in I420 chroma if supported.
23112    Implemented a ":size=" and ":chroma=" option.
23113
23114 ------------------------------------------------------------------------
23115 r5233 | jpsaman | 2003-09-01 12:18:56 +0200 (Mon, 01 Sep 2003) | 2 lines
23116 Changed paths:
23117    M /trunk/modules/access/dvb/access.c
23118    M /trunk/modules/access/dvb/dvb.c
23119    M /trunk/modules/access/dvb/dvb.h
23120    M /trunk/modules/access/dvb/qpsk.c
23121
23122 Small error in hi/low band detection inside ioctl_SetFrontEnd and updating to correct e-mail addresses.
23123
23124 ------------------------------------------------------------------------
23125 r5234 | gbazin | 2003-09-01 20:30:01 +0200 (Mon, 01 Sep 2003) | 3 lines
23126 Changed paths:
23127    M /trunk/modules/video_output/x11/xcommon.c
23128
23129
23130 * modules/video_output/x11/xcommon.c: fixed YUY2 overlay.
23131
23132 ------------------------------------------------------------------------
23133 r5235 | sam | 2003-09-02 15:42:43 +0200 (Tue, 02 Sep 2003) | 2 lines
23134 Changed paths:
23135    M /trunk/modules/gui/skins/src/themeloader.cpp
23136
23137   * modules/gui/skins/src/themeloader.cpp: Added proper CR to error messages.
23138
23139 ------------------------------------------------------------------------
23140 r5236 | sam | 2003-09-02 15:44:23 +0200 (Tue, 02 Sep 2003) | 5 lines
23141 Changed paths:
23142    M /trunk/debian/changelog
23143    M /trunk/debian/rules
23144
23145   * debian/rules:
23146     + Disabled familiar plugin.
23147   * debian/changelog:
23148     + Updated for 0.6.2 packages.
23149
23150 ------------------------------------------------------------------------
23151 r5237 | gbazin | 2003-09-02 18:00:24 +0200 (Tue, 02 Sep 2003) | 2 lines
23152 Changed paths:
23153    M /trunk/modules/mux/mp4.c
23154
23155 * modules/mux/mp4.c: mp4 muxer now produces quicktime player readable files. Only works with mpeg4 video and audio right now, also currently won't work when transcoding as the DecoderSpecificInfo is not available.
23156
23157 ------------------------------------------------------------------------
23158 r5238 | gbazin | 2003-09-02 20:06:45 +0200 (Tue, 02 Sep 2003) | 3 lines
23159 Changed paths:
23160    M /trunk/src/audio_output/input.c
23161
23162
23163 * src/audio_output/input.c: don't try to play sound if the input pipeline couldn't be created.
23164
23165 ------------------------------------------------------------------------
23166 r5239 | gbazin | 2003-09-02 22:19:26 +0200 (Tue, 02 Sep 2003) | 12 lines
23167 Changed paths:
23168    M /trunk/configure.ac
23169    M /trunk/include/input_ext-dec.h
23170    M /trunk/include/vlc/decoder.h
23171    M /trunk/include/vlc/input.h
23172    M /trunk/include/vlc/sout.h
23173    M /trunk/include/vlc_block.h
23174    M /trunk/include/vlc_common.h
23175    M /trunk/include/vlc_objects.h
23176    M /trunk/modules/codec/a52.c
23177    M /trunk/modules/codec/adpcm.c
23178    M /trunk/modules/codec/araw.c
23179    M /trunk/modules/codec/cinepak/cinepak.c
23180    M /trunk/modules/codec/dts.c
23181    M /trunk/modules/codec/dv.c
23182    M /trunk/modules/codec/faad/decoder.c
23183    M /trunk/modules/codec/ffmpeg/ffmpeg.c
23184    M /trunk/modules/codec/flacdec.c
23185    M /trunk/modules/codec/libmpeg2.c
23186    M /trunk/modules/codec/lpcm.c
23187    M /trunk/modules/codec/mpeg_audio.c
23188    M /trunk/modules/codec/quicktime.c
23189    M /trunk/modules/codec/rawvideo.c
23190    M /trunk/modules/codec/spudec/spudec.c
23191    M /trunk/modules/codec/subsdec/subsdec.c
23192    M /trunk/modules/codec/tarkin.c
23193    M /trunk/modules/codec/theora.c
23194    M /trunk/modules/codec/vorbis.c
23195    M /trunk/modules/codec/xvid.c
23196    M /trunk/modules/demux/ogg.c
23197    M /trunk/modules/misc/dummy/decoder.c
23198    M /trunk/modules/packetizer/Modules.am
23199    D /trunk/modules/packetizer/a52.c
23200    M /trunk/modules/packetizer/copy.c
23201    M /trunk/modules/packetizer/mpeg4audio.c
23202    M /trunk/modules/packetizer/mpeg4video.c
23203    M /trunk/modules/packetizer/mpegaudio.c
23204    M /trunk/modules/packetizer/mpegvideo.c
23205    D /trunk/modules/packetizer/vorbis.c
23206    M /trunk/src/input/input_dec.c
23207    M /trunk/src/misc/block.c
23208    M /trunk/src/misc/objects.c
23209
23210
23211 * ALL: Introduction of a new api for decoders.
23212    The final aim of this new api is to make it possible to use the decoders from other modules like the transcoder for instance.
23213    Only a few decoders have been ported to the new api (a52, libmpeg2, dts, vorbis, theora) so the old api is still supported.
23214
23215    Don't hold your breath, there is still much work to do before we reach this goal.
23216
23217 * modules/codec/a52.c, libmpeg2., dts.c, vorbis.c, theora.c:
23218    Converted to the new api.
23219    Merged the a52 and vorbis packetizers in their respective decoders (removes a lot of code duplication).
23220    New dts and theora packetizers (merged in their respective decoders).
23221
23222 ------------------------------------------------------------------------
23223 r5240 | sigmunau | 2003-09-03 00:06:51 +0200 (Wed, 03 Sep 2003) | 2 lines
23224 Changed paths:
23225    M /trunk/modules/visualization/visual/effects.c
23226    M /trunk/modules/visualization/visual/visual.c
23227
23228 use the configuration system, that is what it is there for
23229
23230 ------------------------------------------------------------------------
23231 r5241 | gbazin | 2003-09-03 00:36:55 +0200 (Wed, 03 Sep 2003) | 3 lines
23232 Changed paths:
23233    M /trunk/modules/codec/theora.c
23234
23235
23236 * modules/codec/theora.c: oops, introduced a bug in pts calculation.
23237
23238 ------------------------------------------------------------------------
23239 r5242 | zorglub | 2003-09-03 12:00:23 +0200 (Wed, 03 Sep 2003) | 3 lines
23240 Changed paths:
23241    M /trunk/modules/visualization/visual/effects.c
23242    M /trunk/modules/visualization/visual/visual.c
23243
23244 Added descriptions
23245 Fixed multiple effects enabling
23246
23247 ------------------------------------------------------------------------
23248 r5243 | gbazin | 2003-09-03 12:23:17 +0200 (Wed, 03 Sep 2003) | 2 lines
23249 Changed paths:
23250    M /trunk/modules/codec/libmpeg2.c
23251
23252 * modules/codec/libmpeg2.c: fixed segfault on exit.
23253
23254 ------------------------------------------------------------------------
23255 r5244 | bigben | 2003-09-03 13:28:32 +0200 (Wed, 03 Sep 2003) | 6 lines
23256 Changed paths:
23257    M /trunk/modules/access/dvb/access.c
23258    M /trunk/modules/access/dvb/qpsk.c
23259
23260         * qdsk.c : fix a typo
23261         * access.c :
23262                 - new syntax : dvb:frequency=1234500:fec=3:poalrization=H:program=2499... (all parameters should be parsed
23263                 - "program" is still untested (anybody with a DVB card to try it ?)
23264                 - old syntax should still work, with a warning.
23265
23266 ------------------------------------------------------------------------
23267 r5245 | sam | 2003-09-05 02:36:10 +0200 (Fri, 05 Sep 2003) | 6 lines
23268 Changed paths:
23269    M /trunk/debian/changelog
23270    M /trunk/debian/control
23271
23272   * debian/control:
23273     + Set libmatroska-dev build-dependency to (>= 0.5.0-3) because previous
23274       versions were broken on platforms where PIC/non-PIC cannot be mixed in
23275       objects (Closes Debian bug #208383).
23276     + Set policy to 3.6.1.0.
23277
23278 ------------------------------------------------------------------------
23279 r5246 | asmax | 2003-09-05 17:55:30 +0200 (Fri, 05 Sep 2003) | 3 lines
23280 Changed paths:
23281    M /trunk/modules/gui/skins/src/banks.cpp
23282    M /trunk/modules/gui/skins/src/dialogs.cpp
23283    M /trunk/modules/gui/skins/src/dialogs.h
23284    M /trunk/modules/gui/skins/src/event.cpp
23285    M /trunk/modules/gui/skins/src/event.h
23286    M /trunk/modules/gui/skins/src/vlcproc.cpp
23287
23288 * new event VLC_NET to open the network dialog ( "net" keyword in the
23289  xml file)
23290
23291 ------------------------------------------------------------------------
23292 r5247 | fenrir | 2003-09-07 22:08:31 +0200 (Sun, 07 Sep 2003) | 2 lines
23293 Changed paths:
23294    M /trunk/modules/access_output/file.c
23295
23296  * file: added an append option. (The default is to overwrite the file)
23297
23298 ------------------------------------------------------------------------
23299 r5248 | fenrir | 2003-09-07 22:12:44 +0200 (Sun, 07 Sep 2003) | 3 lines
23300 Changed paths:
23301    A /trunk/modules/stream_out/gather.c
23302
23303  * gather: try to  gather stream with similar properties (eg mp3), wait for
23304  next commits to be usable.
23305
23306 ------------------------------------------------------------------------
23307 r5249 | fenrir | 2003-09-08 00:43:17 +0200 (Mon, 08 Sep 2003) | 9 lines
23308 Changed paths:
23309    M /trunk/src/libvlc.h
23310    M /trunk/src/playlist/playlist.c
23311    M /trunk/src/stream_output/stream_output.c
23312    M /trunk/src/video_output/video_output.c
23313
23314  * libvlc: removed some unused options.
23315            added sout-keep option to keep sout instance across playlist
23316            items (usefull with 'gather' stream_out)
23317  * stream_output : implement the sout-keep mode.
23318  * playlist, video_output, stream_output: vout and sout are now reattached
23319  to playlist instead of being destroyed. There are automatically destroy
23320  if unused byt the new input (200 ms after access and demuxer have finished
23321  their inittialisation step.)
23322
23323 ------------------------------------------------------------------------
23324 r5250 | fenrir | 2003-09-08 00:45:16 +0200 (Mon, 08 Sep 2003) | 5 lines
23325 Changed paths:
23326    M /trunk/include/ninput.h
23327    M /trunk/include/stream_control.h
23328    M /trunk/include/variables.h
23329    M /trunk/include/vlc/input.h
23330    M /trunk/include/vlc/vlc.h
23331
23332  * ninput.h : change control parameters.
23333  * variables : changed time variables to signed long long type (I hope
23334  it is always more than 64 bits)
23335  * input.h : include ninput.h
23336
23337 ------------------------------------------------------------------------
23338 r5251 | fenrir | 2003-09-08 00:48:29 +0200 (Mon, 08 Sep 2003) | 4 lines
23339 Changed paths:
23340    M /trunk/modules/demux/a52sys.c
23341    M /trunk/modules/demux/aac.c
23342    M /trunk/modules/demux/asf/asf.c
23343    M /trunk/modules/demux/asf/libasf.c
23344    M /trunk/modules/demux/au.c
23345    M /trunk/modules/demux/avi/avi.c
23346    M /trunk/modules/demux/avi/libavi.c
23347    M /trunk/modules/demux/demuxdump.c
23348    M /trunk/modules/demux/flac.c
23349    M /trunk/modules/demux/mkv.cpp
23350    M /trunk/modules/demux/mp4/libmp4.c
23351    M /trunk/modules/demux/mp4/mp4.c
23352    M /trunk/modules/demux/mpeg/es.c
23353    M /trunk/modules/demux/mpeg/m4v.c
23354    M /trunk/modules/demux/mpeg/mpga.c
23355    M /trunk/modules/demux/mpeg/ps.c
23356    M /trunk/modules/demux/mpeg/ts.c
23357    M /trunk/modules/demux/ogg.c
23358    M /trunk/modules/demux/rawdv.c
23359    M /trunk/modules/demux/wav.c
23360
23361  * all : demuxers *have to* set pf_demux_control. (demux_vaControlDefault
23362  is a generic handler)
23363  * avi, mp4 : begin to implement a specific pf_demux_control.
23364
23365 ------------------------------------------------------------------------
23366 r5252 | fenrir | 2003-09-08 00:49:05 +0200 (Mon, 08 Sep 2003) | 2 lines
23367 Changed paths:
23368    M /trunk/modules/access/cdda.c
23369    M /trunk/modules/access/dshow/dshow.cpp
23370    M /trunk/modules/access/dvd/demux.c
23371    M /trunk/modules/access/dvdplay/demux.c
23372    M /trunk/modules/access/dvdread/input.c
23373    M /trunk/modules/access/slp.c
23374    M /trunk/modules/access/v4l/v4l.c
23375
23376  * all : set pf_demux_control.
23377
23378 ------------------------------------------------------------------------
23379 r5253 | fenrir | 2003-09-08 00:51:11 +0200 (Mon, 08 Sep 2003) | 4 lines
23380 Changed paths:
23381    M /trunk/src/input/demux.c
23382    M /trunk/src/input/input.c
23383    M /trunk/src/input/input_clock.c
23384    M /trunk/src/misc/variables.c
23385
23386  * input: introduce 'position', 'time', 'length', 'state' and 'rate'
23387  object variables and begin to use pf_demux_control.
23388  * variables: new time type handling.
23389
23390 ------------------------------------------------------------------------
23391 r5254 | fenrir | 2003-09-08 00:53:09 +0200 (Mon, 08 Sep 2003) | 6 lines
23392 Changed paths:
23393    M /trunk/modules/control/rc/rc.c
23394    M /trunk/modules/gui/beos/InterfaceWindow.cpp
23395    M /trunk/modules/gui/beos/MediaControlView.cpp
23396    M /trunk/modules/gui/beos/VlcWrapper.cpp
23397    M /trunk/modules/gui/wxwindows/interface.cpp
23398    M /trunk/modules/gui/wxwindows/messages.cpp
23399    M /trunk/modules/gui/wxwindows/timer.cpp
23400    M /trunk/modules/misc/dummy/input.c
23401    M /trunk/modules/stream_out/Modules.am
23402
23403  * control: use new variables and 'title*', 'chapter*' ones.
23404  * gui/beos: removed not really used STARTED_S, and NOT_STARTED_S input
23405  state.
23406  * gui/wxwindows: use 'position' and 'time' variables -> seek improved
23407  for avi and mp4 and accurate time display :)
23408
23409 ------------------------------------------------------------------------
23410 r5255 | fenrir | 2003-09-08 00:53:38 +0200 (Mon, 08 Sep 2003) | 2 lines
23411 Changed paths:
23412    M /trunk/configure.ac
23413
23414  configure.ac : added gather stream_out.
23415
23416 ------------------------------------------------------------------------
23417 r5256 | fenrir | 2003-09-08 02:35:16 +0200 (Mon, 08 Sep 2003) | 2 lines
23418 Changed paths:
23419    M /trunk/modules/demux/mp4/libmp4.c
23420    M /trunk/modules/demux/mp4/libmp4.h
23421    M /trunk/modules/demux/mp4/mp4.c
23422    M /trunk/modules/demux/mp4/mp4.h
23423
23424  * all: clean up.
23425
23426 ------------------------------------------------------------------------
23427 r5257 | fenrir | 2003-09-08 02:36:26 +0200 (Mon, 08 Sep 2003) | 2 lines
23428 Changed paths:
23429    M /trunk/src/input/stream.c
23430
23431 * stream : convert a msg_Err into msg_Warn.
23432
23433 ------------------------------------------------------------------------
23434 r5258 | fenrir | 2003-09-08 09:15:36 +0200 (Mon, 08 Sep 2003) | 2 lines
23435 Changed paths:
23436    D /trunk/modules/access/rtsp.c
23437
23438  * rtsp: useless.
23439
23440 ------------------------------------------------------------------------
23441 r5259 | fenrir | 2003-09-08 09:36:34 +0200 (Mon, 08 Sep 2003) | 6 lines
23442 Changed paths:
23443    M /trunk/modules/demux/sdp.c
23444
23445  * sdp : begin to play rtsp stream (as well as sdp). MPEG4 Audio/Video,
23446  mp3/raw audio should work.
23447  If you want to try download
23448  http://via.ecp.fr/~fenrir/libmtools-2003-09-08.tgz (but you will have to
23449  change configure.ac yourself)
23450
23451 ------------------------------------------------------------------------
23452 r5260 | fenrir | 2003-09-08 09:38:30 +0200 (Mon, 08 Sep 2003) | 2 lines
23453 Changed paths:
23454    M /trunk/modules/demux/sdp.c
23455
23456  * sdp: do not register 'rtp' name for access.
23457
23458 ------------------------------------------------------------------------
23459 r5261 | bigben | 2003-09-08 13:05:02 +0200 (Mon, 08 Sep 2003) | 4 lines
23460 Changed paths:
23461    M /trunk/modules/access/pvr/pvr.c
23462
23463 -pvr.c
23464         *reflects a change in ivtv_ioctl_codec struct
23465         *adds he bitratemode commandline option (values are vbr and cbr
23466
23467 ------------------------------------------------------------------------
23468 r5262 | zorglub | 2003-09-08 14:02:16 +0200 (Mon, 08 Sep 2003) | 9 lines
23469 Changed paths:
23470    M /trunk/include/vlc_playlist.h
23471    M /trunk/modules/gui/wxwindows/playlist.cpp
23472    M /trunk/modules/gui/wxwindows/wxwindows.h
23473    M /trunk/src/playlist/playlist.c
23474
23475 * src/playlist/playlist.c
23476        include/playlist.h: playlist sorting
23477                 (function playlist_Sort( playlist_t * , int type)
23478
23479 * modules/gui/wxwindows/playlist.cpp
23480   modules/gui/wxwindows/wxwindows.h :
23481         * Implement playlist sorting & reverse sorting
23482         * Playlist search
23483
23484 ------------------------------------------------------------------------
23485 r5263 | zorglub | 2003-09-08 14:48:53 +0200 (Mon, 08 Sep 2003) | 5 lines
23486 Changed paths:
23487    M /trunk/modules/gui/wxwindows/playlist.cpp
23488    M /trunk/modules/gui/wxwindows/wxwindows.h
23489
23490 * modules/gui/wxwindows/playlist.cpp
23491   modules/gui/wxwindows/wxwindows.h:
23492         - give default to the search button when user enters text
23493         - case-insensitive search
23494
23495 ------------------------------------------------------------------------
23496 r5264 | fenrir | 2003-09-08 15:09:40 +0200 (Mon, 08 Sep 2003) | 2 lines
23497 Changed paths:
23498    M /trunk/modules/demux/sdp.c
23499
23500  * sdp: commented out a debug message and added some sort of eof detection.
23501
23502 ------------------------------------------------------------------------
23503 r5265 | fenrir | 2003-09-08 15:37:52 +0200 (Mon, 08 Sep 2003) | 4 lines
23504 Changed paths:
23505    M /trunk/modules/demux/sdp.c
23506
23507  * sdp: added --rtsp-tcp option. (rtp over rtsp connection)
23508         set b_pace to true when using --rtsp-tcp. (eg DSS server send
23509         data to fast)
23510
23511 ------------------------------------------------------------------------
23512 r5266 | zorglub | 2003-09-09 00:00:47 +0200 (Tue, 09 Sep 2003) | 5 lines
23513 Changed paths:
23514    M /trunk/modules/visualization/visual/effects.c
23515    M /trunk/modules/visualization/visual/visual.h
23516
23517 * modules/visualisation/visual/effects.c
23518   modules/visualisation/visual/visual.h:
23519         - Change default effect-height
23520         - Less scaling in spectrum analyser
23521
23522 ------------------------------------------------------------------------
23523 r5267 | hartman | 2003-09-09 14:36:24 +0200 (Tue, 09 Sep 2003) | 3 lines
23524 Changed paths:
23525    M /trunk/modules/codec/faad/decoder.c
23526
23527 Fix the condition for old faad.
23528 Incorrect placing of logical operator
23529
23530 ------------------------------------------------------------------------
23531 r5268 | jpsaman | 2003-09-09 14:54:19 +0200 (Tue, 09 Sep 2003) | 2 lines
23532 Changed paths:
23533    M /trunk/configure.ac
23534
23535 Fix detection of dvb headerfiles and fix GTK2_MAIN selection for PDA interface.
23536
23537 ------------------------------------------------------------------------
23538 r5269 | hartman | 2003-09-09 15:28:58 +0200 (Tue, 09 Sep 2003) | 2 lines
23539 Changed paths:
23540    D /trunk/doc/subtitles
23541
23542 We no longer need this.
23543
23544 ------------------------------------------------------------------------
23545 r5270 | hartman | 2003-09-09 15:51:45 +0200 (Tue, 09 Sep 2003) | 2 lines
23546 Changed paths:
23547    M /trunk/modules/gui/macosx/open.m
23548    M /trunk/modules/gui/macosx/output.m
23549
23550 Fixed list of muxers. QT and mp4 might need to be disabled at a later point.
23551
23552 ------------------------------------------------------------------------
23553 r5271 | hartman | 2003-09-10 01:35:28 +0200 (Wed, 10 Sep 2003) | 3 lines
23554 Changed paths:
23555    M /trunk/modules/visualization/visual/visual.c
23556
23557 * modules/visualization/visual/visual.c:
23558   Added the current available effects to the longdiscription of the 'visual-list' config option.
23559
23560 ------------------------------------------------------------------------
23561 r5272 | zorglub | 2003-09-10 12:21:09 +0200 (Wed, 10 Sep 2003) | 4 lines
23562 Changed paths:
23563    M /trunk/modules/gui/wxwindows/playlist.cpp
23564    M /trunk/modules/visualization/visual/visual.c
23565    M /trunk/modules/visualization/visual/visual.h
23566
23567 * visual.c: compilation fix in strings
23568
23569 * playlist.cpp: removed "..." in menu entries as we don't open a box
23570
23571 ------------------------------------------------------------------------
23572 r5273 | fenrir | 2003-09-10 13:37:53 +0200 (Wed, 10 Sep 2003) | 3 lines
23573 Changed paths:
23574    M /trunk/src/misc/modules.c
23575    M /trunk/src/playlist/playlist.c
23576
23577  * modules: do not take care of the case for shortcuts (fix #1165).
23578  * playlist : use new input variables.
23579
23580 ------------------------------------------------------------------------
23581 r5274 | fenrir | 2003-09-10 13:51:00 +0200 (Wed, 10 Sep 2003) | 4 lines
23582 Changed paths:
23583    M /trunk/modules/demux/Modules.am
23584    M /trunk/modules/demux/mpeg/es.c
23585    M /trunk/modules/demux/mpeg/m4v.c
23586    M /trunk/modules/demux/mpeg/ps.c
23587    M /trunk/modules/demux/mpeg/system.c
23588    M /trunk/modules/demux/mpeg/ts.c
23589    M /trunk/modules/demux/sdp.c
23590
23591  * demux/sdp: a msg_Err -> msg_Warn. Btw, it begins to work well (under linux).
23592  (MPEG-I/II/4 audio and video, h261 video, some ac3 streams sould work).
23593  * demux/* : removed useless include
23594
23595 ------------------------------------------------------------------------
23596 r5275 | zorglub | 2003-09-10 15:39:29 +0200 (Wed, 10 Sep 2003) | 3 lines
23597 Changed paths:
23598    M /trunk/modules/access/http.c
23599
23600 * Workaround for buggy IceCast servers who identify themselves as HTTP
23601 and not ICY (who talked about RadioPI ?)
23602
23603 ------------------------------------------------------------------------
23604 r5276 | hartman | 2003-09-10 17:03:49 +0200 (Wed, 10 Sep 2003) | 2 lines
23605 Changed paths:
23606    M /trunk/modules/codec/subsdec/subsdec.c
23607
23608 * Fixed the subsdec variables
23609
23610 ------------------------------------------------------------------------
23611 r5277 | zorglub | 2003-09-10 17:50:25 +0200 (Wed, 10 Sep 2003) | 2 lines
23612 Changed paths:
23613    M /trunk/modules/access/http.c
23614
23615 Removed useless stuff for icecast
23616
23617 ------------------------------------------------------------------------
23618 r5278 | fenrir | 2003-09-10 23:03:56 +0200 (Wed, 10 Sep 2003) | 4 lines
23619 Changed paths:
23620    M /trunk/modules/access/http.c
23621
23622  * http: Added 'Connection: Close' in the request. (Help with some http
23623          servers).
23624          Use atoll. (always defined).
23625
23626 ------------------------------------------------------------------------
23627 r5279 | fenrir | 2003-09-10 23:09:05 +0200 (Wed, 10 Sep 2003) | 2 lines
23628 Changed paths:
23629    M /trunk/modules/access/ftp.c
23630
23631  * ftp : use atoll.
23632
23633 ------------------------------------------------------------------------
23634 r5280 | hartman | 2003-09-10 23:54:27 +0200 (Wed, 10 Sep 2003) | 6 lines
23635 Changed paths:
23636    M /trunk/modules/misc/freetype.c
23637
23638 * a new option for the text rendering. It sets the fontsize taking into
23639   account the window size. This should allow consistent font sizes independant of
23640   how large a movie is.
23641   The options currently are smaller,small,normal,large,larger.
23642   It should be much more userfriendly.
23643
23644 ------------------------------------------------------------------------
23645 r5281 | fenrir | 2003-09-10 23:56:44 +0200 (Wed, 10 Sep 2003) | 2 lines
23646 Changed paths:
23647    M /trunk/modules/demux/mpeg/mpga.c
23648    M /trunk/modules/packetizer/mpegaudio.c
23649
23650  * all : added mpeg 2.5 support.
23651
23652 ------------------------------------------------------------------------
23653 r5282 | fenrir | 2003-09-11 00:59:55 +0200 (Thu, 11 Sep 2003) | 2 lines
23654 Changed paths:
23655    M /trunk/modules/packetizer/mpegaudio.c
23656
23657  * mpegaudio.c : cosmetics.
23658
23659 ------------------------------------------------------------------------
23660 r5283 | jpsaman | 2003-09-11 13:50:43 +0200 (Thu, 11 Sep 2003) | 2 lines
23661 Changed paths:
23662    M /trunk/modules/gui/pda/pda.glade
23663
23664 More modifications to layout of PDA interface.
23665
23666 ------------------------------------------------------------------------
23667 r5284 | zorglub | 2003-09-11 17:34:16 +0200 (Thu, 11 Sep 2003) | 2 lines
23668 Changed paths:
23669    M /trunk/modules/misc/sap.c
23670
23671 * modules/misc/sap.c: HTTP announcing support
23672
23673 ------------------------------------------------------------------------
23674 r5285 | fenrir | 2003-09-12 18:26:40 +0200 (Fri, 12 Sep 2003) | 6 lines
23675 Changed paths:
23676    M /trunk/include/input_ext-intf.h
23677    M /trunk/include/ninput.h
23678    M /trunk/modules/demux/a52sys.c
23679    M /trunk/modules/demux/aac.c
23680    M /trunk/modules/demux/asf/asf.c
23681    M /trunk/modules/demux/au.c
23682    M /trunk/modules/demux/avi/avi.c
23683    M /trunk/modules/demux/avi/avi.h
23684    M /trunk/modules/demux/mkv.cpp
23685    M /trunk/modules/demux/mp4/mp4.c
23686    M /trunk/modules/demux/mp4/mp4.h
23687    M /trunk/modules/demux/mpeg/mpga.c
23688    M /trunk/modules/demux/sdp.c
23689    M /trunk/modules/demux/wav.c
23690    M /trunk/src/input/input.c
23691
23692  * include/input_ext-intf.h : added stream_t member to input_thread_t.
23693  * modules/demux/* : use the stream_t from input_thread_t.
23694  * include/ninput.h : begin to add new way to register es. (unused for now).
23695  (in the long term I want to split input_thread_t and intoduce demux_t and
23696  access_t and perhaps something like access_demux_t)
23697
23698 ------------------------------------------------------------------------
23699 r5286 | fenrir | 2003-09-12 20:34:45 +0200 (Fri, 12 Sep 2003) | 7 lines
23700 Changed paths:
23701    M /trunk/include/input_ext-intf.h
23702    M /trunk/include/ninput.h
23703    M /trunk/include/stream_output.h
23704    M /trunk/include/vlc_common.h
23705    M /trunk/src/input/input.c
23706
23707  *  include/stream_output.h  include/vlc_common.h   :  move  TAB_APPEND,
23708  TAB_FIND and  TAB_APPEND (could be used  every where now). There  are a
23709  bit like  INSERT_ITEM, ...  but not  exactly, perhaps  I should  try to
23710  merge them).
23711
23712  * src/input/input.c : begin to implement es_out_t thing (unsusable now).
23713
23714 ------------------------------------------------------------------------
23715 r5287 | fenrir | 2003-09-13 19:42:16 +0200 (Sat, 13 Sep 2003) | 20 lines
23716 Changed paths:
23717    M /trunk/include/input_ext-intf.h
23718    M /trunk/include/ninput.h
23719    M /trunk/include/vlc_common.h
23720    M /trunk/modules/demux/avi/avi.c
23721    M /trunk/modules/demux/avi/avi.h
23722    M /trunk/modules/demux/mp4/mp4.c
23723    M /trunk/modules/demux/mpeg/mpga.c
23724    M /trunk/src/input/demux.c
23725    M /trunk/src/input/input.c
23726    M /trunk/src/playlist/playlist.c
23727    M /trunk/src/video_output/video_output.c
23728
23729  * src/video_output/video_output.c  : do not use  FIND_ANYWHERE to catch
23730  the playlist.  but use FIND_PARENT. vlc_object_find  with FIND_ANYWHERE
23731  use p_obj->p_vlc as a starting point  and that doesn't work as playlist
23732  is  detach from  vlc before  vout is  destroyed by  the decoders  (when
23733  shutting down)  Perhaps vlc_object_find  should be  fixing to  find the
23734  root object, but I'm not sure.
23735
23736  * src/input/*  : move  subtitle handling  from avi  to input.  Now subs
23737  should works with all file types _BUT_ won't be in synch if the demuxer
23738  doesn't implement a _precise_ DEMUX_GET_TIME.  So only .avi, .mp4 will
23739  be ok. Others could works if perfectly cbr.
23740   Now  Subtitle  track is  only  selected  when specified  by  sub-file
23741  option.(auto-dectected file is always added but not selected by default)
23742   Btw, the code could support multiple  subs files, but I don't know how
23743  to pass multiple filenames, any ideas ?
23744
23745
23746  * demux/mpeg/mpga.c : play with es_out_t. I'm investigating for now so
23747  don't use that elsewhere.
23748
23749 ------------------------------------------------------------------------
23750 r5288 | fenrir | 2003-09-13 19:44:13 +0200 (Sat, 13 Sep 2003) | 2 lines
23751 Changed paths:
23752    M /trunk/modules/stream_out/standard.c
23753
23754  * standard : added .ts and .ps
23755
23756 ------------------------------------------------------------------------
23757 r5289 | sigmunau | 2003-09-14 15:54:43 +0200 (Sun, 14 Sep 2003) | 10 lines
23758 Changed paths:
23759    M /trunk/src/video_output/video_output.c
23760
23761 src/video_output/video_output.c:
23762  * if the given vout thread is a filter, then don't sleep untill the display
23763 date. This reduces the chance of pictures being late when reaching the vout
23764 if one or more filters are in use
23765  * don't include current render time in the render_time sliding mean if it
23766 is way too large ( as inspired by Simon Gittins ).
23767  * weight the current sliding mean tree times more than the current render
23768 time when calculating the new render time. This should make the code more
23769 robust to jitter in render time
23770
23771 ------------------------------------------------------------------------
23772 r5290 | zorglub | 2003-09-14 18:41:48 +0200 (Sun, 14 Sep 2003) | 7 lines
23773 Changed paths:
23774    M /trunk/modules/access/slp.c
23775    M /trunk/modules/stream_out/announce.c
23776    M /trunk/modules/visualization/visual/visual.c
23777
23778 * modules/visualisation/visual/visual.c: thou shall not use //
23779
23780 * modules/access/slp.c : do not add udp:@ automatically
23781
23782 * modules/stream_out/announce.c : always use the same service name
23783                                   add udp:@ (hack !)
23784
23785 ------------------------------------------------------------------------
23786 r5291 | fenrir | 2003-09-15 02:01:49 +0200 (Mon, 15 Sep 2003) | 2 lines
23787 Changed paths:
23788    M /trunk/src/playlist/playlist.c
23789
23790  * playlist.c: coding and potential deadlock fixes.
23791
23792 ------------------------------------------------------------------------
23793 r5292 | zorglub | 2003-09-15 10:33:29 +0200 (Mon, 15 Sep 2003) | 2 lines
23794 Changed paths:
23795    M /trunk/modules/misc/sap.c
23796
23797 Fix for bad SAP packets with no \0 between headers and payload
23798
23799 ------------------------------------------------------------------------
23800 r5293 | fenrir | 2003-09-15 20:05:13 +0200 (Mon, 15 Sep 2003) | 2 lines
23801 Changed paths:
23802    M /trunk/src/input/input.c
23803
23804  * input: one lock issue.
23805
23806 ------------------------------------------------------------------------
23807 r5294 | sam | 2003-09-15 20:28:47 +0200 (Mon, 15 Sep 2003) | 3 lines
23808 Changed paths:
23809    M /trunk/debian/control
23810    M /trunk/toolbox
23811
23812   * debian/control: Updated the libxosd build dependency to fix a build
23813     issue on Debian s390.
23814
23815 ------------------------------------------------------------------------
23816 r5295 | sam | 2003-09-15 21:20:26 +0200 (Mon, 15 Sep 2003) | 2 lines
23817 Changed paths:
23818    M /trunk/debian/control
23819
23820   * Updated long descriptions.
23821
23822 ------------------------------------------------------------------------
23823 r5296 | sam | 2003-09-15 21:31:28 +0200 (Mon, 15 Sep 2003) | 2 lines
23824 Changed paths:
23825    M /trunk/debian/changelog
23826
23827   * debian/changelog: 0.6.2-3 upload.
23828
23829 ------------------------------------------------------------------------
23830 r5297 | lool | 2003-09-18 18:46:02 +0200 (Thu, 18 Sep 2003) | 3 lines
23831 Changed paths:
23832    M /trunk/modules/LIST
23833    M /trunk/modules/video_output/Modules.am
23834
23835   * modules/LIST, modules/video_output/Modules.am: removed references to
23836     deleted file encoder.c
23837
23838 ------------------------------------------------------------------------
23839 r5298 | lool | 2003-09-18 19:04:01 +0200 (Thu, 18 Sep 2003) | 2 lines
23840 Changed paths:
23841    M /trunk/po/POTFILES.in
23842
23843   * po/POTFILES.in: removed reference to deleted file "encoder.h"
23844
23845 ------------------------------------------------------------------------
23846 r5299 | lool | 2003-09-18 19:12:07 +0200 (Thu, 18 Sep 2003) | 2 lines
23847 Changed paths:
23848    M /trunk/po/POTFILES.in
23849
23850   * po/POTFILES.in: removed reference to deleted file "rtsp.c"
23851
23852 ------------------------------------------------------------------------
23853 r5300 | lool | 2003-09-18 19:27:26 +0200 (Thu, 18 Sep 2003) | 3 lines
23854 Changed paths:
23855    M /trunk/po/POTFILES.in
23856    M /trunk/po/de.po
23857    M /trunk/po/en_GB.po
23858    M /trunk/po/es.po
23859    M /trunk/po/fr.po
23860    M /trunk/po/it.po
23861    M /trunk/po/ja.po
23862    M /trunk/po/nl.po
23863    M /trunk/po/no.po
23864    M /trunk/po/pl.po
23865    M /trunk/po/pt_BR.po
23866    M /trunk/po/ru.po
23867    M /trunk/po/sv.po
23868    M /trunk/po/vlc.pot
23869
23870   * po/*: ran "./toolbox --update-po" to get rid of missing files
23871     listed in POTFILES.in
23872
23873 ------------------------------------------------------------------------
23874 r5301 | lool | 2003-09-18 19:40:22 +0200 (Thu, 18 Sep 2003) | 2 lines
23875 Changed paths:
23876    M /trunk/doc/Makefile.am
23877
23878   * doc/Makefile.am: removed references to deleted files "subtitles/*"
23879
23880 ------------------------------------------------------------------------
23881 r5302 | zorglub | 2003-09-18 19:54:02 +0200 (Thu, 18 Sep 2003) | 2 lines
23882 Changed paths:
23883    M /trunk/include/vlc_common.h
23884    M /trunk/include/vlc_interface.h
23885    M /trunk/include/vlc_objects.h
23886    M /trunk/src/interface/interface.c
23887    M /trunk/src/interface/intf_eject.c
23888    M /trunk/src/misc/objects.c
23889
23890 Added some Doxygen doc
23891
23892 ------------------------------------------------------------------------
23893 r5303 | garf | 2003-09-18 23:42:54 +0200 (Thu, 18 Sep 2003) | 2 lines
23894 Changed paths:
23895    M /trunk/modules/video_filter/logo.c
23896
23897  * fixed some bugs in logo filter
23898
23899 ------------------------------------------------------------------------
23900 r5304 | jpsaman | 2003-09-19 15:09:57 +0200 (Fri, 19 Sep 2003) | 2 lines
23901 Changed paths:
23902    M /trunk/modules/access/dvb/access.c
23903    M /trunk/modules/access/dvb/dvb.c
23904    M /trunk/modules/access/dvb/dvb.h
23905    M /trunk/modules/access/dvb/qpsk.c
23906
23907 Frequency et al is really specified in KHz and not in Hz. I got an order of magnitude wrong. The same mistake is in the old satellite plugin's and user interface for specifying the frequency. It is specified in MHz instead of the KHz it should be.
23908
23909 ------------------------------------------------------------------------
23910 r5305 | jpsaman | 2003-09-19 17:24:28 +0200 (Fri, 19 Sep 2003) | 2 lines
23911 Changed paths:
23912    M /trunk/modules/access/dvb/access.c
23913    M /trunk/modules/access/satellite/access.c
23914    M /trunk/modules/access/satellite/satellite.c
23915    M /trunk/modules/gui/gtk/gtk.glade
23916    M /trunk/modules/gui/gtk/gtk_interface.c
23917
23918 New dvb and old satellite modules now use the *correct* order of unit for tuning to a satellite channel. All information must be supplied in KHz not in MHz !!!
23919
23920 ------------------------------------------------------------------------
23921 r5306 | fenrir | 2003-09-19 17:33:58 +0200 (Fri, 19 Sep 2003) | 10 lines
23922 Changed paths:
23923    M /trunk/src/misc/objects.c
23924    M /trunk/src/video_output/video_output.c
23925
23926  * src/misc/objects.c:  change the way  that FIND_ANYWHERE work.  Now we
23927  first search  the root of  the object  using p_parent and  not directly
23928  using p_vlc. If this first search  failed then we search using p_vlc if
23929  it wasn't the  case. (I'm not sure  it's harmless but I  think it's the
23930  correct behavour for FIND_ANYWHERE)
23931
23932  * src/video_output/video_output.c  : we could now  use FIND_ANYWHERE to
23933  catch the  playlist (even when the  vlc is exiting. (Hehe, now visual
23934  effects won't reopen the vout every playlist item.)
23935
23936 ------------------------------------------------------------------------
23937 r5307 | hartman | 2003-09-19 23:53:32 +0200 (Fri, 19 Sep 2003) | 2 lines
23938 Changed paths:
23939    M /trunk/modules/visualization/visual/visual.c
23940
23941 Fix a crasher with strcasecmp and empty strings
23942
23943 ------------------------------------------------------------------------
23944 r5308 | fenrir | 2003-09-19 23:53:48 +0200 (Fri, 19 Sep 2003) | 3 lines
23945 Changed paths:
23946    M /trunk/modules/demux/mp4/mp4.c
23947    M /trunk/src/playlist/playlist.c
23948
23949  * playlist.c : unlock playlist before calling vout_Destroy (for osx)
23950  * mp4: send complete atom for amr to the decoder.
23951
23952 ------------------------------------------------------------------------
23953 r5309 | hartman | 2003-09-20 01:03:27 +0200 (Sat, 20 Sep 2003) | 9 lines
23954 Changed paths:
23955    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
23956    M /trunk/modules/codec/quicktime.c
23957    M /trunk/modules/gui/macosx/intf.h
23958    M /trunk/modules/gui/macosx/intf.m
23959    M /trunk/modules/gui/macosx/open.m
23960    M /trunk/modules/gui/macosx/output.m
23961    M /trunk/modules/gui/macosx/playlist.m
23962    M /trunk/modules/gui/macosx/prefs.m
23963
23964 * extras/MacOSX/vlc.pbproj/project.pbxproj: Added a slew of file extensions
23965   recognized by VLC
23966 * modules/code/quicktime.c: Added samr (AMR) to the quicktime decoder.
23967   Although it runs on OS X, it only plays back silence for some reason.
23968   Might be a problem with one of the converters?
23969 * modules/gui/macosx/*:
23970   - 'fixed' several compiler warnings
23971   - removed some old no longer necesarry stuff
23972
23973 ------------------------------------------------------------------------
23974 r5310 | fenrir | 2003-09-20 02:37:53 +0200 (Sat, 20 Sep 2003) | 4 lines
23975 Changed paths:
23976    M /trunk/modules/visualization/visual/effects.c
23977    M /trunk/modules/visualization/visual/visual.c
23978    M /trunk/modules/visualization/visual/visual.h
23979
23980  * all: clean up.
23981         use vout_Request to release the vout (so vout isn't closed when
23982         changing playlist item).
23983
23984 ------------------------------------------------------------------------
23985 r5311 | hartman | 2003-09-20 03:36:57 +0200 (Sat, 20 Sep 2003) | 3 lines
23986 Changed paths:
23987    M /trunk/modules/codec/ffmpeg/ffmpeg.c
23988
23989 * LIBAVCODEC_BUILD_STR has disappeared from ffmpeg. We now use LIBAVCODEC_BUILD
23990   ( Yes it's backwards compatible ).
23991
23992 ------------------------------------------------------------------------
23993 r5312 | hartman | 2003-09-20 04:47:41 +0200 (Sat, 20 Sep 2003) | 4 lines
23994 Changed paths:
23995    M /trunk/NEWS
23996    M /trunk/po/pt_BR.po
23997    M /trunk/src/libvlc.h
23998
23999 * NEWS: updated some entries
24000 * po/pt_BR.po: Updated by Andr?\239?\191?\189 de Barros Martins Ribeiro <andrerib at_ajato.com.br>
24001 * src/libvlc.h: Added es (Spanish) to the list of choices.
24002
24003 ------------------------------------------------------------------------
24004 r5313 | sam | 2003-09-20 05:38:52 +0200 (Sat, 20 Sep 2003) | 5 lines
24005 Changed paths:
24006    M /trunk/modules/list.sh
24007
24008   * modules/list.sh:
24009     + "==" is not valid shell test, use "=" instead.
24010     + Set LANG for consistency of sort output.
24011   (NB: this really belongs to the toolbox script).
24012
24013 ------------------------------------------------------------------------
24014 r5314 | hartman | 2003-09-20 15:46:00 +0200 (Sat, 20 Sep 2003) | 6 lines
24015 Changed paths:
24016    M /trunk/modules/gui/macosx/controls.m
24017    M /trunk/modules/gui/macosx/info.m
24018    M /trunk/modules/gui/macosx/intf.h
24019    M /trunk/modules/gui/macosx/intf.m
24020    M /trunk/modules/gui/macosx/playlist.m
24021    M /trunk/modules/gui/macosx/vout.m
24022
24023 * modules/gui/macosx/*:
24024   - implemented the new input variables for control.
24025   - reevaltuated the locking mechanisms in the osx intf.
24026     a lot of this can now be removed, because of the new input structures,
24027     and the vout garbage collector of playlist.
24028
24029 ------------------------------------------------------------------------
24030 r5315 | fenrir | 2003-09-20 15:50:14 +0200 (Sat, 20 Sep 2003) | 3 lines
24031 Changed paths:
24032    M /trunk/src/input/input.c
24033
24034  * input: added position-offset and time-offset for relative seeking.
24035  (Untested)
24036
24037 ------------------------------------------------------------------------
24038 r5316 | gbazin | 2003-09-20 15:52:23 +0200 (Sat, 20 Sep 2003) | 5 lines
24039 Changed paths:
24040    M /trunk/configure.ac
24041    M /trunk/mozilla/support/npwin.cpp
24042    M /trunk/mozilla/vlcshell.cpp
24043
24044
24045 * configure.ac, mozilla/*: the win32 mozilla plugin compiles again (most likely won't yet work).
24046  Added a --with-mozilla-sdk-path option (win32 only) to ./configure so you can pass the path of your mozilla sdk tree.
24047  You also need to set the XPIDL env var to the the path of the xpidl mozilla compiler when ./configuring.
24048
24049 ------------------------------------------------------------------------
24050 r5317 | gbazin | 2003-09-20 17:52:19 +0200 (Sat, 20 Sep 2003) | 3 lines
24051 Changed paths:
24052    M /trunk/configure.ac
24053    M /trunk/mozilla/Makefile.am
24054
24055
24056 * configure.ac, mozilla/Makefile.am: more win32 mozilla plugin build fixes.
24057
24058 ------------------------------------------------------------------------
24059 r5318 | geshp | 2003-09-20 19:19:35 +0200 (Sat, 20 Sep 2003) | 2 lines
24060 Changed paths:
24061    M /trunk/vlc.spec
24062
24063 Updated for tentative 0.6.3 release.
24064
24065 ------------------------------------------------------------------------
24066 r5319 | geshp | 2003-09-20 19:24:09 +0200 (Sat, 20 Sep 2003) | 2 lines
24067 Changed paths:
24068    M /trunk/vlc.spec
24069
24070 Fixed a typo.
24071
24072 ------------------------------------------------------------------------
24073 r5320 | gbazin | 2003-09-20 19:35:38 +0200 (Sat, 20 Sep 2003) | 4 lines
24074 Changed paths:
24075    M /trunk/modules/demux/mpeg/ts.c
24076    M /trunk/src/input/input_programs.c
24077
24078
24079 * src/input/input_programs.c: p_input->stream.p_selected_program needs to be reset in input_DelProgram().
24080 * modules/demux/mpeg/ts.c: use dvbpsi_DetachPMT() when a program is deselected.
24081
24082 ------------------------------------------------------------------------
24083 r5321 | hartman | 2003-09-20 21:37:54 +0200 (Sat, 20 Sep 2003) | 14 lines
24084 Changed paths:
24085    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
24086    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
24087    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
24088    M /trunk/include/vlc/vlc.h
24089    M /trunk/modules/gui/macosx/about.m
24090    M /trunk/modules/gui/macosx/controls.h
24091    M /trunk/modules/gui/macosx/controls.m
24092    M /trunk/modules/gui/macosx/intf.h
24093    M /trunk/modules/gui/macosx/intf.m
24094    M /trunk/modules/gui/macosx/vout.m
24095    M /trunk/src/libvlc.h
24096    M /trunk/src/playlist/playlist.c
24097
24098 * include/vlc/vlc.h:
24099   - removed the defines for i_mode concerning random and loop. We use config
24100     variables for all of these.
24101 * src/libvlc.h:
24102   - removed the enqueue playlist config option. It's no longer used.
24103   - added a repeat option. vlc will keep playing the same playlist_item,
24104     until the option is unset.
24105 * src/playlist/playlist.c:
24106   - added a repeat, random and loop variable.
24107   - wxwindows should use these as well I think.
24108 * modules/gui/macosx:
24109   - added the INTF_ABOUT_MSG to the about dialog.
24110   - implemented the about and repeat items.
24111
24112 ------------------------------------------------------------------------
24113 r5322 | gbazin | 2003-09-21 00:52:27 +0200 (Sun, 21 Sep 2003) | 3 lines
24114 Changed paths:
24115    M /trunk/mozilla/vlcshell.cpp
24116
24117
24118 * mozilla/vlcshell.cpp: on win32, try to find the location of the vlc plugins from the registry key.
24119
24120 ------------------------------------------------------------------------
24121 r5323 | gbazin | 2003-09-21 01:46:01 +0200 (Sun, 21 Sep 2003) | 3 lines
24122 Changed paths:
24123    M /trunk/modules/stream_out/duplicate.c
24124
24125
24126 * modules/stream_out/duplicate.c: fixed array overflow.
24127
24128 ------------------------------------------------------------------------
24129 r5324 | gbazin | 2003-09-21 12:23:59 +0200 (Sun, 21 Sep 2003) | 5 lines
24130 Changed paths:
24131    M /trunk/include/vlc_common.h
24132    M /trunk/modules/access/dshow/dshow.cpp
24133    M /trunk/mozilla/Makefile.am
24134    M /trunk/mozilla/npvlc_rc.rc
24135    M /trunk/mozilla/vlcpeer.cpp
24136    M /trunk/share/vlc_win32_rc.rc
24137
24138 * include/vlc_common.h: ssize_t is now typedefed in new mingw headers.
24139 * modules/access/dshow/dshow.cpp: compilation fix related to ssize_t.
24140 * share/vlc_win32_rc.rc: stringify version number.
24141 * mozilla/*: compilation fix and cosmetic changes to the .rc.
24142
24143 ------------------------------------------------------------------------
24144 r5325 | gbazin | 2003-09-21 13:48:58 +0200 (Sun, 21 Sep 2003) | 2 lines
24145 Changed paths:
24146    M /trunk/modules/stream_out/duplicate.c
24147
24148 * modules/stream_out/duplicate.c: improved last fix.
24149
24150 ------------------------------------------------------------------------
24151 r5326 | gbazin | 2003-09-21 19:52:43 +0200 (Sun, 21 Sep 2003) | 3 lines
24152 Changed paths:
24153    M /trunk/modules/gui/wxwindows/preferences.cpp
24154    M /trunk/modules/gui/wxwindows/wxwindows.h
24155
24156
24157 * modules/gui/wxwindows/*: we now have only 1 global "Advanced Options" checkbox in the preferences panel instead of 1 for each section (KISS).
24158
24159 ------------------------------------------------------------------------
24160 r5327 | gbazin | 2003-09-21 20:07:51 +0200 (Sun, 21 Sep 2003) | 3 lines
24161 Changed paths:
24162    M /trunk/modules/gui/wxwindows/fileinfo.cpp
24163    M /trunk/modules/gui/wxwindows/playlist.cpp
24164
24165
24166 * modules/gui/wxwindows/*: got rid of the close button in the fileinfo and playlist dialogs.
24167
24168 ------------------------------------------------------------------------
24169 r5328 | hartman | 2003-09-22 05:40:06 +0200 (Mon, 22 Sep 2003) | 16 lines
24170 Changed paths:
24171    M /trunk/Makefile.am
24172    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
24173    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
24174    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
24175    M /trunk/include/ninput.h
24176    M /trunk/modules/demux/util/sub.c
24177    M /trunk/modules/gui/macosx/output.m
24178    M /trunk/modules/gui/macosx/playlist.h
24179    M /trunk/modules/gui/macosx/playlist.m
24180    M /trunk/src/input/input.c
24181    A /trunk/src/input/subtitles.c
24182    M /trunk/src/libvlc.h
24183
24184 * modules/gui/macosx/playlist.?: implemented Save Playlist
24185 * modules/gui/macosx/output.m: updated part of the Stream output dialog
24186 * modules/demux/util/sub.c: removed sub_detect() and moved the sub-file and
24187   sub-autodetect file options to src/input/input.c
24188 * src/input/input.c: added the moved options and use them to add subtitle
24189   tracks.
24190 * src/libvlc.h: description strings etc for sub-file and sub-autodetect-file
24191 * src/input/subtitles.c: new subtitles_Detect() largely based on the
24192   code used by MPlayer. Adapted for coding style and structure differences.
24193
24194 The autodetect routine can now detect multiple subtitle files and assigns scores
24195 based on their names. if they much well enough they are sorted based on their
24196 score. It will then return this set, and they will all be added as SPU tracks
24197 to the current stream. The (un)selecting of these tracks will need to be fixed
24198 because they all get assigned the es id 0xFF currently.
24199
24200 ------------------------------------------------------------------------
24201 r5329 | geshp | 2003-09-22 08:04:59 +0200 (Mon, 22 Sep 2003) | 5 lines
24202 Changed paths:
24203    M /trunk/vlc.spec
24204
24205
24206 Changes to Red Hat spec file:
24207 - Added wxwindows, alsa, and skin support
24208 - Fixed dependancies, specifically a version conflict of xvidcore
24209
24210 ------------------------------------------------------------------------
24211 r5330 | jpsaman | 2003-09-22 09:29:46 +0200 (Mon, 22 Sep 2003) | 2 lines
24212 Changed paths:
24213    M /trunk/modules/access/dvb/access.c
24214
24215 Removed compatibility tweak for old satellite GUI.
24216
24217 ------------------------------------------------------------------------
24218 r5331 | zorglub | 2003-09-22 16:40:12 +0200 (Mon, 22 Sep 2003) | 22 lines
24219 Changed paths:
24220    A /trunk/include/vlc_help.h
24221    M /trunk/modules/gui/wxwindows/playlist.cpp
24222    M /trunk/modules/gui/wxwindows/preferences.cpp
24223    M /trunk/modules/gui/wxwindows/wxwindows.h
24224    M /trunk/po/POTFILES.in
24225    M /trunk/po/de.po
24226    M /trunk/po/en_GB.po
24227    M /trunk/po/es.po
24228    M /trunk/po/fr.po
24229    M /trunk/po/it.po
24230    M /trunk/po/ja.po
24231    M /trunk/po/nl.po
24232    M /trunk/po/no.po
24233    M /trunk/po/pl.po
24234    M /trunk/po/pt_BR.po
24235    M /trunk/po/ru.po
24236    M /trunk/po/sv.po
24237    M /trunk/po/vlc.pot
24238    M /trunk/src/libvlc.h
24239    M /trunk/src/playlist/playlist.c
24240
24241 * modules/gui/wxwindows/preferences.cpp:
24242         - Created the "General Settings" section
24243         - Added help strings in the two main sections,
24244                 in the libvlc categories,
24245                 and in the module capabilities
24246
24247 * modules/gui/wxwindows/playlist.cpp & wxwindows.h
24248         -Implemented random, loop and repeat using variables
24249         -The eye candy of the dialog box is not very good
24250          but I have no idea how to improve it.
24251         -Focus on the currently playing item
24252
24253 * src/libvlc.h:
24254         - Added help strings for the libvlc categories
24255         - Changed a few "advanced" flag
24256
24257 * include/vlc_help.h:
24258         - Help strings for the two main sections
24259         - Help string for the module capabilities (both by Anil)
24260
24261 * po/*: updated potfiles with the new strings
24262
24263 ------------------------------------------------------------------------
24264 r5332 | gbazin | 2003-09-22 23:07:35 +0200 (Mon, 22 Sep 2003) | 4 lines
24265 Changed paths:
24266    M /trunk/modules/gui/wxwindows/preferences.cpp
24267
24268
24269 * modules/gui/wxwindows/preferences.cpp: compilation fix + cosmetic code clean-up
24270 (indentations mainly).
24271
24272 ------------------------------------------------------------------------
24273 r5333 | gbazin | 2003-09-23 18:07:49 +0200 (Tue, 23 Sep 2003) | 3 lines
24274 Changed paths:
24275    M /trunk/configure.ac
24276    M /trunk/mozilla/support/npwin.cpp
24277    M /trunk/mozilla/vlcshell.cpp
24278    M /trunk/src/misc/modules.c
24279
24280 * configure.ac, mozilla/vlcshell.cpp, mozilla/support/npwin.cpp: mozilla plugin for win32 is finally working (well there's still work left).
24281 * src/misc/modules.c: small clean-up and fixed --plugin-path on win32.
24282
24283 ------------------------------------------------------------------------
24284 r5334 | zorglub | 2003-09-24 12:21:32 +0200 (Wed, 24 Sep 2003) | 4 lines
24285 Changed paths:
24286    M /trunk/modules/visualization/visual/visual.c
24287    M /trunk/src/playlist/playlist.c
24288
24289 * modules/visualization/visual/visual.c: fixed strings
24290
24291 * src/playlist/playlist.c: fixed sorting
24292
24293 ------------------------------------------------------------------------
24294 r5335 | fenrir | 2003-09-24 16:59:21 +0200 (Wed, 24 Sep 2003) | 2 lines
24295 Changed paths:
24296    M /trunk/modules/packetizer/mpeg4audio.c
24297    M /trunk/modules/packetizer/mpeg4video.c
24298
24299  * all: set pf_run *only* if we accept this stream.
24300
24301 ------------------------------------------------------------------------
24302 r5336 | gbazin | 2003-09-24 18:10:02 +0200 (Wed, 24 Sep 2003) | 3 lines
24303 Changed paths:
24304    M /trunk/modules/video_output/directx/events.c
24305
24306 * modules/video_output/directx/events.c: fix for the mozilla plugin on vout close.
24307  The mozilla plugin seems to be working very well now, except that it doesn't receive mouse and keyboard events yet.
24308
24309 ------------------------------------------------------------------------
24310 r5337 | gbazin | 2003-09-24 23:31:55 +0200 (Wed, 24 Sep 2003) | 4 lines
24311 Changed paths:
24312    M /trunk/include/main.h
24313    M /trunk/modules/gui/wxwindows/preferences.cpp
24314    M /trunk/src/libvlc.c
24315    M /trunk/src/libvlc.h
24316    M /trunk/src/misc/configuration.c
24317
24318
24319 * include/main.h, src/libvlc.c, src/libvlc.h, src/misc/configuration.c: added a --config, --save-config and --reset-config option to the command line.
24320 * modules/gui/wxwindows/preferences.cpp: fixed breakeage of "Save", "Reset" and SwitchAdvanced().
24321
24322 ------------------------------------------------------------------------
24323 r5338 | gbazin | 2003-09-25 01:45:06 +0200 (Thu, 25 Sep 2003) | 3 lines
24324 Changed paths:
24325    M /trunk/modules/codec/vorbis.c
24326
24327
24328 * modules/codec/vorbis.c: wait for the first dated packet before starting decoding anything.
24329
24330 ------------------------------------------------------------------------
24331 r5339 | gbazin | 2003-09-26 01:09:41 +0200 (Fri, 26 Sep 2003) | 4 lines
24332 Changed paths:
24333    M /trunk/modules/demux/ogg.c
24334    M /trunk/modules/mux/ogg.c
24335
24336
24337 * modules/demux/ogg.c: reworked a bit. Ogg web radios should work again, vorbis audio tracks switching should work better as well.
24338 * modules/mux/ogg.c: attempt at supporting theora.
24339
24340 ------------------------------------------------------------------------
24341 r5340 | gbazin | 2003-09-26 13:30:06 +0200 (Fri, 26 Sep 2003) | 2 lines
24342 Changed paths:
24343    M /trunk/src/misc/modules.c
24344
24345 * src/misc/modules.c: removed an old win32 hack which was creating more problems than it was solving.
24346
24347 ------------------------------------------------------------------------
24348 r5341 | jpsaman | 2003-09-26 14:11:26 +0200 (Fri, 26 Sep 2003) | 2 lines
24349 Changed paths:
24350    A /trunk/modules/gui/opie
24351    A /trunk/modules/gui/opie/Modules.am
24352    A /trunk/modules/gui/opie/opie.ui
24353
24354 Adding files for PDA interface using the opie libaries.
24355
24356 ------------------------------------------------------------------------
24357 r5342 | jpsaman | 2003-09-26 15:32:42 +0200 (Fri, 26 Sep 2003) | 2 lines
24358 Changed paths:
24359    M /trunk/modules/gui/pda/pda.glade
24360    M /trunk/modules/gui/pda/pda.gladep
24361
24362 Updated design of PDA GUI.
24363
24364 ------------------------------------------------------------------------
24365 r5343 | gbazin | 2003-09-26 18:03:21 +0200 (Fri, 26 Sep 2003) | 2 lines
24366 Changed paths:
24367    M /trunk/modules/video_output/directx/directx.c
24368    M /trunk/modules/video_output/directx/vout.h
24369
24370 * modules/video_output/directx/*: some graphics card allow the creation of several overlay surfaces but can only display one at a time.
24371
24372 ------------------------------------------------------------------------
24373 r5344 | gbazin | 2003-09-26 18:10:24 +0200 (Fri, 26 Sep 2003) | 2 lines
24374 Changed paths:
24375    M /trunk/modules/codec/ffmpeg/chroma.c
24376    M /trunk/modules/codec/ffmpeg/ffmpeg.c
24377
24378 * modules/codec/ffmpeg/*: some chroma conversion routines require libavcodec to be initialised.
24379
24380 ------------------------------------------------------------------------
24381 r5345 | gbazin | 2003-09-27 12:09:57 +0200 (Sat, 27 Sep 2003) | 4 lines
24382 Changed paths:
24383    M /trunk/configure.ac
24384    M /trunk/install-win32
24385
24386
24387 * install-win32: cosmetic changes.
24388 * configure.ac: forgot one include path for the mozilla plugin.
24389
24390 ------------------------------------------------------------------------
24391 r5346 | gbazin | 2003-09-27 16:32:54 +0200 (Sat, 27 Sep 2003) | 3 lines
24392 Changed paths:
24393    M /trunk/modules/demux/ogg.c
24394
24395
24396 * modules/demux/ogg.c: support for 'chaining' (concatenated ogg streams).
24397
24398 ------------------------------------------------------------------------
24399 r5347 | gbazin | 2003-09-27 17:33:02 +0200 (Sat, 27 Sep 2003) | 3 lines
24400 Changed paths:
24401    M /trunk/modules/demux/ogg.c
24402
24403
24404 * modules/demux/ogg.c: support for DEMUX_GET_TIME. External subtitles files should work fine with ogg files now.
24405
24406 ------------------------------------------------------------------------
24407 r5348 | gbazin | 2003-09-28 18:50:05 +0200 (Sun, 28 Sep 2003) | 4 lines
24408 Changed paths:
24409    M /trunk/modules/codec/vorbis.c
24410    M /trunk/modules/demux/ogg.c
24411    M /trunk/modules/mux/ogg.c
24412
24413
24414 * modules/demux/ogg.c, modules/codec/vorbis.c: misc small fixes.
24415 * modules/mux/ogg.c: support for inserting/removing elementary streams on the fly (really handy for the --sout-keep option). This will produce a chained Ogg bitstream.
24416
24417 ------------------------------------------------------------------------
24418 r5349 | gbazin | 2003-09-28 21:58:19 +0200 (Sun, 28 Sep 2003) | 3 lines
24419 Changed paths:
24420    M /trunk/modules/mux/ogg.c
24421
24422
24423 * modules/mux/ogg.c: each ogg stream has to be cleared in OggCreateHeader().
24424
24425 ------------------------------------------------------------------------
24426 r5350 | gbazin | 2003-09-28 23:54:21 +0200 (Sun, 28 Sep 2003) | 4 lines
24427 Changed paths:
24428    M /trunk/modules/codec/theora.c
24429    M /trunk/modules/mux/ogg.c
24430
24431
24432 * modules/codec/theora.c: don't forget to delete the sout instance.
24433 * modules/mux/ogg.c: fix for embedding theora in Ogg.
24434
24435 ------------------------------------------------------------------------
24436 r5351 | gbazin | 2003-09-29 00:18:57 +0200 (Mon, 29 Sep 2003) | 3 lines
24437 Changed paths:
24438    M /trunk/modules/mux/ogg.c
24439
24440
24441 * modules/mux/ogg.c: proper fps and ogg packet granulepos when embedding mp4v/div3 (mplayer can play the file now).
24442
24443 ------------------------------------------------------------------------
24444 r5352 | sigmunau | 2003-09-29 17:45:19 +0200 (Mon, 29 Sep 2003) | 6 lines
24445 Changed paths:
24446    M /trunk/doc/Doxyfile
24447    M /trunk/include/variables.h
24448    M /trunk/src/misc/variables.c
24449
24450 Doxyfile:
24451  * changed project name from 'vlc' to 'VLC'
24452  * excluded src/extras from the documentation
24453 src/misc/variables.c, include/variables.h:
24454  * Doxygen-documented most of the vlc variables code
24455
24456 ------------------------------------------------------------------------
24457 r5353 | gbazin | 2003-09-29 19:36:35 +0200 (Mon, 29 Sep 2003) | 4 lines
24458 Changed paths:
24459    M /trunk/include/os_specific.h
24460    M /trunk/src/libvlc.c
24461    M /trunk/src/libvlc.h
24462    M /trunk/src/misc/beos_specific.cpp
24463    M /trunk/src/misc/charset.c
24464    M /trunk/src/misc/darwin_specific.m
24465    M /trunk/src/misc/win32_specific.c
24466
24467
24468 * include/os_specific.h, src/libvlc.[c,h], src/misc/win32_specific.c: new win32 specific option (--one-instance) to have only one instance of vlc running at once.
24469  Running another vlc (with --one-instance as well) will only transfer the requested playlist items to the first instance.
24470
24471 ------------------------------------------------------------------------
24472 r5354 | gbazin | 2003-09-29 20:20:37 +0200 (Mon, 29 Sep 2003) | 3 lines
24473 Changed paths:
24474    M /trunk/include/os_specific.h
24475
24476
24477 * include/os_specific.h: oops, fixed my last commit.
24478
24479 ------------------------------------------------------------------------
24480 r5355 | gbazin | 2003-09-30 00:37:36 +0200 (Tue, 30 Sep 2003) | 5 lines
24481 Changed paths:
24482    M /trunk/modules/mux/ogg.c
24483    M /trunk/modules/packetizer/copy.c
24484
24485
24486 * modules/mux/ogg.c: always backup the vorbis/theora headers so we can resend them if we close/reopen the stream (chaining).
24487   fixes for text subtitles muxing.
24488 * modules/packetizer/copy.c: support for text subtitles.
24489
24490 ------------------------------------------------------------------------
24491 r5356 | hartman | 2003-09-30 17:36:39 +0200 (Tue, 30 Sep 2003) | 2 lines
24492 Changed paths:
24493    M /trunk/src/input/input.c
24494
24495 * Select the subtitle track, if it's specified via the "sub-file" option.
24496
24497 ------------------------------------------------------------------------
24498 r5357 | hartman | 2003-09-30 18:09:58 +0200 (Tue, 30 Sep 2003) | 3 lines
24499 Changed paths:
24500    M /trunk/modules/misc/freetype.c
24501    M /trunk/src/input/input.c
24502
24503 * src/input/input.c: fixed usage of sub-file variable.
24504 * modules/misc/freetype.c: i_render_height and not i_window_height.
24505
24506 ------------------------------------------------------------------------
24507 r5358 | hartman | 2003-09-30 18:41:13 +0200 (Tue, 30 Sep 2003) | 2 lines
24508 Changed paths:
24509    M /trunk/modules/misc/freetype.c
24510
24511 * compile before you commit
24512
24513 ------------------------------------------------------------------------
24514 r5359 | gbazin | 2003-09-30 22:23:03 +0200 (Tue, 30 Sep 2003) | 6 lines
24515 Changed paths:
24516    M /trunk/include/vlc_block.h
24517    A /trunk/include/vlc_block_helper.h
24518    M /trunk/modules/codec/a52.c
24519    M /trunk/modules/codec/libmpeg2.c
24520
24521
24522 * include/vlc_block.h, modules/codec/libmpeg2.c: re-added the discontinuity flag in block_t and re-enabled the discontinuity gestion in the libmpeg2 codec.
24523 * include/vlc_block_helper.h: implemented bytestream reading helper functions for chained blocks.
24524 * modules/codec/a52.c: modified to use the bytestream reading functions.
24525   The flexibility added by these functions makes the code simpler and better at detecting synchro code emulations.
24526
24527 ------------------------------------------------------------------------
24528 r5360 | gbazin | 2003-09-30 22:36:46 +0200 (Tue, 30 Sep 2003) | 3 lines
24529 Changed paths:
24530    M /trunk/include/vlc_block_helper.h
24531    M /trunk/modules/codec/a52.c
24532
24533
24534 * include/vlc_block_helper.h, modules/codec/a52.c: same as thedj ;)
24535
24536 ------------------------------------------------------------------------
24537 r5361 | sam | 2003-10-01 05:38:24 +0200 (Wed, 01 Oct 2003) | 2 lines
24538 Changed paths:
24539    M /trunk/modules/video_chroma/i420_rgb_c.h
24540    M /trunk/modules/video_chroma/i420_rgb_mmx.h
24541
24542   * Fixed license blurb; these files have always been *GPL*ed.
24543
24544 ------------------------------------------------------------------------
24545 r5362 | gbazin | 2003-10-01 14:01:46 +0200 (Wed, 01 Oct 2003) | 2 lines
24546 Changed paths:
24547    M /trunk/modules/stream_out/transcode.c
24548
24549 * modules/stream_out/transcode.c: get the mp4v vol data from the encoder. This will make the mp4 muxer happy transcoded mp4v.
24550
24551 ------------------------------------------------------------------------
24552 r5363 | gbazin | 2003-10-01 19:44:25 +0200 (Wed, 01 Oct 2003) | 3 lines
24553 Changed paths:
24554    M /trunk/modules/demux/ogg.c
24555
24556
24557 * modules/demux/ogg.c: had mistakenly got rid of the old i_dts = i_stop_date hack for text subtitles.
24558
24559 ------------------------------------------------------------------------
24560 r5364 | gbazin | 2003-10-01 20:32:13 +0200 (Wed, 01 Oct 2003) | 3 lines
24561 Changed paths:
24562    M /trunk/modules/codec/a52.c
24563
24564
24565 * modules/codec/a52.c: fixes and simplifications.
24566
24567 ------------------------------------------------------------------------
24568 r5365 | hartman | 2003-10-01 22:57:34 +0200 (Wed, 01 Oct 2003) | 2 lines
24569 Changed paths:
24570    M /trunk/modules/codec/quicktime.c
24571
24572 * Fixed some small inconsistancy.
24573
24574 ------------------------------------------------------------------------
24575 r5366 | jpsaman | 2003-10-01 22:58:45 +0200 (Wed, 01 Oct 2003) | 9 lines
24576 Changed paths:
24577    M /trunk/modules/gui/pda/Modules.am
24578    M /trunk/modules/gui/pda/pda.c
24579    M /trunk/modules/gui/pda/pda.glade
24580    M /trunk/modules/gui/pda/pda.h
24581    A /trunk/modules/gui/pda/pda_callbacks.c
24582    A /trunk/modules/gui/pda/pda_callbacks.h
24583    A /trunk/modules/gui/pda/pda_interface.c
24584    A /trunk/modules/gui/pda/pda_interface.h
24585    A /trunk/modules/gui/pda/pda_support.c
24586    A /trunk/modules/gui/pda/pda_support.h
24587
24588 Implementing new PDA User Interface design using the GTK2 widget set. This interface is currently in a rewrite and is currently unuseable. However:
24589 - it compiles ;-)
24590 - will have more UI assets to tweak with, then the old interface had
24591   to name a few: supports stream out, camera's through v4l, use preferences,
24592   manage playlists, play audio/video local and from a network source
24593 - is not functional (yet)
24594
24595 So expect more functionality to come in and the necessary bug fixes.
24596
24597 ------------------------------------------------------------------------
24598 r5367 | gbazin | 2003-10-02 00:19:57 +0200 (Thu, 02 Oct 2003) | 3 lines
24599 Changed paths:
24600    M /trunk/configure.ac
24601    M /trunk/modules/codec/Modules.am
24602    D /trunk/modules/codec/subsdec
24603    A /trunk/modules/codec/subsdec.c
24604
24605
24606 * modules/codec/subsdec.c: cleaned up and ported the text subtitles decoder to the new decoder api.
24607
24608 ------------------------------------------------------------------------
24609 r5368 | hartman | 2003-10-02 00:39:43 +0200 (Thu, 02 Oct 2003) | 3 lines
24610 Changed paths:
24611    M /trunk/modules/codec/ffmpeg/ffmpeg.c
24612    M /trunk/modules/codec/ffmpeg/ffmpeg.h
24613
24614 * Added a bunch of fourcc's
24615 * Added the new cinepak and msrle codecs as well as some other forgotten stuff
24616
24617 ------------------------------------------------------------------------
24618 r5369 | hartman | 2003-10-02 00:40:39 +0200 (Thu, 02 Oct 2003) | 2 lines
24619 Changed paths:
24620    M /trunk/modules/codec/libmpeg2.c
24621
24622 * Did you know that VCR2 and PIM1 are actually MPEG1 ?
24623
24624 ------------------------------------------------------------------------
24625 r5370 | hartman | 2003-10-02 00:44:58 +0200 (Thu, 02 Oct 2003) | 5 lines
24626 Changed paths:
24627    M /trunk/include/ninput.h
24628    M /trunk/modules/misc/freetype.c
24629    M /trunk/src/input/subtitles.c
24630    M /trunk/src/libvlc.h
24631
24632 * modules/misc/freetype.c: spelling errors
24633 * src/libvlc.h: spelling error
24634 * include/ninput.h: There should not yet be a Subtitles section in Doxygen
24635 * src/input/subtitles.c: Doxygen comments for this file
24636
24637 ------------------------------------------------------------------------
24638 r5371 | hartman | 2003-10-02 02:16:05 +0200 (Thu, 02 Oct 2003) | 2 lines
24639 Changed paths:
24640    M /trunk/src/input/subtitles.c
24641
24642 * Small fix to doxygen comments
24643
24644 ------------------------------------------------------------------------
24645 r5372 | jpsaman | 2003-10-02 12:28:04 +0200 (Thu, 02 Oct 2003) | 2 lines
24646 Changed paths:
24647    M /trunk/modules/access/dvb/access.c
24648    M /trunk/modules/access/dvb/qpsk.c
24649
24650 Fix bug for DVB-T tuning. The code always used default upper and lower frequencies from DVB-S for DVB-T, but for DVB-T they could very well be different. Now using --lnb-lof1, --lnb-lof2 and --lnb-slof values are used by default instead. This make it overrideable on the commandline.
24651
24652 ------------------------------------------------------------------------
24653 r5373 | hartman | 2003-10-02 15:31:00 +0200 (Thu, 02 Oct 2003) | 6 lines
24654 Changed paths:
24655    M /trunk/modules/codec/subsdec.c
24656    M /trunk/src/libvlc.h
24657
24658 * src/libvlc.h:
24659   - Removed a dupe.
24660   - Added a 'L' commandline shortcut for loop and 'R' for repeat. There
24661     already is a 'Z' shortcut for random.
24662 * modules/codec/subsdec.c: debug info.
24663
24664 ------------------------------------------------------------------------
24665 r5374 | jpsaman | 2003-10-02 17:43:44 +0200 (Thu, 02 Oct 2003) | 5 lines
24666 Changed paths:
24667    M /trunk/modules/access/dvb/access.c
24668    M /trunk/modules/access/dvb/dvb.c
24669    M /trunk/modules/access/dvb/dvb.h
24670
24671 Rework in DVB plugin to allow tuning to DVB-T cards.
24672 - cleanup of messages
24673 - adding status events messages from frontend
24674 - separated tuning for DVB-S, DVB-T and DVB-C into seperate functions.
24675
24676 ------------------------------------------------------------------------
24677 r5375 | hartman | 2003-10-02 20:07:26 +0200 (Thu, 02 Oct 2003) | 2 lines
24678 Changed paths:
24679    M /trunk/modules/codec/ffmpeg/ffmpeg.c
24680
24681 * compilation fix
24682
24683 ------------------------------------------------------------------------
24684 r5376 | gbazin | 2003-10-02 23:12:45 +0200 (Thu, 02 Oct 2003) | 3 lines
24685 Changed paths:
24686    M /trunk/configure.ac
24687    M /trunk/modules/codec/Modules.am
24688    D /trunk/modules/codec/cinepak
24689    A /trunk/modules/codec/cinepak.c
24690
24691
24692 * modules/codec/cinepak.c: ported the cinepak decoder to the new api.
24693
24694 ------------------------------------------------------------------------
24695 r5377 | sam | 2003-10-03 15:35:56 +0200 (Fri, 03 Oct 2003) | 2 lines
24696 Changed paths:
24697    M /trunk/src/misc/win32_specific.c
24698
24699   * src/misc/win32_specific.c: minor code clean-up.
24700
24701 ------------------------------------------------------------------------
24702 r5378 | jpsaman | 2003-10-03 20:04:58 +0200 (Fri, 03 Oct 2003) | 2 lines
24703 Changed paths:
24704    M /trunk/modules/gui/pda/pda.c
24705    M /trunk/modules/gui/pda/pda.h
24706
24707 Some fixes for file listing and playlist. Do not use this interface yet, it is not useable now.
24708
24709 ------------------------------------------------------------------------
24710 r5379 | gbazin | 2003-10-03 20:17:55 +0200 (Fri, 03 Oct 2003) | 3 lines
24711 Changed paths:
24712    M /trunk/modules/stream_out/transcode.c
24713
24714
24715 * modules/stream_out/transcode.c: get decoder specific info from the audio encoder (useful for MPEG AAC).
24716
24717 ------------------------------------------------------------------------
24718 r5380 | sigmunau | 2003-10-04 01:31:43 +0200 (Sat, 04 Oct 2003) | 8 lines
24719 Changed paths:
24720    M /trunk/modules/gui/wxwindows/preferences.cpp
24721    M /trunk/src/libvlc.h
24722
24723 src/libvlc.h: fixed line length of a string
24724 modules/gui/wxwindows/preferences.cpp:
24725  * slightly modified layout of the window
24726    * The help text is now below the controls
24727    * Neither heading nor help text is inside wxStaticBox but rather
24728      separated from the controls with a simple line.
24729  * changed a lot of strech-factors, makes the dialog look generally more tidy
24730
24731 ------------------------------------------------------------------------
24732 r5381 | gbazin | 2003-10-04 12:54:45 +0200 (Sat, 04 Oct 2003) | 4 lines
24733 Changed paths:
24734    M /trunk/configure.ac
24735    M /trunk/modules/stream_out/transcode.c
24736
24737
24738 * configure.ac: added --with-ffmpeg-faac for when using an ffmpeg which is compiled with faac support.
24739 * modules/stream_out/transcode.c: added mp4a fourcc for MPEG AAC audio transcoding support.
24740
24741 ------------------------------------------------------------------------
24742 r5382 | sam | 2003-10-04 13:17:04 +0200 (Sat, 04 Oct 2003) | 9 lines
24743 Changed paths:
24744    M /trunk/configure.ac
24745    M /trunk/include/modules.h
24746    M /trunk/src/misc/modules.c
24747    M /trunk/src/misc/modules_plugin.h.in
24748
24749   * configure.ac:
24750     + First try to detect the OS X native dynamic linker before falling
24751       back to dlfcn.h.
24752     + Enhanced the dlopen-style loader detection.
24753     + Added a check for HP-UX's shl_* functins.
24754   * src/misc/modules_plugin.h.in:
24755     + Support for the dylib dynamic loader on OS X.
24756     + Support for the shl dynamic loader on HP-UX.
24757
24758 ------------------------------------------------------------------------
24759 r5383 | gbazin | 2003-10-04 14:00:00 +0200 (Sat, 04 Oct 2003) | 3 lines
24760 Changed paths:
24761    M /trunk/configure.ac
24762    D /trunk/modules/codec/a52old
24763    D /trunk/modules/codec/mpeg_audio
24764    D /trunk/modules/codec/mpeg_video
24765
24766
24767 * modules/codec/a52old/*, modules/codec/mpeg_audio/*, modules/codec/mpeg_video/*: got rid of deprecated decoders.
24768
24769 ------------------------------------------------------------------------
24770 r5384 | gbazin | 2003-10-04 14:04:06 +0200 (Sat, 04 Oct 2003) | 4 lines
24771 Changed paths:
24772    M /trunk/modules/codec/mpeg_audio.c
24773    M /trunk/modules/packetizer/Modules.am
24774    D /trunk/modules/packetizer/mpegaudio.c
24775
24776
24777 * modules/packetizer/mpegaudio.c: updated mpegaudio to the new decoder api.
24778 * modules/packetizer/mpegaudio.c: moved the packetizer with the decoder (they share most of their code).
24779
24780 ------------------------------------------------------------------------
24781 r5385 | sam | 2003-10-04 14:25:00 +0200 (Sat, 04 Oct 2003) | 2 lines
24782 Changed paths:
24783    M /trunk/include/modules.h
24784
24785   * include/modules.h: Fixed the OS X build by adding a required header.
24786
24787 ------------------------------------------------------------------------
24788 r5386 | massiot | 2003-10-04 14:30:53 +0200 (Sat, 04 Oct 2003) | 2 lines
24789 Changed paths:
24790    M /trunk/src/misc/modules_plugin.h.in
24791
24792 Fixed dyld commit.
24793
24794 ------------------------------------------------------------------------
24795 r5387 | gbazin | 2003-10-04 16:59:38 +0200 (Sat, 04 Oct 2003) | 3 lines
24796 Changed paths:
24797    M /trunk/modules/gui/wxwindows/wxwindows.cpp
24798
24799
24800 * modules/gui/wxwindows/wxwindows.cpp: fix for the skins showing the popup menu even when left-clicking with the mouse.
24801
24802 ------------------------------------------------------------------------
24803 r5388 | sam | 2003-10-04 17:04:49 +0200 (Sat, 04 Oct 2003) | 3 lines
24804 Changed paths:
24805    M /trunk/src/misc/modules_plugin.h.in
24806
24807   * src/misc/modules_plugin.h.in: More meaningful errors from the OS X dynamic
24808     loader.
24809
24810 ------------------------------------------------------------------------
24811 r5389 | sam | 2003-10-04 17:49:13 +0200 (Sat, 04 Oct 2003) | 3 lines
24812 Changed paths:
24813    M /trunk/src/misc/modules_plugin.h.in
24814
24815   * src/misc/modules_plugin.h.in: Added a missing return value that caused
24816     module loading to fail.
24817
24818 ------------------------------------------------------------------------
24819 r5390 | sigmunau | 2003-10-04 17:51:22 +0200 (Sat, 04 Oct 2003) | 2 lines
24820 Changed paths:
24821    M /trunk/include/osd.h
24822    M /trunk/include/video_output.h
24823    M /trunk/include/vlc_video.h
24824
24825 Further doxygenization.
24826
24827 ------------------------------------------------------------------------
24828 r5391 | gbazin | 2003-10-04 20:55:13 +0200 (Sat, 04 Oct 2003) | 5 lines
24829 Changed paths:
24830    M /trunk/configure.ac
24831    M /trunk/modules/LIST
24832    M /trunk/modules/access/Modules.am
24833    A /trunk/modules/access/cddax.c
24834    A /trunk/modules/access/vcdx
24835    A /trunk/modules/access/vcdx/.cvsignore
24836    A /trunk/modules/access/vcdx/Modules.am
24837    A /trunk/modules/access/vcdx/access.c
24838    A /trunk/modules/access/vcdx/cdrom.c
24839    A /trunk/modules/access/vcdx/cdrom.h
24840    A /trunk/modules/access/vcdx/demux.c
24841    A /trunk/modules/access/vcdx/intf.c
24842    A /trunk/modules/access/vcdx/intf.h
24843    A /trunk/modules/access/vcdx/vcd.c
24844    A /trunk/modules/access/vcdx/vcd.h
24845    A /trunk/modules/access/vcdx/vcdplayer.c
24846    A /trunk/modules/access/vcdx/vcdplayer.h
24847
24848
24849 * modules/access/vcdx/*: Brand new VCD input module using libcdio, libvcd and libvcdinfo. Courtesy of Rocky Bernstein.
24850 * modules/access/cddax.c: Brand new CDDA input module using libcdio. Courtesy of Rocky Bernstein.
24851 * modules/LIST: update.
24852
24853 ------------------------------------------------------------------------
24854 r5392 | sigmunau | 2003-10-05 01:52:32 +0200 (Sun, 05 Oct 2003) | 4 lines
24855 Changed paths:
24856    M /trunk/modules/gui/wxwindows/preferences.cpp
24857
24858 modules/gui/wxwindows/preferences.cpp:
24859  * Increased size of and decreased margins around the section heading. It
24860    looks nice now.
24861
24862 ------------------------------------------------------------------------
24863 r5393 | gbazin | 2003-10-05 02:50:05 +0200 (Sun, 05 Oct 2003) | 4 lines
24864 Changed paths:
24865    M /trunk/include/vlc_block_helper.h
24866    M /trunk/modules/codec/mpeg_audio.c
24867
24868
24869 * modules/codec/mpeg_audio.c: fixes and improvements.
24870 * include/vlc_block_helper.h: fix for an offset problem in block_SkipBytes() and block_GetBytes(). (This fixes the problems with the new mpeg_audio decoder/packetizer).
24871
24872 ------------------------------------------------------------------------
24873 r5394 | zorglub | 2003-10-05 11:27:46 +0200 (Sun, 05 Oct 2003) | 2 lines
24874 Changed paths:
24875    M /trunk/include/vlc_help.h
24876    M /trunk/modules/gui/wxwindows/preferences.cpp
24877
24878 * use the new look also for capabilities and main helps.
24879
24880 ------------------------------------------------------------------------
24881 r5395 | rocky | 2003-10-05 12:54:55 +0200 (Sun, 05 Oct 2003) | 2 lines
24882 Changed paths:
24883    M /trunk/modules/access/cddax.c
24884
24885 Add pf_demux_control setting. Also fix some small typos.
24886
24887 ------------------------------------------------------------------------
24888 r5396 | rocky | 2003-10-05 16:51:47 +0200 (Sun, 05 Oct 2003) | 2 lines
24889 Changed paths:
24890    M /trunk/modules/access/cddax.c
24891
24892 Add ability to dynamically set debug ouput.
24893
24894 ------------------------------------------------------------------------
24895 r5397 | sam | 2003-10-05 17:35:59 +0200 (Sun, 05 Oct 2003) | 5 lines
24896 Changed paths:
24897    M /trunk/src/misc/modules.c
24898    M /trunk/src/misc/modules_plugin.h.in
24899
24900   * src/misc/modules.c, src/misc/modules_plugin.h.in:
24901     + As platform-dependant dynamic loader functions are no longer inline,
24902       moved them to modules.c which is their real place.
24903     + More verbose error messages on some platforms.
24904
24905 ------------------------------------------------------------------------
24906 r5398 | gbazin | 2003-10-05 20:09:36 +0200 (Sun, 05 Oct 2003) | 3 lines
24907 Changed paths:
24908    M /trunk/modules/packetizer/mpeg4audio.c
24909
24910
24911 * modules/packetizer/mpeg4audio.c: ported to the new decoder api and added ADTS streams packetization.
24912
24913 ------------------------------------------------------------------------
24914 r5399 | sam | 2003-10-05 23:29:23 +0200 (Sun, 05 Oct 2003) | 5 lines
24915 Changed paths:
24916    M /trunk/configure.ac
24917    M /trunk/src/misc/modules.c
24918
24919   * configure.ac:
24920     + Better BeOS dynamic loader detection.
24921   * src/misc/modules.c:
24922     + Consistency fixes.
24923
24924 ------------------------------------------------------------------------
24925 r5400 | gbazin | 2003-10-06 01:03:35 +0200 (Mon, 06 Oct 2003) | 3 lines
24926 Changed paths:
24927    M /trunk/src/video_output/video_output.c
24928
24929
24930 * src/video_output/video_output.c: fixed a recent patch that had been causing a lot of jerkiness in the video.
24931
24932 ------------------------------------------------------------------------
24933 r5401 | gbazin | 2003-10-06 17:22:53 +0200 (Mon, 06 Oct 2003) | 3 lines
24934 Changed paths:
24935    M /trunk/src/input/input_dec.c
24936
24937
24938 * src/input/input_dec.c: forgot to commit that with my last libmpeg2 plugin changes.
24939
24940 ------------------------------------------------------------------------
24941 r5402 | zorglub | 2003-10-06 18:23:30 +0200 (Mon, 06 Oct 2003) | 33 lines
24942 Changed paths:
24943    M /trunk/include/vlc_playlist.h
24944    M /trunk/modules/gui/wxwindows/Modules.am
24945    M /trunk/modules/gui/wxwindows/interface.cpp
24946    A /trunk/modules/gui/wxwindows/iteminfo.cpp
24947    M /trunk/modules/gui/wxwindows/playlist.cpp
24948    M /trunk/modules/gui/wxwindows/wxwindows.h
24949    M /trunk/modules/misc/sap.c
24950    M /trunk/modules/visualization/visual/effects.c
24951    M /trunk/src/playlist/playlist.c
24952
24953 * include/vlc_playlist.h
24954   src/playlist/playlist.c:
24955      * Implemented a boolean b_enabled to disable a playlist item
24956      * Implemented the idea of group (p_item->i_group), that allows
24957        to enable/disable and to sort some series of items
24958      * Implemented an unused (at the moment), psz_author field
24959      * Started to implement a new playlist format to store all of these
24960
24961 * modules/gui/wxwindows/interface.cpp:
24962      Added a hiddeable panel to put some important options.
24963      (Menu Preferences->Extra GUI)
24964      At the moment, we put the adjust filter and aspect ratio, and must
24965      decide what options we want here
24966
24967 * modules/gui/wxwindows/playlist.cpp
24968   modules/gui/wxwindows/iteminfo.cpp:
24969      Added "Enable/disable group button", options to enable/disable selection
24970      Added an item info dialog box
24971
24972 * modules/misc/sap.c :
24973      Added a sap-group-id option: the SAP playlist items are in a separate group
24974      (defaults to 42)
24975
24976 * modules/visualization/visual/effects.c:
24977      Minor coding style fixes
24978
24979 Todo:
24980 -----
24981
24982 * Advanced sort (alphabetical and/or by group)
24983 * Ability to load 0_6 playlists
24984 * Really use the libid3tag
24985
24986 ------------------------------------------------------------------------
24987 r5403 | gbazin | 2003-10-06 19:41:47 +0200 (Mon, 06 Oct 2003) | 4 lines
24988 Changed paths:
24989    M /trunk/modules/gui/wxwindows/interface.cpp
24990    M /trunk/modules/gui/wxwindows/iteminfo.cpp
24991
24992
24993 * modules/gui/wxwindows/*: compilation fixes for the unicode version.
24994    made the "Extended GUI" option a checkable menuitem.
24995
24996 ------------------------------------------------------------------------
24997 r5404 | gbazin | 2003-10-07 11:32:48 +0200 (Tue, 07 Oct 2003) | 2 lines
24998 Changed paths:
24999    M /trunk/src/misc/modules.c
25000
25001 * src/misc/modules.c: win32 compilation fix.
25002
25003 ------------------------------------------------------------------------
25004 r5405 | gbazin | 2003-10-07 16:59:10 +0200 (Tue, 07 Oct 2003) | 3 lines
25005 Changed paths:
25006    M /trunk/modules/demux/mp4/libmp4.c
25007    M /trunk/modules/demux/mp4/libmp4.h
25008    M /trunk/modules/demux/mp4/mp4.c
25009    M /trunk/modules/mux/mp4.c
25010
25011 * modules/mux/mp4.c: Use SoundDescription instead of SoundDescriptionV1.
25012 * modules/demux/mp4/*: Added support for the "wave" tag used in mov files with aac.
25013
25014 ------------------------------------------------------------------------
25015 r5406 | gbazin | 2003-10-07 18:54:53 +0200 (Tue, 07 Oct 2003) | 3 lines
25016 Changed paths:
25017    M /trunk/Makefile.am
25018
25019
25020 * Makefile.am: forgot to include vlc_block_helper.h
25021
25022 ------------------------------------------------------------------------
25023 r5407 | sam | 2003-10-07 20:53:01 +0200 (Tue, 07 Oct 2003) | 2 lines
25024 Changed paths:
25025    M /trunk/configure.ac
25026
25027   * Only look for kernel32.dll if the target is windows.
25028
25029 ------------------------------------------------------------------------
25030 r5408 | sam | 2003-10-07 23:13:01 +0200 (Tue, 07 Oct 2003) | 2 lines
25031 Changed paths:
25032    M /trunk/bootstrap
25033    M /trunk/configure.ac
25034
25035   * bootstrap: Fixed a shell syntax error when pkg-config is not present.
25036
25037 ------------------------------------------------------------------------
25038 r5409 | zorglub | 2003-10-08 12:07:22 +0200 (Wed, 08 Oct 2003) | 11 lines
25039 Changed paths:
25040    M /trunk/modules/gui/wxwindows/interface.cpp
25041    M /trunk/modules/misc/httpd.c
25042    M /trunk/modules/misc/sap.c
25043    M /trunk/src/video_output/video_output.c
25044
25045 * modules/misc/httpd.c: added missing sanity checks
25046
25047 * modules/misc/sap.c: added sanity checks and more coding style fixes
25048
25049 * src/video_output/video_output.c:
25050   Video filters can now be enabled on the fly (vout is respawned)
25051   You need to var_Set( p_vout, "filters", psz_yourvalue)
25052       for this
25053
25054 * modules/gui/wxwindows/interface.cpp : Enable the adjust filter on the fly
25055
25056 ------------------------------------------------------------------------
25057 r5410 | zorglub | 2003-10-08 13:24:59 +0200 (Wed, 08 Oct 2003) | 2 lines
25058 Changed paths:
25059    M /trunk/modules/misc/httpd.c
25060
25061 Compilation fix
25062
25063 ------------------------------------------------------------------------
25064 r5411 | zorglub | 2003-10-08 14:18:50 +0200 (Wed, 08 Oct 2003) | 2 lines
25065 Changed paths:
25066    M /trunk/modules/gui/wxwindows/interface.cpp
25067
25068 * Fixed slider values (boundaries were wrong, some values were unreachable)
25069
25070 ------------------------------------------------------------------------
25071 r5412 | gbazin | 2003-10-08 20:26:58 +0200 (Wed, 08 Oct 2003) | 3 lines
25072 Changed paths:
25073    M /trunk/modules/misc/sap.c
25074
25075
25076 * modules/misc/sap.c: fixed win32 breakage.
25077
25078 ------------------------------------------------------------------------
25079 r5413 | gbazin | 2003-10-08 21:40:42 +0200 (Wed, 08 Oct 2003) | 5 lines
25080 Changed paths:
25081    M /trunk/include/vlc_common.h
25082    M /trunk/include/vlc_help.h
25083    M /trunk/modules/gui/wxwindows/preferences.cpp
25084    M /trunk/modules/gui/wxwindows/wxwindows.h
25085    M /trunk/src/extras/libc.c
25086    M /trunk/src/libvlc.h
25087
25088
25089 * include/vlc_help.h src/libvlc.h: thou shalt not hardcode newlines in the middle of sentences.
25090 * src/extras/libc.c, include/vlc_common.h: resuscitated vlc_wraptext() and added utf8 support.
25091 * modules/gui/wxwindows/preferences.cpp: use vlc_wraptext() for capabilities help.
25092
25093 ------------------------------------------------------------------------
25094 r5414 | gbazin | 2003-10-08 23:01:07 +0200 (Wed, 08 Oct 2003) | 8 lines
25095 Changed paths:
25096    M /trunk/Makefile.am
25097    M /trunk/include/audio_output.h
25098    M /trunk/include/input_ext-dec.h
25099    M /trunk/include/vlc/decoder.h
25100    A /trunk/include/vlc_codec.h
25101    M /trunk/include/vlc_keys.h
25102    M /trunk/include/vlc_objects.h
25103    M /trunk/include/vlc_video.h
25104    M /trunk/modules/codec/theora.c
25105    M /trunk/modules/stream_out/transcode.c
25106    M /trunk/src/input/demux.c
25107    M /trunk/src/input/input.c
25108    M /trunk/src/input/input_dec.c
25109    M /trunk/src/input/stream.c
25110    M /trunk/src/misc/block.c
25111    M /trunk/src/misc/messages.c
25112    M /trunk/src/misc/objects.c
25113
25114
25115 * include/vlc_codec.h: defines decoders/encoders related structures here.
25116 * include/vlc_video.h: new video_frame_format_t structure which defines the properties of a video frame.
25117 * include/vlc/decoder.h: include vlc_codec.h
25118 * src/misc/objects.c: added VLC_OBJECT_PACKETIZER and VLC_OBJECT_ENCODER object types.
25119 * modules/stream_out/transcode.c, modules/codec/theora.c: experimental theora video encoder.
25120 * src/input/*: some cleanup.
25121
25122 ------------------------------------------------------------------------
25123 r5415 | gbazin | 2003-10-08 23:03:36 +0200 (Wed, 08 Oct 2003) | 5 lines
25124 Changed paths:
25125    M /trunk/modules/codec/a52.c
25126    M /trunk/modules/codec/libmpeg2.c
25127    M /trunk/modules/demux/util/sub.c
25128    M /trunk/modules/video_output/x11/xcommon.c
25129
25130
25131 * modules/demux/util/sub.c: fix when no subs specified.
25132 * modules/video_output/x11/xcommon.c: fixed invalid chroma.
25133 * modules/codec/a52.c, modules/codec/libmpeg2.c: small cleanup.
25134
25135 ------------------------------------------------------------------------
25136 r5416 | gbazin | 2003-10-09 01:00:40 +0200 (Thu, 09 Oct 2003) | 3 lines
25137 Changed paths:
25138    M /trunk/modules/codec/theora.c
25139    M /trunk/modules/stream_out/transcode.c
25140
25141
25142 * modules/codec/theora.c, modules/stream_out/transcode.c: theora encoding fixes.
25143
25144 ------------------------------------------------------------------------
25145 r5417 | gbazin | 2003-10-09 11:39:16 +0200 (Thu, 09 Oct 2003) | 2 lines
25146 Changed paths:
25147    M /trunk/modules/stream_out/transcode.c
25148
25149 * modules/stream_out/transcode.c: fixed transcoding.
25150
25151 ------------------------------------------------------------------------
25152 r5418 | gbazin | 2003-10-09 13:48:41 +0200 (Thu, 09 Oct 2003) | 3 lines
25153 Changed paths:
25154    M /trunk/modules/codec/theora.c
25155    M /trunk/modules/mux/ogg.c
25156    M /trunk/modules/stream_out/transcode.c
25157
25158 * modules/codec/theora.c, modules/stream_out/transcode.c: fixed encoder module unloading.
25159 * modules/mux/ogg.c: fixed packing of OggDS structure.
25160
25161 ------------------------------------------------------------------------
25162 r5419 | gbazin | 2003-10-09 14:31:05 +0200 (Thu, 09 Oct 2003) | 2 lines
25163 Changed paths:
25164    M /trunk/modules/stream_out/transcode.c
25165
25166 * modules/stream_out/transcode.c: fixed resizing with theora encoding.
25167
25168 ------------------------------------------------------------------------
25169 r5420 | massiot | 2003-10-09 20:05:32 +0200 (Thu, 09 Oct 2003) | 3 lines
25170 Changed paths:
25171    M /trunk/src/playlist/playlist.c
25172
25173 HOLY SHIT, IS IT TOO DIFFICULT TO COMPILE YOUR SOURCE BEFORE CHECKING
25174 IT IN ???
25175
25176 ------------------------------------------------------------------------
25177 r5421 | gbazin | 2003-10-09 20:53:01 +0200 (Thu, 09 Oct 2003) | 5 lines
25178 Changed paths:
25179    M /trunk/modules/codec/theora.c
25180    M /trunk/modules/mux/ogg.c
25181    M /trunk/modules/stream_out/transcode.c
25182
25183
25184 * modules/stream_out/transcode.c: couple of fixes.
25185 * modules/codec/theora.c, modules/mux/ogg.c: proper granulepos generation for theora streams.
25186 * modules/mux/ogg.c: ignore pts from headers.
25187
25188 ------------------------------------------------------------------------
25189 r5422 | gbazin | 2003-10-09 21:31:38 +0200 (Thu, 09 Oct 2003) | 3 lines
25190 Changed paths:
25191    M /trunk/modules/mux/ogg.c
25192    M /trunk/modules/stream_out/transcode.c
25193
25194
25195 * modules/mux/ogg.c, modules/stream_out/transcode.c: better fix for the starting pts problem in the ogg muxer.
25196
25197 ------------------------------------------------------------------------
25198 r5423 | gbazin | 2003-10-09 21:40:29 +0200 (Thu, 09 Oct 2003) | 3 lines
25199 Changed paths:
25200    M /trunk/modules/stream_out/transcode.c
25201
25202
25203 * modules/stream_out/transcode.c: yes, I can do it!
25204
25205 ------------------------------------------------------------------------
25206 r5424 | alexis | 2003-10-10 09:28:37 +0200 (Fri, 10 Oct 2003) | 5 lines
25207 Changed paths:
25208    M /trunk/po/es.po
25209
25210 New spanish translation, by Antonio Javier Varela.
25211
25212 P.S. : it compiles fine, but I can't figure out how to change the
25213 language on the CVS version of VLC, so I couldn't test it.
25214
25215 ------------------------------------------------------------------------
25216 r5425 | alexis | 2003-10-10 09:33:53 +0200 (Fri, 10 Oct 2003) | 2 lines
25217 Changed paths:
25218    M /trunk/po/POTFILES.in
25219    M /trunk/po/de.po
25220    M /trunk/po/en_GB.po
25221    M /trunk/po/es.po
25222    M /trunk/po/fr.po
25223    M /trunk/po/it.po
25224    M /trunk/po/ja.po
25225    M /trunk/po/nl.po
25226    M /trunk/po/no.po
25227    M /trunk/po/pl.po
25228    M /trunk/po/pt_BR.po
25229    M /trunk/po/ru.po
25230    M /trunk/po/sv.po
25231    M /trunk/po/vlc.pot
25232
25233 Ran toolbox --update-po.
25234
25235 ------------------------------------------------------------------------
25236 r5426 | gbazin | 2003-10-10 19:09:42 +0200 (Fri, 10 Oct 2003) | 4 lines
25237 Changed paths:
25238    M /trunk/modules/mux/ogg.c
25239    M /trunk/src/input/input_dec.c
25240
25241
25242 * src/input/input_dec.c: use VLC_OBJECT_PACKETIZER for packetizers.
25243 * modules/mux/ogg.c: win32 fix for ogg muxing with several elementary streams.
25244
25245 ------------------------------------------------------------------------
25246 r5427 | alexis | 2003-10-10 21:42:30 +0200 (Fri, 10 Oct 2003) | 2 lines
25247 Changed paths:
25248    M /trunk/po/es.po
25249
25250 Minor fix.
25251
25252 ------------------------------------------------------------------------
25253 r5428 | hartman | 2003-10-11 16:08:58 +0200 (Sat, 11 Oct 2003) | 2 lines
25254 Changed paths:
25255    M /trunk/modules/codec/subsdec.c
25256
25257 * removed an undef HAVE_ICONV from this file, and fixed a cast warning.
25258
25259 ------------------------------------------------------------------------
25260 r5429 | hartman | 2003-10-11 23:08:40 +0200 (Sat, 11 Oct 2003) | 4 lines
25261 Changed paths:
25262    M /trunk/modules/demux/mkv.cpp
25263    M /trunk/src/misc/charset.c
25264
25265 * src/misc/charset.c: Fixed a segfault and removed some gcc warnings
25266   The day i understand strings and memory in C is going to be a joyful day :)
25267 * modules/demux/mkv.cpp: fixed an error if there is no ICONV support
25268
25269 ------------------------------------------------------------------------
25270 r5430 | hartman | 2003-10-12 00:40:05 +0200 (Sun, 12 Oct 2003) | 6 lines
25271 Changed paths:
25272    M /trunk/modules/demux/util/sub.c
25273    M /trunk/modules/demux/util/sub.h
25274    M /trunk/src/input/input.c
25275    M /trunk/src/input/subtitles.c
25276    M /trunk/src/libvlc.h
25277
25278 * src/input/subtitles.c: made the autodetection fuzziness a config option.
25279 * ALL:
25280   use a counter and pass this along to New_Subtitle, so we can add more
25281   than one subtitle file. This 'fixes' a problem where all subtitles got the
25282   same track_id and therefore were all (un)selected at the same time.
25283
25284 ------------------------------------------------------------------------
25285 r5431 | gbazin | 2003-10-12 11:49:30 +0200 (Sun, 12 Oct 2003) | 3 lines
25286 Changed paths:
25287    M /trunk/Makefile.am
25288    D /trunk/src/video_output/video_text.h
25289
25290
25291 * src/video_output/video_text.h: removed useless file.
25292
25293 ------------------------------------------------------------------------
25294 r5432 | hartman | 2003-10-12 23:53:58 +0200 (Sun, 12 Oct 2003) | 5 lines
25295 Changed paths:
25296    M /trunk/modules/demux/util/sub.c
25297
25298 * added a "auto" mode to sub-type. This is because the wxwin intf doesn't
25299   like dropdown lists, with no selection. it therefore selects the first item
25300   in this case microdvd, which then has the potential that you can save and
25301   set this sub-type accidently.
25302
25303 ------------------------------------------------------------------------
25304 r5433 | hartman | 2003-10-13 01:28:36 +0200 (Mon, 13 Oct 2003) | 5 lines
25305 Changed paths:
25306    M /trunk/NEWS
25307    M /trunk/README.MacOSX.rtf
25308    M /trunk/po/pt_BR.po
25309    M /trunk/src/libvlc.h
25310
25311 * Updated the pt_BR translation
25312 * Added the new es language to the preferences
25313 * Updated same stuff in the NEWS file, new release will still take a long time
25314 * Updated the subtitle info in the README file.
25315
25316 ------------------------------------------------------------------------
25317 r5434 | zorglub | 2003-10-13 07:48:08 +0200 (Mon, 13 Oct 2003) | 4 lines
25318 Changed paths:
25319    M /trunk/NEWS
25320    M /trunk/modules/misc/sap.c
25321
25322 * modules/misc/sap.c: Fixed a stupid option (no-ipv4-sap)
25323
25324 * NEWS: added some more stuff
25325
25326 ------------------------------------------------------------------------
25327 r5435 | alexis | 2003-10-14 09:30:31 +0200 (Tue, 14 Oct 2003) | 2 lines
25328 Changed paths:
25329    M /trunk/po/es.po
25330
25331 Spanish translation update.
25332
25333 ------------------------------------------------------------------------
25334 r5436 | alexis | 2003-10-14 18:46:39 +0200 (Tue, 14 Oct 2003) | 2 lines
25335 Changed paths:
25336    M /trunk/po/es.po
25337
25338 New update again !
25339
25340 ------------------------------------------------------------------------
25341 r5437 | gbazin | 2003-10-15 00:41:41 +0200 (Wed, 15 Oct 2003) | 10 lines
25342 Changed paths:
25343    M /trunk/include/vlc_interface.h
25344    M /trunk/include/vlc_objects.h
25345    M /trunk/modules/gui/skins/src/dialogs.cpp
25346    M /trunk/modules/gui/skins/src/skin_main.cpp
25347    M /trunk/modules/gui/wxwindows/interface.cpp
25348    M /trunk/modules/gui/wxwindows/menus.cpp
25349    M /trunk/modules/gui/wxwindows/timer.cpp
25350    M /trunk/modules/gui/wxwindows/wxwindows.cpp
25351    M /trunk/modules/gui/wxwindows/wxwindows.h
25352    M /trunk/src/interface/interface.c
25353    M /trunk/src/misc/objects.c
25354
25355
25356 * modules/gui/wxwindows/*: don't forget to delete the timer.
25357    Use wxApp::OnExit() to cleanup the dialogs provider.
25358    Added a "Miscellaneous" section to the menu. Added a "Switch interface" and "Add interface" entries to this menu.
25359 * modules/gui/skins/src/*: dialog providers have object types of VLC_OBJECT_DIALOGS.
25360    Don't forget to attach/detach the dialogs provider to its parent intf.
25361    Work around a bug in imlib2 when we close the plugin.
25362 * src/misc/objects.c, include/vlc_objects.h: added VLC_OBJECT_DIALOGS for dialogs providers.
25363 * src/interface/interface.c, include/vlc_interface.h: added 2 object variables to switch/add interfaces on the fly (intf-switch and intf-add).
25364
25365 ------------------------------------------------------------------------
25366 r5438 | gbazin | 2003-10-15 01:09:03 +0200 (Wed, 15 Oct 2003) | 3 lines
25367 Changed paths:
25368    M /trunk/src/interface/interface.c
25369
25370
25371 * src/interface/interface.c: interfaces added on the fly are attached to p_vlc instead of the main interface.
25372
25373 ------------------------------------------------------------------------
25374 r5439 | gbazin | 2003-10-15 09:34:25 +0200 (Wed, 15 Oct 2003) | 4 lines
25375 Changed paths:
25376    M /trunk/modules/control/http.c
25377    M /trunk/mozilla/vlcshell.cpp
25378
25379
25380 * modules/control/http.c: small bug fix.
25381 * mozilla/vlcshell.cpp: win32 fix.
25382
25383 ------------------------------------------------------------------------
25384 r5440 | gbazin | 2003-10-15 14:24:14 +0200 (Wed, 15 Oct 2003) | 5 lines
25385 Changed paths:
25386    M /trunk/modules/gui/skins/src/dialogs.cpp
25387    M /trunk/modules/gui/skins/src/skin_main.cpp
25388    M /trunk/modules/gui/skins/src/vlcproc.cpp
25389    M /trunk/modules/gui/skins/win32/win32_run.cpp
25390    M /trunk/modules/gui/wxwindows/dialogs.cpp
25391    M /trunk/modules/gui/wxwindows/menus.cpp
25392    M /trunk/modules/gui/wxwindows/timer.cpp
25393    M /trunk/modules/gui/wxwindows/wxwindows.cpp
25394
25395 * modules/gui/skins/win32/win32_run.cpp: don't forget to delete VlcProc
25396 * modules/gui/wxwindows/*, modules/gui/wxwindows/*: don't forget to delete all our variables callbacks.
25397 * modules/gui/wxwindows/dialogs.cpp: don't delete the dialogs provider twice.
25398 * modules/gui/wxwindows/menus.cpp: small cosmetic changes.
25399
25400 ------------------------------------------------------------------------
25401 r5441 | gbazin | 2003-10-16 00:49:48 +0200 (Thu, 16 Oct 2003) | 3 lines
25402 Changed paths:
25403    M /trunk/modules/video_filter/adjust.c
25404    M /trunk/modules/video_filter/clone.c
25405    M /trunk/modules/video_filter/crop.c
25406    M /trunk/modules/video_filter/deinterlace/deinterlace.c
25407    M /trunk/modules/video_filter/distort.c
25408    M /trunk/modules/video_filter/filter_common.h
25409    M /trunk/modules/video_filter/invert.c
25410    M /trunk/modules/video_filter/logo.c
25411    M /trunk/modules/video_filter/motionblur.c
25412    M /trunk/modules/video_filter/transform.c
25413    M /trunk/modules/video_filter/wall.c
25414
25415
25416 * modules/video_filter/*: forward fullscreen event between children and parent.
25417
25418 ------------------------------------------------------------------------
25419 r5442 | gbazin | 2003-10-16 18:04:25 +0200 (Thu, 16 Oct 2003) | 3 lines
25420 Changed paths:
25421    M /trunk/modules/gui/skins/src/vlcproc.cpp
25422
25423 * modules/gui/skins/src/vlcproc.cpp: don't forget to lock the playlist object.
25424    Check p_playlist->i_index is != -1 as well.
25425
25426 ------------------------------------------------------------------------
25427 r5443 | gbazin | 2003-10-17 18:40:09 +0200 (Fri, 17 Oct 2003) | 7 lines
25428 Changed paths:
25429    M /trunk/modules/gui/skins/src/event.cpp
25430    M /trunk/modules/gui/skins/src/skin_main.cpp
25431    M /trunk/modules/gui/skins/src/theme.cpp
25432    M /trunk/modules/gui/skins/src/vlcproc.cpp
25433    M /trunk/modules/gui/wxwindows/preferences.cpp
25434    M /trunk/modules/mux/mp4.c
25435    M /trunk/modules/video_output/directx/directx.c
25436    M /trunk/modules/video_output/directx/events.c
25437
25438
25439 * modules/gui/wxwindows/preferences.cpp: fixes some alignment issues in the config options panel.
25440 * modules/gui/skins/src/*: use (AOUT_VOLUME_DEFAULT * 2) as max volume.
25441 * modules/video_output/directx/*: use inheritance for the direct-always-on-top object var.
25442    Added Ctrl+left/right arrows as shortcuts for seeking in 1 min chunks.
25443 * modules/mux/mp4.c: fixed the audio/video sync.
25444
25445 ------------------------------------------------------------------------
25446 r5444 | ipkiss | 2003-10-17 20:17:28 +0200 (Fri, 17 Oct 2003) | 5 lines
25447 Changed paths:
25448    M /trunk/modules/gui/skins/src/banks.cpp
25449    M /trunk/modules/gui/skins/src/event.cpp
25450    M /trunk/modules/gui/skins/src/event.h
25451    M /trunk/modules/gui/skins/src/skin_common.h
25452    M /trunk/modules/gui/skins/src/skin_main.cpp
25453    M /trunk/modules/gui/skins/src/theme.cpp
25454    M /trunk/modules/gui/skins/src/vlcproc.cpp
25455    M /trunk/modules/gui/skins/src/window.h
25456    M /trunk/modules/gui/skins/win32/win32_window.cpp
25457    M /trunk/modules/gui/skins/win32/win32_window.h
25458
25459  * modules/gui/skins/*:
25460         Added an "Always on top" entry in the system menu (it can also
25461         be triggered by Ctrl+T). Implemented on Windows only, but to do
25462         that on X11 you just need to write X11Window::ToggleOnTop().
25463
25464 ------------------------------------------------------------------------
25465 r5445 | gbazin | 2003-10-17 20:38:47 +0200 (Fri, 17 Oct 2003) | 3 lines
25466 Changed paths:
25467    M /trunk/src/video_output/vout_synchro.c
25468
25469
25470 * src/video_output/vout_synchro.c: mpeg video synchro patch that fixes the susceptibility to timing jitter when decoding the first frame (courtesy of Simon Gittins).
25471
25472 ------------------------------------------------------------------------
25473 r5446 | gbazin | 2003-10-17 20:45:20 +0200 (Fri, 17 Oct 2003) | 3 lines
25474 Changed paths:
25475    M /trunk/Makefile.am
25476
25477
25478 * Makefile.am: don't forget include/vlc_keys.h in "make dist"
25479
25480 ------------------------------------------------------------------------
25481 r5447 | zorglub | 2003-10-17 20:59:00 +0200 (Fri, 17 Oct 2003) | 4 lines
25482 Changed paths:
25483    M /trunk/modules/control/http.c
25484
25485 * A few sanity checks
25486
25487 * Escape < and > to prevent script injections (could be done easily with crappy playlist items)
25488
25489 ------------------------------------------------------------------------
25490 r5448 | ipkiss | 2003-10-17 22:21:59 +0200 (Fri, 17 Oct 2003) | 3 lines
25491 Changed paths:
25492    M /trunk/doc/skins/events-howto.txt
25493    M /trunk/modules/gui/skins/src/banks.cpp
25494
25495  * modules/gui/skins/src/banks.cpp: Two events had the same shortcut
25496  * doc/skins/events-howto.txt: Updated the doc accordingly
25497
25498 ------------------------------------------------------------------------
25499 r5449 | gbazin | 2003-10-17 23:28:21 +0200 (Fri, 17 Oct 2003) | 2 lines
25500 Changed paths:
25501    M /trunk/modules/gui/wxwindows/streamout.cpp
25502
25503 * modules/gui/wxwindows/streamout.cpp: fixed the rtp field.
25504
25505 ------------------------------------------------------------------------
25506 r5450 | gbazin | 2003-10-18 22:09:23 +0200 (Sat, 18 Oct 2003) | 2 lines
25507 Changed paths:
25508    M /trunk/modules/access/dshow/dshow.cpp
25509    M /trunk/modules/access/dshow/filter.cpp
25510    M /trunk/modules/access/dshow/filter.h
25511
25512 * modules/access/dshow/*: fixes and optimizations. Also changed all the parameters into config options.
25513
25514 ------------------------------------------------------------------------
25515 r5451 | hartman | 2003-10-18 23:46:01 +0200 (Sat, 18 Oct 2003) | 5 lines
25516 Changed paths:
25517    M /trunk/modules/demux/util/sub.c
25518
25519 * The SAMI parses did case sensitive tag parsing. However both START, Start
25520   and start are legal tags. I added a local_stristr (also sometime known as strcasestr)
25521   function to this file. It probably doesn't belong here, anyone is welcome
25522   to move it.
25523
25524 ------------------------------------------------------------------------
25525 r5452 | hartman | 2003-10-19 00:48:25 +0200 (Sun, 19 Oct 2003) | 2 lines
25526 Changed paths:
25527    M /trunk/modules/demux/util/id3tag.c
25528
25529 * id3tag fills the psz_name and psz_author field of playlist_item_t
25530
25531 ------------------------------------------------------------------------
25532 r5453 | gbazin | 2003-10-19 14:20:00 +0200 (Sun, 19 Oct 2003) | 4 lines
25533 Changed paths:
25534    M /trunk/modules/gui/skins/src/skin_main.cpp
25535    M /trunk/src/playlist/playlist.c
25536
25537
25538 * src/playlist/playlist.c: fixed locking problem.
25539 * modules/gui/skins/src/skin_main.cpp: fixed division by 0.
25540
25541 ------------------------------------------------------------------------
25542 r5454 | gbazin | 2003-10-19 14:37:03 +0200 (Sun, 19 Oct 2003) | 3 lines
25543 Changed paths:
25544    M /trunk/modules/gui/skins/src/vlcproc.cpp
25545
25546
25547 * modules/gui/skins/src/vlcproc.cpp: free()/delete mismatch.
25548
25549 ------------------------------------------------------------------------
25550 r5455 | hartman | 2003-10-19 15:39:12 +0200 (Sun, 19 Oct 2003) | 7 lines
25551 Changed paths:
25552    M /trunk/modules/demux/avi/avi.c
25553    M /trunk/modules/demux/avi/avi.h
25554    M /trunk/modules/demux/avi/libavi.c
25555    M /trunk/modules/demux/avi/libavi.h
25556    M /trunk/modules/gui/macosx/info.m
25557
25558 * modules/demux/avi/*
25559   - print a debug message in case of 0xfffe audio
25560     This is either a WAVEFORMATEXTENSIBLE or encapsulated vorbis audio
25561   - use c-style comments
25562 * modules/gui/macosx/info.m:
25563   - release your objects when you finished using them.
25564
25565 ------------------------------------------------------------------------
25566 r5456 | hartman | 2003-10-19 16:02:33 +0200 (Sun, 19 Oct 2003) | 2 lines
25567 Changed paths:
25568    M /trunk/po/pt_BR.po
25569
25570 * Update portugese brazilian translation
25571
25572 ------------------------------------------------------------------------
25573 r5457 | gbazin | 2003-10-19 18:53:59 +0200 (Sun, 19 Oct 2003) | 3 lines
25574 Changed paths:
25575    M /trunk/modules/demux/ogg.c
25576
25577
25578 * modules/demux/ogg.c: fixed endless loop when trying to play a theora stream while the demux was not compiled with theora support.
25579
25580 ------------------------------------------------------------------------
25581 r5458 | asmax | 2003-10-19 22:05:56 +0200 (Sun, 19 Oct 2003) | 2 lines
25582 Changed paths:
25583    M /trunk/modules/gui/skins/x11/x11_window.cpp
25584
25585 * tried to implement on-top windows on X11, but doesn't work for me :(
25586
25587 ------------------------------------------------------------------------
25588 r5459 | asmax | 2003-10-19 22:32:21 +0200 (Sun, 19 Oct 2003) | 2 lines
25589 Changed paths:
25590    M /trunk/modules/gui/skins/x11/x11_window.h
25591
25592 * lalala
25593
25594 ------------------------------------------------------------------------
25595 r5460 | gbazin | 2003-10-20 00:25:10 +0200 (Mon, 20 Oct 2003) | 3 lines
25596 Changed paths:
25597    M /trunk/modules/gui/skins/x11/x11_window.cpp
25598
25599
25600 * modules/gui/skins/x11/x11_window.cpp: try _NET_WM_STATE_STAYS_ON_TOP as well for KDE.
25601
25602 ------------------------------------------------------------------------
25603 r5461 | sigmunau | 2003-10-20 00:41:18 +0200 (Mon, 20 Oct 2003) | 8 lines
25604 Changed paths:
25605    M /trunk/modules/gui/wxwindows/Modules.am
25606    M /trunk/modules/gui/wxwindows/interface.cpp
25607    M /trunk/modules/gui/wxwindows/preferences.cpp
25608    A /trunk/modules/gui/wxwindows/preferences_widgets.cpp
25609    A /trunk/modules/gui/wxwindows/preferences_widgets.h
25610
25611 Factored the code for each of the different types of config options out into
25612 separate widgets. This makes preferences.cpp much cleaner and opens up
25613 greater possibilities for the config item controls.
25614 * Added "browse..." button to CONFIG_ITEM_DIRECTORY
25615 * Added a slider to CONFIG_ITEM_INTEGER when i_min or i_max differs from 0
25616 * Made it possible to change CONFIG_ITEM_KEY options with the preferences
25617 dialog
25618
25619 ------------------------------------------------------------------------
25620 r5462 | sigmunau | 2003-10-20 00:52:11 +0200 (Mon, 20 Oct 2003) | 2 lines
25621 Changed paths:
25622    M /trunk/modules/gui/wxwindows/interface.cpp
25623
25624 modules/gui/wxwindows/interface.cpp: oooops
25625
25626 ------------------------------------------------------------------------
25627 r5463 | hartman | 2003-10-20 01:12:16 +0200 (Mon, 20 Oct 2003) | 7 lines
25628 Changed paths:
25629    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
25630    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
25631    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
25632    M /trunk/include/codecs.h
25633    M /trunk/modules/gui/macosx/open.h
25634    M /trunk/modules/gui/macosx/open.m
25635    M /trunk/modules/gui/macosx/playlist.m
25636
25637 * include/codecs.h: cosmetic fixes.
25638 * modules/gui/macosx/*:
25639   - remove the enqueue option from the open panel. why did i even add it? KISS
25640   - better use of name and uri fields of playlist_item_t
25641   - when users d&d a CD on VLC, it will now play. This breaks d&d folders
25642     located on a CD for now. Not really important but should be fixed later on.
25643
25644 ------------------------------------------------------------------------
25645 r5464 | gbazin | 2003-10-20 01:38:09 +0200 (Mon, 20 Oct 2003) | 5 lines
25646 Changed paths:
25647    M /trunk/modules/gui/wxwindows/menus.cpp
25648    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
25649
25650
25651 * modules/gui/wxwindows/preferences_widgets.cpp: compilation fix for unicode build.
25652    Small cosmetic fixes to the code.
25653 * modules/gui/wxwindows/menus.cpp: added a couple of new options.
25654
25655 ------------------------------------------------------------------------
25656 r5465 | hartman | 2003-10-20 02:01:06 +0200 (Mon, 20 Oct 2003) | 3 lines
25657 Changed paths:
25658    M /trunk/modules/demux/util/id3tag.c
25659    M /trunk/src/input/input.c
25660
25661 * Added a "demuxed-id3" variable to input.c so id3tags won't be parsed
25662   multiple times anymore.
25663
25664 ------------------------------------------------------------------------
25665 r5466 | gbazin | 2003-10-20 02:09:27 +0200 (Mon, 20 Oct 2003) | 3 lines
25666 Changed paths:
25667    M /trunk/modules/gui/wxwindows/preferences.cpp
25668    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
25669    M /trunk/modules/gui/wxwindows/preferences_widgets.h
25670
25671
25672 * modules/gui/wxwindows/preferences*: beware, casts from strings to char * are allocated on the stack.
25673
25674 ------------------------------------------------------------------------
25675 r5467 | hartman | 2003-10-20 03:07:28 +0200 (Mon, 20 Oct 2003) | 2 lines
25676 Changed paths:
25677    M /trunk/modules/demux/util/id3tag.c
25678
25679 * even less duplicate entries by id3tags. Dupes are annoying :)
25680
25681 ------------------------------------------------------------------------
25682 r5468 | gbazin | 2003-10-20 12:37:56 +0200 (Mon, 20 Oct 2003) | 2 lines
25683 Changed paths:
25684    M /trunk/Makefile.am
25685    M /trunk/bootstrap
25686    M /trunk/mozilla/Makefile.am
25687
25688 * Makefile.am, bootstrap, mozilla/Makefile.am: don't try to build pic _and_ non-pic code on win32 as there's no need for pic code on this platform. This should almost reduce the compilation time by a factor of 2 when the mozilla plugin is activated in the build process.
25689
25690 ------------------------------------------------------------------------
25691 r5469 | gbazin | 2003-10-20 14:25:22 +0200 (Mon, 20 Oct 2003) | 2 lines
25692 Changed paths:
25693    M /trunk/modules/gui/wxwindows/preferences.cpp
25694    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
25695    M /trunk/modules/gui/wxwindows/preferences_widgets.h
25696
25697 * modules/gui/wxwindows/preferences*: added GetName(), GetType() and IsAdvanced() to ConfigControl and got rid of ConfigData for even more simplifications.
25698
25699 ------------------------------------------------------------------------
25700 r5470 | zorglub | 2003-10-20 17:28:03 +0200 (Mon, 20 Oct 2003) | 2 lines
25701 Changed paths:
25702    M /trunk/src/playlist/playlist.c
25703
25704 Removed an awful debug message
25705
25706 ------------------------------------------------------------------------
25707 r5471 | gbazin | 2003-10-20 19:18:54 +0200 (Mon, 20 Oct 2003) | 3 lines
25708 Changed paths:
25709    M /trunk/modules/demux/avi/libavi.c
25710
25711
25712 * modules/demux/avi/libavi.c: multiline strings are not valid C.
25713
25714 ------------------------------------------------------------------------
25715 r5472 | gbazin | 2003-10-20 23:48:46 +0200 (Mon, 20 Oct 2003) | 4 lines
25716 Changed paths:
25717    M /trunk/Makefile.am
25718    M /trunk/install-win32
25719
25720
25721 * Makefile.am, install-win32: include the mozilla plugin in the win32 package.
25722    You'll still have to install the mozilla plugin manually though.
25723
25724 ------------------------------------------------------------------------
25725 r5473 | gbazin | 2003-10-21 00:27:05 +0200 (Tue, 21 Oct 2003) | 3 lines
25726 Changed paths:
25727    M /trunk/modules/gui/skins/src/vlcproc.cpp
25728
25729
25730 * modules/gui/skins/src/vlcproc.cpp: play, pause, and stop checkbox controls are now updated on "intf-change" playlist variable callback.
25731
25732 ------------------------------------------------------------------------
25733 r5474 | gbazin | 2003-10-21 00:28:26 +0200 (Tue, 21 Oct 2003) | 3 lines
25734 Changed paths:
25735    M /trunk/src/playlist/playlist.c
25736
25737
25738 * src/playlist/playlist.c: added a playlist var_Set( "intf-change" ).
25739
25740 ------------------------------------------------------------------------
25741 r5475 | fenrir | 2003-10-21 00:43:36 +0200 (Tue, 21 Oct 2003) | 6 lines
25742 Changed paths:
25743    A /trunk/doc/intf-http.txt
25744
25745  * intf-http.txt: small doc about how to write .html page for the http
25746  interface (up to date, but a bit technical...).
25747
25748  Btw, the first who ask me to write another documentation will just go
25749  to hell ;)
25750
25751 ------------------------------------------------------------------------
25752 r5476 | titer | 2003-10-21 03:05:32 +0200 (Tue, 21 Oct 2003) | 9 lines
25753 Changed paths:
25754    M /trunk/configure.ac
25755    M /trunk/modules/control/http.c
25756
25757  configure.ac:
25758   + updated libebml/libmatroska detection as matroska headers no longer
25759     include ebml headers directly. Hope you upgraded it - if not, you'll
25760     have to set your CFLAGS accordingly.
25761   + on BeOS, libmkv_plugin.so has to be linked to libstdc++
25762
25763  modules/control/http.c:
25764   + fix for gcc != 3
25765
25766 ------------------------------------------------------------------------
25767 r5477 | titer | 2003-10-21 03:48:02 +0200 (Tue, 21 Oct 2003) | 2 lines
25768 Changed paths:
25769    M /trunk/modules/gui/beos/VlcWrapper.cpp
25770
25771  beos/VlcWrapper.cpp: started to use object variables
25772
25773 ------------------------------------------------------------------------
25774 r5478 | hartman | 2003-10-21 14:30:40 +0200 (Tue, 21 Oct 2003) | 2 lines
25775 Changed paths:
25776    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
25777
25778 Fixed dropdown lists. they were returning descriptions on a SaveAll instead of config options.
25779
25780 ------------------------------------------------------------------------
25781 r5479 | gbazin | 2003-10-21 19:31:36 +0200 (Tue, 21 Oct 2003) | 3 lines
25782 Changed paths:
25783    M /trunk/configure.ac
25784
25785
25786 * configure.ac: tell the build system that mkv is a c++ plugin.
25787
25788 ------------------------------------------------------------------------
25789 r5480 | gbazin | 2003-10-21 20:33:53 +0200 (Tue, 21 Oct 2003) | 3 lines
25790 Changed paths:
25791    M /trunk/modules/codec/ffmpeg/video.c
25792
25793
25794 * modules/codec/ffmpeg/video.c: compilation fix for the latest ffmpeg changes (AVRational).
25795
25796 ------------------------------------------------------------------------
25797 r5481 | fenrir | 2003-10-22 02:00:54 +0200 (Wed, 22 Oct 2003) | 3 lines
25798 Changed paths:
25799    M /trunk/modules/demux/mkv.cpp
25800
25801  * added support for S_SSA and S_ASS old way (fix 1373).
25802    added removing of all {\xxxx} in the SSA stream.
25803
25804 ------------------------------------------------------------------------
25805 r5482 | gbazin | 2003-10-22 19:12:31 +0200 (Wed, 22 Oct 2003) | 8 lines
25806 Changed paths:
25807    M /trunk/configure.ac
25808    M /trunk/modules/access/udp.c
25809    M /trunk/modules/codec/Modules.am
25810    A /trunk/modules/codec/speex.c
25811    M /trunk/modules/demux/ogg.c
25812    M /trunk/modules/mux/ogg.c
25813    M /trunk/src/input/input.c
25814    M /trunk/src/misc/variables.c
25815
25816
25817 * configure.ac, modules/codec/Modules.am, modules/codec/speex.c: new speex decoder and packetizer using libspeex.
25818 * modules/demux/ogg.c: added support for speex to the Ogg demuxer.
25819 * modules/mux/ogg.c: added support for speex to the Ogg muxer.
25820 * src/misc/variables.c: when creating choices object variables with inheritance enabled, automatically add the inherited value to the list of choices.
25821 * modules/access/udp.c: use an object variable and inheritance for "udp-caching".
25822 * src/input/input.c: disable the hack for filenames with colons on win32 because filenames can't contain colons.
25823
25824 ------------------------------------------------------------------------
25825 r5483 | gbazin | 2003-10-22 20:24:08 +0200 (Wed, 22 Oct 2003) | 3 lines
25826 Changed paths:
25827    M /trunk/modules/codec/speex.c
25828
25829
25830 * modules/codec/speex.c: fixed a couple of bugs.
25831
25832 ------------------------------------------------------------------------
25833 r5484 | ipkiss | 2003-10-22 21:12:56 +0200 (Wed, 22 Oct 2003) | 7 lines
25834 Changed paths:
25835    M /trunk/doc/skins/skins-howto.txt
25836    M /trunk/modules/gui/skins/parser/flex.c
25837    M /trunk/modules/gui/skins/parser/skin.act
25838    M /trunk/modules/gui/skins/parser/skin.c
25839    M /trunk/modules/gui/skins/parser/skin.dtd
25840    M /trunk/modules/gui/skins/parser/skin.h
25841    M /trunk/modules/gui/skins/parser/wrappers.cpp
25842    M /trunk/modules/gui/skins/parser/wrappers.h
25843    M /trunk/modules/gui/skins/src/theme.h
25844    M /trunk/modules/gui/skins/src/vlcproc.cpp
25845    M /trunk/modules/gui/skins/src/vlcproc.h
25846    M /trunk/modules/gui/skins/src/window.h
25847    M /trunk/modules/gui/skins/win32/win32_dragdrop.cpp
25848    M /trunk/modules/gui/skins/win32/win32_dragdrop.h
25849    M /trunk/modules/gui/skins/win32/win32_theme.cpp
25850    M /trunk/modules/gui/skins/win32/win32_theme.h
25851    M /trunk/modules/gui/skins/win32/win32_window.cpp
25852    M /trunk/modules/gui/skins/win32/win32_window.h
25853    M /trunk/modules/gui/skins/x11/x11_dragdrop.cpp
25854    M /trunk/modules/gui/skins/x11/x11_dragdrop.h
25855    M /trunk/modules/gui/skins/x11/x11_theme.cpp
25856    M /trunk/modules/gui/skins/x11/x11_theme.h
25857    M /trunk/modules/gui/skins/x11/x11_window.cpp
25858    M /trunk/modules/gui/skins/x11/x11_window.h
25859
25860  * modules/gui/skins/*: Added a "playondrop" attribute to the "Window"
25861      tag, which enables to choose whether drop files should be played
25862      directly or only enqueued (default is "true", to be backwards
25863      compatible).
25864      Implemented on win32 and x11, only tested on win32.
25865  * doc/skins/skins-howto.txt: Updated the doc accordingly
25866
25867 ------------------------------------------------------------------------
25868 r5485 | gbazin | 2003-10-22 23:08:15 +0200 (Wed, 22 Oct 2003) | 3 lines
25869 Changed paths:
25870    M /trunk/NEWS
25871    M /trunk/modules/LIST
25872
25873
25874 * NEWS, modules/LIST: updated with the new features.
25875
25876 ------------------------------------------------------------------------
25877 r5486 | gbazin | 2003-10-23 13:26:08 +0200 (Thu, 23 Oct 2003) | 3 lines
25878 Changed paths:
25879    M /trunk/Makefile.am
25880    M /trunk/modules/stream_out/Modules.am
25881    M /trunk/modules/visualization/visual/Modules.am
25882    M /trunk/share/skins/default/theme.xml
25883
25884 * share/skins/default/theme.xml: set "playondrop" to false for the playlist window.
25885 * Makefile.am, modules/visualization/visual/Modules.am, modules/stream_out/Modules.am: added missing headers.
25886
25887 ------------------------------------------------------------------------
25888 r5487 | jpsaman | 2003-10-23 16:30:26 +0200 (Thu, 23 Oct 2003) | 3 lines
25889 Changed paths:
25890    M /trunk/modules/access/udp.c
25891
25892 Reviewed file:
25893 - fixed border cases with peeking in the packet.
25894
25895 ------------------------------------------------------------------------
25896 r5488 | sam | 2003-10-23 17:30:22 +0200 (Thu, 23 Oct 2003) | 3 lines
25897 Changed paths:
25898    M /trunk/bootstrap
25899
25900   * bootstrap: Only start removing files when required tools have been
25901     checked, to prevent inadvertent file losses.
25902
25903 ------------------------------------------------------------------------
25904 r5489 | gbazin | 2003-10-23 18:00:48 +0200 (Thu, 23 Oct 2003) | 2 lines
25905 Changed paths:
25906    M /trunk/modules/gui/skins/src/vlcproc.cpp
25907    M /trunk/modules/gui/skins/win32/win32_run.cpp
25908    M /trunk/modules/gui/skins/win32/win32_theme.cpp
25909
25910 * modules/gui/skins/src/*: don't forget to recreate a win32 timer when the skin is changed.
25911
25912 ------------------------------------------------------------------------
25913 r5490 | sam | 2003-10-23 18:26:21 +0200 (Thu, 23 Oct 2003) | 2 lines
25914 Changed paths:
25915    M /trunk/doc/Makefile.am
25916    M /trunk/doc/fortunes.txt
25917
25918   * doc/Makefile.am: Install a few files in /usr/share/doc/vlc/.
25919
25920 ------------------------------------------------------------------------
25921 r5491 | sam | 2003-10-23 18:43:37 +0200 (Thu, 23 Oct 2003) | 3 lines
25922 Changed paths:
25923    M /trunk/src/libvlc.c
25924
25925   * src/libvlc.c: hid p_static_vlc in a vlc_current_object function so that
25926     it can later be used from outside as well.
25927
25928 ------------------------------------------------------------------------
25929 r5492 | gbazin | 2003-10-23 18:48:45 +0200 (Thu, 23 Oct 2003) | 3 lines
25930 Changed paths:
25931    M /trunk/modules/demux/ogg.c
25932
25933
25934 * modules/demux/ogg.c: arrggg... I shouldn't be allowed to commit ;)
25935
25936 ------------------------------------------------------------------------
25937 r5493 | sam | 2003-10-23 19:04:40 +0200 (Thu, 23 Oct 2003) | 6 lines
25938 Changed paths:
25939    M /trunk/configure.ac
25940    M /trunk/mozilla/vlcpeer.cpp
25941    M /trunk/mozilla/vlcplugin.cpp
25942    M /trunk/mozilla/vlcplugin.h
25943    M /trunk/mozilla/vlcshell.cpp
25944
25945   * configure.ac:
25946     + Detect <mozilla-config.h> on newer Mozilla versions.
25947   * mozilla/vlcpeer.cpp:
25948     + If neither NP_UNIX, NP_MACOSX nor NP_WIN are defined, default to NP_UNIX.
25949     + Use <mozilla-config.h> whenever possible.
25950
25951 ------------------------------------------------------------------------
25952 r5494 | gbazin | 2003-10-23 22:51:20 +0200 (Thu, 23 Oct 2003) | 4 lines
25953 Changed paths:
25954    M /trunk/include/vlc_block_helper.h
25955    M /trunk/modules/codec/a52.c
25956    M /trunk/modules/codec/mpeg_audio.c
25957    M /trunk/modules/packetizer/mpeg4audio.c
25958
25959
25960 * include/vlc_block_helper.h: fixed an idiotically stupid bug in block_PeekOffsetBytes().
25961 * modules/codec/mpeg_audio.c, modules/codec/a52.c, modules/packetizer/mpeg4audio.c: fixed a couple of issues.
25962
25963 ------------------------------------------------------------------------
25964 r5495 | gbazin | 2003-10-23 23:28:11 +0200 (Thu, 23 Oct 2003) | 3 lines
25965 Changed paths:
25966    M /trunk/modules/codec/mpeg_audio.c
25967
25968
25969 * modules/codec/mpeg_audio.c: debug_message--;
25970
25971 ------------------------------------------------------------------------
25972 r5496 | gbazin | 2003-10-23 23:55:50 +0200 (Thu, 23 Oct 2003) | 3 lines
25973 Changed paths:
25974    M /trunk/modules/audio_output/alsa.c
25975
25976
25977 * modules/audio_output/alsa.c: recover more easily in case of underrun.
25978
25979 ------------------------------------------------------------------------
25980 r5497 | bigben | 2003-10-24 00:46:16 +0200 (Fri, 24 Oct 2003) | 2 lines
25981 Changed paths:
25982    M /trunk/modules/access/pvr/pvr.c
25983
25984 Added the "input" parameter in pvr input command line. Default is input=4 (tuner)
25985
25986 ------------------------------------------------------------------------
25987 r5498 | sigmunau | 2003-10-24 01:00:37 +0200 (Fri, 24 Oct 2003) | 3 lines
25988 Changed paths:
25989    M /trunk/configure.ac
25990    M /trunk/modules/misc/freetype.c
25991
25992 configure.ac, modules/misc/freetype.c:
25993   * Bidi support in the freetype module through fribidi
25994
25995 ------------------------------------------------------------------------
25996 r5499 | bigben | 2003-10-24 11:32:32 +0200 (Fri, 24 Oct 2003) | 2 lines
25997 Changed paths:
25998    M /trunk/modules/access/pvr/pvr.c
25999
26000 changed input parametter to channel, to be compatble with v4l input
26001
26002 ------------------------------------------------------------------------
26003 r5500 | sam | 2003-10-24 13:28:12 +0200 (Fri, 24 Oct 2003) | 2 lines
26004 Changed paths:
26005    M /trunk/modules/access/satellite/access.c
26006
26007   * modules/access/satellite/access.c: Typo.
26008
26009 ------------------------------------------------------------------------
26010 r5501 | sam | 2003-10-24 13:28:57 +0200 (Fri, 24 Oct 2003) | 2 lines
26011 Changed paths:
26012    M /trunk/modules/misc/freetype.c
26013
26014   * modules/misc/freetype.c: Set the default font to a common Debian font.
26015
26016 ------------------------------------------------------------------------
26017 r5502 | sam | 2003-10-24 13:31:51 +0200 (Fri, 24 Oct 2003) | 9 lines
26018 Changed paths:
26019    M /trunk/debian/changelog
26020    M /trunk/debian/control
26021    M /trunk/debian/rules
26022
26023   * debian/rules:
26024     + Disabled the deprecated satellite plugin; the dvb plugin is now
26025       the recommended one (Closes: #216367).
26026     + Don't install fortunes in /usr/share/games, they are too private for
26027       common mortals (Closes: #212856). They are still available in the
26028       /usr/share/doc/vlc directory though.
26029   * debian/control:
26030     + Depend on ttf-freefont for subtitles.
26031
26032 ------------------------------------------------------------------------
26033 r5503 | sam | 2003-10-24 13:53:59 +0200 (Fri, 24 Oct 2003) | 2 lines
26034 Changed paths:
26035    M /trunk/bootstrap
26036
26037   * bootstrap: Fixed the "clean" rule in module subdirectories.
26038
26039 ------------------------------------------------------------------------
26040 r5504 | fenrir | 2003-10-24 14:22:51 +0200 (Fri, 24 Oct 2003) | 2 lines
26041 Changed paths:
26042    M /trunk/modules/demux/avi/libavi.c
26043
26044  * avi: fix for playing avi file from ffserver.
26045
26046 ------------------------------------------------------------------------
26047 r5505 | sam | 2003-10-24 16:13:59 +0200 (Fri, 24 Oct 2003) | 2 lines
26048 Changed paths:
26049    M /trunk/modules/misc/freetype.c
26050
26051   * modules/misc/freetype.c: Compilation fixes.
26052
26053 ------------------------------------------------------------------------
26054 r5506 | sam | 2003-10-24 16:45:24 +0200 (Fri, 24 Oct 2003) | 4 lines
26055 Changed paths:
26056    M /trunk/debian/changelog
26057    M /trunk/debian/control
26058    M /trunk/debian/rules
26059
26060   * debian/rules:
26061     + Activated the speex codec.
26062     + Activated the PVR input module.
26063
26064 ------------------------------------------------------------------------
26065 r5507 | sam | 2003-10-24 16:50:07 +0200 (Fri, 24 Oct 2003) | 3 lines
26066 Changed paths:
26067    M /trunk/toolbox
26068
26069   * toolbox: On Debian woody, don't activate the speex plugin, and use
26070     ttf-thryomanes instead of ttf-freefonts (not available).
26071
26072 ------------------------------------------------------------------------
26073 r5508 | sam | 2003-10-24 18:34:30 +0200 (Fri, 24 Oct 2003) | 4 lines
26074 Changed paths:
26075    M /trunk/Makefile.am
26076    M /trunk/configure.ac
26077    M /trunk/debian/vlc.dirs
26078
26079   * Makefile.am: Recurse into doc/ to install documentation.
26080   * configure.ac: Removed mention of plugin packetizer_mpegaudio which does
26081     not exist.
26082
26083 ------------------------------------------------------------------------
26084 r5509 | sam | 2003-10-24 19:41:58 +0200 (Fri, 24 Oct 2003) | 3 lines
26085 Changed paths:
26086    M /trunk/include/iso_lang.h
26087
26088   * include/iso_lang.h: Since the exported functions use the "const" keyword,
26089     put the declarations in extern "C" {} in C++ modules.
26090
26091 ------------------------------------------------------------------------
26092 r5510 | sam | 2003-10-24 19:43:51 +0200 (Fri, 24 Oct 2003) | 5 lines
26093 Changed paths:
26094    M /trunk/modules/visualization/visual/effects.c
26095    M /trunk/modules/visualization/visual/fft.c
26096    M /trunk/modules/visualization/visual/fft.h
26097
26098   * modules/visualization/visual/:
26099     + Renamed fft_init into visual_fft_init because of a name clash with
26100       the ffmpeg libraries.
26101     + Replaced u8 s16 etc. with uint8_t int16_t etc.
26102
26103 ------------------------------------------------------------------------
26104 r5511 | gbazin | 2003-10-24 19:55:14 +0200 (Fri, 24 Oct 2003) | 3 lines
26105 Changed paths:
26106    M /trunk/modules/packetizer/mpeg4audio.c
26107
26108
26109 * modules/packetizer/mpeg4audio.c: when packetizing adts streams, make sure we remove the adts headers before sending the data.
26110
26111 ------------------------------------------------------------------------
26112 r5512 | gbazin | 2003-10-24 23:27:07 +0200 (Fri, 24 Oct 2003) | 8 lines
26113 Changed paths:
26114    M /trunk/configure.ac
26115    M /trunk/include/video_output.h
26116    M /trunk/include/vlc_common.h
26117    M /trunk/include/vlc_video.h
26118    M /trunk/modules/access/v4l/v4l.c
26119    M /trunk/modules/codec/rawvideo.c
26120    M /trunk/modules/misc/dummy/vout.c
26121    M /trunk/modules/stream_out/transcode.c
26122    M /trunk/modules/video_filter/filter_common.h
26123    M /trunk/modules/video_output/x11/xcommon.c
26124    M /trunk/modules/video_output/x11/xcommon.h
26125    M /trunk/src/video_output/vout_pictures.c
26126
26127
26128 * configure.ac: fix for wxWindows headers detection.
26129 * all: changed the prototype of vout_AllocatePicture() and vout_InitPicture().
26130 * src/video_output/vout_pictures.c: new vout_InitFormat() function that initialises a video_frame_format_t structure.
26131 * include/vlc_video.h: extended video_frame_format_t.
26132 * modules/codec/rawvideo.c: ported to the new decoder api.
26133 * modules/video_output/x11/*: simplifications.
26134
26135 ------------------------------------------------------------------------
26136 r5513 | sam | 2003-10-25 02:42:31 +0200 (Sat, 25 Oct 2003) | 3 lines
26137 Changed paths:
26138    M /trunk/modules/video_output/svgalib.c
26139    M /trunk/modules/video_output/wingdi.c
26140
26141   * modules/video_output/wingdi.c, modules/video_output/svgalib.c: Fixed compilation
26142     errors due to the recent API change in vout_AllocatePicture.
26143
26144 ------------------------------------------------------------------------
26145 r5514 | sam | 2003-10-25 02:49:14 +0200 (Sat, 25 Oct 2003) | 5 lines
26146 Changed paths:
26147    M /trunk/include/vlc_common.h
26148    M /trunk/include/vlc_threads.h
26149    M /trunk/modules/access/dshow/dshow.cpp
26150    M /trunk/modules/access/dvd/access.c
26151    M /trunk/modules/access/dvd/es.c
26152    M /trunk/modules/access/dvd/ifo.c
26153    M /trunk/modules/access/dvd/ifo.h
26154    M /trunk/modules/access/dvd/udf.h
26155    M /trunk/modules/access/dvdplay/es.c
26156    M /trunk/modules/access/v4l/v4l.c
26157    M /trunk/modules/audio_filter/channel_mixer/trivial.c
26158    M /trunk/modules/audio_filter/converter/fixed32tos16.c
26159    M /trunk/modules/audio_filter/converter/float32tos16.c
26160    M /trunk/modules/audio_filter/converter/float32tos8.c
26161    M /trunk/modules/audio_filter/converter/float32tou16.c
26162    M /trunk/modules/audio_filter/converter/float32tou8.c
26163    M /trunk/modules/audio_filter/converter/s16tofixed32.c
26164    M /trunk/modules/audio_filter/converter/s16tofloat32.c
26165    M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
26166    M /trunk/modules/audio_filter/converter/s8tofloat32.c
26167    M /trunk/modules/audio_filter/converter/u8tofixed32.c
26168    M /trunk/modules/audio_filter/converter/u8tofloat32.c
26169    M /trunk/modules/audio_mixer/trivial.c
26170    M /trunk/modules/audio_output/alsa.c
26171    M /trunk/modules/audio_output/file.c
26172    M /trunk/modules/audio_output/sdl.c
26173    M /trunk/modules/codec/araw.c
26174    M /trunk/modules/codec/cinepak.c
26175    M /trunk/modules/codec/ffmpeg/ffmpeg.c
26176    M /trunk/modules/codec/ffmpeg/ffmpeg.h
26177    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c
26178    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.h
26179    M /trunk/modules/codec/libmpeg2.c
26180    M /trunk/modules/codec/spudec/render.c
26181    M /trunk/modules/codec/tarkin.c
26182    M /trunk/modules/codec/theora.c
26183    M /trunk/modules/demux/mpeg/system.c
26184    M /trunk/modules/demux/mpeg/system.h
26185    M /trunk/modules/demux/ogg.c
26186    M /trunk/modules/demux/util/id3.c
26187    M /trunk/modules/demux/util/id3tag.c
26188    M /trunk/modules/gui/beos/VideoOutput.cpp
26189    M /trunk/modules/gui/beos/VideoWindow.h
26190    M /trunk/modules/gui/qnx/vout.c
26191    M /trunk/modules/misc/dummy/decoder.c
26192    M /trunk/modules/misc/dummy/vout.c
26193    M /trunk/modules/video_chroma/i420_yuy2.c
26194    M /trunk/modules/video_output/aa.c
26195    M /trunk/modules/video_output/directx/vout.h
26196    M /trunk/modules/video_output/fb.c
26197    M /trunk/modules/video_output/ggi.c
26198    M /trunk/modules/video_output/glide.c
26199    M /trunk/modules/video_output/mga/mga.c
26200    M /trunk/modules/video_output/sdl.c
26201    M /trunk/modules/video_output/x11/xcommon.h
26202    M /trunk/src/misc/beos_specific.cpp
26203    M /trunk/src/misc/threads.c
26204
26205   * include/vlc_common.h:
26206     + Removed u8, s8, u16 etc. for good.
26207   * ALL:
26208     + Replaced all occurrences of u8, s8, u16 etc. with uint8_t, int8_t, etc.
26209
26210 ------------------------------------------------------------------------
26211 r5515 | sam | 2003-10-25 05:44:46 +0200 (Sat, 25 Oct 2003) | 4 lines
26212 Changed paths:
26213    M /trunk/bootstrap
26214
26215   * bootstrap:
26216     + Smaller makefiles.
26217     + Faster builds. Heh.
26218
26219 ------------------------------------------------------------------------
26220 r5516 | sam | 2003-10-25 06:48:55 +0200 (Sat, 25 Oct 2003) | 5 lines
26221 Changed paths:
26222    M /trunk/bootstrap
26223
26224   * bootstrap:
26225     + Fixed a typo causing the Mozilla plugin build to fail.
26226     + Call the generic rule in "all" instead of "all-am" to spare one make level
26227       of recursion.
26228
26229 ------------------------------------------------------------------------
26230 r5517 | sam | 2003-10-25 06:49:41 +0200 (Sat, 25 Oct 2003) | 2 lines
26231 Changed paths:
26232    M /trunk/modules/gui/wxwindows/Modules.am
26233
26234   * modules/gui/wxwindows/Modules.am: Added a missing header to the file list.
26235
26236 ------------------------------------------------------------------------
26237 r5518 | gbazin | 2003-10-25 19:48:05 +0200 (Sat, 25 Oct 2003) | 3 lines
26238 Changed paths:
26239    M /trunk/bootstrap
26240
26241
26242 * bootstrap: fix for the AC_MSG_WARN() problem when pkg-config is not installed (hopefully).
26243
26244 ------------------------------------------------------------------------
26245 r5519 | fenrir | 2003-10-25 22:19:19 +0200 (Sat, 25 Oct 2003) | 3 lines
26246 Changed paths:
26247    M /trunk/modules/access/v4l/v4l.c
26248
26249  * v4l: added fps option to reduce the frame rate.
26250  Untested -> please report success or faillure.
26251
26252 ------------------------------------------------------------------------
26253 r5520 | sigmunau | 2003-10-26 13:46:55 +0100 (Sun, 26 Oct 2003) | 14 lines
26254 Changed paths:
26255    M /trunk/configure.ac
26256    M /trunk/modules/control/Modules.am
26257    A /trunk/modules/control/hotkeys.c
26258    M /trunk/modules/video_filter/filter_common.h
26259    M /trunk/modules/video_output/x11/xcommon.c
26260    M /trunk/src/libvlc.c
26261
26262 src/libvlc.c:
26263  * created a variable "key-pressed" in p_vlc that can be used to
26264    report or read key presses
26265  * allways try to start hotkeys interface in the background
26266 configure.ac, modules/control/Modules.am, modules/control/hotkeys.c:
26267  * a new control module that reads keypresses from "key-pressed" and
26268    performs an action depending on what is asosiated with this key.
26269    Also uses nice on screen messages to indicate what action was performed
26270 modules/video_filter/filter_common.h:
26271  * removed code to pass old style key reporting through filters
26272 modules/video_output/x11/xcommon.c:
26273  * report key-presses through the new mechanism. Incomplete, I need help
26274    with this.
26275
26276 ------------------------------------------------------------------------
26277 r5521 | gbazin | 2003-10-26 13:49:24 +0100 (Sun, 26 Oct 2003) | 3 lines
26278 Changed paths:
26279    M /trunk/configure.ac
26280
26281
26282 * configure.ac: added a --disable-fribidi option and make sure the freetype module is linked with libiconv.
26283
26284 ------------------------------------------------------------------------
26285 r5522 | gbazin | 2003-10-26 14:07:50 +0100 (Sun, 26 Oct 2003) | 3 lines
26286 Changed paths:
26287    M /trunk/INSTALL.win32
26288
26289
26290 * INSTALL.win32: updated build instructions.
26291
26292 ------------------------------------------------------------------------
26293 r5523 | sigmunau | 2003-10-26 14:10:05 +0100 (Sun, 26 Oct 2003) | 5 lines
26294 Changed paths:
26295    M /trunk/modules/access/dvdplay/intf.c
26296    M /trunk/src/video_output/video_output.c
26297
26298 modules/access/dvdplay/intf.c:
26299  * use new key-pressed in p_vlc, and not the one in p_vout
26300 src/video_output/video_output.c:
26301  * do not create the key-pressed variable in p_vout
26302
26303 ------------------------------------------------------------------------
26304 r5524 | sam | 2003-10-26 14:57:39 +0100 (Sun, 26 Oct 2003) | 2 lines
26305 Changed paths:
26306    M /trunk/bootstrap
26307
26308   * bootstrap: Fixed a shell thinko causing unwanted plugins to be built.
26309
26310 ------------------------------------------------------------------------
26311 r5525 | sam | 2003-10-26 15:49:26 +0100 (Sun, 26 Oct 2003) | 2 lines
26312 Changed paths:
26313    M /trunk/bootstrap
26314
26315   * bootstrap: Fixed breakage from previous commit.
26316
26317 ------------------------------------------------------------------------
26318 r5526 | gbazin | 2003-10-26 17:12:35 +0100 (Sun, 26 Oct 2003) | 4 lines
26319 Changed paths:
26320    M /trunk/configure.ac
26321    M /trunk/mozilla/support/npwin.cpp
26322
26323
26324 * configure.ac: check for mozilla-config.h on win32 as well.
26325 * mozilla/support/npwin.cpp: some mozilla sdk don't include mozilla-config.h explicitly so do it ourselves.
26326
26327 ------------------------------------------------------------------------
26328 r5527 | gbazin | 2003-10-26 18:11:56 +0100 (Sun, 26 Oct 2003) | 4 lines
26329 Changed paths:
26330    M /trunk/Makefile.am
26331    M /trunk/configure.ac
26332
26333
26334 * Makefile.am: strip the mozilla plugin when doing the win32 package.
26335 * configure.ac: on win32 we compile the theora module as a plugin, not builtin.
26336
26337 ------------------------------------------------------------------------
26338 r5528 | gbazin | 2003-10-26 18:50:23 +0100 (Sun, 26 Oct 2003) | 3 lines
26339 Changed paths:
26340    M /trunk/modules/video_output/x11/xcommon.c
26341
26342
26343 * modules/video_output/x11/xcommon.c: compilation fix.
26344
26345 ------------------------------------------------------------------------
26346 r5529 | sigmunau | 2003-10-27 00:03:47 +0100 (Mon, 27 Oct 2003) | 3 lines
26347 Changed paths:
26348    M /trunk/modules/video_output/x11/xcommon.c
26349
26350 modules/video_output/x11/xcommon.c:
26351  * report F1 to F12 keys
26352
26353 ------------------------------------------------------------------------
26354 r5530 | gbazin | 2003-10-27 02:04:38 +0100 (Mon, 27 Oct 2003) | 10 lines
26355 Changed paths:
26356    M /trunk/configure.ac
26357    M /trunk/include/vlc_block.h
26358    M /trunk/include/vlc_codec.h
26359    M /trunk/modules/codec/ffmpeg/Modules.am
26360    M /trunk/modules/codec/ffmpeg/audio.c
26361    D /trunk/modules/codec/ffmpeg/audio.h
26362    M /trunk/modules/codec/ffmpeg/chroma.c
26363    A /trunk/modules/codec/ffmpeg/encoder.c
26364    M /trunk/modules/codec/ffmpeg/ffmpeg.c
26365    M /trunk/modules/codec/ffmpeg/ffmpeg.h
26366    A /trunk/modules/codec/ffmpeg/postprocess.c
26367    M /trunk/modules/codec/ffmpeg/video.c
26368    D /trunk/modules/codec/ffmpeg/video.h
26369    M /trunk/modules/codec/vorbis.c
26370    M /trunk/modules/stream_out/transcode.c
26371
26372
26373 * modules/codec/ffmpeg/*: ported the ffmpeg audio and video decoders to the new api.
26374    Isolated the video postprocessing routines in postprocess.c
26375
26376 * modules/codec/ffmpeg/encoder.c, modules/codec/vorbis.c, modules/stream_out/transcode.c,
26377    include/vlc_block.h, include/vlc_codec.h: extracted the encoders out of transcode.c.
26378    transcode now uses encoder plugins (currently ffmpeg, vorbis and theora).
26379
26380 PS: transcoding is currently a bit broken but I'll fix that ASAP.
26381
26382 ------------------------------------------------------------------------
26383 r5531 | gbazin | 2003-10-27 11:00:40 +0100 (Mon, 27 Oct 2003) | 2 lines
26384 Changed paths:
26385    M /trunk/modules/codec/ffmpeg/audio.c
26386
26387 * modules/codec/ffmpeg/audio.c: compilation fix
26388
26389 ------------------------------------------------------------------------
26390 r5532 | nitrox | 2003-10-27 14:35:16 +0100 (Mon, 27 Oct 2003) | 3 lines
26391 Changed paths:
26392    M /trunk/modules/demux/mpeg/ts.c
26393    M /trunk/modules/mux/mpeg/ts.c
26394    M /trunk/po/de.po
26395    M /trunk/po/en_GB.po
26396    M /trunk/po/es.po
26397    M /trunk/po/fr.po
26398    M /trunk/po/it.po
26399    M /trunk/po/ja.po
26400    M /trunk/po/nl.po
26401    M /trunk/po/no.po
26402    M /trunk/po/pl.po
26403
26404 . in PMT decoder, fix the iso639-2B language code decoding bug:
26405    only iso-639-2T codes were decoded
26406
26407 ------------------------------------------------------------------------
26408 r5533 | gbazin | 2003-10-27 18:50:54 +0100 (Mon, 27 Oct 2003) | 5 lines
26409 Changed paths:
26410    M /trunk/modules/codec/ffmpeg/encoder.c
26411    M /trunk/modules/codec/ffmpeg/ffmpeg.c
26412    M /trunk/modules/codec/vorbis.c
26413    M /trunk/modules/stream_out/transcode.c
26414
26415
26416 * modules/codec/vorbis.c: fixed vorbis encoding.
26417 * modules/codec/ffmpeg/*: fixed ffmpeg encoding.
26418 * modules/stream_out/transcode.c: transcoding is working again.
26419
26420 ------------------------------------------------------------------------
26421 r5534 | rocky | 2003-10-27 19:57:12 +0100 (Mon, 27 Oct 2003) | 5 lines
26422 Changed paths:
26423    M /trunk/modules/demux/mpeg/ps.c
26424
26425 Don't assume when Activate is called that i_tell is at the beginning of
26426 an MPEG. Instead save that position seek to the beggining and restore
26427 the position. This allows Video CD's to be able to start from an
26428 entry other than the first one of a track.
26429
26430 ------------------------------------------------------------------------
26431 r5535 | gbazin | 2003-10-27 20:48:16 +0100 (Mon, 27 Oct 2003) | 3 lines
26432 Changed paths:
26433    M /trunk/modules/codec/ffmpeg/encoder.c
26434    M /trunk/modules/stream_out/transcode.c
26435
26436
26437 * modules/stream_out/transcode.c, modules/codec/ffmpeg/encoder.c: move the ffmpeg pts hack to the ffmpeg encoder.
26438
26439 ------------------------------------------------------------------------
26440 r5536 | gbazin | 2003-10-27 21:53:10 +0100 (Mon, 27 Oct 2003) | 3 lines
26441 Changed paths:
26442    M /trunk/modules/stream_out/transcode.c
26443
26444
26445 * modules/stream_out/transcode.c: bail out if we can't find an audio encoder.
26446
26447 ------------------------------------------------------------------------
26448 r5537 | gbazin | 2003-10-27 22:54:10 +0100 (Mon, 27 Oct 2003) | 3 lines
26449 Changed paths:
26450    M /trunk/include/aout_internal.h
26451    M /trunk/src/audio_output/dec.c
26452    M /trunk/src/libvlc.c
26453    M /trunk/src/libvlc.h
26454
26455
26456 * src/audio_output/dec.c: moved the audio desync option out of p_vlc so it can be modified on a per input basis.
26457
26458 ------------------------------------------------------------------------
26459 r5538 | gbazin | 2003-10-27 23:13:36 +0100 (Mon, 27 Oct 2003) | 3 lines
26460 Changed paths:
26461    M /trunk/modules/gui/wxwindows/streamout.cpp
26462
26463
26464 * modules/gui/wxwindows/streamout.cpp: added theora to the list of video codecs and a few more bitrates.
26465
26466 ------------------------------------------------------------------------
26467 r5539 | jpsaman | 2003-10-27 23:42:02 +0100 (Mon, 27 Oct 2003) | 6 lines
26468 Changed paths:
26469    M /trunk/modules/gui/pda/pda.c
26470    M /trunk/modules/gui/pda/pda_callbacks.c
26471
26472 PDA interface update:
26473 * File tab is beginning to work
26474 * Adding file to Playlist begins to work
26475
26476 Note: not very usefull yet.
26477
26478 ------------------------------------------------------------------------
26479 r5540 | ipkiss | 2003-10-28 08:17:45 +0100 (Tue, 28 Oct 2003) | 2 lines
26480 Changed paths:
26481    M /trunk/modules/gui/skins/win32/win32_event.cpp
26482
26483 Fix for a synchronization problem when a checkbox has 2 identical events
26484
26485 ------------------------------------------------------------------------
26486 r5541 | gbazin | 2003-10-28 15:17:52 +0100 (Tue, 28 Oct 2003) | 3 lines
26487 Changed paths:
26488    M /trunk/modules/codec/ffmpeg/postprocess.c
26489    M /trunk/modules/codec/ffmpeg/video.c
26490
26491 * modules/codec/ffmpeg/video.c: fixed screwed up indirect rendering.
26492 * modules/codec/ffmpeg/postprocess.c: idem for postprocessing.
26493
26494 ------------------------------------------------------------------------
26495 r5542 | sam | 2003-10-28 15:51:50 +0100 (Tue, 28 Oct 2003) | 2 lines
26496 Changed paths:
26497    M /trunk/include/vlc_keys.h
26498
26499   * include/vlc_keys.h: inlined the static function to avoid warnings.
26500
26501 ------------------------------------------------------------------------
26502 r5543 | gbazin | 2003-10-28 18:02:14 +0100 (Tue, 28 Oct 2003) | 3 lines
26503 Changed paths:
26504    M /trunk/modules/misc/freetype.c
26505    M /trunk/modules/video_output/directx/events.c
26506
26507 * modules/video_output/directx/events.c: added centralized hotkeys support.
26508 * modules/misc/freetype.c: fixed default font on win32.
26509
26510 ------------------------------------------------------------------------
26511 r5544 | hartman | 2003-10-28 21:15:48 +0100 (Tue, 28 Oct 2003) | 3 lines
26512 Changed paths:
26513    M /trunk/include/vlc_keys.h
26514    M /trunk/src/misc/darwin_specific.m
26515
26516 * src/misc/darwin_specific.m: fixed some languages.
26517 * include/vlc_keys.h: added some extra keys on my keyboard.
26518
26519 ------------------------------------------------------------------------
26520 r5545 | hartman | 2003-10-28 21:34:41 +0100 (Tue, 28 Oct 2003) | 2 lines
26521 Changed paths:
26522    M /trunk/configure.ac
26523
26524 * fix the missing symbols ogg issue
26525
26526 ------------------------------------------------------------------------
26527 r5546 | gbazin | 2003-10-28 22:59:13 +0100 (Tue, 28 Oct 2003) | 4 lines
26528 Changed paths:
26529    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
26530    M /trunk/modules/video_output/x11/xcommon.c
26531
26532
26533 * modules/video_output/x11/xcommon.c: hotkeys handling cleanup and support for ctrl/alt/shift modifiers.
26534 * modules/gui/wxwindows/preferences_widgets.cpp: correctly select the active hotkey (needed on win32).
26535
26536 ------------------------------------------------------------------------
26537 r5547 | sigmunau | 2003-10-29 01:04:56 +0100 (Wed, 29 Oct 2003) | 5 lines
26538 Changed paths:
26539    M /trunk/modules/misc/freetype.c
26540
26541 modules/misc/freetype.c:
26542  * fixed freetype module on big endian systems
26543  * removed a nasty debug line
26544  * cosmetic fix
26545
26546 ------------------------------------------------------------------------
26547 r5548 | gbazin | 2003-10-29 02:33:27 +0100 (Wed, 29 Oct 2003) | 3 lines
26548 Changed paths:
26549    M /trunk/include/main.h
26550    M /trunk/include/variables.h
26551    M /trunk/include/vlc_common.h
26552    M /trunk/include/vlc_keys.h
26553    M /trunk/modules/access/dvdplay/intf.c
26554    M /trunk/modules/control/hotkeys.c
26555    M /trunk/modules/gui/wxwindows/interface.cpp
26556    M /trunk/modules/gui/wxwindows/preferences.cpp
26557    M /trunk/modules/video_output/directx/events.c
26558    M /trunk/modules/video_output/x11/xcommon.c
26559    M /trunk/src/input/input.c
26560    M /trunk/src/libvlc.c
26561    M /trunk/src/libvlc.h
26562    M /trunk/src/misc/configuration.c
26563    M /trunk/src/misc/variables.c
26564
26565
26566 * ALL: improved hotkeys support.
26567
26568 ------------------------------------------------------------------------
26569 r5549 | hartman | 2003-10-29 03:13:04 +0100 (Wed, 29 Oct 2003) | 3 lines
26570 Changed paths:
26571    M /trunk/modules/control/hotkeys.c
26572    M /trunk/modules/gui/macosx/intf.h
26573    M /trunk/modules/gui/macosx/intf.m
26574    M /trunk/modules/gui/macosx/vout.m
26575
26576 * the OSX vout has support for the new hotkeys now. no prefs for it yet.
26577   And this is no final solution, i think it should be handled in VLCApplication.
26578
26579 ------------------------------------------------------------------------
26580 r5550 | hartman | 2003-10-29 12:54:48 +0100 (Wed, 29 Oct 2003) | 2 lines
26581 Changed paths:
26582    M /trunk/modules/gui/macosx/vout.m
26583
26584 * hopefully this fixes the instability of the osx vout.
26585
26586 ------------------------------------------------------------------------
26587 r5551 | gbazin | 2003-10-29 13:23:51 +0100 (Wed, 29 Oct 2003) | 4 lines
26588 Changed paths:
26589    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
26590    M /trunk/modules/gui/wxwindows/subtitles.cpp
26591    M /trunk/modules/misc/freetype.c
26592    M /trunk/modules/video_output/directx/events.c
26593
26594 * modules/misc/freetype.c: don't use the pitch of the picture to calculate the text alignment.
26595 * modules/video_output/directx/events.c: fixed key modifiers detection.
26596 * modules/gui/wxwindows/*: removed the sorted flag from a couple of comboboxes.
26597
26598 ------------------------------------------------------------------------
26599 r5552 | zorglub | 2003-10-29 18:32:55 +0100 (Wed, 29 Oct 2003) | 63 lines
26600 Changed paths:
26601    M /trunk/Makefile.am
26602    M /trunk/include/vlc_common.h
26603    M /trunk/include/vlc_help.h
26604    M /trunk/include/vlc_interface.h
26605    M /trunk/include/vlc_playlist.h
26606    M /trunk/modules/access/slp.c
26607    M /trunk/modules/demux/util/id3tag.c
26608    M /trunk/modules/gui/wxwindows/Modules.am
26609    M /trunk/modules/gui/wxwindows/dialogs.cpp
26610    M /trunk/modules/gui/wxwindows/interface.cpp
26611    M /trunk/modules/gui/wxwindows/iteminfo.cpp
26612    M /trunk/modules/gui/wxwindows/open.cpp
26613    M /trunk/modules/gui/wxwindows/playlist.cpp
26614    M /trunk/modules/gui/wxwindows/preferences.cpp
26615    M /trunk/modules/gui/wxwindows/wxwindows.h
26616    M /trunk/modules/misc/sap.c
26617    M /trunk/src/playlist/playlist.c
26618
26619 * src/playlist/* && Makefile.am
26620    - splitted the enormous playlist.c file
26621    - implemented a better item group system: groups have a name
26622      and must be created before use by
26623       playlist_CreateGroup( p_playlist, "newgroupname")
26624
26625 * modules/misc/sap.c
26626    - Create our own playlist group ("SAP") and use it
26627
26628 * modules/access/slp.c
26629    - Create our own playlist group ("SLP") and use it
26630
26631 * modules/demux/util/id3tag.c
26632    - Trigger playlist update when we have parsed our tag
26633
26634 * modules/gui/wxwindows/interface.cpp
26635    - Fixed the about box by using vlc_wraptext
26636    - Added the simple open and the streaming wizard icons
26637            *** Icons need to be changed ! ***
26638    - Added the visualization to the extended gui
26639
26640 * modules/gui/wxwindows/preferences.cpp && include/vlc_help.h
26641    - Enlarged the window to fit the wrapped text
26642    - Added help for audio encoders
26643
26644 * modules/gui/wxwindows/stream.cpp  & open.cpp & include/vlc_interface.h
26645    - Created a "streaming wizard" window (3-step streaming)
26646
26647 * modules/gui/wxwindows/iteminfo.cpp:
26648    - Group change is now based on the name
26649
26650 * modules/gui/wxwindows/playlist.cpp
26651    - Added author and group columns to the listview
26652    - Redesigned the window
26653    - Added the Sort menu with several criteria (title, author, group)
26654    - Added up/down buttons to move an item in the playlist
26655    - Added the group menu to enable/disable a group in an understandable way
26656
26657
26658 TODO:
26659 -----
26660
26661 * playlist core :
26662    - Implement advanced sort capabilities  (multi-criteria)
26663    - File format to save the new features
26664    - export playlist (to M3U, eg)
26665    - more robust group creation (duplicates check, ...)
26666
26667 * wxWindows playlist:
26668    The idea of a treeview seems impossible, because of wxWindow's treeview,
26669    that don't allow multi-selection, and, as far as I know, multi-columns.
26670    - Provide a frontend to advanced sort (when it's done :-) )
26671    - Allow moving items by drag & drop (well, if possible, haven't checked yet)
26672    - Allow moving several items at once
26673    - Customizable listview (ability to remove/move columns)
26674    - Find a solution to the focus problem
26675      (when you change track, the selected one scrolls at the
26676       bottom of the visible screen)
26677
26678 * wxWindows interface:
26679    - New icons, our icons begin to get old and not so pretty
26680    - Find a solution for the volume bar (nobody understands what it is)
26681
26682 ------------------------------------------------------------------------
26683 r5553 | zorglub | 2003-10-29 19:00:46 +0100 (Wed, 29 Oct 2003) | 2 lines
26684 Changed paths:
26685    A /trunk/modules/gui/wxwindows/stream.cpp
26686    A /trunk/src/playlist/group.c
26687    A /trunk/src/playlist/item.c
26688    A /trunk/src/playlist/loadsave.c
26689    A /trunk/src/playlist/sort.c
26690
26691 Grmbl, it was obvious I would forget to add the new files
26692
26693 ------------------------------------------------------------------------
26694 r5554 | gbazin | 2003-10-29 19:54:46 +0100 (Wed, 29 Oct 2003) | 3 lines
26695 Changed paths:
26696    M /trunk/modules/gui/wxwindows/Modules.am
26697    M /trunk/modules/gui/wxwindows/interface.cpp
26698    M /trunk/modules/gui/wxwindows/iteminfo.cpp
26699    D /trunk/modules/gui/wxwindows/stream.cpp
26700    A /trunk/modules/gui/wxwindows/streamwizard.cpp
26701
26702
26703 * modules/gui/wxwindows/*: fixed breakage.
26704
26705 ------------------------------------------------------------------------
26706 r5555 | gbazin | 2003-10-29 20:35:43 +0100 (Wed, 29 Oct 2003) | 3 lines
26707 Changed paths:
26708    M /trunk/modules/codec/ffmpeg/ffmpeg.c
26709
26710
26711 * modules/codec/ffmpeg/ffmpeg.c: CODEC_ID_MP3 is only available on recent ffmpeg versions.
26712
26713 ------------------------------------------------------------------------
26714 r5556 | gbazin | 2003-10-29 21:53:41 +0100 (Wed, 29 Oct 2003) | 3 lines
26715 Changed paths:
26716    M /trunk/modules/codec/ffmpeg/ffmpeg.c
26717
26718
26719 * modules/codec/ffmpeg/ffmpeg.c: CODEC_ID_MPEG2VIDEO only supported from version 4676.
26720
26721 ------------------------------------------------------------------------
26722 r5557 | gbazin | 2003-10-29 22:04:55 +0100 (Wed, 29 Oct 2003) | 3 lines
26723 Changed paths:
26724    M /trunk/modules/gui/wxwindows/preferences.cpp
26725
26726
26727 * modules/gui/wxwindows/preferences.cpp: restored the old size of the preferences panel... it is big enough already.
26728
26729 ------------------------------------------------------------------------
26730 r5558 | zorglub | 2003-10-29 23:25:11 +0100 (Wed, 29 Oct 2003) | 2 lines
26731 Changed paths:
26732    M /trunk/modules/gui/wxwindows/preferences.cpp
26733
26734 Wrap help at 72 chars instead of 80 to get our whole text displayed in the normal size
26735
26736 ------------------------------------------------------------------------
26737 r5559 | gbazin | 2003-10-30 00:31:57 +0100 (Thu, 30 Oct 2003) | 3 lines
26738 Changed paths:
26739    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
26740
26741
26742 * modules/gui/wxwindows/preferences_widgets.cpp: attempt at optimizing KeyConfigControl which is really slow on wxGTK.
26743
26744 ------------------------------------------------------------------------
26745 r5560 | sigmunau | 2003-10-30 00:36:59 +0100 (Thu, 30 Oct 2003) | 4 lines
26746 Changed paths:
26747    M /trunk/modules/demux/mkv.cpp
26748
26749 modules/demux/mkv.cpp:
26750  * added support for matroska files with embedded spu tracks, what the
26751    matroska people call VobSubs
26752
26753 ------------------------------------------------------------------------
26754 r5561 | sigmunau | 2003-10-30 01:12:02 +0100 (Thu, 30 Oct 2003) | 3 lines
26755 Changed paths:
26756    M /trunk/modules/demux/mkv.cpp
26757
26758 modules/demux/mkv.cpp:
26759  * fixed timing with vobsubs
26760
26761 ------------------------------------------------------------------------
26762 r5562 | gbazin | 2003-10-30 13:01:01 +0100 (Thu, 30 Oct 2003) | 2 lines
26763 Changed paths:
26764    M /trunk/modules/stream_out/transcode.c
26765
26766 * modules/stream_out/transcode.c: fixed last pts/dts calculation breakage.
26767
26768 ------------------------------------------------------------------------
26769 r5563 | gbazin | 2003-10-30 18:58:07 +0100 (Thu, 30 Oct 2003) | 3 lines
26770 Changed paths:
26771    M /trunk/include/vlc_keys.h
26772    M /trunk/modules/control/hotkeys.c
26773    M /trunk/src/libvlc.h
26774
26775
26776 * modules/control/hotkeys.c, src/libvlc.h, include/vlc_keys.h: added hotkeys for jump actions.
26777
26778 ------------------------------------------------------------------------
26779 r5564 | gbazin | 2003-10-30 18:59:12 +0100 (Thu, 30 Oct 2003) | 3 lines
26780 Changed paths:
26781    M /trunk/modules/gui/skins/win32/win32_theme.cpp
26782    M /trunk/modules/gui/skins/win32/win32_window.cpp
26783
26784
26785 * modules/gui/skins/win32/*: fixed a problem with drag&drop when restarting the skins engine.
26786
26787 ------------------------------------------------------------------------
26788 r5565 | gbazin | 2003-10-30 22:44:48 +0100 (Thu, 30 Oct 2003) | 3 lines
26789 Changed paths:
26790    M /trunk/include/modules_inner.h
26791
26792
26793 * include/modules_inner.h: bigger p_config[] array because the main module is becoming quite big.
26794
26795 ------------------------------------------------------------------------
26796 r5566 | hartman | 2003-10-30 23:34:48 +0100 (Thu, 30 Oct 2003) | 7 lines
26797 Changed paths:
26798    M /trunk/include/osd.h
26799    M /trunk/modules/control/hotkeys.c
26800    M /trunk/modules/gui/macosx/vout.m
26801    M /trunk/src/audio_output/intf.c
26802    M /trunk/src/libvlc.h
26803    M /trunk/src/video_output/video_text.c
26804
26805 * implemented a vout_OSDMessage to display messages on the video at a specific
26806   location by any module.
26807 * added a OSD config option to the Video options. this will allow you to disable
26808   the messages printed by OSDMessage. Subtitles will still be shown however.
26809 * src/audio_output/intf.c: volumeSet sets the intf-change variable.
26810 * modules/gui/macosx/vout.m: fix the modifier detection.
26811
26812 ------------------------------------------------------------------------
26813 r5567 | hartman | 2003-10-31 00:17:59 +0100 (Fri, 31 Oct 2003) | 2 lines
26814 Changed paths:
26815    M /trunk/modules/control/hotkeys.c
26816
26817 * Use the new vout_OSDMessage on the new hotkeys functions.
26818
26819 ------------------------------------------------------------------------
26820 r5568 | hartman | 2003-10-31 16:54:53 +0100 (Fri, 31 Oct 2003) | 5 lines
26821 Changed paths:
26822    M /trunk/modules/demux/mkv.cpp
26823    M /trunk/modules/gui/macosx/controls.m
26824    M /trunk/modules/gui/macosx/open.m
26825    M /trunk/modules/gui/macosx/vout.m
26826
26827 * modules/demux/mkv.cpp: Set English as the default for track language.
26828 * modules/gui/macosx/vout.m: removed debug
26829 * modules/gui/macosx/open.m: Panther compilation fixes
26830 * modules/gui/macosx/controls.m: OSDMessages :)
26831
26832 ------------------------------------------------------------------------
26833 r5569 | fenrir | 2003-10-31 17:57:12 +0100 (Fri, 31 Oct 2003) | 14 lines
26834 Changed paths:
26835    A /trunk/modules/stream_out/rtp.c
26836
26837  * begin to add a rtp mixer. For now it support mpeg audio and ac3(untested).
26838  TODO: (a lot of work)
26839     - gather multiple small frames in one packets (not really important).
26840     - add mpeg 1/2 video
26841     - export a sdp file (needed for all next codecs).
26842     - add mpeg4 audio/video
26843     - add ts/ps over RTP.
26844     - perhaps ogg over RTP if something is abled to read that.
26845
26846  command: #rtp{dst=ip,port=port,[mux=muxer]} (mux not yet implemented)
26847
26848  It automaticaly uses ip:port, ip:port+2, ip:port+4 ... (port should
26849  be odd btw)
26850
26851 ------------------------------------------------------------------------
26852 r5570 | gbazin | 2003-10-31 19:18:46 +0100 (Fri, 31 Oct 2003) | 4 lines
26853 Changed paths:
26854    M /trunk/modules/control/hotkeys.c
26855    M /trunk/modules/video_output/directx/events.c
26856
26857
26858 * modules/control/hotkeys.c: use demux_Control( p_input, DEMUX_SET_TIME, ...) to seek, for better precision.
26859 * modules/video_output/directx/events.c: fix to catch the Alt key.
26860
26861 ------------------------------------------------------------------------
26862 r5571 | hartman | 2003-10-31 23:46:19 +0100 (Fri, 31 Oct 2003) | 7 lines
26863 Changed paths:
26864    M /trunk/modules/demux/util/sub.c
26865    M /trunk/modules/demux/util/sub.h
26866
26867 * starting support for external vobsubs.
26868   we can now read the .idx file. TODO:
26869   - create a structure to store subinfo in (like WAVEFORMATEX and BITMAPINFO
26870   - allow for multiple tracks in the sub demux
26871   - open the .sub vobsub file, remove the mpeg crud and prepare a packet
26872     for spudec.
26873
26874 ------------------------------------------------------------------------
26875 r5572 | sam | 2003-11-01 00:57:28 +0100 (Sat, 01 Nov 2003) | 2 lines
26876 Changed paths:
26877    M /trunk/debian/changelog
26878    M /trunk/debian/control
26879    M /trunk/debian/rules
26880
26881   * The "coincoin" Debian upload (no, it's not a cocker).
26882
26883 ------------------------------------------------------------------------
26884 r5573 | fenrir | 2003-11-01 01:11:31 +0100 (Sat, 01 Nov 2003) | 3 lines
26885 Changed paths:
26886    M /trunk/modules/access_output/udp.c
26887
26888  * udp: added a new option: raw, to use it udp{raw} (It doesn't try to
26889 fill packet send to mtu size, needed by rtp)
26890
26891 ------------------------------------------------------------------------
26892 r5574 | fenrir | 2003-11-01 01:15:49 +0100 (Sat, 01 Nov 2003) | 6 lines
26893 Changed paths:
26894    M /trunk/modules/stream_out/rtp.c
26895
26896  * rtp: Added mpeg4 video(rfc 3016) and audio(mpeg4-generic). ( but far
26897        from perfect)
26898         Use udp raw mode.
26899         Generate a SDP file (for now it is just fprintf to stderr).
26900         The streams produced work under gmp4player. (mpeg4ip)
26901
26902 ------------------------------------------------------------------------
26903 r5575 | fenrir | 2003-11-01 05:17:43 +0100 (Sat, 01 Nov 2003) | 8 lines
26904 Changed paths:
26905    M /trunk/modules/stream_out/rtp.c
26906
26907  * rtp: - added TS/PS support. (ex: #rtp{dst=ip,port=port,mux=ts} )
26908        PS will work if there is only one stream as the muxer doesn't set
26909        correctly dts/length for muxed packets. (so pretty useless ;)
26910         - added mpeg1/2 video. (how overcomplicated is rfc2250),
26911        tested with mplayer+live.com (but I'm not sure that my ES parsing
26912        is ok.)
26913         - btw, there is a ttl option.
26914
26915 ------------------------------------------------------------------------
26916 r5576 | fenrir | 2003-11-01 07:27:45 +0100 (Sat, 01 Nov 2003) | 2 lines
26917 Changed paths:
26918    M /trunk/modules/codec/araw.c
26919
26920  * araw: added pseudo raw encoder. (s16b and s16l -> u8,s8, s16l,s16b).
26921
26922 ------------------------------------------------------------------------
26923 r5577 | fenrir | 2003-11-01 07:56:29 +0100 (Sat, 01 Nov 2003) | 2 lines
26924 Changed paths:
26925    M /trunk/modules/codec/araw.c
26926
26927  * araw: mhh, aout_buffer_t.i_nb_samples is samples _per_ channels...
26928
26929 ------------------------------------------------------------------------
26930 r5578 | fenrir | 2003-11-01 07:57:51 +0100 (Sat, 01 Nov 2003) | 3 lines
26931 Changed paths:
26932    M /trunk/modules/stream_out/rtp.c
26933
26934  * rtp: added l8 (u8 samples) and l16 (s16b samples) support (eg to use with
26935  transcode).
26936
26937 ------------------------------------------------------------------------
26938 r5579 | sam | 2003-11-01 11:07:09 +0100 (Sat, 01 Nov 2003) | 8 lines
26939 Changed paths:
26940    M /trunk/debian/changelog
26941    M /trunk/debian/control
26942    M /trunk/debian/rules
26943    M /trunk/toolbox
26944
26945   * debian/control:
26946     + Build-depend on a newer wxwindows version to avoid incompatibilities.
26947     + Build-depend on linux-kernel-headers and build-conflict on dvb-dev
26948       because these packages cannot be installed together.
26949   * debian/rules:
26950     + Temporarily disabled the framebuffer video output plugin because of
26951        current code errors in linux-kernel-headers.
26952
26953 ------------------------------------------------------------------------
26954 r5580 | hartman | 2003-11-01 15:35:38 +0100 (Sat, 01 Nov 2003) | 2 lines
26955 Changed paths:
26956    A /trunk/vlc-cvs.ebuild
26957
26958 * an ebuild that pulls vlc from cvs and installs that.
26959
26960 ------------------------------------------------------------------------
26961 r5581 | fenrir | 2003-11-01 22:50:01 +0100 (Sat, 01 Nov 2003) | 2 lines
26962 Changed paths:
26963    M /trunk/configure.ac
26964    M /trunk/modules/stream_out/Modules.am
26965
26966  * added stream_out_rtp.
26967
26968 ------------------------------------------------------------------------
26969 r5582 | hartman | 2003-11-02 02:41:12 +0100 (Sun, 02 Nov 2003) | 3 lines
26970 Changed paths:
26971    M /trunk/modules/demux/mkv.cpp
26972    M /trunk/modules/demux/util/sub.c
26973
26974 * Fixed bugs in parsing SSA lines. Turns out we are currently parsing within demuxers.
26975   The parsing of lines should of course be moved to the decoder level.
26976
26977 ------------------------------------------------------------------------
26978 r5583 | hartman | 2003-11-02 07:33:49 +0100 (Sun, 02 Nov 2003) | 7 lines
26979 Changed paths:
26980    M /trunk/modules/gui/macosx/controls.m
26981    M /trunk/modules/visualization/visual/visual.c
26982    M /trunk/src/audio_output/input.c
26983
26984 * modules/audio_output/input.c: created variables to allow for a autogenerated
26985   Visualizations menu (is this the right location?)
26986   Problems currently are: Doesn't work on the fly. where to start?
26987   For that reason it now also uses config options instead of variables.
26988 * modules/visualization/visual/visual.c: small adaptions
26989 * modules/gui/macosx/controls.m: fix warnings.
26990
26991 ------------------------------------------------------------------------
26992 r5584 | gbazin | 2003-11-02 13:22:45 +0100 (Sun, 02 Nov 2003) | 4 lines
26993 Changed paths:
26994    M /trunk/modules/gui/wxwindows/menus.cpp
26995    M /trunk/src/audio_output/input.c
26996
26997
26998 * src/audio_output/input.c: on-the-fly visualization changes.
26999 * modules/gui/wxwindows/menus.cpp: added a visualization entry.
27000
27001 ------------------------------------------------------------------------
27002 r5585 | sigmunau | 2003-11-02 17:12:27 +0100 (Sun, 02 Nov 2003) | 3 lines
27003 Changed paths:
27004    M /trunk/modules/demux/mkv.cpp
27005
27006 modules/demux/mkv.cpp:
27007  * fix a segfault on close caused by setting default language
27008
27009 ------------------------------------------------------------------------
27010 r5586 | sigmunau | 2003-11-02 19:03:45 +0100 (Sun, 02 Nov 2003) | 3 lines
27011 Changed paths:
27012    M /trunk/modules/demux/mkv.cpp
27013
27014 modules/demux/mkv.cpp:
27015  * proper fix for timing with vobsub tracks ( and possibly some other cases )
27016
27017 ------------------------------------------------------------------------
27018 r5587 | gbazin | 2003-11-02 20:26:30 +0100 (Sun, 02 Nov 2003) | 5 lines
27019 Changed paths:
27020    M /trunk/doc/intf-http.txt
27021    M /trunk/modules/control/http.c
27022    M /trunk/share/http/index.html
27023
27024
27025 * modules/control/http.c: delete command supports a list of items.
27026 * doc/intf-http.txt: update for delete command.
27027 * share/http/index.html: added the possibility to delete playlist items.
27028
27029 ------------------------------------------------------------------------
27030 r5588 | gbazin | 2003-11-02 22:26:41 +0100 (Sun, 02 Nov 2003) | 3 lines
27031 Changed paths:
27032    M /trunk/Makefile.am
27033
27034
27035 * Makefile.am: include the .css file from the html interface into the win32 package.
27036
27037 ------------------------------------------------------------------------
27038 r5589 | gbazin | 2003-11-02 23:15:14 +0100 (Sun, 02 Nov 2003) | 3 lines
27039 Changed paths:
27040    M /trunk/modules/demux/util/id3.c
27041    M /trunk/modules/demux/util/id3tag.c
27042
27043
27044 * modules/demux/util/id3.c, modules/demux/util/id3tag.c: don't use input_Peek() to read an id3 tag as these tags can be bigger than what input_Peek() can read.
27045
27046 ------------------------------------------------------------------------
27047 r5590 | gbazin | 2003-11-02 23:16:32 +0100 (Sun, 02 Nov 2003) | 3 lines
27048 Changed paths:
27049    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
27050
27051
27052 * modules/gui/wxwindows/preferences_widgets.cpp: show the current value when using sliders.
27053
27054 ------------------------------------------------------------------------
27055 r5591 | gbazin | 2003-11-02 23:28:46 +0100 (Sun, 02 Nov 2003) | 3 lines
27056 Changed paths:
27057    M /trunk/Makefile.am
27058
27059
27060 * Makefile.am: small change to the package-win32 target.
27061
27062 ------------------------------------------------------------------------
27063 r5592 | gbazin | 2003-11-02 23:51:56 +0100 (Sun, 02 Nov 2003) | 3 lines
27064 Changed paths:
27065    M /trunk/modules/control/http.c
27066
27067
27068 * modules/control/http.c: cough cough.
27069
27070 ------------------------------------------------------------------------
27071 r5593 | zorglub | 2003-11-03 00:13:30 +0100 (Mon, 03 Nov 2003) | 2 lines
27072 Changed paths:
27073    M /trunk/src/playlist/playlist.c
27074
27075 Removed debug messages
27076
27077 ------------------------------------------------------------------------
27078 r5594 | garf | 2003-11-03 04:21:38 +0100 (Mon, 03 Nov 2003) | 3 lines
27079 Changed paths:
27080    M /trunk/modules/control/http.c
27081    M /trunk/share/http/admin/index.html
27082    M /trunk/share/http/index.html
27083    M /trunk/share/http/style.css
27084
27085  * http.c,index.html: add seek function in http interface. Also added "stream_position", "stream_length", and "stream_time" which could be usefull later (for a slider, for example :) )
27086  * changed http interface more "neutral" colors
27087
27088 ------------------------------------------------------------------------
27089 r5595 | gbazin | 2003-11-03 15:02:54 +0100 (Mon, 03 Nov 2003) | 2 lines
27090 Changed paths:
27091    M /trunk/modules/demux/mpeg/system.h
27092    M /trunk/modules/demux/mpeg/ts.c
27093
27094 * modules/demux/mpeg/*: added support for ISO/IEC 13818-7 Audio with ADTS transport syntax to the TS demux.
27095
27096 ------------------------------------------------------------------------
27097 r5596 | hartman | 2003-11-03 16:27:28 +0100 (Mon, 03 Nov 2003) | 6 lines
27098 Changed paths:
27099    M /trunk/Makefile.am
27100    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
27101    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
27102    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
27103    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
27104    M /trunk/modules/gui/macosx/intf.h
27105    M /trunk/modules/gui/macosx/intf.m
27106
27107 * modules/gui/macosx/*: Commit of the Visualizations menu item.
27108 * ALL: bring the project files to XCode.
27109   10.2 users should revert the change in Makefile.am or they won't be able to
27110   build VLC on their machine. Editing the project files will probably also not
27111   be possible for them.
27112
27113 ------------------------------------------------------------------------
27114 r5597 | gbazin | 2003-11-03 21:22:21 +0100 (Mon, 03 Nov 2003) | 3 lines
27115 Changed paths:
27116    M /trunk/modules/access/dshow/dshow.cpp
27117    M /trunk/modules/access/dshow/filter.cpp
27118
27119
27120 * modules/access/dshow/*: attempt at supporting DV inputs (completely untested).
27121
27122 ------------------------------------------------------------------------
27123 r5598 | fenrir | 2003-11-03 23:30:15 +0100 (Mon, 03 Nov 2003) | 5 lines
27124 Changed paths:
27125    M /trunk/configure.ac
27126    M /trunk/modules/codec/Modules.am
27127    D /trunk/modules/codec/faad
27128    A /trunk/modules/codec/faad.c
27129
27130  * all: ported the faad decoder to the new API (btw, aac HE untested).
27131  I have not kept the compatibility with older faad version (but check is
27132  still be  done in configure.ac). (I  didn't like it as  old version are
27133  really buggy).
27134
27135 ------------------------------------------------------------------------
27136 r5599 | sam | 2003-11-03 23:36:45 +0100 (Mon, 03 Nov 2003) | 2 lines
27137 Changed paths:
27138    M /trunk/modules/misc/sap.c
27139
27140   * modules/misc/sap.c: fixed a warning and some coding style insanities.
27141
27142 ------------------------------------------------------------------------
27143 r5600 | fenrir | 2003-11-04 00:05:03 +0100 (Tue, 04 Nov 2003) | 2 lines
27144 Changed paths:
27145    M /trunk/configure.ac
27146
27147  * removed old faad detection.
27148
27149 ------------------------------------------------------------------------
27150 r5601 | fenrir | 2003-11-04 02:27:33 +0100 (Tue, 04 Nov 2003) | 2 lines
27151 Changed paths:
27152    M /trunk/modules/codec/araw.c
27153
27154  * araw: ported to new API.
27155
27156 ------------------------------------------------------------------------
27157 r5602 | fenrir | 2003-11-04 03:23:11 +0100 (Tue, 04 Nov 2003) | 13 lines
27158 Changed paths:
27159    M /trunk/modules/codec/faad.c
27160    M /trunk/modules/control/hotkeys.c
27161    M /trunk/modules/demux/avi/avi.c
27162    M /trunk/src/input/input.c
27163
27164  * input: fixed position-offset, time and time-offset.
27165
27166  * hotkeys: never _never_ use  demux_Control outside of src/input/ (it's
27167  completely broken,  there is a lot  more things to do),  all interfaces
27168  have  to  use  var_Get/Set  (time(-offset),  position(-offset),  state,
27169  rate(-slower|-faster)...  ).
27170  Btw,   input_SetStatus,   input_Seek,   input_Tell,   input_ChangeArea,
27171  input_ToggleES,  will   be  quickly   obsolete  and   removed(at  least
27172  unavailable for intf), so we should convert remaining interfaces (ie all
27173  except wx, osx, rc, http, hotkeys).
27174
27175  * avi: implemented DEMUX_SET_TIME (not yet used).
27176
27177 ------------------------------------------------------------------------
27178 r5603 | titer | 2003-11-04 12:11:30 +0100 (Tue, 04 Nov 2003) | 8 lines
27179 Changed paths:
27180    M /trunk/configure.ac
27181    M /trunk/modules/demux/util/sub.c
27182    M /trunk/modules/gui/beos/VideoOutput.cpp
27183    M /trunk/modules/gui/beos/VideoWindow.h
27184
27185  + configure.ac:
27186      fixed a link issue on BeOS
27187  + modules/demux/util/sub.c:
27188      gcc != 3 fix
27189  + modules/gui/beos/*:
27190      compile fixes; never replace int32 with int32_t, these are not the
27191      same on BeOS (long/int)
27192
27193 ------------------------------------------------------------------------
27194 r5604 | fenrir | 2003-11-04 15:51:51 +0100 (Tue, 04 Nov 2003) | 2 lines
27195 Changed paths:
27196    M /trunk/modules/codec/adpcm.c
27197
27198  * adpcm: converted to new API (need more testing).
27199
27200 ------------------------------------------------------------------------
27201 r5605 | sam | 2003-11-04 16:26:04 +0100 (Tue, 04 Nov 2003) | 3 lines
27202 Changed paths:
27203    M /trunk/debian/changelog
27204    M /trunk/debian/control
27205    M /trunk/toolbox
27206
27207   * debian/control:
27208     + Build-depend on fixed dvb-dev packages.
27209
27210 ------------------------------------------------------------------------
27211 r5606 | sam | 2003-11-04 16:31:44 +0100 (Tue, 04 Nov 2003) | 2 lines
27212 Changed paths:
27213    M /trunk/bootstrap
27214
27215   * bootstrap: Fixed an automake breakage when gettext is not present.
27216
27217 ------------------------------------------------------------------------
27218 r5607 | garf | 2003-11-04 16:52:52 +0100 (Tue, 04 Nov 2003) | 2 lines
27219 Changed paths:
27220    M /trunk/modules/control/http.c
27221    M /trunk/share/http/index.html
27222
27223  * http interface: added "fullscreen" and "keep" functions
27224
27225 ------------------------------------------------------------------------
27226 r5608 | gbazin | 2003-11-04 18:46:18 +0100 (Tue, 04 Nov 2003) | 4 lines
27227 Changed paths:
27228    M /trunk/include/vout_synchro.h
27229    M /trunk/modules/codec/libmpeg2.c
27230    M /trunk/src/video_output/vout_synchro.c
27231
27232
27233 * src/video_output/vout_synchro.c, include/vout_synchro.h: got rid of the dependency on the vout.
27234 * modules/codec/libmpeg2.c: updated with the synchro api changes.
27235
27236 ------------------------------------------------------------------------
27237 r5609 | hartman | 2003-11-05 01:17:50 +0100 (Wed, 05 Nov 2003) | 20 lines
27238 Changed paths:
27239    M /trunk/include/codecs.h
27240    M /trunk/modules/codec/subsdec.c
27241    M /trunk/modules/demux/mkv.cpp
27242    M /trunk/modules/demux/util/sub.c
27243    M /trunk/modules/demux/util/sub.h
27244
27245 Please test if this has any regressions
27246
27247 * include/codecs.h:
27248   - created a subtitle_data_t to be used by subtitle demuxers
27249     and decoders to pass information.
27250   - ToDo: access/dvd/es.c and spudec need to be fixed to use the palette field
27251     of this new struct.
27252 * modules/codec/subsdec.c:
27253   - moved the decoding of ssa textlines to here.
27254   - ToDo: support for any tags is lacking atm., but now possible.
27255 * modules/demux/mkv.cpp:
27256   - ssa is now passed undecoded to ssa subsdec.
27257   - ssa headers are passed to ssa subsdec via subtitle_data_t
27258   - ToDo: decode idx header info and fill the subtitle_data_t
27259   - ToDo: support for compressed vobsubs.
27260 * modules/demux/util/sub.?:
27261   - moved ssa decoding out of here.
27262   - ToDo: add support for multiple tracks
27263   - ToDo: implement reading vobsub .sub files (not .idx)
27264
27265 ------------------------------------------------------------------------
27266 r5610 | gbazin | 2003-11-05 01:39:17 +0100 (Wed, 05 Nov 2003) | 6 lines
27267 Changed paths:
27268    M /trunk/include/configuration.h
27269    M /trunk/include/modules_inner.h
27270    M /trunk/modules/access/dvd/dvd.c
27271    M /trunk/modules/audio_output/file.c
27272    M /trunk/modules/codec/subsdec.c
27273    M /trunk/modules/control/gestures.c
27274    M /trunk/modules/demux/mkv.cpp
27275    M /trunk/modules/demux/util/sub.c
27276    M /trunk/modules/gui/beos/BeOS.cpp
27277    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
27278    M /trunk/modules/gui/wxwindows/preferences_widgets.h
27279    M /trunk/modules/misc/freetype.c
27280    M /trunk/modules/misc/logger/logger.c
27281    M /trunk/modules/video_filter/deinterlace/deinterlace.c
27282    M /trunk/modules/video_filter/distort.c
27283    M /trunk/modules/video_filter/transform.c
27284    M /trunk/src/libvlc.h
27285    M /trunk/src/misc/configuration.c
27286
27287 * include/configuration.h: some small re-work of the config declaration macros.
27288    String choices lists can now also have a list of text descriptions associated with them.
27289    Added integer choices lists.
27290 * modules/gui/wxwindows/: modified config widgets to use the new config options.
27291 * ALL: updated for the new config options.
27292
27293 ------------------------------------------------------------------------
27294 r5611 | hartman | 2003-11-05 01:40:08 +0100 (Wed, 05 Nov 2003) | 3 lines
27295 Changed paths:
27296    M /trunk/modules/gui/macosx/vout.h
27297    M /trunk/modules/gui/macosx/vout.m
27298
27299 * moved garfou's changes before a variable that is at risk of overflow
27300   maybe this will fix the random crashes?
27301
27302 ------------------------------------------------------------------------
27303 r5612 | fenrir | 2003-11-05 02:47:40 +0100 (Wed, 05 Nov 2003) | 2 lines
27304 Changed paths:
27305    M /trunk/modules/codec/adpcm.c
27306    M /trunk/modules/codec/araw.c
27307    M /trunk/modules/codec/faad.c
27308
27309  * all: who has seen that I have just forgot to release any buffers...
27310
27311 ------------------------------------------------------------------------
27312 r5613 | gbazin | 2003-11-05 03:43:55 +0100 (Wed, 05 Nov 2003) | 3 lines
27313 Changed paths:
27314    M /trunk/modules/access/dshow/dshow.cpp
27315    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
27316    M /trunk/modules/gui/wxwindows/preferences_widgets.h
27317
27318 * modules/gui/wxwindows/preferences_widgets.*: added a refresh button for config vars with choices lists which have a pf_list_update callback.
27319 * modules/access/dshow/dshow.cpp: provide a callback to update the devices lists.
27320
27321 ------------------------------------------------------------------------
27322 r5614 | gbazin | 2003-11-05 10:16:55 +0100 (Wed, 05 Nov 2003) | 2 lines
27323 Changed paths:
27324    M /trunk/include/video_output.h
27325
27326 * include/video_output.h: forgot this file in the vout_Synchro commit yesterday.
27327
27328 ------------------------------------------------------------------------
27329 r5615 | gbazin | 2003-11-05 18:46:21 +0100 (Wed, 05 Nov 2003) | 4 lines
27330 Changed paths:
27331    M /trunk/modules/codec/ffmpeg/encoder.c
27332    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
27333    M /trunk/modules/gui/wxwindows/preferences_widgets.h
27334
27335
27336 * modules/codec/ffmpeg/encoder.c: fixed bug in the audio encoder.
27337 * modules/gui/wxwindows/preferences_widgets.*: bug fix.
27338
27339 ------------------------------------------------------------------------
27340 r5616 | gbazin | 2003-11-05 18:57:29 +0100 (Wed, 05 Nov 2003) | 8 lines
27341 Changed paths:
27342    M /trunk/modules/demux/demuxdump.c
27343    M /trunk/modules/gui/wxwindows/open.cpp
27344    M /trunk/modules/gui/wxwindows/streamout.cpp
27345    M /trunk/modules/gui/wxwindows/wxwindows.h
27346    M /trunk/src/input/input.c
27347    M /trunk/src/misc/configuration.c
27348    M /trunk/src/misc/modules.c
27349    M /trunk/src/misc/variables.c
27350
27351
27352 * src/input/input.c: honor the --demux config option (will be overriden if demux is specified in the MRL).
27353    I'm not exactly sure this is wise as some users will surely fuck-up their preferences and force a specific demux...
27354    but this also allows me to specifiy the demuxdump demux with an input option (very handy to include the demuxdump option in the streamout gui dialogs).
27355 * src/misc/modules.c: changed module_Need() to use var_Get() instead of config_Get.
27356
27357 * modules/gui/wxwindows/*: moved the demuxdump option from the open dialog to the streamout dialog.
27358
27359 ------------------------------------------------------------------------
27360 r5617 | gbazin | 2003-11-05 19:59:01 +0100 (Wed, 05 Nov 2003) | 5 lines
27361 Changed paths:
27362    M /trunk/include/vlc_codec.h
27363    M /trunk/modules/codec/ffmpeg/encoder.c
27364    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
27365    M /trunk/modules/stream_out/transcode.c
27366    M /trunk/src/misc/configuration.c
27367
27368
27369 * include/vlc_codec.h, modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c: tell the encoder to respect the aspect ratio of the input.
27370 * modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
27371 * src/misc/configuration.c: use strtol() instead of atoi().
27372
27373 ------------------------------------------------------------------------
27374 r5618 | gbazin | 2003-11-05 21:06:36 +0100 (Wed, 05 Nov 2003) | 3 lines
27375 Changed paths:
27376    M /trunk/modules/gui/wxwindows/streamout.cpp
27377
27378
27379 * modules/gui/wxwindows/streamout.cpp: fixed a couple of things.
27380
27381 ------------------------------------------------------------------------
27382 r5619 | fenrir | 2003-11-06 00:28:36 +0100 (Thu, 06 Nov 2003) | 2 lines
27383 Changed paths:
27384    M /trunk/modules/misc/sap.c
27385
27386  * sap: big clean up + some buffer overflow fixes (still need some work).
27387
27388 ------------------------------------------------------------------------
27389 r5620 | hartman | 2003-11-06 00:32:31 +0100 (Thu, 06 Nov 2003) | 2 lines
27390 Changed paths:
27391    M /trunk/modules/codec/ffmpeg/encoder.c
27392
27393 * Compilation fix. One to many )
27394
27395 ------------------------------------------------------------------------
27396 r5621 | gbazin | 2003-11-06 01:12:17 +0100 (Thu, 06 Nov 2003) | 4 lines
27397 Changed paths:
27398    M /trunk/modules/access/v4l/v4l.c
27399
27400
27401 * modules/access/v4l/v4l.c: big clean-up of the Video4Linux input.
27402    New --v4l-vdev and --v4l-adev config options and the ability to play an audio only stream.
27403
27404 ------------------------------------------------------------------------
27405 r5622 | garf | 2003-11-06 02:49:19 +0100 (Thu, 06 Nov 2003) | 3 lines
27406 Changed paths:
27407    M /trunk/modules/control/http.c
27408    M /trunk/share/http/index.html
27409
27410  * http interface: added volume control (relative or absolute) and
27411                    sort playlist function.
27412
27413 ------------------------------------------------------------------------
27414 r5623 | gbazin | 2003-11-06 10:59:45 +0100 (Thu, 06 Nov 2003) | 2 lines
27415 Changed paths:
27416    M /trunk/modules/misc/sap.c
27417
27418 * modules/misc/sap.c: compilation fix.
27419
27420 ------------------------------------------------------------------------
27421 r5624 | sam | 2003-11-06 11:09:16 +0100 (Thu, 06 Nov 2003) | 2 lines
27422 Changed paths:
27423    M /trunk/bootstrap
27424
27425   * bootstrap: remove autom4te.cache before running autoconf
27426
27427 ------------------------------------------------------------------------
27428 r5625 | massiot | 2003-11-06 17:06:28 +0100 (Thu, 06 Nov 2003) | 6 lines
27429 Changed paths:
27430    M /trunk/modules/demux/Modules.am
27431    A /trunk/modules/demux/demuxstream.c
27432
27433 * New (experimental and incomplete) demuxstream module. It bypasses the
27434 stream output, and takes what comes from a DVB card and sends it onto
27435 the network. I didn't activate it in configure.ac because I suspect there
27436 might be problems with iovec on Windows (and there is probably a better
27437 way to do it).
27438
27439 ------------------------------------------------------------------------
27440 r5626 | hartman | 2003-11-06 17:28:28 +0100 (Thu, 06 Nov 2003) | 6 lines
27441 Changed paths:
27442    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
27443    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
27444    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
27445    M /trunk/modules/gui/macosx/playlist.m
27446    M /trunk/modules/gui/macosx/vout.h
27447    M /trunk/modules/gui/macosx/vout.m
27448
27449 * changed how cursor hiding works. Not perfect, but it's less complicated.
27450   - less vague bugs :)
27451 * changed the global hotkey for play/pause to command-p since 'space' won't be
27452   defined as the hotkey. i was sick of all the hacks i had made to have it work
27453   that way, so the end. space only works in the vout from now on.
27454
27455 ------------------------------------------------------------------------
27456 r5627 | nitrox | 2003-11-06 17:36:41 +0100 (Thu, 06 Nov 2003) | 22 lines
27457 Changed paths:
27458    M /trunk/configure.ac
27459    M /trunk/include/codecs.h
27460    M /trunk/include/input_ext-dec.h
27461    M /trunk/include/input_ext-intf.h
27462    M /trunk/modules/codec/Modules.am
27463    M /trunk/modules/codec/spudec/spudec.c
27464    M /trunk/modules/demux/mpeg/system.c
27465    M /trunk/modules/demux/mpeg/system.h
27466    M /trunk/modules/demux/mpeg/ts.c
27467    M /trunk/src/input/input_dec.c
27468    M /trunk/src/input/input_programs.c
27469
27470 dvbsub.c: DVB subtitles decoder (ETSI EN 300 743). There is still a lot of
27471           things to write to implement competely the standard but this decoder
27472           will work in most of the pictures subtitles cases. Text subtitles
27473           decoding is not implemented at all.
27474           This decoder has been validated with CAVENA encoders after few
27475           remarks of their developpers.
27476
27477 include/*: addded a p_spuinfo field in the decider_fifo_t and the
27478            es_descriptor_t
27479
27480 codecs.h: added a dvb_spuinfo_t structure to identify the id of the selected
27481           track.
27482
27483 modules/demux/mpeg: added the support of the dvb subtitles track. Need last
27484                     libdvbpsi (0x59 descriptor) to compile. The demuxer
27485                     creates n fake ES as each ES carries up to 256 subtitles
27486                     tracks.
27487
27488
27489 This work is part of the work done by Anevia for the "Gran Theatro del
27490 Barcelona".
27491
27492 ------------------------------------------------------------------------
27493 r5628 | nitrox | 2003-11-06 17:37:19 +0100 (Thu, 06 Nov 2003) | 2 lines
27494 Changed paths:
27495    A /trunk/modules/codec/dvbsub.c
27496
27497 oups, ... forgot the interesting file !
27498
27499 ------------------------------------------------------------------------
27500 r5629 | nitrox | 2003-11-06 17:54:40 +0100 (Thu, 06 Nov 2003) | 6 lines
27501 Changed paths:
27502    M /trunk/modules/video_filter/deinterlace/deinterlace.c
27503
27504 . 422 deinterlacing (bob and blend filters)
27505
27506
27507 This work is part of the work done by Anevia for the "Gran Theatro del
27508 Barcelona".
27509
27510 ------------------------------------------------------------------------
27511 r5630 | nitrox | 2003-11-06 18:08:12 +0100 (Thu, 06 Nov 2003) | 5 lines
27512 Changed paths:
27513    M /trunk/modules/video_chroma/i422_yuy2.c
27514
27515 . I422 -> YV12 Chroma
27516
27517 This work is part of the work done by Anevia for the "Gran Theatro del
27518 Barcelona".
27519
27520 ------------------------------------------------------------------------
27521 r5631 | hartman | 2003-11-06 19:35:19 +0100 (Thu, 06 Nov 2003) | 5 lines
27522 Changed paths:
27523    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
27524    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
27525    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
27526    M /trunk/modules/gui/macosx/intf.m
27527    M /trunk/modules/gui/macosx/open.m
27528    M /trunk/modules/gui/macosx/output.h
27529    M /trunk/modules/gui/macosx/output.m
27530
27531 * Updated the Output dialog.
27532   - support for slp
27533   - support for theora
27534   - support for demuxdump
27535
27536 ------------------------------------------------------------------------
27537 r5632 | hartman | 2003-11-06 19:55:22 +0100 (Thu, 06 Nov 2003) | 2 lines
27538 Changed paths:
27539    M /trunk/modules/gui/macosx/controls.m
27540
27541 * Going to Fullscreen was effecting all vout's. should affect only the frontmost one.
27542
27543 ------------------------------------------------------------------------
27544 r5633 | nitrox | 2003-11-06 20:35:05 +0100 (Thu, 06 Nov 2003) | 2 lines
27545 Changed paths:
27546    M /trunk/modules/codec/dvbsub.c
27547
27548 . a small fix .... (many other to follow in the next days)
27549
27550 ------------------------------------------------------------------------
27551 r5634 | gbazin | 2003-11-06 21:12:37 +0100 (Thu, 06 Nov 2003) | 3 lines
27552 Changed paths:
27553    M /trunk/modules/demux/mpeg/ts.c
27554
27555
27556 * modules/demux/mpeg/ts.c: compilation fix for old libdvbpsi.
27557
27558 ------------------------------------------------------------------------
27559 r5635 | fenrir | 2003-11-06 23:14:57 +0100 (Thu, 06 Nov 2003) | 9 lines
27560 Changed paths:
27561    A /trunk/modules/demux/livedotcom.cpp
27562
27563  * livedotcom.cpp: use live.com library to read rtsp and sdp file.
27564     TODO:
27565         - handle PTS (for now, I just use mdate() :)
27566         - support TS/PS (hard as it needs a lot of work on TS/PS demuxers).
27567         - support X-QT and X-QUICKTIME. (I don't know if it's really used).
27568         - implement pause, seek ...
27569         - clean up/bugs fixes...
27570         - ...
27571
27572 ------------------------------------------------------------------------
27573 r5636 | zorglub | 2003-11-06 23:23:27 +0100 (Thu, 06 Nov 2003) | 2 lines
27574 Changed paths:
27575    M /trunk/NEWS
27576    M /trunk/modules/LIST
27577
27578 Sync with latest changes
27579
27580 ------------------------------------------------------------------------
27581 r5637 | fenrir | 2003-11-07 01:28:58 +0100 (Fri, 07 Nov 2003) | 3 lines
27582 Changed paths:
27583    M /trunk/modules/demux/livedotcom.cpp
27584
27585  * more tolerant  sdp check when using  rtsp://. (SDP from some  DSS have a
27586  lot of mandatory fields missing, like v, o, and s)
27587
27588 ------------------------------------------------------------------------
27589 r5638 | jpsaman | 2003-11-07 08:59:00 +0100 (Fri, 07 Nov 2003) | 2 lines
27590 Changed paths:
27591    M /trunk/modules/gui/pda/pda.c
27592    M /trunk/modules/gui/pda/pda_callbacks.c
27593
27594 Removing GPE specific stuff.
27595
27596 ------------------------------------------------------------------------
27597 r5639 | jpsaman | 2003-11-07 10:24:58 +0100 (Fri, 07 Nov 2003) | 2 lines
27598 Changed paths:
27599    M /trunk/modules/gui/pda/pda.c
27600    M /trunk/modules/gui/pda/pda.glade
27601    M /trunk/modules/gui/pda/pda_callbacks.c
27602    M /trunk/modules/gui/pda/pda_callbacks.h
27603    M /trunk/modules/gui/pda/pda_interface.c
27604
27605 Basic functionality of File tabpage is working.
27606
27607 ------------------------------------------------------------------------
27608 r5640 | rocky | 2003-11-07 11:33:41 +0100 (Fri, 07 Nov 2003) | 5 lines
27609 Changed paths:
27610    M /trunk/modules/access/vcdx/access.c
27611    M /trunk/modules/access/vcdx/vcd.c
27612
27613 Need to change libvcdinfo to be more robust when there are
27614 reading the extended PSD. Given that area-highlighting and
27615 features in the extended PSD haven't been implemented,
27616 best then to not try to read this at all.
27617
27618 ------------------------------------------------------------------------
27619 r5641 | fenrir | 2003-11-07 13:27:30 +0100 (Fri, 07 Nov 2003) | 5 lines
27620 Changed paths:
27621    M /trunk/modules/demux/livedotcom.cpp
27622
27623  * livedotcom.cpp: - better pts handling  but still bad. (and using rtsp
27624  over tcp doesn't really work yet).
27625                    - fixed bad usage of delete vs delete[]
27626 (using --rtsp-tcp still leads to segfault)
27627
27628 ------------------------------------------------------------------------
27629 r5642 | jpsaman | 2003-11-07 14:01:51 +0100 (Fri, 07 Nov 2003) | 5 lines
27630 Changed paths:
27631    M /trunk/modules/gui/pda/callbacks.c
27632    M /trunk/modules/gui/pda/pda.c
27633    M /trunk/modules/gui/pda/pda.glade
27634    M /trunk/modules/gui/pda/pda.h
27635    M /trunk/modules/gui/pda/pda_callbacks.c
27636    M /trunk/modules/gui/pda/pda_callbacks.h
27637
27638 PDA interface:
27639 * Directory browsing works
27640 * Coredump is solved
27641 * Adding files or entire directories to the playlist GUI control works.
27642
27643 ------------------------------------------------------------------------
27644 r5643 | massiot | 2003-11-07 14:28:23 +0100 (Fri, 07 Nov 2003) | 16 lines
27645 Changed paths:
27646    M /trunk/modules/access/satellite/access.c
27647    M /trunk/modules/access/satellite/dvb.c
27648    M /trunk/modules/access/satellite/dvb.h
27649    M /trunk/modules/access/satellite/satellite.c
27650
27651 * modules/access/satellite: Big rework of the old satellite module.
27652   - ability to select between different tuners if the board has several
27653     tuners
27654   - abitility to select between different demux if the board has several
27655     demuxes
27656   - if frequency isn't specified, do not try to tune the tuner and
27657     assume some other software already did it
27658   - set a bigger buffer size to avoid packet losses
27659   - do not filter too many PIDs since some board only have 8 filters
27660   - kludged so that the module works perfectly well with the demuxstream
27661     demuxer
27662   - use DMX_PES_OTHER all the time because some boards do not have a
27663     decoder chip (this may be a problem for you)
27664
27665 This changeset is part of the Dreambox port of VLC.
27666
27667 ------------------------------------------------------------------------
27668 r5644 | massiot | 2003-11-07 14:31:26 +0100 (Fri, 07 Nov 2003) | 2 lines
27669 Changed paths:
27670    M /trunk/NEWS
27671    M /trunk/modules/LIST
27672
27673 * Updated documentation.
27674
27675 ------------------------------------------------------------------------
27676 r5645 | jpsaman | 2003-11-07 15:15:23 +0100 (Fri, 07 Nov 2003) | 4 lines
27677 Changed paths:
27678    M /trunk/modules/gui/pda/pda.glade
27679    M /trunk/modules/gui/pda/pda_callbacks.c
27680    M /trunk/modules/gui/pda/pda_callbacks.h
27681    M /trunk/modules/gui/pda/pda_interface.c
27682
27683 PDA interface:
27684 * cleanup code
27685 * cleanup interface
27686
27687 ------------------------------------------------------------------------
27688 r5646 | massiot | 2003-11-07 17:53:54 +0100 (Fri, 07 Nov 2003) | 3 lines
27689 Changed paths:
27690    M /trunk/include/stream_output.h
27691    M /trunk/modules/packetizer/mpegvideo.c
27692
27693 * modules/packetizer/mpegvideo.c: Detect discontinuities and trash
27694   corrupt packets. Also flag GOP headers with SOUT_BUFFER_FLAGS_GOP.
27695
27696 ------------------------------------------------------------------------
27697 r5647 | fenrir | 2003-11-07 18:43:42 +0100 (Fri, 07 Nov 2003) | 3 lines
27698 Changed paths:
27699    M /trunk/modules/stream_out/rtp.c
27700
27701  * rtp: added a sdp options to export sdp. For now only as http.
27702 options: #rtp{dst=ip,port=port,[sdp=http://ip:port/file],[mux=]}
27703
27704 ------------------------------------------------------------------------
27705 r5648 | fenrir | 2003-11-07 18:44:43 +0100 (Fri, 07 Nov 2003) | 3 lines
27706 Changed paths:
27707    M /trunk/include/network.h
27708
27709  * added vlc_url_t structure, vlc_UrlParse and vlc_UrlClean.
27710  (It could avoid a lot of duplicated code...)
27711
27712 ------------------------------------------------------------------------
27713 r5649 | fenrir | 2003-11-07 19:08:54 +0100 (Fri, 07 Nov 2003) | 8 lines
27714 Changed paths:
27715    M /trunk/modules/demux/livedotcom.cpp
27716
27717  * livedotcom.cpp:
27718     - improve a lot pts handling.
27719     - added --rtsp-caching.
27720     - implemented DEMUX_GET_TIME  and declared the input as seekable to
27721     make the interface displaying the time.
27722  Now I can read rtp stream from VLC using http export for sdp :) (MPEG4
27723 video, MPEG 1/2 video and mp3 audio tested successfully)
27724
27725 ------------------------------------------------------------------------
27726 r5650 | fenrir | 2003-11-07 19:32:24 +0100 (Fri, 07 Nov 2003) | 3 lines
27727 Changed paths:
27728    M /trunk/modules/stream_out/announce.c
27729    M /trunk/modules/stream_out/rtp.c
27730
27731  * rtp: removed a annoying debug message
27732  * announce.c: fixed a warning.
27733
27734 ------------------------------------------------------------------------
27735 r5651 | fenrir | 2003-11-07 19:32:55 +0100 (Fri, 07 Nov 2003) | 2 lines
27736 Changed paths:
27737    M /trunk/modules/access/udp.c
27738
27739  * udp: mp3/rtp is now correctly working.
27740
27741 ------------------------------------------------------------------------
27742 r5652 | massiot | 2003-11-07 19:41:09 +0100 (Fri, 07 Nov 2003) | 4 lines
27743 Changed paths:
27744    M /trunk/modules/mux/mpeg/ts.c
27745
27746 * modules/mux/mpeg/ts.c:
27747   - By default send PCRs every 90 ms, because the upper limit is 100 ms
27748   - New pid-video and pid-audio sout variables
27749
27750 ------------------------------------------------------------------------
27751 r5653 | massiot | 2003-11-07 20:30:28 +0100 (Fri, 07 Nov 2003) | 4 lines
27752 Changed paths:
27753    M /trunk/include/vlc_threads.h
27754    M /trunk/modules/access_output/udp.c
27755    M /trunk/src/libvlc.h
27756    M /trunk/src/misc/threads.c
27757
27758 * src/misc/threads.c: Implementation of real-time priorities for UNIX-like
27759   pthread systems (activate with --rt-priority)
27760 * modules/access_output/udp.c: Only discard packets which are _very_ late
27761
27762 ------------------------------------------------------------------------
27763 r5654 | massiot | 2003-11-07 22:30:52 +0100 (Fri, 07 Nov 2003) | 9 lines
27764 Changed paths:
27765    M /trunk/configure.ac
27766    M /trunk/modules/demux/mpeg/ts.c
27767    A /trunk/modules/stream_out/transrate
27768    A /trunk/modules/stream_out/transrate/Modules.am
27769    A /trunk/modules/stream_out/transrate/getvlc.h
27770    A /trunk/modules/stream_out/transrate/putvlc.h
27771    A /trunk/modules/stream_out/transrate/transrate.c
27772
27773 * modules/stream_out/transrate: New transrating module, based on GPL
27774   code from www.metakine.com.
27775   CAUTION : the code is currently very ugly, with static variables, no
27776   code convention, etc. I check it in "as is" because it may be useful
27777   to some people.
27778   Don't expect a bitrate reduction of more than 30 % with acceptable
27779   quality.
27780 * modules/demux/mpeg/ts.c: Useful debug message
27781
27782 ------------------------------------------------------------------------
27783 r5655 | fenrir | 2003-11-07 22:44:20 +0100 (Fri, 07 Nov 2003) | 4 lines
27784 Changed paths:
27785    M /trunk/configure.ac
27786
27787  * configure.ac: added --enable-livedotcom and --with-livedotcom-tree.
27788  (--with-livedotcom-tree is mandatory when using --enable-livedotcom, so
27789  livedotcom isn't compiled by default)
27790
27791 ------------------------------------------------------------------------
27792 r5656 | fenrir | 2003-11-07 22:44:53 +0100 (Fri, 07 Nov 2003) | 2 lines
27793 Changed paths:
27794    M /trunk/modules/demux/Modules.am
27795
27796  * lalala added livedotcom
27797
27798 ------------------------------------------------------------------------
27799 r5657 | gbazin | 2003-11-07 23:56:02 +0100 (Fri, 07 Nov 2003) | 3 lines
27800 Changed paths:
27801    M /trunk/configure.ac
27802    M /trunk/modules/demux/livedotcom.cpp
27803
27804
27805 * configure.aci, modules/demux/livedotcom.cpp: win32 compilation fixes.
27806
27807 ------------------------------------------------------------------------
27808 r5658 | fenrir | 2003-11-08 05:57:56 +0100 (Sat, 08 Nov 2003) | 2 lines
27809 Changed paths:
27810    M /trunk/modules/codec/araw.c
27811
27812  * araw.c: prevent segfault with ulaw/alaw.
27813
27814 ------------------------------------------------------------------------
27815 r5659 | fenrir | 2003-11-08 07:47:34 +0100 (Sat, 08 Nov 2003) | 6 lines
27816 Changed paths:
27817    M /trunk/modules/demux/livedotcom.cpp
27818
27819  * livedotcom.cpp:
27820     - added X-QT and X-QUICKTIME video support.
27821     - first try for seek and position display support.
27822     (position is buggy, and seek won't really work as long as wx try to seek
27823     each time the slider is moved)
27824
27825 ------------------------------------------------------------------------
27826 r5660 | fenrir | 2003-11-08 10:05:42 +0100 (Sat, 08 Nov 2003) | 2 lines
27827 Changed paths:
27828    M /trunk/modules/demux/Modules.am
27829    D /trunk/modules/demux/sdp.c
27830
27831  * useless.
27832
27833 ------------------------------------------------------------------------
27834 r5661 | sigmunau | 2003-11-08 13:25:59 +0100 (Sat, 08 Nov 2003) | 3 lines
27835 Changed paths:
27836    M /trunk/modules/misc/sap.c
27837
27838 modules/misc/sap.c:
27839  * support sap announces that use dos style linebreaks
27840
27841 ------------------------------------------------------------------------
27842 r5662 | massiot | 2003-11-08 15:54:03 +0100 (Sat, 08 Nov 2003) | 3 lines
27843 Changed paths:
27844    M /trunk/configure.ac
27845
27846 By default disable the stream_out_transrate plug-in since it takes 2 hours
27847 compiling.
27848
27849 ------------------------------------------------------------------------
27850 r5663 | hartman | 2003-11-08 16:59:46 +0100 (Sat, 08 Nov 2003) | 2 lines
27851 Changed paths:
27852    M /trunk/share/http/index.html
27853    M /trunk/share/http/info.html
27854
27855 * spelling fix and fix of copyright and version strings on info.html
27856
27857 ------------------------------------------------------------------------
27858 r5664 | jpsaman | 2003-11-08 17:04:05 +0100 (Sat, 08 Nov 2003) | 4 lines
27859 Changed paths:
27860    M /trunk/modules/gui/pda/pda.glade
27861    M /trunk/modules/gui/pda/pda_callbacks.c
27862    M /trunk/modules/gui/pda/pda_callbacks.h
27863    M /trunk/modules/gui/pda/pda_interface.c
27864
27865 PDA interface:
27866 * Network tabpage works
27867 * cleanup of code
27868
27869 ------------------------------------------------------------------------
27870 r5665 | titer | 2003-11-08 19:23:40 +0100 (Sat, 08 Nov 2003) | 6 lines
27871 Changed paths:
27872    M /trunk/configure.ac
27873    M /trunk/include/vlc_keys.h
27874    M /trunk/modules/gui/beos/VideoOutput.cpp
27875    M /trunk/modules/gui/beos/VideoWindow.h
27876    M /trunk/src/misc/configuration.c
27877
27878  + configure.ac: link httpd and stream_out_standard against -lsocket
27879  + modules/gui/beos/*: use hotkeys
27880  + include/vlc_keys.h, src/misc/configuration.c:
27881    renamed modifiers into vlc_modifiers so it does not conflict with
27882    BeOS' modifiers()
27883
27884 ------------------------------------------------------------------------
27885 r5666 | jpsaman | 2003-11-08 19:31:01 +0100 (Sat, 08 Nov 2003) | 3 lines
27886 Changed paths:
27887    M /trunk/modules/gui/pda/pda.glade
27888    M /trunk/modules/gui/pda/pda_callbacks.c
27889    M /trunk/modules/gui/pda/pda_interface.c
27890
27891 PDA Interface
27892 * simplefied network tabpage
27893
27894 ------------------------------------------------------------------------
27895 r5667 | sigmunau | 2003-11-09 00:02:38 +0100 (Sun, 09 Nov 2003) | 2 lines
27896 Changed paths:
27897    M /trunk/modules/misc/sap.c
27898
27899 ignore streams that are not m=audio or m=video
27900
27901 ------------------------------------------------------------------------
27902 r5668 | sigmunau | 2003-11-09 00:12:15 +0100 (Sun, 09 Nov 2003) | 3 lines
27903 Changed paths:
27904    M /trunk/modules/stream_out/announce.c
27905
27906 use "video" and not "audio" as media type, and 33 (mpeg2 ts) and not 14
27907 (mp3) as payload type
27908
27909 ------------------------------------------------------------------------
27910 r5669 | rocky | 2003-11-09 01:52:32 +0100 (Sun, 09 Nov 2003) | 2 lines
27911 Changed paths:
27912    M /trunk/modules/access/vcdx/demux.c
27913    M /trunk/modules/access/vcdx/intf.c
27914    M /trunk/modules/access/vcdx/vcd.c
27915    M /trunk/modules/access/vcdx/vcdplayer.c
27916    M /trunk/modules/access/vcdx/vcdplayer.h
27917
27918 Handle keyboard input: numeric entry, next, prev, return and default.
27919
27920 ------------------------------------------------------------------------
27921 r5670 | garf | 2003-11-09 04:41:50 +0100 (Sun, 09 Nov 2003) | 3 lines
27922 Changed paths:
27923    M /trunk/modules/control/http.c
27924
27925  * http.c: modify seek function (now you can put almost everything which
27926            looks like a time/length)
27927
27928 ------------------------------------------------------------------------
27929 r5671 | garf | 2003-11-09 04:43:25 +0100 (Sun, 09 Nov 2003) | 3 lines
27930 Changed paths:
27931    M /trunk/share/http/index.html
27932    M /trunk/share/http/style.css
27933
27934  * http interface: changed index.html for new seek function. small change
27935                    in css.
27936
27937 ------------------------------------------------------------------------
27938 r5672 | garf | 2003-11-09 06:15:17 +0100 (Sun, 09 Nov 2003) | 2 lines
27939 Changed paths:
27940    M /trunk/share/http/index.html
27941
27942  * index.html: little fix with volume textbox
27943
27944 ------------------------------------------------------------------------
27945 r5673 | garf | 2003-11-09 06:22:56 +0100 (Sun, 09 Nov 2003) | 3 lines
27946 Changed paths:
27947    M /trunk/modules/control/http.c
27948
27949  * http.c: removed a completely useless check (now you can change volume
27950            value without playing anything)
27951
27952 ------------------------------------------------------------------------
27953 r5674 | gbazin | 2003-11-09 14:20:32 +0100 (Sun, 09 Nov 2003) | 3 lines
27954 Changed paths:
27955    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
27956
27957
27958 * modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
27959
27960 ------------------------------------------------------------------------
27961 r5675 | jpsaman | 2003-11-09 14:59:21 +0100 (Sun, 09 Nov 2003) | 3 lines
27962 Changed paths:
27963    M /trunk/modules/gui/pda/pda.glade
27964    M /trunk/modules/gui/pda/pda_callbacks.c
27965    M /trunk/modules/gui/pda/pda_interface.c
27966
27967 PDA inteface:
27968 * Redesigned "Camera" tabpage.
27969
27970 ------------------------------------------------------------------------
27971 r5676 | gbazin | 2003-11-09 16:29:41 +0100 (Sun, 09 Nov 2003) | 3 lines
27972 Changed paths:
27973    M /trunk/modules/access/v4l/v4l.c
27974
27975
27976 * modules/access/v4l/v4l.c: couple of fixes.
27977
27978 ------------------------------------------------------------------------
27979 r5677 | jpsaman | 2003-11-09 16:55:23 +0100 (Sun, 09 Nov 2003) | 4 lines
27980 Changed paths:
27981    M /trunk/modules/gui/pda/pda.glade
27982    M /trunk/modules/gui/pda/pda_callbacks.c
27983    M /trunk/modules/gui/pda/pda_callbacks.h
27984    M /trunk/modules/gui/pda/pda_interface.c
27985
27986 PDA Interface:
27987 * More changes on the Camera tabpage
27988 * Cleanup some dead interface wood ;-)
27989
27990 ------------------------------------------------------------------------
27991 r5678 | titer | 2003-11-09 17:00:54 +0100 (Sun, 09 Nov 2003) | 3 lines
27992 Changed paths:
27993    M /trunk/configure.ac
27994    M /trunk/modules/gui/beos/VideoOutput.cpp
27995    M /trunk/src/misc/beos_specific.cpp
27996
27997  + modules/gui/beos/VideoOutput.cpp: fixed modifiers
27998  + src/misc/beos_specific.cpp: cosmetic
27999
28000 ------------------------------------------------------------------------
28001 r5679 | rocky | 2003-11-09 18:45:41 +0100 (Sun, 09 Nov 2003) | 2 lines
28002 Changed paths:
28003    M /trunk/modules/access/vcdx/vcd.c
28004
28005 Small changes to assist debugging.
28006
28007 ------------------------------------------------------------------------
28008 r5680 | rocky | 2003-11-09 19:06:11 +0100 (Sun, 09 Nov 2003) | 2 lines
28009 Changed paths:
28010    M /trunk/modules/access/vcdx/intf.c
28011
28012 Allow return to have a numeric prefix too.
28013
28014 ------------------------------------------------------------------------
28015 r5681 | jpsaman | 2003-11-09 19:52:29 +0100 (Sun, 09 Nov 2003) | 3 lines
28016 Changed paths:
28017    M /trunk/modules/gui/pda/pda_callbacks.c
28018
28019 PDA interface:
28020 * improvements on Camera tabpage
28021
28022 ------------------------------------------------------------------------
28023 r5682 | jpsaman | 2003-11-09 20:49:48 +0100 (Sun, 09 Nov 2003) | 3 lines
28024 Changed paths:
28025    M /trunk/modules/gui/pda/pda.glade
28026    M /trunk/modules/gui/pda/pda_callbacks.c
28027    M /trunk/modules/gui/pda/pda_callbacks.h
28028    M /trunk/modules/gui/pda/pda_interface.c
28029
28030 PDA Interface:
28031 * Camera tabpage is done.
28032
28033 ------------------------------------------------------------------------
28034 r5683 | gbazin | 2003-11-09 21:13:46 +0100 (Sun, 09 Nov 2003) | 4 lines
28035 Changed paths:
28036    M /trunk/modules/gui/wxwindows/open.cpp
28037    M /trunk/modules/gui/wxwindows/wxwindows.h
28038
28039
28040 * modules/gui/wxwindows/open.cpp: added an AutoBuildPanel() that is used to construct the dshow tab.
28041    (It is not quite useful yet but will be shortly).
28042
28043 ------------------------------------------------------------------------
28044 r5684 | jpsaman | 2003-11-09 22:29:52 +0100 (Sun, 09 Nov 2003) | 4 lines
28045 Changed paths:
28046    M /trunk/modules/gui/pda/pda.glade
28047    M /trunk/modules/gui/pda/pda_callbacks.c
28048    M /trunk/modules/gui/pda/pda_callbacks.h
28049    M /trunk/modules/gui/pda/pda_interface.c
28050
28051 PDA Interface:
28052 * Transcode tabpage added
28053 * code cleanup
28054
28055 ------------------------------------------------------------------------
28056 r5685 | gbazin | 2003-11-10 01:14:05 +0100 (Mon, 10 Nov 2003) | 2 lines
28057 Changed paths:
28058    M /trunk/modules/gui/wxwindows/dialogs.cpp
28059    M /trunk/modules/gui/wxwindows/open.cpp
28060    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
28061    M /trunk/modules/gui/wxwindows/preferences_widgets.h
28062    M /trunk/modules/gui/wxwindows/wxwindows.h
28063
28064 * modules/gui/wxwindows/*: dshow open panel is fully functionnal.
28065
28066 ------------------------------------------------------------------------
28067 r5686 | hartman | 2003-11-10 01:49:48 +0100 (Mon, 10 Nov 2003) | 2 lines
28068 Changed paths:
28069    A /trunk/po/hu.po
28070    M /trunk/src/libvlc.h
28071    M /trunk/src/misc/darwin_specific.m
28072
28073 * New Hungarian translation contributed by 'DirectX' (Name under investigation)
28074
28075 ------------------------------------------------------------------------
28076 r5687 | gbazin | 2003-11-10 18:47:42 +0100 (Mon, 10 Nov 2003) | 3 lines
28077 Changed paths:
28078    M /trunk/configure.ac
28079
28080
28081 * configure.ac: link ws2_32 in the right order on win32 for livedotcom.
28082
28083 ------------------------------------------------------------------------
28084 r5688 | gbazin | 2003-11-10 19:21:35 +0100 (Mon, 10 Nov 2003) | 3 lines
28085 Changed paths:
28086    M /trunk/modules/gui/wxwindows/open.cpp
28087
28088
28089 * modules/gui/wxwindows/open.cpp: compilation fix for unicode version.
28090
28091 ------------------------------------------------------------------------
28092 r5689 | fenrir | 2003-11-11 01:37:59 +0100 (Tue, 11 Nov 2003) | 2 lines
28093 Changed paths:
28094    M /trunk/modules/demux/a52sys.c
28095    M /trunk/modules/demux/aac.c
28096    M /trunk/modules/demux/asf/asf.c
28097    M /trunk/modules/demux/au.c
28098
28099  * all: use es_format_t and es_out_*. (Not well tested yet...)
28100
28101 ------------------------------------------------------------------------
28102 r5690 | fenrir | 2003-11-11 02:33:18 +0100 (Tue, 11 Nov 2003) | 2 lines
28103 Changed paths:
28104    M /trunk/modules/demux/mkv.cpp
28105
28106  * mkv: ues es_format_t.
28107
28108 ------------------------------------------------------------------------
28109 r5691 | fenrir | 2003-11-11 03:49:26 +0100 (Tue, 11 Nov 2003) | 2 lines
28110 Changed paths:
28111    M /trunk/modules/demux/wav.c
28112
28113  * wav: es_format_t
28114
28115 ------------------------------------------------------------------------
28116 r5692 | hartman | 2003-11-11 22:23:56 +0100 (Tue, 11 Nov 2003) | 6 lines
28117 Changed paths:
28118    M /trunk/src/misc/configuration.c
28119
28120 * when config_ResetAll() a key config value becomes "Unset" (0) instead of
28121   it's original value. With this you at least won't break your config file,
28122   because it comments out the value during saving, when it's identical to the,
28123   original value. The question however remains, why does a resetAll result
28124   in a 0 in the 'current' config in use, and in original value at time of saving?
28125
28126 ------------------------------------------------------------------------
28127 r5693 | hartman | 2003-11-12 00:50:41 +0100 (Wed, 12 Nov 2003) | 5 lines
28128 Changed paths:
28129    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
28130    M /trunk/include/vlc_keys.h
28131    M /trunk/modules/gui/macosx/controls.m
28132    M /trunk/modules/gui/macosx/intf.h
28133    M /trunk/modules/gui/macosx/intf.m
28134    M /trunk/modules/gui/macosx/prefs.h
28135    M /trunk/modules/gui/macosx/prefs.m
28136    M /trunk/modules/gui/macosx/vout.m
28137    M /trunk/src/libvlc.h
28138
28139 * include/vlc_keys.h: added StringToKey()
28140 * src/libvlc.h: added macosx defaults and changed the quit shortcut to ctrl-q
28141 * modeules/gui/macosx/controls.m: now jump 10 seconds. works better than 5
28142 * REST: implemented configurable hotkeys for OS X.
28143
28144 ------------------------------------------------------------------------
28145 r5694 | hartman | 2003-11-12 02:22:40 +0100 (Wed, 12 Nov 2003) | 3 lines
28146 Changed paths:
28147    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
28148    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
28149    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
28150    M /trunk/modules/gui/macosx/playlist.h
28151    M /trunk/modules/gui/macosx/playlist.m
28152
28153 * Away with that annoying playlist drawer. We now have a nice resizable
28154   window, with additional index and author columns.
28155
28156 ------------------------------------------------------------------------
28157 r5695 | garf | 2003-11-12 03:43:33 +0100 (Wed, 12 Nov 2003) | 7 lines
28158 Changed paths:
28159    M /trunk/doc/intf-http.txt
28160    M /trunk/modules/control/http.c
28161    M /trunk/share/Makefile.am
28162    M /trunk/share/http/index.html
28163
28164  * http.c : added parsing of options in Add MRL option. In http.c is a the
28165             parse_MRL function which perhaps should be somewhere else
28166             (playlist ?).
28167  * Makefile.am : forgoten style.css
28168  * index.html : little fixes
28169  * intf-http.txt : updated doc
28170
28171 ------------------------------------------------------------------------
28172 r5696 | hartman | 2003-11-12 03:45:26 +0100 (Wed, 12 Nov 2003) | 2 lines
28173 Changed paths:
28174    M /trunk/modules/gui/macosx/playlist.m
28175
28176 * small fix to the playlist window
28177
28178 ------------------------------------------------------------------------
28179 r5697 | garf | 2003-11-12 03:56:13 +0100 (Wed, 12 Nov 2003) | 2 lines
28180 Changed paths:
28181    M /trunk/modules/control/http.c
28182
28183  * http.c: little fix in RPN evaluator (now it is real RPN).
28184
28185 ------------------------------------------------------------------------
28186 r5698 | garf | 2003-11-12 04:02:56 +0100 (Wed, 12 Nov 2003) | 2 lines
28187 Changed paths:
28188    M /trunk/share/http/index.html
28189
28190  * little fix due to my last commit
28191
28192 ------------------------------------------------------------------------
28193 r5699 | zorglub | 2003-11-12 09:10:21 +0100 (Wed, 12 Nov 2003) | 3 lines
28194 Changed paths:
28195    M /trunk/include/vlc_playlist.h
28196    M /trunk/modules/misc/sap.c
28197    M /trunk/src/playlist/group.c
28198
28199 Support for announcement of playlist group in SAP announces
28200 Needs the latest miniSAPserver CVS
28201
28202 ------------------------------------------------------------------------
28203 r5700 | fenrir | 2003-11-12 19:13:31 +0100 (Wed, 12 Nov 2003) | 2 lines
28204 Changed paths:
28205    M /trunk/modules/stream_out/transrate/getvlc.h
28206    M /trunk/modules/stream_out/transrate/transrate.c
28207
28208  * all: big clean up (no more global variables).
28209
28210 ------------------------------------------------------------------------
28211 r5701 | gbazin | 2003-11-12 21:01:01 +0100 (Wed, 12 Nov 2003) | 3 lines
28212 Changed paths:
28213    M /trunk/modules/misc/sap.c
28214
28215
28216 * modules/misc/sap.c: fixed misplaced variable declaration.
28217
28218 ------------------------------------------------------------------------
28219 r5702 | fenrir | 2003-11-13 12:49:27 +0100 (Thu, 13 Nov 2003) | 2 lines
28220 Changed paths:
28221    M /trunk/modules/demux/avi/avi.c
28222    M /trunk/modules/demux/avi/avi.h
28223
28224  * avi: little clean up, and ported to es_format_t.
28225
28226 ------------------------------------------------------------------------
28227 r5703 | fenrir | 2003-11-13 13:28:34 +0100 (Thu, 13 Nov 2003) | 4 lines
28228 Changed paths:
28229    M /trunk/modules/demux/a52sys.c
28230    M /trunk/modules/demux/aac.c
28231    M /trunk/modules/demux/asf/asf.c
28232    M /trunk/modules/demux/avi/avi.c
28233    M /trunk/modules/demux/mkv.cpp
28234    M /trunk/modules/demux/mpeg/mpga.c
28235    M /trunk/src/input/input.c
28236
28237  * src/input/input.c: es_out_Add automatically add informations
28238  (input_AddInfo) on the ES.
28239  * all: removed duplicated input_AddInfo.
28240
28241 ------------------------------------------------------------------------
28242 r5704 | fenrir | 2003-11-13 14:31:12 +0100 (Thu, 13 Nov 2003) | 5 lines
28243 Changed paths:
28244    M /trunk/modules/demux/util/sub.c
28245    M /trunk/modules/demux/util/sub.h
28246    M /trunk/src/input/input.c
28247
28248  * input: handle also SPU in es_out_Add (and fix a bad lock).
28249  * sub: use es_out_Add (and that give a proper solution for multiple tracks)
28250         fixed seeking with sub. (pf_demux was called in Seek instead of
28251         pf_seek ...)
28252
28253 ------------------------------------------------------------------------
28254 r5705 | lool | 2003-11-13 15:23:30 +0100 (Thu, 13 Nov 2003) | 2 lines
28255 Changed paths:
28256    M /trunk/INSTALL.win32
28257
28258   * INSTALL.win32: slightly changed the list of required packages
28259
28260 ------------------------------------------------------------------------
28261 r5706 | gbazin | 2003-11-13 18:59:34 +0100 (Thu, 13 Nov 2003) | 3 lines
28262 Changed paths:
28263    M /trunk/include/ninput.h
28264
28265
28266 * include/ninput.h: ES_EXTRA_TYPE_SUBHEADER wasn't defined.
28267
28268 ------------------------------------------------------------------------
28269 r5707 | gbazin | 2003-11-13 22:15:43 +0100 (Thu, 13 Nov 2003) | 3 lines
28270 Changed paths:
28271    M /trunk/modules/video_filter/transform.c
28272
28273
28274 * modules/video_filter/transform.c: fix for ./toolbox --update-po
28275
28276 ------------------------------------------------------------------------
28277 r5708 | hartman | 2003-11-14 04:51:39 +0100 (Fri, 14 Nov 2003) | 2 lines
28278 Changed paths:
28279    M /trunk/src/playlist/playlist.c
28280
28281 * fixed playlist_Pause
28282
28283 ------------------------------------------------------------------------
28284 r5709 | hartman | 2003-11-14 21:17:29 +0100 (Fri, 14 Nov 2003) | 2 lines
28285 Changed paths:
28286    M /trunk/src/libvlc.h
28287
28288 * Fix the label in the prefs of the play/pause hotkey.
28289
28290 ------------------------------------------------------------------------
28291 r5710 | hartman | 2003-11-15 01:26:15 +0100 (Sat, 15 Nov 2003) | 2 lines
28292 Changed paths:
28293    M /trunk/src/libvlc.h
28294
28295 * spelling fix
28296
28297 ------------------------------------------------------------------------
28298 r5711 | massiot | 2003-11-15 02:21:48 +0100 (Sat, 15 Nov 2003) | 5 lines
28299 Changed paths:
28300    M /trunk/Makefile.am
28301    M /trunk/bootstrap
28302    M /trunk/configure.ac
28303    A /trunk/extras/contrib
28304    A /trunk/extras/contrib/.cvsignore
28305    A /trunk/extras/contrib/Makefile
28306    A /trunk/extras/contrib/README
28307    A /trunk/extras/contrib/bootstrap
28308    A /trunk/extras/contrib/src
28309    A /trunk/extras/contrib/src/.cvsignore
28310    A /trunk/extras/contrib/src/Makefile
28311    A /trunk/extras/contrib/src/Patches
28312    A /trunk/extras/contrib/src/Patches/faad2.patch
28313    A /trunk/extras/contrib/src/Patches/ffmpeg.patch
28314    A /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
28315    A /trunk/extras/contrib/src/Patches/fribidi.patch
28316    A /trunk/extras/contrib/src/Patches/fribidi.patch.real
28317    A /trunk/extras/contrib/src/Patches/openslp.patch
28318    A /trunk/extras/contrib/src/Patches/theora.patch
28319    A /trunk/extras/contrib/src/Patches/vorbis.patch.cvs
28320    A /trunk/extras/contrib/src/packages.mak
28321
28322 * New build system for the contrib packages of VLC. It supports to
28323   download a precompiled binary package, or to build all the packages
28324   from the sources, at the user's option. It is currently written for
28325   Mac OS X, but could easily be ported to other platforms.
28326
28327 ------------------------------------------------------------------------
28328 r5712 | hartman | 2003-11-15 03:38:25 +0100 (Sat, 15 Nov 2003) | 2 lines
28329 Changed paths:
28330    M /trunk/extras/contrib/bootstrap
28331
28332 * broken URL
28333
28334 ------------------------------------------------------------------------
28335 r5713 | ipkiss | 2003-11-15 11:38:01 +0100 (Sat, 15 Nov 2003) | 2 lines
28336 Changed paths:
28337    M /trunk/modules/control/ntservice.c
28338
28339 Small fix in a preference description string
28340
28341 ------------------------------------------------------------------------
28342 r5714 | massiot | 2003-11-15 14:09:02 +0100 (Sat, 15 Nov 2003) | 2 lines
28343 Changed paths:
28344    M /trunk/extras/contrib/Makefile
28345    M /trunk/extras/contrib/src/Makefile
28346
28347 * Fixed typos.
28348
28349 ------------------------------------------------------------------------
28350 r5715 | hartman | 2003-11-15 16:40:19 +0100 (Sat, 15 Nov 2003) | 2 lines
28351 Changed paths:
28352    M /trunk/modules/codec/subsdec.c
28353
28354 * extra data has changed and was crashing.
28355
28356 ------------------------------------------------------------------------
28357 r5716 | fenrir | 2003-11-15 19:57:12 +0100 (Sat, 15 Nov 2003) | 2 lines
28358 Changed paths:
28359    M /trunk/modules/mux/mpeg/pes.c
28360
28361  * set dts/length of all pes packet.
28362
28363 ------------------------------------------------------------------------
28364 r5717 | hartman | 2003-11-15 23:02:15 +0100 (Sat, 15 Nov 2003) | 3 lines
28365 Changed paths:
28366    M /trunk/extras/contrib/src/Makefile
28367    M /trunk/extras/contrib/src/packages.mak
28368
28369 * added ffmpeg cvsroot (not in use atm)
28370 * forced some config options on ffmpeg
28371
28372 ------------------------------------------------------------------------
28373 r5718 | hartman | 2003-11-15 23:42:16 +0100 (Sat, 15 Nov 2003) | 8 lines
28374 Changed paths:
28375    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
28376    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
28377    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
28378    D /trunk/extras/MacOSX/Resources/back.png
28379    D /trunk/extras/MacOSX/Resources/begin.png
28380    A /trunk/extras/MacOSX/Resources/display.png
28381    A /trunk/extras/MacOSX/Resources/display_slider.png
28382    A /trunk/extras/MacOSX/Resources/display_track.png
28383    D /trunk/extras/MacOSX/Resources/end.png
28384    D /trunk/extras/MacOSX/Resources/forw.png
28385    A /trunk/extras/MacOSX/Resources/fullscreen_active.png
28386    A /trunk/extras/MacOSX/Resources/fullscreen_blue.png
28387    D /trunk/extras/MacOSX/Resources/list.png
28388    A /trunk/extras/MacOSX/Resources/next_active.png
28389    A /trunk/extras/MacOSX/Resources/next_blue.png
28390    M /trunk/extras/MacOSX/Resources/pause.png
28391    A /trunk/extras/MacOSX/Resources/pause_blue.png
28392    M /trunk/extras/MacOSX/Resources/play.png
28393    A /trunk/extras/MacOSX/Resources/play_blue.png
28394    A /trunk/extras/MacOSX/Resources/playlistdrawer_active.png
28395    A /trunk/extras/MacOSX/Resources/playlistdrawer_blue.png
28396    D /trunk/extras/MacOSX/Resources/prefs.png
28397    A /trunk/extras/MacOSX/Resources/previous_active.png
28398    A /trunk/extras/MacOSX/Resources/previous_blue.png
28399    A /trunk/extras/MacOSX/Resources/skip_forward_active.png
28400    A /trunk/extras/MacOSX/Resources/skip_forward_blue.png
28401    A /trunk/extras/MacOSX/Resources/skip_previous_active.png
28402    A /trunk/extras/MacOSX/Resources/skip_previous_blue.png
28403    D /trunk/extras/MacOSX/Resources/slow.png
28404    M /trunk/extras/MacOSX/Resources/stop.png
28405    A /trunk/extras/MacOSX/Resources/stop_blue.png
28406    D /trunk/extras/MacOSX/Resources/vlc_hg.png
28407    A /trunk/extras/MacOSX/Resources/volume_high.png
28408    A /trunk/extras/MacOSX/Resources/volume_low.png
28409    A /trunk/extras/MacOSX/Resources/volumeslider_blue.png
28410    A /trunk/extras/MacOSX/Resources/volumeslider_normal.png
28411    A /trunk/extras/MacOSX/Resources/volumetrack.png
28412    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
28413    M /trunk/modules/gui/macosx/controls.m
28414    M /trunk/modules/gui/macosx/intf.h
28415    M /trunk/modules/gui/macosx/intf.m
28416    M /trunk/modules/gui/macosx/misc.h
28417    M /trunk/modules/gui/macosx/misc.m
28418    M /trunk/modules/gui/macosx/playlist.m
28419    M /trunk/modules/gui/macosx/vout.h
28420    M /trunk/modules/gui/macosx/vout.m
28421
28422 * New OSX controller (iTunes style)
28423   - Drag and drop implemented
28424   - still need new sliders and remove the titlebar.
28425 * revert the mozilla plugin changes. i will build a seperate module for that
28426 * simplified previous/next (only playlist, people with chapters and titles
28427    will have to use the menu
28428 * Moved the disable screensaver from interface to vout.
28429
28430 ------------------------------------------------------------------------
28431 r5719 | fenrir | 2003-11-16 00:21:35 +0100 (Sun, 16 Nov 2003) | 5 lines
28432 Changed paths:
28433    M /trunk/modules/access/v4l/v4l.c
28434
28435 * v4l: hack from xine from GStreamer to compile v4l on debian unstable.
28436
28437  (message from xine: fix build on Debian unstable, those dummies seem to
28438   have put the Linux 2.6 headers in place of the 2.4 ones in glibc...)
28439
28440 ------------------------------------------------------------------------
28441 r5720 | fenrir | 2003-11-16 01:08:02 +0100 (Sun, 16 Nov 2003) | 2 lines
28442 Changed paths:
28443    M /trunk/modules/demux/avi/avi.c
28444
28445  * fixed a segfault with avi without index.
28446
28447 ------------------------------------------------------------------------
28448 r5721 | bigben | 2003-11-16 12:21:48 +0100 (Sun, 16 Nov 2003) | 2 lines
28449 Changed paths:
28450    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
28451    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
28452    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
28453    M /trunk/modules/gui/macosx/playlist.h
28454    M /trunk/modules/gui/macosx/playlist.m
28455
28456 Added random, repeat one and repeat all checkboxes to the playlist
28457
28458 ------------------------------------------------------------------------
28459 r5722 | titer | 2003-11-16 16:51:59 +0100 (Sun, 16 Nov 2003) | 2 lines
28460 Changed paths:
28461    M /trunk/modules/demux/avi/avi.c
28462
28463  avi.c: compile fix
28464
28465 ------------------------------------------------------------------------
28466 r5723 | garf | 2003-11-16 21:41:36 +0100 (Sun, 16 Nov 2003) | 2 lines
28467 Changed paths:
28468    M /trunk/modules/control/http.c
28469
28470  * http.c: little fix
28471
28472 ------------------------------------------------------------------------
28473 r5724 | gbazin | 2003-11-16 22:07:31 +0100 (Sun, 16 Nov 2003) | 5 lines
28474 Changed paths:
28475    M /trunk/include/aout_internal.h
28476    M /trunk/include/audio_output.h
28477    M /trunk/include/input_ext-intf.h
28478    M /trunk/include/ninput.h
28479    M /trunk/include/vlc_block_helper.h
28480    M /trunk/include/vlc_codec.h
28481    M /trunk/include/vlc_common.h
28482    M /trunk/include/vlc_video.h
28483    M /trunk/modules/codec/a52.c
28484    M /trunk/modules/codec/adpcm.c
28485    M /trunk/modules/codec/araw.c
28486    M /trunk/modules/codec/cinepak.c
28487    M /trunk/modules/codec/dts.c
28488    M /trunk/modules/codec/dv.c
28489    M /trunk/modules/codec/dvbsub.c
28490    M /trunk/modules/codec/faad.c
28491    M /trunk/modules/codec/ffmpeg/audio.c
28492    M /trunk/modules/codec/ffmpeg/encoder.c
28493    M /trunk/modules/codec/ffmpeg/ffmpeg.c
28494    M /trunk/modules/codec/ffmpeg/ffmpeg.h
28495    M /trunk/modules/codec/ffmpeg/video.c
28496    M /trunk/modules/codec/flacdec.c
28497    M /trunk/modules/codec/libmpeg2.c
28498    M /trunk/modules/codec/lpcm.c
28499    M /trunk/modules/codec/mpeg_audio.c
28500    M /trunk/modules/codec/rawvideo.c
28501    M /trunk/modules/codec/speex.c
28502    M /trunk/modules/codec/spudec/spudec.c
28503    M /trunk/modules/codec/subsdec.c
28504    M /trunk/modules/codec/tarkin.c
28505    M /trunk/modules/codec/theora.c
28506    M /trunk/modules/codec/vorbis.c
28507    M /trunk/modules/codec/xvid.c
28508    M /trunk/modules/demux/a52sys.c
28509    M /trunk/modules/demux/aac.c
28510    M /trunk/modules/demux/asf/asf.c
28511    M /trunk/modules/demux/au.c
28512    M /trunk/modules/demux/avi/avi.c
28513    M /trunk/modules/demux/livedotcom.cpp
28514    M /trunk/modules/demux/mkv.cpp
28515    M /trunk/modules/demux/mpeg/mpga.c
28516    M /trunk/modules/demux/wav.c
28517    M /trunk/modules/misc/dummy/Modules.am
28518    M /trunk/modules/misc/dummy/decoder.c
28519    M /trunk/modules/misc/dummy/dummy.c
28520    M /trunk/modules/misc/dummy/dummy.h
28521    M /trunk/modules/packetizer/copy.c
28522    M /trunk/modules/packetizer/mpeg4audio.c
28523    M /trunk/modules/stream_out/transcode.c
28524    M /trunk/src/audio_output/common.c
28525    M /trunk/src/audio_output/dec.c
28526    M /trunk/src/input/input.c
28527    M /trunk/src/input/input_dec.c
28528    M /trunk/src/input/input_programs.c
28529    M /trunk/src/libvlc.h
28530
28531
28532 * ALL: final improvements to the decoders/packetizers api.
28533    (There are still a few decoders/packetizers left to be converted but this shouldn't take too long).
28534 * ALL: small improvements to the encoders api.
28535
28536 ------------------------------------------------------------------------
28537 r5725 | gbazin | 2003-11-16 22:28:26 +0100 (Sun, 16 Nov 2003) | 3 lines
28538 Changed paths:
28539    A /trunk/modules/misc/dummy/encoder.c
28540
28541
28542 * modules/misc/dummy/encoder.c: forgot a file
28543
28544 ------------------------------------------------------------------------
28545 r5726 | sam | 2003-11-16 23:10:16 +0100 (Sun, 16 Nov 2003) | 2 lines
28546 Changed paths:
28547    M /trunk/include/vlc_keys.h
28548
28549   * include/vlc_keys.h: Fixed a warning in StringToKey().
28550
28551 ------------------------------------------------------------------------
28552 r5727 | gbazin | 2003-11-16 23:23:47 +0100 (Sun, 16 Nov 2003) | 3 lines
28553 Changed paths:
28554    M /trunk/modules/codec/ffmpeg/video.c
28555    M /trunk/src/input/input_dec.c
28556
28557
28558 * modules/codec/ffmpeg/video.c, src/input/input_dec.c: a couple of fixes. Thanks fenrir :)
28559
28560 ------------------------------------------------------------------------
28561 r5728 | sam | 2003-11-16 23:29:33 +0100 (Sun, 16 Nov 2003) | 2 lines
28562 Changed paths:
28563    M /trunk/modules/video_output/Modules.am
28564    A /trunk/modules/video_output/caca.c
28565
28566   * modules/video_output/caca.c: color ASCII art video output using libcaca.
28567
28568 ------------------------------------------------------------------------
28569 r5729 | gbazin | 2003-11-16 23:54:12 +0100 (Sun, 16 Nov 2003) | 3 lines
28570 Changed paths:
28571    M /trunk/include/audio_output.h
28572    M /trunk/modules/codec/a52.c
28573    M /trunk/modules/codec/dts.c
28574    M /trunk/modules/codec/mpeg_audio.c
28575    M /trunk/modules/codec/vorbis.c
28576    M /trunk/modules/demux/asf/asf.c
28577    M /trunk/modules/demux/au.c
28578    M /trunk/modules/demux/avi/avi.c
28579    M /trunk/modules/demux/mkv.cpp
28580    M /trunk/modules/demux/mpeg/mpga.c
28581    M /trunk/modules/demux/wav.c
28582    M /trunk/src/input/input.c
28583
28584
28585 * ALL: moved i_bitrate out of audio_format_t into es_format_t
28586
28587 ------------------------------------------------------------------------
28588 r5730 | sigmunau | 2003-11-17 01:06:19 +0100 (Mon, 17 Nov 2003) | 3 lines
28589 Changed paths:
28590    M /trunk/modules/gui/wxwindows/playlist.cpp
28591    M /trunk/modules/gui/wxwindows/wxwindows.h
28592
28593 modules/gui/wxwindows/*:
28594  * implemented sorting by a column by clicking on it
28595
28596 ------------------------------------------------------------------------
28597 r5731 | fenrir | 2003-11-17 03:52:39 +0100 (Mon, 17 Nov 2003) | 2 lines
28598 Changed paths:
28599    M /trunk/modules/codec/ffmpeg/audio.c
28600    M /trunk/modules/codec/ffmpeg/video.c
28601
28602  * all: a little compil fix and more sanity checks (needed for wma).
28603
28604 ------------------------------------------------------------------------
28605 r5732 | fenrir | 2003-11-17 03:55:22 +0100 (Mon, 17 Nov 2003) | 2 lines
28606 Changed paths:
28607    M /trunk/modules/stream_out/transcode.c
28608
28609  * transcode: hmmm, the compil fix was for this file ...
28610
28611 ------------------------------------------------------------------------
28612 r5733 | hartman | 2003-11-17 07:31:22 +0100 (Mon, 17 Nov 2003) | 9 lines
28613 Changed paths:
28614    M /trunk/Makefile.am
28615    M /trunk/NEWS
28616    M /trunk/THANKS
28617    M /trunk/extras/contrib/.cvsignore
28618    M /trunk/extras/contrib/src/.cvsignore
28619    M /trunk/modules/LIST
28620    M /trunk/modules/gui/macosx/Modules.am
28621    A /trunk/modules/gui/macosx/prefs_widgets.h
28622    A /trunk/modules/gui/macosx/prefs_widgets.m
28623    A /trunk/modules/stream_out/transrate/.cvsignore
28624    M /trunk/po/pt_BR.po
28625
28626  * THANKS: hungarian translator and designer of OSX intf controller added
28627  * modules/LIST: updated
28628  * Makefile.am: include new OS X art in the dist.
28629  * NEWS: updated
28630  * */.cvsignore: added and improved some of these.
28631  * modules/gui/macosx/prefs_widgets.?:
28632    - new config controls much like in the wxwindows module. not yet in use.
28633    - beware not tested irl. but it compiles :)
28634
28635 ------------------------------------------------------------------------
28636 r5734 | fenrir | 2003-11-17 12:25:54 +0100 (Mon, 17 Nov 2003) | 6 lines
28637 Changed paths:
28638    M /trunk/modules/mux/mpeg/ts.c
28639
28640  * ts: improve PCR handling. pcr-soft doesn't exist anymore.
28641    Options:
28642         - caching: time on which bitrate smouthing is applied (default: 200ms)
28643         - pcr : delay between 2 PCR (Really more accurate). (default: 30ms)
28644         - bmin and bmax doesn't work anymore.
28645
28646 ------------------------------------------------------------------------
28647 r5735 | bigben | 2003-11-17 14:05:17 +0100 (Mon, 17 Nov 2003) | 2 lines
28648 Changed paths:
28649    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
28650    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
28651    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
28652    M /trunk/modules/gui/macosx/playlist.h
28653    M /trunk/modules/gui/macosx/playlist.m
28654
28655 added search function to the playlist
28656
28657 ------------------------------------------------------------------------
28658 r5736 | hartman | 2003-11-17 14:14:25 +0100 (Mon, 17 Nov 2003) | 2 lines
28659 Changed paths:
28660    M /trunk/extras/contrib/src/Makefile
28661    M /trunk/extras/contrib/src/packages.mak
28662
28663 * use more recent libebml and libmatroska
28664
28665 ------------------------------------------------------------------------
28666 r5737 | bigben | 2003-11-17 15:11:05 +0100 (Mon, 17 Nov 2003) | 2 lines
28667 Changed paths:
28668    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
28669    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
28670    M /trunk/modules/gui/macosx/playlist.m
28671
28672 Checkboxes stat at startup, in the playlist, now reflect the state set ine the prefs. They still are not updated if you set random/repeat/loop in the menus though (at least until next VLC startup).
28673
28674 ------------------------------------------------------------------------
28675 r5738 | massiot | 2003-11-17 15:46:37 +0100 (Mon, 17 Nov 2003) | 7 lines
28676 Changed paths:
28677    M /trunk/modules/access_output/udp.c
28678    M /trunk/modules/mux/mpeg/ts.c
28679
28680 * modules/access_output/udp.c: more debug
28681 * modules/mux/mpeg/ts.c: new dts-delay option to add delay between the
28682   PCR and the DTS of the current frame.
28683   When deleting a video or audio stream (in case of PMT change), the
28684   new video and audio ES will take again the pid-video and pid-audio if
28685   they have been specified.
28686
28687 ------------------------------------------------------------------------
28688 r5739 | hartman | 2003-11-17 16:11:05 +0100 (Mon, 17 Nov 2003) | 2 lines
28689 Changed paths:
28690    M /trunk/extras/contrib/src/Makefile
28691
28692 * fix previous commit
28693
28694 ------------------------------------------------------------------------
28695 r5740 | garf | 2003-11-17 16:29:03 +0100 (Mon, 17 Nov 2003) | 2 lines
28696 Changed paths:
28697    M /trunk/modules/control/http.c
28698
28699  * http.c: fixed bug with spaces in mrl
28700
28701 ------------------------------------------------------------------------
28702 r5741 | gbazin | 2003-11-17 19:48:08 +0100 (Mon, 17 Nov 2003) | 3 lines
28703 Changed paths:
28704    M /trunk/modules/packetizer/mpeg4video.c
28705
28706
28707 * modules/packetizer/mpeg4video.c: ported to the new packetizers api (This packetizer really ought to be rewritten from scratch).
28708
28709 ------------------------------------------------------------------------
28710 r5742 | hartman | 2003-11-17 20:05:03 +0100 (Mon, 17 Nov 2003) | 5 lines
28711 Changed paths:
28712    M /trunk/modules/gui/macosx/playlist.m
28713
28714 * fix the search field and cleanup of the checkboxes init.
28715   - currently we don't seek in playlist position 0->currently selected
28716     wxwindows doesn't do this either.
28717   - bigben: for the state of the checkboxes look at callbacks (see playlistChanged in intf.m)
28718
28719 ------------------------------------------------------------------------
28720 r5743 | gbazin | 2003-11-17 23:53:05 +0100 (Mon, 17 Nov 2003) | 4 lines
28721 Changed paths:
28722    M /trunk/modules/demux/ogg.c
28723
28724
28725 * modules/demux/ogg.c: support for FLAC in Ogg.
28726    And by the way, putting the FLAC STREAMINFO metadata in the second ogg packet is really convoluted!
28727
28728 ------------------------------------------------------------------------
28729 r5744 | bigben | 2003-11-18 00:36:12 +0100 (Tue, 18 Nov 2003) | 4 lines
28730 Changed paths:
28731    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
28732    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
28733    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
28734    M /trunk/modules/gui/macosx/playlist.h
28735    M /trunk/modules/gui/macosx/playlist.m
28736
28737 - Use NSTextField instead of NSSearchfield for the playlist search, since it is not supported on MacOS < X.3.
28738
28739 - Search now restarts at the beginning of the playlist when reaching the end.
28740
28741 ------------------------------------------------------------------------
28742 r5745 | gbazin | 2003-11-18 01:57:04 +0100 (Tue, 18 Nov 2003) | 5 lines
28743 Changed paths:
28744    M /trunk/modules/demux/ogg.c
28745
28746
28747 * modules/demux/ogg.c: call ogg_sync_reset() after seeking so we don't get spurious PCRs.
28748    Cosmetic changes to the file info data.
28749    Fixed Flac seeking.
28750
28751 ------------------------------------------------------------------------
28752 r5746 | gbazin | 2003-11-18 13:32:04 +0100 (Tue, 18 Nov 2003) | 2 lines
28753 Changed paths:
28754    M /trunk/modules/control/http.c
28755
28756 * modules/control/http.c: fixed the "keep" command.
28757
28758 ------------------------------------------------------------------------
28759 r5747 | fenrir | 2003-11-18 17:46:31 +0100 (Tue, 18 Nov 2003) | 3 lines
28760 Changed paths:
28761    M /trunk/modules/stream_out/display.c
28762
28763  * display: set correct ES type (otherwise it segfaults in input_dec.c) but
28764  that implies that ES appear twice in the interface.
28765
28766 ------------------------------------------------------------------------
28767 r5748 | gbazin | 2003-11-18 19:45:33 +0100 (Tue, 18 Nov 2003) | 3 lines
28768 Changed paths:
28769    M /trunk/NEWS
28770
28771
28772 * NEWS: updated with new features.
28773
28774 ------------------------------------------------------------------------
28775 r5749 | fenrir | 2003-11-18 21:15:38 +0100 (Tue, 18 Nov 2003) | 4 lines
28776 Changed paths:
28777    M /trunk/Makefile.am
28778    A /trunk/include/vlc_bits.h
28779    M /trunk/modules/packetizer/mpeg4video.c
28780
28781  * include/vlc_bits.h: bit stream reader/writer.
28782  * mpeg4video.c: rework of the mpeg4 video packetizer.
28783  (not well tested)
28784
28785 ------------------------------------------------------------------------
28786 r5750 | fenrir | 2003-11-18 21:34:23 +0100 (Tue, 18 Nov 2003) | 2 lines
28787 Changed paths:
28788    M /trunk/src/input/input_dec.c
28789
28790  * allow packetizer to return multiple blocks at once.
28791
28792 ------------------------------------------------------------------------
28793 r5751 | jpsaman | 2003-11-18 21:36:40 +0100 (Tue, 18 Nov 2003) | 5 lines
28794 Changed paths:
28795    M /trunk/modules/gui/pda/pda.c
28796    M /trunk/modules/gui/pda/pda.glade
28797    M /trunk/modules/gui/pda/pda.h
28798    M /trunk/modules/gui/pda/pda_callbacks.c
28799    M /trunk/modules/gui/pda/pda_callbacks.h
28800    M /trunk/modules/gui/pda/pda_interface.c
28801
28802 PDA Interface:
28803 - Cleanup code
28804 - Cleanup interface
28805 - Adding items to playlist widgets from File, Camera, Transcode tabs.
28806
28807 ------------------------------------------------------------------------
28808 r5752 | gbazin | 2003-11-18 23:08:07 +0100 (Tue, 18 Nov 2003) | 3 lines
28809 Changed paths:
28810    M /trunk/src/input/input_dec.c
28811
28812
28813 * src/input/input_dec.c: fixed nasty bug. Thanks Meuuh :)
28814
28815 ------------------------------------------------------------------------
28816 r5753 | fenrir | 2003-11-18 23:48:46 +0100 (Tue, 18 Nov 2003) | 3 lines
28817 Changed paths:
28818    M /trunk/src/input/input_dec.c
28819
28820  * input_dec.c : handle SPU_ES (and not as VIDEO_ES ....) so subtitle
28821  should work again.
28822
28823 ------------------------------------------------------------------------
28824 r5754 | sigmunau | 2003-11-19 00:25:38 +0100 (Wed, 19 Nov 2003) | 3 lines
28825 Changed paths:
28826    M /trunk/modules/codec/subsdec.c
28827
28828 modules/codec/subsdec.c:
28829  * fix a crash when --subsdec encoding is set to a wrong value
28830
28831 ------------------------------------------------------------------------
28832 r5755 | fenrir | 2003-11-19 00:58:10 +0100 (Wed, 19 Nov 2003) | 2 lines
28833 Changed paths:
28834    M /trunk/modules/codec/subsdec.c
28835
28836  * fix a memory leak (p_block should be unallocated).
28837
28838 ------------------------------------------------------------------------
28839 r5756 | sigmunau | 2003-11-19 01:06:06 +0100 (Wed, 19 Nov 2003) | 2 lines
28840 Changed paths:
28841    M /trunk/include/video_output.h
28842    M /trunk/modules/misc/freetype.c
28843
28844 fixed some warnings
28845
28846 ------------------------------------------------------------------------
28847 r5757 | fenrir | 2003-11-19 01:14:39 +0100 (Wed, 19 Nov 2003) | 2 lines
28848 Changed paths:
28849    M /trunk/include/ninput.h
28850
28851  * ninput: initialisate i_bitrate.
28852
28853 ------------------------------------------------------------------------
28854 r5758 | gbazin | 2003-11-19 11:17:51 +0100 (Wed, 19 Nov 2003) | 2 lines
28855 Changed paths:
28856    M /trunk/src/misc/modules.c
28857
28858 * src/misc/modules.c: don't forget to return an error when we fail to load a plugin.
28859
28860 ------------------------------------------------------------------------
28861 r5759 | hartman | 2003-11-19 13:13:00 +0100 (Wed, 19 Nov 2003) | 4 lines
28862 Changed paths:
28863    M /trunk/modules/misc/freetype.c
28864
28865 * changed the relative fontsize option from a string_list to a int list with string comments.
28866   not possible before, but is now and we can still change it without effecting the
28867   config files of 1000000 users.
28868
28869 ------------------------------------------------------------------------
28870 r5760 | gbazin | 2003-11-19 14:10:48 +0100 (Wed, 19 Nov 2003) | 3 lines
28871 Changed paths:
28872    M /trunk/modules/codec/ffmpeg/audio.c
28873    M /trunk/modules/codec/ffmpeg/video.c
28874    M /trunk/src/misc/modules.c
28875
28876 * modules/codec/ffmpeg/: don't re-use the same pts twice.
28877 * src/misc/modules.c: win32 fix for when module fails loading.
28878
28879 ------------------------------------------------------------------------
28880 r5761 | hartman | 2003-11-19 14:25:48 +0100 (Wed, 19 Nov 2003) | 3 lines
28881 Changed paths:
28882    M /trunk/modules/codec/subsdec.c
28883    M /trunk/modules/misc/freetype.c
28884
28885 * modules/codec/subsdec.c: Add debug messages and fix a crasher
28886 * modules/misc/freetype.c: let's keep the freetype-fontsize option useful :)
28887
28888 ------------------------------------------------------------------------
28889 r5762 | bigben | 2003-11-19 15:58:54 +0100 (Wed, 19 Nov 2003) | 3 lines
28890 Changed paths:
28891    M /trunk/modules/gui/macosx/playlist.m
28892
28893
28894 small clean-up
28895
28896 ------------------------------------------------------------------------
28897 r5763 | bigben | 2003-11-19 20:00:16 +0100 (Wed, 19 Nov 2003) | 4 lines
28898 Changed paths:
28899    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
28900    M /trunk/modules/gui/macosx/controls.m
28901    M /trunk/modules/gui/macosx/playlist.m
28902
28903 - get rid of an unused variable
28904 - use same name than in menus for random, repeat and loop options
28905 - random, loop, repeat checkboxes are nom updated accordingliy to the state set in the menu. (not sure I've done that the proper way ;-)
28906
28907 ------------------------------------------------------------------------
28908 r5764 | gbazin | 2003-11-20 00:44:35 +0100 (Thu, 20 Nov 2003) | 3 lines
28909 Changed paths:
28910    M /trunk/modules/video_output/directx/directx.c
28911    M /trunk/modules/video_output/directx/events.c
28912    M /trunk/modules/video_output/directx/vout.h
28913
28914 * modules/video_output/directx/*: we now create a video sub-window which is a child of the main window and which always fit exactly the size of the video.
28915   As a result the overlay color key is only painted in the video area and the rest of the window is pure black.
28916
28917 ------------------------------------------------------------------------
28918 r5765 | rocky | 2003-11-20 03:15:37 +0100 (Thu, 20 Nov 2003) | 3 lines
28919 Changed paths:
28920    M /trunk/modules/access/vcdx/vcd.c
28921
28922 Miniscule changes. In some ways better, in some ways not, just
28923 different.
28924
28925 ------------------------------------------------------------------------
28926 r5766 | rocky | 2003-11-20 03:17:33 +0100 (Thu, 20 Nov 2003) | 2 lines
28927 Changed paths:
28928    M /trunk/modules/access/vcdx/vcd.h
28929
28930 In some ways better, in some ways just different.
28931
28932 ------------------------------------------------------------------------
28933 r5767 | hartman | 2003-11-20 03:39:09 +0100 (Thu, 20 Nov 2003) | 8 lines
28934 Changed paths:
28935    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
28936    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
28937    M /trunk/modules/gui/macosx/playlist.m
28938
28939 * fixed the dockmenu. had gotten disconnected somehow.
28940 * cleaned up the playlist source.
28941 * set the correct sizing properties on the playlist buttons.
28942   bigben: see the bottom of the size panel of your inspector. when adding items
28943   always take this into account to make resize work correctly.
28944   also. windows are opened at the position where you save them when the nib is open.
28945   Always make sure the controller and playlist are to the upper left side.
28946
28947 ------------------------------------------------------------------------
28948 r5768 | rocky | 2003-11-20 04:56:22 +0100 (Thu, 20 Nov 2003) | 3 lines
28949 Changed paths:
28950    M /trunk/modules/access/vcdx/access.c
28951    M /trunk/modules/access/vcdx/vcd.c
28952
28953 Reorganize more analogous to dvdplay. Should give some growing room to
28954 start the custom demuxer.
28955
28956 ------------------------------------------------------------------------
28957 r5769 | garf | 2003-11-20 09:44:30 +0100 (Thu, 20 Nov 2003) | 3 lines
28958 Changed paths:
28959    M /trunk/modules/control/http.c
28960
28961  * http.c: little keep and del functions fix ( don't remove currently
28962            playing playlist item ).
28963
28964 ------------------------------------------------------------------------
28965 r5770 | sigmunau | 2003-11-20 11:56:44 +0100 (Thu, 20 Nov 2003) | 2 lines
28966 Changed paths:
28967    A /trunk/python/vlrs/.cvsignore
28968
28969 tell cvs to ignore .pyc and .pyo files
28970
28971 ------------------------------------------------------------------------
28972 r5771 | hartman | 2003-11-20 15:39:31 +0100 (Thu, 20 Nov 2003) | 3 lines
28973 Changed paths:
28974    M /trunk/modules/gui/macosx/controls.m
28975    M /trunk/modules/gui/macosx/intf.m
28976
28977 * windows -> orderedWindows. Finally window commands like fullscreen, half size
28978   double size and float on top are sent to the correct window.
28979
28980 ------------------------------------------------------------------------
28981 r5772 | gbazin | 2003-11-20 18:48:44 +0100 (Thu, 20 Nov 2003) | 3 lines
28982 Changed paths:
28983    M /trunk/modules/video_output/directx/directx.c
28984    M /trunk/modules/video_output/directx/events.c
28985    M /trunk/modules/video_output/directx/vout.h
28986    M /trunk/mozilla/vlcshell.cpp
28987
28988
28989 * mozilla/vlcshell.cpp, modules/video_output/directx/*: round of fixes for the win32 mozilla plugin.
28990
28991 ------------------------------------------------------------------------
28992 r5773 | fenrir | 2003-11-20 19:26:44 +0100 (Thu, 20 Nov 2003) | 2 lines
28993 Changed paths:
28994    M /trunk/modules/mux/mpeg/ts.c
28995
28996  * ts: fixed a stupid bug for MS codec.
28997
28998 ------------------------------------------------------------------------
28999 r5774 | fenrir | 2003-11-20 19:27:44 +0100 (Thu, 20 Nov 2003) | 2 lines
29000 Changed paths:
29001    M /trunk/modules/packetizer/copy.c
29002
29003  * copy: ported to new API.
29004
29005 ------------------------------------------------------------------------
29006 r5775 | fenrir | 2003-11-20 23:10:56 +0100 (Thu, 20 Nov 2003) | 3 lines
29007 Changed paths:
29008    M /trunk/Makefile.am
29009    M /trunk/include/audio_output.h
29010    M /trunk/include/ninput.h
29011    A /trunk/include/vlc_es.h
29012    M /trunk/include/vlc_video.h
29013    M /trunk/modules/demux/asf/asf.c
29014    M /trunk/modules/demux/avi/avi.c
29015    M /trunk/modules/demux/livedotcom.cpp
29016    M /trunk/modules/demux/mkv.cpp
29017    M /trunk/modules/demux/util/sub.c
29018    M /trunk/src/input/input.c
29019
29020  include/vlc_es.h: defines es_format_t, audio_format_t, video_format_t.
29021  all: removed i_extra_type from es_format_t.
29022
29023 ------------------------------------------------------------------------
29024 r5776 | sigmunau | 2003-11-21 00:13:28 +0100 (Fri, 21 Nov 2003) | 11 lines
29025 Changed paths:
29026    M /trunk/configure.ac
29027    M /trunk/modules/demux/livedotcom.cpp
29028    M /trunk/modules/misc/sap.c
29029
29030 modules/misc/sap.c:
29031  * more verbose header parsing code
29032  * support for compressed announces if zlib is available (using some code
29033    from Mosu from the matroska project)
29034  * if the sdp packet contains more than one m= line, pass it to the
29035    livedotcom module
29036 configure.ac:
29037  * link sap with zlib if available
29038 modules/demux/livedotcom.c:
29039  * accept sdp from the sap module
29040
29041 ------------------------------------------------------------------------
29042 r5777 | gbazin | 2003-11-21 01:38:01 +0100 (Fri, 21 Nov 2003) | 7 lines
29043 Changed paths:
29044    M /trunk/include/ninput.h
29045    M /trunk/include/vlc_common.h
29046    M /trunk/modules/demux/a52sys.c
29047    M /trunk/modules/demux/aac.c
29048    M /trunk/modules/demux/asf/asf.c
29049    M /trunk/modules/demux/au.c
29050    M /trunk/modules/demux/avi/avi.c
29051    M /trunk/modules/demux/livedotcom.cpp
29052    M /trunk/modules/demux/mkv.cpp
29053    M /trunk/modules/demux/util/sub.c
29054    M /trunk/modules/demux/wav.c
29055    M /trunk/src/input/input.c
29056    M /trunk/src/input/stream.c
29057
29058
29059 * include/vlc_common.h: include stdlib.h
29060 * include/ninput.h, src/input/stream.c, src/input/input.c:
29061     new stream_Block() function to read a block_t from the input.
29062     es_out_Send() takes a block_t as input, for PES (deprecated) use es_out_SendPES().
29063 * modules/demux/*: changed to new es_out_Send(). asf.c and avi.c still use es_out_SendPES() though.
29064
29065 ------------------------------------------------------------------------
29066 r5778 | gbazin | 2003-11-21 02:45:48 +0100 (Fri, 21 Nov 2003) | 4 lines
29067 Changed paths:
29068    M /trunk/modules/codec/Modules.am
29069    A /trunk/modules/codec/flac.c
29070    D /trunk/modules/codec/flacdec.c
29071    M /trunk/modules/demux/flac.c
29072
29073
29074 * modules/codec/flac.c: complete rewrite of the flac decoder + new packetizer.
29075 * modules/demux/flac.c: rewrite of the flac demuxer which makes use of the flac packetizer.
29076
29077 ------------------------------------------------------------------------
29078 r5779 | fenrir | 2003-11-21 07:14:59 +0100 (Fri, 21 Nov 2003) | 2 lines
29079 Changed paths:
29080    M /trunk/modules/demux/livedotcom.cpp
29081
29082  * livedotcom: added return value for sdp:// Open.
29083
29084 ------------------------------------------------------------------------
29085 r5780 | jpsaman | 2003-11-21 10:23:49 +0100 (Fri, 21 Nov 2003) | 3 lines
29086 Changed paths:
29087    M /trunk/modules/gui/pda/pda.c
29088    M /trunk/modules/gui/pda/pda_callbacks.c
29089
29090 PDA Interface:
29091 - Code cleanup and fixes for file view widget.
29092
29093 ------------------------------------------------------------------------
29094 r5781 | gbazin | 2003-11-21 13:18:54 +0100 (Fri, 21 Nov 2003) | 2 lines
29095 Changed paths:
29096    M /trunk/modules/codec/flac.c
29097    M /trunk/modules/demux/flac.c
29098
29099 * modules/demux/flac.c, modules/codec/flac.c: couple of fixes.
29100
29101 ------------------------------------------------------------------------
29102 r5782 | gbazin | 2003-11-21 14:01:05 +0100 (Fri, 21 Nov 2003) | 2 lines
29103 Changed paths:
29104    M /trunk/modules/mux/ogg.c
29105
29106 * modules/mux/ogg.c: send the mp4v VOL data in one of the header ogg packets.
29107
29108 ------------------------------------------------------------------------
29109 r5783 | zorglub | 2003-11-21 14:20:41 +0100 (Fri, 21 Nov 2003) | 2 lines
29110 Changed paths:
29111    M /trunk/modules/gui/wxwindows/playlist.cpp
29112    M /trunk/modules/gui/wxwindows/wxwindows.h
29113
29114 * Reverse sort the playlist when clicking twice on the column header
29115
29116 ------------------------------------------------------------------------
29117 r5784 | fenrir | 2003-11-21 16:32:09 +0100 (Fri, 21 Nov 2003) | 2 lines
29118 Changed paths:
29119    M /trunk/include/stream_output.h
29120    M /trunk/include/vlc_common.h
29121    M /trunk/include/vlc_es.h
29122    M /trunk/modules/mux/asf.c
29123    M /trunk/modules/mux/avi.c
29124    M /trunk/modules/mux/mp4.c
29125    M /trunk/modules/mux/mpeg/ps.c
29126    M /trunk/modules/mux/mpeg/ts.c
29127    M /trunk/modules/mux/ogg.c
29128    M /trunk/modules/packetizer/mpegvideo.c
29129    M /trunk/modules/stream_out/display.c
29130    M /trunk/modules/stream_out/dummy.c
29131    M /trunk/modules/stream_out/duplicate.c
29132    M /trunk/modules/stream_out/es.c
29133    M /trunk/modules/stream_out/gather.c
29134    M /trunk/modules/stream_out/rtp.c
29135    M /trunk/modules/stream_out/standard.c
29136    M /trunk/modules/stream_out/transcode.c
29137    M /trunk/modules/stream_out/transrate/transrate.c
29138    M /trunk/src/input/input_dec.c
29139    M /trunk/src/stream_output/stream_output.c
29140
29141  * all: remove sout_format_t and use es_format_t instead.
29142
29143 ------------------------------------------------------------------------
29144 r5785 | fenrir | 2003-11-21 16:51:32 +0100 (Fri, 21 Nov 2003) | 2 lines
29145 Changed paths:
29146    M /trunk/modules/demux/avi/avi.c
29147
29148  * avi: use block instead of PES every where.
29149
29150 ------------------------------------------------------------------------
29151 r5786 | fenrir | 2003-11-21 17:02:36 +0100 (Fri, 21 Nov 2003) | 2 lines
29152 Changed paths:
29153    M /trunk/modules/demux/asf/asf.c
29154
29155  * asf: pes -> block
29156
29157 ------------------------------------------------------------------------
29158 r5787 | fenrir | 2003-11-21 17:07:20 +0100 (Fri, 21 Nov 2003) | 2 lines
29159 Changed paths:
29160    M /trunk/modules/demux/mpeg/mpga.c
29161
29162  * mpga: fixed. (using es_out_Send with PES)
29163
29164 ------------------------------------------------------------------------
29165 r5788 | gbazin | 2003-11-21 19:55:40 +0100 (Fri, 21 Nov 2003) | 4 lines
29166 Changed paths:
29167    M /trunk/modules/gui/wxwindows/interface.cpp
29168    M /trunk/modules/gui/wxwindows/playlist.cpp
29169    M /trunk/modules/gui/wxwindows/wxwindows.h
29170
29171
29172 * modules/gui/wxwindows/*: drag&drop on the playlist only enqueue.
29173    Small cosmetic change to the playlist.
29174
29175 ------------------------------------------------------------------------
29176 r5789 | gbazin | 2003-11-21 21:49:14 +0100 (Fri, 21 Nov 2003) | 4 lines
29177 Changed paths:
29178    M /trunk/modules/codec/flac.c
29179    M /trunk/modules/demux/flac.c
29180    M /trunk/modules/mux/dummy.c
29181    M /trunk/modules/mux/ogg.c
29182
29183
29184 * modules/codec/flac.c: added a FLAC encoder.
29185 * modules/mux/dummy.c, modules/mux/ogg.c: you can output "normal" flac streams with the es/dummy muxer or output them with an Ogg container.
29186
29187 ------------------------------------------------------------------------
29188 r5790 | titer | 2003-11-22 01:41:07 +0100 (Sat, 22 Nov 2003) | 6 lines
29189 Changed paths:
29190    M /trunk/include/vlc_threads.h
29191    M /trunk/include/vlc_threads_funcs.h
29192    M /trunk/modules/misc/freetype.c
29193    M /trunk/src/libvlc.h
29194    M /trunk/src/misc/threads.c
29195
29196  + modules/misc/freetype.c: fixed a couple of typos
29197  + *threads*, src/libvlc.h:
29198    test HAVE_KERNEL_SCHEDULER_H before PTHREAD_COND_T_IN_PTHREAD_H
29199    for now because Zeta now has a pthread implementation but it's doesn't
29200    seem to be (enough) POSIX compliant atm.
29201
29202 ------------------------------------------------------------------------
29203 r5791 | titer | 2003-11-22 05:02:10 +0100 (Sat, 22 Nov 2003) | 2 lines
29204 Changed paths:
29205    M /trunk/src/misc/block.c
29206
29207  src/misc/block.c: added a missing vlc_mutex_destroy()
29208
29209 ------------------------------------------------------------------------
29210 r5792 | titer | 2003-11-22 07:26:16 +0100 (Sat, 22 Nov 2003) | 4 lines
29211 Changed paths:
29212    M /trunk/modules/gui/macosx/intf.m
29213
29214  modules/gui/macosx/intf.m: don't destroy the playlist when closing the
29215    interface because this makes crash others interfaces which might be
29216    still using it (e.g. sap)
29217
29218 ------------------------------------------------------------------------
29219 r5793 | sigmunau | 2003-11-22 13:17:08 +0100 (Sat, 22 Nov 2003) | 3 lines
29220 Changed paths:
29221    M /trunk/modules/misc/sap.c
29222
29223 modules/misc/sap.c:
29224  * fixed a couple of nasty memleaks
29225
29226 ------------------------------------------------------------------------
29227 r5794 | sigmunau | 2003-11-22 13:33:04 +0100 (Sat, 22 Nov 2003) | 3 lines
29228 Changed paths:
29229    M /trunk/modules/misc/sap.c
29230
29231 modules/misc/sap.c:
29232  * fixed a possible buffer overflow
29233
29234 ------------------------------------------------------------------------
29235 r5795 | sigmunau | 2003-11-22 13:35:17 +0100 (Sat, 22 Nov 2003) | 3 lines
29236 Changed paths:
29237    M /trunk/src/playlist/item.c
29238
29239 src/playlist/item.c:
29240  * fixed a minor memory leak
29241
29242 ------------------------------------------------------------------------
29243 r5796 | gbazin | 2003-11-22 13:41:32 +0100 (Sat, 22 Nov 2003) | 5 lines
29244 Changed paths:
29245    M /trunk/modules/codec/flac.c
29246    M /trunk/modules/demux/ogg.c
29247    M /trunk/src/input/input.c
29248
29249
29250 * src/input/input.c: don't free the ES twice.
29251 * modules/demux/ogg.c: ported to the es_out_*() api and fixed flac support.
29252 * modules/codec/flac.c: couple of fixes.
29253
29254 ------------------------------------------------------------------------
29255 r5797 | gbazin | 2003-11-22 14:19:30 +0100 (Sat, 22 Nov 2003) | 3 lines
29256 Changed paths:
29257    M /trunk/src/input/input.c
29258
29259
29260 * src/input/input.c: fixed previous fix (sout needs to be destroyed after the ES).
29261
29262 ------------------------------------------------------------------------
29263 r5798 | gbazin | 2003-11-22 14:49:12 +0100 (Sat, 22 Nov 2003) | 3 lines
29264 Changed paths:
29265    M /trunk/modules/stream_out/transcode.c
29266
29267
29268 * modules/stream_out/transcode.c: put back the dumb downmixing routine.
29269
29270 ------------------------------------------------------------------------
29271 r5799 | ipkiss | 2003-11-22 14:56:21 +0100 (Sat, 22 Nov 2003) | 2 lines
29272 Changed paths:
29273    M /trunk/include/vlc_common.h
29274
29275 vlc_common: Avoid a redefinition of PATH_MAX on cygwin
29276
29277 ------------------------------------------------------------------------
29278 r5800 | fenrir | 2003-11-22 15:42:47 +0100 (Sat, 22 Nov 2003) | 2 lines
29279 Changed paths:
29280    M /trunk/src/misc/block.c
29281
29282  * block: initialise all fields.
29283
29284 ------------------------------------------------------------------------
29285 r5801 | gbazin | 2003-11-22 16:06:50 +0100 (Sat, 22 Nov 2003) | 3 lines
29286 Changed paths:
29287    M /trunk/modules/codec/tarkin.c
29288
29289
29290 * modules/codec/tarkin.c: ported to the new decoders api (I know, this is a waste of time ;).
29291
29292 ------------------------------------------------------------------------
29293 r5802 | fenrir | 2003-11-22 16:10:38 +0100 (Sat, 22 Nov 2003) | 2 lines
29294 Changed paths:
29295    M /trunk/modules/demux/avi/avi.c
29296
29297  * avi: more check on b_die (when building index).
29298
29299 ------------------------------------------------------------------------
29300 r5803 | sam | 2003-11-22 16:53:18 +0100 (Sat, 22 Nov 2003) | 7 lines
29301 Changed paths:
29302    M /trunk/configure.ac
29303    M /trunk/modules/video_output/caca.c
29304
29305   * configure.ac:
29306     + Fixed internal symbols for version numbers containing "+".
29307     + Added a --enable-caca flag.
29308   * modules/video_output/caca.c:
29309     + Updated libcaca video output to the released version.
29310     + Added --caca-dithering flag (none, dither, random).
29311
29312 ------------------------------------------------------------------------
29313 r5804 | sam | 2003-11-22 17:18:05 +0100 (Sat, 22 Nov 2003) | 2 lines
29314 Changed paths:
29315    M /trunk/modules/video_output/caca.c
29316
29317   * modules/video_output/caca.c: Oops, compilation fix (thanks zorglub).
29318
29319 ------------------------------------------------------------------------
29320 r5805 | fenrir | 2003-11-22 17:48:49 +0100 (Sat, 22 Nov 2003) | 2 lines
29321 Changed paths:
29322    M /trunk/modules/mux/mpeg/ts.c
29323
29324  * ts: fixes.
29325
29326 ------------------------------------------------------------------------
29327 r5806 | fenrir | 2003-11-22 17:53:02 +0100 (Sat, 22 Nov 2003) | 2 lines
29328 Changed paths:
29329    M /trunk/modules/packetizer/mpegvideo.c
29330
29331  * mpegvideo: ported to new API (need more clean up).
29332
29333 ------------------------------------------------------------------------
29334 r5807 | fenrir | 2003-11-22 18:03:57 +0100 (Sat, 22 Nov 2003) | 5 lines
29335 Changed paths:
29336    M /trunk/configure.ac
29337    M /trunk/include/stream_output.h
29338    M /trunk/modules/demux/mpeg/Modules.am
29339    D /trunk/modules/demux/mpeg/es.c
29340    A /trunk/modules/demux/mpeg/mpgv.c
29341    M /trunk/modules/stream_out/transrate/transrate.c
29342
29343  * stream_output.h, transrate.c : do not use SOUT_BUFFER_FLAG_GOP anymore
29344  (may be readded later).
29345
29346  * mpgv.c: new demuxer using the packetizer (allow to stream ES).
29347
29348 ------------------------------------------------------------------------
29349 r5808 | gbazin | 2003-11-22 19:04:10 +0100 (Sat, 22 Nov 2003) | 4 lines
29350 Changed paths:
29351    M /trunk/include/input_ext-intf.h
29352    M /trunk/include/vlc_es.h
29353    M /trunk/modules/codec/lpcm.c
29354
29355
29356 * include/input_ext-intf.h, include/vlc_es.h: moved ES categories into vlc_es.h
29357 * modules/codec/lpcm.c: ported to the new decoders api + lpcm packetizer.
29358
29359 ------------------------------------------------------------------------
29360 r5809 | gbazin | 2003-11-22 19:11:22 +0100 (Sat, 22 Nov 2003) | 3 lines
29361 Changed paths:
29362    M /trunk/configure.ac
29363
29364
29365 * configure.ac: get rid of the oggpackB_read check in libogg because we don't use it anymore.
29366
29367 ------------------------------------------------------------------------
29368 r5810 | fenrir | 2003-11-22 20:55:47 +0100 (Sat, 22 Nov 2003) | 3 lines
29369 Changed paths:
29370    M /trunk/modules/codec/spudec/parse.c
29371    M /trunk/modules/codec/spudec/render.c
29372    M /trunk/modules/codec/spudec/spudec.c
29373    M /trunk/modules/codec/spudec/spudec.h
29374
29375  * all: ported to new API.
29376   -> i_rate isn't used for now : it will need to be fixed.
29377
29378 ------------------------------------------------------------------------
29379 r5811 | fenrir | 2003-11-22 21:15:34 +0100 (Sat, 22 Nov 2003) | 2 lines
29380 Changed paths:
29381    M /trunk/modules/codec/spudec/spudec.c
29382
29383  * spudec: it also does the packetizer.
29384
29385 ------------------------------------------------------------------------
29386 r5812 | fenrir | 2003-11-22 21:17:14 +0100 (Sat, 22 Nov 2003) | 2 lines
29387 Changed paths:
29388    M /trunk/modules/packetizer/copy.c
29389
29390  * copy: removed the old spu packetizer.
29391
29392 ------------------------------------------------------------------------
29393 r5813 | fenrir | 2003-11-22 21:25:01 +0100 (Sat, 22 Nov 2003) | 2 lines
29394 Changed paths:
29395    M /trunk/modules/mux/mpeg/ts.c
29396
29397  * ts: added lpcm and dts stream. (untested)
29398
29399 ------------------------------------------------------------------------
29400 r5814 | fenrir | 2003-11-22 21:26:39 +0100 (Sat, 22 Nov 2003) | 2 lines
29401 Changed paths:
29402    M /trunk/src/input/input_dec.c
29403
29404  * input_dec: set also p_dec->b_die.
29405
29406 ------------------------------------------------------------------------
29407 r5815 | fenrir | 2003-11-23 00:39:14 +0100 (Sun, 23 Nov 2003) | 3 lines
29408 Changed paths:
29409    M /trunk/modules/codec/a52.c
29410    M /trunk/modules/codec/adpcm.c
29411    M /trunk/modules/codec/araw.c
29412    M /trunk/modules/codec/cinepak.c
29413    M /trunk/modules/codec/dts.c
29414    M /trunk/modules/codec/dvbsub.c
29415    M /trunk/modules/codec/faad.c
29416    M /trunk/modules/codec/ffmpeg/audio.c
29417    M /trunk/modules/codec/ffmpeg/chroma.c
29418    M /trunk/modules/codec/ffmpeg/encoder.c
29419    M /trunk/modules/codec/ffmpeg/ffmpeg.c
29420    M /trunk/modules/codec/ffmpeg/postprocess.c
29421    M /trunk/modules/codec/ffmpeg/video.c
29422    M /trunk/modules/codec/flac.c
29423    M /trunk/modules/codec/libmpeg2.c
29424    M /trunk/modules/codec/lpcm.c
29425    M /trunk/modules/codec/mpeg_audio.c
29426    M /trunk/modules/codec/quicktime.c
29427    M /trunk/modules/codec/rawvideo.c
29428    M /trunk/modules/codec/speex.c
29429    M /trunk/modules/codec/spudec/parse.c
29430    M /trunk/modules/codec/spudec/render.c
29431    M /trunk/modules/codec/spudec/spudec.c
29432    M /trunk/modules/codec/subsdec.c
29433    M /trunk/modules/codec/tarkin.c
29434    M /trunk/modules/codec/theora.c
29435    M /trunk/modules/codec/vorbis.c
29436    M /trunk/modules/codec/xvid.c
29437
29438  * all: only include header that are needed (and no more stdlib.h, string.h
29439  as vlc/vlc.h include them).
29440
29441 ------------------------------------------------------------------------
29442 r5816 | fenrir | 2003-11-23 04:17:39 +0100 (Sun, 23 Nov 2003) | 6 lines
29443 Changed paths:
29444    M /trunk/src/input/input_dec.c
29445
29446  * input_dec.c:
29447     - also check for p_dec->b_die and b_error.
29448     - unload module before joining thread (in DecoderThread) otherwise qt
29449     win32 dll loader will segfault. (but perhaps I'm the only one using it)
29450         -> find a better solution.
29451
29452 ------------------------------------------------------------------------
29453 r5817 | fenrir | 2003-11-23 04:41:58 +0100 (Sun, 23 Nov 2003) | 3 lines
29454 Changed paths:
29455    M /trunk/modules/codec/quicktime.c
29456
29457  * quicktime: ported to the new API, fix compilation with w32dll loader.
29458     -> but untested under OS X and win32.
29459
29460 ------------------------------------------------------------------------
29461 r5818 | fenrir | 2003-11-23 04:45:11 +0100 (Sun, 23 Nov 2003) | 2 lines
29462 Changed paths:
29463    M /trunk/modules/codec/quicktime.c
29464
29465  * quicktime: removed a define.
29466
29467 ------------------------------------------------------------------------
29468 r5819 | fenrir | 2003-11-23 04:55:01 +0100 (Sun, 23 Nov 2003) | 2 lines
29469 Changed paths:
29470    M /trunk/modules/codec/ffmpeg/video.c
29471    M /trunk/modules/codec/subsdec.c
29472    M /trunk/modules/codec/tarkin.c
29473
29474  * all: do not use p_fifo.
29475
29476 ------------------------------------------------------------------------
29477 r5820 | rocky | 2003-11-23 04:58:33 +0100 (Sun, 23 Nov 2003) | 8 lines
29478 Changed paths:
29479    M /trunk/configure.ac
29480    M /trunk/modules/access/vcdx/intf.c
29481    M /trunk/modules/access/vcdx/vcdplayer.c
29482
29483 intf.c, vcdplayer.c: Add code for multi-default selection lists. But
29484 this required new libvcdinfo API - so change to configure.ac for
29485 pending new libcdio/vcdimager releases.
29486
29487 Additional libvcdinfo routines also means less VCD twidling inside vlc
29488 code, thus simplifying what is already a bit complicated and likely to
29489 get more so.
29490
29491 ------------------------------------------------------------------------
29492 r5821 | rocky | 2003-11-23 05:56:08 +0100 (Sun, 23 Nov 2003) | 2 lines
29493 Changed paths:
29494    M /trunk/modules/access/vcdx/intf.c
29495
29496 Bug in processing numeric entry - passed wrong value.
29497
29498 ------------------------------------------------------------------------
29499 r5822 | fenrir | 2003-11-23 05:58:00 +0100 (Sun, 23 Nov 2003) | 2 lines
29500 Changed paths:
29501    M /trunk/modules/codec/adpcm.c
29502
29503  * adpcm: bug fixes.
29504
29505 ------------------------------------------------------------------------
29506 r5823 | fenrir | 2003-11-23 06:30:56 +0100 (Sun, 23 Nov 2003) | 3 lines
29507 Changed paths:
29508    M /trunk/modules/codec/cinepak.c
29509
29510  * cinepak: little clean up and increase priority (ffmpeg cinepak decoder
29511  is buggy).
29512
29513 ------------------------------------------------------------------------
29514 r5824 | zorglub | 2003-11-23 12:02:39 +0100 (Sun, 23 Nov 2003) | 2 lines
29515 Changed paths:
29516    M /trunk/NEWS
29517
29518 Improved the list (all ports at the end, reworked order)
29519
29520 ------------------------------------------------------------------------
29521 r5825 | massiot | 2003-11-23 14:06:43 +0100 (Sun, 23 Nov 2003) | 3 lines
29522 Changed paths:
29523    M /trunk/Makefile.am
29524    M /trunk/extras/contrib/Makefile
29525    A /trunk/extras/contrib/change_prefix.sh
29526    M /trunk/extras/contrib/src/Makefile
29527
29528 * Fixed bugs in the contrib build system. In particular 'make bin' should
29529   work now.
29530
29531 ------------------------------------------------------------------------
29532 r5826 | gbazin | 2003-11-23 14:15:27 +0100 (Sun, 23 Nov 2003) | 4 lines
29533 Changed paths:
29534    M /trunk/modules/codec/ffmpeg/video.c
29535    M /trunk/modules/demux/asf/asf.c
29536    M /trunk/modules/demux/avi/avi.c
29537    M /trunk/modules/demux/mkv.cpp
29538    M /trunk/modules/demux/mp4/mp4.c
29539    M /trunk/modules/demux/ogg.c
29540
29541
29542 * modules/demux/*: some containers don't carry any PTS information, just a DTS. In that case, make sure the PTS forwarded to the decoder is set to 0.
29543 * modules/codec/ffmpeg/video.c: use PTS if available, if not find out the PTS from the DTS and the p_context->has_b_frames and p_pic->reference flags.
29544
29545 ------------------------------------------------------------------------
29546 r5827 | massiot | 2003-11-23 14:23:20 +0100 (Sun, 23 Nov 2003) | 2 lines
29547 Changed paths:
29548    M /trunk/extras/contrib/Makefile
29549    M /trunk/extras/contrib/change_prefix.sh
29550
29551 Fixed bugs.
29552
29553 ------------------------------------------------------------------------
29554 r5828 | gbazin | 2003-11-23 14:25:32 +0100 (Sun, 23 Nov 2003) | 3 lines
29555 Changed paths:
29556    M /trunk/modules/codec/cinepak.c
29557    M /trunk/modules/codec/quicktime.c
29558
29559
29560 * modules/codec/quicktime.c, modules/codec/cinepak.c: use pts if available, otherwise use dts.
29561
29562 ------------------------------------------------------------------------
29563 r5829 | massiot | 2003-11-23 15:00:25 +0100 (Sun, 23 Nov 2003) | 2 lines
29564 Changed paths:
29565    M /trunk/extras/contrib/Makefile
29566    M /trunk/extras/contrib/change_prefix.sh
29567
29568 Bug fix for *.a libraries.
29569
29570 ------------------------------------------------------------------------
29571 r5830 | gbazin | 2003-11-23 15:28:15 +0100 (Sun, 23 Nov 2003) | 3 lines
29572 Changed paths:
29573    M /trunk/NEWS
29574
29575
29576 * NEWS: updated with new stuff.
29577
29578 ------------------------------------------------------------------------
29579 r5831 | rocky | 2003-11-23 15:34:19 +0100 (Sun, 23 Nov 2003) | 3 lines
29580 Changed paths:
29581    M /trunk/modules/access/cddax.c
29582    M /trunk/modules/access/vcdx/access.c
29583    M /trunk/modules/access/vcdx/vcd.c
29584
29585 Add configuration options to set default device. For VCD's add
29586 configuration option to specify whether or not to use PBC.
29587
29588 ------------------------------------------------------------------------
29589 r5832 | massiot | 2003-11-23 15:49:51 +0100 (Sun, 23 Nov 2003) | 2 lines
29590 Changed paths:
29591    M /trunk/extras/contrib/change_prefix.sh
29592
29593 grmbl again
29594
29595 ------------------------------------------------------------------------
29596 r5833 | gbazin | 2003-11-23 16:50:07 +0100 (Sun, 23 Nov 2003) | 4 lines
29597 Changed paths:
29598    M /trunk/modules/codec/speex.c
29599    M /trunk/modules/codec/vorbis.c
29600
29601
29602 * modules/codec/speex.c: support for speex encoding.
29603 * modules/codec/vorbis.c: removed unused code.
29604
29605 ------------------------------------------------------------------------
29606 r5834 | zorglub | 2003-11-23 17:02:56 +0100 (Sun, 23 Nov 2003) | 3 lines
29607 Changed paths:
29608    M /trunk/AUTHORS
29609    M /trunk/NEWS
29610
29611 * NEWS : added a few missing things
29612 * AUTHORS: updated sam's, sigmund's, garf's, gibalou's and fenrir's records
29613
29614 ------------------------------------------------------------------------
29615 r5835 | garf | 2003-11-23 17:24:20 +0100 (Sun, 23 Nov 2003) | 6 lines
29616 Changed paths:
29617    M /trunk/doc/intf-http.txt
29618    M /trunk/modules/control/http.c
29619    M /trunk/share/http/index.html
29620    M /trunk/src/playlist/item.c
29621
29622  * src/playlist/item.c : stops the playlist if we delete the currently
29623    played item
29624  * doc/intf-http.txt : adding "pl.group"
29625  * share/http/index.html : little cosmetic change (better according to
29626    gibalou).
29627
29628 ------------------------------------------------------------------------
29629 r5836 | garf | 2003-11-23 17:27:54 +0100 (Sun, 23 Nov 2003) | 2 lines
29630 Changed paths:
29631    M /trunk/share/http/index.html
29632
29633  * index.html: oops (forgot refresh cludge)
29634
29635 ------------------------------------------------------------------------
29636 r5837 | rocky | 2003-11-23 18:06:43 +0100 (Sun, 23 Nov 2003) | 2 lines
29637 Changed paths:
29638    A /trunk/doc/intf-vcd.txt
29639
29640 Some basic help for the VCD plugin.
29641
29642 ------------------------------------------------------------------------
29643 r5838 | rocky | 2003-11-23 18:18:00 +0100 (Sun, 23 Nov 2003) | 2 lines
29644 Changed paths:
29645    M /trunk/modules/access/vcdx/vcd.c
29646
29647 Update/correct debug flag documentation.
29648
29649 ------------------------------------------------------------------------
29650 r5839 | gbazin | 2003-11-23 18:46:06 +0100 (Sun, 23 Nov 2003) | 3 lines
29651 Changed paths:
29652    M /trunk/modules/control/http.c
29653
29654
29655 * modules/control/http.c: fixed segfault when deleting items and prevent adding empty items.
29656
29657 ------------------------------------------------------------------------
29658 r5840 | gbazin | 2003-11-23 18:51:54 +0100 (Sun, 23 Nov 2003) | 3 lines
29659 Changed paths:
29660    M /trunk/modules/gui/wxwindows/open.cpp
29661    M /trunk/modules/gui/wxwindows/wxwindows.h
29662
29663
29664 * modules/gui/wxwindows/*: small cleanup.
29665
29666 ------------------------------------------------------------------------
29667 r5841 | gbazin | 2003-11-23 19:16:45 +0100 (Sun, 23 Nov 2003) | 3 lines
29668 Changed paths:
29669    M /trunk/modules/control/http.c
29670
29671
29672 * modules/control/http.c: cough cough
29673
29674 ------------------------------------------------------------------------
29675 r5842 | gbazin | 2003-11-23 19:21:48 +0100 (Sun, 23 Nov 2003) | 3 lines
29676 Changed paths:
29677    M /trunk/src/input/input_dec.c
29678
29679
29680 * src/input/input_dec.c: set p_dec->b_error when we can't create the output.
29681
29682 ------------------------------------------------------------------------
29683 r5843 | rocky | 2003-11-23 19:24:38 +0100 (Sun, 23 Nov 2003) | 2 lines
29684 Changed paths:
29685    M /trunk/modules/access/vcdx/vcdplayer.c
29686
29687 Next/previous/return navigation bugs - not setting item type.
29688
29689 ------------------------------------------------------------------------
29690 r5844 | alexis | 2003-11-23 19:31:55 +0100 (Sun, 23 Nov 2003) | 4 lines
29691 Changed paths:
29692    M /trunk/modules/access/dvb/qpsk.c
29693    M /trunk/modules/access/pvr/pvr.c
29694    M /trunk/modules/access/satellite/satellite.c
29695    M /trunk/modules/access/v4l/v4l.c
29696    M /trunk/modules/gui/wxwindows/v4l.cpp
29697    M /trunk/modules/misc/sap.c
29698    M /trunk/modules/video_filter/logo.c
29699    M /trunk/po/POTFILES.in
29700    M /trunk/po/de.po
29701    M /trunk/po/en_GB.po
29702    M /trunk/po/es.po
29703    M /trunk/po/fr.po
29704    M /trunk/po/it.po
29705    M /trunk/po/ja.po
29706    M /trunk/po/nl.po
29707    M /trunk/po/no.po
29708    M /trunk/po/pl.po
29709    M /trunk/po/pt_BR.po
29710    M /trunk/po/ru.po
29711    M /trunk/po/sv.po
29712    M /trunk/po/vlc.pot
29713    M /trunk/src/libvlc.c
29714
29715 - Updated French translation (still a lot of work to do...)
29716 - Modified some strings in VLC source code
29717 - ran ./toolbox --update-po
29718
29719 ------------------------------------------------------------------------
29720 r5845 | fenrir | 2003-11-23 19:40:09 +0100 (Sun, 23 Nov 2003) | 2 lines
29721 Changed paths:
29722    M /trunk/configure.ac
29723    M /trunk/modules/codec/Modules.am
29724
29725  * all: disabled dv, xvid, dvbsub (they won't compile anymore really soon).
29726
29727 ------------------------------------------------------------------------
29728 r5846 | gbazin | 2003-11-23 21:37:04 +0100 (Sun, 23 Nov 2003) | 5 lines
29729 Changed paths:
29730    M /trunk/modules/codec/ffmpeg/ffmpeg.h
29731    M /trunk/modules/codec/ffmpeg/postprocess.c
29732    M /trunk/modules/codec/ffmpeg/video.c
29733    M /trunk/modules/gui/wxwindows/menus.cpp
29734    M /trunk/modules/gui/wxwindows/streamout.cpp
29735
29736
29737 * modules/gui/wxwindows/*: added new codecs for stream output.
29738    Added ffmpeg postproc to menus.
29739 * modules/codec/ffmpeg/*: allow switching postproc filters on the fly.
29740
29741 ------------------------------------------------------------------------
29742 r5847 | hartman | 2003-11-23 23:18:08 +0100 (Sun, 23 Nov 2003) | 2 lines
29743 Changed paths:
29744    M /trunk/modules/codec/quicktime.c
29745
29746 * Compile before you commit was our slogan right?
29747
29748 ------------------------------------------------------------------------
29749 r5848 | ipkiss | 2003-11-23 23:29:27 +0100 (Sun, 23 Nov 2003) | 2 lines
29750 Changed paths:
29751    M /trunk/modules/gui/wxwindows/timer.cpp
29752
29753 Use snprintf instead of sprintf
29754
29755 ------------------------------------------------------------------------
29756 r5849 | gbazin | 2003-11-24 01:01:42 +0100 (Mon, 24 Nov 2003) | 4 lines
29757 Changed paths:
29758    M /trunk/modules/codec/ffmpeg/postprocess.c
29759    M /trunk/modules/mux/ogg.c
29760
29761
29762 * modules/codec/ffmpeg/postprocess.c: fixed uninitialized variable.
29763 * modules/mux/ogg.c: allow embedding mpeg1/2 video (only vlc will play back these files).
29764
29765 ------------------------------------------------------------------------
29766 r5850 | rocky | 2003-11-24 01:23:55 +0100 (Mon, 24 Nov 2003) | 2 lines
29767 Changed paths:
29768    M /trunk/doc/Makefile.am
29769
29770 Add intf-vcd.txt to distribution and installed documentation.
29771
29772 ------------------------------------------------------------------------
29773 r5851 | fenrir | 2003-11-24 01:39:02 +0100 (Mon, 24 Nov 2003) | 2 lines
29774 Changed paths:
29775    M /trunk/Makefile.am
29776    M /trunk/include/input_ext-dec.h
29777    M /trunk/include/input_ext-intf.h
29778    M /trunk/include/input_ext-plugins.h
29779    M /trunk/include/vlc_codec.h
29780    M /trunk/include/vlc_common.h
29781    M /trunk/include/vlc_es.h
29782    M /trunk/include/vlc_objects.h
29783    M /trunk/modules/access/cdda.c
29784    M /trunk/modules/access/cddax.c
29785    M /trunk/modules/access/dshow/dshow.cpp
29786    M /trunk/modules/access/dvb/access.c
29787    M /trunk/modules/access/satellite/access.c
29788    M /trunk/modules/access/v4l/v4l.c
29789    M /trunk/modules/codec/dvbsub.c
29790    M /trunk/modules/codec/ffmpeg/audio.c
29791    M /trunk/modules/codec/ffmpeg/video.c
29792    M /trunk/modules/codec/spudec/parse.c
29793    M /trunk/modules/demux/flac.c
29794    M /trunk/modules/demux/mp4/mp4.c
29795    M /trunk/modules/demux/mpeg/m4v.c
29796    M /trunk/modules/demux/mpeg/mpgv.c
29797    M /trunk/modules/demux/mpeg/system.c
29798    M /trunk/modules/demux/rawdv.c
29799    M /trunk/modules/gui/beos/VlcWrapper.cpp
29800    M /trunk/modules/gui/gtk/menu.c
29801    M /trunk/modules/stream_out/display.c
29802    M /trunk/src/input/input.c
29803    M /trunk/src/input/input_dec.c
29804    M /trunk/src/input/input_ext-intf.c
29805    M /trunk/src/input/input_programs.c
29806    M /trunk/src/misc/objects.c
29807    M /trunk/src/video_output/video_output.c
29808
29809  * all: removed decoder_fifo_t.
29810
29811 ------------------------------------------------------------------------
29812 r5852 | gbazin | 2003-11-24 01:36:37 +0100 (Mon, 24 Nov 2003) | 3 lines
29813 Changed paths:
29814    M /trunk/install-win32
29815
29816
29817 * install-win32: added a registry entry for the mozilla plugin (the xpt file still needs to be registered by hand though).
29818
29819 ------------------------------------------------------------------------
29820 r5853 | fenrir | 2003-11-24 01:40:36 +0100 (Mon, 24 Nov 2003) | 2 lines
29821 Changed paths:
29822    D /trunk/src/input/input_ext-dec.c
29823
29824  * input_ext-dec.c: useless file.
29825
29826 ------------------------------------------------------------------------
29827 r5854 | rocky | 2003-11-24 01:41:19 +0100 (Mon, 24 Nov 2003) | 2 lines
29828 Changed paths:
29829    M /trunk/modules/access/cddax.c
29830
29831 Set cdio log routine.
29832
29833 ------------------------------------------------------------------------
29834 r5855 | fenrir | 2003-11-24 03:35:50 +0100 (Mon, 24 Nov 2003) | 3 lines
29835 Changed paths:
29836    M /trunk/configure.ac
29837    M /trunk/include/vlc_es.h
29838    M /trunk/modules/codec/Modules.am
29839    M /trunk/modules/codec/dvbsub.c
29840    M /trunk/src/input/input_dec.c
29841
29842  * all: ported/cleaned up/renabled dvb subtitle decoder. But it is untested.
29843  (I have no sample at all)
29844
29845 ------------------------------------------------------------------------
29846 r5856 | rocky | 2003-11-24 04:27:28 +0100 (Mon, 24 Nov 2003) | 3 lines
29847 Changed paths:
29848    M /trunk/src/input/input_programs.c
29849
29850 Change debug output slightly to make more informative and to assist
29851 in determining which selecting ES we might be at.
29852
29853 ------------------------------------------------------------------------
29854 r5857 | rocky | 2003-11-24 04:28:27 +0100 (Mon, 24 Nov 2003) | 3 lines
29855 Changed paths:
29856    M /trunk/modules/access/cddax.c
29857
29858 Add keyboard input handling, e.g. if visualization plugin. Needs some
29859 more work, but it's a start.
29860
29861 ------------------------------------------------------------------------
29862 r5858 | rocky | 2003-11-24 04:30:36 +0100 (Mon, 24 Nov 2003) | 2 lines
29863 Changed paths:
29864    M /trunk/modules/access/vcdx/vcdplayer.c
29865
29866 Minor debug output change.
29867
29868 ------------------------------------------------------------------------
29869 r5859 | fenrir | 2003-11-24 04:30:38 +0100 (Mon, 24 Nov 2003) | 3 lines
29870 Changed paths:
29871    M /trunk/include/input_ext-plugins.h
29872    M /trunk/modules/demux/mpeg/system.c
29873    M /trunk/src/input/input_dec.c
29874    M /trunk/src/input/input_ext-plugins.c
29875
29876  * all: do not export input_NullPacket
29877  * input_dec.c: fixed a (big) memory leak.
29878
29879 ------------------------------------------------------------------------
29880 r5860 | fenrir | 2003-11-24 13:44:24 +0100 (Mon, 24 Nov 2003) | 2 lines
29881 Changed paths:
29882    M /trunk/modules/access/cdda.c
29883
29884  * cdda: ported to es_out*.
29885
29886 ------------------------------------------------------------------------
29887 r5861 | gbazin | 2003-11-24 14:40:03 +0100 (Mon, 24 Nov 2003) | 4 lines
29888 Changed paths:
29889    M /trunk/modules/codec/quicktime.c
29890    M /trunk/modules/demux/avi/avi.c
29891    M /trunk/modules/gui/wxwindows/menus.cpp
29892
29893 * modules/gui/wxwindows/menus.cpp: small fix.
29894 * modules/codec/quicktime.c: compilation fix on win32.
29895 * modules/demux/avi/avi.c: small hack to avoid eating all the resources on broken files.
29896
29897 ------------------------------------------------------------------------
29898 r5862 | fenrir | 2003-11-24 17:45:53 +0100 (Mon, 24 Nov 2003) | 2 lines
29899 Changed paths:
29900    M /trunk/modules/access/v4l/v4l.c
29901
29902  * v4l: ported to stream_* and es_out_*. Not tested !
29903
29904 ------------------------------------------------------------------------
29905 r5863 | fenrir | 2003-11-24 18:11:23 +0100 (Mon, 24 Nov 2003) | 2 lines
29906 Changed paths:
29907    M /trunk/modules/access/cddax.c
29908
29909  * cddax: ported to es_out_* and stream_*. Not tested (sorry).
29910
29911 ------------------------------------------------------------------------
29912 r5864 | fenrir | 2003-11-24 18:34:21 +0100 (Mon, 24 Nov 2003) | 4 lines
29913 Changed paths:
29914    M /trunk/modules/demux/mpeg/m4v.c
29915
29916  * m4v: ported to es_out*, stream_*  and use the mp4v packetizer. Anyway
29917  dts are  still calculated for  a 25fps stream. (The  packetizer doesn't
29918  calulate pts/dts for now).
29919
29920 ------------------------------------------------------------------------
29921 r5865 | gbazin | 2003-11-24 19:00:10 +0100 (Mon, 24 Nov 2003) | 3 lines
29922 Changed paths:
29923    M /trunk/configure.ac
29924    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
29925    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
29926
29927
29928 * configure.ac, extras/MacOSX/*: bumped version number to 0.7.0-test1 in preparation for the test release.
29929
29930 ------------------------------------------------------------------------
29931 r5866 | fenrir | 2003-11-24 20:19:02 +0100 (Mon, 24 Nov 2003) | 2 lines
29932 Changed paths:
29933    M /trunk/modules/demux/rawdv.c
29934
29935  * rawdv.c: ported to es_out_* and stream_*.
29936
29937 ------------------------------------------------------------------------
29938 r5867 | gbazin | 2003-11-24 20:20:19 +0100 (Mon, 24 Nov 2003) | 3 lines
29939 Changed paths:
29940    M /trunk/src/input/input.c
29941
29942
29943 * src/input/input.c: oops, set the ES format before selecting it.
29944
29945 ------------------------------------------------------------------------
29946 r5868 | gbazin | 2003-11-24 20:27:46 +0100 (Mon, 24 Nov 2003) | 3 lines
29947 Changed paths:
29948    M /trunk/modules/access/v4l/v4l.c
29949
29950
29951 * modules/access/v4l/v4l.c: small fix and added a --v4l-chroma option to force a chroma fourcc for the video device.
29952
29953 ------------------------------------------------------------------------
29954 r5869 | fenrir | 2003-11-24 20:30:54 +0100 (Mon, 24 Nov 2003) | 2 lines
29955 Changed paths:
29956    M /trunk/modules/access/dshow/dshow.cpp
29957
29958  * dshow: ported to es_out_* and stream_*. Not tested (sorry).
29959
29960 ------------------------------------------------------------------------
29961 r5870 | gbazin | 2003-11-24 21:45:23 +0100 (Mon, 24 Nov 2003) | 4 lines
29962 Changed paths:
29963    M /trunk/include/vlc_common.h
29964    M /trunk/modules/access/dshow/dshow.cpp
29965    M /trunk/modules/access/dshow/filter.cpp
29966
29967
29968 * modules/access/dshow/*: compilation fixes.
29969 * include/vlc_common.h: added a couple of casts to TAB_APPEND().
29970
29971 ------------------------------------------------------------------------
29972 r5871 | fenrir | 2003-11-24 21:50:45 +0100 (Mon, 24 Nov 2003) | 3 lines
29973 Changed paths:
29974    M /trunk/Makefile.am
29975    M /trunk/include/input_ext-plugins.h
29976    A /trunk/src/input/es_out.c
29977    M /trunk/src/input/input.c
29978
29979  * moved EsOut* to es_out.c and introduced internal input_EsOutNew and
29980  input_EsOutDelete.
29981
29982 ------------------------------------------------------------------------
29983 r5872 | gbazin | 2003-11-24 22:47:33 +0100 (Mon, 24 Nov 2003) | 3 lines
29984 Changed paths:
29985    M /trunk/src/audio_output/mixer.c
29986
29987
29988 * src/audio_output/mixer.c: fixed timestamp rounding problem.
29989
29990 ------------------------------------------------------------------------
29991 r5873 | gbazin | 2003-11-25 00:22:01 +0100 (Tue, 25 Nov 2003) | 5 lines
29992 Changed paths:
29993    M /trunk/include/vlc_codec.h
29994    M /trunk/modules/codec/ffmpeg/video.c
29995    M /trunk/modules/codec/libmpeg2.c
29996    M /trunk/src/input/input_dec.c
29997
29998
29999 * src/input/input_dec.c, include/vlc_codec.h: added 2 callbacks in the decoder_t structure for pictures linking/unlinking.
30000 * modules/codec/libmpeg2.c: restored pictures linking/unlinking code.
30001 * modules/codec/ffmpeg/video.c: idem and reenabled direct rendering even when the hurry-up mode is activated as it doesn't seem to create a problem anymore with recent ffmpeg.
30002
30003 ------------------------------------------------------------------------
30004 r5874 | fenrir | 2003-11-25 01:56:35 +0100 (Tue, 25 Nov 2003) | 2 lines
30005 Changed paths:
30006    M /trunk/modules/demux/util/id3tag.c
30007    M /trunk/src/input/input_programs.c
30008    M /trunk/src/libvlc.c
30009    M /trunk/src/playlist/group.c
30010    M /trunk/src/playlist/item.c
30011    M /trunk/src/playlist/playlist.c
30012
30013  * all: fixed a lot of small memory leaks.
30014
30015 ------------------------------------------------------------------------
30016 r5875 | gbazin | 2003-11-25 01:58:41 +0100 (Tue, 25 Nov 2003) | 3 lines
30017 Changed paths:
30018    M /trunk/modules/gui/wxwindows/messages.cpp
30019    M /trunk/modules/gui/wxwindows/preferences.cpp
30020
30021
30022 * modules/gui/wxwindows/*: fixed a couple of memory leaks.
30023
30024 ------------------------------------------------------------------------
30025 r5876 | rocky | 2003-11-25 04:54:33 +0100 (Tue, 25 Nov 2003) | 4 lines
30026 Changed paths:
30027    M /trunk/modules/access/cddax.c
30028
30029 Plugin now tested ;-) Add missing prototypes.
30030
30031 Remove unused Mouse event handling. Forgot to delete keypress callback.
30032
30033 ------------------------------------------------------------------------
30034 r5877 | rocky | 2003-11-25 04:55:12 +0100 (Tue, 25 Nov 2003) | 2 lines
30035 Changed paths:
30036    M /trunk/modules/access/vcdx/intf.c
30037
30038 Forgot to delete keypress callback.
30039
30040 ------------------------------------------------------------------------
30041 r5878 | sam | 2003-11-25 13:35:15 +0100 (Tue, 25 Nov 2003) | 3 lines
30042 Changed paths:
30043    M /trunk/src/libvlc.c
30044    M /trunk/src/misc/modules.c
30045
30046   * src/misc/modules.c: Allow for premature Ctrl-C escapes even while VLC
30047     is loading its plugins.
30048
30049 ------------------------------------------------------------------------
30050 r5879 | massiot | 2003-11-25 20:59:04 +0100 (Tue, 25 Nov 2003) | 4 lines
30051 Changed paths:
30052    M /trunk/modules/access/satellite/access.c
30053
30054 * modules/access/satellite/access.c: do not use p_es->i_demux_fd ; fixed
30055   demux filters leak (particularly harmful on the Dreambox) ; correctly
30056   handle PAT and PMT changes.
30057
30058 ------------------------------------------------------------------------
30059 r5880 | jpsaman | 2003-11-25 21:01:08 +0100 (Tue, 25 Nov 2003) | 4 lines
30060 Changed paths:
30061    M /trunk/modules/gui/pda/pda_callbacks.c
30062
30063 PDA Interface:
30064 - Fix segfault when adding one file to the playlist widget from the fileview widget.
30065 - Cleanup of code.
30066
30067 ------------------------------------------------------------------------
30068 r5881 | jpsaman | 2003-11-25 21:41:35 +0100 (Tue, 25 Nov 2003) | 4 lines
30069 Changed paths:
30070    M /trunk/modules/gui/pda/pda.c
30071    M /trunk/modules/gui/pda/pda_callbacks.c
30072
30073 PDA Interface:
30074 - Fixed a p_playlist refcount problem
30075 - Clearing VLC playlist and Playlist widget.
30076
30077 ------------------------------------------------------------------------
30078 r5882 | hartman | 2003-11-25 22:21:36 +0100 (Tue, 25 Nov 2003) | 3 lines
30079 Changed paths:
30080    M /trunk/modules/audio_output/coreaudio.c
30081
30082 * modules/audio_output/coreaudio.c:
30083   - Many of the error streams were identical. This isn't helping debugging.
30084
30085 ------------------------------------------------------------------------
30086 r5883 | rocky | 2003-11-26 02:28:52 +0100 (Wed, 26 Nov 2003) | 2 lines
30087 Changed paths:
30088    M /trunk/modules/access/vcdx/access.c
30089    M /trunk/modules/access/vcdx/intf.c
30090    M /trunk/modules/access/vcdx/vcd.c
30091    M /trunk/modules/access/vcdx/vcd.h
30092
30093 Minor name-change tidying up.
30094
30095 ------------------------------------------------------------------------
30096 r5884 | rocky | 2003-11-26 02:32:54 +0100 (Wed, 26 Nov 2003) | 2 lines
30097 Changed paths:
30098    M /trunk/configure.ac
30099    A /trunk/modules/access/cdda
30100    A /trunk/modules/access/cdda/Modules.am
30101    A /trunk/modules/access/cdda/cdda.c
30102    D /trunk/modules/access/cddax.c
30103    M /trunk/po/de.po
30104    M /trunk/po/en_GB.po
30105    M /trunk/po/es.po
30106    M /trunk/po/fr.po
30107    M /trunk/po/it.po
30108    M /trunk/po/ja.po
30109    M /trunk/po/nl.po
30110    M /trunk/po/no.po
30111    M /trunk/po/pl.po
30112    M /trunk/po/pt_BR.po
30113    M /trunk/po/ru.po
30114    M /trunk/po/sv.po
30115
30116 Move libcdio CD-DA plugin into its own directory before the big split up.
30117
30118 ------------------------------------------------------------------------
30119 r5885 | rocky | 2003-11-26 02:40:16 +0100 (Wed, 26 Nov 2003) | 2 lines
30120 Changed paths:
30121    M /trunk/modules/access/vcdx/intf.c
30122
30123 One more name...
30124
30125 ------------------------------------------------------------------------
30126 r5886 | rocky | 2003-11-26 02:45:03 +0100 (Wed, 26 Nov 2003) | 2 lines
30127 Changed paths:
30128    M /trunk/modules/access/vcdx/intf.c
30129
30130 And 'nother name.
30131
30132 ------------------------------------------------------------------------
30133 r5887 | rocky | 2003-11-26 03:00:41 +0100 (Wed, 26 Nov 2003) | 2 lines
30134 Changed paths:
30135    M /trunk/modules/access/Modules.am
30136
30137 cddax has moved.
30138
30139 ------------------------------------------------------------------------
30140 r5888 | rocky | 2003-11-26 03:41:02 +0100 (Wed, 26 Nov 2003) | 2 lines
30141 Changed paths:
30142    M /trunk/modules/access/vcdx/vcd.h
30143
30144 Leftover comment.
30145
30146 ------------------------------------------------------------------------
30147 r5889 | rocky | 2003-11-26 04:34:22 +0100 (Wed, 26 Nov 2003) | 2 lines
30148 Changed paths:
30149    M /trunk/modules/access/vcdx/cdrom.h
30150
30151 Guard against including twice.
30152
30153 ------------------------------------------------------------------------
30154 r5890 | rocky | 2003-11-26 04:35:26 +0100 (Wed, 26 Nov 2003) | 2 lines
30155 Changed paths:
30156    A /trunk/modules/access/cdda/.cvsignore
30157    M /trunk/modules/access/cdda/Modules.am
30158    A /trunk/modules/access/cdda/access.c
30159    M /trunk/modules/access/cdda/cdda.c
30160    A /trunk/modules/access/cdda/cdda.h
30161    A /trunk/modules/access/cdda/intf.c
30162
30163 Split out cdda to facilitate later changes.
30164
30165 ------------------------------------------------------------------------
30166 r5891 | rocky | 2003-11-26 04:40:31 +0100 (Wed, 26 Nov 2003) | 2 lines
30167 Changed paths:
30168    M /trunk/modules/access/cdda/access.c
30169
30170 Remove unused code accidentially duplicated in split.
30171
30172 ------------------------------------------------------------------------
30173 r5892 | gbazin | 2003-11-26 09:18:09 +0100 (Wed, 26 Nov 2003) | 5 lines
30174 Changed paths:
30175    M /trunk/modules/codec/ffmpeg/postprocess.c
30176    M /trunk/modules/demux/avi/avi.c
30177    M /trunk/modules/demux/mp4/libmp4.c
30178    M /trunk/modules/demux/ogg.c
30179    M /trunk/modules/packetizer/mpeg4video.c
30180    M /trunk/src/input/input_dec.c
30181    M /trunk/src/video_output/video_output.c
30182
30183
30184 * ALL: fixed memory leaks.
30185 * modules/demux/mp4/libmp4.c: fixed parsing of the "wave" tag (I'm sure there's a better fix but this one works).
30186 * modules/demux/ogg.c: another seeking fix (We also need to flush the per stream buffer with ogg_stream_reset()).
30187
30188 ------------------------------------------------------------------------
30189 r5893 | zorglub | 2003-11-26 11:45:21 +0100 (Wed, 26 Nov 2003) | 3 lines
30190 Changed paths:
30191    M /trunk/include/vlc_playlist.h
30192    M /trunk/modules/gui/wxwindows/playlist.cpp
30193    M /trunk/src/playlist/sort.c
30194
30195 * Merged sort functions
30196 * Added a randomize playlist function
30197
30198 ------------------------------------------------------------------------
30199 r5894 | gbazin | 2003-11-26 14:59:16 +0100 (Wed, 26 Nov 2003) | 2 lines
30200 Changed paths:
30201    M /trunk/modules/codec/ffmpeg/encoder.c
30202
30203 * modules/codec/ffmpeg/encoder.c: bframes are supported for mp1v and mp2v as well as mpgv.
30204
30205 ------------------------------------------------------------------------
30206 r5895 | gbazin | 2003-11-26 19:48:24 +0100 (Wed, 26 Nov 2003) | 3 lines
30207 Changed paths:
30208    M /trunk/src/input/input.c
30209
30210
30211 * src/input/input.c: fixed a whole load of mem leaks when the input is closed before the initialisation is complete (inexistant input, etc...).
30212
30213 ------------------------------------------------------------------------
30214 r5896 | fenrir | 2003-11-26 21:44:38 +0100 (Wed, 26 Nov 2003) | 2 lines
30215 Changed paths:
30216    M /trunk/modules/demux/mpeg/system.c
30217
30218  * system: change some msg_Err to msg_Warn.
30219
30220 ------------------------------------------------------------------------
30221 r5897 | gbazin | 2003-11-26 22:54:00 +0100 (Wed, 26 Nov 2003) | 2 lines
30222 Changed paths:
30223    M /trunk/modules/access/dshow/dshow.cpp
30224
30225 * modules/access/dshow/dshow.cpp: small change to default chroma selection.
30226
30227 ------------------------------------------------------------------------
30228 r5898 | gbazin | 2003-11-26 23:00:56 +0100 (Wed, 26 Nov 2003) | 3 lines
30229 Changed paths:
30230    M /trunk/modules/access/v4l/v4l.c
30231
30232
30233 * modules/access/v4l/v4l.c: fixed small mem leak.
30234
30235 ------------------------------------------------------------------------
30236 r5899 | gbazin | 2003-11-26 23:12:48 +0100 (Wed, 26 Nov 2003) | 4 lines
30237 Changed paths:
30238    M /trunk/modules/codec/ffmpeg/chroma.c
30239    M /trunk/modules/codec/ffmpeg/encoder.c
30240    M /trunk/modules/codec/ffmpeg/ffmpeg.c
30241    M /trunk/modules/codec/ffmpeg/ffmpeg.h
30242
30243
30244 * modules/codec/ffmpeg/*: fixed small memleak in chroma plugin.
30245    Added back missing bitrate setting for video encoding.
30246
30247 ------------------------------------------------------------------------
30248 r5900 | gbazin | 2003-11-26 23:18:29 +0100 (Wed, 26 Nov 2003) | 3 lines
30249 Changed paths:
30250    M /trunk/modules/codec/ffmpeg/chroma.c
30251
30252
30253 * modules/codec/ffmpeg/chroma.c: oops.
30254
30255 ------------------------------------------------------------------------
30256 r5901 | gbazin | 2003-11-26 23:56:04 +0100 (Wed, 26 Nov 2003) | 3 lines
30257 Changed paths:
30258    M /trunk/modules/stream_out/display.c
30259
30260
30261 * modules/stream_out/display.c: fixed timestamp generation.
30262
30263 ------------------------------------------------------------------------
30264 r5902 | gbazin | 2003-11-27 00:14:01 +0100 (Thu, 27 Nov 2003) | 3 lines
30265 Changed paths:
30266    M /trunk/po/POTFILES.in
30267    M /trunk/po/de.po
30268    M /trunk/po/en_GB.po
30269    M /trunk/po/es.po
30270    M /trunk/po/fr.po
30271    M /trunk/po/it.po
30272    M /trunk/po/ja.po
30273    M /trunk/po/nl.po
30274    M /trunk/po/no.po
30275    M /trunk/po/pl.po
30276    M /trunk/po/pt_BR.po
30277    M /trunk/po/ru.po
30278    M /trunk/po/sv.po
30279    M /trunk/po/vlc.pot
30280
30281
30282 * po/*: update for 0.7.0-test1.
30283
30284 ------------------------------------------------------------------------
30285 r5903 | sam | 2003-11-27 00:32:07 +0100 (Thu, 27 Nov 2003) | 2 lines
30286 Changed paths:
30287    M /trunk/toolbox
30288
30289   * toolbox: Attempt to fix a strange cvs2cl behaviour.
30290
30291 ------------------------------------------------------------------------
30292 r5904 | sam | 2003-11-27 01:05:51 +0100 (Thu, 27 Nov 2003) | 3 lines
30293 Changed paths:
30294    M /trunk/ChangeLog
30295    M /trunk/toolbox
30296
30297   * toolbox: more cvs2cl fixes.
30298   * ChangeLog: updated changelog.
30299
30300 ------------------------------------------------------------------------
30301 r5905 | gbazin | 2003-11-27 01:57:12 +0100 (Thu, 27 Nov 2003) | 3 lines
30302 Changed paths:
30303    M /trunk/mozilla/Makefile.am
30304
30305
30306 * mozilla/Makefile.am: don't forget mozilla/npvlc_rc.rc in make dist.
30307
30308 ------------------------------------------------------------------------
30309 r5906 | fenrir | 2003-11-27 05:11:40 +0100 (Thu, 27 Nov 2003) | 3 lines
30310 Changed paths:
30311    M /trunk/include/ninput.h
30312    M /trunk/modules/demux/avi/avi.c
30313    M /trunk/modules/demux/mkv.cpp
30314    M /trunk/modules/demux/ogg.c
30315    M /trunk/modules/demux/rawdv.c
30316    M /trunk/modules/demux/util/sub.c
30317    M /trunk/src/input/es_out.c
30318    M /trunk/src/input/input.c
30319
30320  * all: implement more es_out_* control, audio-channel and spu-channel are
30321  implemented.
30322
30323 ------------------------------------------------------------------------
30324 r5907 | fenrir | 2003-11-27 06:41:19 +0100 (Thu, 27 Nov 2003) | 2 lines
30325 Changed paths:
30326    M /trunk/modules/demux/livedotcom.cpp
30327
30328  * livedotcom.cpp: added call to input_InitStream.
30329
30330 ------------------------------------------------------------------------
30331 r5908 | fenrir | 2003-11-27 06:46:01 +0100 (Thu, 27 Nov 2003) | 3 lines
30332 Changed paths:
30333    M /trunk/src/input/es_out.c
30334    M /trunk/src/input/input.c
30335    M /trunk/src/libvlc.h
30336
30337  * all: added an sout-all option to stream all es (does work only with
30338  demuxer using es_out_* ie everyone but TS and PS).
30339
30340 ------------------------------------------------------------------------
30341 r5909 | adn | 2003-11-27 07:37:11 +0100 (Thu, 27 Nov 2003) | 3 lines
30342 Changed paths:
30343    M /trunk/modules/gui/wxwindows/open.cpp
30344    M /trunk/modules/gui/wxwindows/v4l.cpp
30345    M /trunk/modules/gui/wxwindows/wxwindows.h
30346
30347 * Fixes for MRL Updates
30348 * SetToolTips
30349
30350 ------------------------------------------------------------------------
30351 r5910 | hartman | 2003-11-27 11:06:13 +0100 (Thu, 27 Nov 2003) | 2 lines
30352 Changed paths:
30353    M /trunk/po/pt_BR.po
30354
30355 * updated translation
30356
30357 ------------------------------------------------------------------------
30358 r5911 | hartman | 2003-11-27 11:13:11 +0100 (Thu, 27 Nov 2003) | 2 lines
30359 Changed paths:
30360    M /trunk/configure.ac
30361
30362 * hu.po was missing here.
30363
30364 ------------------------------------------------------------------------
30365 r5912 | gbazin | 2003-11-27 11:34:51 +0100 (Thu, 27 Nov 2003) | 3 lines
30366 Changed paths:
30367    M /trunk/modules/gui/wxwindows/streamout.cpp
30368    M /trunk/modules/stream_out/transcode.c
30369
30370 * modules/stream_out/transcode.c: don't crash when the user specifies a acodec/vcodec with more the 4 characters in length.
30371 * modules/gui/wxwindows/streamout.cpp: grrr, thought I add committed this stuff.
30372
30373 ------------------------------------------------------------------------
30374 r5913 | fenrir | 2003-11-27 13:22:15 +0100 (Thu, 27 Nov 2003) | 2 lines
30375 Changed paths:
30376    M /trunk/src/input/es_out.c
30377
30378  * bug fixes.
30379
30380 ------------------------------------------------------------------------
30381 r5914 | fenrir | 2003-11-27 13:32:03 +0100 (Thu, 27 Nov 2003) | 2 lines
30382 Changed paths:
30383    M /trunk/modules/codec/ffmpeg/audio.c
30384    M /trunk/modules/codec/ffmpeg/video.c
30385
30386  * all: drop block(s) with b_discontinuity set.
30387
30388 ------------------------------------------------------------------------
30389 r5915 | fenrir | 2003-11-27 13:32:51 +0100 (Thu, 27 Nov 2003) | 2 lines
30390 Changed paths:
30391    M /trunk/modules/demux/mp4/mp4.c
30392    M /trunk/modules/demux/mp4/mp4.h
30393
30394  * mp4: converted to es_out* and partialy to stream_*
30395
30396 ------------------------------------------------------------------------
30397 r5916 | fenrir | 2003-11-27 20:39:53 +0100 (Thu, 27 Nov 2003) | 4 lines
30398 Changed paths:
30399    M /trunk/modules/mux/mpeg/ts.c
30400    M /trunk/modules/packetizer/copy.c
30401
30402 copy: set pts to dts if pts <= 0. (Needed to make div3 streaming working
30403  again)
30404 ts: use one stream_id for mpeg video (and one for mpeg audio).
30405
30406 ------------------------------------------------------------------------
30407 r5917 | fenrir | 2003-11-27 21:50:48 +0100 (Thu, 27 Nov 2003) | 2 lines
30408 Changed paths:
30409    M /trunk/modules/demux/mp4/libmp4.c
30410
30411  * mp4: ported to stream_*
30412
30413 ------------------------------------------------------------------------
30414 r5918 | fenrir | 2003-11-27 21:51:31 +0100 (Thu, 27 Nov 2003) | 2 lines
30415 Changed paths:
30416    M /trunk/modules/codec/faad.c
30417
30418  * faad: drop packets with b_discontinuity set.
30419
30420 ------------------------------------------------------------------------
30421 r5919 | fenrir | 2003-11-27 22:24:57 +0100 (Thu, 27 Nov 2003) | 2 lines
30422 Changed paths:
30423    M /trunk/src/playlist/item.c
30424
30425  * item: lalalala... (remove a debug change -> psz_auther set to "Arg")
30426
30427 ------------------------------------------------------------------------
30428 r5920 | massiot | 2003-11-27 23:44:51 +0100 (Thu, 27 Nov 2003) | 7 lines
30429 Changed paths:
30430    M /trunk/include/vlc_codec.h
30431    M /trunk/modules/mux/mpeg/ts.c
30432    M /trunk/modules/packetizer/mpegvideo.c
30433    M /trunk/modules/stream_out/transcode.c
30434
30435 * modules/stream_out/transcode.c: new options
30436    - strict_rc : strict rate control mode for CBR streams
30437    - pre_me : add a pre-motion estimation pass
30438    - hurry_up : allow to discard the hq mode in real-time if we're late
30439 * modules/mux/mpeg/ts.c: useful debug messages
30440 * modules/packetizer/mpegvideo.c: useless debug message
30441
30442 ------------------------------------------------------------------------
30443 r5921 | massiot | 2003-11-28 11:36:58 +0100 (Fri, 28 Nov 2003) | 2 lines
30444 Changed paths:
30445    M /trunk/modules/codec/ffmpeg/encoder.c
30446
30447 Forgot that yesterday...
30448
30449 ------------------------------------------------------------------------
30450 r5922 | fenrir | 2003-11-28 14:24:52 +0100 (Fri, 28 Nov 2003) | 2 lines
30451 Changed paths:
30452    M /trunk/modules/demux/avi/avi.c
30453
30454  * avi: fix end of file...
30455
30456 ------------------------------------------------------------------------
30457 r5923 | fenrir | 2003-11-28 17:06:56 +0100 (Fri, 28 Nov 2003) | 2 lines
30458 Changed paths:
30459    M /trunk/src/input/input_dec.c
30460
30461  * input_dec: does pass empty block to the decoder.
30462
30463 ------------------------------------------------------------------------
30464 r5924 | fenrir | 2003-11-28 17:09:07 +0100 (Fri, 28 Nov 2003) | 2 lines
30465 Changed paths:
30466    M /trunk/modules/codec/ffmpeg/ffmpeg.c
30467
30468  * ffmpeg: added h264 codec.
30469
30470 ------------------------------------------------------------------------
30471 r5925 | fenrir | 2003-11-28 18:04:31 +0100 (Fri, 28 Nov 2003) | 2 lines
30472 Changed paths:
30473    M /trunk/src/input/input.c
30474
30475  * input: avoid double free/release when InitStream fail.
30476
30477 ------------------------------------------------------------------------
30478 r5926 | hartman | 2003-11-28 18:30:31 +0100 (Fri, 28 Nov 2003) | 3 lines
30479 Changed paths:
30480    M /trunk/modules/demux/mkv.cpp
30481
30482 * Fix text subtitles which were missing their last char since the API port.
30483 * Track Name is now stored in fmt.psz_description
30484
30485 ------------------------------------------------------------------------
30486 r5927 | geshp | 2003-11-28 19:19:57 +0100 (Fri, 28 Nov 2003) | 7 lines
30487 Changed paths:
30488    M /trunk/vlc.spec
30489
30490 - Update to 0.7.0-test1
30491 - Updated version numbers on dependancies
30492 - Removed ALSA support until RH/FC turns to kernel 2.6
30493 - Added --enable-speex and --enable-pp
30494 - Mozilla plugin now built for 1.4.1
30495 - Currently broken (Matroska/EBML problems)
30496
30497 ------------------------------------------------------------------------
30498 r5928 | gbazin | 2003-11-28 23:16:30 +0100 (Fri, 28 Nov 2003) | 3 lines
30499 Changed paths:
30500    M /trunk/modules/misc/dummy/input.c
30501
30502
30503 * modules/misc/dummy/input.c: use p_input->psz_demux = "vlc,none" to force the demux.
30504
30505 ------------------------------------------------------------------------
30506 r5929 | fenrir | 2003-11-28 23:23:04 +0100 (Fri, 28 Nov 2003) | 2 lines
30507 Changed paths:
30508    M /trunk/modules/demux/mkv.cpp
30509
30510  * mkv: fixed a buffer overflow.
30511
30512 ------------------------------------------------------------------------
30513 r5930 | gbazin | 2003-11-29 00:40:09 +0100 (Sat, 29 Nov 2003) | 3 lines
30514 Changed paths:
30515    M /trunk/modules/codec/ffmpeg/encoder.c
30516    M /trunk/modules/codec/ffmpeg/ffmpeg.c
30517
30518
30519 * modules/codec/ffmpeg/*: fixed the code to disable cpu features.
30520
30521 ------------------------------------------------------------------------
30522 r5931 | gbazin | 2003-11-29 01:41:35 +0100 (Sat, 29 Nov 2003) | 3 lines
30523 Changed paths:
30524    M /trunk/modules/codec/ffmpeg/encoder.c
30525
30526
30527 * modules/codec/ffmpeg/encoder.c: fixed compilation problem with ffmpeg 0.4.8
30528
30529 ------------------------------------------------------------------------
30530 r5932 | fenrir | 2003-11-29 12:12:46 +0100 (Sat, 29 Nov 2003) | 7 lines
30531 Changed paths:
30532    M /trunk/src/input/input_programs.c
30533    M /trunk/src/playlist/playlist.c
30534
30535  * all: better handling of multiple (video) tracks.
30536     - now vout are checked for release every 300ms
30537     - when *-es are triggered, all same es are unselect not only the
30538     last selected. (more intuitive) The only problems are that it's not
30539     possible to select again all ES, and the checkbox can show only one
30540     selected ES.
30541
30542 ------------------------------------------------------------------------
30543 r5933 | fenrir | 2003-11-29 13:03:08 +0100 (Sat, 29 Nov 2003) | 2 lines
30544 Changed paths:
30545    M /trunk/modules/codec/ffmpeg/encoder.c
30546
30547  * encoder: added a memset.
30548
30549 ------------------------------------------------------------------------
30550 r5934 | fenrir | 2003-11-29 14:12:11 +0100 (Sat, 29 Nov 2003) | 4 lines
30551 Changed paths:
30552    M /trunk/modules/codec/ffmpeg/encoder.c
30553    M /trunk/modules/codec/ffmpeg/ffmpeg.c
30554
30555  * all: - fixed non I420 input
30556         - added raw output support.(in a pure hack way but allow
30557         transcode{vcodec=I420} )
30558
30559 ------------------------------------------------------------------------
30560 r5935 | gbazin | 2003-11-29 14:39:43 +0100 (Sat, 29 Nov 2003) | 3 lines
30561 Changed paths:
30562    M /trunk/modules/gui/wxwindows/interface.cpp
30563    M /trunk/modules/gui/wxwindows/menus.cpp
30564    M /trunk/modules/gui/wxwindows/wxwindows.h
30565
30566
30567 * modules/gui/wxwindows/*: got rid of the Misc menu and moved everything in the Settings one.
30568
30569 ------------------------------------------------------------------------
30570 r5936 | gbazin | 2003-11-29 17:29:24 +0100 (Sat, 29 Nov 2003) | 3 lines
30571 Changed paths:
30572    M /trunk/modules/access/cdda.c
30573
30574
30575 * modules/access/cdda.c: removed double ';'
30576
30577 ------------------------------------------------------------------------
30578 r5937 | gbazin | 2003-11-29 17:36:56 +0100 (Sat, 29 Nov 2003) | 3 lines
30579 Changed paths:
30580    M /trunk/modules/gui/wxwindows/menus.cpp
30581
30582
30583 * modules/gui/wxwindows/menus.cpp: moved audio/video track menu to the top.
30584
30585 ------------------------------------------------------------------------
30586 r5938 | fenrir | 2003-11-29 18:14:39 +0100 (Sat, 29 Nov 2003) | 2 lines
30587 Changed paths:
30588    M /trunk/modules/demux/mp4/mp4.c
30589
30590  * mp4: another fix for another buggy file.
30591
30592 ------------------------------------------------------------------------
30593 r5939 | fenrir | 2003-11-29 19:06:12 +0100 (Sat, 29 Nov 2003) | 4 lines
30594 Changed paths:
30595    M /trunk/modules/codec/ffmpeg/encoder.c
30596    M /trunk/modules/codec/ffmpeg/ffmpeg.c
30597    M /trunk/modules/codec/ffmpeg/video.c
30598
30599  * all: - increased avcodec version needed to 4680 (latest release)
30600         - open the codec after that p_context has been fully initialisated.
30601         (fix ASV1)
30602
30603 ------------------------------------------------------------------------
30604 r5940 | massiot | 2003-11-29 19:36:13 +0100 (Sat, 29 Nov 2003) | 6 lines
30605 Changed paths:
30606    M /trunk/include/input_ext-intf.h
30607    M /trunk/modules/codec/ffmpeg/encoder.c
30608    M /trunk/modules/stream_out/transcode.c
30609    M /trunk/modules/stream_out/transrate/transrate.c
30610    M /trunk/src/input/input.c
30611    M /trunk/src/input/input_clock.c
30612    M /trunk/src/libvlc.h
30613
30614 * input: new cr-average option, allowing to configure the
30615   CR_AVERAGE #define in input_clock.c (useful for PVR input)
30616 * modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c : fixes
30617   for older version of ffmpeg
30618 * modules/stream_out/transrate/transrate.c : misc optimizations
30619
30620 ------------------------------------------------------------------------
30621 r5941 | rocky | 2003-11-30 03:41:00 +0100 (Sun, 30 Nov 2003) | 2 lines
30622 Changed paths:
30623    M /trunk/modules/access/cdda/Modules.am
30624    M /trunk/modules/access/cdda/access.c
30625    A /trunk/modules/access/cdda/demux.c
30626
30627 Break out demux into its own thing.
30628
30629 ------------------------------------------------------------------------
30630 r5942 | jpsaman | 2003-11-30 11:26:19 +0100 (Sun, 30 Nov 2003) | 3 lines
30631 Changed paths:
30632    M /trunk/modules/gui/pda/pda.c
30633    M /trunk/modules/gui/pda/pda_callbacks.c
30634    M /trunk/modules/gui/pda/playlist.c
30635
30636 PDA Interface:
30637 - Updating, removing and clearing playlist works.
30638
30639 ------------------------------------------------------------------------
30640 r5943 | jpsaman | 2003-11-30 12:19:37 +0100 (Sun, 30 Nov 2003) | 2 lines
30641 Changed paths:
30642    M /trunk/ipkg/Makefile.am
30643    M /trunk/ipkg/control
30644    M /trunk/ipkg/control.gpe
30645    M /trunk/ipkg/control.opie
30646    M /trunk/ipkg/control.zaurus
30647    M /trunk/ipkg/rules
30648    M /trunk/ipkg/rules.gpe
30649    M /trunk/ipkg/rules.opie
30650    M /trunk/ipkg/rules.zaurus
30651
30652 Bumped up version number to 0.7.0
30653
30654 ------------------------------------------------------------------------
30655 r5944 | jpsaman | 2003-11-30 12:22:29 +0100 (Sun, 30 Nov 2003) | 4 lines
30656 Changed paths:
30657    D /trunk/modules/gui/pda/interface.c
30658    D /trunk/modules/gui/pda/interface.h
30659    M /trunk/modules/gui/pda/pda.c
30660    M /trunk/modules/gui/pda/pda_callbacks.c
30661    D /trunk/modules/gui/pda/playlist.c
30662    D /trunk/modules/gui/pda/playlist.h
30663    D /trunk/modules/gui/pda/support.c
30664    D /trunk/modules/gui/pda/support.h
30665
30666 PDA Interface:
30667 - Removing obsolete files.
30668 - Remove debug messages.
30669
30670 ------------------------------------------------------------------------
30671 r5945 | rocky | 2003-11-30 14:53:45 +0100 (Sun, 30 Nov 2003) | 3 lines
30672 Changed paths:
30673    M /trunk/modules/access/vcdx/vcd.c
30674
30675 Go over options: Add hooks for internationalization, some typos,
30676 display some of these even when not "advanced"
30677
30678 ------------------------------------------------------------------------
30679 r5946 | fenrir | 2003-11-30 15:28:07 +0100 (Sun, 30 Nov 2003) | 2 lines
30680 Changed paths:
30681    M /trunk/configure.ac
30682    M /trunk/modules/access/Modules.am
30683    A /trunk/modules/access/tcp.c
30684
30685  * all: added a TCP access input module.
30686
30687 ------------------------------------------------------------------------
30688 r5947 | fenrir | 2003-11-30 15:49:23 +0100 (Sun, 30 Nov 2003) | 2 lines
30689 Changed paths:
30690    M /trunk/include/ninput.h
30691
30692  * ninput: added 2 ES_OUT* command (do nothing for now)
30693
30694 ------------------------------------------------------------------------
30695 r5948 | fenrir | 2003-11-30 17:00:24 +0100 (Sun, 30 Nov 2003) | 3 lines
30696 Changed paths:
30697    M /trunk/src/input/input.c
30698    M /trunk/src/input/input_dec.c
30699    M /trunk/src/input/input_programs.c
30700    M /trunk/src/libvlc.h
30701
30702  *all: added a --minimize-thread options to make all decoders and
30703        packetizers running in the input thread. (Usefull with sout)
30704
30705 ------------------------------------------------------------------------
30706 r5949 | fenrir | 2003-11-30 18:29:03 +0100 (Sun, 30 Nov 2003) | 3 lines
30707 Changed paths:
30708    M /trunk/include/ninput.h
30709    M /trunk/include/vlc_common.h
30710
30711  * all: added demux_t structure and some demux2_* functions.
30712  Anyway, don't use them for now.
30713
30714 ------------------------------------------------------------------------
30715 r5950 | fenrir | 2003-11-30 18:29:56 +0100 (Sun, 30 Nov 2003) | 3 lines
30716 Changed paths:
30717    M /trunk/src/input/demux.c
30718    M /trunk/src/input/es_out.c
30719
30720  * es_out: implement ES_OUT_SET_PCR and reset but don't use them !
30721  * demux: added demux2_New/Delete.
30722
30723 ------------------------------------------------------------------------
30724 r5951 | gbazin | 2003-11-30 19:10:04 +0100 (Sun, 30 Nov 2003) | 3 lines
30725 Changed paths:
30726    M /trunk/share/http/admin/browse.html
30727
30728
30729 * share/http/admin/browse.html: hmmm, the browse feature was reenabled by mistake.
30730
30731 ------------------------------------------------------------------------
30732 r5952 | rocky | 2003-11-30 19:14:20 +0100 (Sun, 30 Nov 2003) | 2 lines
30733 Changed paths:
30734    M /trunk/configure.ac
30735    M /trunk/modules/access/cdda/access.c
30736    M /trunk/modules/access/cdda/cdda.c
30737    M /trunk/modules/access/cdda/cdda.h
30738    M /trunk/po/de.po
30739    M /trunk/po/en_GB.po
30740    M /trunk/po/es.po
30741    M /trunk/po/hu.po
30742
30743 Add CD-DA CDDB support via libcddb.
30744
30745 ------------------------------------------------------------------------
30746 r5953 | sigmunau | 2003-11-30 20:42:52 +0100 (Sun, 30 Nov 2003) | 3 lines
30747 Changed paths:
30748    M /trunk/modules/gui/gtk/playlist.c
30749
30750 modules/gui/gtk/playlist.c:
30751  * show duration in playlist window if available
30752
30753 ------------------------------------------------------------------------
30754 r5954 | jpsaman | 2003-11-30 22:21:20 +0100 (Sun, 30 Nov 2003) | 6 lines
30755 Changed paths:
30756    D /trunk/modules/gui/pda/network.c
30757    D /trunk/modules/gui/pda/network.h
30758    M /trunk/modules/gui/pda/pda.c
30759    M /trunk/modules/gui/pda/pda_callbacks.c
30760
30761 PDA Interface:
30762 - Fixed resource leak with playlists
30763 - VLC coding style cleanup
30764 - Rework v4l and stream out interface code to use  VLC playlists as it should be used.
30765 - Remove dead wood
30766
30767 ------------------------------------------------------------------------
30768 r5955 | fenrir | 2003-11-30 23:14:39 +0100 (Sun, 30 Nov 2003) | 2 lines
30769 Changed paths:
30770    M /trunk/modules/codec/ffmpeg/ffmpeg.c
30771    M /trunk/modules/demux/avi/avi.c
30772    M /trunk/modules/demux/avi/libavi.h
30773    M /trunk/modules/packetizer/mpeg4video.c
30774
30775  * all: added dx50 fourcc (just mpeg4 video).
30776
30777 ------------------------------------------------------------------------
30778 r5956 | rocky | 2003-11-30 23:26:49 +0100 (Sun, 30 Nov 2003) | 2 lines
30779 Changed paths:
30780    M /trunk/modules/access/cdda/access.c
30781    M /trunk/modules/access/cdda/cdda.c
30782    M /trunk/modules/access/cdda/cdda.h
30783
30784 Customizable playlist title.
30785
30786 ------------------------------------------------------------------------
30787 r5957 | gbazin | 2003-11-30 23:47:55 +0100 (Sun, 30 Nov 2003) | 6 lines
30788 Changed paths:
30789    M /trunk/include/input_ext-plugins.h
30790    M /trunk/modules/packetizer/mpeg4video.c
30791    M /trunk/modules/stream_out/display.c
30792    M /trunk/modules/stream_out/transcode.c
30793
30794
30795 * include/input_ext-plugins.h: export input_DecodeBlock().
30796 * modules/stream_out/display.c: simplifications.
30797 * modules/stream_out/transcode.c: memset of sout_stream_sys_t.
30798 * modules/packetizer/mpeg4video.c: not all containers provide a pts info, in which case we use the dts.
30799
30800 ------------------------------------------------------------------------
30801 r5958 | gbazin | 2003-11-30 23:59:10 +0100 (Sun, 30 Nov 2003) | 3 lines
30802 Changed paths:
30803    M /trunk/modules/packetizer/mpeg4video.c
30804
30805
30806 * modules/packetizer/mpeg4video.c: oops
30807
30808 ------------------------------------------------------------------------
30809 r5959 | rocky | 2003-12-01 00:07:23 +0100 (Mon, 01 Dec 2003) | 2 lines
30810 Changed paths:
30811    M /trunk/modules/access/cdda/Modules.am
30812
30813 Forgot to add demux.c here.
30814
30815 ------------------------------------------------------------------------
30816 r5960 | jpsaman | 2003-12-01 00:19:13 +0100 (Mon, 01 Dec 2003) | 5 lines
30817 Changed paths:
30818    M /trunk/modules/gui/pda/pda.glade
30819    M /trunk/modules/gui/pda/pda_callbacks.c
30820    M /trunk/modules/gui/pda/pda_callbacks.h
30821    M /trunk/modules/gui/pda/pda_interface.c
30822    M /trunk/modules/gui/pda/pda_support.c
30823
30824 PDA Interface:
30825 - Coding Style
30826 - Added SAP/SLP to transcode tabpage
30827 - Reworking transcoding options for playlist
30828
30829 ------------------------------------------------------------------------
30830 r5961 | rocky | 2003-12-01 02:08:42 +0100 (Mon, 01 Dec 2003) | 3 lines
30831 Changed paths:
30832    M /trunk/modules/access/cdda/access.c
30833    M /trunk/modules/access/cdda/cdda.c
30834
30835 Add CDDB CD Info in File Info section (via input_AddInfo and
30836 input_InfoCategory.
30837
30838 ------------------------------------------------------------------------
30839 r5962 | rocky | 2003-12-01 04:34:30 +0100 (Mon, 01 Dec 2003) | 6 lines
30840 Changed paths:
30841    M /trunk/modules/access/cdda/access.c
30842    M /trunk/modules/access/cdda/cdda.c
30843
30844 Bugs in calculating duration. Thanks Sigmund for fixing the GTK+
30845 interface!
30846
30847 Some doc improvements. CDDARead: Let playlist now cycle through
30848 entries rather than intercept.
30849
30850 ------------------------------------------------------------------------
30851 r5963 | rocky | 2003-12-01 04:37:23 +0100 (Mon, 01 Dec 2003) | 2 lines
30852 Changed paths:
30853    M /trunk/modules/access/cdda/cdda.c
30854
30855 Another typo.
30856
30857 ------------------------------------------------------------------------
30858 r5964 | rocky | 2003-12-01 04:57:10 +0100 (Mon, 01 Dec 2003) | 2 lines
30859 Changed paths:
30860    A /trunk/doc/intf-cdda.txt
30861
30862 Some basic CDDA plugin documentation.
30863
30864 ------------------------------------------------------------------------
30865 r5965 | geshp | 2003-12-01 05:04:47 +0100 (Mon, 01 Dec 2003) | 3 lines
30866 Changed paths:
30867    M /trunk/vlc.spec
30868
30869 - Updated matroska/ebml fix
30870 - Updated mozilla plugin fix
30871
30872 ------------------------------------------------------------------------
30873 r5966 | rocky | 2003-12-01 05:05:29 +0100 (Mon, 01 Dec 2003) | 2 lines
30874 Changed paths:
30875    M /trunk/doc/intf-cdda.txt
30876
30877 Add more verbiage.
30878
30879 ------------------------------------------------------------------------
30880 r5967 | rocky | 2003-12-01 05:05:42 +0100 (Mon, 01 Dec 2003) | 2 lines
30881 Changed paths:
30882    M /trunk/doc/intf-vcd.txt
30883
30884 Add a copyright.
30885
30886 ------------------------------------------------------------------------
30887 r5968 | rocky | 2003-12-01 05:07:23 +0100 (Mon, 01 Dec 2003) | 2 lines
30888 Changed paths:
30889    M /trunk/doc/Makefile.am
30890
30891 Make sure we distribute the CD-DA plugin info.
30892
30893 ------------------------------------------------------------------------
30894 r5969 | fenrir | 2003-12-01 10:39:04 +0100 (Mon, 01 Dec 2003) | 2 lines
30895 Changed paths:
30896    M /trunk/modules/codec/ffmpeg/ffmpeg.c
30897    M /trunk/modules/codec/ffmpeg/video.c
30898
30899  * video: display "more than 5 seconds of late video..." only once.
30900
30901 ------------------------------------------------------------------------
30902 r5970 | gbazin | 2003-12-02 00:39:11 +0100 (Tue, 02 Dec 2003) | 4 lines
30903 Changed paths:
30904    M /trunk/configure.ac
30905    M /trunk/modules/codec/dts.c
30906    M /trunk/modules/demux/Modules.am
30907    A /trunk/modules/demux/dts.c
30908    M /trunk/modules/demux/mpeg/system.c
30909    M /trunk/modules/mux/mpeg/pes.c
30910
30911
30912 * ALL: fixed DTS audio support.
30913 * modules/demux/dts.c: added raw DTS audio demuxer.
30914
30915 ------------------------------------------------------------------------
30916 r5971 | rocky | 2003-12-02 02:54:30 +0100 (Tue, 02 Dec 2003) | 3 lines
30917 Changed paths:
30918    M /trunk/include/mtime.h
30919    M /trunk/modules/access/cdda/access.c
30920    M /trunk/modules/demux/mkv.cpp
30921    M /trunk/modules/gui/gtk/playlist.c
30922    M /trunk/src/misc/mtime.c
30923
30924 Add secstotimestr and msecstotimestr to convert (milli)seconds to a
30925 time string.
30926
30927 ------------------------------------------------------------------------
30928 r5972 | rocky | 2003-12-02 04:33:22 +0100 (Tue, 02 Dec 2003) | 3 lines
30929 Changed paths:
30930    M /trunk/doc/intf-cdda.txt
30931    M /trunk/modules/access/cdda/access.c
30932    M /trunk/modules/access/cdda/cdda.c
30933
30934 Separate title format string into cases where CDDB is enabled and where
30935 it is is not. Now have callback for CDDB enabled boolean.
30936
30937 ------------------------------------------------------------------------
30938 r5973 | rocky | 2003-12-02 05:16:21 +0100 (Tue, 02 Dec 2003) | 2 lines
30939 Changed paths:
30940    M /trunk/modules/access/cdda/access.c
30941
30942 Change some printf's to debugging-only output.
30943
30944 ------------------------------------------------------------------------
30945 r5974 | rocky | 2003-12-02 05:22:10 +0100 (Tue, 02 Dec 2003) | 2 lines
30946 Changed paths:
30947    M /trunk/modules/access/vcdx/access.c
30948
30949 Populate VCD info in "File Info" window.
30950
30951 ------------------------------------------------------------------------
30952 r5975 | gbazin | 2003-12-02 11:55:21 +0100 (Tue, 02 Dec 2003) | 3 lines
30953 Changed paths:
30954    M /trunk/modules/codec/ffmpeg/video.c
30955    M /trunk/modules/demux/mp4/mp4.c
30956
30957 * modules/demux/mp4/mp4.c: find out aspect ratio from display size.
30958 * modules/codec/ffmpeg/video.c: respect aspect ratio given by demux if any.
30959
30960 ------------------------------------------------------------------------
30961 r5976 | gbazin | 2003-12-02 13:57:36 +0100 (Tue, 02 Dec 2003) | 2 lines
30962 Changed paths:
30963    M /trunk/include/variables.h
30964    M /trunk/include/vlc/vlc.h
30965    M /trunk/src/input/es_out.c
30966    M /trunk/src/input/input.c
30967    M /trunk/src/input/subtitles.c
30968    M /trunk/src/misc/win32_specific.c
30969    M /trunk/src/playlist/playlist.c
30970
30971 ALL: MSVC compilation fixes to libvlc.
30972
30973 ------------------------------------------------------------------------
30974 r5977 | gbazin | 2003-12-02 14:31:23 +0100 (Tue, 02 Dec 2003) | 3 lines
30975 Changed paths:
30976    M /trunk/modules/control/rc/rc.c
30977    M /trunk/modules/demux/avi/avi.c
30978    M /trunk/modules/demux/mp4/libmp4.c
30979    M /trunk/msvc/vlc.dsw
30980
30981 * ALL: more MSVC compilation fixes.
30982 * msvc/vlc.dsw: removed non-existant plugins.
30983
30984 ------------------------------------------------------------------------
30985 r5978 | geshp | 2003-12-02 17:01:19 +0100 (Tue, 02 Dec 2003) | 3 lines
30986 Changed paths:
30987    M /trunk/vlc.spec
30988
30989 - Added fribidi support
30990 - Added configure-line options for mkv and fribidi
30991
30992 ------------------------------------------------------------------------
30993 r5979 | gbazin | 2003-12-02 19:47:05 +0100 (Tue, 02 Dec 2003) | 3 lines
30994 Changed paths:
30995    M /trunk/msvc/config.h.in
30996
30997
30998 * msvc/config.h.in: cleaned-up and updated.
30999
31000 ------------------------------------------------------------------------
31001 r5980 | gbazin | 2003-12-03 00:03:31 +0100 (Wed, 03 Dec 2003) | 5 lines
31002 Changed paths:
31003    M /trunk/THANKS
31004    M /trunk/modules/access/dshow/dshow.cpp
31005    M /trunk/modules/access/dshow/filter.cpp
31006    M /trunk/modules/access/dshow/filter.h
31007
31008
31009 * modules/access/dshow/*: PVR support contributed by Marc Nolette.
31010    I took the liberty to modify a few things so it might currently be broken (sorry Marc).
31011 * THANKS: added Marc Nolette.
31012
31013 ------------------------------------------------------------------------
31014 r5981 | rocky | 2003-12-03 01:24:16 +0100 (Wed, 03 Dec 2003) | 2 lines
31015 Changed paths:
31016    M /trunk/modules/gui/wxwindows/fileinfo.cpp
31017    M /trunk/modules/gui/wxwindows/interface.cpp
31018
31019 "File Info" renamed "Stream/Media Info"
31020
31021 ------------------------------------------------------------------------
31022 r5982 | rocky | 2003-12-03 01:27:52 +0100 (Wed, 03 Dec 2003) | 2 lines
31023 Changed paths:
31024    M /trunk/modules/demux/mpeg/mpga.c
31025    M /trunk/modules/demux/mpeg/mpgv.c
31026    M /trunk/src/input/es_out.c
31027
31028 Add a few more fields in the stream info.
31029
31030 ------------------------------------------------------------------------
31031 r5983 | rocky | 2003-12-03 05:19:59 +0100 (Wed, 03 Dec 2003) | 3 lines
31032 Changed paths:
31033    M /trunk/modules/gui/wxwindows/interface.cpp
31034
31035 Fix bug in not updating playlist when hitting next/previous control
31036 buttons (and simplify code at the same time).
31037
31038 ------------------------------------------------------------------------
31039 r5984 | fenrir | 2003-12-03 13:19:55 +0100 (Wed, 03 Dec 2003) | 2 lines
31040 Changed paths:
31041    M /trunk/modules/codec/faad.c
31042
31043  * increase priority (the wrapper from ffmpeg is buggy).
31044
31045 ------------------------------------------------------------------------
31046 r5985 | sam | 2003-12-03 13:33:21 +0100 (Wed, 03 Dec 2003) | 2 lines
31047 Changed paths:
31048    M /trunk/include/vlc_help.h
31049
31050   include/vlc_help.h: Grammar and spelling fixes.
31051
31052 ------------------------------------------------------------------------
31053 r5986 | rocky | 2003-12-03 14:27:51 +0100 (Wed, 03 Dec 2003) | 3 lines
31054 Changed paths:
31055    M /trunk/include/input_ext-intf.h
31056    M /trunk/modules/gui/gtk/display.c
31057    M /trunk/modules/gui/wxwindows/timer.cpp
31058    M /trunk/src/input/input_ext-intf.c
31059    M /trunk/src/misc/mtime.c
31060
31061 Add more uses of msecstotimestr. Remove OFFSETTOTIME_MAX_SIZE -
31062 Use MSTRTIME_MAX_SIZE instead.
31063
31064 ------------------------------------------------------------------------
31065 r5987 | rocky | 2003-12-03 14:35:19 +0100 (Wed, 03 Dec 2003) | 3 lines
31066 Changed paths:
31067    M /trunk/modules/gui/wxwindows/playlist.cpp
31068
31069 Reinstate Duration column - perhaps it's time to get more plugins
31070 using it.
31071
31072 ------------------------------------------------------------------------
31073 r5988 | rocky | 2003-12-03 14:41:49 +0100 (Wed, 03 Dec 2003) | 3 lines
31074 Changed paths:
31075    M /trunk/modules/gui/wxwindows/interface.cpp
31076
31077 Update date. Remove boilerplate includes that I think are (or should
31078 be) pulled in from one of the other includes.
31079
31080 ------------------------------------------------------------------------
31081 r5989 | rocky | 2003-12-03 14:49:12 +0100 (Wed, 03 Dec 2003) | 2 lines
31082 Changed paths:
31083    M /trunk/modules/access/cdda/access.c
31084
31085 Fixed-width 2-column track number. Should help in sorting titles.
31086
31087 ------------------------------------------------------------------------
31088 r5990 | anil | 2003-12-03 14:52:36 +0100 (Wed, 03 Dec 2003) | 3 lines
31089 Changed paths:
31090    M /trunk/modules/gui/skins/src/skin_main.cpp
31091
31092
31093 compilation fix
31094
31095 ------------------------------------------------------------------------
31096 r5991 | zorglub | 2003-12-03 16:46:25 +0100 (Wed, 03 Dec 2003) | 2 lines
31097 Changed paths:
31098    M /trunk/po/fr.po
31099
31100 Update of the french localization file
31101
31102 ------------------------------------------------------------------------
31103 r5992 | jpsaman | 2003-12-03 21:47:06 +0100 (Wed, 03 Dec 2003) | 2 lines
31104 Changed paths:
31105    M /trunk/modules/gui/pda/pda.c
31106
31107 Syncing with current CVS.
31108
31109 ------------------------------------------------------------------------
31110 r5993 | sigmunau | 2003-12-03 22:50:50 +0100 (Wed, 03 Dec 2003) | 7 lines
31111 Changed paths:
31112    M /trunk/include/vlc_common.h
31113    M /trunk/src/misc/mtime.c
31114
31115 src/misc/mtime.c:
31116  * Coding style fixes
31117  * Comment cleanups
31118  * Doxygenization
31119 include/vlc_common.h:
31120  * doxygenized the comments for mtime_t and vlc_fourcc_t
31121
31122 ------------------------------------------------------------------------
31123 r5994 | rocky | 2003-12-03 22:55:33 +0100 (Wed, 03 Dec 2003) | 2 lines
31124 Changed paths:
31125    M /trunk/modules/access/vcdx/access.c
31126
31127 Make more like the French translation which is more correct. :-\
31128
31129 ------------------------------------------------------------------------
31130 r5995 | sigmunau | 2003-12-03 22:58:43 +0100 (Wed, 03 Dec 2003) | 6 lines
31131 Changed paths:
31132    M /trunk/include/vlc_playlist.h
31133    M /trunk/modules/gui/gtk/playlist.c
31134    M /trunk/modules/gui/wxwindows/playlist.cpp
31135
31136 all:
31137  * in vlc, times are stored in microseconds. playlist_item_t::i_duration
31138    shouldn't be an exception
31139 modules/gui/wxwindows/playlist.cpp:
31140  * fixed indentation
31141
31142 ------------------------------------------------------------------------
31143 r5996 | sigmunau | 2003-12-03 23:14:38 +0100 (Wed, 03 Dec 2003) | 4 lines
31144 Changed paths:
31145    M /trunk/src/input/input.c
31146
31147 src/input/input.c:
31148  * fill in the duration field of the playlist item when starting playback of
31149    a file, if the demuxer supports it.
31150
31151 ------------------------------------------------------------------------
31152 r5997 | sigmunau | 2003-12-04 00:01:48 +0100 (Thu, 04 Dec 2003) | 3 lines
31153 Changed paths:
31154    M /trunk/include/vlc_messages.h
31155    M /trunk/src/misc/messages.c
31156
31157 all:
31158  * doxygenated parts of the messages system
31159
31160 ------------------------------------------------------------------------
31161 r5998 | rocky | 2003-12-04 06:14:39 +0100 (Thu, 04 Dec 2003) | 2 lines
31162 Changed paths:
31163    M /trunk/modules/access/vcdx/vcdplayer.h
31164
31165 Guard against invalid p_vcd in dbg_print.
31166
31167 ------------------------------------------------------------------------
31168 r5999 | gbazin | 2003-12-04 11:25:47 +0100 (Thu, 04 Dec 2003) | 2 lines
31169 Changed paths:
31170    M /trunk/modules/gui/beos/VlcWrapper.cpp
31171    M /trunk/modules/gui/kde/interface.cpp
31172    M /trunk/modules/gui/pda/pda.c
31173    M /trunk/modules/gui/qt/intf.cpp
31174    M /trunk/modules/gui/wxwindows/interface.cpp
31175
31176 * modules/gui/*: use MSTRTIME_MAX_SIZE instead of OFFSETTOTIME_MAX_SIZE.
31177
31178 ------------------------------------------------------------------------
31179 r6000 | gbazin | 2003-12-04 13:33:43 +0100 (Thu, 04 Dec 2003) | 4 lines
31180 Changed paths:
31181    M /trunk/modules/access_output/file.c
31182    M /trunk/modules/video_chroma/i420_rgb.c
31183    M /trunk/msvc/config.h.in
31184    M /trunk/toolbox
31185
31186 * toolbox: use the "Output_Dir" property when generating the msvc project files so we don't end-up with name conflicts when compiling.
31187 * msvc/config.h.in, modules/access_output/file.c: MSVC fixes.
31188 * modules/video_chroma/i420_rgb.c: don't use our RV24 conversion routine on win32 because it assumes 32 bits per pixel.
31189
31190 ------------------------------------------------------------------------
31191 r6001 | gbazin | 2003-12-04 15:48:24 +0100 (Thu, 04 Dec 2003) | 2 lines
31192 Changed paths:
31193    M /trunk/modules/video_output/wingdi.c
31194
31195 * modules/video_output/wingdi.c: fixed gdi output for 24 and 32 bits color depth.
31196
31197 ------------------------------------------------------------------------
31198 r6002 | sam | 2003-12-04 16:54:58 +0100 (Thu, 04 Dec 2003) | 3 lines
31199 Changed paths:
31200    M /trunk/configure.ac
31201
31202   * configure.ac: Fixed an old bug that caused vlc-config to be sometimes
31203     not set executable when regenerated.
31204
31205 ------------------------------------------------------------------------
31206 r6003 | sam | 2003-12-04 17:02:54 +0100 (Thu, 04 Dec 2003) | 4 lines
31207 Changed paths:
31208    M /trunk/include/vlc_common.h
31209    M /trunk/modules/audio_filter/converter/float32tos16.c
31210    M /trunk/modules/audio_filter/converter/s16tofloat32.c
31211    M /trunk/modules/demux/mkv.cpp
31212    M /trunk/modules/gui/kde/kde.cpp
31213    M /trunk/modules/video_output/x11/xcommon.c
31214    M /trunk/modules/visualization/visual/effects.c
31215    M /trunk/src/playlist/item.c
31216    M /trunk/src/playlist/playlist.c
31217
31218   * include/vlc_common.h:
31219     + Introduced intptr_t and uintptr_t.
31220   * Fixed compilation warnings here and there.
31221
31222 ------------------------------------------------------------------------
31223 r6004 | sam | 2003-12-04 17:49:45 +0100 (Thu, 04 Dec 2003) | 13 lines
31224 Changed paths:
31225    M /trunk/THANKS
31226    M /trunk/include/video_output.h
31227    M /trunk/modules/access/cdda/cdda.c
31228    M /trunk/modules/access/dshow/dshow.cpp
31229    M /trunk/modules/access/tcp.c
31230    M /trunk/modules/access/udp.c
31231    M /trunk/modules/access/v4l/v4l.c
31232    M /trunk/modules/codec/speex.c
31233    M /trunk/modules/gui/wxwindows/streamwizard.cpp
31234    M /trunk/modules/gui/wxwindows/v4l.cpp
31235    M /trunk/modules/misc/dummy/renderer.c
31236    M /trunk/modules/misc/testsuite/test3.m
31237    M /trunk/modules/video_output/caca.c
31238    M /trunk/modules/visualization/visual/visual.c
31239    M /trunk/po/POTFILES.in
31240    M /trunk/po/de.po
31241    M /trunk/po/en_GB.po
31242    M /trunk/po/es.po
31243    M /trunk/po/fr.po
31244    M /trunk/po/hu.po
31245    M /trunk/po/it.po
31246    M /trunk/po/ja.po
31247    M /trunk/po/nl.po
31248    M /trunk/po/no.po
31249    M /trunk/po/pl.po
31250    M /trunk/po/pt_BR.po
31251    M /trunk/po/ru.po
31252    M /trunk/po/sv.po
31253    M /trunk/po/vlc.pot
31254    M /trunk/src/input/input_clock.c
31255    M /trunk/src/libvlc.c
31256    M /trunk/src/libvlc.h
31257
31258   * modules/misc/dummy/renderer.c:
31259     + Removed evil ^Ms from the file.
31260   * modules/video_output/caca.c:
31261     + Support for new dithering modes (libcaca HEAD only).
31262   * modules/* src/*:
31263     + Grammar and spelling fixes.
31264     + Coding style fixes.
31265   * po/fr.po:
31266     + Spelling fixes.
31267     + Updated a few translations.
31268   * po/en_GB.po:
31269     + Updated a few translations.
31270
31271 ------------------------------------------------------------------------
31272 r6005 | gbazin | 2003-12-04 18:15:59 +0100 (Thu, 04 Dec 2003) | 2 lines
31273 Changed paths:
31274    M /trunk/include/vlc_common.h
31275    M /trunk/include/vlc_messages.h
31276    M /trunk/modules/access/dshow/dshow.cpp
31277    M /trunk/src/misc/messages.c
31278
31279 * ALL: another bunch of MSVC compilation fixes.
31280
31281 ------------------------------------------------------------------------
31282 r6006 | gbazin | 2003-12-04 19:13:28 +0100 (Thu, 04 Dec 2003) | 3 lines
31283 Changed paths:
31284    M /trunk/modules/demux/livedotcom.cpp
31285
31286
31287 * modules/demux/livedotcom.cpp: compilation fix.
31288
31289 ------------------------------------------------------------------------
31290 r6007 | gbazin | 2003-12-04 19:26:53 +0100 (Thu, 04 Dec 2003) | 3 lines
31291 Changed paths:
31292    M /trunk/modules/gui/wxwindows/playlist.cpp
31293
31294
31295 * modules/gui/wxwindows/playlist.cpp: unicode fix.
31296
31297 ------------------------------------------------------------------------
31298 r6008 | gbazin | 2003-12-04 23:37:02 +0100 (Thu, 04 Dec 2003) | 5 lines
31299 Changed paths:
31300    M /trunk/modules/codec/flac.c
31301    M /trunk/modules/demux/ogg.c
31302    M /trunk/modules/mux/ogg.c
31303
31304
31305 * modules/codec/flac.c: several fixes to the flac decoder and encoder.
31306 * modules/mux/ogg.c: fixed flac in ogg.
31307 * modules/demux/ogg.c: fix for flac seeking.
31308
31309 ------------------------------------------------------------------------
31310 r6009 | anil | 2003-12-04 23:48:18 +0100 (Thu, 04 Dec 2003) | 3 lines
31311 Changed paths:
31312    M /trunk/po/POTFILES.in
31313
31314
31315 regenerated from a clean tree
31316
31317 ------------------------------------------------------------------------
31318 r6010 | gbazin | 2003-12-05 00:15:01 +0100 (Fri, 05 Dec 2003) | 3 lines
31319 Changed paths:
31320    M /trunk/modules/codec/ffmpeg/encoder.c
31321    M /trunk/modules/codec/speex.c
31322
31323
31324 * modules/codec/ffmpeg/encoder.c, modules/codec/speex.c: fixed stupid bug in audio encoding.
31325
31326 ------------------------------------------------------------------------
31327 r6011 | gbazin | 2003-12-05 01:03:54 +0100 (Fri, 05 Dec 2003) | 3 lines
31328 Changed paths:
31329    M /trunk/modules/stream_out/transcode.c
31330
31331
31332 * modules/stream_out/transcode.c: proper order for downmixed channels.
31333
31334 ------------------------------------------------------------------------
31335 r6012 | rocky | 2003-12-05 02:52:11 +0100 (Fri, 05 Dec 2003) | 2 lines
31336 Changed paths:
31337    M /trunk/src/playlist/item.c
31338
31339 Spelling.
31340
31341 ------------------------------------------------------------------------
31342 r6013 | rocky | 2003-12-05 02:56:24 +0100 (Fri, 05 Dec 2003) | 3 lines
31343 Changed paths:
31344    M /trunk/modules/access/cdda/access.c
31345
31346 Fix duration that input_AddInfo uses milliseconds.
31347 Add some more meta debugging.
31348
31349 ------------------------------------------------------------------------
31350 r6014 | rocky | 2003-12-05 03:12:53 +0100 (Fri, 05 Dec 2003) | 2 lines
31351 Changed paths:
31352    M /trunk/src/playlist/item.c
31353
31354 Okay microseconds, then.
31355
31356 ------------------------------------------------------------------------
31357 r6015 | rocky | 2003-12-05 03:33:49 +0100 (Fri, 05 Dec 2003) | 5 lines
31358 Changed paths:
31359    M /trunk/modules/access/cdda/Modules.am
31360    M /trunk/modules/access/cdda/access.c
31361    M /trunk/modules/access/cdda/cdda.c
31362    D /trunk/modules/access/cdda/intf.c
31363
31364 Remove interface thread. It was a crock anyway -- any good stuff
31365 should be put into the visualization plugins instead.
31366
31367 Besides, there are bigger crocks that need fixing (like VCD navigation).
31368
31369 ------------------------------------------------------------------------
31370 r6016 | rocky | 2003-12-05 05:24:47 +0100 (Fri, 05 Dec 2003) | 6 lines
31371 Changed paths:
31372    M /trunk/modules/access/vcdx/Modules.am
31373    M /trunk/modules/access/vcdx/access.c
31374    M /trunk/modules/access/vcdx/demux.c
31375    M /trunk/modules/access/vcdx/intf.c
31376    M /trunk/modules/access/vcdx/intf.h
31377    M /trunk/modules/access/vcdx/vcdplayer.c
31378
31379 Slightly better handling of stills and toggling pause by using the
31380 different threads better.
31381
31382 Still has stream still/to MPEG bug and duplicate video window bug though.
31383 (And could use lots of cleanup.)
31384
31385 ------------------------------------------------------------------------
31386 r6017 | rocky | 2003-12-05 06:01:17 +0100 (Fri, 05 Dec 2003) | 2 lines
31387 Changed paths:
31388    M /trunk/modules/access/vcdx/access.c
31389    M /trunk/modules/access/vcdx/intf.c
31390    M /trunk/modules/access/vcdx/intf.h
31391    M /trunk/modules/access/vcdx/vcdplayer.c
31392    M /trunk/modules/access/vcdx/vcdplayer.h
31393
31394 A little cleanup on wait timing. No bug fixes yet, though.
31395
31396 ------------------------------------------------------------------------
31397 r6018 | sam | 2003-12-05 10:28:45 +0100 (Fri, 05 Dec 2003) | 3 lines
31398 Changed paths:
31399    M /trunk/ChangeLog
31400    M /trunk/doc/ChangeLog-1999
31401    M /trunk/doc/ChangeLog-2000
31402    M /trunk/doc/ChangeLog-2001
31403    M /trunk/doc/ChangeLog-2002
31404
31405   * Updated current changelog and regenerated previous ones as to include
31406     changes to removed directories.
31407
31408 ------------------------------------------------------------------------
31409 r6019 | asmax | 2003-12-05 15:48:46 +0100 (Fri, 05 Dec 2003) | 4 lines
31410 Changed paths:
31411    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
31412
31413 * modules/gui/wxwindows/preferences_widget.cpp: replaced two ( ? : ) by
31414   if / else to avoid compilation problems when wxwindows is not built
31415   with unicode support
31416
31417 ------------------------------------------------------------------------
31418 r6020 | gbazin | 2003-12-05 15:58:03 +0100 (Fri, 05 Dec 2003) | 2 lines
31419 Changed paths:
31420    M /trunk/modules/codec/libmpeg2.c
31421
31422 * modules/codec/libmpeg2.c: fixed a couple of crashes on bad files.
31423
31424 ------------------------------------------------------------------------
31425 r6021 | rocky | 2003-12-06 06:15:54 +0100 (Sat, 06 Dec 2003) | 3 lines
31426 Changed paths:
31427    M /trunk/modules/demux/mpeg/system.c
31428
31429 Recognize Philips Overlay Graphics (OGT) and Chaoji VCD (CVD) subtitle
31430 streams.  Still need to be able to do something with them though.
31431
31432 ------------------------------------------------------------------------
31433 r6022 | gbazin | 2003-12-06 21:00:20 +0100 (Sat, 06 Dec 2003) | 3 lines
31434 Changed paths:
31435    M /trunk/msvc/vlc.dsw
31436
31437
31438 * msvc/vlc.dsw: updated the list of plugins.
31439
31440 ------------------------------------------------------------------------
31441 r6023 | jpsaman | 2003-12-06 23:41:40 +0100 (Sat, 06 Dec 2003) | 10 lines
31442 Changed paths:
31443    M /trunk/modules/gui/pda/pda.c
31444    M /trunk/modules/gui/pda/pda.glade
31445    M /trunk/modules/gui/pda/pda_callbacks.c
31446    M /trunk/modules/gui/pda/pda_callbacks.h
31447    M /trunk/modules/gui/pda/pda_interface.c
31448
31449 PDA Interface:
31450 - Fixed last segmentation fault.
31451 - Slider and time progress updating.
31452
31453 This makes the new PDA interface almost complete. It misses the following items still:
31454 - preference panel
31455 - changing postion in stream with slider widget.
31456
31457 The missing items above will move to the next release of VLC. Now testing and package building for iPAQ will begin. I expect to have a package at the end of the week.
31458
31459 ------------------------------------------------------------------------
31460 r6024 | jpsaman | 2003-12-06 23:42:45 +0100 (Sat, 06 Dec 2003) | 2 lines
31461 Changed paths:
31462    M /trunk/AUTHORS
31463
31464 Updating AUTHORS list for me.
31465
31466 ------------------------------------------------------------------------
31467 r6025 | jpsaman | 2003-12-06 23:45:02 +0100 (Sat, 06 Dec 2003) | 2 lines
31468 Changed paths:
31469    M /trunk/configure.ac
31470
31471 Make sure Gtk+2 main module gets build with PDA interface.
31472
31473 ------------------------------------------------------------------------
31474 r6026 | jpsaman | 2003-12-06 23:45:53 +0100 (Sat, 06 Dec 2003) | 2 lines
31475 Changed paths:
31476    M /trunk/include/vlc_common.h
31477
31478 Added PDA interface.
31479
31480 ------------------------------------------------------------------------
31481 r6027 | jpsaman | 2003-12-06 23:47:37 +0100 (Sat, 06 Dec 2003) | 2 lines
31482 Changed paths:
31483    M /trunk/modules/LIST
31484
31485 Updating with info for upcoming Opie interface.
31486
31487 ------------------------------------------------------------------------
31488 r6028 | jpsaman | 2003-12-06 23:50:08 +0100 (Sat, 06 Dec 2003) | 2 lines
31489 Changed paths:
31490    M /trunk/modules/access_output/http.c
31491    M /trunk/modules/codec/vorbis.c
31492
31493 Fixed compiler waring about signed - unsigned comparision. It is always safer to use the same datatype when comparing values.
31494
31495 ------------------------------------------------------------------------
31496 r6029 | jpsaman | 2003-12-06 23:53:07 +0100 (Sat, 06 Dec 2003) | 2 lines
31497 Changed paths:
31498    M /trunk/modules/misc/freetype.c
31499    M /trunk/modules/stream_out/transcode.c
31500
31501 Always use correct datatypes.
31502
31503 ------------------------------------------------------------------------
31504 r6030 | jpsaman | 2003-12-06 23:58:58 +0100 (Sat, 06 Dec 2003) | 2 lines
31505 Changed paths:
31506    D /trunk/modules/gui/pda/callbacks.c
31507    D /trunk/modules/gui/pda/callbacks.h
31508
31509 Removing last files of previous Familiar interface. Porting to Gtk+2 widget set of this interface is now finished. Policing and improving remains.
31510
31511 ------------------------------------------------------------------------
31512 r6031 | gbazin | 2003-12-07 00:25:23 +0100 (Sun, 07 Dec 2003) | 4 lines
31513 Changed paths:
31514    M /trunk/include/vlc_block_helper.h
31515    M /trunk/modules/packetizer/mpegvideo.c
31516
31517
31518 * include/vlc_block_helper.h: new block_FindStartcodeFromOffset() function.
31519 * modules/packetizer/mpegvideo.c: rewrote the packetizer to use the block helper functions.
31520
31521 ------------------------------------------------------------------------
31522 r6032 | rocky | 2003-12-07 02:02:08 +0100 (Sun, 07 Dec 2003) | 2 lines
31523 Changed paths:
31524    M /trunk/modules/demux/mpeg/system.c
31525
31526 Marginally better.
31527
31528 ------------------------------------------------------------------------
31529 r6033 | gbazin | 2003-12-07 13:11:13 +0100 (Sun, 07 Dec 2003) | 6 lines
31530 Changed paths:
31531    M /trunk/include/vlc_block_helper.h
31532    M /trunk/modules/codec/ffmpeg/encoder.c
31533    M /trunk/modules/codec/libmpeg2.c
31534    M /trunk/modules/packetizer/mpegvideo.c
31535    M /trunk/modules/stream_out/transcode.c
31536
31537
31538 * include/vlc_block_helper.h: small bugfix to block_FindStartcodeFromOffset().
31539 * modules/packetizer/mpegvideo.c: get aspect ratio for MPEG2 video streams (still needs to be done for MPEG1).
31540 * modules/codec/libmpeg2.c: use p_dec->fmt_in.video.i_aspect if available.
31541 * modules/stream_out/transcode.c, modules/codec/ffmpeg/encoder.c: respect aspect ratio during transcoding.
31542
31543 ------------------------------------------------------------------------
31544 r6034 | gbazin | 2003-12-07 18:09:33 +0100 (Sun, 07 Dec 2003) | 6 lines
31545 Changed paths:
31546    M /trunk/include/stream_output.h
31547    M /trunk/modules/codec/theora.c
31548    M /trunk/modules/mux/ogg.c
31549    M /trunk/modules/stream_out/transcode.c
31550    M /trunk/src/stream_output/stream_output.c
31551
31552
31553 * include/stream_output.h, src/stream_output/stream_output.c: added a SOUT_MUX_CAP_GET_ADD_STREAM_WAIT muxer capability to specify that a muxer prefers to wait all ES before starting muxing.
31554 * modules/mux/ogg.c: use SOUT_MUX_CAP_GET_ADD_STREAM_WAIT.
31555 * modules/stream_out/transcode.c: fix for video stream header generation (theora).
31556 * modules/codec/theora.c: don't overwrite headers.
31557
31558 ------------------------------------------------------------------------
31559 r6035 | gbazin | 2003-12-07 18:17:04 +0100 (Sun, 07 Dec 2003) | 3 lines
31560 Changed paths:
31561    M /trunk/src/input/es_out.c
31562
31563
31564 * src/input/es_out.c: cosmetic changes.
31565
31566 ------------------------------------------------------------------------
31567 r6036 | gbazin | 2003-12-07 18:53:45 +0100 (Sun, 07 Dec 2003) | 3 lines
31568 Changed paths:
31569    M /trunk/modules/codec/theora.c
31570
31571
31572 * modules/codec/theora.c: encoder now respects the aspect ratio.
31573
31574 ------------------------------------------------------------------------
31575 r6037 | gbazin | 2003-12-07 19:15:46 +0100 (Sun, 07 Dec 2003) | 3 lines
31576 Changed paths:
31577    M /trunk/modules/codec/theora.c
31578
31579
31580 * modules/codec/theora.c: bug fix with aspect ratio.
31581
31582 ------------------------------------------------------------------------
31583 r6038 | jpsaman | 2003-12-07 19:52:40 +0100 (Sun, 07 Dec 2003) | 2 lines
31584 Changed paths:
31585    M /trunk/ipkg/control
31586    M /trunk/ipkg/postinst
31587    M /trunk/ipkg/postinst.opie
31588    M /trunk/ipkg/postinst.zaurus
31589    M /trunk/ipkg/postrm
31590    M /trunk/ipkg/postrm.opie
31591    M /trunk/ipkg/postrm.zaurus
31592    M /trunk/ipkg/rules
31593    M /trunk/ipkg/vlc.gpe
31594
31595 Updating makefiles and package scripts.
31596
31597 ------------------------------------------------------------------------
31598 r6039 | jpsaman | 2003-12-07 19:55:59 +0100 (Sun, 07 Dec 2003) | 2 lines
31599 Changed paths:
31600    M /trunk/modules/access/mms/asf.c
31601
31602 if-deffed a unused variable.
31603
31604 ------------------------------------------------------------------------
31605 r6040 | jpsaman | 2003-12-07 19:58:38 +0100 (Sun, 07 Dec 2003) | 5 lines
31606 Changed paths:
31607    M /trunk/modules/gui/pda/pda_callbacks.c
31608    M /trunk/modules/gui/pda/pda_callbacks.h
31609
31610 PDA Interface:
31611 - some cleanup
31612 - reinstated automatic lowering of interface when play button was pressed.
31613 - double click in playlist window play selected items.
31614
31615 ------------------------------------------------------------------------
31616 r6041 | jpsaman | 2003-12-07 20:00:33 +0100 (Sun, 07 Dec 2003) | 2 lines
31617 Changed paths:
31618    M /trunk/modules/misc/freetype.c
31619
31620 Fix for iPAQ port.
31621
31622 ------------------------------------------------------------------------
31623 r6042 | jpsaman | 2003-12-07 20:01:05 +0100 (Sun, 07 Dec 2003) | 2 lines
31624 Changed paths:
31625    M /trunk/modules/misc/sap.c
31626
31627 Remove unused variable
31628
31629 ------------------------------------------------------------------------
31630 r6043 | jpsaman | 2003-12-07 20:06:21 +0100 (Sun, 07 Dec 2003) | 2 lines
31631 Changed paths:
31632    M /trunk/modules/packetizer/mpeg4video.c
31633    M /trunk/modules/stream_out/dummy.c
31634    M /trunk/src/playlist/playlist.c
31635
31636 Compilation warning fixes and if-deffed unused functions/variables.
31637
31638 ------------------------------------------------------------------------
31639 r6044 | jpsaman | 2003-12-07 20:09:37 +0100 (Sun, 07 Dec 2003) | 2 lines
31640 Changed paths:
31641    M /trunk/include/video_output.h
31642    M /trunk/modules/misc/dummy/renderer.c
31643    M /trunk/modules/stream_out/transcode.c
31644
31645 All AddText( vout_thread_t *p_vout, char *psz_string, .. ) calls have as second argument char * now, just like the function definition in include/video_output.h. All uses already passed a char * to the AddText() functions.
31646
31647 ------------------------------------------------------------------------
31648 r6045 | hartman | 2003-12-07 21:47:19 +0100 (Sun, 07 Dec 2003) | 3 lines
31649 Changed paths:
31650    M /trunk/configure.ac
31651    M /trunk/extras/contrib/src/.cvsignore
31652    M /trunk/extras/contrib/src/Makefile
31653    A /trunk/extras/contrib/src/Patches/live.patch
31654    M /trunk/extras/contrib/src/packages.mak
31655
31656 * added livedotcom and goom to contrib system
31657   goom sources currently located on my server.
31658
31659 ------------------------------------------------------------------------
31660 r6046 | hartman | 2003-12-07 21:48:21 +0100 (Sun, 07 Dec 2003) | 2 lines
31661 Changed paths:
31662    M /trunk/src/libvlc.h
31663
31664 * Incorrect default value of align
31665
31666 ------------------------------------------------------------------------
31667 r6047 | rocky | 2003-12-07 23:14:26 +0100 (Sun, 07 Dec 2003) | 2 lines
31668 Changed paths:
31669    A /trunk/modules/codec/ogt
31670    A /trunk/modules/codec/ogt/ogt.c
31671    A /trunk/modules/codec/ogt/ogt.h
31672
31673 Towards Philips OGT (SVCD subtitle) handling.
31674
31675 ------------------------------------------------------------------------
31676 r6048 | hartman | 2003-12-07 23:23:00 +0100 (Sun, 07 Dec 2003) | 3 lines
31677 Changed paths:
31678    M /trunk/extras/contrib/src/Makefile
31679    M /trunk/extras/contrib/src/Patches/live.patch
31680    M /trunk/extras/contrib/src/packages.mak
31681
31682 * fix livedotcom contrib
31683 * add libcaca contrib
31684
31685 ------------------------------------------------------------------------
31686 r6049 | rocky | 2003-12-08 07:01:11 +0100 (Mon, 08 Dec 2003) | 2 lines
31687 Changed paths:
31688    M /trunk/modules/codec/ogt/ogt.c
31689    M /trunk/modules/codec/ogt/ogt.h
31690
31691 Marginally better
31692
31693 ------------------------------------------------------------------------
31694 r6050 | hartman | 2003-12-08 12:00:03 +0100 (Mon, 08 Dec 2003) | 2 lines
31695 Changed paths:
31696    M /trunk/po/pt_BR.po
31697
31698 * Update Brazilian Portugese
31699
31700 ------------------------------------------------------------------------
31701 r6051 | gbazin | 2003-12-08 14:02:40 +0100 (Mon, 08 Dec 2003) | 5 lines
31702 Changed paths:
31703    M /trunk/modules/codec/theora.c
31704    M /trunk/modules/mux/ogg.c
31705    M /trunk/modules/stream_out/transcode.c
31706
31707 * modules/stream_out/transcode.c: added a floating point "scale" option for video transcoding. When specified, you don't need to specify the width and height of the output video.
31708  Also changed the width and height options so that if only one of them is specified, the other one is calculated automatically so as to keep the aspect ratio of the video.
31709 * modules/mux/ogg.c: fixed crash when removing streams.
31710 * modules/codec/theora.c: for now the theora encoder requires a width and height which are multiple of 16.
31711
31712 ------------------------------------------------------------------------
31713 r6052 | gbazin | 2003-12-08 14:04:58 +0100 (Mon, 08 Dec 2003) | 2 lines
31714 Changed paths:
31715    M /trunk/modules/control/hotkeys.c
31716
31717 * modules/control/hotkeys.c: msvc compilation fix.
31718
31719 ------------------------------------------------------------------------
31720 r6053 | yoann | 2003-12-08 18:48:13 +0100 (Mon, 08 Dec 2003) | 3 lines
31721 Changed paths:
31722    M /trunk/include/osd.h
31723    M /trunk/include/video_output.h
31724    M /trunk/modules/misc/dummy/renderer.c
31725    M /trunk/modules/misc/freetype.c
31726    M /trunk/src/video_output/video_text.c
31727    M /trunk/src/video_output/vout_subpictures.c
31728
31729 improves OSD sytem
31730 The last OSD message is now deleted before printing new one.
31731
31732 ------------------------------------------------------------------------
31733 r6054 | gbazin | 2003-12-08 19:42:08 +0100 (Mon, 08 Dec 2003) | 6 lines
31734 Changed paths:
31735    M /trunk/modules/misc/dummy/decoder.c
31736    M /trunk/modules/misc/dummy/dummy.c
31737    M /trunk/src/input/es_out.c
31738
31739
31740 * modules/misc/dummy/*: new --dummy-save-es option to specify if we want the dummy
31741 decoder to save the raw codec data to a file. This is disabled by default (while
31742 it was always on before).
31743 * src/input/es_out.c: bug fix for ES autoselection.
31744
31745 ------------------------------------------------------------------------
31746 r6055 | gbazin | 2003-12-08 20:50:22 +0100 (Mon, 08 Dec 2003) | 4 lines
31747 Changed paths:
31748    M /trunk/modules/gui/macosx/controls.m
31749    M /trunk/modules/gui/macosx/macosx.m
31750    M /trunk/modules/gui/macosx/vout.m
31751    M /trunk/modules/gui/wxwindows/menus.cpp
31752    M /trunk/modules/video_output/directx/directx.c
31753    M /trunk/modules/video_output/directx/events.c
31754    M /trunk/modules/video_output/x11/xcommon.c
31755    M /trunk/src/libvlc.h
31756
31757
31758 * ALL: new main --video-on-top config option (in use by the x11/xvideo/osx/directx video outputs.)
31759 * modules/video_output/x11/*: implemented support for "video on top". Will likely only work with KDE for now.
31760
31761 ------------------------------------------------------------------------
31762 r6056 | yoann | 2003-12-09 01:46:03 +0100 (Tue, 09 Dec 2003) | 4 lines
31763 Changed paths:
31764    M /trunk/include/vlc_config.h
31765    M /trunk/modules/gui/wxwindows/open.cpp
31766    M /trunk/modules/gui/wxwindows/wxwindows.h
31767    M /trunk/src/libvlc.h
31768
31769 This fixes bugs 1285 and 1343
31770 * added a the default CD Audio device in General Settings -> Input
31771 * added OpenDialog::OnDiscPanelChange in wxwindows/open.cpp
31772
31773 ------------------------------------------------------------------------
31774 r6057 | sam | 2003-12-09 15:33:31 +0100 (Tue, 09 Dec 2003) | 2 lines
31775 Changed paths:
31776    M /trunk/toolbox
31777
31778   * toolbox: Do not include MOC files in the POTFILES.in generation.
31779
31780 ------------------------------------------------------------------------
31781 r6058 | yoann | 2003-12-09 20:15:03 +0100 (Tue, 09 Dec 2003) | 3 lines
31782 Changed paths:
31783    M /trunk/include/video_output.h
31784    M /trunk/modules/gui/wxwindows/open.cpp
31785    M /trunk/src/video_output/video_text.c
31786    M /trunk/src/video_output/vout_subpictures.c
31787
31788 * fixed a compatibility problem with the CVS version of wxwindows
31789 * added a lock when changing p_vout->p_last_osd_message
31790
31791 ------------------------------------------------------------------------
31792 r6059 | gbazin | 2003-12-09 20:18:48 +0100 (Tue, 09 Dec 2003) | 6 lines
31793 Changed paths:
31794    M /trunk/src/misc/mtime.c
31795    M /trunk/src/misc/win32_specific.c
31796
31797
31798 * src/misc/mtime.c: fixed an overflow in mdate() on win32.
31799   This overflow was only affecting the hardware configurations where we can't use the performance counter and thus have to use GetTickCount().
31800   We now also check for the wrapping of the 32 bits value returned by GetTickCount() so mdate() doesn't wrap after 49.7 days.
31801 * src/misc/win32_specific.c: call mdate() once in system_Init() so as to avoid thread safety issues while initialising the static variables used in mdate().
31802
31803 ------------------------------------------------------------------------
31804 r6060 | courmisch | 2003-12-10 12:04:25 +0100 (Wed, 10 Dec 2003) | 2 lines
31805 Changed paths:
31806    M /trunk/modules/gui/wxwindows/open.cpp
31807    M /trunk/modules/gui/wxwindows/streamout.cpp
31808
31809 Automatically adds [ and ] around IPv6 addresses in Media Resource Locator.
31810
31811 ------------------------------------------------------------------------
31812 r6061 | bigben | 2003-12-10 13:57:12 +0100 (Wed, 10 Dec 2003) | 2 lines
31813 Changed paths:
31814    M /trunk/modules/gui/macosx/playlist.m
31815
31816 fixes a infinite loop in the search function.
31817
31818 ------------------------------------------------------------------------
31819 r6062 | yoann | 2003-12-10 18:19:05 +0100 (Wed, 10 Dec 2003) | 2 lines
31820 Changed paths:
31821    M /trunk/include/vlc_keys.h
31822    M /trunk/modules/control/hotkeys.c
31823    M /trunk/src/libvlc.h
31824
31825 added a hotkey ('t') which displays the position in the media
31826
31827 ------------------------------------------------------------------------
31828 r6063 | yoann | 2003-12-10 21:56:09 +0100 (Wed, 10 Dec 2003) | 2 lines
31829 Changed paths:
31830    M /trunk/modules/control/hotkeys.c
31831
31832 fixed a compilation error
31833
31834 ------------------------------------------------------------------------
31835 r6064 | courmisch | 2003-12-10 22:54:17 +0100 (Wed, 10 Dec 2003) | 2 lines
31836 Changed paths:
31837    M /trunk/modules/gui/wxwindows/open.cpp
31838    M /trunk/modules/gui/wxwindows/wxwindows.h
31839
31840 Added "Force IPv6" check box to UDP Unicast in open dialog
31841
31842 ------------------------------------------------------------------------
31843 r6065 | gbazin | 2003-12-11 00:16:04 +0100 (Thu, 11 Dec 2003) | 3 lines
31844 Changed paths:
31845    M /trunk/modules/mux/mpeg/pes.c
31846
31847
31848 * modules/mux/mpeg/pes.c: fixed to handle 0 pts/dts correctly.
31849
31850 ------------------------------------------------------------------------
31851 r6066 | gbazin | 2003-12-11 00:27:34 +0100 (Thu, 11 Dec 2003) | 3 lines
31852 Changed paths:
31853    M /trunk/modules/codec/libmpeg2.c
31854
31855
31856 * modules/codec/libmpeg2.c: hack for demuxers which only have DTS timestamps.
31857
31858 ------------------------------------------------------------------------
31859 r6067 | gbazin | 2003-12-11 00:51:05 +0100 (Thu, 11 Dec 2003) | 3 lines
31860 Changed paths:
31861    M /trunk/modules/stream_out/display.c
31862
31863
31864 * modules/stream_out/display.c: fixed segfault when switching audio/video track.
31865
31866 ------------------------------------------------------------------------
31867 r6068 | yoann | 2003-12-11 02:36:12 +0100 (Thu, 11 Dec 2003) | 2 lines
31868 Changed paths:
31869    M /trunk/include/vlc_keys.h
31870    M /trunk/modules/control/hotkeys.c
31871    M /trunk/src/libvlc.h
31872
31873 added a 'mute' hotkey ('m')
31874
31875 ------------------------------------------------------------------------
31876 r6069 | asmax | 2003-12-11 03:26:03 +0100 (Thu, 11 Dec 2003) | 3 lines
31877 Changed paths:
31878    M /trunk/modules/gui/skins/src/dialogs.cpp
31879    M /trunk/modules/gui/wxwindows/dialogs.cpp
31880
31881 * solved race conditions issues when the OpenSkin dialog is
31882   opened in blocking mode
31883
31884 ------------------------------------------------------------------------
31885 r6070 | rocky | 2003-12-11 06:12:37 +0100 (Thu, 11 Dec 2003) | 2 lines
31886 Changed paths:
31887    M /trunk/modules/gui/wxwindows/interface.cpp
31888
31889 More general help tab name: "Media" covers DVD, (S)VCD, *or* CD-DA.
31890
31891 ------------------------------------------------------------------------
31892 r6071 | rocky | 2003-12-11 06:27:23 +0100 (Thu, 11 Dec 2003) | 9 lines
31893 Changed paths:
31894    M /trunk/modules/gui/wxwindows/open.cpp
31895
31896 Improve MRL creation.
31897
31898 1. MRL's are of the form xxx://
31899 2. Customize depending on vcdx/vcd or cddax/cdd
31900 3. cdda doesn't have any such notion of a "Chapter", so remove
31901    the misleading :x.
31902
31903 For cddax/vcdx, I'm not sure though I think there is more to do.
31904
31905 ------------------------------------------------------------------------
31906 r6072 | rocky | 2003-12-11 06:28:21 +0100 (Thu, 11 Dec 2003) | 3 lines
31907 Changed paths:
31908    M /trunk/configure.ac
31909
31910 Set compilation flags so that code (e.g. frontends) can test presence
31911 or absense of vcdx/cddax.
31912
31913 ------------------------------------------------------------------------
31914 r6073 | rocky | 2003-12-11 06:30:11 +0100 (Thu, 11 Dec 2003) | 2 lines
31915 Changed paths:
31916    M /trunk/modules/access/cdda.c
31917
31918 Use cd-audio variable not vcd variable.
31919
31920 ------------------------------------------------------------------------
31921 r6074 | rocky | 2003-12-11 06:31:37 +0100 (Thu, 11 Dec 2003) | 2 lines
31922 Changed paths:
31923    M /trunk/modules/access/vcdx/vcdplayer.c
31924
31925 Guard against dereferencing a NULL pointer.
31926
31927 ------------------------------------------------------------------------
31928 r6075 | rocky | 2003-12-11 06:49:20 +0100 (Thu, 11 Dec 2003) | 2 lines
31929 Changed paths:
31930    M /trunk/configure.ac
31931
31932 Remove building OGT.
31933
31934 ------------------------------------------------------------------------
31935 r6076 | sam | 2003-12-11 10:02:40 +0100 (Thu, 11 Dec 2003) | 2 lines
31936 Changed paths:
31937    M /trunk/doc/vlc.1
31938
31939   * doc/vlc.1: Fixed a minor typo (Debian bug #223605).
31940
31941 ------------------------------------------------------------------------
31942 r6077 | gbazin | 2003-12-11 11:44:32 +0100 (Thu, 11 Dec 2003) | 2 lines
31943 Changed paths:
31944    M /trunk/src/misc/mtime.c
31945
31946 * src/misc/mtime.c: actually tested and fixed my latest changes ;)
31947
31948 ------------------------------------------------------------------------
31949 r6078 | zorglub | 2003-12-11 12:30:37 +0100 (Thu, 11 Dec 2003) | 2 lines
31950 Changed paths:
31951    M /trunk/src/playlist/group.c
31952
31953 * Fix segfault when creating a group twice without checking return value
31954
31955 ------------------------------------------------------------------------
31956 r6079 | rocky | 2003-12-11 13:52:39 +0100 (Thu, 11 Dec 2003) | 2 lines
31957 Changed paths:
31958    M /trunk/modules/gui/wxwindows/open.cpp
31959
31960 VCD or CD "title" 0 means adds entire contents (or possibly PBC for VCD).
31961
31962 ------------------------------------------------------------------------
31963 r6080 | rocky | 2003-12-11 13:56:25 +0100 (Thu, 11 Dec 2003) | 2 lines
31964 Changed paths:
31965    M /trunk/modules/access/cdda/access.c
31966    M /trunk/modules/access/cdda/cdda.c
31967    M /trunk/modules/access/vcdx/access.c
31968    M /trunk/modules/access/vcdx/vcd.c
31969
31970 Switch over to using "cd-audio" and "vcd" configuration variables.
31971
31972 ------------------------------------------------------------------------
31973 r6081 | rocky | 2003-12-11 14:20:20 +0100 (Thu, 11 Dec 2003) | 2 lines
31974 Changed paths:
31975    M /trunk/modules/access/cdda/cdda.c
31976
31977 Long device text no longer used.
31978
31979 ------------------------------------------------------------------------
31980 r6082 | rocky | 2003-12-11 14:21:11 +0100 (Thu, 11 Dec 2003) | 3 lines
31981 Changed paths:
31982    M /trunk/src/libvlc.h
31983
31984 Let folks know that the no device string means to scan for one if
31985 cddax and vcdx.
31986
31987 ------------------------------------------------------------------------
31988 r6083 | hartman | 2003-12-11 15:58:06 +0100 (Thu, 11 Dec 2003) | 2 lines
31989 Changed paths:
31990    M /trunk/src/libvlc.h
31991
31992 * fix new hotkeys for osx.
31993
31994 ------------------------------------------------------------------------
31995 r6084 | hartman | 2003-12-11 17:00:09 +0100 (Thu, 11 Dec 2003) | 5 lines
31996 Changed paths:
31997    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
31998    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
31999    M /trunk/extras/MacOSX/Resources/playlistdrawer_active.png
32000    M /trunk/extras/MacOSX/Resources/playlistdrawer_blue.png
32001    M /trunk/modules/gui/macosx/intf.h
32002    M /trunk/modules/gui/macosx/intf.m
32003    M /trunk/modules/gui/macosx/output.m
32004
32005 * New icon for the playlist
32006 * Fixed the mute hotkey
32007 * Fixed the positioning of some elements and removed the stupid black box
32008 * Added speex and flac encoders to sout dialog
32009
32010 ------------------------------------------------------------------------
32011 r6085 | hartman | 2003-12-11 20:34:47 +0100 (Thu, 11 Dec 2003) | 2 lines
32012 Changed paths:
32013    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
32014    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
32015    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
32016    M /trunk/modules/gui/macosx/controls.h
32017    M /trunk/modules/gui/macosx/controls.m
32018    M /trunk/modules/gui/macosx/intf.h
32019    M /trunk/modules/gui/macosx/intf.m
32020    M /trunk/modules/gui/macosx/playlist.h
32021    M /trunk/modules/gui/macosx/playlist.m
32022
32023 * Fix the state of the playlist and fullscreen button.
32024
32025 ------------------------------------------------------------------------
32026 r6086 | zorglub | 2003-12-11 21:08:48 +0100 (Thu, 11 Dec 2003) | 2 lines
32027 Changed paths:
32028    M /trunk/modules/misc/sap.c
32029
32030 * Do not keep adding items when they have already been added. This allows removal of SAP items
32031
32032 ------------------------------------------------------------------------
32033 r6087 | bigben | 2003-12-11 21:21:12 +0100 (Thu, 11 Dec 2003) | 2 lines
32034 Changed paths:
32035    M /trunk/src/libvlc.h
32036
32037 fix a typo
32038
32039 ------------------------------------------------------------------------
32040 r6088 | zorglub | 2003-12-11 21:40:37 +0100 (Thu, 11 Dec 2003) | 2 lines
32041 Changed paths:
32042    M /trunk/modules/misc/sap.c
32043
32044 free
32045
32046 ------------------------------------------------------------------------
32047 r6089 | gbazin | 2003-12-12 00:12:46 +0100 (Fri, 12 Dec 2003) | 3 lines
32048 Changed paths:
32049    M /trunk/include/video_output.h
32050    M /trunk/modules/video_output/directx/directx.c
32051    M /trunk/modules/video_output/directx/events.c
32052    M /trunk/modules/video_output/directx/vout.h
32053    M /trunk/src/video_output/video_output.c
32054
32055 * modules/video_output/directx/*: first try at multimonitor support (untested).
32056 * src/video_output/video_output.c: small change to allow the directx plugin to destroy/recreate picture buffers on the fly.
32057
32058 ------------------------------------------------------------------------
32059 r6090 | rocky | 2003-12-12 04:01:13 +0100 (Fri, 12 Dec 2003) | 2 lines
32060 Changed paths:
32061    M /trunk/modules/gui/gtk/gnome.glade
32062    M /trunk/modules/gui/gtk/gnome_callbacks.c
32063    M /trunk/modules/gui/gtk/gnome_callbacks.h
32064    M /trunk/modules/gui/gtk/gnome_interface.c
32065    M /trunk/modules/gui/gtk/gtk_callbacks.c
32066    M /trunk/modules/gui/gtk/gtk_interface.c
32067    M /trunk/modules/gui/gtk/open.c
32068    M /trunk/modules/gui/gtk/open.h
32069
32070 Make MRL's more regular across GUIs fix plugin names, and add CD-DA to list.
32071
32072 ------------------------------------------------------------------------
32073 r6091 | rocky | 2003-12-12 04:06:51 +0100 (Fri, 12 Dec 2003) | 3 lines
32074 Changed paths:
32075    M /trunk/modules/gui/ncurses/ncurses.c
32076
32077 Add CDDA and make MRLs regular.  Routine Eject is same as that in gtk
32078 and should be put in a more core location.
32079
32080 ------------------------------------------------------------------------
32081 r6092 | zorglub | 2003-12-12 16:37:23 +0100 (Fri, 12 Dec 2003) | 2 lines
32082 Changed paths:
32083    M /trunk/modules/misc/sap.c
32084
32085 * Fix segfault when we have two announces with the same URI but different names on the network
32086
32087 ------------------------------------------------------------------------
32088 r6093 | gbazin | 2003-12-12 19:34:30 +0100 (Fri, 12 Dec 2003) | 3 lines
32089 Changed paths:
32090    M /trunk/modules/gui/gtk/open.c
32091
32092
32093 * modules/gui/gtk/open.c: compilation fix.
32094
32095 ------------------------------------------------------------------------
32096 r6094 | gbazin | 2003-12-12 19:54:52 +0100 (Fri, 12 Dec 2003) | 3 lines
32097 Changed paths:
32098    M /trunk/modules/gui/gtk/gnome.glade
32099    M /trunk/modules/gui/gtk/gnome_interface.c
32100    M /trunk/modules/gui/gtk/gtk.glade
32101    M /trunk/modules/gui/gtk/gtk_interface.c
32102
32103
32104 * modules/gui/gtk/*: fixed gtk/gnome.glade and re-run ./toolbox --update-glade.
32105
32106 ------------------------------------------------------------------------
32107 r6095 | rocky | 2003-12-12 23:41:31 +0100 (Fri, 12 Dec 2003) | 2 lines
32108 Changed paths:
32109    M /trunk/modules/gui/gtk/open.c
32110
32111 Disable Chapter button for CD-DA.
32112
32113 ------------------------------------------------------------------------
32114 r6096 | rocky | 2003-12-12 23:46:25 +0100 (Fri, 12 Dec 2003) | 2 lines
32115 Changed paths:
32116    M /trunk/modules/gui/gtk/open.c
32117
32118 Compilation fix in conditional code.
32119
32120 ------------------------------------------------------------------------
32121 r6097 | yoann | 2003-12-13 00:03:35 +0100 (Sat, 13 Dec 2003) | 8 lines
32122 Changed paths:
32123    M /trunk/include/vlc_keys.h
32124    M /trunk/modules/control/hotkeys.c
32125    M /trunk/src/libvlc.h
32126
32127 * added hotkeys F1, F2, ..., F10 to switch between predefined medias
32128   (using CTRL+Fn)
32129 * only F1 and COMMAND+F1 are defined for OSX (I let those developpers
32130   chose their keys)
32131 * Currently the medias assigned to Fn are not saved in vlcrc if they
32132   have been assigned with Ctrl+Fn. But they are, if assigned via the
32133   preferences panel.
32134
32135 ------------------------------------------------------------------------
32136 r6098 | gbazin | 2003-12-13 00:15:40 +0100 (Sat, 13 Dec 2003) | 3 lines
32137 Changed paths:
32138    M /trunk/modules/codec/faad.c
32139
32140
32141 * modules/codec/faad.c: proper channels re-ordering for multi-channels audio.
32142
32143 ------------------------------------------------------------------------
32144 r6099 | rocky | 2003-12-13 01:00:45 +0100 (Sat, 13 Dec 2003) | 2 lines
32145 Changed paths:
32146    M /trunk/modules/gui/gtk/open.c
32147
32148 Some minor code cleanups. Non-existent satellite options #ifdef'd out.
32149
32150 ------------------------------------------------------------------------
32151 r6100 | rocky | 2003-12-13 01:45:00 +0100 (Sat, 13 Dec 2003) | 3 lines
32152 Changed paths:
32153    M /trunk/modules/gui/wxwindows/open.cpp
32154
32155 Disable Disc "Chapter" button when not appropriate - i.e. CD-DA or
32156 VCD. Customize "Title" field (e.g. CD-DA "Track" or VCD "Entry").
32157
32158 ------------------------------------------------------------------------
32159 r6101 | rocky | 2003-12-13 01:45:49 +0100 (Sat, 13 Dec 2003) | 2 lines
32160 Changed paths:
32161    M /trunk/modules/gui/wxwindows/wxwindows.h
32162
32163 Add text field variables for changeable text fields.
32164
32165 ------------------------------------------------------------------------
32166 r6102 | rocky | 2003-12-13 01:53:50 +0100 (Sat, 13 Dec 2003) | 3 lines
32167 Changed paths:
32168    M /trunk/configure.ac
32169    M /trunk/modules/gui/gtk/open.c
32170
32171 A better fix for missing options when the satellite plugin is not
32172 configured.
32173
32174 ------------------------------------------------------------------------
32175 r6103 | rocky | 2003-12-13 01:55:48 +0100 (Sat, 13 Dec 2003) | 3 lines
32176 Changed paths:
32177    M /trunk/modules/gui/gtk/gnome.glade
32178    M /trunk/modules/gui/gtk/gnome_interface.c
32179    M /trunk/modules/gui/gtk/gtk_interface.c
32180
32181 Range changes for Title/Track. Hopefully gtk_interface.c changes have
32182 been properly reflected back in gnome.glade now.
32183
32184 ------------------------------------------------------------------------
32185 r6104 | gbazin | 2003-12-13 12:22:15 +0100 (Sat, 13 Dec 2003) | 3 lines
32186 Changed paths:
32187    M /trunk/NEWS
32188
32189
32190 * NEWS: updated.
32191
32192 ------------------------------------------------------------------------
32193 r6105 | gbazin | 2003-12-13 12:56:36 +0100 (Sat, 13 Dec 2003) | 3 lines
32194 Changed paths:
32195    M /trunk/configure.ac
32196    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
32197    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
32198
32199
32200 * ALL: bumped version number to 0.7.0-test2
32201
32202 ------------------------------------------------------------------------
32203 r6106 | rocky | 2003-12-13 13:56:14 +0100 (Sat, 13 Dec 2003) | 5 lines
32204 Changed paths:
32205    M /trunk/modules/access/vcdx/access.c
32206    M /trunk/modules/access/vcdx/vcd.c
32207    M /trunk/modules/access/vcdx/vcdplayer.c
32208
32209 If not in PBC, playlist fills in all entries.
32210 Fill in playlist info. Customizable "title" and "author" field.
32211 Still need to pick out and duration field.
32212 A couple of segfaults fixed.
32213
32214 ------------------------------------------------------------------------
32215 r6107 | rocky | 2003-12-13 13:56:59 +0100 (Sat, 13 Dec 2003) | 2 lines
32216 Changed paths:
32217    M /trunk/modules/access/cdda/access.c
32218    M /trunk/modules/access/cdda/cdda.c
32219
32220 Add customizable playlist "author" field and set in the playlist.
32221
32222 ------------------------------------------------------------------------
32223 r6108 | gbazin | 2003-12-13 15:01:51 +0100 (Sat, 13 Dec 2003) | 3 lines
32224 Changed paths:
32225    M /trunk/modules/video_output/directx/directx.c
32226
32227
32228 * modules/video_output/directx/directx.c: compilation fix.
32229
32230 ------------------------------------------------------------------------
32231 r6109 | rocky | 2003-12-13 16:28:41 +0100 (Sat, 13 Dec 2003) | 2 lines
32232 Changed paths:
32233    M /trunk/NEWS
32234
32235 Updated.
32236
32237 ------------------------------------------------------------------------
32238 r6110 | gbazin | 2003-12-13 18:16:11 +0100 (Sat, 13 Dec 2003) | 4 lines
32239 Changed paths:
32240    M /trunk/include/configuration.h
32241    M /trunk/include/modules_inner.h
32242    M /trunk/src/playlist/item.c
32243    M /trunk/src/playlist/playlist.c
32244
32245
32246 * src/playlist/*: when deleting the currently playing item, skip it instead of stopping the playlist.
32247 * include/modules_inner.h, include/configuration.h: don't use a static array anymore during the initialization of the plugins, malloc it instead. This fixes regular overflow problems we have when we increase the number of options in the main module.
32248
32249 ------------------------------------------------------------------------
32250 r6111 | asmax | 2003-12-13 18:46:07 +0100 (Sat, 13 Dec 2003) | 2 lines
32251 Changed paths:
32252    M /trunk/src/playlist/sort.c
32253
32254 * src/playlist/sort.c: set "intf-change" after sorting the playlist
32255
32256 ------------------------------------------------------------------------
32257 r6112 | rocky | 2003-12-13 21:13:07 +0100 (Sat, 13 Dec 2003) | 2 lines
32258 Changed paths:
32259    M /trunk/modules/gui/wxwindows/open.cpp
32260
32261 More Open Disc range customizing/narrowing and some code cleanup.
32262
32263 ------------------------------------------------------------------------
32264 r6113 | gbazin | 2003-12-14 16:42:19 +0100 (Sun, 14 Dec 2003) | 3 lines
32265 Changed paths:
32266    M /trunk/modules/gui/wxwindows/interface.cpp
32267
32268 * modules/gui/wxwindows/interface.cpp: volume control has a fixed width of 20 pixels.
32269   Fixed sizer problem on win32 with wxWin cvs.
32270
32271 ------------------------------------------------------------------------
32272 r6114 | titer | 2003-12-14 17:08:32 +0100 (Sun, 14 Dec 2003) | 2 lines
32273 Changed paths:
32274    M /trunk/configure.ac
32275    M /trunk/modules/codec/theora.c
32276
32277  BeOS & gcc 2.9x fixes
32278
32279 ------------------------------------------------------------------------
32280 r6115 | titer | 2003-12-14 17:26:21 +0100 (Sun, 14 Dec 2003) | 4 lines
32281 Changed paths:
32282    M /trunk/src/misc/beos_specific.cpp
32283
32284  beos_specific.cpp: never let anyone but system_End terminate the
32285                     BApplication (fixes crash for people who like scripting
32286                     with BMessages)
32287
32288 ------------------------------------------------------------------------
32289 r6116 | gbazin | 2003-12-14 18:56:25 +0100 (Sun, 14 Dec 2003) | 2 lines
32290 Changed paths:
32291    M /trunk/modules/stream_out/duplicate.c
32292
32293 * modules/stream_out/duplicate.c: don't forget to loop through the linked list of sout buffers when sending the data.
32294
32295 ------------------------------------------------------------------------
32296 r6117 | gbazin | 2003-12-14 18:58:37 +0100 (Sun, 14 Dec 2003) | 2 lines
32297 Changed paths:
32298    M /trunk/modules/stream_out/duplicate.c
32299
32300 * modules/stream_out/duplicate.c: removed unused variable.
32301
32302 ------------------------------------------------------------------------
32303 r6118 | gbazin | 2003-12-14 19:44:50 +0100 (Sun, 14 Dec 2003) | 2 lines
32304 Changed paths:
32305    M /trunk/modules/mux/ogg.c
32306
32307 * modules/mux/ogg.c: added support for WMV1/2 and MJPG.
32308
32309 ------------------------------------------------------------------------
32310 r6119 | gbazin | 2003-12-14 20:18:11 +0100 (Sun, 14 Dec 2003) | 2 lines
32311 Changed paths:
32312    M /trunk/modules/codec/subsdec.c
32313
32314 * modules/codec/subsdec.c: default encoding is DEFAULT_NAME not UTF8.
32315
32316 ------------------------------------------------------------------------
32317 r6120 | gbazin | 2003-12-14 22:03:27 +0100 (Sun, 14 Dec 2003) | 5 lines
32318 Changed paths:
32319    M /trunk/modules/codec/ffmpeg/encoder.c
32320    M /trunk/modules/gui/wxwindows/streamout.cpp
32321    M /trunk/modules/gui/wxwindows/wxwindows.cpp
32322    M /trunk/modules/gui/wxwindows/wxwindows.h
32323    M /trunk/modules/stream_out/transcode.c
32324
32325 * modules/gui/wxwindows/*: Added the video scale option to the streamout dialog box.
32326   Added a nasty hack to reset LC_NUMERIC to "C" because the stream output MRL parsing can't deal with "," in floating point numbers.
32327 * modules/codec/ffmpeg/encoder.c: sanity checks.
32328 * modules/stream_out/transcode.c: sanity checks.
32329
32330 ------------------------------------------------------------------------
32331 r6121 | gbazin | 2003-12-14 23:49:28 +0100 (Sun, 14 Dec 2003) | 3 lines
32332 Changed paths:
32333    M /trunk/modules/gui/wxwindows/streamout.cpp
32334    M /trunk/modules/gui/wxwindows/wxwindows.h
32335    M /trunk/modules/mux/dummy.c
32336
32337 * modules/gui/wxwindows/*: added raw encapsulation to the streamout dialog.
32338 * modules/mux/dummy.c: added "raw" shortcut.
32339
32340 ------------------------------------------------------------------------
32341 r6122 | hartman | 2003-12-15 00:14:20 +0100 (Mon, 15 Dec 2003) | 2 lines
32342 Changed paths:
32343    M /trunk/modules/codec/subsdec.c
32344
32345 * Clarify the error when utf8 is set and the sub is actually not utf8.
32346
32347 ------------------------------------------------------------------------
32348 r6123 | rocky | 2003-12-15 00:40:36 +0100 (Mon, 15 Dec 2003) | 2 lines
32349 Changed paths:
32350    M /trunk/modules/access/cdda/access.c
32351
32352 signed/unsigned mismatch fix.
32353
32354 ------------------------------------------------------------------------
32355 r6124 | gbazin | 2003-12-15 01:47:18 +0100 (Mon, 15 Dec 2003) | 2 lines
32356 Changed paths:
32357    M /trunk/modules/access/dshow/dshow.cpp
32358    M /trunk/modules/access/dshow/filter.cpp
32359
32360 * modules/access/dshow/*: fixed a problem when we would sometimes get stuck trying to stop the dshow graph.
32361
32362 ------------------------------------------------------------------------
32363 r6125 | yoann | 2003-12-15 02:11:44 +0100 (Mon, 15 Dec 2003) | 4 lines
32364 Changed paths:
32365    M /trunk/modules/control/hotkeys.c
32366    M /trunk/src/libvlc.h
32367
32368 For OSX:
32369 * added hotkeys Fn and COMMAND+Fn, whith 2 <= n <= 8
32370 * bookmark9 and 10 are not added since F9 and F10 are reserved keys
32371
32372 ------------------------------------------------------------------------
32373 r6126 | zorglub | 2003-12-15 14:10:05 +0100 (Mon, 15 Dec 2003) | 2 lines
32374 Changed paths:
32375    M /trunk/modules/gui/wxwindows/open.cpp
32376
32377 Do not add http:// to MRL if the URI given in the HTTP field already contains it (Fixes bug #1510)
32378
32379 ------------------------------------------------------------------------
32380 r6127 | hartman | 2003-12-15 14:38:27 +0100 (Mon, 15 Dec 2003) | 2 lines
32381 Changed paths:
32382    M /trunk/modules/control/hotkeys.c
32383    M /trunk/src/libvlc.h
32384
32385 * added bookmark 9 and 10 but set their combo to KEY_UNSET
32386
32387 ------------------------------------------------------------------------
32388 r6128 | hartman | 2003-12-15 15:05:19 +0100 (Mon, 15 Dec 2003) | 2 lines
32389 Changed paths:
32390    M /trunk/src/libvlc.h
32391
32392 * compile before you commit
32393
32394 ------------------------------------------------------------------------
32395 r6129 | hartman | 2003-12-15 15:25:43 +0100 (Mon, 15 Dec 2003) | 2 lines
32396 Changed paths:
32397    M /trunk/modules/gui/macosx/playlist.m
32398
32399 * don't search the playlist when there is nothing in it. We will crash.
32400
32401 ------------------------------------------------------------------------
32402 r6130 | hartman | 2003-12-15 16:06:23 +0100 (Mon, 15 Dec 2003) | 2 lines
32403 Changed paths:
32404    M /trunk/include/modules_inner.h
32405
32406 * Fix the problem with OpenDVD crash.
32407
32408 ------------------------------------------------------------------------
32409 r6131 | hartman | 2003-12-15 16:38:26 +0100 (Mon, 15 Dec 2003) | 2 lines
32410 Changed paths:
32411    M /trunk/modules/gui/macosx/intf.m
32412
32413 * fix the skip 10 seconds buttons availability.
32414
32415 ------------------------------------------------------------------------
32416 r6132 | bigben | 2003-12-15 20:25:56 +0100 (Mon, 15 Dec 2003) | 2 lines
32417 Changed paths:
32418    M /trunk/modules/gui/macosx/controls.m
32419    M /trunk/modules/gui/macosx/intf.h
32420    M /trunk/modules/gui/macosx/intf.m
32421    M /trunk/modules/gui/macosx/vout.m
32422
32423 Fix for the fullscreen button state (it is only enabled if a vout is present)
32424
32425 ------------------------------------------------------------------------
32426 r6133 | bigben | 2003-12-15 20:26:25 +0100 (Mon, 15 Dec 2003) | 2 lines
32427 Changed paths:
32428    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
32429    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
32430
32431 Forgot this
32432
32433 ------------------------------------------------------------------------
32434 r6134 | gbazin | 2003-12-15 20:55:37 +0100 (Mon, 15 Dec 2003) | 3 lines
32435 Changed paths:
32436    M /trunk/share/Makefile.am
32437    A /trunk/share/http/admin/dboxfiles.html
32438
32439
32440 * share/http/admin/dboxfiles.html: html page used by the dbox.
32441
32442 ------------------------------------------------------------------------
32443 r6135 | gbazin | 2003-12-15 21:20:55 +0100 (Mon, 15 Dec 2003) | 3 lines
32444 Changed paths:
32445    M /trunk/modules/gui/wxwindows/open.cpp
32446
32447
32448 * modules/gui/wxwindows/open.cpp: compilation fix.
32449
32450 ------------------------------------------------------------------------
32451 r6136 | gbazin | 2003-12-15 21:21:45 +0100 (Mon, 15 Dec 2003) | 3 lines
32452 Changed paths:
32453    M /trunk/modules/video_output/directx/directx.c
32454
32455
32456 * modules/video_output/directx/directx.c: debug message.
32457
32458 ------------------------------------------------------------------------
32459 r6137 | jpsaman | 2003-12-15 22:07:55 +0100 (Mon, 15 Dec 2003) | 2 lines
32460 Changed paths:
32461    M /trunk/configure.ac
32462
32463 Fixing QT/Embedded header detection.
32464
32465 ------------------------------------------------------------------------
32466 r6138 | gbazin | 2003-12-15 22:35:37 +0100 (Mon, 15 Dec 2003) | 4 lines
32467 Changed paths:
32468    M /trunk/modules/audio_output/directx.c
32469
32470
32471 * modules/audio_output/directx.c: don't set the default audio output to mono even if the windows settings are set to mono.
32472   Too many people just don't know how to set the windows speakers configuration setting properly.
32473
32474 ------------------------------------------------------------------------
32475 r6139 | gbazin | 2003-12-15 22:54:55 +0100 (Mon, 15 Dec 2003) | 3 lines
32476 Changed paths:
32477    M /trunk/modules/codec/vorbis.c
32478
32479
32480 * modules/codec/vorbis.c: added 5.1 channel configuration to the decoder.
32481
32482 ------------------------------------------------------------------------
32483 r6140 | gbazin | 2003-12-15 23:04:25 +0100 (Mon, 15 Dec 2003) | 3 lines
32484 Changed paths:
32485    M /trunk/modules/gui/skins/src/skin_main.cpp
32486
32487
32488 * modules/gui/skins/src/skin_main.cpp: bail out if we can't open an X11 display.
32489
32490 ------------------------------------------------------------------------
32491 r6141 | gbazin | 2003-12-15 23:55:01 +0100 (Mon, 15 Dec 2003) | 4 lines
32492 Changed paths:
32493    M /trunk/modules/demux/mp4/libmp4.c
32494    M /trunk/modules/packetizer/mpeg4audio.c
32495
32496
32497 * modules/packetizer/mpeg4audio.c: fixed raw mpeg4 audio packetizer.
32498 * modules/demux/mp4/libmp4.c: fixed (again) parsing of wave tag.
32499
32500 ------------------------------------------------------------------------
32501 r6142 | gbazin | 2003-12-16 00:31:11 +0100 (Tue, 16 Dec 2003) | 3 lines
32502 Changed paths:
32503    M /trunk/modules/demux/ogg.c
32504
32505
32506 * modules/demux/ogg.c: a couple of fixes for flac streaming.
32507
32508 ------------------------------------------------------------------------
32509 r6143 | gbazin | 2003-12-16 01:01:04 +0100 (Tue, 16 Dec 2003) | 3 lines
32510 Changed paths:
32511    M /trunk/ChangeLog
32512    M /trunk/po/POTFILES.in
32513    M /trunk/po/de.po
32514    M /trunk/po/en_GB.po
32515    M /trunk/po/es.po
32516    M /trunk/po/fr.po
32517    M /trunk/po/hu.po
32518    M /trunk/po/it.po
32519    M /trunk/po/ja.po
32520    M /trunk/po/nl.po
32521    M /trunk/po/no.po
32522    M /trunk/po/pl.po
32523    M /trunk/po/pt_BR.po
32524    M /trunk/po/ru.po
32525    M /trunk/po/sv.po
32526    M /trunk/po/vlc.pot
32527
32528
32529 * ALL: preparing for 0.7.0-test2.
32530
32531 ------------------------------------------------------------------------
32532 r6144 | gbazin | 2003-12-16 01:36:50 +0100 (Tue, 16 Dec 2003) | 3 lines
32533 Changed paths:
32534    M /trunk/doc/Makefile.am
32535
32536
32537 * doc/Makefile.am: added intf-cdda.txt to EXTRA_DIST.
32538
32539 ------------------------------------------------------------------------
32540 r6145 | rocky | 2003-12-16 04:21:47 +0100 (Tue, 16 Dec 2003) | 3 lines
32541 Changed paths:
32542    M /trunk/modules/gui/wxwindows/open.cpp
32543    M /trunk/modules/gui/wxwindows/wxwindows.h
32544
32545 Remember the disc selection type (DVD, VCD, CD-DA) selected in "Open
32546 Disc" and use that as the default for next time.
32547
32548 ------------------------------------------------------------------------
32549 r6146 | courmisch | 2003-12-16 10:14:22 +0100 (Tue, 16 Dec 2003) | 2 lines
32550 Changed paths:
32551    M /trunk/modules/gui/wxwindows/open.cpp
32552
32553 Added field for RTSP in Network Stream open tab
32554
32555 ------------------------------------------------------------------------
32556 r6147 | gbazin | 2003-12-16 13:38:18 +0100 (Tue, 16 Dec 2003) | 2 lines
32557 Changed paths:
32558    M /trunk/modules/codec/ffmpeg/ffmpeg.c
32559    M /trunk/modules/demux/ogg.c
32560
32561 * modules/codec/ffmpeg/ffmpeg.c, modules/demux/ogg.c: theora decoding support via ffmpeg (currently slower than libtheora).
32562
32563 ------------------------------------------------------------------------
32564 r6148 | gbazin | 2003-12-16 13:54:29 +0100 (Tue, 16 Dec 2003) | 2 lines
32565 Changed paths:
32566    M /trunk/modules/misc/dummy/input.c
32567
32568 * modules/misc/dummy/input.c: fixed the vlc:quit command.
32569
32570 ------------------------------------------------------------------------
32571 r6149 | gbazin | 2003-12-16 14:22:51 +0100 (Tue, 16 Dec 2003) | 2 lines
32572 Changed paths:
32573    M /trunk/modules/gui/wxwindows/interface.cpp
32574
32575 * modules/gui/wxwindows/interface.cpp: better heuristic for the interface size on win32.
32576
32577 ------------------------------------------------------------------------
32578 r6150 | gbazin | 2003-12-16 14:35:12 +0100 (Tue, 16 Dec 2003) | 2 lines
32579 Changed paths:
32580    M /trunk/modules/gui/wxwindows/open.cpp
32581
32582 * modules/gui/wxwindows/open.cpp: compilation fix.
32583
32584 ------------------------------------------------------------------------
32585 r6151 | gbazin | 2003-12-16 17:51:10 +0100 (Tue, 16 Dec 2003) | 2 lines
32586 Changed paths:
32587    M /trunk/modules/codec/araw.c
32588
32589 * modules/codec/araw.c: small fix.
32590
32591 ------------------------------------------------------------------------
32592 r6152 | gbazin | 2003-12-16 19:18:14 +0100 (Tue, 16 Dec 2003) | 3 lines
32593 Changed paths:
32594    M /trunk/modules/gui/skins/src/themeloader.cpp
32595
32596
32597 * modules/gui/skins/src/themeloader.cpp: the tar loader now checks the magic value in the tar header.
32598
32599 ------------------------------------------------------------------------
32600 r6153 | gbazin | 2003-12-16 20:02:44 +0100 (Tue, 16 Dec 2003) | 3 lines
32601 Changed paths:
32602    M /trunk/modules/gui/wxwindows/open.cpp
32603
32604
32605 * modules/gui/wxwindows/open.cpp: compilation fix.
32606
32607 ------------------------------------------------------------------------
32608 r6154 | geshp | 2003-12-16 22:56:55 +0100 (Tue, 16 Dec 2003) | 2 lines
32609 Changed paths:
32610    M /trunk/vlc.spec
32611
32612 Just a release number update in the spec file.  (It won't break anything I promise)
32613
32614 ------------------------------------------------------------------------
32615 r6155 | gbazin | 2003-12-16 23:10:56 +0100 (Tue, 16 Dec 2003) | 3 lines
32616 Changed paths:
32617    M /trunk/modules/video_output/directx/events.c
32618
32619
32620 * modules/video_output/directx/events.c: the coordinates used to blit the video must be relative to the current primary surface (current display).
32621
32622 ------------------------------------------------------------------------
32623 r6156 | gbazin | 2003-12-16 23:14:22 +0100 (Tue, 16 Dec 2003) | 3 lines
32624 Changed paths:
32625    M /trunk/modules/access/cdda/access.c
32626
32627
32628 * modules/access/cdda/access.c: need to include errno.h
32629
32630 ------------------------------------------------------------------------
32631 r6157 | massiot | 2003-12-17 00:01:41 +0100 (Wed, 17 Dec 2003) | 4 lines
32632 Changed paths:
32633    M /trunk/extras/contrib/src/Makefile
32634    M /trunk/extras/contrib/src/packages.mak
32635
32636 Contrib build system :
32637 * Jumped to ogg-1.1
32638 * Reverted to ffmpeg-0.4.8
32639
32640 ------------------------------------------------------------------------
32641 r6158 | titer | 2003-12-17 09:53:54 +0100 (Wed, 17 Dec 2003) | 3 lines
32642 Changed paths:
32643    M /trunk/Makefile.am
32644    M /trunk/share/vlc_beos.rsrc
32645
32646  * Makefile.am: cleaned up package-beos
32647  * share/vlc_beos.rsrc: new icon based on Stephane's cone
32648
32649 ------------------------------------------------------------------------
32650 r6159 | hartman | 2003-12-17 12:42:03 +0100 (Wed, 17 Dec 2003) | 2 lines
32651 Changed paths:
32652    M /trunk/po/nl.po
32653
32654 * First run of dutch translations.
32655
32656 ------------------------------------------------------------------------
32657 r6160 | hartman | 2003-12-17 22:29:04 +0100 (Wed, 17 Dec 2003) | 2 lines
32658 Changed paths:
32659    M /trunk/po/pt_BR.po
32660
32661 * Updated portuguese brazilian update
32662
32663 ------------------------------------------------------------------------
32664 r6161 | hartman | 2003-12-18 00:09:36 +0100 (Thu, 18 Dec 2003) | 2 lines
32665 Changed paths:
32666    M /trunk/po/nl.po
32667
32668 * second round of dutch translation update for 0.7.0-test2
32669
32670 ------------------------------------------------------------------------
32671 r6162 | hartman | 2003-12-18 00:21:15 +0100 (Thu, 18 Dec 2003) | 5 lines
32672 Changed paths:
32673    M /trunk/src/audio_output/input.c
32674
32675 * Commented out the option 'goom' for the visualizer. It isn't working in
32676   this system yet and will not work before release. The visualizer system
32677   needs to be cleaned in 0.7.1 with one 'visual' audio filter which loads
32678   one or more 'visualization' true modules.
32679
32680 ------------------------------------------------------------------------
32681 r6163 | rocky | 2003-12-18 13:35:26 +0100 (Thu, 18 Dec 2003) | 2 lines
32682 Changed paths:
32683    M /trunk/doc/intf-cdda.txt
32684
32685 Go over for spelling and acurracy.
32686
32687 ------------------------------------------------------------------------
32688 r6164 | hartman | 2003-12-18 17:29:47 +0100 (Thu, 18 Dec 2003) | 2 lines
32689 Changed paths:
32690    M /trunk/Makefile.am
32691
32692 * Fix broken http intf in macosx package.
32693
32694 ------------------------------------------------------------------------
32695 r6165 | rocky | 2003-12-20 12:55:12 +0100 (Sat, 20 Dec 2003) | 2 lines
32696 Changed paths:
32697    M /trunk/modules/access/dshow/dshow.cpp
32698
32699 Spelling correction.
32700
32701 ------------------------------------------------------------------------
32702 r6166 | rocky | 2003-12-20 12:56:56 +0100 (Sat, 20 Dec 2003) | 2 lines
32703 Changed paths:
32704    M /trunk/modules/access/cdda/cdda.c
32705
32706 Grammar correction.
32707
32708 ------------------------------------------------------------------------
32709 r6167 | rocky | 2003-12-20 16:25:32 +0100 (Sat, 20 Dec 2003) | 2 lines
32710 Changed paths:
32711    M /trunk/modules/access/vcdx/vcdplayer.c
32712
32713 Remove unused variable. Artifact of old track/entry handling.
32714
32715 ------------------------------------------------------------------------
32716 r6168 | gbazin | 2003-12-20 17:11:11 +0100 (Sat, 20 Dec 2003) | 3 lines
32717 Changed paths:
32718    M /trunk/modules/codec/araw.c
32719
32720
32721 * modules/codec/araw.c: added "mlaw" as a fourcc for ulaw audio.
32722
32723 ------------------------------------------------------------------------
32724 r6169 | gbazin | 2003-12-20 17:22:59 +0100 (Sat, 20 Dec 2003) | 3 lines
32725 Changed paths:
32726    M /trunk/modules/demux/mp4/mp4.c
32727
32728
32729 * modules/demux/mp4/mp4.c: fixed problem with buggy files that don't set the audio sample rate properly.
32730
32731 ------------------------------------------------------------------------
32732 r6170 | babal | 2003-12-20 23:57:36 +0100 (Sat, 20 Dec 2003) | 14 lines
32733 Changed paths:
32734    M /trunk/Makefile.am
32735    M /trunk/install-win32
32736    M /trunk/modules/audio_filter/channel_mixer/headphone.c
32737    M /trunk/src/audio_output/input.c
32738    M /trunk/src/libvlc.h
32739    A /trunk/vlc.exe.manifest
32740
32741 * libvlc.h input.c headphone.c:
32742     fix support of audio channel mixers, like the headphone channel mixer
32743     for instance, which was broken since the introduction of user audio
32744     filters; if specified by the user and compatible with the audio
32745     pipeline, we add the channel mixer after the user filters.
32746     -> unfortunately, this fix removed two strings and introduced 4 new
32747        ones
32748     -> TODO: allow the user to choose only amongst channel mixers, not
32749        all available audio filters
32750
32751 * vlc.exe.manifest Makefile.am install-win32 :
32752     add a manifest file to allow the win32 gui to use Windows XP visual
32753     styles when available.
32754
32755 ------------------------------------------------------------------------
32756 r6171 | titer | 2003-12-21 22:30:43 +0100 (Sun, 21 Dec 2003) | 4 lines
32757 Changed paths:
32758    M /trunk/modules/gui/beos/PreferencesWindow.cpp
32759    M /trunk/modules/gui/beos/PreferencesWindow.h
32760
32761  beos/PreferencesWindow*:
32762   + Cleaned a bit the way the prefs are created
32763   + Added missing CONFIG_ITEM_KEY implementation
32764
32765 ------------------------------------------------------------------------
32766 r6172 | sam | 2003-12-22 00:32:58 +0100 (Mon, 22 Dec 2003) | 2 lines
32767 Changed paths:
32768    M /trunk/doc/arm-crosscompile-howto.sgml
32769    M /trunk/doc/developer/manual.xml
32770    M /trunk/doc/vlc-howto.sgml
32771    M /trunk/modules/access/http.c
32772    M /trunk/modules/control/http.c
32773    M /trunk/modules/gui/macosx/intf.m
32774    M /trunk/modules/misc/httpd.c
32775    M /trunk/po/de.po
32776    M /trunk/po/en_GB.po
32777    M /trunk/po/es.po
32778    M /trunk/po/fr.po
32779    M /trunk/po/hu.po
32780    M /trunk/po/it.po
32781    M /trunk/po/ja.po
32782    M /trunk/po/nl.po
32783    M /trunk/po/no.po
32784    M /trunk/po/pl.po
32785    M /trunk/po/pt_BR.po
32786    M /trunk/po/ru.po
32787    M /trunk/po/sv.po
32788    M /trunk/po/vlc.pot
32789    M /trunk/python/vlrs/sap.py
32790    M /trunk/share/http/index.html
32791    M /trunk/share/http/info.html
32792    M /trunk/vlc.exe.manifest
32793
32794   * Fixed URLs here and there.
32795
32796 ------------------------------------------------------------------------
32797 r6173 | titer | 2003-12-22 01:06:05 +0100 (Mon, 22 Dec 2003) | 3 lines
32798 Changed paths:
32799    M /trunk/modules/gui/beos/PreferencesWindow.cpp
32800
32801  + beos/PreferencesWindow.cpp: esthetic change (use triangle thumb style
32802    for sliders)
32803
32804 ------------------------------------------------------------------------
32805 r6174 | sam | 2003-12-22 01:13:52 +0100 (Mon, 22 Dec 2003) | 4 lines
32806 Changed paths:
32807    M /trunk/modules/access/vcdx/access.c
32808
32809   * modules/access/vcdx/access.c: Fixed an obvious buffer overflow. This
32810     code is still unsafe, bounds need to be checked after each sprintf/strcat
32811     call.
32812
32813 ------------------------------------------------------------------------
32814 r6175 | sam | 2003-12-22 01:26:01 +0100 (Mon, 22 Dec 2003) | 2 lines
32815 Changed paths:
32816    M /trunk/modules/demux/asf/asf.c
32817
32818   * modules/demux/asf/asf.c: Fixed a buffer overflow.
32819
32820 ------------------------------------------------------------------------
32821 r6176 | sam | 2003-12-22 03:24:53 +0100 (Mon, 22 Dec 2003) | 7 lines
32822 Changed paths:
32823    M /trunk/include/vlc_help.h
32824    M /trunk/modules/access/cdda/cdda.c
32825    M /trunk/modules/access/cdda.c
32826    M /trunk/modules/access/vcdx/vcd.c
32827    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c
32828    M /trunk/modules/codec/ogt/ogt.c
32829    M /trunk/modules/codec/rawvideo.c
32830    M /trunk/modules/codec/speex.c
32831    M /trunk/modules/codec/theora.c
32832    M /trunk/modules/codec/vorbis.c
32833    M /trunk/modules/control/joystick.c
32834    M /trunk/modules/control/ntservice.c
32835    M /trunk/modules/demux/a52sys.c
32836    M /trunk/modules/demux/avi/avi.c
32837    M /trunk/modules/demux/mkv.cpp
32838    M /trunk/modules/demux/mpeg/m4v.c
32839    M /trunk/modules/demux/mpeg/mpga.c
32840    M /trunk/modules/demux/mpeg/mpgv.c
32841    M /trunk/modules/demux/util/id3genres.h
32842    M /trunk/modules/gui/beos/InterfaceWindow.cpp
32843    M /trunk/modules/gui/gtk2/gnome2_interface.c
32844    M /trunk/modules/gui/gtk2/gnome2_interface.h
32845    M /trunk/modules/gui/gtk2/gnome2_support.c
32846    M /trunk/modules/gui/gtk2/gnome2_support.h
32847    M /trunk/modules/gui/gtk2/gtk2_support.c
32848    M /trunk/modules/gui/pda/pda.glade
32849    M /trunk/modules/gui/pda/pda_interface.c
32850    M /trunk/modules/gui/skins/src/skin_main.cpp
32851    M /trunk/modules/gui/wxwindows/fileinfo.cpp
32852    M /trunk/modules/gui/wxwindows/interface.cpp
32853    M /trunk/modules/gui/wxwindows/iteminfo.cpp
32854    M /trunk/modules/gui/wxwindows/messages.cpp
32855    M /trunk/modules/gui/wxwindows/open.cpp
32856    M /trunk/modules/gui/wxwindows/playlist.cpp
32857    M /trunk/modules/gui/wxwindows/preferences.cpp
32858    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
32859    M /trunk/modules/gui/wxwindows/streamout.cpp
32860    M /trunk/modules/gui/wxwindows/streamwizard.cpp
32861    M /trunk/modules/gui/wxwindows/subtitles.cpp
32862    M /trunk/modules/gui/wxwindows/v4l.cpp
32863    M /trunk/modules/misc/dummy/dummy.c
32864    M /trunk/modules/misc/freetype.c
32865    M /trunk/modules/misc/qte_main.cpp
32866    M /trunk/modules/mux/asf.c
32867    M /trunk/modules/mux/avi.c
32868    M /trunk/modules/packetizer/mpeg4audio.c
32869    M /trunk/modules/packetizer/mpeg4video.c
32870    M /trunk/modules/video_filter/logo.c
32871    M /trunk/po/POTFILES.in
32872    M /trunk/po/de.po
32873    M /trunk/po/en_GB.po
32874    M /trunk/po/es.po
32875    M /trunk/po/fr.po
32876    M /trunk/po/hu.po
32877    M /trunk/po/it.po
32878    M /trunk/po/ja.po
32879    M /trunk/po/nl.po
32880    M /trunk/po/no.po
32881    M /trunk/po/pl.po
32882    M /trunk/po/pt_BR.po
32883    M /trunk/po/ru.po
32884    M /trunk/po/sv.po
32885    M /trunk/po/vlc.pot
32886    M /trunk/src/input/es_out.c
32887    M /trunk/src/input/input_programs.c
32888    M /trunk/src/libvlc.h
32889    M /trunk/toolbox
32890
32891   * toolbox:
32892     + Added pda.glade to the list of Glade2 generated files.
32893     + Remove strings such as "http://" or "/dev/video0" from the list of
32894       translated strings in the PDA interface.
32895   * Fixed grammar, spelling, a few pathetic inconsistencies, removed trailing
32896     whitespaces and tabulations here and there.
32897
32898 ------------------------------------------------------------------------
32899 r6177 | titer | 2003-12-22 12:08:00 +0100 (Mon, 22 Dec 2003) | 3 lines
32900 Changed paths:
32901    M /trunk/modules/gui/beos/MsgVals.h
32902    M /trunk/modules/gui/beos/VideoOutput.cpp
32903
32904  beos/*: fixed Alt+X shortcuts (BeOS doesn't let those hit BWindow::KeyDown
32905          because it's reserved for system shorcuts - added a workaround)
32906
32907 ------------------------------------------------------------------------
32908 r6178 | titer | 2003-12-22 12:14:25 +0100 (Mon, 22 Dec 2003) | 2 lines
32909 Changed paths:
32910    M /trunk/modules/gui/beos/VideoOutput.cpp
32911    M /trunk/modules/gui/beos/VideoWindow.h
32912
32913  beos/Video*: fixed cursor hiding (int32_t != int32 bla bla bla)
32914
32915 ------------------------------------------------------------------------
32916 r6179 | sam | 2003-12-22 15:23:14 +0100 (Mon, 22 Dec 2003) | 6 lines
32917 Changed paths:
32918    M /trunk/modules/demux/util/id3genres.h
32919    M /trunk/modules/gui/kde/info.cpp
32920    M /trunk/modules/gui/kde/info.h
32921    M /trunk/modules/gui/kde/languagemenu.cpp
32922    M /trunk/modules/gui/kde/languagemenu.h
32923    M /trunk/modules/gui/kde/messages.cpp
32924    M /trunk/modules/gui/kde/messages.h
32925    M /trunk/src/misc/iso-639_def.h
32926    M /trunk/src/misc/iso_lang.c
32927
32928   * src/misc/iso-639_def.h modules/demux/util/id3genres.h modules/gui/kde:
32929     + Added missing copyright information.
32930     + Added GPL header.
32931   * src/misc/iso-639_def.h:
32932     + Removed useless (and unprotected) macros.
32933
32934 ------------------------------------------------------------------------
32935 r6180 | gbazin | 2003-12-22 15:31:01 +0100 (Mon, 22 Dec 2003) | 3 lines
32936 Changed paths:
32937    M /trunk/modules/gui/wxwindows/playlist.cpp
32938    M /trunk/modules/gui/wxwindows/wxwindows.h
32939
32940
32941 * modules/gui/wxwindows/*: don't forget to convert the filename/author fields in the playlist to the encoding in use by the wxWindows interface.
32942
32943 ------------------------------------------------------------------------
32944 r6181 | sam | 2003-12-22 15:32:57 +0100 (Mon, 22 Dec 2003) | 2 lines
32945 Changed paths:
32946    M /trunk/modules/access/cdda/access.c
32947    M /trunk/modules/access/cdda/cdda.h
32948    M /trunk/modules/access/dvb/qpsk.c
32949    M /trunk/modules/access/dvd/access.c
32950    M /trunk/modules/access/v4l/videodev_mjpeg.h
32951    M /trunk/modules/access/vcdx/access.c
32952    M /trunk/modules/access/vcdx/intf.c
32953    M /trunk/modules/access/vcdx/intf.h
32954    M /trunk/modules/audio_filter/resampler/linear.c
32955    M /trunk/modules/audio_output/oss.c
32956    M /trunk/modules/audio_output/sdl.c
32957    M /trunk/modules/codec/a52.c
32958    M /trunk/modules/codec/dts.c
32959    M /trunk/modules/codec/libmpeg2.c
32960    M /trunk/modules/codec/ogt/ogt.h
32961    M /trunk/modules/control/lirc/lirc.c
32962    M /trunk/modules/control/rc/rc.c
32963    M /trunk/modules/demux/mp4/libmp4.c
32964    M /trunk/modules/demux/mpeg/ps.c
32965    M /trunk/modules/demux/mpeg/system.c
32966    M /trunk/modules/demux/ogg.c
32967    M /trunk/modules/gui/gtk/gtk_callbacks.c
32968    M /trunk/modules/gui/gtk/menu.c
32969    M /trunk/modules/gui/gtk/open.c
32970    M /trunk/modules/gui/gtk/playlist.c
32971    M /trunk/modules/gui/macosx/intf.h
32972    M /trunk/modules/gui/macosx/prefs.m
32973    M /trunk/modules/gui/ncurses/ncurses.c
32974    M /trunk/modules/gui/pda/pda.c
32975    M /trunk/modules/gui/skins/x11/x11_api.cpp
32976    M /trunk/modules/misc/memcpy/memcpyaltivec.c
32977    M /trunk/modules/stream_out/duplicate.c
32978    M /trunk/modules/stream_out/transrate/getvlc.h
32979    M /trunk/modules/video_chroma/i420_rgb.c
32980    M /trunk/modules/video_filter/deinterlace/deinterlace.c
32981    M /trunk/modules/video_output/qte/qte.cpp
32982    M /trunk/modules/video_output/x11/xcommon.c
32983    M /trunk/modules/visualization/visual/fft.c
32984    M /trunk/src/input/demux.c
32985    M /trunk/src/input/input_ext-intf.c
32986    M /trunk/src/input/subtitles.c
32987    M /trunk/src/interface/intf_eject.c
32988    M /trunk/src/misc/charset.c
32989    M /trunk/src/misc/darwin_specific.m
32990    M /trunk/src/video_output/video_text.c
32991
32992   * Coding style cleanup: removed tabs and trailing spaces.
32993
32994 ------------------------------------------------------------------------
32995 r6182 | hartman | 2003-12-22 15:45:37 +0100 (Mon, 22 Dec 2003) | 2 lines
32996 Changed paths:
32997    M /trunk/modules/gui/macosx/intf.m
32998
32999 * Fix the 'currently playing' field in the OSX intf.
33000
33001 ------------------------------------------------------------------------
33002 r6183 | gbazin | 2003-12-22 16:42:44 +0100 (Mon, 22 Dec 2003) | 3 lines
33003 Changed paths:
33004    M /trunk/modules/gui/wxwindows/open.cpp
33005    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
33006    M /trunk/modules/gui/wxwindows/subtitles.cpp
33007
33008
33009 * modules/gui/wxwindows/*: use our new wxL2U() macro where needed.
33010
33011 ------------------------------------------------------------------------
33012 r6184 | gbazin | 2003-12-22 17:40:04 +0100 (Mon, 22 Dec 2003) | 3 lines
33013 Changed paths:
33014    M /trunk/modules/codec/libmpeg2.c
33015
33016
33017 * modules/codec/libmpeg2.c: compiles with the latest libmpeg2 cvs.
33018
33019 ------------------------------------------------------------------------
33020 r6185 | gbazin | 2003-12-22 17:42:47 +0100 (Mon, 22 Dec 2003) | 3 lines
33021 Changed paths:
33022    M /trunk/modules/access/dshow/dshow.cpp
33023
33024
33025 * modules/access/dshow/dshow.cpp: small fix for devices list.
33026
33027 ------------------------------------------------------------------------
33028 r6186 | bigben | 2003-12-22 18:08:22 +0100 (Mon, 22 Dec 2003) | 2 lines
33029 Changed paths:
33030    M /trunk/modules/gui/macosx/intf.m
33031    M /trunk/modules/gui/macosx/vout.m
33032
33033 back to config_PutInt when using the fullscreen button on the interface. This allows to remember the fullscreen setting when changing playlist item
33034
33035 ------------------------------------------------------------------------
33036 r6187 | gbazin | 2003-12-22 18:44:58 +0100 (Mon, 22 Dec 2003) | 3 lines
33037 Changed paths:
33038    M /trunk/modules/access/dshow/dshow.cpp
33039
33040
33041 * modules/access/dshow/dshow.cpp: fixed previous fix.
33042
33043 ------------------------------------------------------------------------
33044 r6188 | hartman | 2003-12-22 23:37:01 +0100 (Mon, 22 Dec 2003) | 3 lines
33045 Changed paths:
33046    M /trunk/modules/demux/util/id3tag.c
33047
33048 * stream_Size reports the size of a stream, not stream_Tell
33049   This fixes the ID3 detection of ID3v1.
33050
33051 ------------------------------------------------------------------------
33052 r6189 | hartman | 2003-12-23 00:46:23 +0100 (Tue, 23 Dec 2003) | 3 lines
33053 Changed paths:
33054    M /trunk/modules/visualization/goom.c
33055
33056 * Fix a leak in goom module that caused all the pictures of a vout to be
33057   unavailable after several songs.
33058
33059 ------------------------------------------------------------------------
33060 r6190 | hartman | 2003-12-23 01:23:31 +0100 (Tue, 23 Dec 2003) | 2 lines
33061 Changed paths:
33062    M /trunk/README.MacOSX.rtf
33063
33064 * Fixed and updated for a 00.7 'Bond' release.
33065
33066 ------------------------------------------------------------------------
33067 r6191 | gbazin | 2003-12-23 03:11:27 +0100 (Tue, 23 Dec 2003) | 2 lines
33068 Changed paths:
33069    M /trunk/modules/video_output/directx/directx.c
33070    M /trunk/modules/video_output/directx/events.c
33071    M /trunk/modules/video_output/directx/vout.h
33072
33073 * modules/video_output/directx/*: fixed strange race condition.
33074
33075 ------------------------------------------------------------------------
33076 r6192 | gbazin | 2003-12-23 16:27:50 +0100 (Tue, 23 Dec 2003) | 2 lines
33077 Changed paths:
33078    M /trunk/modules/video_output/directx/events.c
33079
33080 * modules/video_output/directx/events.c: fixed mouse coordinates for dvd navigation which got broken when we switched to using a child window for the video.
33081
33082 ------------------------------------------------------------------------
33083 r6193 | gbazin | 2003-12-23 18:10:18 +0100 (Tue, 23 Dec 2003) | 3 lines
33084 Changed paths:
33085    M /trunk/modules/video_output/directx/events.c
33086
33087
33088 * modules/video_output/directx/events.c: warning message into debug message.
33089
33090 ------------------------------------------------------------------------
33091 r6194 | gbazin | 2003-12-24 10:46:08 +0100 (Wed, 24 Dec 2003) | 5 lines
33092 Changed paths:
33093    M /trunk/include/vlc_block.h
33094    M /trunk/modules/codec/libmpeg2.c
33095    M /trunk/src/input/es_out.c
33096    M /trunk/src/input/input_dec.c
33097
33098
33099 * include/vlc_block.h: added a temporary i_rate field to block_t.
33100 * modules/codec/libmpeg2.c: synchro uses p_block->i_rate again.
33101 * src/input/*: do not decode audio when i_rate != DEFAULT_RATE.
33102
33103 ------------------------------------------------------------------------
33104 r6195 | gbazin | 2003-12-24 11:06:53 +0100 (Wed, 24 Dec 2003) | 3 lines
33105 Changed paths:
33106    M /trunk/src/libvlc.c
33107
33108
33109 * src/libvlc.c: small fixes to Usage().
33110
33111 ------------------------------------------------------------------------
33112 r6196 | gbazin | 2003-12-24 13:38:04 +0100 (Wed, 24 Dec 2003) | 3 lines
33113 Changed paths:
33114    M /trunk/src/libvlc.h
33115
33116
33117 * src/libvlc.h: on win9x --win9x-cv-method=0 was problematic (eg. vlc could get stuck during video startup) so --win9x-cv-method=1 is now the default.
33118
33119 ------------------------------------------------------------------------
33120 r6197 | rocky | 2003-12-26 02:39:35 +0100 (Fri, 26 Dec 2003) | 3 lines
33121 Changed paths:
33122    A /trunk/modules/codec/ogt/parse.c
33123    A /trunk/modules/codec/ogt/render.c
33124
33125 Check in a stable copy for reference against future changes. Should
33126 not affect or be seen in upcoming release.
33127
33128 ------------------------------------------------------------------------
33129 r6198 | rocky | 2003-12-26 03:47:59 +0100 (Fri, 26 Dec 2003) | 2 lines
33130 Changed paths:
33131    M /trunk/modules/codec/ogt/ogt.c
33132    M /trunk/modules/codec/ogt/ogt.h
33133
33134 Keep in synch with rest of source. Should also have no effect on upcoming release
33135
33136 ------------------------------------------------------------------------
33137 r6199 | rocky | 2003-12-27 02:49:59 +0100 (Sat, 27 Dec 2003) | 2 lines
33138 Changed paths:
33139    M /trunk/modules/codec/ogt/ogt.h
33140    M /trunk/modules/codec/ogt/parse.c
33141    M /trunk/modules/codec/ogt/render.c
33142
33143 Scale bitmaps for 4:3 output
33144
33145 ------------------------------------------------------------------------
33146 r6200 | gbazin | 2003-12-27 11:36:42 +0100 (Sat, 27 Dec 2003) | 3 lines
33147 Changed paths:
33148    M /trunk/ChangeLog
33149    M /trunk/configure.ac
33150    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
33151    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
33152
33153
33154 * ALL: bumped version number to 0.7.0-test3
33155
33156 ------------------------------------------------------------------------
33157 r6201 | gbazin | 2003-12-27 15:36:30 +0100 (Sat, 27 Dec 2003) | 3 lines
33158 Changed paths:
33159    M /trunk/modules/gui/wxwindows/fileinfo.cpp
33160    M /trunk/modules/gui/wxwindows/messages.cpp
33161
33162
33163 * modules/gui/wxwindows/*: use the wxL2U macro when necessary.
33164
33165 ------------------------------------------------------------------------
33166 r6202 | asmax | 2003-12-27 15:47:10 +0100 (Sat, 27 Dec 2003) | 3 lines
33167 Changed paths:
33168    M /trunk/modules/demux/mpeg/mpga.c
33169
33170 * modules/demux/mpeg/mpga.c: disabled the bitrate detection from the Xing
33171  header, since it doesn't seem to be reliable
33172
33173 ------------------------------------------------------------------------
33174 r6203 | asmax | 2003-12-27 17:14:48 +0100 (Sat, 27 Dec 2003) | 2 lines
33175 Changed paths:
33176    M /trunk/modules/demux/mpeg/mpga.c
33177
33178 modules/demux/mpeg/mpga.c: forgot to remove a debugging printf...
33179
33180 ------------------------------------------------------------------------
33181 r6204 | titer | 2003-12-28 02:49:12 +0100 (Sun, 28 Dec 2003) | 4 lines
33182 Changed paths:
33183    M /trunk/modules/gui/beos/MediaControlView.cpp
33184    M /trunk/modules/gui/beos/VideoOutput.cpp
33185    M /trunk/modules/gui/beos/VideoWindow.h
33186
33187  beos/*:
33188   + fixed a possible crash with Alt+X shortcuts
33189   + fixed volume slider update
33190
33191 ------------------------------------------------------------------------
33192 r6205 | rocky | 2003-12-28 03:01:11 +0100 (Sun, 28 Dec 2003) | 3 lines
33193 Changed paths:
33194    M /trunk/modules/codec/ogt/ogt.c
33195    M /trunk/modules/codec/ogt/ogt.h
33196    M /trunk/modules/codec/ogt/parse.c
33197    M /trunk/modules/codec/ogt/render.c
33198    A /trunk/modules/codec/ogt/render.h
33199    A /trunk/modules/codec/ogt/subtitle.h
33200
33201 Work towards handling all planes in subtites, generalizing for CVD, and
33202 some cleanup.
33203
33204 ------------------------------------------------------------------------
33205 r6206 | rocky | 2003-12-28 05:51:52 +0100 (Sun, 28 Dec 2003) | 2 lines
33206 Changed paths:
33207    A /trunk/modules/codec/ogt/common.c
33208    A /trunk/modules/codec/ogt/common.h
33209    A /trunk/modules/codec/ogt/cvd.c
33210    A /trunk/modules/codec/ogt/cvd.h
33211    A /trunk/modules/codec/ogt/cvd_parse.c
33212    M /trunk/modules/codec/ogt/ogt.c
33213    A /trunk/modules/codec/ogt/ogt_parse.c
33214    D /trunk/modules/codec/ogt/parse.c
33215    M /trunk/modules/codec/ogt/render.c
33216    M /trunk/modules/codec/ogt/render.h
33217
33218 Start work on CVD subtitles.
33219
33220 ------------------------------------------------------------------------
33221 r6207 | rocky | 2003-12-28 12:26:52 +0100 (Sun, 28 Dec 2003) | 2 lines
33222 Changed paths:
33223    M /trunk/modules/codec/ogt/cvd.c
33224    M /trunk/modules/codec/ogt/cvd_parse.c
33225    M /trunk/modules/codec/ogt/ogt_parse.c
33226    M /trunk/modules/codec/ogt/subtitle.h
33227
33228 First cut at CVD subtitle unit assembly and initial parsing.
33229
33230 ------------------------------------------------------------------------
33231 r6208 | asmax | 2003-12-28 21:50:20 +0100 (Sun, 28 Dec 2003) | 3 lines
33232 Changed paths:
33233    M /trunk/modules/access/cdda/access.c
33234
33235 * modules/access/cdda/access.c: added some missing #ifdef HAVE_LIBCDDB
33236  (fixes compilation issues when the libcddb is not present)
33237
33238 ------------------------------------------------------------------------
33239 r6209 | rocky | 2003-12-29 05:47:44 +0100 (Mon, 29 Dec 2003) | 4 lines
33240 Changed paths:
33241    M /trunk/modules/codec/ogt/cvd.c
33242    M /trunk/modules/codec/ogt/cvd_parse.c
33243    M /trunk/modules/codec/ogt/ogt_parse.c
33244    M /trunk/modules/codec/ogt/render.c
33245
33246 cvd: bitmap extraction further completed - not fully done.
33247 ogt_parse.c, render.c: go back to 4-bit alpha since that's what DVD
33248 and CVD have.
33249
33250 ------------------------------------------------------------------------
33251 r6210 | rocky | 2003-12-30 05:43:52 +0100 (Tue, 30 Dec 2003) | 4 lines
33252 Changed paths:
33253    M /trunk/modules/codec/ogt/common.c
33254    M /trunk/modules/codec/ogt/common.h
33255    M /trunk/modules/codec/ogt/cvd.c
33256    M /trunk/modules/codec/ogt/cvd_parse.c
33257    M /trunk/modules/codec/ogt/ogt_parse.c
33258
33259 common.*: add common routine to eliminate palette from pixmap.
33260 cvd*: finally shows subtitles (with some bugs)
33261 ogt_parse.c: use common just added above.
33262
33263 ------------------------------------------------------------------------
33264 r6211 | zorglub | 2003-12-30 19:29:26 +0100 (Tue, 30 Dec 2003) | 2 lines
33265 Changed paths:
33266    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
33267
33268 Fix browse feature
33269
33270 ------------------------------------------------------------------------
33271 r6212 | zorglub | 2003-12-30 22:55:48 +0100 (Tue, 30 Dec 2003) | 2 lines
33272 Changed paths:
33273    M /trunk/THANKS
33274    M /trunk/po/it.po
33275
33276 Updated italian translation, courtesy of Carlo Calabr?\239?\191?\189
33277
33278 ------------------------------------------------------------------------